diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..01dbb2b331439c91fcb9e00888bd164e2bcb291d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text +Attributions.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/Attributions.pdf b/Attributions.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f70b60f5b54a9786b124218c4458ed06d8ed06ab --- /dev/null +++ b/Attributions.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f78aa4fc004d48c68b40ddf2c3005a8dae5fe561ef6716057f38b144463f42 +size 213976 diff --git a/NVIDIA OneWay Noncommercial License.pdf b/NVIDIA OneWay Noncommercial License.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7603a32c241d3564525275ff02cb4d51824ea211 Binary files /dev/null and b/NVIDIA OneWay Noncommercial License.pdf differ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..16a7ad117d87c35804578b4761a213728a1abdba --- /dev/null +++ b/README.md @@ -0,0 +1,125 @@ +--- +task_categories: +- robotics +language: +- en +tags: +- robotics +--- + +PhysicalAI-Robotics-Manipulation-Objects is a dataset of automatic generated motions of robots performing operations such as picking and placing objects in a kitchen environment. The dataset was generated in IsaacSim leveraging reasoning algorithms and optimization-based motion planning to find solutions to the tasks automatically [1, 3]. The dataset includes a bimanual manipulator built with Kinova Gen3 arms. The environments are kitchen scenes where the furniture and appliances were procedurally generated [2]. +This dataset is for research and development only. + +## Dataset Contact(s): +Fabio Ramos (ftozetoramos@nvidia.com)
+Anqi Li (anqil@nvidia.com) + +## Dataset Creation Date: +03/18/2025 + +## License/Terms of Use: +[Nvidia Non-Commercial License](./NVIDIA%20OneWay%20Noncommercial%20License.pdf) + +## Intended Usage: +This dataset is provided in LeRobot format and is intended for training robot policies and foundation models. + +## Dataset Characterization +* Data Collection Method
+ * Automated
+ * Automatic/Sensors
+ * Synthetic
+ +* Labeling Method
+ * Synthetic
+ +## Dataset Format +Within the collection, there are three datasets in LeRobot format `pick`, `place_bench`, and `place_cabinet`. +* `pick`: The robot picks an object from the bench top.
+* `place bench`: The robot starts with the object at the gripper and places it on the kitchen's bench top. +* `place cabinet`: The robot starts with the object at the gripper and places it inside an opened cabinet. + +The videos below show three examples of the tasks: + +
+pick +place_bench +place_cabinet +
+ + +* action modality: 34D which includes joint states for the two arms, gripper joints, pan and tilt joints, torso joint, and front and back wheels. +* observation modalities + * observation.state: 13D where the first 12D are the vectorized transform matrix of the "object of interest". The 13th entry is the joint value for the articulated object of interest (i.e. drawer, cabinet, etc). + * observation.image.world__world_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos. + * observation.image.external_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos. + * observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos. + * observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos. + * observation.image.world__robot__camera_link__head_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos. + +The videos below illustrate the different camera modalities for a single trajectory. + +
+rgb +depth +semantic +
+ + +## Dataset Quantification +Record Count: +* `pick` + * number of episodes: 272 + * number of frames: 69726 + * number of videos: 4080 (1360 RGB videos, 1360 depth videos, 1360 semantic segmentation videos) +* `place bench` + * number of episodes: 142 + * number of frames: 29728 + * number of videos: 2130 (710 RGB videos, 710 depth videos, 710 semantic segmentation videos) +* `place cabinet` + * number of episodes: 126 + * number of frames: 30322 + * number of videos: 1890 (630 RGB videos, 630 depth videos, 630 semantic segmentation videos) + +Total storage: 4.0 GB + + +## Reference(s): +``` +[1] @inproceedings{garrett2020pddlstream, + title={Pddlstream: Integrating symbolic planners and blackbox samplers via optimistic adaptive planning}, + author={Garrett, Caelan Reed and Lozano-P{\'e}rez, Tom{\'a}s and Kaelbling, Leslie Pack}, + booktitle={Proceedings of the international conference on automated planning and scheduling}, + volume={30}, + pages={440--448}, + year={2020} +} + +[2] @article{Eppner2024, + title = {scene_synthesizer: A Python Library for Procedural Scene Generation in Robot Manipulation}, + author = {Clemens Eppner and Adithyavairavan Murali and Caelan Garrett and Rowland O'Flaherty and Tucker Hermans and Wei Yang and Dieter Fox}, + journal = {Journal of Open Source Software} + publisher = {The Open Journal}, + year = {2024}, + Note = {\url{https://scene-synthesizer.github.io/}} +} + +[3] @inproceedings{curobo_icra23, + author={Sundaralingam, Balakumar and Hari, Siva Kumar Sastry and + Fishman, Adam and Garrett, Caelan and Van Wyk, Karl and Blukis, Valts and + Millane, Alexander and Oleynikova, Helen and Handa, Ankur and + Ramos, Fabio and Ratliff, Nathan and Fox, Dieter}, + booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)}, + title={CuRobo: Parallelized Collision-Free Robot Motion Generation}, + year={2023}, + volume={}, + number={}, + pages={8112-8119}, + doi={10.1109/ICRA48891.2023.10160765} +} + +``` + +## Ethical Considerations: +NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse. + +Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/). \ No newline at end of file diff --git a/assets/episode_000008.gif b/assets/episode_000008.gif new file mode 100644 index 0000000000000000000000000000000000000000..060acde5626b772b70a363669eaf4a6d8112d7f9 --- /dev/null +++ b/assets/episode_000008.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e669d7eefb4d59bbbba5f44e38357d28bc795f7efd844e03f7216d3109085557 +size 3377197 diff --git a/assets/episode_000028.gif b/assets/episode_000028.gif new file mode 100644 index 0000000000000000000000000000000000000000..ce35cbb3c5d45a3961ceb12970cced407b51ae8f --- /dev/null +++ b/assets/episode_000028.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3057e3665b6664446d06970db304a63a78734edc5068250b4b826d64aa86604 +size 2067412 diff --git a/assets/episode_000048.gif b/assets/episode_000048.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3d33196f2641a9feea379a7eb45546191985eb5 --- /dev/null +++ b/assets/episode_000048.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1aee4c968f5450612c71f02871857ea756dfb590da9f33539deba941f6c7193 +size 4275533 diff --git a/assets/episode_000057.gif b/assets/episode_000057.gif new file mode 100644 index 0000000000000000000000000000000000000000..7fd8c33fc4e23e35d203b35b4798d99b4891eee3 --- /dev/null +++ b/assets/episode_000057.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e7e01c8c9a8e92b5b107db38265d888e1edd11e5aa2234f666a869864d2fd4 +size 2584886 diff --git a/assets/episode_000057_depth.gif b/assets/episode_000057_depth.gif new file mode 100644 index 0000000000000000000000000000000000000000..7747ff22e05c13c38703e702d2eace9c0122e948 --- /dev/null +++ b/assets/episode_000057_depth.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e7dfdc5376bc52958ac3be9dfa78bd3cb1397196743b278f5e10e65e85ee99 +size 513861 diff --git a/assets/episode_000057_semantic.gif b/assets/episode_000057_semantic.gif new file mode 100644 index 0000000000000000000000000000000000000000..ee6d98757f1cdaf264b1da8afbe4737cd849d851 --- /dev/null +++ b/assets/episode_000057_semantic.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c7809ee070effbe9a38e0dcd7fc896c1a22f33e39f82be47aa58ce9492735a +size 1941865 diff --git a/pick/data/chunk-000/episode_000000.parquet b/pick/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..344eb8469c68e0f5c3a1b6c6c08bd32d052a9292 --- /dev/null +++ b/pick/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6dbb96634446633affc84d35087b53ba5597a0d5a2fed3d616f80afd3a6966 +size 16447 diff --git a/pick/data/chunk-000/episode_000001.parquet b/pick/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f456f0ad3ad1dad6c4d08a231795c1bef7bc7311 --- /dev/null +++ b/pick/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2d774532e7125b6324847ae94bb57400b89b900f9b4b9983bba68889b7381b +size 10929 diff --git a/pick/data/chunk-000/episode_000002.parquet b/pick/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8e6461c6a00ee523d0fda2b0aed55bc8bd87c81 --- /dev/null +++ b/pick/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11863099b1a3f757d3d765c84a91db3a110c1876822bc91f04fa242020a60d93 +size 19137 diff --git a/pick/data/chunk-000/episode_000003.parquet b/pick/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01fb146d53c2f8c67ca420063e829eabbbdc2abd --- /dev/null +++ b/pick/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379881988e0efc36df0f5bbacda190882b731851e4ce992810539341b28fa0ba +size 14858 diff --git a/pick/data/chunk-000/episode_000004.parquet b/pick/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf5d606a2bcaf936d04b0d47474035ee9a305b6d --- /dev/null +++ b/pick/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cbfc4a7fa1d9ec47cff6e4495e460cae681487cfc88befd0798302479acad5 +size 11102 diff --git a/pick/data/chunk-000/episode_000005.parquet b/pick/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e91f31eccee96194798a6fdbd51b9ef39a7697d --- /dev/null +++ b/pick/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d29a7763dd2e113dcf0aeafeb8aeffd936a7f3c4d6c593b6a9cd8090c8fe51 +size 23459 diff --git a/pick/data/chunk-000/episode_000006.parquet b/pick/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfd99ee3e94577641c9257575ebf2170c86e8086 --- /dev/null +++ b/pick/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a5debdb58f836aa5f2c1586f3f12ffdfe7f98b4edbfae611b8fa2b172ca4cc +size 65509 diff --git a/pick/data/chunk-000/episode_000007.parquet b/pick/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e68ff502aca4ef8fdbf7c160f6e7ec56672c1eb2 --- /dev/null +++ b/pick/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd81e5cb69646d4dfac207fda170e9d78d09c76f383d4ed4aea709847690447c +size 22509 diff --git a/pick/data/chunk-000/episode_000008.parquet b/pick/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a34faaf25b5a03aaa2de8fa6749de5c74839171 --- /dev/null +++ b/pick/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b12496573bbc9ba2ab6487205deb326dbad9c53710b4efdb1b2d02dad83bfa +size 15749 diff --git a/pick/data/chunk-000/episode_000009.parquet b/pick/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baccf62302f5e59c587a2029b1d0c20c86eed9fa --- /dev/null +++ b/pick/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77499ed982c6bf1605ffc47f3e1111d064d1789d836822c964542cfa9def55f +size 30126 diff --git a/pick/data/chunk-000/episode_000010.parquet b/pick/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a6aa3940faf495320782fce847c9c3f42376418 --- /dev/null +++ b/pick/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31cbdbf7cee5fc76ad3387f48467d06fea7bcf618e2c16c18e8514b551bb4f5 +size 19469 diff --git a/pick/data/chunk-000/episode_000011.parquet b/pick/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca7d33441ceeb721e0cb0a45f8f47b901f49c6d0 --- /dev/null +++ b/pick/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe39ddb6d127352fe3de5b62cfc3454514c8a62c42a27043a0882e92902194f0 +size 35566 diff --git a/pick/data/chunk-000/episode_000012.parquet b/pick/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3692150d1eb3434de2edf2ce729e9814019176b3 --- /dev/null +++ b/pick/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805de698616b6b132882d4fac675e272767550bcdbf44308f09a81191379eb47 +size 14136 diff --git a/pick/data/chunk-000/episode_000013.parquet b/pick/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7af11d5a60a8ee5dfd51e6cea8bf3f6f495a0418 --- /dev/null +++ b/pick/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924d684f0424e11012dd5064f6a2530cc558958980f80796ce59199ce89b0638 +size 23600 diff --git a/pick/data/chunk-000/episode_000014.parquet b/pick/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcaa7f92fc4221b385ed4325c50de596314ae8ff --- /dev/null +++ b/pick/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efa8322149e133a5a70c4b995ce7017a319dfb77c2f389b595bf576bbf20df0 +size 21954 diff --git a/pick/data/chunk-000/episode_000015.parquet b/pick/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dc7547ca5932e806f35f81d044cdf6d4aaa9106 --- /dev/null +++ b/pick/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e734d88edf06bef1fff1414d6e0dc71f7af0b376e3f7a3e79da71c578329c01e +size 17915 diff --git a/pick/data/chunk-000/episode_000016.parquet b/pick/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5af6f767c17381e0b8d7b0b15d4cd9a4705a396 --- /dev/null +++ b/pick/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e44fa662e548f54cf9b7b36f0c409a1a6bedb03ab52cc5e45e3e6ec2cef9f1 +size 32492 diff --git a/pick/data/chunk-000/episode_000017.parquet b/pick/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c90d87146d530320f1318a51263e3406642dcd0 --- /dev/null +++ b/pick/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965aa4979e7d676ecc0ebc4eb84e75d3e5c49c9c74dce573e5829b255205bd5c +size 25336 diff --git a/pick/data/chunk-000/episode_000018.parquet b/pick/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01a6e04b3f7cb4a9a63edae551b9c960b20216da --- /dev/null +++ b/pick/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476cd27b9f91db418b85f3d3b2b28260dc65b738d86b5726fc868e3eb87946f0 +size 17905 diff --git a/pick/data/chunk-000/episode_000019.parquet b/pick/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90db2e24224db9e622a233d84cce9548d9f56c67 --- /dev/null +++ b/pick/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7809a2e54b02cd93e9bcf52569a128ca7816340a1e6ecaadd91e156d99d24c +size 12278 diff --git a/pick/data/chunk-000/episode_000020.parquet b/pick/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3dd2c6fa7eee87af9cdca015a15502f4f24f582 --- /dev/null +++ b/pick/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82567196163d80dfc06b06e77ce28f398bed2f743f2897276669e4e95ab05bd0 +size 24834 diff --git a/pick/data/chunk-000/episode_000021.parquet b/pick/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25cb16271a6a28b214743fd755558554bed2e606 --- /dev/null +++ b/pick/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e4e230620b52762cb583328e57aa3331b8d840136996358be87b9802a6ecb3 +size 12008 diff --git a/pick/data/chunk-000/episode_000022.parquet b/pick/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0dbf7a8cf99c522fba70688639a748058c01f79 --- /dev/null +++ b/pick/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af475f5934f04ea599d883936963ec80b8d3d11d1bcf6f6146b6d334423afa1 +size 27767 diff --git a/pick/data/chunk-000/episode_000023.parquet b/pick/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..998a69563007c23aa80d19fa579b6c595c9afb28 --- /dev/null +++ b/pick/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e072c297ae9428d097feee98b064959c189380b1424dcd2f77186ffa2aa2c792 +size 13743 diff --git a/pick/data/chunk-000/episode_000024.parquet b/pick/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9005d82a9977a4162702320ec394ffce797709ce --- /dev/null +++ b/pick/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020dffc009ceb969cf6a7b17ebbe1f610bfddb971db9ff284adbb5f09ccc87cf +size 18996 diff --git a/pick/data/chunk-000/episode_000025.parquet b/pick/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c22a8cd3d3cc17efe1c07a454c2bb22f2cc4fae --- /dev/null +++ b/pick/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f842c6b158876f00ba6dd1c162f1551a4d568d8d644b94e61c49e1c10f1be6 +size 31411 diff --git a/pick/data/chunk-000/episode_000026.parquet b/pick/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d44144335ee76c97289930b600f93d42dd15ee81 --- /dev/null +++ b/pick/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ffad73aeaa0b672b2f274fe3048d63571f35572aabad0d376e7951f20cb2ee +size 23820 diff --git a/pick/data/chunk-000/episode_000027.parquet b/pick/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10232d8fe58d8211604914d11a5996ee4fed3a07 --- /dev/null +++ b/pick/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5013b37923ab6a030db32b8e2d690d28464696a5c1f127537284b9a869f57133 +size 17008 diff --git a/pick/data/chunk-000/episode_000028.parquet b/pick/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfada6fcb2d7f7f67516e75c64332de566806666 --- /dev/null +++ b/pick/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7868c34b74bd2afe7bdda15727a80becbfa253ac2046f44d3e8e5747cda5398 +size 10807 diff --git a/pick/data/chunk-000/episode_000029.parquet b/pick/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb2f1971b8a11acab6312d3ba215550de119523c --- /dev/null +++ b/pick/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fe636aaa75ade7ce5ced5076dec160b01bce6601b56aa0b892e6dd79b0a86d +size 14315 diff --git a/pick/data/chunk-000/episode_000030.parquet b/pick/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..375dfab7f92ad3688876685b80dc64b8bba681fa --- /dev/null +++ b/pick/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be932923a8d9c86c7b95b964635364cedb820ac65d3d51ee82593785444433bc +size 18418 diff --git a/pick/data/chunk-000/episode_000031.parquet b/pick/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a94f2566f26b67b316fc22649d853cd2a4e0527e --- /dev/null +++ b/pick/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a485d85cc7addc550802535a6db17f35c48f1885f65872a993b9f6bb6a2e7384 +size 14836 diff --git a/pick/data/chunk-000/episode_000032.parquet b/pick/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41eb3e7ff2be2b31c55c8e23b9ff4f873a55930d --- /dev/null +++ b/pick/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b8d05da791805dc10615a768300e21333df27ae24451af8d5c5f718b66907b +size 25801 diff --git a/pick/data/chunk-000/episode_000033.parquet b/pick/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..056417a57ff56c2d187a6615b18c1eaf253eb47b --- /dev/null +++ b/pick/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a3b021fdea62f9d7a6c90bbfe95de1986b05092e7f2d8a57b6cc97e7d8d592 +size 17981 diff --git a/pick/data/chunk-000/episode_000034.parquet b/pick/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0de409bd257e23b69c6fdaef74e8d48e2874f934 --- /dev/null +++ b/pick/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83f8dfe2a85e24ba9de629ea3f44128e0b858611fe5493ff12628b68a3140d8 +size 13482 diff --git a/pick/data/chunk-000/episode_000035.parquet b/pick/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..327dc9705558cb8e0487cac28de55cc615d74b41 --- /dev/null +++ b/pick/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6980b7364b31157b974dc1c92aa6a7e5671cfc7efb6e49eb891606da033d3ebc +size 19718 diff --git a/pick/data/chunk-000/episode_000036.parquet b/pick/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3129fd98080a90729e29814d97e2c64a400c82ef --- /dev/null +++ b/pick/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584b95207534c81b04a0cabf18b2684cf76609116d9ea9f32fe435c56bf410ea +size 13040 diff --git a/pick/data/chunk-000/episode_000037.parquet b/pick/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b04b89c1b62c2478c76e256f33aee0e48201ae --- /dev/null +++ b/pick/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b7e2078bf25fb96298e6d9e24659cd5c49677e4533f48dea2346cfe55fc99b +size 16547 diff --git a/pick/data/chunk-000/episode_000038.parquet b/pick/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a01ab84653dfe12d5d1d58d39e0c839d93cbdfda --- /dev/null +++ b/pick/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ef7630302ad0c4b9fe2ff978df3a98203fc0291769fd794f1270cbc61a602a +size 24322 diff --git a/pick/data/chunk-000/episode_000039.parquet b/pick/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8789297e3af5817b800ac2b57ce7948f2ff5cae0 --- /dev/null +++ b/pick/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61b7390b24b0bb648e1c554562dc950b6d74f408cfde860378c42487a00f6db +size 21661 diff --git a/pick/data/chunk-000/episode_000040.parquet b/pick/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a73aec09d982e25452abdeaf31d0f482f4c3f048 --- /dev/null +++ b/pick/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc69d671038f0d7e8953a0360c61273b999f0f1c8ceb272de6d8ce4f59f50e52 +size 17855 diff --git a/pick/data/chunk-000/episode_000041.parquet b/pick/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97702b649db88b08c81414edefa69cb94231d529 --- /dev/null +++ b/pick/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a666aa1627f458b73a8b1703c39f40caae55cf105d437f30a88ef4d6feae3996 +size 21725 diff --git a/pick/data/chunk-000/episode_000042.parquet b/pick/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b943d5cbe786a175fd1879c9d38aea3f3b447af --- /dev/null +++ b/pick/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e46619311f5971738cb0f7091e9545620152ed5da4eba5fd75024ea07790abe +size 18900 diff --git a/pick/data/chunk-000/episode_000043.parquet b/pick/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e2ae974d5356c56a17ac23331827f1ea06408ec --- /dev/null +++ b/pick/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b39754a0b26fe8e310cbadd820143c81c4b52dd9abe3c6d39b1e724b0ad890d +size 18563 diff --git a/pick/data/chunk-000/episode_000044.parquet b/pick/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..019f6c1d1c9ea1d6908d64da3e6da31c6e614ee4 --- /dev/null +++ b/pick/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90b75c5bbceca6339fc5256b84a5f4b6d5f87955502d20aea7554db5b81a7e4 +size 23540 diff --git a/pick/data/chunk-000/episode_000045.parquet b/pick/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0aa4ceb6a0b3bc677a3fdbeb72693f6e290e3f45 --- /dev/null +++ b/pick/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1d541a9583d3216af507d1eb6a61bad395944494b6c93523f18038f0afc704 +size 17841 diff --git a/pick/data/chunk-000/episode_000046.parquet b/pick/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..484dd6783383055f0866c0b38271c0bc4a8ece2d --- /dev/null +++ b/pick/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79faaf3758a508f6fdd527c90ff0c3ba536241a06c8852646a77d65654aed91 +size 19859 diff --git a/pick/data/chunk-000/episode_000047.parquet b/pick/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63db5904c1671a2813f4339548c70e702ae54403 --- /dev/null +++ b/pick/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f42815fb68b6862f97b1fee3a07d8e70c6e6ee6411b4a12580f6b7670a7bed +size 17509 diff --git a/pick/data/chunk-000/episode_000048.parquet b/pick/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e52125e933e90e9c688a5890eb9041585142af2a --- /dev/null +++ b/pick/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d599da63bd69a51d81a6a1260811318cf843860da2876e8df9b247d89df5e34c +size 21657 diff --git a/pick/data/chunk-000/episode_000049.parquet b/pick/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9167b3a0ccb10d4651c93dfc5256f83eca79aa68 --- /dev/null +++ b/pick/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdbbcca93780502835b7bef0f2bb3d55c000f5b8c5b01b4405144df0be45723 +size 13998 diff --git a/pick/data/chunk-000/episode_000050.parquet b/pick/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac3738a13291c4091701a7b2034487424a469394 --- /dev/null +++ b/pick/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fef0d93eb5947fec1d8e1f4396d169bdbe5d9d48121f37e88fa9c0bdf9ef52 +size 11479 diff --git a/pick/data/chunk-000/episode_000051.parquet b/pick/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2159b19203c14ecfbe47a816bc9ef4854f9b1b52 --- /dev/null +++ b/pick/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2cc25c851860e97e486adc2d8bb5463c85fd5b8ca07d8db6c7b5c17a487963 +size 17437 diff --git a/pick/data/chunk-000/episode_000052.parquet b/pick/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a84b3647204bfe5f885e137f75d8cf24f85aadbd --- /dev/null +++ b/pick/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98154f2c3351361404b5ee59649de6d86b83085ee0c7d0fac21f7c610f609c62 +size 33965 diff --git a/pick/data/chunk-000/episode_000053.parquet b/pick/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0854afda46af3859c83529ea95e4c05537f9cd73 --- /dev/null +++ b/pick/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25d3f320f3242f6ff04139bf093033033091c0be89f11d1fc76e8668cedc771 +size 15086 diff --git a/pick/data/chunk-000/episode_000054.parquet b/pick/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19077a36b2868a7192665c9c1a92a4d0f2c7c93c --- /dev/null +++ b/pick/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b43dcc0fded7b58f452216aca84500f8b1f05bddc89bf1b33fc57e9a8512084 +size 26318 diff --git a/pick/data/chunk-000/episode_000055.parquet b/pick/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f173175505916218a5030f01c02670d481b32871 --- /dev/null +++ b/pick/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacd31a9cb9e5c89dd0f706d66357b979c6a7a1399078d320d93b827a8b22dd0 +size 17419 diff --git a/pick/data/chunk-000/episode_000056.parquet b/pick/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f1f20a7518eaf16be3c91655016dea076944c6e --- /dev/null +++ b/pick/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e47b46f0d8a7fac1ce25b805c0f14d25a625aad3861af720e9aee0bf955890a +size 10996 diff --git a/pick/data/chunk-000/episode_000057.parquet b/pick/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6dcde4114dd8f97af2ae2e980cf08a84540cb719 --- /dev/null +++ b/pick/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b954277d6ea3fc5950d690c750da8f482a2bcd88b4318edb94e5e9738e95b12 +size 13756 diff --git a/pick/data/chunk-000/episode_000058.parquet b/pick/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ebde578034148cd0965f4f818f837ed84cfbd20 --- /dev/null +++ b/pick/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b9638c2939a6b5a0cb574a7b33877adc11ca8b9213c87fd9f899741309a05c +size 24357 diff --git a/pick/data/chunk-000/episode_000059.parquet b/pick/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57217331ce7fd1dbac9c9d2e9cdf7ac082e3f116 --- /dev/null +++ b/pick/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c4e0b3688c8116f88b4b65a6173d8eaddba5244e641ead1faf365f48e45116 +size 37789 diff --git a/pick/data/chunk-000/episode_000060.parquet b/pick/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f234311d560e88768e297d1d6cbe61b4427192f --- /dev/null +++ b/pick/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d33b174cde5af7a21508393dd357079f33f445b0aaaffa95d2f938225c2545 +size 23990 diff --git a/pick/data/chunk-000/episode_000061.parquet b/pick/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c0a1c1c56db9b804c87795857a6efe010a3c246 --- /dev/null +++ b/pick/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c23dec4fe97d0b4162c5c48adcb76f8ad356680663098fe44a7e6cecc149b23 +size 19313 diff --git a/pick/data/chunk-000/episode_000062.parquet b/pick/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5dfa4d70274af4bf37c20bfee5b6a2f353b144b --- /dev/null +++ b/pick/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccba5da4fb34fad4fcddcf1acc344591763a366287017dbbfd1116259d98aca +size 19777 diff --git a/pick/data/chunk-000/episode_000063.parquet b/pick/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a73922be90316f54c41226314c3c50c2131473e7 --- /dev/null +++ b/pick/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e34673dae9d8052517d663b662abbfefd923f7513d682e82fc76ed1e967d6d8 +size 13865 diff --git a/pick/data/chunk-000/episode_000064.parquet b/pick/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe6e97863c788d9912ab74f7174589393bc238e3 --- /dev/null +++ b/pick/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531f28e444fb08e3625eca0ff6864423e91986df2cfe76d3591268b6d906de27 +size 11965 diff --git a/pick/data/chunk-000/episode_000065.parquet b/pick/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1296360e75a1b8c7c3d141bf21d5d6c53feb7f56 --- /dev/null +++ b/pick/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa28f435295041d6523086e9cf488b252289496173d851005b66b2157b24f32a +size 29960 diff --git a/pick/data/chunk-000/episode_000066.parquet b/pick/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e8cf5c429d46d5ce495d325de0646bfaf662884 --- /dev/null +++ b/pick/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96917bb4d5d26f70203a01371988c0e5ccd00a507288392b8eb4ef25a05d528f +size 19716 diff --git a/pick/data/chunk-000/episode_000067.parquet b/pick/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..980db007bfc7574e485a90cabdeae948f6e154cd --- /dev/null +++ b/pick/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888ee5ee14c9c4165bbad99f0766b376ae799287f56b0bfc1f6d90fa7a214da8 +size 17910 diff --git a/pick/data/chunk-000/episode_000068.parquet b/pick/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..312c10d8083348f54888e381a3ea5b44f837f280 --- /dev/null +++ b/pick/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deaab9dfebd61390fd18ad6cebd68804c2b31858e24cba89e6f70244a3a57dcb +size 15365 diff --git a/pick/data/chunk-000/episode_000069.parquet b/pick/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c60bd09e3ce0619d9769a6e84a36efb7e4c40d1 --- /dev/null +++ b/pick/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1b9ab2f8462521d3e22c9c54d97648a00982636b7379abedd237c6259f56a8 +size 11634 diff --git a/pick/data/chunk-000/episode_000070.parquet b/pick/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8728981045a2ee56ce8554a56fda1096f8290f35 --- /dev/null +++ b/pick/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411acc723ff35a1e4cf982d02adaf8ec466eaaa5f2df1dc296276ee8aeae39ac +size 22206 diff --git a/pick/data/chunk-000/episode_000071.parquet b/pick/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f2c9ff676b0bcd5877ded6d6cc81f19e5bb5fe0 --- /dev/null +++ b/pick/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88350e63f45d522a5c1173fd1b45a1242f5c33f908256465bfa3bd6c3f21ca4 +size 16120 diff --git a/pick/data/chunk-000/episode_000072.parquet b/pick/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0220235d84a6e0b5efd6e2f2c952fffc16878ac8 --- /dev/null +++ b/pick/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcba134183e32b28d837abd29735f4ff1d76de7608eb43a936ea571bad39ca88 +size 14275 diff --git a/pick/data/chunk-000/episode_000073.parquet b/pick/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6721028dd0d4e69e6a27d2ed1bd7b06735edd9b6 --- /dev/null +++ b/pick/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f68eb0adeb2e2bc1d4e32a850e32bed2114c2f82783e33655944b60e8e682d +size 17588 diff --git a/pick/data/chunk-000/episode_000074.parquet b/pick/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d72c9f345e20853840da44c9b0c3ca9153809d5 --- /dev/null +++ b/pick/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5a7f3d407299b770e152fe59c7d6e8c2690e4ba0b7209ff1554dd0815c91d7 +size 17792 diff --git a/pick/data/chunk-000/episode_000075.parquet b/pick/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bb2f63fbc752b0729ee7aa32181ccb7b1095511 --- /dev/null +++ b/pick/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9e0b6cd2627fbfdef9563cb8c72d68b3ba50d1b955a3c2e9677a4b52abf3d4 +size 12752 diff --git a/pick/data/chunk-000/episode_000076.parquet b/pick/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..874b6b05e1c5793d7f0faac817d52ecb81f81bab --- /dev/null +++ b/pick/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8c4ca669bda5fab6b4632fac6de7213d66b0f76495e47855379aad5c311e9a +size 13547 diff --git a/pick/data/chunk-000/episode_000077.parquet b/pick/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..172cd8f57175f4fa72ba38c048058550a1d19395 --- /dev/null +++ b/pick/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdf1e07bdcb3bcb02aad1f92c1ed439af53f62aee54fa210ebbeea92bb66aca +size 25302 diff --git a/pick/data/chunk-000/episode_000078.parquet b/pick/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..382baad363e37d6d676c628907fd4e15deefec98 --- /dev/null +++ b/pick/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0edd16bf5519340ced2a14e1287932c6f42ebd3da83ddfd99024b5d6d6b2e1d +size 10837 diff --git a/pick/data/chunk-000/episode_000079.parquet b/pick/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6678405eebdd9daf0bf16b5005c922a424c43b89 --- /dev/null +++ b/pick/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947ddcce22823c600481f07a5fc221b9b8c988bd3bf7745046e09ed43a0186a3 +size 11886 diff --git a/pick/data/chunk-000/episode_000080.parquet b/pick/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6074527117431c5b617ca2cb8235c7c2810d581d --- /dev/null +++ b/pick/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0656a810be39c8a8647789196a1af4097b63816673c36533921f56601170f828 +size 20062 diff --git a/pick/data/chunk-000/episode_000081.parquet b/pick/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae38ea9929edd2605d8652fb973658f4b6c78243 --- /dev/null +++ b/pick/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b5a3054df7f1147d6c41487892e3ed5b342bedbddf614742ee3fd5af3b8a42 +size 33430 diff --git a/pick/data/chunk-000/episode_000082.parquet b/pick/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4f167e38267f1dfcde3a2478de63b68e3a8a105 --- /dev/null +++ b/pick/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8653d950a6db907c1d8c8d68c55da96a13b8732d6215b69ce9bdbc0d3318e2d +size 28734 diff --git a/pick/data/chunk-000/episode_000083.parquet b/pick/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de21b92d00549cbe65c05f27e7361030fc037bb2 --- /dev/null +++ b/pick/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fc7998c997bd9373591b31eb96a2bc1b919b836996a37432777b198bc5892d +size 26979 diff --git a/pick/data/chunk-000/episode_000084.parquet b/pick/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ccf5794356190c52448810cf811ec784a261525 --- /dev/null +++ b/pick/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3df54cd70f9679e08e3e39d9e12c3549a7860880dabeb4aaa683928e387a939 +size 15423 diff --git a/pick/data/chunk-000/episode_000085.parquet b/pick/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38e1bfd6c0a4fc4bf0871abb64beaaa78d6940ec --- /dev/null +++ b/pick/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead56e3813b0eebe6533345957a9effe314e63da0c3c81a2a5c92cb7db66194d +size 21214 diff --git a/pick/data/chunk-000/episode_000086.parquet b/pick/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d0e975b6434a3b8fa0ef8e144d0b14640c76712 --- /dev/null +++ b/pick/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f2aa71bbad27e05d5dde1bbab893f91f455ab4fed5af6678e04f7e5a0a7991 +size 15661 diff --git a/pick/data/chunk-000/episode_000087.parquet b/pick/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2b92dea6d145d9d04b3846f6ffe12d377abe355 --- /dev/null +++ b/pick/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268c2193eba35d27aa58dfb53229bd199f2e1057b021e4a06f2b522674f044e3 +size 22583 diff --git a/pick/data/chunk-000/episode_000088.parquet b/pick/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a68f4a6bf2bd08d1517c51135bd224a242a967bd --- /dev/null +++ b/pick/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91eb408b282649da7ad76080142ac50b4c349cf7d43637f7d92edab23b3a759d +size 18151 diff --git a/pick/data/chunk-000/episode_000089.parquet b/pick/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37d12e5dfd70ea4242e4890ae8067e70c87f99d7 --- /dev/null +++ b/pick/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d91932a51b3ba04c2e7aa82587f2f12208949561c646fd736354c89654bd5b8 +size 13709 diff --git a/pick/data/chunk-000/episode_000090.parquet b/pick/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df979db08d6830179c94ac51b13389a53c76ebf2 --- /dev/null +++ b/pick/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04d11c5da1dce72c7acdc9ab3f7265c4f2c9b7c517aadbb1d85538b897a2c86 +size 20830 diff --git a/pick/data/chunk-000/episode_000091.parquet b/pick/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1129d786c9dc4ae97db93d12b7c9508df7837c2 --- /dev/null +++ b/pick/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79795d924e914580a00ff0440eb6953243fd0cf6545f8ecb4bccec80a640edd7 +size 18187 diff --git a/pick/data/chunk-000/episode_000092.parquet b/pick/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..155b6e9621811ca6892eab7ea85b8f1f29b8b6cd --- /dev/null +++ b/pick/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb9a77f8e63b5a1d3b2fb25cf98957c127e570876817537fa45a04c951727f6 +size 14771 diff --git a/pick/data/chunk-000/episode_000093.parquet b/pick/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09843cb87946a23d33d33fa23d2f0c1bbec4da27 --- /dev/null +++ b/pick/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fc603b0e5a532395483007983172878c2d96423ca3c7df19af492579a6c954 +size 14863 diff --git a/pick/data/chunk-000/episode_000094.parquet b/pick/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..576cb7ccf5e60089c29dccd5bbc0b4e8da1a9a5e --- /dev/null +++ b/pick/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3ca04fd103a5302b5b27fcb961248b65d7539f2dc85ddfe80ed28cec46c3b7 +size 12430 diff --git a/pick/data/chunk-000/episode_000095.parquet b/pick/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34e204698a23924e0b545f2e4297117a041b57a5 --- /dev/null +++ b/pick/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20a86d3dd342ea8bffa3948ad512e19668ea1e76188cf34ea7dc36f10917fdd +size 17040 diff --git a/pick/data/chunk-000/episode_000096.parquet b/pick/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..232070d26ec2f8df577467f73906e2245a8514d5 --- /dev/null +++ b/pick/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc8163fc241ec93925f3e04688c7b76367d2f188a0f409d948d9f794719e34f +size 23289 diff --git a/pick/data/chunk-000/episode_000097.parquet b/pick/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c33d7efd843fed2f8cc89d57b1bf31979f62a7c --- /dev/null +++ b/pick/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ec0855df1b0c358415ee4b06cc16ee247b0540d02e3216d99aa607589c39d8 +size 62907 diff --git a/pick/data/chunk-000/episode_000098.parquet b/pick/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..550df3614ddbc315227a1de920bcfb55669831e1 --- /dev/null +++ b/pick/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52de92990d0d78888196d1e0dde2e8a7c957e8b2c74b1890517ac012ee4ce1fc +size 16509 diff --git a/pick/data/chunk-000/episode_000099.parquet b/pick/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55dc7d7cc62476039793a0b8c9d9ea7533a55a0e --- /dev/null +++ b/pick/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1ae71d9503a621ac9f2ec32ad579d5c0ecf8b216ae6ad843750e6b3b6dc39e +size 25958 diff --git a/pick/data/chunk-000/episode_000100.parquet b/pick/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce806469fd400cbdd63a84cab646ec02d7b33c1 --- /dev/null +++ b/pick/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c825a7c40d82f244f2726d7bc604402b5a40ad15e28e0dd3936623a1ad1bcd1e +size 21981 diff --git a/pick/data/chunk-000/episode_000101.parquet b/pick/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6a39d888a041d1ebeb9d66d3b854f3130ea4729 --- /dev/null +++ b/pick/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76cfa5c07bfac667f6553e8f8d9a46d81264003a54502fdc04bdbf4ea41293a +size 14175 diff --git a/pick/data/chunk-000/episode_000102.parquet b/pick/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d634ce28cabf76b98fae52f905838700f686ab17 --- /dev/null +++ b/pick/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6c61eb7b9ef89ba9c8c7d568eb94e177d98780dd2d6edfe023b78490f377e6 +size 13964 diff --git a/pick/data/chunk-000/episode_000103.parquet b/pick/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d7f08018b49ab5ef1beb457881a8a84b4cdba82 --- /dev/null +++ b/pick/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0771a01e24419e0008d42d7ad03539515a8d7f570627160cf9fefa2fef5f791 +size 22803 diff --git a/pick/data/chunk-000/episode_000104.parquet b/pick/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fe6694cb72bf943ff4264769b766e900bd59e66 --- /dev/null +++ b/pick/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31aefdbe7a101adbb2d7cddbce921f914067f39019a27417f946623a80d8e7c +size 24485 diff --git a/pick/data/chunk-000/episode_000105.parquet b/pick/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2563e7c2216e28e3daad42abf1fdd78729bdae82 --- /dev/null +++ b/pick/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fb691f190d98384c1d565cd78a9df8b4e77224d1ef97cef2dd41d2a343954a +size 13019 diff --git a/pick/data/chunk-000/episode_000106.parquet b/pick/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e75f1063f7051f5c387d1bc5d43b615cb86e615f --- /dev/null +++ b/pick/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1c287393372c7db3e2c6e2232e661453969487098839add418424cc0d2448f +size 14092 diff --git a/pick/data/chunk-000/episode_000107.parquet b/pick/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a96136882204f27c83f189956400094b3ba6916b --- /dev/null +++ b/pick/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eee46961477e0f3538ea7b524027a1efe47cffc335fe3dbed4ff0049b345fd7 +size 30319 diff --git a/pick/data/chunk-000/episode_000108.parquet b/pick/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..158b2a5e4c401671da6858c8af8b8dbf1d6f0091 --- /dev/null +++ b/pick/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75739f3ed6c9b74a873e289317723ee01c08f54eee266dec5b557d8e209aaba2 +size 11605 diff --git a/pick/data/chunk-000/episode_000109.parquet b/pick/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6733807a04350e33d41d995d4f2ab8c0bc31c6f8 --- /dev/null +++ b/pick/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b691f167fc31898aa5a1e07f0ad14af08e0ccc7d331de24c9d82f5caee4240e7 +size 12220 diff --git a/pick/data/chunk-000/episode_000110.parquet b/pick/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27d22fb911bf8533c20b357444f58b963e92d8d9 --- /dev/null +++ b/pick/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47014c1651745106acd55f2e520f5861a2f3fbcc9457492ed9fdbf022804aac8 +size 17874 diff --git a/pick/data/chunk-000/episode_000111.parquet b/pick/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a557778f8f2d40ced7650391cb9256aa9184e28d --- /dev/null +++ b/pick/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b967bd3f9d15e7948ab7c503e49a8096e3ff1ad7c79f089fc88cedf06d2af51e +size 12654 diff --git a/pick/data/chunk-000/episode_000112.parquet b/pick/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65db5c2e4ec4a6ac795ffd3e9348299f8afb066d --- /dev/null +++ b/pick/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1968c988c5363245f0cfcdc3d5cdc31a2a19da0b8bfefa6e0b32c914e4fc6631 +size 17777 diff --git a/pick/data/chunk-000/episode_000113.parquet b/pick/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d7488ea70b9f1f9994c08b6955b960c9fca760 --- /dev/null +++ b/pick/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21ab15000f1c19172d537fd52922a795e745b3997b373d8114de9a758d32364 +size 18137 diff --git a/pick/data/chunk-000/episode_000114.parquet b/pick/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1e78858953ba99ed4ca7d4be5d5d86042461705 --- /dev/null +++ b/pick/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f93e283be2ee5e7cfb8758ac959c72057d704426c3aa26a25c635d38e76ff97 +size 23123 diff --git a/pick/data/chunk-000/episode_000115.parquet b/pick/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..162b6ede22ac74e3f6ec4e1b8270725e00a8b3a0 --- /dev/null +++ b/pick/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ef264308bbb97220168d5c40562fed8ae7d7b7e77aafd2dd1eda2e595446db +size 18963 diff --git a/pick/data/chunk-000/episode_000116.parquet b/pick/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48918eb28c4e046f78f34e94de0404bf8267623a --- /dev/null +++ b/pick/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b232d57328f05c7c66e137c98aab8fdf72d4e0e63e48b350df5170a98ccd671 +size 22020 diff --git a/pick/data/chunk-000/episode_000117.parquet b/pick/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9471bb08988c1e3f659ecc6c00f20a6698a71a09 --- /dev/null +++ b/pick/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cec77dcabd843063bb7dee4e609ea50b6f3f1ce10a1fc4a1040644c5bf7635e +size 19397 diff --git a/pick/data/chunk-000/episode_000118.parquet b/pick/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8733d516cb121c982ff1836f2eb066cce52acc4 --- /dev/null +++ b/pick/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ceda54a3127d923bba91f590cf50c9832a04e8cd40a4f5bc24e7ec9317d133d +size 18007 diff --git a/pick/data/chunk-000/episode_000119.parquet b/pick/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..495f3cb8d980025b5ec28d9a2a666a73567be15d --- /dev/null +++ b/pick/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e1ee986680c6c46f1de11981a8e4dc02243c3856bff7913c21e00f39e9d4e7 +size 13443 diff --git a/pick/data/chunk-000/episode_000120.parquet b/pick/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33b0013ca9db444c09426540e7655717ee9112b2 --- /dev/null +++ b/pick/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9fbb343fceba8480b75717458879a47d45af6c6ffa1bdf63d092af20b01a9a +size 17060 diff --git a/pick/data/chunk-000/episode_000121.parquet b/pick/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f915bab6383d0dec55f5b8a74776ef31bdf5d13a --- /dev/null +++ b/pick/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f3dc3461cca79645bade459cb9b12e026134c2702b030a2f36735cdb28d512 +size 14611 diff --git a/pick/data/chunk-000/episode_000122.parquet b/pick/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2bba0cb49ef14765623ecb6dbf42dec795a6124 --- /dev/null +++ b/pick/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993d53c589b2ed1f677a39e2192810ba945214713b519702cf781b050aabab54 +size 14490 diff --git a/pick/data/chunk-000/episode_000123.parquet b/pick/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..187c15d79fcd2cd753e8969f9ae5c016bc6ac7e6 --- /dev/null +++ b/pick/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78181b358c07c89a989b8eca6988f8994a6fec705e58aff69621694f6bc7d513 +size 14553 diff --git a/pick/data/chunk-000/episode_000124.parquet b/pick/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ab4edb6eaf9aa27ece48b566bdaddf05d0922d6 --- /dev/null +++ b/pick/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a9a47c3fa8a9ca77754eea0e1795ed68b0a0ce63a791b13a76eeb422e97be3 +size 14786 diff --git a/pick/data/chunk-000/episode_000125.parquet b/pick/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af6cfd7f6092a2866b3c42b60f2af9beff4d612e --- /dev/null +++ b/pick/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e43818bef022e8c805223a101ad0ff703afcaaa5f9f0ee58f6b84335c87137 +size 16077 diff --git a/pick/data/chunk-000/episode_000126.parquet b/pick/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9241b63dd1866d9ad5cba21e2b1dff34404a3dd4 --- /dev/null +++ b/pick/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ef59c9616000a71aa2959e466b7d013ff91802f0aee95880bd90422d85566f +size 17197 diff --git a/pick/data/chunk-000/episode_000127.parquet b/pick/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e6e8cde5951ebb47ae6f25fa70066f7dd87b7e2 --- /dev/null +++ b/pick/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043f043200542ba79cf09e6d7bccacb761441ded9ceeecc9164ca785e382eb89 +size 13299 diff --git a/pick/data/chunk-000/episode_000128.parquet b/pick/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71f56c9fedfb3d40e242169068bad1374d191d78 --- /dev/null +++ b/pick/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4d24ff26d35a9556e437242f18ab31f502b21eaa1626888ccec211f883dd9d +size 11624 diff --git a/pick/data/chunk-000/episode_000129.parquet b/pick/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..543a2cbd0bdb8602a0ac68abd0e44fdbfae4d22d --- /dev/null +++ b/pick/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1731b5f959d8b431d45eaa1f1784245add81032ab808510e6492d81b663f5a3 +size 16589 diff --git a/pick/data/chunk-000/episode_000130.parquet b/pick/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8577f05fe3af0a42ac3a8f444dcb021e196a8c2 --- /dev/null +++ b/pick/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fece53420f7e9ae23d1d617d2656d0ae48e18583e8886c04ca7fcd3c5c766990 +size 16137 diff --git a/pick/data/chunk-000/episode_000131.parquet b/pick/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da45f44f6fd26933c61059842c42f9d2c9d7cfbe --- /dev/null +++ b/pick/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d8285a4a816353fe17b896cebda5aa395f33c2b12a374efce68a81b960980c +size 26855 diff --git a/pick/data/chunk-000/episode_000132.parquet b/pick/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2cb750fcfce4be9693eddcd8fc74d4eab12f072 --- /dev/null +++ b/pick/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0f97baeafc81629616f91f4d6e08bc703b8e1d818ad6501734b38983c8ea6f +size 18665 diff --git a/pick/data/chunk-000/episode_000133.parquet b/pick/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61b6a43076376eeb06c7f0bcce4644ba8a94fe2d --- /dev/null +++ b/pick/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3db7f0a9606a944004e017b2c08084e3f2eafdfe6d79f349492ac90587cc973 +size 16526 diff --git a/pick/data/chunk-000/episode_000134.parquet b/pick/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d74a31aa21f8e32cb1ea86ebfaaad1a098da037 --- /dev/null +++ b/pick/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed6b54dfa366d85a77240d37bb68660463abf1dd76c58447e59392e18f31bc8 +size 16932 diff --git a/pick/data/chunk-000/episode_000135.parquet b/pick/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..774b8c946172360baa67a2b39cfc3a924735b4c8 --- /dev/null +++ b/pick/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41278a4adccec8a26ddbe4bf314f6c869f52276bc09d978e16b5932915f1b8b9 +size 9955 diff --git a/pick/data/chunk-000/episode_000136.parquet b/pick/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e5854a6fc22cac021486ed3ccc29f057ba2d368 --- /dev/null +++ b/pick/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661dc262cb1ef891d4a70c2dde383151d45c984be1ff036d85d5eeac1296d679 +size 17019 diff --git a/pick/data/chunk-000/episode_000137.parquet b/pick/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1224471bffa6c11cd1035e341041f52cc5a2a0ec --- /dev/null +++ b/pick/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344a0de1d887ddf06557b7143ad7ab6013aa995ef4cfba5b2a1a9b51250275b1 +size 23342 diff --git a/pick/data/chunk-000/episode_000138.parquet b/pick/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82f4c003bf39939265d55c80ab4628b96b1f56f7 --- /dev/null +++ b/pick/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4521ab28dcadf328c39cf15ffb26abe2aface1f4dcd83ba0bae3025cae21034a +size 29493 diff --git a/pick/data/chunk-000/episode_000139.parquet b/pick/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f32fce8f6b85e5ae1dcf81cf4ebf196fb1dad910 --- /dev/null +++ b/pick/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5601c6d4bbf7a448e2151f3cebdc1fb36789ae7d98beddd7f9934e22383f81c +size 28458 diff --git a/pick/data/chunk-000/episode_000140.parquet b/pick/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b01c051e14b981561189137af05499cd4c40278 --- /dev/null +++ b/pick/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48023c2680db73cbbee8fe2676e3df5e9e5c666c6f840887a9cd10a15babc5a7 +size 21469 diff --git a/pick/data/chunk-000/episode_000141.parquet b/pick/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb1519ba32a0e7e1ea10976a639e94956c776cf5 --- /dev/null +++ b/pick/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dea97fdaaea6505378d88304cf9fe7da250261d8cc312e474e8ee15699593a1 +size 13187 diff --git a/pick/data/chunk-000/episode_000142.parquet b/pick/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67e912ce8b87a0089a65023b8510ccb23ad2ec1a --- /dev/null +++ b/pick/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6994287985c06ba9e52069bfecffdae1e3a700b8a4e675f0d254ac014d188a80 +size 16769 diff --git a/pick/data/chunk-000/episode_000143.parquet b/pick/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d76676580b9dd498eca76f70b6d43bac78fd1046 --- /dev/null +++ b/pick/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3670a511c73edf71658b29e43ebc417587cf68b5ba28c3914374a129ffc27ee4 +size 11565 diff --git a/pick/data/chunk-000/episode_000144.parquet b/pick/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c47ef6f78b4714fa0738b196e75ec48abcf8848 --- /dev/null +++ b/pick/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45447b3ff776b85d383d034c503d60e2b2f81aaefb5ca7623fddc59770c110f +size 32934 diff --git a/pick/data/chunk-000/episode_000145.parquet b/pick/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..073e557168a7cd4f27b2f03cb18a195c044c18bd --- /dev/null +++ b/pick/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9ff904acc593892e61453fbad33e92917f31ea20a30a2268f5faf9d0c6104b +size 14155 diff --git a/pick/data/chunk-000/episode_000146.parquet b/pick/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c40b0f55c6b775fe31b0077562a300dee25a2397 --- /dev/null +++ b/pick/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6bac758e9320aaab20bb529c5121bab7cbce9469e8dba5271b72a6c75db100 +size 14386 diff --git a/pick/data/chunk-000/episode_000147.parquet b/pick/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6898351c7a7de6be758e8757fd59e348466087a9 --- /dev/null +++ b/pick/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c7af7a8cd9b897227487da42f95644a23e3a426f0318529361b049d9a60064 +size 18549 diff --git a/pick/data/chunk-000/episode_000148.parquet b/pick/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5363b469f869a61af1d1053be5a9852d4ca0cc4 --- /dev/null +++ b/pick/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0510d8fb16868cda62369f5d7f43f2f541762a4e491c726ba869f48d7e7663a +size 27861 diff --git a/pick/data/chunk-000/episode_000149.parquet b/pick/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77eba666740268c66a9822682cf4ebeabcd29489 --- /dev/null +++ b/pick/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d989f7da84e7599d234a898b2b5e75ace76936c853a47e2a25be7ab14663ec +size 17969 diff --git a/pick/data/chunk-000/episode_000150.parquet b/pick/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3585693a02fb6a5540d7037eeba632ac7911ebc7 --- /dev/null +++ b/pick/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0aa580b12c0f46e8988969ee973489c209965c76782f04c4b0b9caade854fe +size 28514 diff --git a/pick/data/chunk-000/episode_000151.parquet b/pick/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff58ee2b07b0b30c54e5d3c30b82d332c15d0c52 --- /dev/null +++ b/pick/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78405804c637b9fa4e3eaaedd0883921be6f04ba2b0a710934c8aed5cf6eadd9 +size 18950 diff --git a/pick/data/chunk-000/episode_000152.parquet b/pick/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaf1808699c0b296177708e2c42f979545f82a90 --- /dev/null +++ b/pick/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af46ecc63d4eca860a276b056c73e5ecbaaa01a50e2f039e16c78575a5aa9c05 +size 16151 diff --git a/pick/data/chunk-000/episode_000153.parquet b/pick/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5241b4b16238609ef89d19680cd4803e32af1229 --- /dev/null +++ b/pick/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4b4e7a9ab03879e6e783bb1a1bfc417cf89953f437c8a3c611618aeab6195f +size 22538 diff --git a/pick/data/chunk-000/episode_000154.parquet b/pick/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8de2b3b1203cb3ce19a2c593db7cae1f4eda9aa --- /dev/null +++ b/pick/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6513e14acdf4e218b883dcbcfddb5ad0c6e5feb9f294d2d03989f485935d3d33 +size 16914 diff --git a/pick/data/chunk-000/episode_000155.parquet b/pick/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7649af40148674e99a946f3593d9737f92072ac2 --- /dev/null +++ b/pick/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045dbc62dbf33ea3d3d6b5482e3a77f215403b999b3ceaba6d49c3cf8bc4b3fa +size 34413 diff --git a/pick/data/chunk-000/episode_000156.parquet b/pick/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c8b97711790ffbcda924cf1d313b40c9648dc01 --- /dev/null +++ b/pick/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ee46b2c1601e24beb482426c45380dc2d9493d2a05514eb90c9a581cc8bfcf +size 31000 diff --git a/pick/data/chunk-000/episode_000157.parquet b/pick/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..383d52c7d7f60df40047c97cdc7b6a953d6abb8f --- /dev/null +++ b/pick/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e47d9ca6c2f8d9d4ff74529a0dcbb1a66c1c8584a92d8f5578db31c5637e4f +size 24372 diff --git a/pick/data/chunk-000/episode_000158.parquet b/pick/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28afcdaa9272f6f56fb56c37e7cfd1bac13f3282 --- /dev/null +++ b/pick/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1408ea6c9426b7cbf196f03087dbb26fa370319990d93fbd9b73b7970f5ad32a +size 17138 diff --git a/pick/data/chunk-000/episode_000159.parquet b/pick/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbbc9941afb214bb727829f81ef4b3e1cb10bf3e --- /dev/null +++ b/pick/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d65ea4ac2d5aed7000ed85dc012ec81d35caa5751947bab35c56e66db1324a +size 25130 diff --git a/pick/data/chunk-000/episode_000160.parquet b/pick/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79b30eb25f9a9415fac662cddf3ac4289be5fabf --- /dev/null +++ b/pick/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a1b2017ee463f81e0dd56234b2ba0f0ed3fda60c6a73c9f2b70025bf77b6d6 +size 14463 diff --git a/pick/data/chunk-000/episode_000161.parquet b/pick/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21eb0d353217bd069a665562cd9ae9af0d4f8ab2 --- /dev/null +++ b/pick/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d932bfa15e1883633de6b5329d05582f06087e24299c9cbaa7d7e571a1ba7ab0 +size 42166 diff --git a/pick/data/chunk-000/episode_000162.parquet b/pick/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1140aeacfe2b52a67d16c186cabe67e4db55a2a --- /dev/null +++ b/pick/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2168da7755adad1720d6e7f384088734779a25683c504b8194cc5bf9c1267256 +size 14285 diff --git a/pick/data/chunk-000/episode_000163.parquet b/pick/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..941dafea18b938037f79ecd26b2ef8b3cb443107 --- /dev/null +++ b/pick/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84560fe5c8b940845d727b691b311185d4a9e34bbdfc6918e79e6394f4cb275 +size 21254 diff --git a/pick/data/chunk-000/episode_000164.parquet b/pick/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2579b6d0c0275153446b42896c1a028ee3d5915 --- /dev/null +++ b/pick/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db9c3ac8a9088729bd255cbbcbcc98bf35613194549b2b332ac51084ba0d95e +size 11558 diff --git a/pick/data/chunk-000/episode_000165.parquet b/pick/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..153bb28f44324894656a3948fb0f07bfe2bd4ffd --- /dev/null +++ b/pick/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08408ca508ff42f14c36c745d02f378514d195290ac16a93bf15348df24c78d +size 34512 diff --git a/pick/data/chunk-000/episode_000166.parquet b/pick/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d7c91845e7b5de5d77016cd964d346cb5acc977 --- /dev/null +++ b/pick/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55277112fc8405e97701cdb5a11d4ee205212a2cbd5fa0cc8cc2771c621f0764 +size 15507 diff --git a/pick/data/chunk-000/episode_000167.parquet b/pick/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f29305d4f5cf0b593f976f037c32d5e0da30bc80 --- /dev/null +++ b/pick/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecdae2121e4da864916f0a8d24542196f8ccab361f752ba9bc1656a0e1bc8a4 +size 11914 diff --git a/pick/data/chunk-000/episode_000168.parquet b/pick/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a75a2880930135d0c5be0aa1d0e682e014939737 --- /dev/null +++ b/pick/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae7e33fc655c823d4c66787b095780c507811d2b67b4c79bff0586950d02212 +size 21477 diff --git a/pick/data/chunk-000/episode_000169.parquet b/pick/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f6a1f7f75a825f371c4a983b444eb047621f392 --- /dev/null +++ b/pick/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6158632f981e50a99538d72c59c6782b1a280d74763e98be5ca12bdcd8abc4b +size 13538 diff --git a/pick/data/chunk-000/episode_000170.parquet b/pick/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0eec0001eaa9e57fdb67956a7945753a5e7d55f7 --- /dev/null +++ b/pick/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b1e9e276ee33a48630c404a7b5896fe34102e27ee464aae93af471e8ff3fe7 +size 24027 diff --git a/pick/data/chunk-000/episode_000171.parquet b/pick/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baffa588e00408860139a5fe9b44f6e402219171 --- /dev/null +++ b/pick/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ca10ff90808b656ab8b7d7780ef8b8cdaa223b9684376781212047ceb88fa5 +size 31457 diff --git a/pick/data/chunk-000/episode_000172.parquet b/pick/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f58aed446bc9fccff9681b5f9a7aac5014a707 --- /dev/null +++ b/pick/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590d8071bc9b11c8403b42ed919f06698e32b1c084c600d8d7eff179cdcf24ee +size 12995 diff --git a/pick/data/chunk-000/episode_000173.parquet b/pick/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f0a020b464fa7785ee1e0238a365c199cabe8b3 --- /dev/null +++ b/pick/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0ae7d4c0b80b5feefe852c2537b41c57a77adfbd0bc453fa40d9dc654b6ca9 +size 17348 diff --git a/pick/data/chunk-000/episode_000174.parquet b/pick/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a50edad5bab9d3977b05fbf84b217998d5121466 --- /dev/null +++ b/pick/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e772375d8927abb1e2f71cd78d8e27b16ddd842ce88c685a9a2d40f6d1952a +size 19001 diff --git a/pick/data/chunk-000/episode_000175.parquet b/pick/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..450ab93560f3dc381253beaac75fd061d439fc60 --- /dev/null +++ b/pick/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb71f8fe9bec38f21b83132c8d81006020e398a89b540d373366df011ffd2d5 +size 17082 diff --git a/pick/data/chunk-000/episode_000176.parquet b/pick/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de4f8c9228540b2a3ab4278c3979bae528b1de68 --- /dev/null +++ b/pick/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6177111ed5407256bdeec03afff1b2bb44c3107d00473344f129f29343ca7838 +size 12155 diff --git a/pick/data/chunk-000/episode_000177.parquet b/pick/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..193e6962718109649dd1fbaf4862274bb86586c7 --- /dev/null +++ b/pick/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e51fb8ad0f7dfd051c2a3f98c3c8d7ac0486df2ec6f30753cafb73d8dde337 +size 16568 diff --git a/pick/data/chunk-000/episode_000178.parquet b/pick/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2af8c4ea27d5580615ad15e9c7d34b6234db430b --- /dev/null +++ b/pick/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3dd925a326a16b5b080dbd69def6f232995ca4c157450025a967987dca47dd +size 19367 diff --git a/pick/data/chunk-000/episode_000179.parquet b/pick/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34a9399c4891e45ce1780661692d8b7935a2482a --- /dev/null +++ b/pick/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752dc25aec6eca2c775b784bb1350a20494d6de95267450e7c6307884ea067cf +size 17573 diff --git a/pick/data/chunk-000/episode_000180.parquet b/pick/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f88da805b47171e612da93952aaa081f08dc18f6 --- /dev/null +++ b/pick/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60c98262f0e9c63a1719047b72513e7b5b9b5bbe85df51d862b162e868a9147 +size 23959 diff --git a/pick/data/chunk-000/episode_000181.parquet b/pick/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..958390ba515eacacd97bd7afe560f9380ffa9a9e --- /dev/null +++ b/pick/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a1a3ae68453a9c07b67a087be1bcd808c02a04941a67e058b27542e2daee8a +size 28002 diff --git a/pick/data/chunk-000/episode_000182.parquet b/pick/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa582282ee8b1a0c644b0f6a5cfd8155edf9a6e3 --- /dev/null +++ b/pick/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912974b3f7257be31ad500ebe5afccf759d4521608163a95273841aec1ce87c1 +size 20532 diff --git a/pick/data/chunk-000/episode_000183.parquet b/pick/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be98c88a14d1d31ef3575bf344e7e58f54d12d09 --- /dev/null +++ b/pick/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79749057fde97818ea2bccd5b10939223213962c11a4d9556dc8ff731734f85 +size 13320 diff --git a/pick/data/chunk-000/episode_000184.parquet b/pick/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8593dcb1a6f38376e3a2a3e603c2b7543440b159 --- /dev/null +++ b/pick/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2a6d1f6a399986ac9e6c3195fc161f0277d6a03b61b01f871756147375a33 +size 16267 diff --git a/pick/data/chunk-000/episode_000185.parquet b/pick/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c89d8d60912725ab87013b280f33445f200c2bb --- /dev/null +++ b/pick/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a4f869ddfda44c89b0cbbb31ce7c01c36a6091c2b4249efa6cf95e33d58652 +size 19097 diff --git a/pick/data/chunk-000/episode_000186.parquet b/pick/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9d6be5591a1276ee8145cd4a0377ea96792ecb1 --- /dev/null +++ b/pick/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64639a9da632df5777bfb3fa7b9445b227d9943d98a7ad4c428583c419b141dd +size 33156 diff --git a/pick/data/chunk-000/episode_000187.parquet b/pick/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9006f83d1ff0484db8a41a5c7d6b7d8040b4739e --- /dev/null +++ b/pick/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e587def44ebe2aea80d3ea40aa24311f391639690cd8e06e5dd85d37925e84 +size 11397 diff --git a/pick/data/chunk-000/episode_000188.parquet b/pick/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4b8fb2f6e75507240baff9fac7b9cb9f08a7d9c --- /dev/null +++ b/pick/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf3c004037c5ef0b5d93fbb8c5027ebc390d6593cf7d1d64ebd02ec7057e02a +size 11073 diff --git a/pick/data/chunk-000/episode_000189.parquet b/pick/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e040aee22dbaf32b3b0bf677502ba0bce690823 --- /dev/null +++ b/pick/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e1429a884b06e660159bea50211aa09e459d40c119b531cdd0affcb0031472 +size 19562 diff --git a/pick/data/chunk-000/episode_000190.parquet b/pick/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d55a48e65e1a8212017383ba550c070ee1820a61 --- /dev/null +++ b/pick/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d4f6868547e9a882ade20550c1436b64629df2505e5cbaab173d569d7e5a80 +size 14198 diff --git a/pick/data/chunk-000/episode_000191.parquet b/pick/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a659b2d1c840549487216798b76a6cfaf0064d82 --- /dev/null +++ b/pick/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c923af9356dbba10347383bb121085f5af76340a9ad3bd3be58027c7cd2e961f +size 16575 diff --git a/pick/data/chunk-000/episode_000192.parquet b/pick/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf12fefb2984785a5a315d81faa0de95e129794f --- /dev/null +++ b/pick/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc829afe9c44ed0487e0b7bb5090409176dd9b4c3a712f0f560b2756cdb224b +size 25842 diff --git a/pick/data/chunk-000/episode_000193.parquet b/pick/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b8e38cd478a96d17cf68307e33e4454fe380edc --- /dev/null +++ b/pick/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c1e0c1f2ac9384b9e7bd25e13ee51b1cc4277b88c4ebb8c9361d618345fb35 +size 18715 diff --git a/pick/data/chunk-000/episode_000194.parquet b/pick/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b847918e70ed6331582a7f0905c92759d76fd62 --- /dev/null +++ b/pick/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7c8f16dd85fe354d89494a4410b20f1d0bd98fa58d191190a26e35e2ecac24 +size 17788 diff --git a/pick/data/chunk-000/episode_000195.parquet b/pick/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fba8660aa405a9b333a84b6870f9550a61bfd23a --- /dev/null +++ b/pick/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e2f083163a1e8bdb0bb9a2c54a11c31bbfa1bfef35b9c52b3555d7d80c6f19 +size 11127 diff --git a/pick/data/chunk-000/episode_000196.parquet b/pick/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12cde249887e74bef5774e1ec581fbb459a3a0c8 --- /dev/null +++ b/pick/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c794055410b3933ab5cf7336fa6afca730d4fa41eab5da2dcd2239dcd14ca830 +size 14342 diff --git a/pick/data/chunk-000/episode_000197.parquet b/pick/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bc95c3d04cb12009fcc83107a941ef0825fcdf2 --- /dev/null +++ b/pick/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3953d7dd46c8255c267cf0429bee06289312c4465a932e40c36e58cc1643ee7a +size 18658 diff --git a/pick/data/chunk-000/episode_000198.parquet b/pick/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9260c0e8f8434b1ccffc3a9a5cfdc2434e3dbf08 --- /dev/null +++ b/pick/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7312a284ed0eada50807dd94bcf4a01c7dead288dc5db02bb5cb2ab18ed0290c +size 17758 diff --git a/pick/data/chunk-000/episode_000199.parquet b/pick/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..187b9d1c4ae27d4b6146ee7a5b5916edea9bfe62 --- /dev/null +++ b/pick/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5c8e46e0ee550a2cc6b24ed0cd8349cdb6f22f83ebe0603a34588ae418c6be +size 20448 diff --git a/pick/data/chunk-000/episode_000200.parquet b/pick/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..809036a812f2bd0038ad43f478b604fc124ac40a --- /dev/null +++ b/pick/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3f15703b9175e41a0b5f8224e3a97c0e992f237bb5b47d89a8b824e8db1c2 +size 11953 diff --git a/pick/data/chunk-000/episode_000201.parquet b/pick/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5913fe62e4ffedcb2d4b2987efde5a71c536254e --- /dev/null +++ b/pick/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bf60394de33813a4bcc596a122b61984f0c7c9f82555bca9b68bfc89edbf2e +size 19395 diff --git a/pick/data/chunk-000/episode_000202.parquet b/pick/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b55c89a9633d38836012d34db3603795137dafef --- /dev/null +++ b/pick/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d54f861750a8a6217e6540a7feb37ab27952a1e5999774c96b6ef1eca6d7d5 +size 18268 diff --git a/pick/data/chunk-000/episode_000203.parquet b/pick/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..014d7920b7aca21877b3d952ed00f7a666f963d4 --- /dev/null +++ b/pick/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d508943d118dd545b045ff19effe73da379f688e2784f824aa14e3c2fae5cf3 +size 17771 diff --git a/pick/data/chunk-000/episode_000204.parquet b/pick/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80d98d241de0061a8dea55360adb5c55b8633a6f --- /dev/null +++ b/pick/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8b84afc2ec535a415378841d1252cbab436a82532dad233361ae877ddbe5e6 +size 19344 diff --git a/pick/data/chunk-000/episode_000205.parquet b/pick/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c287977352c71205b283e6846df0209f43bda7e --- /dev/null +++ b/pick/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093304cbe0f4f2e05e238212616a9f2320bc090c809f42ef430526f0d72590cd +size 15446 diff --git a/pick/data/chunk-000/episode_000206.parquet b/pick/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..879da0c199e519d31ff5ed25ef30e564ccf29110 --- /dev/null +++ b/pick/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127ea2cee83f7162050a3161570d106dd77933119526bc6c7f65487755996b10 +size 16738 diff --git a/pick/data/chunk-000/episode_000207.parquet b/pick/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9180b98146a503f95bac0e99471f3ad28b87eab --- /dev/null +++ b/pick/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d90f945019f44d3184c60f7f6b77f821bd8961badd83dd9c9310d863d3083e1 +size 32934 diff --git a/pick/data/chunk-000/episode_000208.parquet b/pick/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d20ba9c3bae856d866b9c18335861c49827130ff --- /dev/null +++ b/pick/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81eb4e2a0bf7a50bff939ff6a52f8846b4df1ed36636699c04bd93452fcec8a8 +size 15845 diff --git a/pick/data/chunk-000/episode_000209.parquet b/pick/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9e7dac85a66c22cbffe9692bb279541b4f677bd --- /dev/null +++ b/pick/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f572dbddb847eef4674ee03e7229566ee0ee8dd34909d4ec4b18a1e811da8e +size 24548 diff --git a/pick/data/chunk-000/episode_000210.parquet b/pick/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8641bcf9d6f9367e5056d2eae9eab66e5658b508 --- /dev/null +++ b/pick/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914972756df189bfd4efc2c5faffaadb04e0d946dd7fdce3fe73723e2aa93ff1 +size 21242 diff --git a/pick/data/chunk-000/episode_000211.parquet b/pick/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61a74bab160fd5a61b2e4be737dad90d1be7ea1f --- /dev/null +++ b/pick/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc550573a0721678aabcb59a99e2d79d33cae782c6b8f9590d944ef46b5516d +size 12277 diff --git a/pick/data/chunk-000/episode_000212.parquet b/pick/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30fd6960055d9cbbab31f940b8473dafa07b796f --- /dev/null +++ b/pick/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bd50407b21be759151c00e2d89081d19840db2bbc3b30eabbc12db7e5a5f29 +size 24873 diff --git a/pick/data/chunk-000/episode_000213.parquet b/pick/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89712bb5ff883eb5f699c9f48d238e052feff4ed --- /dev/null +++ b/pick/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c3aa59042d389616044bc3a3bb3bf75bfeb6d82dcb6a8abbfd7a7b1a0fc842 +size 24388 diff --git a/pick/data/chunk-000/episode_000214.parquet b/pick/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed5bd1258f8a6133a284d3b140a1f2fb66f3c58f --- /dev/null +++ b/pick/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b05f5703b30d9d5e1f25eeb8edea97ed3d948977648491205caf2fbc59afb2f +size 16103 diff --git a/pick/data/chunk-000/episode_000215.parquet b/pick/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52e84dc875c0e040ff06e3c6158c4d552dcd758a --- /dev/null +++ b/pick/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0e5491bc7830c171c12763bed316b73d5a72248a18d4c19b7daf83b66e546b +size 15805 diff --git a/pick/data/chunk-000/episode_000216.parquet b/pick/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd264cfc1db024c3980afabc84e558d49b4395a2 --- /dev/null +++ b/pick/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50e683c716c3b48d944fe2f99192e1e3eda5fa3534a10233aba2cf50a27a2e2 +size 54172 diff --git a/pick/data/chunk-000/episode_000217.parquet b/pick/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cbf25e169735f644ed3887318d7aacc4552d504 --- /dev/null +++ b/pick/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28a94edc60d362322bc1033362164f53040ee2c4e63eb32b81a01b3268f6b83 +size 14556 diff --git a/pick/data/chunk-000/episode_000218.parquet b/pick/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f7e3da18243675b16553c0aa359861ff9c9355d --- /dev/null +++ b/pick/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cf9bca80497f594e40e1af4b4c0ff804af772205d07a88435dd0c80b03a81d +size 11318 diff --git a/pick/data/chunk-000/episode_000219.parquet b/pick/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b15a16df106b6705778b5f0769a43130d872b038 --- /dev/null +++ b/pick/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f724c8c5da451568bded54f657c358f3a29b1ccc76aae71d7d3530a6498d30 +size 27090 diff --git a/pick/data/chunk-000/episode_000220.parquet b/pick/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d440c33799365ab59cbe15ceadf055ad6affd12 --- /dev/null +++ b/pick/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7203ebe3fd0ee15463c04ad541769a4b51d1f36a004930a902f24988af54195d +size 17551 diff --git a/pick/data/chunk-000/episode_000221.parquet b/pick/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9a1390afa022b5c40346b3282cd8e58759d6c04 --- /dev/null +++ b/pick/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44200049885eaf72292131110fb59aedc5c873b1fb323076733c1b64e48be2c +size 50498 diff --git a/pick/data/chunk-000/episode_000222.parquet b/pick/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca6cf0fd7a71901abe738e52e761c31d250b5089 --- /dev/null +++ b/pick/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832da3131a069e53b144f79dbb544cd70c9cd0b2eb3aa39e46ec7e3b41680668 +size 17862 diff --git a/pick/data/chunk-000/episode_000223.parquet b/pick/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68740aaef5ded46850c0e34e82cee4edaea83032 --- /dev/null +++ b/pick/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb72eb0683c395cced373835a350f24d622170da3c28c62d15461248f6562d28 +size 22297 diff --git a/pick/data/chunk-000/episode_000224.parquet b/pick/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4282d2325bb5e257676eaab76ddfd72c3299ac84 --- /dev/null +++ b/pick/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb219aa4707a7bb36de0cd8bd960b0073969bcf71dc793e8029bdc2ab3aa052f +size 25621 diff --git a/pick/data/chunk-000/episode_000225.parquet b/pick/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47188665988c8f17143b3e9b087448dda805e7ab --- /dev/null +++ b/pick/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c8f63883c27bad60d65c8bf6bd2b3e0edcff3314b6583be8f10b3e4ef514fb +size 14023 diff --git a/pick/data/chunk-000/episode_000226.parquet b/pick/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c77ace819817750f721dbe2d07606206e3ecf62 --- /dev/null +++ b/pick/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a4b86aa531f3dd4a62cc8a27fb5bfce80aac005fbdbabeb4b2d60a3dd6440f +size 12656 diff --git a/pick/data/chunk-000/episode_000227.parquet b/pick/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cda7e25b9bc614cc8be0afcce0cf2ac1515174d3 --- /dev/null +++ b/pick/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf9855bfe99385b1fbbc76a661c4f4587d4ed80d700de880b718dd35b4dee5f +size 12770 diff --git a/pick/data/chunk-000/episode_000228.parquet b/pick/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c274507caf1fc3d1fe6187fbcfb42196c2bbbc7f --- /dev/null +++ b/pick/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52114d383e1bf27e3d1c7993735d697c30fe54d93348473e7b5d9a9a53ebc449 +size 23095 diff --git a/pick/data/chunk-000/episode_000229.parquet b/pick/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f4d1b625ae93bcbc1b304eab0e042475e1d3ee7 --- /dev/null +++ b/pick/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac85334b7cd3eed6218d8422b476eb1f377a44bbc9dbed0e58b37e1ac1415a38 +size 16762 diff --git a/pick/data/chunk-000/episode_000230.parquet b/pick/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cefd8e5553a4c2ecbaf7df676b42d0bb7f01d015 --- /dev/null +++ b/pick/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64c1ca32eaf336490df751518432a68a11cd840deb3999f5800b8c9474e3f07 +size 16653 diff --git a/pick/data/chunk-000/episode_000231.parquet b/pick/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5067a1bdb556b016ea27c7af4578ee6e9d23ce2 --- /dev/null +++ b/pick/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65817ea91027b462c5a0995b7cfed7210a146c28391daea5280b658f1fcb158e +size 17159 diff --git a/pick/data/chunk-000/episode_000232.parquet b/pick/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0928a81b96c9254ae7fa2fd13d08e806b41cac05 --- /dev/null +++ b/pick/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeb673e79a7c070eafe12cc4693852eb0f8cef99464abc3e84ee02ca137e0a3 +size 14266 diff --git a/pick/data/chunk-000/episode_000233.parquet b/pick/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5faa4207873cee6d493d2a864cf46cd2ebd1801b --- /dev/null +++ b/pick/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c36f904197af2d005cbc8cbd7b136a75d79eb464d93254c3eadb00c76d3d94 +size 21817 diff --git a/pick/data/chunk-000/episode_000234.parquet b/pick/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1061b95dcb7206dfeafc78dd9035774cb58df329 --- /dev/null +++ b/pick/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22a6bc5e5e718cdf2c60bc9c470278e5208e3804370cd43ca2e31dcea509d66 +size 15953 diff --git a/pick/data/chunk-000/episode_000235.parquet b/pick/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c4caca2583fe23ede2e5dcf1503c57591290d1e --- /dev/null +++ b/pick/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76cba990bf0173b52604e9fd22fefa2ac030d8d5bdf8b276acfc29f4664b178 +size 14072 diff --git a/pick/data/chunk-000/episode_000236.parquet b/pick/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fad9c99484abf0f5d0bccba468895da3270c270e --- /dev/null +++ b/pick/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0236c9785f22771e724c92f731957af94957a203e843ef7f709ff56f0280be +size 11217 diff --git a/pick/data/chunk-000/episode_000237.parquet b/pick/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72727da8c5bbaa93a175990a0a8ebec33ebdbd20 --- /dev/null +++ b/pick/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e06c5db450a6b7cc347266b82cfe2a920689ffed26e602e8ba193fe444e352 +size 12500 diff --git a/pick/data/chunk-000/episode_000238.parquet b/pick/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..049b8e3d0bc15a78272d4a205bc812fe4906984e --- /dev/null +++ b/pick/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cd98e17df2243e10113adb62732afb6b614bc58a9572a85ac31ea8becf4f39 +size 29268 diff --git a/pick/data/chunk-000/episode_000239.parquet b/pick/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..476dfbc77d5fe7f4ae0c72c470065854ca7b6f5c --- /dev/null +++ b/pick/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbc5c3eba4f0f731a0b0a787e094fb02f2797dd250aa5632ef6c980cc2aaeae +size 22103 diff --git a/pick/data/chunk-000/episode_000240.parquet b/pick/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf84d383702464c123af5d10153ebb99510eee3d --- /dev/null +++ b/pick/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e67047a8928896da6e91ba2c71f9e514369301c2b9521ff70abbd5487417c14 +size 24877 diff --git a/pick/data/chunk-000/episode_000241.parquet b/pick/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76adef30c7ae616af4bc50311746e8419d3e99df --- /dev/null +++ b/pick/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f060111b3012c29bb953306aa933d5e903f39a0a88ec500c99231252eaa5083 +size 23885 diff --git a/pick/data/chunk-000/episode_000242.parquet b/pick/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e9a01a56fe95b483f3dbc525c05106772ce5fd4 --- /dev/null +++ b/pick/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b66fca8f774d4961dc50d0a5693245701cfce506c511ef1ce26b477d4cfd3b5 +size 12712 diff --git a/pick/data/chunk-000/episode_000243.parquet b/pick/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41a8555726bb7e0fe385e5a66a0986dc7dbacabc --- /dev/null +++ b/pick/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4fe68f4b47e6257ee691fa83d9d7d38a713a0d00cb705782aa8347b956ce0b +size 12956 diff --git a/pick/data/chunk-000/episode_000244.parquet b/pick/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7626a4ad15ff222c1a6075cceb70985032add00b --- /dev/null +++ b/pick/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fb8b2df7178375111bbd4fe5d6d3042fce695fed4b9400e2cb8235add8a88e +size 30227 diff --git a/pick/data/chunk-000/episode_000245.parquet b/pick/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebcf3f34baedc4eb6cc77c14d33ffa8f7113dcf1 --- /dev/null +++ b/pick/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236c20345db8ae198aef4cd6083a4011e5681e2ef2cd88cc74fd7b72faec5ac2 +size 17690 diff --git a/pick/data/chunk-000/episode_000246.parquet b/pick/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c90fe443b96ac723dac49f7af68750beb7b91eb7 --- /dev/null +++ b/pick/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea0fb75a1cc51feacba4ca1902ea017229ee11b05b6dcb4b8f2db673535001b +size 18807 diff --git a/pick/data/chunk-000/episode_000247.parquet b/pick/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f252ef85f7066c4621b4f234f23c5ed4e63f93d --- /dev/null +++ b/pick/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf289ebd54780495afe2f5b987e9015dc22ab9c9936ef36599dc444619ed6a1 +size 14389 diff --git a/pick/data/chunk-000/episode_000248.parquet b/pick/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a114a0fdb3133ff284b0f934d0ca791c88fd1a2b --- /dev/null +++ b/pick/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1fc119080767c4d16fec0e7d32bd5a2fe088c96327d39caefa8185ea88351b +size 12953 diff --git a/pick/data/chunk-000/episode_000249.parquet b/pick/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eedeeeb64e8e89b4e1d594110bf4ac6ebf5c919 --- /dev/null +++ b/pick/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ff4a5b238639caa86784cb6586c2e773c77221b71a1dd7763243d433afd934 +size 14832 diff --git a/pick/data/chunk-000/episode_000250.parquet b/pick/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ac70009a4726c4ec27f8efc10efbc9f13c50135 --- /dev/null +++ b/pick/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be0e8c9d7ae2c6678286d7a58f69b92cd709bdc530be0304f3712cc77caabda +size 13993 diff --git a/pick/data/chunk-000/episode_000251.parquet b/pick/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4a2b4d16c46e6b515dfae02b4dc4869d5060984 --- /dev/null +++ b/pick/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d3019e7733515fb4178d4abe8109cf47b4539aa4b83a1bb000ea7bff0c95e7 +size 19633 diff --git a/pick/data/chunk-000/episode_000252.parquet b/pick/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f784f82923157f6c5b35095128942298cdc27f4 --- /dev/null +++ b/pick/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa5ecb63c069493373e7be0d4f7d85a30fc1a90921c18fb7edd4252a56df0be +size 28718 diff --git a/pick/data/chunk-000/episode_000253.parquet b/pick/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08600e326c4ace7defc69860e8db8ab73e855a2f --- /dev/null +++ b/pick/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207c837d0c13151f12e97952522783801f4d844504ddc90b06cc0a10a19f318b +size 29393 diff --git a/pick/data/chunk-000/episode_000254.parquet b/pick/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04742db3befaf44c8e2f9cca14f8614dd42b5da3 --- /dev/null +++ b/pick/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961c3864621d416fc42adbf8ba7d6afb06c076cc9a226b147075b89433e00a37 +size 20484 diff --git a/pick/data/chunk-000/episode_000255.parquet b/pick/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19ca3033b4702913c3d1bb0ca658a40c3dc78e01 --- /dev/null +++ b/pick/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d781193aa07e6123854e689bf7fdb87b77df77cbc1a9427d514011a11415c2 +size 21268 diff --git a/pick/data/chunk-000/episode_000256.parquet b/pick/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a45a3f34bbd7aecacfc884c1974231a35df0283 --- /dev/null +++ b/pick/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d651d656d3580adf84e8c57f5d86fecea69e7f0f1e4f10d0c31201e2565297e +size 13220 diff --git a/pick/data/chunk-000/episode_000257.parquet b/pick/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f8f5a028307adf95a008ec195f2ff7daac5e27a --- /dev/null +++ b/pick/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31668be6044bec18992bec87dcd6c33f99d1a5949be1efdf6707298453c76f5 +size 31203 diff --git a/pick/data/chunk-000/episode_000258.parquet b/pick/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48116562a0660cf908b503f159e6e47bd5aac001 --- /dev/null +++ b/pick/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9471e9dad70bd754f8bd69fcf50be9aa769db605b0d45ee16d08748ad64eaafe +size 13052 diff --git a/pick/data/chunk-000/episode_000259.parquet b/pick/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b38925ce77d3cc8b0784d5b878f58134b6e4602 --- /dev/null +++ b/pick/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa4f2249ca749f46a1e398b7ac93f4a09cec93bac72b21ba138ca007a0cbb56 +size 15636 diff --git a/pick/data/chunk-000/episode_000260.parquet b/pick/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9263007bbf6a2a19c56d36f75a231a84e5e98fd1 --- /dev/null +++ b/pick/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebd98674eee72f991995d9efcb5b598febe854ca26d437b02628f77579d22f8 +size 25628 diff --git a/pick/data/chunk-000/episode_000261.parquet b/pick/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c72879da4982beb70c9ca5c1eb3d1f3edb813f18 --- /dev/null +++ b/pick/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ffdff4189e0954835e569b751e99fe5b92f120215b847141db34111bcd5220 +size 11856 diff --git a/pick/data/chunk-000/episode_000262.parquet b/pick/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d0decc38080a79f3aa169f88a5414aa1c47c2fd --- /dev/null +++ b/pick/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723a631bec18086e7f0025244cfde09af545ed3592e9738f8609142a62506496 +size 15656 diff --git a/pick/data/chunk-000/episode_000263.parquet b/pick/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b1dd88a7a583a5bd8e5ee6a1aaa4a1224d27d73 --- /dev/null +++ b/pick/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3aa37c8b755ce192d6da4b7443eed5263381b46001c26ebaf646506de7cf9d2 +size 12411 diff --git a/pick/data/chunk-000/episode_000264.parquet b/pick/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34a7c5ed7fcdcda670793bdedd73d6cb0b8fd074 --- /dev/null +++ b/pick/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5376032eec80db219e801fb7ec4113c3ecc6173171469be390103a8f3462077a +size 58438 diff --git a/pick/data/chunk-000/episode_000265.parquet b/pick/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e46b2240e3f1a153eb8098b5da741914f3a23ed --- /dev/null +++ b/pick/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97032c76cbf968ce149dcc11132481abdd71ad15c20a341bb7fc5ef745c800e7 +size 22458 diff --git a/pick/data/chunk-000/episode_000266.parquet b/pick/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7045768d204df23ae77ac9461e7e5b89e6788567 --- /dev/null +++ b/pick/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b9293f11cb5797fe0f81e97ab5aa6cdabf24d242734da1fa02d7934af395ff +size 12318 diff --git a/pick/data/chunk-000/episode_000267.parquet b/pick/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9af90cf456463b35413edc05a8d1f34c22fe4f7d --- /dev/null +++ b/pick/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac766a9c47d1200f0b7e1c3dce6f5d7d9f85db9e02eb3b8f8e17a72f61453d37 +size 14834 diff --git a/pick/data/chunk-000/episode_000268.parquet b/pick/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3137e585fa424ebc7c3b83216bc54507149dea64 --- /dev/null +++ b/pick/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fbf421416b85355fd0df1713d01677e8f7c569f5815f444d5acbdd2287775a +size 21734 diff --git a/pick/data/chunk-000/episode_000269.parquet b/pick/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4c6afbd4f4fcbbf23c8113c6146411c44cdf1fd --- /dev/null +++ b/pick/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6d05f008834d79d74245c1ac6d5a6672af3121a7bce139307bd1f0a6833629 +size 19289 diff --git a/pick/data/chunk-000/episode_000270.parquet b/pick/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ffa59ea9f0827161a1b3564e93b9d0a8d13583e --- /dev/null +++ b/pick/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5626a0aa83fe09ba44fee5170cb9cb8d85a959464ae2a74aa59c3aa018ec2a +size 16121 diff --git a/pick/data/chunk-000/episode_000271.parquet b/pick/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..826ed5683ccb4732526e91680833f01baa36cd70 --- /dev/null +++ b/pick/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d823b20c0b95e10ab02029c468291b1899ff183278b9c08b8c07127b04b3a55b +size 11556 diff --git a/pick/meta/episodes.jsonl b/pick/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a2936a1a693263c90c6791ccff23dcde49fae3d3 --- /dev/null +++ b/pick/meta/episodes.jsonl @@ -0,0 +1,272 @@ +{"episode_index": 0, "tasks": ["procedural_kitchen_pick_288015-d820a30"], "length": 225} +{"episode_index": 1, "tasks": ["procedural_kitchen_pick_121723-d820a30"], "length": 135} +{"episode_index": 2, "tasks": ["procedural_kitchen_pick_39982-d820a30"], "length": 222} +{"episode_index": 3, "tasks": ["procedural_kitchen_pick_309991-d820a30"], "length": 193} +{"episode_index": 4, "tasks": ["procedural_kitchen_pick_84903-d820a30"], "length": 139} +{"episode_index": 5, "tasks": ["procedural_kitchen_pick_217424-d820a30"], "length": 336} +{"episode_index": 6, "tasks": ["procedural_kitchen_pick_129441-d820a30"], "length": 771} +{"episode_index": 7, "tasks": ["procedural_kitchen_pick_243864-d820a30"], "length": 290} +{"episode_index": 8, "tasks": ["procedural_kitchen_pick_134752-d820a30"], "length": 194} +{"episode_index": 9, "tasks": ["procedural_kitchen_pick_26772-d820a30"], "length": 432} +{"episode_index": 10, "tasks": ["procedural_kitchen_pick_163385-d820a30"], "length": 255} +{"episode_index": 11, "tasks": ["procedural_kitchen_pick_195103-d820a30"], "length": 408} +{"episode_index": 12, "tasks": ["procedural_kitchen_pick_201864-d820a30"], "length": 198} +{"episode_index": 13, "tasks": ["procedural_kitchen_pick_92693-d820a30"], "length": 298} +{"episode_index": 14, "tasks": ["procedural_kitchen_pick_154163-d820a30"], "length": 304} +{"episode_index": 15, "tasks": ["procedural_kitchen_pick_227115-d820a30"], "length": 246} +{"episode_index": 16, "tasks": ["procedural_kitchen_pick_49514-d820a30"], "length": 467} +{"episode_index": 17, "tasks": ["procedural_kitchen_pick_286231-d820a30"], "length": 350} +{"episode_index": 18, "tasks": ["procedural_kitchen_pick_88374-d820a30"], "length": 242} +{"episode_index": 19, "tasks": ["procedural_kitchen_pick_259165-d820a30"], "length": 155} +{"episode_index": 20, "tasks": ["procedural_kitchen_pick_251624-d820a30"], "length": 303} +{"episode_index": 21, "tasks": ["procedural_kitchen_pick_288014-d820a30"], "length": 146} +{"episode_index": 22, "tasks": ["procedural_kitchen_pick_129442-d820a30"], "length": 354} +{"episode_index": 23, "tasks": ["procedural_kitchen_pick_158915-d820a30"], "length": 169} +{"episode_index": 24, "tasks": ["procedural_kitchen_pick_13924-d820a30"], "length": 242} +{"episode_index": 25, "tasks": ["procedural_kitchen_pick_26913-d820a30"], "length": 376} +{"episode_index": 26, "tasks": ["procedural_kitchen_pick_47353-d820a30"], "length": 305} +{"episode_index": 27, "tasks": ["procedural_kitchen_pick_189992-d820a30"], "length": 219} +{"episode_index": 28, "tasks": ["procedural_kitchen_pick_320783-d820a30"], "length": 132} +{"episode_index": 29, "tasks": ["procedural_kitchen_pick_222675-d820a30"], "length": 195} +{"episode_index": 30, "tasks": ["procedural_kitchen_pick_201863-d820a30"], "length": 245} +{"episode_index": 31, "tasks": ["procedural_kitchen_pick_63581-d820a30"], "length": 189} +{"episode_index": 32, "tasks": ["procedural_kitchen_pick_189994-d820a30"], "length": 316} +{"episode_index": 33, "tasks": ["procedural_kitchen_pick_137744-d820a30"], "length": 232} +{"episode_index": 34, "tasks": ["procedural_kitchen_pick_26775-d820a30"], "length": 173} +{"episode_index": 35, "tasks": ["procedural_kitchen_pick_310604-d820a30"], "length": 251} +{"episode_index": 36, "tasks": ["procedural_kitchen_pick_47352-d820a30"], "length": 168} +{"episode_index": 37, "tasks": ["procedural_kitchen_pick_286233-d820a30"], "length": 197} +{"episode_index": 38, "tasks": ["procedural_kitchen_pick_129443-d820a30"], "length": 348} +{"episode_index": 39, "tasks": ["procedural_kitchen_pick_286234-d820a30"], "length": 316} +{"episode_index": 40, "tasks": ["procedural_kitchen_pick_201862-d820a30"], "length": 259} +{"episode_index": 41, "tasks": ["procedural_kitchen_pick_271361-d820a30"], "length": 304} +{"episode_index": 42, "tasks": ["procedural_kitchen_pick_296384-d820a30"], "length": 251} +{"episode_index": 43, "tasks": ["procedural_kitchen_pick_7233-d820a30"], "length": 234} +{"episode_index": 44, "tasks": ["procedural_kitchen_pick_152803-d820a30"], "length": 350} +{"episode_index": 45, "tasks": ["procedural_kitchen_pick_259161-d820a30"], "length": 230} +{"episode_index": 46, "tasks": ["procedural_kitchen_pick_84904-d820a30"], "length": 300} +{"episode_index": 47, "tasks": ["procedural_kitchen_pick_33894-d820a30"], "length": 227} +{"episode_index": 48, "tasks": ["procedural_kitchen_pick_92695-d820a30"], "length": 307} +{"episode_index": 49, "tasks": ["procedural_kitchen_pick_296381-d820a30"], "length": 167} +{"episode_index": 50, "tasks": ["procedural_kitchen_pick_111354-d820a30"], "length": 130} +{"episode_index": 51, "tasks": ["procedural_kitchen_pick_198302-d820a30"], "length": 225} +{"episode_index": 52, "tasks": ["procedural_kitchen_pick_248613-d820a30"], "length": 409} +{"episode_index": 53, "tasks": ["procedural_kitchen_pick_269422-d820a30"], "length": 172} +{"episode_index": 54, "tasks": ["procedural_kitchen_pick_309994-d820a30"], "length": 353} +{"episode_index": 55, "tasks": ["procedural_kitchen_pick_88373-d820a30"], "length": 219} +{"episode_index": 56, "tasks": ["procedural_kitchen_pick_33895-d820a30"], "length": 121} +{"episode_index": 57, "tasks": ["procedural_kitchen_pick_187365-d820a30"], "length": 166} +{"episode_index": 58, "tasks": ["procedural_kitchen_pick_47354-d820a30"], "length": 302} +{"episode_index": 59, "tasks": ["procedural_kitchen_pick_201861-d820a30"], "length": 536} +{"episode_index": 60, "tasks": ["procedural_kitchen_pick_13922-d820a30"], "length": 351} +{"episode_index": 61, "tasks": ["procedural_kitchen_pick_129445-d820a30"], "length": 224} +{"episode_index": 62, "tasks": ["procedural_kitchen_pick_248612-d820a30"], "length": 259} +{"episode_index": 63, "tasks": ["procedural_kitchen_pick_187363-d820a30"], "length": 172} +{"episode_index": 64, "tasks": ["procedural_kitchen_pick_309993-d820a30"], "length": 159} +{"episode_index": 65, "tasks": ["procedural_kitchen_pick_103502-d820a30"], "length": 381} +{"episode_index": 66, "tasks": ["procedural_kitchen_pick_121722-d820a30"], "length": 282} +{"episode_index": 67, "tasks": ["procedural_kitchen_pick_310601-d820a30"], "length": 250} +{"episode_index": 68, "tasks": ["procedural_kitchen_pick_33891-d820a30"], "length": 214} +{"episode_index": 69, "tasks": ["procedural_kitchen_pick_129444-d820a30"], "length": 140} +{"episode_index": 70, "tasks": ["procedural_kitchen_pick_49513-d820a30"], "length": 259} +{"episode_index": 71, "tasks": ["procedural_kitchen_pick_189995-d820a30"], "length": 204} +{"episode_index": 72, "tasks": ["procedural_kitchen_pick_103505-d820a30"], "length": 194} +{"episode_index": 73, "tasks": ["procedural_kitchen_pick_105522-d820a30"], "length": 250} +{"episode_index": 74, "tasks": ["procedural_kitchen_pick_296623-d820a30"], "length": 203} +{"episode_index": 75, "tasks": ["procedural_kitchen_pick_152804-d820a30"], "length": 161} +{"episode_index": 76, "tasks": ["procedural_kitchen_pick_248615-d820a30"], "length": 169} +{"episode_index": 77, "tasks": ["procedural_kitchen_pick_225303-d820a30"], "length": 306} +{"episode_index": 78, "tasks": ["procedural_kitchen_pick_269425-d820a30"], "length": 135} +{"episode_index": 79, "tasks": ["procedural_kitchen_pick_296383-d820a30"], "length": 155} +{"episode_index": 80, "tasks": ["procedural_kitchen_pick_265991-d820a30"], "length": 232} +{"episode_index": 81, "tasks": ["procedural_kitchen_pick_103501-d820a30"], "length": 400} +{"episode_index": 82, "tasks": ["procedural_kitchen_pick_288012-d820a30"], "length": 337} +{"episode_index": 83, "tasks": ["procedural_kitchen_pick_13921-d820a30"], "length": 381} +{"episode_index": 84, "tasks": ["procedural_kitchen_pick_111353-d820a30"], "length": 185} +{"episode_index": 85, "tasks": ["procedural_kitchen_pick_152802-d820a30"], "length": 261} +{"episode_index": 86, "tasks": ["procedural_kitchen_pick_63585-d820a30"], "length": 189} +{"episode_index": 87, "tasks": ["procedural_kitchen_pick_251625-d820a30"], "length": 333} +{"episode_index": 88, "tasks": ["procedural_kitchen_pick_320784-d820a30"], "length": 233} +{"episode_index": 89, "tasks": ["procedural_kitchen_pick_239305-d820a30"], "length": 189} +{"episode_index": 90, "tasks": ["procedural_kitchen_pick_37591-d820a30"], "length": 311} +{"episode_index": 91, "tasks": ["procedural_kitchen_pick_301334-d820a30"], "length": 245} +{"episode_index": 92, "tasks": ["procedural_kitchen_pick_296625-d820a30"], "length": 194} +{"episode_index": 93, "tasks": ["procedural_kitchen_pick_282995-d820a30"], "length": 184} +{"episode_index": 94, "tasks": ["procedural_kitchen_pick_105525-d820a30"], "length": 142} +{"episode_index": 95, "tasks": ["procedural_kitchen_pick_163381-d820a30"], "length": 205} +{"episode_index": 96, "tasks": ["procedural_kitchen_pick_269423-d820a30"], "length": 279} +{"episode_index": 97, "tasks": ["procedural_kitchen_pick_310603-d820a30"], "length": 772} +{"episode_index": 98, "tasks": ["procedural_kitchen_pick_39984-d820a30"], "length": 235} +{"episode_index": 99, "tasks": ["procedural_kitchen_pick_154162-d820a30"], "length": 347} +{"episode_index": 100, "tasks": ["procedural_kitchen_pick_39981-d820a30"], "length": 267} +{"episode_index": 101, "tasks": ["procedural_kitchen_pick_92691-d820a30"], "length": 178} +{"episode_index": 102, "tasks": ["procedural_kitchen_pick_158912-d820a30"], "length": 175} +{"episode_index": 103, "tasks": ["procedural_kitchen_pick_105521-d820a30"], "length": 306} +{"episode_index": 104, "tasks": ["procedural_kitchen_pick_286235-d820a30"], "length": 313} +{"episode_index": 105, "tasks": ["procedural_kitchen_pick_243863-d820a30"], "length": 176} +{"episode_index": 106, "tasks": ["procedural_kitchen_pick_309995-d820a30"], "length": 182} +{"episode_index": 107, "tasks": ["procedural_kitchen_pick_26771-d820a30"], "length": 435} +{"episode_index": 108, "tasks": ["procedural_kitchen_pick_222674-d820a30"], "length": 155} +{"episode_index": 109, "tasks": ["procedural_kitchen_pick_286653-d820a30"], "length": 136} +{"episode_index": 110, "tasks": ["procedural_kitchen_pick_171334-d820a30"], "length": 235} +{"episode_index": 111, "tasks": ["procedural_kitchen_pick_271362-d820a30"], "length": 163} +{"episode_index": 112, "tasks": ["procedural_kitchen_pick_49515-d820a30"], "length": 213} +{"episode_index": 113, "tasks": ["procedural_kitchen_pick_49512-d820a30"], "length": 251} +{"episode_index": 114, "tasks": ["procedural_kitchen_pick_299882-d820a30"], "length": 316} +{"episode_index": 115, "tasks": ["procedural_kitchen_pick_284805-d820a30"], "length": 263} +{"episode_index": 116, "tasks": ["procedural_kitchen_pick_39983-d820a30"], "length": 274} +{"episode_index": 117, "tasks": ["procedural_kitchen_pick_103503-d820a30"], "length": 268} +{"episode_index": 118, "tasks": ["procedural_kitchen_pick_13923-d820a30"], "length": 250} +{"episode_index": 119, "tasks": ["procedural_kitchen_pick_282991-d820a30"], "length": 174} +{"episode_index": 120, "tasks": ["procedural_kitchen_pick_284801-d820a30"], "length": 226} +{"episode_index": 121, "tasks": ["procedural_kitchen_pick_282994-d820a30"], "length": 192} +{"episode_index": 122, "tasks": ["procedural_kitchen_pick_259164-d820a30"], "length": 171} +{"episode_index": 123, "tasks": ["procedural_kitchen_pick_296382-d820a30"], "length": 196} +{"episode_index": 124, "tasks": ["procedural_kitchen_pick_217422-d820a30"], "length": 200} +{"episode_index": 125, "tasks": ["procedural_kitchen_pick_26915-d820a30"], "length": 222} +{"episode_index": 126, "tasks": ["procedural_kitchen_pick_121725-d820a30"], "length": 242} +{"episode_index": 127, "tasks": ["procedural_kitchen_pick_222672-d820a30"], "length": 199} +{"episode_index": 128, "tasks": ["procedural_kitchen_pick_284803-d820a30"], "length": 125} +{"episode_index": 129, "tasks": ["procedural_kitchen_pick_225305-d820a30"], "length": 231} +{"episode_index": 130, "tasks": ["procedural_kitchen_pick_137742-d820a30"], "length": 207} +{"episode_index": 131, "tasks": ["procedural_kitchen_pick_43423-d820a30"], "length": 383} +{"episode_index": 132, "tasks": ["procedural_kitchen_pick_92692-d820a30"], "length": 243} +{"episode_index": 133, "tasks": ["procedural_kitchen_pick_103504-d820a30"], "length": 204} +{"episode_index": 134, "tasks": ["procedural_kitchen_pick_26914-d820a30"], "length": 216} +{"episode_index": 135, "tasks": ["procedural_kitchen_pick_288013-d820a30"], "length": 116} +{"episode_index": 136, "tasks": ["procedural_kitchen_pick_26912-d820a30"], "length": 231} +{"episode_index": 137, "tasks": ["procedural_kitchen_pick_88372-d820a30"], "length": 288} +{"episode_index": 138, "tasks": ["procedural_kitchen_pick_239301-d820a30"], "length": 440} +{"episode_index": 139, "tasks": ["procedural_kitchen_pick_171333-d820a30"], "length": 418} +{"episode_index": 140, "tasks": ["procedural_kitchen_pick_309992-d820a30"], "length": 279} +{"episode_index": 141, "tasks": ["procedural_kitchen_pick_39985-d820a30"], "length": 150} +{"episode_index": 142, "tasks": ["procedural_kitchen_pick_26773-d820a30"], "length": 215} +{"episode_index": 143, "tasks": ["procedural_kitchen_pick_284802-d820a30"], "length": 142} +{"episode_index": 144, "tasks": ["procedural_kitchen_pick_217423-d820a30"], "length": 473} +{"episode_index": 145, "tasks": ["procedural_kitchen_pick_121724-d820a30"], "length": 165} +{"episode_index": 146, "tasks": ["procedural_kitchen_pick_154164-d820a30"], "length": 172} +{"episode_index": 147, "tasks": ["procedural_kitchen_pick_259162-d820a30"], "length": 280} +{"episode_index": 148, "tasks": ["procedural_kitchen_pick_158913-d820a30"], "length": 357} +{"episode_index": 149, "tasks": ["procedural_kitchen_pick_271363-d820a30"], "length": 230} +{"episode_index": 150, "tasks": ["procedural_kitchen_pick_296385-d820a30"], "length": 386} +{"episode_index": 151, "tasks": ["procedural_kitchen_pick_137741-d820a30"], "length": 244} +{"episode_index": 152, "tasks": ["procedural_kitchen_pick_92694-d820a30"], "length": 232} +{"episode_index": 153, "tasks": ["procedural_kitchen_pick_198303-d820a30"], "length": 286} +{"episode_index": 154, "tasks": ["procedural_kitchen_pick_26911-d820a30"], "length": 231} +{"episode_index": 155, "tasks": ["procedural_kitchen_pick_217425-d820a30"], "length": 442} +{"episode_index": 156, "tasks": ["procedural_kitchen_pick_301333-d820a30"], "length": 438} +{"episode_index": 157, "tasks": ["procedural_kitchen_pick_320781-d820a30"], "length": 353} +{"episode_index": 158, "tasks": ["procedural_kitchen_pick_163382-d820a30"], "length": 220} +{"episode_index": 159, "tasks": ["procedural_kitchen_pick_284804-d820a30"], "length": 362} +{"episode_index": 160, "tasks": ["procedural_kitchen_pick_154161-d820a30"], "length": 172} +{"episode_index": 161, "tasks": ["procedural_kitchen_pick_222671-d820a30"], "length": 468} +{"episode_index": 162, "tasks": ["procedural_kitchen_pick_265994-d820a30"], "length": 181} +{"episode_index": 163, "tasks": ["procedural_kitchen_pick_43421-d820a30"], "length": 250} +{"episode_index": 164, "tasks": ["procedural_kitchen_pick_37593-d820a30"], "length": 152} +{"episode_index": 165, "tasks": ["procedural_kitchen_pick_239303-d820a30"], "length": 424} +{"episode_index": 166, "tasks": ["procedural_kitchen_pick_163384-d820a30"], "length": 212} +{"episode_index": 167, "tasks": ["procedural_kitchen_pick_301331-d820a30"], "length": 149} +{"episode_index": 168, "tasks": ["procedural_kitchen_pick_121721-d820a30"], "length": 247} +{"episode_index": 169, "tasks": ["procedural_kitchen_pick_134751-d820a30"], "length": 156} +{"episode_index": 170, "tasks": ["procedural_kitchen_pick_47351-d820a30"], "length": 347} +{"episode_index": 171, "tasks": ["procedural_kitchen_pick_251621-d820a30"], "length": 452} +{"episode_index": 172, "tasks": ["procedural_kitchen_pick_84905-d820a30"], "length": 158} +{"episode_index": 173, "tasks": ["procedural_kitchen_pick_251622-d820a30"], "length": 242} +{"episode_index": 174, "tasks": ["procedural_kitchen_pick_43422-d820a30"], "length": 269} +{"episode_index": 175, "tasks": ["procedural_kitchen_pick_171335-d820a30"], "length": 201} +{"episode_index": 176, "tasks": ["procedural_kitchen_pick_225302-d820a30"], "length": 156} +{"episode_index": 177, "tasks": ["procedural_kitchen_pick_63583-d820a30"], "length": 219} +{"episode_index": 178, "tasks": ["procedural_kitchen_pick_189991-d820a30"], "length": 263} +{"episode_index": 179, "tasks": ["procedural_kitchen_pick_84901-d820a30"], "length": 247} +{"episode_index": 180, "tasks": ["procedural_kitchen_pick_105524-d820a30"], "length": 335} +{"episode_index": 181, "tasks": ["procedural_kitchen_pick_26774-d820a30"], "length": 399} +{"episode_index": 182, "tasks": ["procedural_kitchen_pick_227112-d820a30"], "length": 248} +{"episode_index": 183, "tasks": ["procedural_kitchen_pick_37595-d820a30"], "length": 182} +{"episode_index": 184, "tasks": ["procedural_kitchen_pick_37594-d820a30"], "length": 223} +{"episode_index": 185, "tasks": ["procedural_kitchen_pick_189993-d820a30"], "length": 257} +{"episode_index": 186, "tasks": ["procedural_kitchen_pick_299884-d820a30"], "length": 392} +{"episode_index": 187, "tasks": ["procedural_kitchen_pick_33892-d820a30"], "length": 125} +{"episode_index": 188, "tasks": ["procedural_kitchen_pick_271365-d820a30"], "length": 130} +{"episode_index": 189, "tasks": ["procedural_kitchen_pick_301332-d820a30"], "length": 287} +{"episode_index": 190, "tasks": ["procedural_kitchen_pick_43425-d820a30"], "length": 185} +{"episode_index": 191, "tasks": ["procedural_kitchen_pick_320782-d820a30"], "length": 245} +{"episode_index": 192, "tasks": ["procedural_kitchen_pick_248611-d820a30"], "length": 324} +{"episode_index": 193, "tasks": ["procedural_kitchen_pick_198305-d820a30"], "length": 252} +{"episode_index": 194, "tasks": ["procedural_kitchen_pick_299881-d820a30"], "length": 239} +{"episode_index": 195, "tasks": ["procedural_kitchen_pick_296622-d820a30"], "length": 139} +{"episode_index": 196, "tasks": ["procedural_kitchen_pick_301335-d820a30"], "length": 161} +{"episode_index": 197, "tasks": ["procedural_kitchen_pick_18162-d820a30"], "length": 266} +{"episode_index": 198, "tasks": ["procedural_kitchen_pick_158914-d820a30"], "length": 245} +{"episode_index": 199, "tasks": ["procedural_kitchen_pick_269421-d820a30"], "length": 266} +{"episode_index": 200, "tasks": ["procedural_kitchen_pick_282992-d820a30"], "length": 137} +{"episode_index": 201, "tasks": ["procedural_kitchen_pick_84902-d820a30"], "length": 228} +{"episode_index": 202, "tasks": ["procedural_kitchen_pick_111352-d820a30"], "length": 247} +{"episode_index": 203, "tasks": ["procedural_kitchen_pick_154165-d820a30"], "length": 242} +{"episode_index": 204, "tasks": ["procedural_kitchen_pick_43424-d820a30"], "length": 229} +{"episode_index": 205, "tasks": ["procedural_kitchen_pick_195104-d820a30"], "length": 189} +{"episode_index": 206, "tasks": ["procedural_kitchen_pick_137745-d820a30"], "length": 219} +{"episode_index": 207, "tasks": ["procedural_kitchen_pick_198304-d820a30"], "length": 501} +{"episode_index": 208, "tasks": ["procedural_kitchen_pick_286232-d820a30"], "length": 212} +{"episode_index": 209, "tasks": ["procedural_kitchen_pick_171332-d820a30"], "length": 333} +{"episode_index": 210, "tasks": ["procedural_kitchen_pick_251623-d820a30"], "length": 307} +{"episode_index": 211, "tasks": ["procedural_kitchen_pick_187361-d820a30"], "length": 162} +{"episode_index": 212, "tasks": ["procedural_kitchen_pick_299885-d820a30"], "length": 365} +{"episode_index": 213, "tasks": ["procedural_kitchen_pick_7235-d820a30"], "length": 365} +{"episode_index": 214, "tasks": ["procedural_kitchen_pick_134755-d820a30"], "length": 224} +{"episode_index": 215, "tasks": ["procedural_kitchen_pick_217421-d820a30"], "length": 204} +{"episode_index": 216, "tasks": ["procedural_kitchen_pick_265992-d820a30"], "length": 603} +{"episode_index": 217, "tasks": ["procedural_kitchen_pick_47355-d820a30"], "length": 190} +{"episode_index": 218, "tasks": ["procedural_kitchen_pick_286651-d820a30"], "length": 142} +{"episode_index": 219, "tasks": ["procedural_kitchen_pick_195102-d820a30"], "length": 320} +{"episode_index": 220, "tasks": ["procedural_kitchen_pick_296621-d820a30"], "length": 244} +{"episode_index": 221, "tasks": ["procedural_kitchen_pick_134754-d820a30"], "length": 568} +{"episode_index": 222, "tasks": ["procedural_kitchen_pick_18165-d820a30"], "length": 240} +{"episode_index": 223, "tasks": ["procedural_kitchen_pick_134753-d820a30"], "length": 291} +{"episode_index": 224, "tasks": ["procedural_kitchen_pick_299883-d820a30"], "length": 350} +{"episode_index": 225, "tasks": ["procedural_kitchen_pick_259163-d820a30"], "length": 182} +{"episode_index": 226, "tasks": ["procedural_kitchen_pick_137743-d820a30"], "length": 147} +{"episode_index": 227, "tasks": ["procedural_kitchen_pick_187362-d820a30"], "length": 153} +{"episode_index": 228, "tasks": ["procedural_kitchen_pick_243862-d820a30"], "length": 326} +{"episode_index": 229, "tasks": ["procedural_kitchen_pick_171331-d820a30"], "length": 216} +{"episode_index": 230, "tasks": ["procedural_kitchen_pick_187364-d820a30"], "length": 231} +{"episode_index": 231, "tasks": ["procedural_kitchen_pick_7231-d820a30"], "length": 239} +{"episode_index": 232, "tasks": ["procedural_kitchen_pick_271364-d820a30"], "length": 157} +{"episode_index": 233, "tasks": ["procedural_kitchen_pick_225304-d820a30"], "length": 256} +{"episode_index": 234, "tasks": ["procedural_kitchen_pick_111351-d820a30"], "length": 221} +{"episode_index": 235, "tasks": ["procedural_kitchen_pick_282993-d820a30"], "length": 173} +{"episode_index": 236, "tasks": ["procedural_kitchen_pick_152805-d820a30"], "length": 144} +{"episode_index": 237, "tasks": ["procedural_kitchen_pick_288011-d820a30"], "length": 169} +{"episode_index": 238, "tasks": ["procedural_kitchen_pick_286652-d820a30"], "length": 412} +{"episode_index": 239, "tasks": ["procedural_kitchen_pick_18161-d820a30"], "length": 315} +{"episode_index": 240, "tasks": ["procedural_kitchen_pick_239302-d820a30"], "length": 290} +{"episode_index": 241, "tasks": ["procedural_kitchen_pick_227111-d820a30"], "length": 285} +{"episode_index": 242, "tasks": ["procedural_kitchen_pick_49511-d820a30"], "length": 172} +{"episode_index": 243, "tasks": ["procedural_kitchen_pick_13925-d820a30"], "length": 159} +{"episode_index": 244, "tasks": ["procedural_kitchen_pick_243865-d820a30"], "length": 347} +{"episode_index": 245, "tasks": ["procedural_kitchen_pick_7234-d820a30"], "length": 218} +{"episode_index": 246, "tasks": ["procedural_kitchen_pick_310605-d820a30"], "length": 248} +{"episode_index": 247, "tasks": ["procedural_kitchen_pick_163383-d820a30"], "length": 183} +{"episode_index": 248, "tasks": ["procedural_kitchen_pick_225301-d820a30"], "length": 162} +{"episode_index": 249, "tasks": ["procedural_kitchen_pick_63584-d820a30"], "length": 203} +{"episode_index": 250, "tasks": ["procedural_kitchen_pick_152801-d820a30"], "length": 158} +{"episode_index": 251, "tasks": ["procedural_kitchen_pick_18164-d820a30"], "length": 255} +{"episode_index": 252, "tasks": ["procedural_kitchen_pick_18163-d820a30"], "length": 415} +{"episode_index": 253, "tasks": ["procedural_kitchen_pick_248614-d820a30"], "length": 432} +{"episode_index": 254, "tasks": ["procedural_kitchen_pick_265995-d820a30"], "length": 262} +{"episode_index": 255, "tasks": ["procedural_kitchen_pick_265993-d820a30"], "length": 301} +{"episode_index": 256, "tasks": ["procedural_kitchen_pick_7232-d820a30"], "length": 184} +{"episode_index": 257, "tasks": ["procedural_kitchen_pick_296624-d820a30"], "length": 386} +{"episode_index": 258, "tasks": ["procedural_kitchen_pick_269424-d820a30"], "length": 172} +{"episode_index": 259, "tasks": ["procedural_kitchen_pick_227114-d820a30"], "length": 218} +{"episode_index": 260, "tasks": ["procedural_kitchen_pick_88371-d820a30"], "length": 362} +{"episode_index": 261, "tasks": ["procedural_kitchen_pick_198301-d820a30"], "length": 147} +{"episode_index": 262, "tasks": ["procedural_kitchen_pick_201865-d820a30"], "length": 229} +{"episode_index": 263, "tasks": ["procedural_kitchen_pick_239304-d820a30"], "length": 158} +{"episode_index": 264, "tasks": ["procedural_kitchen_pick_310602-d820a30"], "length": 666} +{"episode_index": 265, "tasks": ["procedural_kitchen_pick_105523-d820a30"], "length": 319} +{"episode_index": 266, "tasks": ["procedural_kitchen_pick_88375-d820a30"], "length": 164} +{"episode_index": 267, "tasks": ["procedural_kitchen_pick_33893-d820a30"], "length": 182} +{"episode_index": 268, "tasks": ["procedural_kitchen_pick_158911-d820a30"], "length": 261} +{"episode_index": 269, "tasks": ["procedural_kitchen_pick_320785-d820a30"], "length": 257} +{"episode_index": 270, "tasks": ["procedural_kitchen_pick_222673-d820a30"], "length": 212} +{"episode_index": 271, "tasks": ["procedural_kitchen_pick_227113-d820a30"], "length": 144} diff --git a/pick/meta/episodes_stats.jsonl b/pick/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9459c23fefdb0529cbd877f406a6f416418f6df7 --- /dev/null +++ b/pick/meta/episodes_stats.jsonl @@ -0,0 +1,272 @@ +{"episode_index": 0, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4348248243331909, 0.018655722960829735, 0.025464791804552078, -2.827172040939331, -1.724650502204895, -1.0503236055374146, -0.9693515300750732, -3.3982999324798584, 1.0471975803375244, -4.0104780197143555, 0.0, -0.4731707274913788, 0.0, 0.0, -0.4731707274913788, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4348248243331909, 0.7678473591804504, 1.048100471496582, -0.7853981852531433, -0.5779578685760498, 1.0471975803375244, 1.5707964897155762, 0.0, 1.459071397781372, -2.481858253479004, 0.4731707274913788, 0.0, 0.4731707274913788, 0.4731707274913788, 0.0, 0.4731707274913788, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4348241090774536, 0.712496280670166, 0.9725451469421387, -1.953776478767395, -1.2009035348892212, -0.0878761038184166, 0.1258489340543747, -1.8508260250091553, 1.2495930194854736, -3.302379846572876, 0.05735739693045616, -0.05735739693045616, 0.05735739693045616, 0.05735739693045616, -0.05735739693045616, 0.05735739693045616, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 0.15821698307991028, 0.21596428751945496, 0.8404330611228943, 0.4728263318538666, 0.8748120069503784, 1.046509027481079, 1.4156484603881836, 0.15317317843437195, 0.6293068528175354, 0.14814835786819458, 0.14814835786819458, 0.14814835786819458, 0.14814835786819458, 0.14814835786819458, 0.14814835786819458, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [225]}, "observation.state": {"min": [-0.54303377866745, -0.8398550152778625, -0.0005457674851641059, 2.0210554599761963, 0.8397108316421509, -0.54303377866745, -0.0004196368681732565, -0.29344630241394043, 0.0, -0.0006861489382572472, 0.9999997615814209, 0.7509999871253967, NaN], "max": [-0.5428104996681213, -0.8397108316421509, 1.9575552414607955e-06, 2.049551248550415, 0.8398551940917969, -0.542810320854187, 0.0, -0.255980908870697, 5.912107735639438e-05, 1.0798787570820423e-06, 1.0, 0.7878652215003967, NaN], "mean": [-0.5430192947387695, -0.8397190570831299, -3.162496068398468e-05, 2.0481460094451904, 0.8397190570831299, -0.5430192351341248, -2.4400007532676682e-05, -0.2915050685405731, 3.3241092296520947e-06, -3.980514520662837e-05, 1.0, 0.7528765201568604, NaN], "std": [4.6624034439446405e-05, 3.0105247788014822e-05, 0.00011398565402487293, 0.005132768768817186, 3.013715468114242e-05, 4.665689266403206e-05, 8.772683213464916e-05, 0.006972196977585554, 1.2007866644125897e-05, 0.00014333367289509624, 4.599824166007238e-08, 0.006775501184165478, NaN], "count": [225]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.12805780628998634]], [[0.12189230941513092]], [[0.10155583316736976]]], "std": [[[0.30017686329311855]], [[0.2894168896926041]], [[0.2573045777224782]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43557931215302714]], [[0.4072869064454892]], [[0.3458090245297531]]], "std": [[[0.39254698923166204]], [[0.3866890435101166]], [[0.3789116705466392]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7108979226723691]], [[0.6639531546827547]], [[0.4668389281501732]]], "std": [[[0.22515830162089065]], [[0.22269842931042774]], [[0.2090636720049799]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5635333627038586]], [[0.5348635323354061]], [[0.46449503148614185]]], "std": [[[0.33003485233819435]], [[0.32414982463230774]], [[0.316959593060155]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6668517291393833]], [[0.6312997758318128]], [[0.5501640565121093]]], "std": [[[0.23976049424546134]], [[0.26716432197402495]], [[0.3346259260070018]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961088251722836]], [[0.9961088251722836]], [[0.9961088251722836]]], "std": [[[0.018325684670824745]], [[0.018325684670824745]], [[0.018325684670824745]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5957006379036687]], [[0.5957006379036687]], [[0.5957006379036687]]], "std": [[[0.3359770284197017]], [[0.3359770284197017]], [[0.3359770284197017]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12778887554474613]], [[0.12778887554474613]], [[0.12778887554474613]]], "std": [[[0.13155228208012684]], [[0.13155228208012684]], [[0.13155228208012684]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24208297508668664]], [[0.24208297508668664]], [[0.24208297508668664]]], "std": [[[0.37108529796425666]], [[0.37108529796425666]], [[0.37108529796425666]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10774744969291707]], [[0.10774744969291707]], [[0.10774744969291707]]], "std": [[[0.09131151732527332]], [[0.09131151732527332]], [[0.09131151732527332]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.048759126153111634]], [[0.07245647428972615]], [[0.14475481981719196]]], "std": [[[0.14578905409375648]], [[0.22364117142065945]], [[0.3471734092974374]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32243519071730464]], [[0.35684919710505864]], [[0.32839398883249477]]], "std": [[[0.4280832089204969]], [[0.43996592903113385]], [[0.3285007113618499]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4055840208249094]], [[0.7419430547089736]], [[0.37510683025646907]]], "std": [[[0.2685589714959221]], [[0.3891800754330578]], [[0.3705274347635959]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4591500988070068]], [[0.26054567887823366]], [[0.5876305965770597]]], "std": [[[0.420261900839088]], [[0.3415448743003781]], [[0.42007741605819826]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5036187799698382]], [[0.6458691938729597]], [[0.47115338723294115]]], "std": [[[0.43610850143228147]], [[0.34524751960124833]], [[0.3651466654886132]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.48], "mean": [2.24], "std": [1.2990252756073173], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [225]}, "index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [225]}}} +{"episode_index": 1, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3071519136428833, 0.025464791804552078, 0.01042942050844431, -1.4773976802825928, -1.5707963705062866, 0.6270679235458374, 0.4872976541519165, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3071519136428833, 1.3689848184585571, 0.5606847405433655, -0.7853981852531433, -0.6333295106887817, 1.0471975803375244, 1.5707963705062866, 0.09762227535247803, 1.1528617143630981, -1.8000155687332153, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30715182423591614, 1.15341055393219, 0.4723926782608032, -1.1032590866088867, -1.1283124685287476, 0.8497462272644043, 1.048751711845398, 0.04176555201411247, 1.0910673141479492, -2.145275592803955, 0.09211921691894531, -0.09211921691894531, 0.09211921691894531, 0.09211921691894531, -0.09211921691894531, 0.09211921691894531, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 0.38605254888534546, 0.15811273455619812, 0.29427385330200195, 0.40700972080230713, 0.1782377064228058, 0.47817501425743103, 0.039522819221019745, 0.039933737367391586, 0.3054896891117096, 0.18877245485782623, 0.18877245485782623, 0.18877245485782623, 0.18877245485782623, 0.18877245485782623, 0.18877245485782623, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [135]}, "observation.state": {"min": [0.3946385979652405, -0.9188364148139954, -0.0009169569821096957, 1.8172671794891357, 0.9181113839149475, 0.3946385979652405, -0.000513971783220768, -0.13084115087985992, 0.0, -0.0006426114705391228, 0.999999463558197, 0.7509999871253967, NaN], "max": [0.396321564912796, -0.9181113243103027, 0.0, 1.8549343347549438, 0.9188364148139954, 0.396322101354599, 0.0, -0.1276981383562088, 0.000835293612908572, 0.0, 1.0, 0.8037309050559998, NaN], "mean": [0.39476528763771057, -0.9187821745872498, -6.926207424839959e-05, 1.8526028394699097, 0.9187822341918945, 0.39476531744003296, -3.857034971588291e-05, -0.13063514232635498, 6.284443952608854e-05, -4.8326874093618244e-05, 1.0, 0.7545155882835388, NaN], "std": [0.00039392762118950486, 0.00016965663235168904, 0.0002150387444999069, 0.007474500220268965, 0.000169643375556916, 0.0003940393216907978, 0.00011982770956819877, 0.0006490169325843453, 0.00019508189870975912, 0.00015014450764283538, 1.1731783899904258e-07, 0.01099015586078167, NaN], "count": [135]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09446808168224713]], [[0.09581975617099547]], [[0.08800750758906209]]], "std": [[[0.2351114174818886]], [[0.23804138472475192]], [[0.21752793746584528]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.298925408924214]], [[0.30478386445033195]], [[0.278327172899186]]], "std": [[[0.3169342982797942]], [[0.31845000394060285]], [[0.2899910288782277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5327885503231764]], [[0.5374937460227414]], [[0.4916598799295376]]], "std": [[[0.3409369208718817]], [[0.34472741783178046]], [[0.31208257674027184]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5225467437274147]], [[0.5301375063619375]], [[0.4628611853756242]]], "std": [[[0.3224982876244836]], [[0.3229706258681899]], [[0.3095064089245939]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5015767640252641]], [[0.5176181563490962]], [[0.4722101427555051]]], "std": [[[0.3112955956189141]], [[0.301985817805455]], [[0.2817989159284165]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955889172535742]], [[0.9955889172535742]], [[0.9955889172535742]]], "std": [[[0.019785949541209866]], [[0.019785949541209866]], [[0.019785949541209866]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5988052378777852]], [[0.5988052378777852]], [[0.5988052378777852]]], "std": [[[0.33763410033493263]], [[0.33763410033493263]], [[0.33763410033493263]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32268443918725453]], [[0.32268443918725453]], [[0.32268443918725453]]], "std": [[[0.3399918837332167]], [[0.3399918837332167]], [[0.3399918837332167]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12300174412639786]], [[0.12300174412639786]], [[0.12300174412639786]]], "std": [[[0.16821531854294006]], [[0.16821531854294006]], [[0.16821531854294006]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1679881538881412]], [[0.1679881538881412]], [[0.1679881538881412]]], "std": [[[0.19055038911826638]], [[0.19055038911826638]], [[0.19055038911826638]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.032821130148307745]], [[0.10010581704040325]], [[0.12957989956353252]]], "std": [[[0.13654789969180628]], [[0.2758938539025382]], [[0.3105558823083954]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.273058261600184]], [[0.2719229057239667]], [[0.4125151979057072]]], "std": [[[0.39349144921375445]], [[0.34151265652959284]], [[0.43242904099973717]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28509097151394325]], [[0.6524539020218053]], [[0.47882686880025427]]], "std": [[[0.3514277992899048]], [[0.4271973556765089]], [[0.3820834815012911]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.430405809463076]], [[0.45782161630426255]], [[0.7941445754048003]]], "std": [[[0.40261160668874524]], [[0.3432185196815489]], [[0.35407930957038974]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38798968276479906]], [[0.652734499168841]], [[0.5793954768049965]]], "std": [[[0.3988794573881701]], [[0.4193126404894371]], [[0.3066036153641468]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.68], "mean": [1.34], "std": [0.779401479769359], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [135]}, "index": {"min": [225], "max": [359], "mean": [292.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [135]}}} +{"episode_index": 2, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10260188579559326, 0.025464791804552078, 0.02389276772737503, -1.3279894590377808, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, -0.1688709408044815, -0.16357971727848053, -3.0890228748321533, 0.0, -0.3804877996444702, 0.0, 0.0, -0.3804877996444702, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10260188579559326, 0.8030762672424316, 0.7534998059272766, -0.7853981852531433, -1.4478224515914917, 1.364387035369873, 2.6400558948516846, 0.0, 1.0471975803375244, -2.481858253479004, 0.3804877996444702, 0.0, 0.3804877996444702, 0.3804877996444702, 0.0, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10260199010372162, 0.758317232131958, 0.7115039825439453, -1.0665174722671509, -1.5045154094696045, 1.2571969032287598, 2.2965500354766846, -0.10866980999708176, 0.3184812366962433, -2.904052972793579, 0.1086881160736084, -0.1086881160736084, 0.1086881160736084, 0.1086881160736084, -0.1086881160736084, 0.1086881160736084, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.043081283569336e-07, 0.14727070927619934, 0.13818004727363586, 0.1831486076116562, 0.04196099936962128, 0.11593367159366608, 0.4222893714904785, 0.062472451478242874, 0.431342750787735, 0.23705391585826874, 0.16897901892662048, 0.16897901892662048, 0.16897901892662048, 0.16897901892662048, 0.16897901892662048, 0.16897901892662048, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [222]}, "observation.state": {"min": [-0.6876962184906006, 0.7259972095489502, -0.0014208893990144134, 2.1258044242858887, -0.7273340225219727, -0.6876974701881409, -0.0007015198934823275, -0.3550114929676056, -0.001483290921896696, -1.2532127584563568e-06, 0.9999987483024597, 0.7509999871253967, NaN], "max": [-0.6862835884094238, 0.7273340225219727, 9.8012026228389e-07, 2.1608452796936035, -0.7259970903396606, -0.6862835884094238, 0.0, -0.3333050310611725, 9.998214522966009e-08, 0.0005575793329626322, 1.0, 0.7992984652519226, NaN], "mean": [-0.6865256428718567, 0.727105438709259, -0.00024203755310736597, 2.1565277576446533, -0.727105438709259, -0.6865259408950806, -0.00011936215742025524, -0.3357701301574707, -0.00025306877796538174, 9.373206557938829e-05, 1.0, 0.7574509382247925, NaN], "std": [0.0004630907205864787, 0.0004380774626042694, 0.0004652040370274335, 0.008985883556306362, 0.0004381122125778347, 0.0004634467768482864, 0.00022947145043872297, 0.005284505896270275, 0.00048609013902023435, 0.00018107544747181237, 4.0386231603406486e-07, 0.01306731253862381, NaN], "count": [222]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.0982470825613512]], [[0.09675190556370286]], [[0.09420516049516828]]], "std": [[[0.2367919388097105]], [[0.2342383615749339]], [[0.23009660013566396]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32886275716811814]], [[0.31974591008730024]], [[0.30471397735250866]]], "std": [[[0.30901897270955564]], [[0.3061039403874895]], [[0.3062962444916261]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6343860869541893]], [[0.6202414525401145]], [[0.5932920898738073]]], "std": [[[0.2033037869093201]], [[0.21612769705701926]], [[0.2490129560042412]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.582996740408143]], [[0.5732086118671674]], [[0.5624649394383792]]], "std": [[[0.24770681123887048]], [[0.2496406292394503]], [[0.25392964033114274]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5588248919895581]], [[0.5499879111454438]], [[0.5340502893130851]]], "std": [[[0.23531228456746417]], [[0.24321314946797928]], [[0.25772694874025953]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958672049921846]], [[0.9958672049921846]], [[0.9958672049921846]]], "std": [[[0.018923895092263863]], [[0.018923895092263863]], [[0.018923895092263863]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896430461928625]], [[0.5896430461928625]], [[0.5896430461928625]]], "std": [[[0.334413082183564]], [[0.334413082183564]], [[0.334413082183564]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.09473067295383664]], [[0.09473067295383664]], [[0.09473067295383664]]], "std": [[[0.06510042448275426]], [[0.06510042448275426]], [[0.06510042448275426]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.0764213812059484]], [[0.0764213812059484]], [[0.0764213812059484]]], "std": [[[0.061228661759070595]], [[0.061228661759070595]], [[0.061228661759070595]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09280825673862446]], [[0.09280825673862446]], [[0.09280825673862446]]], "std": [[[0.05216319885312653]], [[0.05216319885312653]], [[0.05216319885312653]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14783799003682044]], [[0.029024501589562334]], [[0.08097633795147963]]], "std": [[[0.3499787015036577]], [[0.11866553885497745]], [[0.21347982201243432]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19447363794189063]], [[0.48270554439073254]], [[0.3643178360226139]]], "std": [[[0.32377756155856524]], [[0.47332663465398145]], [[0.4035991036473939]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.748171201998805]], [[0.7899700165829472]], [[0.24260080695182898]]], "std": [[[0.31523745109868917]], [[0.32895121234116453]], [[0.31083743256086516]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43168285599524175]], [[0.6614366210216518]], [[0.37993407322916856]]], "std": [[[0.36397930535943085]], [[0.4151676315323934]], [[0.35223859854080775]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43970884421618583]], [[0.7683256829150045]], [[0.4513299711458059]]], "std": [[[0.35456463918606224]], [[0.35918365097626587]], [[0.3445995977255506]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.42], "mean": [2.21], "std": [1.2817045941505658], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [222]}, "index": {"min": [360], "max": [581], "mean": [470.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [222]}}} +{"episode_index": 3, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45513492822647095, 0.025464791804552078, 0.0071644168347120285, -1.0684964656829834, -1.5707963705062866, -0.14072564244270325, 0.18148420751094818, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.6536585092544556, 0.0, 0.0, -0.6536585092544556, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45513492822647095, 1.741989016532898, 0.4901016354560852, -0.7853981852531433, -0.7397106289863586, 1.0471975803375244, 1.5707963705062866, 0.15083670616149902, 1.6528173685073853, -1.0184251070022583, 0.6536585092544556, 0.0, 0.6536585092544556, 0.6536585092544556, 0.0, 0.6536585092544556, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4551342725753784, 1.4972368478775024, 0.4212421476840973, -0.9428713321685791, -1.1151740550994873, 0.38746994733810425, 0.8381151556968689, 0.08212772756814957, 1.3382205963134766, -1.6735014915466309, 0.1355806589126587, -0.1355806589126587, 0.1355806589126587, 0.1355806589126587, -0.1355806589126587, 0.1355806589126587, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.4721764326095581, 0.13284534215927124, 0.12948143482208252, 0.37555837631225586, 0.5427922010421753, 0.5987153649330139, 0.06776730716228485, 0.23845210671424866, 0.663987934589386, 0.2535792589187622, 0.2535792589187622, 0.2535792589187622, 0.2535792589187622, 0.2535792589187622, 0.2535792589187622, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [193]}, "observation.state": {"min": [-0.9753913283348083, 0.22048057615756989, -0.0002065971348201856, 1.2872110605239868, -0.22065073251724243, -0.9753912091255188, -0.0006376561359502375, -0.32058024406433105, -0.0003421044966671616, -0.0005764132947660983, 0.9999997615814209, 0.7509999871253967, NaN], "max": [-0.9753528833389282, 0.22065073251724243, 0.0, 1.2995750904083252, -0.22048041224479675, -0.9753528833389282, 0.0, -0.30263587832450867, 0.0, 0.0, 1.0, 0.816001832485199, NaN], "mean": [-0.9753565192222595, 0.2206331193447113, -2.1766132704215124e-05, 1.2984192371368408, -0.2206331193447113, -0.9753565192222595, -6.720874807797372e-05, -0.3040426969528198, -3.605087840696797e-05, -6.07545516686514e-05, 1.0, 0.7564527988433838, NaN], "std": [1.0386926078354008e-05, 4.591546894516796e-05, 5.588076601270586e-05, 0.0030081691220402718, 4.595568680088036e-05, 1.035272543958854e-05, 0.00017254395061172545, 0.003856229828670621, 9.255079203285277e-05, 0.00015597575111314654, 5.882749576358037e-08, 0.014613049104809761, NaN], "count": [193]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12452154006159763]], [[0.11659858337507568]], [[0.1039777441156689]]], "std": [[[0.2939174450423993]], [[0.2773270182873945]], [[0.25057873935562647]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4196659337446548]], [[0.3817929123155709]], [[0.33119311254476824]]], "std": [[[0.38727228084872295]], [[0.36625057292583124]], [[0.33541717702328594]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6256825716778281]], [[0.5848122224300958]], [[0.5297694065075159]]], "std": [[[0.2142879117337755]], [[0.23633177387202287]], [[0.25702382736500945]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6244667687258891]], [[0.5868108303476652]], [[0.5366292909968612]]], "std": [[[0.30079605129503145]], [[0.30799200730453796]], [[0.31881764681011815]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48810084148566574]], [[0.4479605348654287]], [[0.398160251755023]]], "std": [[[0.36743180534671255]], [[0.3622886195504998]], [[0.35681829728948333]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961100549792092]], [[0.9961100549792092]], [[0.9961100549792092]]], "std": [[[0.01846947872288478]], [[0.01846947872288478]], [[0.01846947872288478]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5985683250284485]], [[0.5985683250284485]], [[0.5985683250284485]]], "std": [[[0.33730447359466775]], [[0.33730447359466775]], [[0.33730447359466775]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12531705750252634]], [[0.12531705750252634]], [[0.12531705750252634]]], "std": [[[0.15146819978402923]], [[0.15146819978402923]], [[0.15146819978402923]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.049109728416519643]], [[0.049109728416519643]], [[0.049109728416519643]]], "std": [[[0.04416754226930063]], [[0.04416754226930063]], [[0.04416754226930063]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3149482629480095]], [[0.3149482629480095]], [[0.3149482629480095]]], "std": [[[0.37467804023917295]], [[0.37467804023917295]], [[0.37467804023917295]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07305248942024059]], [[0.14392383780228005]], [[0.04609551321640109]]], "std": [[[0.24079434048532664]], [[0.3432398307361855]], [[0.15098492433847868]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30048935050235]], [[0.2324757542290539]], [[0.39454238508781986]]], "std": [[[0.4084724088920241]], [[0.32613902152402346]], [[0.4606420275661923]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4147894676491711]], [[0.44817865862531187]], [[0.6810788223089926]]], "std": [[[0.26021757543813845]], [[0.43247241208195125]], [[0.39080469518887506]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7096725709469177]], [[0.49669481543172994]], [[0.3531924460081902]]], "std": [[[0.3893898578454607]], [[0.40390530637130195]], [[0.2791334146757552]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3319877032718631]], [[0.49614819508734376]], [[0.3230575990869656]]], "std": [[[0.34812383333647695]], [[0.43107025943433397]], [[0.3943993199171445]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.84], "mean": [1.9199999999999997], "std": [1.1142710621747296], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [193]}, "index": {"min": [582], "max": [774], "mean": [678.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [193]}}} +{"episode_index": 4, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37148749828338623, 0.025464791804552078, 0.008972973562777042, -2.1139111518859863, -1.5707963705062866, 0.7901038527488708, 1.1360015869140625, -1.258892297744751, 1.0471975803375244, -2.6135025024414062, 0.0, -0.4731707274913788, 0.0, 0.0, -0.4731707274913788, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37148749828338623, 1.3641200065612793, 0.48067203164100647, -0.7853981852531433, -1.2149099111557007, 1.0471975803375244, 1.5707963705062866, 0.0, 1.1959644556045532, -2.481858253479004, 0.4731707274913788, 0.0, 0.4731707274913788, 0.4731707274913788, 0.0, 0.4731707274913788, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37148696184158325, 1.1562432050704956, 0.40742260217666626, -1.4346848726272583, -1.4235327243804932, 0.9332600235939026, 1.3619052171707153, -0.6047986745834351, 1.1029102802276611, -2.5391204357147217, 0.07582419365644455, -0.07582419365644455, 0.07582419365644455, 0.07582419365644455, -0.07582419365644455, 0.07582419365644455, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.364418029785156e-07, 0.3803170323371887, 0.1340111941099167, 0.59626305103302, 0.14106802642345428, 0.10683067888021469, 0.1924692690372467, 0.5569486021995544, 0.052817944437265396, 0.05196823179721832, 0.16446775197982788, 0.16446775197982788, 0.16446775197982788, 0.16446775197982788, 0.16446775197982788, 0.16446775197982788, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [139]}, "observation.state": {"min": [-0.5629257559776306, 0.8265074491500854, -0.0004121674573980272, 1.7535580396652222, -0.8268457651138306, -0.5629257559776306, -0.0006615967722609639, -0.08173158764839172, -0.0007788533112034202, -4.089835420018062e-05, 0.9999997019767761, 0.7509999871253967, NaN], "max": [-0.5624282360076904, 0.8268460035324097, 0.0, 1.7807400226593018, -0.8265074491500854, -0.56242835521698, 1.238222739630146e-05, -0.05423825979232788, 0.0, 4.364180131233297e-05, 1.0, 0.8027163147926331, NaN], "mean": [-0.5628672242164612, 0.8265459537506104, -2.8613847462111153e-05, 1.7552446126937866, -0.8265459537506104, -0.5628672242164612, -4.358446676633321e-05, -0.055856283754110336, -5.213122130953707e-05, -8.600522960477974e-07, 1.0, 0.7541788220405579, NaN], "std": [0.00010338135325582698, 7.03589539625682e-05, 9.24571868381463e-05, 0.0055485013872385025, 7.030907727312297e-05, 0.00010335172555642202, 0.0001460808707633987, 0.005419150460511446, 0.0001725826587062329, 1.0155296877201181e-05, 5.8740763364539816e-08, 0.010484044440090656, NaN], "count": [139]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.1198563070520777]], [[0.11997240243520547]], [[0.11986442753292283]]], "std": [[[0.2878847197920111]], [[0.28717426874678964]], [[0.28646430736338135]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38885418070651534]], [[0.3913377268420449]], [[0.39172657113869797]]], "std": [[[0.38731219945117606]], [[0.38329674154364013]], [[0.380818169968999]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7094833174745908]], [[0.7051508082594209]], [[0.6988919251842867]]], "std": [[[0.25420279350372416]], [[0.2528664831685818]], [[0.2506247315488993]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5086967922424263]], [[0.5159965278406429]], [[0.5156734547449157]]], "std": [[[0.28028290031384734]], [[0.2712082791790318]], [[0.26771134801954527]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4482590748552764]], [[0.46820243265734185]], [[0.4867226195289853]]], "std": [[[0.31232421385925735]], [[0.29280377659823364]], [[0.27418370805048614]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964105462984756]], [[0.9964105462984756]], [[0.9964105462984756]]], "std": [[[0.01741338602321779]], [[0.01741338602321779]], [[0.01741338602321779]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5932797783933518]], [[0.5932797783933518]], [[0.5932797783933518]]], "std": [[[0.3373815469422815]], [[0.3373815469422815]], [[0.3373815469422815]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17777925300964065]], [[0.17777925300964065]], [[0.17777925300964065]]], "std": [[[0.17505851022401325]], [[0.17505851022401325]], [[0.17505851022401325]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07741784936675672]], [[0.07741784936675672]], [[0.07741784936675672]]], "std": [[[0.11197683962725812]], [[0.11197683962725812]], [[0.11197683962725812]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1491966812647565]], [[0.1491966812647565]], [[0.1491966812647565]]], "std": [[[0.17763804329643448]], [[0.17763804329643448]], [[0.17763804329643448]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09173756295719615]], [[0.10030807401104144]], [[0.05772903611702881]]], "std": [[[0.27391747239112574]], [[0.26704948781234095]], [[0.17878525029478215]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3416404725838217]], [[0.4294747946577831]], [[0.2607191125005113]]], "std": [[[0.3856876084554284]], [[0.4438784454393372]], [[0.3841035023475051]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18258014700014955]], [[0.822586650090425]], [[0.5084134484818859]]], "std": [[[0.23924644419531987]], [[0.2978342957776709]], [[0.33696596475894514]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6487357316580064]], [[0.493123418568207]], [[0.4424548448290776]]], "std": [[[0.42277209826483325]], [[0.3287260903059686]], [[0.3725666493205257]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5887747931154953]], [[0.5670450073124561]], [[0.5208173683070575]]], "std": [[[0.3887863193179161]], [[0.41413864998813027]], [[0.43222267796223385]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.76], "mean": [1.3800000000000001], "std": [0.8024961059095552], "count": [139]}, "frame_index": {"min": [0], "max": [138], "mean": [69.0], "std": [40.124805295477756], "count": [139]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [139]}, "index": {"min": [775], "max": [913], "mean": [844.0], "std": [40.124805295477756], "count": [139]}, "task_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [139]}}} +{"episode_index": 5, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994158148765564, 0.025464791804552078, 0.007125257980078459, -0.7853982448577881, -1.5707964897155762, -3.3991639614105225, 0.32750752568244934, -4.267340183258057, -1.000993013381958, -2.481858491897583, 0.0, -0.3414634168148041, 0.0, 0.0, -0.3414634168148041, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994158148765564, 2.107567310333252, 0.5897147059440613, 2.4968717098236084, 0.9083491563796997, 1.0471975803375244, 1.5707964897155762, 0.0, 1.0471975803375244, -1.1858530044555664, 0.3414634168148041, 0.0, 0.3414634168148041, 0.3414634168148041, 0.0, 0.3414634168148041, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49941572546958923, 1.90146005153656, 0.5320457220077515, 0.9308875799179077, -0.2527974843978882, -1.3378020524978638, 1.0057989358901978, -2.3077621459960938, -0.06088868901133537, -1.801265001296997, 0.04765734076499939, -0.04765734076499939, 0.04765734076499939, 0.04765734076499939, -0.04765734076499939, 0.04765734076499939, -2.3561999797821045, 1.5707993507385254, -1.0472002029418945, -1.5707993507385254, 0.0, -1.0472002029418945, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 0.4959406852722168, 0.13876888155937195, 1.3697500228881836, 1.0415370464324951, 1.8965198993682861, 0.46469077467918396, 1.8331468105316162, 0.8801811337471008, 0.5364748239517212, 0.11634331196546555, 0.11634331196546555, 0.11634331196546555, 0.11634331196546555, 0.11634331196546555, 0.11634331196546555, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.6226043701171875e-06, 2.9802322387695312e-06, 0.0, 2.6226043701171875e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [336]}, "observation.state": {"min": [-0.08994307368993759, 0.9959468841552734, -0.00040802007424645126, 1.7693043947219849, -0.9960648417472839, -0.08994307368993759, -3.675212610687595e-06, -0.1588783860206604, -3.2242119232250843e-06, -5.159687134437263e-06, 0.9999996423721313, 0.7509999871253967, NaN], "max": [-0.08862520009279251, 0.9960649609565735, 4.848785920330556e-06, 1.7826895713806152, -0.9959468841552734, -0.08862489461898804, 0.0007160541717894375, -0.13391929864883423, 0.0006780835101380944, 0.0004684718733187765, 1.0, 0.8122034072875977, NaN], "mean": [-0.08983840048313141, 0.9959542155265808, -3.143271169392392e-05, 1.770088791847229, -0.9959542155265808, -0.08983838558197021, 5.6802975450409576e-05, -0.13530506193637848, 5.3784238843945786e-05, 3.6357414501253515e-05, 1.0, 0.7548509240150452, NaN], "std": [0.0003151532437186688, 2.8344175007077865e-05, 9.577893069945276e-05, 0.0025194468908011913, 2.8314923838479444e-05, 0.00031521511846221983, 0.00017129973275586963, 0.004551725462079048, 0.00016220094403252006, 0.00011048999294871464, 7.528229417630428e-08, 0.012105443514883518, NaN], "count": [336]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.10993384657990962]], [[0.09725018121882315]], [[0.07674642172453264]]], "std": [[[0.2672797389381009]], [[0.2374572632121547]], [[0.19082402154695885]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3920760361324517]], [[0.33846854168636437]], [[0.2552280138484039]]], "std": [[[0.3697477036147002]], [[0.32861256695187857]], [[0.26814924312354754]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3309254116064538]], [[0.3024746826742735]], [[0.25776000525718995]]], "std": [[[0.3529053778710524]], [[0.3215018814248895]], [[0.2798185656877648]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5414787402324563]], [[0.5001379677071744]], [[0.4470821818142804]]], "std": [[[0.30868078748501293]], [[0.29474434030119295]], [[0.28106252586009794]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.576354377515857]], [[0.5019897082460767]], [[0.4029568903721675]]], "std": [[[0.2748782288750266]], [[0.2811377996546397]], [[0.30371184209470714]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996226678763568]], [[0.996226678763568]], [[0.996226678763568]]], "std": [[[0.017918573183526285]], [[0.017918573183526285]], [[0.017918573183526285]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5823623853426326]], [[0.5823623853426326]], [[0.5823623853426326]]], "std": [[[0.3352962832823295]], [[0.3352962832823295]], [[0.3352962832823295]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5062754968681498]], [[0.5062754968681498]], [[0.5062754968681498]]], "std": [[[0.4351494735885937]], [[0.4351494735885937]], [[0.4351494735885937]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14826981990771754]], [[0.14826981990771754]], [[0.14826981990771754]]], "std": [[[0.2503108369964981]], [[0.2503108369964981]], [[0.2503108369964981]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.165933853285509]], [[0.165933853285509]], [[0.165933853285509]]], "std": [[[0.18864860656086208]], [[0.18864860656086208]], [[0.18864860656086208]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09873941839654367]], [[0.12320288796753953]], [[0.04584887322460875]]], "std": [[[0.28510281062594584]], [[0.3029028188686801]], [[0.14919727480934747]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2224026913593658]], [[0.5273687791316384]], [[0.12269608413113202]]], "std": [[[0.29233216935866324]], [[0.4799575367337205]], [[0.2284818850408232]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2715071706326934]], [[0.36838741868622554]], [[0.2973665649427241]]], "std": [[[0.31874683806378334]], [[0.44852514612401445]], [[0.39497314789388416]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5537110208537435]], [[0.5053095914881804]], [[0.45523379139282677]]], "std": [[[0.40442391660218835]], [[0.3561138791183174]], [[0.432676599305716]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.61290662654036]], [[0.4432931895921051]], [[0.5755088604437363]]], "std": [[[0.35787006129201016]], [[0.40630044877563304]], [[0.4357084966435306]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.7], "mean": [3.3499999999999996], "std": [1.9398883129362543], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [336]}, "index": {"min": [914], "max": [1249], "mean": [1081.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [336]}}} +{"episode_index": 6, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.02305639162659645, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.664418637752533, -1.2434433698654175, 0.3626568019390106, -3.0542643070220947, 0.0, -0.29756098985671997, 0.0, 0.0, -0.29756098985671997, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.690310537815094, 0.7624182105064392, 3.1512181758880615, -0.16347816586494446, 8.56025218963623, 1.5707963705062866, 0.11858892440795898, 1.279534935951233, -1.8484468460083008, 0.29756098985671997, 0.0, 0.29756098985671997, 0.29756098985671997, 0.0, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.499753475189209, 0.679801881313324, 0.7508130669593811, 2.2788538932800293, -1.0507811307907104, 6.633879661560059, 0.04071132093667984, -0.5215479135513306, 0.9822510480880737, -2.7017409801483154, 0.08623024821281433, -0.08623024821281433, 0.08623024821281433, 0.08623024821281433, -0.08623024821281433, 0.08623024821281433, -2.3562004566192627, 1.5708001852035522, -1.0471949577331543, -1.5708001852035522, 0.0, -1.0471949577331543, 2.481842041015625, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.4868717193603516e-06, 0.06831417977809906, 0.07544904947280884, 1.3544139862060547, 0.40423715114593506, 2.2884209156036377, 0.6469860672950745, 0.4418382942676544, 0.302147775888443, 0.3496389091014862, 0.13450124859809875, 0.13450124859809875, 0.13450124859809875, 0.13450124859809875, 0.13450124859809875, 0.13450124859809875, 5.9604644775390625e-06, 3.814697265625e-06, 2.6226043701171875e-06, 3.814697265625e-06, 0.0, 2.6226043701171875e-06, 1.621246337890625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [771]}, "observation.state": {"min": [-0.9008761048316956, -0.546366274356842, -1.469232188355818e-06, 1.3149949312210083, 0.43407633900642395, -0.9008761048316956, -0.11800146102905273, -0.23714202642440796, -1.0429100711917272e-06, -0.07238596677780151, 0.9916906356811523, 0.7509999871253967, NaN], "max": [-0.8364859223365784, -0.43407633900642395, 0.05260558798909187, 1.3473758697509766, 0.540029764175415, -0.8347689509391785, 0.0, -0.15633486211299896, 0.10649377852678299, 0.0, 1.0, 0.8499966263771057, NaN], "mean": [-0.8894768953323364, -0.45456135272979736, 0.009022826328873634, 1.3208670616149902, 0.453416645526886, -0.8892336487770081, -0.02129523642361164, -0.21606028079986572, 0.0187769066542387, -0.0135241923853755, 0.9988248348236084, 0.7705423831939697, NaN], "std": [0.021063759922981262, 0.03738494962453842, 0.016911005601286888, 0.010425818152725697, 0.03523823991417885, 0.02155933529138565, 0.03901267424225807, 0.024382857605814934, 0.03478674218058586, 0.024439234286546707, 0.0024390555918216705, 0.03476810082793236, NaN], "count": [771]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12842119703160934]], [[0.12752840158912418]], [[0.1264556205107677]]], "std": [[[0.29989179438973645]], [[0.2981841626447358]], [[0.2964313354140182]]], "count": [146]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4513616330386829]], [[0.4461541334559227]], [[0.4393991349391002]]], "std": [[[0.3920146254930427]], [[0.3896196854872036]], [[0.3880274511262575]]], "count": [146]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6285515566392171]], [[0.6060455378355959]], [[0.5774599663546092]]], "std": [[[0.1515032477471558]], [[0.15474878634104297]], [[0.162408909623687]]], "count": [146]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4079924369657354]], [[0.39678501783179626]], [[0.385978737756896]]], "std": [[[0.3554521837415086]], [[0.35324057745948806]], [[0.3510652398264686]]], "count": [146]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6103412357352267]], [[0.6017994540227501]], [[0.5931153050869054]]], "std": [[[0.33214962602697684]], [[0.33390289853263605]], [[0.33576366867699575]]], "count": [146]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967067396041142]], [[0.9967067396041142]], [[0.9967067396041142]]], "std": [[[0.01646629617530668]], [[0.01646629617530668]], [[0.01646629617530668]]], "count": [146]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5815441549526964]], [[0.5815441549526964]], [[0.5815441549526964]]], "std": [[[0.3330568851086404]], [[0.3330568851086404]], [[0.3330568851086404]]], "count": [146]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.06467027562025118]], [[0.06467027562025118]], [[0.06467027562025118]]], "std": [[[0.05322706440805721]], [[0.05322706440805721]], [[0.05322706440805721]]], "count": [146]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1473871792779563]], [[0.1473871792779563]], [[0.1473871792779563]]], "std": [[[0.3134068225203211]], [[0.3134068225203211]], [[0.3134068225203211]]], "count": [146]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18189740317213246]], [[0.18189740317213246]], [[0.18189740317213246]]], "std": [[[0.2526949943334474]], [[0.2526949943334474]], [[0.2526949943334474]]], "count": [146]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1386349179867994]], [[0.031237551525527076]], [[0.13282686951674297]]], "std": [[[0.333915463748114]], [[0.1250102323917911]], [[0.32128009523502365]]], "count": [146]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5378520760025861]], [[0.31926353173649497]], [[0.24985021941501948]]], "std": [[[0.4590769670108048]], [[0.3532283224389554]], [[0.3824697709653636]]], "count": [146]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6301068074298739]], [[0.4264567834270432]], [[0.5965570816489304]]], "std": [[[0.26780773168546673]], [[0.3855448423596791]], [[0.4215324633085058]]], "count": [146]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4388983378132708]], [[0.2373665777476632]], [[0.6910313435055071]]], "std": [[[0.33552052503035507]], [[0.2991445099691087]], [[0.4300532385847766]]], "count": [146]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4752032180116294]], [[0.5520902193753371]], [[0.5090044699066157]]], "std": [[[0.42283465088315586]], [[0.4118173241070184]], [[0.40225602098047464]]], "count": [146]}, "timestamp": {"min": [0.0], "max": [15.4], "mean": [7.7], "std": [4.451366831285269], "count": [771]}, "frame_index": {"min": [0], "max": [770], "mean": [385.0], "std": [222.5683415642635], "count": [771]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [771]}, "index": {"min": [1250], "max": [2020], "mean": [1635.0], "std": [222.5683415642635], "count": [771]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [771]}}} +{"episode_index": 7, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996544420719147, 0.01945214718580246, 0.025464791804552078, -0.7853982448577881, -1.5707964897155762, 0.8475725054740906, -1.0561498403549194, 0.0, -0.9681095480918884, -2.481858253479004, 0.0, -0.4682926833629608, 0.0, 0.0, -0.4682926833629608, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996544420719147, 0.528605043888092, 0.6919963955879211, -0.3469921350479126, 1.802253246307373, 1.0471975803375244, 1.5707964897155762, 3.9362831115722656, 1.0471975803375244, 0.4162709712982178, 0.4682926833629608, 0.0, 0.4682926833629608, 0.4682926833629608, 0.0, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49965453147888184, 0.5092310905456543, 0.6666349768638611, -0.5435898900032043, 0.5978277921676636, 0.9204775094985962, -0.1079220399260521, 2.556241273880005, -0.2434634268283844, -0.615963876247406, 0.09096962213516235, -0.09096962213516235, 0.09096962213516235, 0.09096962213516235, -0.09096962213516235, 0.09096962213516235, -2.3561997413635254, 1.5707991123199463, -1.0471985340118408, -1.5707991123199463, 0.0, -1.0471985340118408, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 0.07975694537162781, 0.10440967231988907, 0.1701291799545288, 1.3324872255325317, 0.08051556348800659, 0.9925385117530823, 1.5686873197555542, 0.7823643684387207, 1.1357626914978027, 0.18137127161026, 0.18137127161026, 0.18137127161026, 0.18137127161026, 0.18137127161026, 0.18137127161026, 5.245208740234375e-06, 2.7418136596679688e-06, 9.5367431640625e-07, 2.7418136596679688e-06, 0.0, 9.5367431640625e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [290]}, "observation.state": {"min": [-0.9043501615524292, -0.42988234758377075, -0.0005987518234178424, 1.4823291301727295, 0.426788866519928, -0.9043487906455994, 0.0, -0.29768532514572144, -0.0014480599202215672, 0.0, 0.9999975562095642, 0.7509999871253967, NaN], "max": [-0.9028849005699158, -0.42679089307785034, 0.0, 1.4964618682861328, 0.42988234758377075, -0.9028849005699158, 0.002124151913449168, -0.2515260577201843, 0.0, 0.0016654272330924869, 1.0, 0.7840229272842407, NaN], "mean": [-0.9030464887619019, -0.42953813076019287, -6.677390047116205e-05, 1.495329737663269, 0.42953795194625854, -0.9030463695526123, 0.0002370492584304884, -0.255519300699234, -0.00016168449656106532, 0.0001857664465205744, 1.0, 0.7535897493362427, NaN], "std": [0.00040642835665494204, 0.0008569758501835167, 0.00016585235425736755, 0.003030097112059593, 0.0008574636885896325, 0.00040610876749269664, 0.0005886381841264665, 0.010436488315463066, 0.0004014233418274671, 0.0004613688215613365, 6.344272946989804e-07, 0.006993903778493404, NaN], "count": [290]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13200658758082762]], [[0.12192715305061186]], [[0.10604455066113858]]], "std": [[[0.3083304305254943]], [[0.28732484450164947]], [[0.25513055617202174]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44571957317518845]], [[0.3968872165124044]], [[0.3332135619406273]]], "std": [[[0.3989478094043365]], [[0.37421378521572546]], [[0.33869430242352755]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6706893101346417]], [[0.6277228079563277]], [[0.5912934336759225]]], "std": [[[0.2523080408157805]], [[0.27742245981111474]], [[0.3039058747668765]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5132431336338782]], [[0.42791526938739655]], [[0.33413429706207576]]], "std": [[[0.2628541651914992]], [[0.26545685143349035]], [[0.26144361422518075]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6868856178975129]], [[0.5859968658028514]], [[0.48421178026287287]]], "std": [[[0.22033012159758864]], [[0.2679982219005383]], [[0.2938278509796919]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958712216462112]], [[0.9958712216462112]], [[0.9958712216462112]]], "std": [[[0.018945413255356796]], [[0.018945413255356796]], [[0.018945413255356796]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5928651470437359]], [[0.5928651470437359]], [[0.5928651470437359]]], "std": [[[0.3376580956648844]], [[0.3376580956648844]], [[0.3376580956648844]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17820183988235697]], [[0.17820183988235697]], [[0.17820183988235697]]], "std": [[[0.2190128036275722]], [[0.2190128036275722]], [[0.2190128036275722]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0890819149314252]], [[0.0890819149314252]], [[0.0890819149314252]]], "std": [[[0.2215122688501265]], [[0.2215122688501265]], [[0.2215122688501265]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13935850883563303]], [[0.13935850883563303]], [[0.13935850883563303]]], "std": [[[0.09383868787042282]], [[0.09383868787042282]], [[0.09383868787042282]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09923741241649013]], [[0.04425448286082328]], [[0.11910873196445228]]], "std": [[[0.28608320150037986]], [[0.13632988452360134]], [[0.29533474561894113]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5283366532755847]], [[0.3752643005288706]], [[0.14824648844524643]]], "std": [[[0.48440961592527304]], [[0.41296484630426905]], [[0.22680745498501936]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5189833506673077]], [[0.4135323018780372]], [[0.7128008953316288]]], "std": [[[0.32147665986185614]], [[0.40998432026051645]], [[0.38939784007575384]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5404703374458774]], [[0.4117036916336248]], [[0.6002918545072692]]], "std": [[[0.37725761801728636]], [[0.37819888778756106]], [[0.43628539622127377]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.473884972148293]], [[0.4454021220539787]], [[0.792562790226723]]], "std": [[[0.42606353772882344]], [[0.3421613013791089]], [[0.3491103499555826]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.78], "mean": [2.8899999999999997], "std": [1.6743058263053379], "count": [290]}, "frame_index": {"min": [0], "max": [289], "mean": [144.5], "std": [83.7152913152669], "count": [290]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [290]}, "index": {"min": [2021], "max": [2310], "mean": [2165.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [290]}}} +{"episode_index": 8, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.010485365986824036, -0.9206452369689941, -1.5707963705062866, -0.040610503405332565, 0.33173617720603943, -0.7487077116966248, 0.9069480299949646, -2.481858253479004, 0.0, -0.4439024329185486, 0.0, 0.0, -0.4439024329185486, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6461879014968872, 0.6778332591056824, -0.7853981852531433, -0.48036736249923706, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.1651833057403564, 0.4439024329185486, 0.0, 0.4439024329185486, 0.4439024329185486, 0.0, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488558292389, 1.428858757019043, 0.588345468044281, -0.832580029964447, -0.9742994904518127, 0.4031134247779846, 0.9135742783546448, -0.4480305314064026, 0.9741625189781189, -2.318507671356201, 0.11127734184265137, -0.11127734184265137, 0.11127734184265137, 0.11127734184265137, -0.11127734184265137, 0.11127734184265137, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.43594634532928467, 0.17950449883937836, 0.046633534133434296, 0.45841744542121887, 0.4874197244644165, 0.5093901753425598, 0.33858171105384827, 0.05514964088797569, 0.12356763333082199, 0.187604159116745, 0.187604159116745, 0.187604159116745, 0.187604159116745, 0.187604159116745, 0.187604159116745, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [194]}, "observation.state": {"min": [-0.5290770530700684, -0.8497238755226135, -0.00034844109904952347, 1.5966497659683228, 0.8485737442970276, -0.5290768146514893, -0.001052208011969924, -0.2869899868965149, -2.7691768991644494e-05, -0.000660208344925195, 0.999999463558197, 0.7509999871253967, NaN], "max": [-0.5272279381752014, -0.8485737442970276, 0.0, 1.606162667274475, 0.8497238755226135, -0.5272279381752014, 0.0, -0.28260231018066406, 0.0008909997995942831, 0.0, 1.0, 0.8201188445091248, NaN], "mean": [-0.5275160670280457, -0.8495449423789978, -4.941187216900289e-05, 1.5976144075393677, 0.8495448231697083, -0.5275160670280457, -0.00011377519695088267, -0.2832210063934326, 7.044984522508457e-05, -0.0001020870404317975, 1.0, 0.7586430311203003, NaN], "std": [0.0005902305128984153, 0.0003670052392408252, 0.00010647426825016737, 0.0017282492481172085, 0.00036702989018522203, 0.0005901502445340157, 0.00027053066878579557, 0.0013148494763299823, 0.00019687722669914365, 0.0002139260177500546, 1.3760667627593648e-07, 0.017379149794578552, NaN], "count": [194]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1298658316854323]], [[0.11875151127445951]], [[0.10610146108304819]]], "std": [[[0.3030218054852042]], [[0.27867135884871386]], [[0.25060511931652335]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45619610927712967]], [[0.4107638509184324]], [[0.3625660397601809]]], "std": [[[0.39814059708856225]], [[0.36678971580807435]], [[0.3316098061608441]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6976825783834275]], [[0.6441608686701656]], [[0.5941330927364277]]], "std": [[[0.21671902553530784]], [[0.2141839427636551]], [[0.210572898226156]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7344417850037316]], [[0.6938311087507402]], [[0.630425075991205]]], "std": [[[0.2318444473731633]], [[0.24174012746910029]], [[0.24709400198078502]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.678165543814051]], [[0.6249027453394409]], [[0.5727934950321567]]], "std": [[[0.2874307174131661]], [[0.28713185142834]], [[0.2867466718758623]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958562721829609]], [[0.9958562721829609]], [[0.9958562721829609]]], "std": [[[0.018963921205931485]], [[0.018963921205931485]], [[0.018963921205931485]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5887491991837944]], [[0.5887491991837944]], [[0.5887491991837944]]], "std": [[[0.3364214025657092]], [[0.3364214025657092]], [[0.3364214025657092]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10148347975009572]], [[0.10148347975009572]], [[0.10148347975009572]]], "std": [[[0.11462592089998026]], [[0.11462592089998026]], [[0.11462592089998026]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05202462161979118]], [[0.05202462161979118]], [[0.05202462161979118]]], "std": [[[0.06126449493266059]], [[0.06126449493266059]], [[0.06126449493266059]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20915860418925616]], [[0.20915860418925616]], [[0.20915860418925616]]], "std": [[[0.2689020584219681]], [[0.2689020584219681]], [[0.2689020584219681]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14760881276692478]], [[0.09734573198658077]], [[0.027285805386071532]]], "std": [[[0.35102369528790595]], [[0.2519007288938281]], [[0.10918882426976137]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40829241509537706]], [[0.1824410648223586]], [[0.429767469930416]]], "std": [[[0.4595018896303316]], [[0.2599925651480605]], [[0.42045665385968967]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.555949882350259]], [[0.20635168320602754]], [[0.9056038023430706]]], "std": [[[0.22602110590815233]], [[0.27720101426217536]], [[0.26003875626458967]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6211313807969068]], [[0.5795442432094071]], [[0.4498427201666207]]], "std": [[[0.41726968973369305]], [[0.34843230371247136]], [[0.3744781788657264]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49244149934519826]], [[0.5725403117164927]], [[0.4002462094923124]]], "std": [[[0.4005953106598858]], [[0.43627382618987526]], [[0.38292765012551755]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.86], "mean": [1.9299999999999997], "std": [1.120044641967453], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [194]}, "index": {"min": [2311], "max": [2504], "mean": [2407.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [194]}}} +{"episode_index": 9, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35844096541404724, 0.025464791804552078, 0.008672981522977352, -2.996472120285034, -1.5707963705062866, 1.0471975803375244, 0.2495936155319214, -0.35868966579437256, -1.4313981533050537, -5.540921211242676, 0.0, -0.5414634346961975, 0.0, 0.0, -0.5414634346961975, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35844096541404724, 1.7314742803573608, 0.5897179841995239, -0.4853981137275696, 0.26700904965400696, 2.31966233253479, 2.3700971603393555, 4.7363786697387695, 1.9536080360412598, -2.481858253479004, 0.5414634346961975, 0.0, 0.5414634346961975, 0.5414634346961975, 0.0, 0.5414634346961975, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3584426939487457, 1.6234443187713623, 0.5529290437698364, -1.3484246730804443, -0.6367385387420654, 1.4792965650558472, 1.227455735206604, 2.4580953121185303, 0.7655701041221619, -4.429612159729004, 0.061951130628585815, -0.061951130628585815, 0.061951130628585815, 0.061951130628585815, -0.061951130628585815, 0.061951130628585815, -2.3562002182006836, 1.570799708366394, -1.047202467918396, -1.570799708366394, 0.0, -1.047202467918396, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7285346984863281e-06, 0.33527976274490356, 0.11419195681810379, 0.822295606136322, 0.5505666732788086, 0.4382881224155426, 0.6891643404960632, 1.9250961542129517, 1.1141959428787231, 1.021650791168213, 0.16795887053012848, 0.16795887053012848, 0.16795887053012848, 0.16795887053012848, 0.16795887053012848, 0.16795887053012848, 5.7220458984375e-06, 3.337860107421875e-06, 4.887580871582031e-06, 3.337860107421875e-06, 0.0, 4.887580871582031e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [432]}, "observation.state": {"min": [-0.08224991708993912, -0.9967494606971741, 0.0, 1.9298092126846313, 0.996609628200531, -0.08223380148410797, 0.0, -0.2394588738679886, -0.0020546582527458668, 0.0, 0.9999728798866272, 0.7509999871253967, NaN], "max": [-0.08056366443634033, -0.9965883493423462, 0.006881385110318661, 1.937636137008667, 0.9967494606971741, -0.08056366443634033, 0.0026293520350009203, -0.2169724553823471, 0.0, 0.007074272725731134, 1.0, 0.8151744604110718, NaN], "mean": [-0.08066919445991516, -0.996735155582428, 0.00043241115054115653, 1.9370650053024292, 0.9967362284660339, -0.0806683674454689, 0.0001650592457735911, -0.23821581900119781, -0.00012909321230836213, 0.00044447611435316503, 0.9999985694885254, 0.754010796546936, NaN], "std": [0.0003602606593631208, 3.408058182685636e-05, 0.0014810836873948574, 0.0018566184444352984, 3.011111039086245e-05, 0.0003572373534552753, 0.000565535738132894, 0.004331198055297136, 0.00044218896073289216, 0.001522467820905149, 5.132053047418594e-06, 0.010938804596662521, NaN], "count": [432]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.12339249549551361]], [[0.11472303125278702]], [[0.09111792668231754]]], "std": [[[0.290548869923519]], [[0.27059702353261855]], [[0.22117172357415196]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4259339431405406]], [[0.38706350001441703]], [[0.2967331178153694]]], "std": [[[0.3868624090911792]], [[0.3551581668136647]], [[0.2914183200249298]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4634694181082029]], [[0.44453176475952716]], [[0.3737068969101268]]], "std": [[[0.3752596670141849]], [[0.3613464149625125]], [[0.3153783098825517]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.527461457220623]], [[0.49942227372122544]], [[0.4285025417574437]]], "std": [[[0.34601151695637794]], [[0.33410707322026506]], [[0.30534074485833457]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6655564688581906]], [[0.6321639156945223]], [[0.5387580747151294]]], "std": [[[0.2625133623602097]], [[0.2598238662586263]], [[0.27738345965131095]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950857009128332]], [[0.9950857009128332]], [[0.9950857009128332]]], "std": [[[0.02134609161066437]], [[0.02134609161066437]], [[0.02134609161066437]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6015289933353047]], [[0.6015289933353047]], [[0.6015289933353047]]], "std": [[[0.337827103264545]], [[0.337827103264545]], [[0.337827103264545]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4134531811698723]], [[0.4134531811698723]], [[0.4134531811698723]]], "std": [[[0.4033627930522784]], [[0.4033627930522784]], [[0.4033627930522784]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20922462617959875]], [[0.20922462617959875]], [[0.20922462617959875]]], "std": [[[0.328479586465956]], [[0.328479586465956]], [[0.328479586465956]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13376878422789382]], [[0.13376878422789382]], [[0.13376878422789382]]], "std": [[[0.14316250910670808]], [[0.14316250910670808]], [[0.14316250910670808]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.031168823522706165]], [[0.12376195926884827]], [[0.14336908624808975]]], "std": [[[0.12826417494622513]], [[0.29713934020308497]], [[0.34444813894369997]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5016043656134181]], [[0.14969001757537595]], [[0.41312298002200776]]], "std": [[[0.47018330151694365]], [[0.26405011605310535]], [[0.4220724918849869]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2867330386892967]], [[0.35987325076058263]], [[0.45949708004675144]]], "std": [[[0.37668528587317646]], [[0.3338961364279195]], [[0.4705981506436709]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5381095359658176]], [[0.39835503466459593]], [[0.3444598780519697]]], "std": [[[0.43055247460755447]], [[0.36113607958852656]], [[0.3770157416857176]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5973901874282082]], [[0.534752624403956]], [[0.45384386682411415]]], "std": [[[0.34682022182554956]], [[0.3868705269883598]], [[0.42363967893819865]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.62], "mean": [4.3100000000000005], "std": [2.49414648059545], "count": [432]}, "frame_index": {"min": [0], "max": [431], "mean": [215.5], "std": [124.70732402977247], "count": [432]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [432]}, "index": {"min": [2505], "max": [2936], "mean": [2720.5], "std": [124.70732402977247], "count": [432]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [432]}}} +{"episode_index": 10, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17984746396541595, 0.004667841829359531, 0.025464791804552078, -2.972010374069214, -1.5707963705062866, 1.0471975803375244, 1.121878743171692, -4.150099277496338, 0.4014691114425659, -2.481858253479004, 0.0, -0.33170732855796814, 0.0, 0.0, -0.33170732855796814, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17984746396541595, 0.10904856026172638, 0.5948999524116516, -0.7853981852531433, -1.4109054803848267, 2.0824766159057617, 1.6733500957489014, 0.0, 1.0471975803375244, 1.3007594347000122, 0.33170732855796814, 0.0, 0.33170732855796814, 0.33170732855796814, 0.0, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17984764277935028, 0.10515503585338593, 0.573658287525177, -2.061098337173462, -1.484137773513794, 1.6626250743865967, 1.452636480331421, -2.4710912704467773, 0.6823276877403259, -0.2292477935552597, 0.0494433157145977, -0.0494433157145977, 0.0494433157145977, 0.0494433157145977, -0.0494433157145977, 0.0494433157145977, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 0.016230465844273567, 0.08854276686906815, 0.8494072556495667, 0.05770328268408775, 0.40511950850486755, 0.17829681932926178, 1.6338530778884888, 0.24418069422245026, 1.4884636402130127, 0.11572668701410294, 0.11572668701410294, 0.11572668701410294, 0.11572668701410294, 0.11572668701410294, 0.11572668701410294, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [255]}, "observation.state": {"min": [-0.9036774039268494, -0.43056321144104004, -0.0016183143015950918, 1.8432692289352417, 0.428213894367218, -0.9036774039268494, -0.001409943331964314, -0.12700584530830383, -0.0008535532397218049, -0.0019693472422659397, 0.9999976754188538, 0.7509999871253967, NaN], "max": [-0.9025589823722839, -0.428213894367218, 1.1012355116690742e-06, 1.890821933746338, 0.43056541681289673, -0.9025582671165466, 0.0, -0.11160280555486679, 1.0805363217514241e-06, 2.9139457069504715e-07, 1.0, 0.772243320941925, NaN], "mean": [-0.9035816788673401, -0.4284121096134186, -0.00013572447642218322, 1.887665033340454, 0.42841222882270813, -0.9035816192626953, -0.0001182801352115348, -0.11262832581996918, -7.165814167819917e-05, -0.00016515581228304654, 1.0, 0.752519965171814, NaN], "std": [0.0002737633476499468, 0.0005754267331212759, 0.00039672746788710356, 0.009626739658415318, 0.0005758922197856009, 0.0002739130868576467, 0.00034566421527415514, 0.0031252773478627205, 0.00020945188589394093, 0.0004827073425985873, 5.209601567912614e-07, 0.0045321364887058735, NaN], "count": [255]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1245374216031613]], [[0.1199926882144397]], [[0.10962763136101539]]], "std": [[[0.29394946858183146]], [[0.28400453505819323]], [[0.26098876067667437]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4223650246665473]], [[0.40148679365730766]], [[0.3578110134105282]]], "std": [[[0.3856568971316046]], [[0.3716374548545996]], [[0.3383909017906343]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6094550426442593]], [[0.5863238938610907]], [[0.5536136153171983]]], "std": [[[0.19160685968587685]], [[0.19759895646369285]], [[0.20717881943005154]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4538330305755215]], [[0.4370067867371291]], [[0.416735574746981]]], "std": [[[0.2696476509078797]], [[0.2684158157300796]], [[0.2674738577429007]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5682045811313821]], [[0.5376639354760406]], [[0.4876944084018478]]], "std": [[[0.24734094749337154]], [[0.24412647900605325]], [[0.23561579000928928]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961629339947737]], [[0.9961629339947737]], [[0.9961629339947737]]], "std": [[[0.018420111730493304]], [[0.018420111730493304]], [[0.018420111730493304]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5970939246599087]], [[0.5970939246599087]], [[0.5970939246599087]]], "std": [[[0.3372655141922034]], [[0.3372655141922034]], [[0.3372655141922034]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.08639881149956649]], [[0.08639881149956649]], [[0.08639881149956649]]], "std": [[[0.05885980335089472]], [[0.05885980335089472]], [[0.05885980335089472]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07237837015042671]], [[0.07237837015042671]], [[0.07237837015042671]]], "std": [[[0.10153647444709321]], [[0.10153647444709321]], [[0.10153647444709321]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03529411764705882]], [[0.03529411764705882]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09792905073523545]], [[0.09792905073523545]], [[0.09792905073523545]]], "std": [[[0.06135518716625436]], [[0.06135518716625436]], [[0.06135518716625436]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06716564640972152]], [[0.08139039396066897]], [[0.14453827723764176]]], "std": [[[0.2081605502697518]], [[0.23737347756009053]], [[0.3470255738769675]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2711909359072106]], [[0.1604645612425744]], [[0.485299085155077]]], "std": [[[0.3864882662058664]], [[0.2850330349081221]], [[0.4684988918493984]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5739277055920006]], [[0.4891257843036671]], [[0.49039082647182874]]], "std": [[[0.4161387819114459]], [[0.3831643598048012]], [[0.38194178508551196]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6502901861541442]], [[0.5009951042418951]], [[0.6339157830363088]]], "std": [[[0.34830347415718965]], [[0.404929784866158]], [[0.42033510891213255]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5799723595193694]], [[0.6189524646765788]], [[0.5029646567973655]]], "std": [[[0.43463289999290927]], [[0.3786149375543595]], [[0.34311872109741803]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.08], "mean": [2.54], "std": [1.4722318657965079], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [255]}, "index": {"min": [2937], "max": [3191], "mean": [3064.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [255]}}} +{"episode_index": 11, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.020647259429097176, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -1.0861648321151733, -1.834439754486084, 0.21549101173877716, -2.949535846710205, 0.0, -0.37560975551605225, 0.0, 0.0, -0.37560975551605225, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8446339964866638, 0.6848427653312683, -0.4206012487411499, 0.38927438855171204, 3.7198472023010254, 1.5707963705062866, 0.0, 1.0471975803375244, -2.1591262817382812, 0.37560975551605225, 0.0, 0.37560975551605225, 0.37560975551605225, 0.0, 0.37560975551605225, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975135922431946, 0.8176707625389099, 0.662981390953064, -0.6178163290023804, -0.08863327652215958, 3.06380558013916, -0.42813506722450256, -1.1419849395751953, 0.40196582674980164, -2.583608865737915, 0.12471795827150345, -0.12471795827150345, 0.12471795827150345, 0.12471795827150345, -0.12471795827150345, 0.12471795827150345, -2.3562002182006836, 1.5707995891571045, -1.0472019910812378, -1.5707995891571045, 0.0, -1.0472019910812378, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.3709068298339844e-06, 0.11955924332141876, 0.09694056957960129, 0.10850846022367477, 0.6839090585708618, 0.8913629055023193, 0.8904430866241455, 0.577082633972168, 0.29470354318618774, 0.2251587212085724, 0.17542362213134766, 0.17542362213134766, 0.17542362213134766, 0.17542362213134766, 0.17542362213134766, 0.17542362213134766, 5.7220458984375e-06, 3.2186508178710938e-06, 4.410743713378906e-06, 3.2186508178710938e-06, 0.0, 4.410743713378906e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [408]}, "observation.state": {"min": [0.32748666405677795, -0.9448068737983704, -0.00962140690535307, 2.113274574279785, 0.9396476745605469, 0.3275154232978821, -0.0021366600412875414, -0.2723541855812073, -1.2790918844984844e-05, -0.008586684241890907, 0.9999524354934692, 0.7508965730667114, NaN], "max": [0.34214362502098083, -0.9396476745605469, 7.79597755240502e-08, 2.128547191619873, 0.9448445439338684, 0.34214362502098083, 6.030700751580298e-05, -0.2256675809621811, 0.004896804690361023, 0.0, 1.0, 0.7803446054458618, NaN], "mean": [0.33907243609428406, -0.9407368898391724, -0.0020326843950897455, 2.1156959533691406, 0.9407438635826111, 0.3390773832798004, -0.00035459204809740186, -0.23359836637973785, 0.0010064630769193172, -0.0018011349020525813, 0.9999921917915344, 0.7539195418357849, NaN], "std": [0.005136557854712009, 0.0018156081205233932, 0.003392566693946719, 0.004246544558554888, 0.001827093306928873, 0.005127443000674248, 0.000680874043609947, 0.013937068171799183, 0.0016989066498354077, 0.003014514222741127, 1.5137596165004652e-05, 0.006603697314858437, NaN], "count": [408]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09515413826007131]], [[0.0933937963817927]], [[0.08947490731185262]]], "std": [[[0.23724057970226212]], [[0.23412610464925032]], [[0.2247905711941818]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29709911747606604]], [[0.29050488335274605]], [[0.2762661881550951]]], "std": [[[0.31408501778054976]], [[0.3133684067761403]], [[0.30250290144551467]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.764175784605419]], [[0.7583054226170479]], [[0.7163594174443486]]], "std": [[[0.16180391594416405]], [[0.16195930007920326]], [[0.16417202743708972]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3075665956543692]], [[0.30171453727005665]], [[0.28232837722483406]]], "std": [[[0.26153888755328736]], [[0.26069460168039743]], [[0.24945943199932047]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3990936778938517]], [[0.3875038607488411]], [[0.372450268928063]]], "std": [[[0.27138319418794826]], [[0.28315859369552776]], [[0.28599581677806596]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958887353306631]], [[0.9958887353306631]], [[0.9958887353306631]]], "std": [[[0.01904784547387967]], [[0.01904784547387967]], [[0.01904784547387967]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6028075526506899]], [[0.6028075526506899]], [[0.6028075526506899]]], "std": [[[0.33667426751636625]], [[0.33667426751636625]], [[0.33667426751636625]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.07177834909484467]], [[0.07177834909484467]], [[0.07177834909484467]]], "std": [[[0.06106549012121327]], [[0.06106549012121327]], [[0.06106549012121327]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12066760947393904]], [[0.12066760947393904]], [[0.12066760947393904]]], "std": [[[0.27833290523051973]], [[0.27833290523051973]], [[0.27833290523051973]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19034526728854395]], [[0.19034526728854395]], [[0.19034526728854395]]], "std": [[[0.2687180798115328]], [[0.2687180798115328]], [[0.2687180798115328]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.033327027387679536]], [[0.09899959967571721]], [[0.11132350828912667]]], "std": [[[0.13490434088928824]], [[0.27995795225701176]], [[0.2799323174769181]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22193788335073436]], [[0.31005683129583694]], [[0.4530891221096352]]], "std": [[[0.3108992619552722]], [[0.36067976851038186]], [[0.4762502934827456]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6345905165390255]], [[0.8879538601118092]], [[0.17275514973268127]]], "std": [[[0.2054069846702669]], [[0.27565767451272327]], [[0.23281216683969883]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7565863054226171]], [[0.5712995746638315]], [[0.19159459153176678]]], "std": [[[0.3729764123058692]], [[0.3205400663878338]], [[0.2801802487559131]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5071024219954388]], [[0.630463983219908]], [[0.42599597664037403]]], "std": [[[0.38692879888392817]], [[0.4100868077087487]], [[0.40475101037012157]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.14], "mean": [4.07], "std": [2.355582022912101], "count": [408]}, "frame_index": {"min": [0], "max": [407], "mean": [203.5], "std": [117.77910114560505], "count": [408]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [408]}, "index": {"min": [3192], "max": [3599], "mean": [3395.5], "std": [117.77910114560505], "count": [408]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [408]}}} +{"episode_index": 12, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12261849641799927, 0.025464791804552078, 0.0060009644366800785, -2.590003490447998, -1.5707963705062866, -1.5566401481628418, 0.6223287582397461, -1.5568723678588867, -1.3531010150909424, -3.824892520904541, 0.0, -0.6585366129875183, 0.0, 0.0, -0.6585366129875183, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12261849641799927, 1.4679714441299438, 0.34593820571899414, -0.7853981852531433, -0.7629070281982422, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.6585366129875183, 0.0, 0.6585366129875183, 0.6585366129875183, 0.0, 0.6585366129875183, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12261831015348434, 1.2988340854644775, 0.3060801327228546, -1.6928741931915283, -1.2153469324111938, -0.2575087547302246, 1.1125694513320923, -0.7733493447303772, -0.1407095491886139, -3.144289255142212, 0.07973024249076843, -0.07973024249076843, 0.07973024249076843, 0.07973024249076843, -0.07973024249076843, 0.07973024249076843, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.862645149230957e-07, 0.3687177300453186, 0.08689095824956894, 0.7751137018203735, 0.3283231854438782, 1.1222293376922607, 0.391544908285141, 0.6683749556541443, 1.0197831392288208, 0.5679920315742493, 0.20057439804077148, 0.20057439804077148, 0.20057439804077148, 0.20057439804077148, 0.20057439804077148, 0.20057439804077148, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [198]}, "observation.state": {"min": [-0.9624509215354919, 0.2714557945728302, -5.9953549680358265e-06, 1.8316317796707153, -0.27190256118774414, -0.9624509215354919, 0.0, -0.188395693898201, -5.631960902974242e-06, -2.9872689992771484e-05, 0.9999985694885254, 0.7509999871253967, NaN], "max": [-0.9623233079910278, 0.2719029188156128, 0.0016239944379776716, 1.8717210292816162, -0.2714557945728302, -0.9623246788978577, 0.00042928612674586475, -0.17997361719608307, 0.0016795340925455093, 2.1177272628847277e-06, 1.0, 0.7996650338172913, NaN], "mean": [-0.9624434113502502, 0.2714776396751404, 7.593424379592761e-05, 1.833322286605835, -0.2714776396751404, -0.9624434113502502, 2.0105013391003013e-05, -0.18030627071857452, 7.854011346353218e-05, -1.2920501148983021e-06, 1.0, 0.7531154155731201, NaN], "std": [2.398489414190408e-05, 8.407055429415777e-05, 0.00030547776259481907, 0.006784910801798105, 8.401532977586612e-05, 2.3766606318531558e-05, 8.077230449998751e-05, 0.0013688841136172414, 0.00031592961749993265, 5.412945029092953e-06, 2.4174437385227066e-07, 0.008412772789597511, NaN], "count": [198]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.12819848574154877]], [[0.12460968382428378]], [[0.11892216207299582]]], "std": [[[0.2992765322579265]], [[0.291327058991127]], [[0.2788307584091943]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45221632665925027]], [[0.43733719709969415]], [[0.4147966801918606]]], "std": [[[0.39175508293556405]], [[0.38143142369922334]], [[0.3656190673514704]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7380847534116414]], [[0.7314492423007984]], [[0.7197626968847797]]], "std": [[[0.2085490166304267]], [[0.20928178000249062]], [[0.21272674562607538]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6338180891589904]], [[0.6271386215031137]], [[0.6187121574528379]]], "std": [[[0.2690565241159528]], [[0.2699797457316571]], [[0.2717085435288141]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.628368632279012]], [[0.6043970760904478]], [[0.5714898366583048]]], "std": [[[0.2606577462571014]], [[0.25951594745947915]], [[0.25897032099969347]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964619916568933]], [[0.9964619916568933]], [[0.9964619916568933]]], "std": [[[0.017424007059951865]], [[0.017424007059951865]], [[0.017424007059951865]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5863863364024862]], [[0.5863863364024862]], [[0.5863863364024862]]], "std": [[[0.33443873679989405]], [[0.33443873679989405]], [[0.33443873679989405]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.087004883688026]], [[0.087004883688026]], [[0.087004883688026]]], "std": [[[0.06134072617242691]], [[0.06134072617242691]], [[0.06134072617242691]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08548492145396169]], [[0.08548492145396169]], [[0.08548492145396169]]], "std": [[[0.198448811993237]], [[0.198448811993237]], [[0.198448811993237]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19014483558205608]], [[0.19014483558205608]], [[0.19014483558205608]]], "std": [[[0.254844662856003]], [[0.254844662856003]], [[0.254844662856003]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13972593678899692]], [[0.060016592335097575]], [[0.03071875978598409]]], "std": [[[0.34200169033804023]], [[0.17115298351306515]], [[0.12083024378386423]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41983099341443086]], [[0.33199926774854804]], [[0.1602693210111239]]], "std": [[[0.4669694013122802]], [[0.38276339237787826]], [[0.2668775588822808]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8745661269329728]], [[0.6801850329680793]], [[0.19949345902308804]]], "std": [[[0.28601744860625505]], [[0.2591350877677181]], [[0.2541635684966268]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7364434211699795]], [[0.4922975207387425]], [[0.2316299072414438]]], "std": [[[0.3651682823693099]], [[0.3524143156332655]], [[0.28784848948333314]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5255738135615383]], [[0.4948841104787731]], [[0.48070631285242116]]], "std": [[[0.4311472231524494]], [[0.3711971627413436]], [[0.4206601363765894]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.94], "mean": [1.9699999999999998], "std": [1.1431389533502332], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [198]}, "index": {"min": [3600], "max": [3797], "mean": [3698.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [198]}}} +{"episode_index": 13, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40871408581733704, 0.025464791804552078, 0.020678972825407982, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, -1.6972497701644897, -2.2250454425811768, -3.399951696395874, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40871408581733704, 1.241491436958313, 1.0081672668457031, 1.5712369680404663, 0.03598687797784805, 2.8052470684051514, 2.578773021697998, 0.0, 1.0471975803375244, -2.481858253479004, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40871426463127136, 1.1612646579742432, 0.9430190920829773, 0.6614658832550049, -0.585601270198822, 2.1073215007781982, 2.1995339393615723, -1.012908935546875, -1.0035568475723267, -3.0265190601348877, 0.07398923486471176, -0.07398923486471176, 0.07398923486471176, 0.07398923486471176, -0.07398923486471176, 0.07398923486471176, -2.3561997413635254, 1.5707991123199463, -1.04719877243042, -1.5707991123199463, 0.0, -1.04719877243042, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 0.24392102658748627, 0.19807924330234528, 0.9429208040237427, 0.642245888710022, 0.693882942199707, 0.40267476439476013, 0.6442273855209351, 1.314954161643982, 0.34630087018013, 0.14120618999004364, 0.14120618999004364, 0.14120618999004364, 0.14120618999004364, 0.14120618999004364, 0.14120618999004364, 5.245208740234375e-06, 2.7418136596679688e-06, 1.1920928955078125e-06, 2.7418136596679688e-06, 0.0, 1.1920928955078125e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [298]}, "observation.state": {"min": [0.09319017082452774, -0.9956483244895935, -0.007593635935336351, 1.989952564239502, 0.9941561818122864, 0.09319017082452774, -0.0063261729665100574, -0.38054028153419495, -3.5372099915775834e-08, -0.006881991401314735, 0.9999515414237976, 0.7509999871253967, NaN], "max": [0.10771797597408295, -0.9941530227661133, 5.78485277458185e-08, 2.029714822769165, 0.9956483244895935, 0.10776612907648087, 3.011222560189708e-08, -0.35745570063591003, 0.007093267980962992, 5.47906253700603e-08, 1.0, 0.7906479835510254, NaN], "mean": [0.09502869844436646, -0.995464026927948, -0.0009524010238237679, 2.026059865951538, 0.9954647421836853, 0.09503354877233505, -0.0008007495198398829, -0.36028167605400085, 0.0008961661369539797, -0.0008632123935967684, 0.9999951720237732, 0.7550402879714966, NaN], "std": [0.004240056034177542, 0.0004312724049668759, 0.0022035848814994097, 0.00907169934362173, 0.00043043249752372503, 0.004252249374985695, 0.001846778322942555, 0.006511978805065155, 0.0020683796610683203, 0.001997048733755946, 1.2535681889858097e-05, 0.009728262200951576, NaN], "count": [298]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08524373043222282]], [[0.079076634942476]], [[0.07438803157800859]]], "std": [[[0.21391504807035783]], [[0.20245408901579245]], [[0.19292477869584163]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26712361437170884]], [[0.24584983480755934]], [[0.23019184451592614]]], "std": [[[0.28892524060179803]], [[0.27743807202150333]], [[0.26818791962325406]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6451161952965585]], [[0.6288669682845266]], [[0.6072321149929827]]], "std": [[[0.2497647814170573]], [[0.2515399179734108]], [[0.24943234871515568]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3810611678069538]], [[0.36865044045729506]], [[0.3578178048415768]]], "std": [[[0.2858411539723424]], [[0.28903318433865843]], [[0.2894243185171209]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4367500132435588]], [[0.4266078706302123]], [[0.41468731723050695]]], "std": [[[0.26878863202691017]], [[0.2775300958581991]], [[0.2829789220298866]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9947623622753707]], [[0.9947623622753707]], [[0.9947623622753707]]], "std": [[[0.022364162005099112]], [[0.022364162005099112]], [[0.022364162005099112]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6068746086444564]], [[0.6068746086444564]], [[0.6068746086444564]]], "std": [[[0.33948653417477337]], [[0.33948653417477337]], [[0.33948653417477337]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13636486909664175]], [[0.13636486909664175]], [[0.13636486909664175]]], "std": [[[0.12658008803734028]], [[0.12658008803734028]], [[0.12658008803734028]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1730027083915882]], [[0.1730027083915882]], [[0.1730027083915882]]], "std": [[[0.30928638876360687]], [[0.30928638876360687]], [[0.30928638876360687]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10195182563295829]], [[0.10195182563295829]], [[0.10195182563295829]]], "std": [[[0.10627208402540941]], [[0.10627208402540941]], [[0.10627208402540941]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07607101095627883]], [[0.09849078147725696]], [[0.07641280742658542]]], "std": [[[0.24635201058963244]], [[0.28457598833700226]], [[0.20027415313590874]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49542501899361024]], [[0.1998059842109957]], [[0.17088606583155133]]], "std": [[[0.4700052728099599]], [[0.3146267172571743]], [[0.267948240972776]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.770777398911413]], [[0.5373785934468859]], [[0.3164170775522685]]], "std": [[[0.37199866272957754]], [[0.26864098661066704]], [[0.35622621768534074]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44971444473278527]], [[0.6809592909767443]], [[0.3497262667044862]]], "std": [[[0.4049690609381516]], [[0.3933111796774419]], [[0.3635608558798188]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5304540562505909]], [[0.6461049292190457]], [[0.43803575559699615]]], "std": [[[0.3975161553101747]], [[0.41020242061161216]], [[0.38627484762794634]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.94], "mean": [2.9699999999999998], "std": [1.7204941150727602], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [298]}, "index": {"min": [3798], "max": [4095], "mean": [3946.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [298]}}} +{"episode_index": 14, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23701244592666626, 0.025464791804552078, 0.005207445006817579, -1.302445888519287, -1.5718799829483032, -0.9241575598716736, -1.7473938465118408, 0.0, -2.1411190032958984, -2.481858253479004, 0.0, -0.3658536672592163, 0.0, 0.0, -0.3658536672592163, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23701244592666626, 1.8680747747421265, 0.38201361894607544, -0.7069811224937439, -0.16322839260101318, 1.3017947673797607, 1.5707963705062866, 3.149360418319702, 1.0471975803375244, -0.5831098556518555, 0.3658536672592163, 0.0, 0.3658536672592163, 0.3658536672592163, 0.0, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23701219260692596, 1.6892728805541992, 0.345449298620224, -0.9416059255599976, -0.9416883587837219, 0.22106467187404633, -0.31201523542404175, 1.6158064603805542, -0.6925995349884033, -1.5925182104110718, 0.04764761030673981, -0.04764761030673981, 0.04764761030673981, 0.04764761030673981, -0.04764761030673981, 0.04764761030673981, -2.3561997413635254, 1.5707992315292358, -1.047199010848999, -1.5707992315292358, 0.0, -1.047199010848999, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.5331974029541016e-07, 0.4355470836162567, 0.08906788378953934, 0.2098151594400406, 0.5969955325126648, 0.8893314599990845, 1.375374674797058, 1.2628533840179443, 1.2680721282958984, 0.7182904481887817, 0.12050524353981018, 0.12050524353981018, 0.12050524353981018, 0.12050524353981018, 0.12050524353981018, 0.12050524353981018, 5.245208740234375e-06, 2.86102294921875e-06, 1.430511474609375e-06, 2.86102294921875e-06, 0.0, 1.430511474609375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [304]}, "observation.state": {"min": [0.7939563393592834, 0.6071239709854126, -0.003115573897957802, 1.5532488822937012, -0.6079747676849365, 0.7939563393592834, -2.879595797367074e-07, -0.23832909762859344, -0.0, 0.0, 0.9999949932098389, 0.7509999871253967, NaN], "max": [0.7946011424064636, 0.6079747676849365, 0.0, 1.5580294132232666, -0.6071255207061768, 0.7946057915687561, 0.0005245545180514455, -0.1984287053346634, 0.0027941043954342604, 0.0014747673412784934, 1.0, 0.8007508516311646, NaN], "mean": [0.7940033078193665, 0.6079117655754089, -0.00022514555894304067, 1.5535171031951904, -0.6079118847846985, 0.7940035462379456, 3.8056052289903164e-05, -0.20067864656448364, 0.0002019833482336253, 0.00010649659088812768, 1.0, 0.7539627552032471, NaN], "std": [0.00014736145385541022, 0.00019420393800828606, 0.0007146688876673579, 0.0008945607696659863, 0.00019389454973861575, 0.00014829661813564599, 0.0001206572778755799, 0.007487412076443434, 0.0006410795031115413, 0.0003381225687917322, 1.047235286932846e-06, 0.009688806720077991, NaN], "count": [304]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09504204343753164]], [[0.08912872806179345]], [[0.06968684180351117]]], "std": [[[0.2316846938287254]], [[0.21797702887011916]], [[0.17477010662852108]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31403948525136943]], [[0.2917486003737701]], [[0.2358757090333141]]], "std": [[[0.30268547072524743]], [[0.2864744463627093]], [[0.252192976658603]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4113761311507948]], [[0.3903988959901186]], [[0.3000243574191757]]], "std": [[[0.3362040088950378]], [[0.31662306311316946]], [[0.24565526063698545]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5557795440326535]], [[0.5217730650825358]], [[0.44119285773199196]]], "std": [[[0.2957381744471721]], [[0.2978042105115085]], [[0.30641814843021686]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.528538102892058]], [[0.47604954767379404]], [[0.38694512204526144]]], "std": [[[0.24815520857016088]], [[0.26131551101157074]], [[0.28621166246716023]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962610342314143]], [[0.9962610342314143]], [[0.9962610342314143]]], "std": [[[0.017881524907293292]], [[0.017881524907293292]], [[0.017881524907293292]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5927460475520874]], [[0.5927460475520874]], [[0.5927460475520874]]], "std": [[[0.33587453636773523]], [[0.33587453636773523]], [[0.33587453636773523]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40222344264130877]], [[0.40222344264130877]], [[0.40222344264130877]]], "std": [[[0.3948032309550362]], [[0.3948032309550362]], [[0.3948032309550362]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16172596092915467]], [[0.16172596092915467]], [[0.16172596092915467]]], "std": [[[0.28713306287239254]], [[0.28713306287239254]], [[0.28713306287239254]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1568885361743617]], [[0.1568885361743617]], [[0.1568885361743617]]], "std": [[[0.17644652759772889]], [[0.17644652759772889]], [[0.17644652759772889]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10099059137351463]], [[0.07707076217854196]], [[0.10456175085881965]]], "std": [[[0.28906497006936327]], [[0.24587479618190397]], [[0.2702043179054908]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4620883972343426]], [[0.3217139485184314]], [[0.20731835168320603]]], "std": [[[0.42943323135982064]], [[0.366502986625781]], [[0.3506998705323712]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1386378862341421]], [[0.5274178949648325]], [[0.4620163227700026]]], "std": [[[0.22648787487890062]], [[0.44302562404429063]], [[0.3941783809731973]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5056436926126423]], [[0.6007581256776846]], [[0.3452419883175048]]], "std": [[[0.4029047254784755]], [[0.4198837154357783]], [[0.34342304782256644]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31728482368632277]], [[0.7011738621100777]], [[0.4969833613962667]]], "std": [[[0.27028625487233204]], [[0.41138701671723166]], [[0.4160838522992048]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.06], "mean": [3.03], "std": [1.755135322418189], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [304]}, "index": {"min": [4096], "max": [4399], "mean": [4247.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [304]}}} +{"episode_index": 15, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968695640563965, 0.025464791804552078, 0.015836535021662712, -2.539947748184204, -1.5707964897155762, -1.571599006652832, -1.670095682144165, 0.0, -1.9010589122772217, -2.481858253479004, 0.0, -0.5317073464393616, 0.0, 0.0, -0.5317073464393616, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968695640563965, 1.0089720487594604, 0.6274789571762085, -0.7853981852531433, -0.9151738286018372, 1.0471975803375244, 1.5707964897155762, 3.774784564971924, 1.0471975803375244, -2.07016921043396, 0.5317073464393616, 0.0, 0.5317073464393616, 0.5317073464393616, 0.0, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968716502189636, 0.9449679255485535, 0.5876744389533997, -1.738505482673645, -1.1914589405059814, -0.40473702549934387, -0.20398038625717163, 2.1065680980682373, -0.5993637442588806, -2.2533884048461914, 0.06602025032043457, -0.06602025032043457, 0.06602025032043457, 0.06602025032043457, -0.06602025032043457, 0.06602025032043457, -2.3561995029449463, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 0.1964167058467865, 0.12215038388967514, 0.7240539789199829, 0.26232683658599854, 1.0715116262435913, 1.3207226991653442, 1.553565263748169, 1.2014650106430054, 0.16687148809432983, 0.1680939495563507, 0.1680939495563507, 0.1680939495563507, 0.1680939495563507, 0.1680939495563507, 0.1680939495563507, 5.0067901611328125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [246]}, "observation.state": {"min": [-0.9700283408164978, 0.24299170076847076, -0.0015113421250134706, 2.090108871459961, -0.24433302879333496, -0.9700283408164978, -0.001602429081685841, -0.23655590415000916, -0.0018570636166259646, -0.0011845880653709173, 0.9999975562095642, 0.7509999871253967, NaN], "max": [-0.9696896076202393, 0.24433541297912598, 0.0, 2.139599084854126, -0.24299170076847076, -0.9696900844573975, 0.0, -0.23532527685165405, 0.0, 0.0, 1.0, 0.7781160473823547, NaN], "mean": [-0.9700102210044861, 0.2430722415447235, -9.017113916343078e-05, 2.092649459838867, -0.24307212233543396, -0.9700102806091309, -9.551535913487896e-05, -0.23647628724575043, -0.0001107563657569699, -7.061900396365672e-05, 1.0, 0.7523377537727356, NaN], "std": [7.11835382389836e-05, 0.00028250922332517803, 0.0003179267805535346, 0.009093645960092545, 0.00028207723516970873, 7.110158912837505e-05, 0.00033680975320748985, 0.0002681511687114835, 0.0003905055345967412, 0.00024904549354687333, 4.630698811070033e-07, 0.004848400130867958, NaN], "count": [246]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13203824739772452]], [[0.12960666161064474]], [[0.12661798133295246]]], "std": [[[0.3127672727632315]], [[0.30802041357930704]], [[0.30216409474337835]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45468048690698193]], [[0.4408596041952912]], [[0.42463218513355205]]], "std": [[[0.4153339373073473]], [[0.4101573727457434]], [[0.4039482242859962]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03137254901960784]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6789806979321943]], [[0.6631536179055596]], [[0.649727538086128]]], "std": [[[0.16995180064364243]], [[0.18252608430615827]], [[0.19455336177671803]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3519671613387327]], [[0.33940833546236115]], [[0.32923200233891303]]], "std": [[[0.3305855454112717]], [[0.3261961805661802]], [[0.3238456284306422]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5256966668477179]], [[0.5029602485363354]], [[0.48080964882105504]]], "std": [[[0.32141135865323284]], [[0.3261710239153359]], [[0.33013459188318733]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951090887023392]], [[0.9951090887023392]], [[0.9951090887023392]]], "std": [[[0.02113873635526834]], [[0.02113873635526834]], [[0.02113873635526834]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5962551789020385]], [[0.5962551789020385]], [[0.5962551789020385]]], "std": [[[0.3359322415327701]], [[0.3359322415327701]], [[0.3359322415327701]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.062098282628943645]], [[0.062098282628943645]], [[0.062098282628943645]]], "std": [[[0.05454538144824023]], [[0.05454538144824023]], [[0.05454538144824023]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4154363581621561]], [[0.4154363581621561]], [[0.4154363581621561]]], "std": [[[0.4544329822267246]], [[0.4544329822267246]], [[0.4544329822267246]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21798441618704867]], [[0.21798441618704867]], [[0.21798441618704867]]], "std": [[[0.3021471231768497]], [[0.3021471231768497]], [[0.3021471231768497]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0673052462597843]], [[0.14215293728722295]], [[0.06468058212649308]]], "std": [[[0.20683054490816408]], [[0.3449391524482428]], [[0.18773820936410393]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31840453137583474]], [[0.3164226378352716]], [[0.3496443363501825]]], "std": [[[0.3211362164208697]], [[0.4244933298996992]], [[0.4431110634170683]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7764669403892333]], [[0.7345904320484734]], [[0.20662318756030848]]], "std": [[[0.360419690479361]], [[0.22646244693016454]], [[0.2769797610367118]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25678915382712025]], [[0.4575659358233906]], [[0.2487351992334159]]], "std": [[[0.35960320248348365]], [[0.45159814085491656]], [[0.34512534837215364]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36595557272188994]], [[0.48617197984833277]], [[0.5716946632146241]]], "std": [[[0.39883436049585924]], [[0.3920243238783099]], [[0.43210027995211947]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.9], "mean": [2.45], "std": [1.420269927396432], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [246]}, "index": {"min": [4400], "max": [4645], "mean": [4522.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [246]}}} +{"episode_index": 16, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997459948062897, 0.025464791804552078, 0.010546542704105377, -4.7370991706848145, -1.5707963705062866, 1.0471975803375244, -1.1124322414398193, -0.7902714014053345, 0.472716748714447, -2.481858253479004, 0.0, -0.6926829218864441, 0.0, 0.0, -0.6926829218864441, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997459948062897, 1.7235230207443237, 0.713817298412323, -0.7853981852531433, 0.22925038635730743, 2.409925937652588, 1.8669722080230713, 0.1770058572292328, 2.225550651550293, 3.58304762840271, 0.6926829218864441, 0.0, 0.6926829218864441, 0.6926829218864441, 0.0, 0.6926829218864441, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997439980506897, 1.624508261680603, 0.6728110313415527, -3.2806878089904785, -0.7765253186225891, 1.658642292022705, 0.07027699053287506, -0.2609538733959198, 1.5060285329818726, 0.8526618480682373, 0.0838731899857521, -0.0838731899857521, 0.0838731899857521, 0.0838731899857521, -0.0838731899857521, 0.0838731899857521, -2.3562002182006836, 1.570799708366394, -1.0472030639648438, -1.570799708366394, 0.0, -1.0472030639648438, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.996755599975586e-06, 0.3215571641921997, 0.13317613303661346, 1.358359932899475, 0.593750536441803, 0.3987065553665161, 1.1505722999572754, 0.307817667722702, 0.613869845867157, 2.2518796920776367, 0.21940182149410248, 0.21940182149410248, 0.21940182149410248, 0.21940182149410248, 0.21940182149410248, 0.21940182149410248, 5.7220458984375e-06, 3.337860107421875e-06, 5.4836273193359375e-06, 3.337860107421875e-06, 0.0, 5.4836273193359375e-06, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [467]}, "observation.state": {"min": [-0.5759556293487549, -0.8180068731307983, 0.0, 1.8996851444244385, 0.8174809813499451, -0.5759556293487549, 0.0, -0.13877178728580475, -0.000899158010724932, 0.0, 0.9999972581863403, 0.7509999871253967, NaN], "max": [-0.5752071142196655, -0.8174809813499451, 0.001255418872460723, 1.9456661939620972, 0.8180072903633118, -0.5752044320106506, 0.0019803389441221952, -0.11914141476154327, 0.0, 0.002165706129744649, 1.0, 0.7714255452156067, NaN], "mean": [-0.5759062767028809, -0.8175118565559387, 8.26492760097608e-05, 1.9020274877548218, 0.8175118565559387, -0.5759061574935913, 0.00013045033847447485, -0.12020913511514664, -5.914221401326358e-05, 0.00014265472418628633, 1.0, 0.7519278526306152, NaN], "std": [0.0001634912332519889, 0.00011500205437187105, 0.00027596435393206775, 0.008232970722019672, 0.00011508876195875928, 0.00016400615277234465, 0.00043547205859795213, 0.0036766775883734226, 0.00019747915212064981, 0.00047622917918488383, 5.502539579538279e-07, 0.0033727516420185566, NaN], "count": [467]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1186321395354763]], [[0.11678315768015766]], [[0.10531367385708088]]], "std": [[[0.2827610490064481]], [[0.27813470755636444]], [[0.25409536253298043]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3968406863583298]], [[0.3833894404244376]], [[0.34066977001805815]]], "std": [[[0.3799808913686873]], [[0.370477550966274]], [[0.34491199312441795]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.47433495810006227]], [[0.47949485110551865]], [[0.4385884699900958]]], "std": [[[0.3699173426876723]], [[0.37299991230110835]], [[0.3430445760531384]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.408161445351712]], [[0.40443605037514474]], [[0.3589396033369745]]], "std": [[[0.2839992960205177]], [[0.28118108182996865]], [[0.27000356138481085]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6090439666034329]], [[0.5906234906534003]], [[0.536402474097946]]], "std": [[[0.2715942126161659]], [[0.27315157922527555]], [[0.28877361733040535]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953593309421166]], [[0.9953593309421166]], [[0.9953593309421166]]], "std": [[[0.020650741271043088]], [[0.020650741271043088]], [[0.020650741271043088]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6114806405993197]], [[0.6114806405993197]], [[0.6114806405993197]]], "std": [[[0.3404013981274421]], [[0.3404013981274421]], [[0.3404013981274421]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3926219631178623]], [[0.3926219631178623]], [[0.3926219631178623]]], "std": [[[0.3926235045041744]], [[0.3926235045041744]], [[0.3926235045041744]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11468183205021688]], [[0.11468183205021688]], [[0.11468183205021688]]], "std": [[[0.24018048791614874]], [[0.24018048791614874]], [[0.24018048791614874]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11938592534924439]], [[0.11938592534924439]], [[0.11938592534924439]]], "std": [[[0.1351381854619676]], [[0.1351381854619676]], [[0.1351381854619676]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09852309576065302]], [[0.07862684613532839]], [[0.06895825294996082]]], "std": [[[0.28577229061276105]], [[0.241857609502668]], [[0.21933221542619033]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35130074143812307]], [[0.43413065860385397]], [[0.18272919503973403]]], "std": [[[0.4478473091410204]], [[0.45239298335878947]], [[0.30107567753514836]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34330090505474786]], [[0.3696855275060334]], [[0.4320787022787638]]], "std": [[[0.34125108829481493]], [[0.43393899314897394]], [[0.45891567324242616]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42491185690787375]], [[0.5935235390007718]], [[0.5070450810740492]]], "std": [[[0.4039009756223677]], [[0.3658586574856451]], [[0.43263860252105246]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.657895514691633]], [[0.47923853761606555]], [[0.46591683447429105]]], "std": [[[0.35221079715420833]], [[0.39155949922646266]], [[0.4104635190032917]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.32], "mean": [4.659999999999999], "std": [2.696219575628068], "count": [467]}, "frame_index": {"min": [0], "max": [466], "mean": [233.0], "std": [134.8109787814034], "count": [467]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [467]}, "index": {"min": [4646], "max": [5112], "mean": [4879.0], "std": [134.8109787814034], "count": [467]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [467]}}} +{"episode_index": 17, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.021866891533136368, 0.025464791804552078, -1.4122892618179321, -1.5707963705062866, -3.2365641593933105, -1.7481849193572998, -3.5412609577178955, -2.175583839416504, -3.282287359237671, 0.0, -0.3268292546272278, 0.0, 0.0, -0.3268292546272278, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.2691095173358917, 0.31338781118392944, 1.8073842525482178, 1.9540070295333862, 2.0582478046417236, 1.5707963705062866, 0.22397978603839874, 1.0471975803375244, -2.007075548171997, 0.3268292546272278, 0.0, 0.3268292546272278, 0.3268292546272278, 0.0, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00024999931338243186, 0.2655016779899597, 0.3091852366924286, 0.2589312493801117, 0.2539438009262085, -0.9377237558364868, -0.2899056673049927, -2.1805481910705566, -1.1404916048049927, -2.711582660675049, 0.019674567505717278, -0.019674567505717278, 0.019674567505717278, 0.019674567505717278, -0.019674567505717278, 0.019674567505717278, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.984919309616089e-10, 0.02474324032664299, 0.028814425691962242, 1.0895624160766602, 1.3600229024887085, 2.0223300457000732, 1.1331117153167725, 1.5035890340805054, 0.9827656745910645, 0.4132250249385834, 0.07517435401678085, 0.07517435401678085, 0.07517435401678085, 0.07517435401678085, 0.07517435401678085, 0.07517435401678085, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [350]}, "observation.state": {"min": [0.8691527247428894, -0.49454373121261597, -2.6583759193954393e-08, 1.3165265321731567, 0.4944462180137634, 0.8691527247428894, -0.0002911031187977642, -0.3654225766658783, 0.0, 0.0, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.8692082166671753, -0.4944462180137634, 5.014987982576713e-05, 1.3265736103057861, 0.49454373121261597, 0.8692082166671753, 0.0, -0.31705042719841003, 0.00010075437603518367, 0.00027759867953136563, 1.0, 0.778693437576294, NaN], "mean": [0.8692033290863037, -0.49444860219955444, 1.431669602425245e-06, 1.3167985677719116, 0.49444860219955444, 0.8692033290863037, -8.346814865944907e-06, -0.3182758092880249, 2.8833496799052227e-06, 7.962745257827919e-06, 1.0, 0.7517167329788208, NaN], "std": [8.893832273315638e-06, 1.4521818229695782e-05, 7.453340458596358e-06, 0.0013889286201447248, 1.4521333469019737e-05, 8.896520739654079e-06, 4.341490057413466e-05, 0.006411593873053789, 1.4996971003711224e-05, 4.141855242778547e-05, 7.804080048856576e-09, 0.0037126855459064245, NaN], "count": [350]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0959056884270072]], [[0.09589550664491371]], [[0.09455800376988796]]], "std": [[[0.23383919073425907]], [[0.23375060548655352]], [[0.23140186664830772]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31382393241828727]], [[0.31550334173544936]], [[0.3085279345211632]]], "std": [[[0.3152353901795799]], [[0.31524981017248216]], [[0.31387625406211167]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5779523634220284]], [[0.5831082585491363]], [[0.5672888980085041]]], "std": [[[0.24136398868013548]], [[0.23688289107621396]], [[0.24857157830530524]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2777141201817754]], [[0.2817976384220115]], [[0.2699292747022546]]], "std": [[[0.29756485880125566]], [[0.2980217873180384]], [[0.2953000043197235]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44068627920372344]], [[0.45314655154493655]], [[0.41997238902400674]]], "std": [[[0.2309421136493872]], [[0.22344091564072732]], [[0.23661961198580617]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9946937224190316]], [[0.9946937224190316]], [[0.9946937224190316]]], "std": [[[0.022061549371642362]], [[0.022061549371642362]], [[0.022061549371642362]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5988348739447901]], [[0.5988348739447901]], [[0.5988348739447901]]], "std": [[[0.3385753479257755]], [[0.3385753479257755]], [[0.3385753479257755]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2980392156862745]], [[0.2980392156862745]], [[0.2980392156862745]]], "mean": [[[0.11610826190193597]], [[0.11610826190193597]], [[0.11610826190193597]]], "std": [[[0.07866569095386376]], [[0.07866569095386376]], [[0.07866569095386376]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37887023391142305]], [[0.37887023391142305]], [[0.37887023391142305]]], "std": [[[0.45574984269113256]], [[0.45574984269113256]], [[0.45574984269113256]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11561531049272074]], [[0.11561531049272074]], [[0.11561531049272074]]], "std": [[[0.06512668074935118]], [[0.06512668074935118]], [[0.06512668074935118]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08069463706278654]], [[0.031213863692599233]], [[0.14319157562139115]]], "std": [[[0.20812033064874508]], [[0.1295795719826823]], [[0.3450593675485468]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5162114865576202]], [[0.4673340696081449]], [[0.1254153119679526]]], "std": [[[0.4688018362380016]], [[0.44590370855326955]], [[0.24652836173638001]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6831231637554307]], [[0.5624644821165017]], [[0.3011183182893212]]], "std": [[[0.3632106466725148]], [[0.39017161508131987]], [[0.3132094226625141]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4096840630031295]], [[0.23384077688392138]], [[0.4779280288018904]]], "std": [[[0.42854669881865076]], [[0.3546027064788425]], [[0.44834610590982393]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7579321688389455]], [[0.45954274115514676]], [[0.4768551476539455]]], "std": [[[0.3340080174772087]], [[0.4099491018615139]], [[0.3683884953707523]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.98], "mean": [3.49], "std": [2.0207176942858696], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [350]}, "index": {"min": [5113], "max": [5462], "mean": [5287.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [350]}}} +{"episode_index": 18, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.498748779296875, 0.025464791804552078, 0.013522100634872913, -0.7853981852531433, -1.5707963705062866, -0.028609424829483032, 0.5487762689590454, 0.0, -0.8495208621025085, -4.701838493347168, 0.0, -0.5365853905677795, 0.0, 0.0, -0.5365853905677795, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.498748779296875, 1.4056980609893799, 0.7464420199394226, -0.7292559146881104, -0.46043241024017334, 1.0471975803375244, 1.5707963705062866, 3.0658419132232666, 1.0471975803375244, -2.481858253479004, 0.5365853905677795, 0.0, 0.5365853905677795, 0.5365853905677795, 0.0, 0.5365853905677795, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.498748779296875, 1.2788656949996948, 0.6790930032730103, -0.7733649611473083, -1.0127009153366089, 0.45629993081092834, 1.0745103359222412, 1.7221673727035522, -0.007081097923219204, -3.7207722663879395, 0.083116315305233, -0.083116315305233, 0.083116315305233, 0.083116315305233, -0.083116315305233, 0.083116315305233, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3194469213485718, 0.16962945461273193, 0.017721662297844887, 0.43661150336265564, 0.45343559980392456, 0.3921057879924774, 1.316450595855713, 0.8074315786361694, 0.9482284784317017, 0.1873237043619156, 0.1873237043619156, 0.1873237043619156, 0.1873237043619156, 0.1873237043619156, 0.1873237043619156, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [242]}, "observation.state": {"min": [-0.06718338280916214, 0.9977403879165649, -0.0005546714528463781, 1.330897331237793, -0.9978312253952026, -0.0671834796667099, -0.0, -0.297422856092453, -0.0, -0.0007440726039931178, 0.9999997019767761, 0.7509999871253967, NaN], "max": [-0.06582381576299667, 0.9978311061859131, 0.0007525159744545817, 1.3327943086624146, -0.997740626335144, -0.06582371145486832, 0.0002158146380679682, -0.2684970200061798, 0.00018115222337655723, 0.0005674352869391441, 1.0, 0.8117601275444031, NaN], "mean": [-0.06692707538604736, 0.9977594017982483, -2.4363416741834953e-05, 1.332632064819336, -0.9977594017982483, -0.06692707538604736, 1.9983661331934854e-05, -0.27043774724006653, 1.834137765399646e-05, 2.5632869437686168e-05, 1.0, 0.7548331022262573, NaN], "std": [0.00028710300102829933, 1.9176606656401418e-05, 0.0001461966458009556, 0.00046933433623053133, 1.9195640561520122e-05, 0.0002871234028134495, 5.5856093240436167e-05, 0.005939934868365526, 5.069345570518635e-05, 0.00014806422404944897, 4.533529462946717e-08, 0.011944944970309734, NaN], "count": [242]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09318882766676657]], [[0.08336303511521226]], [[0.06164844285924075]]], "std": [[[0.22839431751277373]], [[0.20813929225013728]], [[0.1572208553871559]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30793776130882566]], [[0.271982552030422]], [[0.2105616757561066]]], "std": [[[0.2962191928292319]], [[0.2716826900346815]], [[0.22603877513487414]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6920616472573092]], [[0.6378396677777846]], [[0.4535234866970967]]], "std": [[[0.22847004472011026]], [[0.23803633682979308]], [[0.2710242725352487]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5103501248247324]], [[0.45820478498160316]], [[0.40277421509282896]]], "std": [[[0.2655823720163687]], [[0.26771326351982055]], [[0.2826791595060841]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5668930705006602]], [[0.5276184285964309]], [[0.4709264080585211]]], "std": [[[0.2927937448718649]], [[0.3070734623234305]], [[0.33342070206353575]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966203229282549]], [[0.9966203229282549]], [[0.9966203229282549]]], "std": [[[0.01690815263200265]], [[0.01690815263200265]], [[0.01690815263200265]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5957495351343233]], [[0.5957495351343233]], [[0.5957495351343233]]], "std": [[[0.33486189533731336]], [[0.33486189533731336]], [[0.33486189533731336]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10233658085511145]], [[0.10233658085511145]], [[0.10233658085511145]]], "std": [[[0.1001877143930694]], [[0.1001877143930694]], [[0.1001877143930694]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08575107742217984]], [[0.08575107742217984]], [[0.08575107742217984]]], "std": [[[0.20562824543862765]], [[0.20562824543862765]], [[0.20562824543862765]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1958065273645452]], [[0.1958065273645452]], [[0.1958065273645452]]], "std": [[[0.28424655511976854]], [[0.28424655511976854]], [[0.28424655511976854]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06920679733197611]], [[0.0593994223796697]], [[0.13957906270473033]]], "std": [[[0.20013782355468931]], [[0.18134415030735668]], [[0.3421320832113565]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4467776000793943]], [[0.2020728321970695]], [[0.27023529009428743]]], "std": [[[0.44353318773330136]], [[0.33785929956244615]], [[0.37484103107362504]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2843689152553056]], [[0.44700193456542014]], [[0.6776963047453515]]], "std": [[[0.22882892597775367]], [[0.41963429147910286]], [[0.40069170223370154]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6552764644861399]], [[0.5111138778414139]], [[0.3895118739400962]]], "std": [[[0.402975411327364]], [[0.41348784073281136]], [[0.36831732718771965]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.601193815291583]], [[0.47090284726455134]], [[0.4208166347144856]]], "std": [[[0.43244067309836537]], [[0.4056261152457977]], [[0.3629361398974179]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.82], "mean": [2.41], "std": [1.397175722663402], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [242]}, "index": {"min": [5463], "max": [5704], "mean": [5583.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [242]}}} +{"episode_index": 19, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49723759293556213, 0.024255957454442978, 0.025464791804552078, -2.8564419746398926, -1.6428301334381104, 0.3723132908344269, 1.453567624092102, 0.0, 0.6505174040794373, -2.9582200050354004, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49723759293556213, 0.8739162087440491, 0.9174692034721375, -0.7853981852531433, -1.5396039485931396, 1.0471975803375244, 1.572121262550354, 0.9158597588539124, 1.0471975803375244, -2.481858253479004, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49723801016807556, 0.7940331697463989, 0.8336062431335449, -1.8985230922698975, -1.5899282693862915, 0.6931902766227722, 1.5320309400558472, 0.469740092754364, 0.8550620079040527, -2.733781337738037, 0.07683397084474564, -0.07683397084474564, 0.07683397084474564, 0.07683397084474564, -0.07683397084474564, 0.07683397084474564, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 0.19926764070987701, 0.2091977596282959, 0.8685842156410217, 0.02922162227332592, 0.2793048024177551, 0.041275959461927414, 0.383321613073349, 0.15116022527217865, 0.1997319906949997, 0.17531076073646545, 0.17531076073646545, 0.17531076073646545, 0.17531076073646545, 0.17531076073646545, 0.17531076073646545, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [155]}, "observation.state": {"min": [-0.709384560585022, 0.7048213481903076, -0.0005977203836664557, 1.672196865081787, -0.7060956954956055, -0.7093842625617981, -4.712531165296241e-08, -0.24594414234161377, 0.0, -9.104256548653211e-08, 0.9999995827674866, 0.7509999871253967, NaN], "max": [-0.7081164717674255, 0.7060956954956055, 8.167783249746208e-08, 1.676316261291504, -0.7048215866088867, -0.7081164717674255, 0.0006981020560488105, -0.2446231245994568, 7.053898298181593e-05, 0.0009165090741589665, 1.0, 0.8208213448524475, NaN], "mean": [-0.7081961631774902, 0.7060139179229736, -3.7838206480955705e-05, 1.6724780797958374, -0.7060139179229736, -0.7081961631774902, 4.4329881347948685e-05, -0.2450116127729416, 4.423157406563405e-06, 5.811457594973035e-05, 1.0, 0.7546116709709167, NaN], "std": [0.0002757489855866879, 0.00027702475199475884, 0.00012917821004521102, 0.0009338179952464998, 0.0002769803104456514, 0.00027568324003368616, 0.00015124978381209075, 0.00012677315680775791, 1.5161095689109061e-05, 0.0001983271213248372, 8.402134454854604e-08, 0.012721897102892399, NaN], "count": [155]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07817830054630519]], [[0.046077456378399655]], [[0.040544318982680114]]], "std": [[[0.1929927377449307]], [[0.13101174286545036]], [[0.11884220370780647]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25551444352577735]], [[0.17324133921548512]], [[0.15107979193866256]]], "std": [[[0.25549545455956324]], [[0.21204859924721434]], [[0.1975117059399034]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.56424429839649]], [[0.26351063072197173]], [[0.25486835232023797]]], "std": [[[0.24452596587858488]], [[0.267344571926021]], [[0.27069847702349037]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4241998791650992]], [[0.3578685984157351]], [[0.3354706801020056]]], "std": [[[0.24371380413265728]], [[0.27157183653084005]], [[0.27241956759897773]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43972151109340835]], [[0.34661595892418046]], [[0.3215747469809715]]], "std": [[[0.24906804681195308]], [[0.30035680532341663]], [[0.3047395873955576]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956514255098434]], [[0.9956514255098434]], [[0.9956514255098434]]], "std": [[[0.019545934541450635]], [[0.019545934541450635]], [[0.019545934541450635]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.584515727648058]], [[0.584515727648058]], [[0.584515727648058]]], "std": [[[0.33540925824404144]], [[0.33540925824404144]], [[0.33540925824404144]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14290221291485028]], [[0.14290221291485028]], [[0.14290221291485028]]], "std": [[[0.15317801266279987]], [[0.15317801266279987]], [[0.15317801266279987]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04338520919123095]], [[0.04338520919123095]], [[0.04338520919123095]]], "std": [[[0.06598222061404416]], [[0.06598222061404416]], [[0.06598222061404416]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11769181735824866]], [[0.11769181735824866]], [[0.11769181735824866]]], "std": [[[0.10983582363907772]], [[0.10983582363907772]], [[0.10983582363907772]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09024153166618722]], [[0.07660088876014137]], [[0.14240542187943198]]], "std": [[[0.2585651273642578]], [[0.23750677271382567]], [[0.3454762314738968]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5097317545670161]], [[0.2206989943612615]], [[0.20110474347394303]]], "std": [[[0.4786834590475065]], [[0.30285889907252905]], [[0.28668258449732614]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6976418955120094]], [[0.7851953240514427]], [[0.2722791299618921]]], "std": [[[0.3608142175929988]], [[0.36449831613769146]], [[0.309959722755387]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39095845545906194]], [[0.3578318503900312]], [[0.7510261887183655]]], "std": [[[0.3710299478785259]], [[0.3292075191467743]], [[0.33681683044907185]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5256555896870564]], [[0.6381834745867841]], [[0.487066878295383]]], "std": [[[0.40105471911267715]], [[0.36396591768200665]], [[0.4330870839316764]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.08], "mean": [1.54], "std": [0.8948742928478837], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [155]}, "index": {"min": [5705], "max": [5859], "mean": [5782.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [155]}}} +{"episode_index": 20, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4303993582725525, 0.010374457575380802, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, -0.06790826469659805, 0.19689565896987915, -1.3117094039916992, 0.6399388313293457, -2.481858253479004, 0.0, -0.6000000238418579, 0.0, 0.0, -0.6000000238418579, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4303993582725525, 0.2557682991027832, 0.6278001666069031, -0.19218558073043823, 1.2749803066253662, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, 0.5743547081947327, 0.6000000238418579, 0.0, 0.6000000238418579, 0.6000000238418579, 0.0, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4303986132144928, 0.24764637649059296, 0.6078674793243408, -0.3778803050518036, 0.40867412090301514, 0.28868192434310913, 0.7828835248947144, -0.9168488383293152, 0.7677599787712097, -0.36490973830223083, 0.1598018854856491, -0.1598018854856491, 0.1598018854856491, 0.1598018854856491, -0.1598018854856491, 0.1598018854856491, -2.3561997413635254, 1.5707991123199463, -1.047199010848999, -1.5707991123199463, 0.0, -1.047199010848999, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 0.036031078547239304, 0.08844051510095596, 0.20936863124370575, 1.0537354946136475, 0.39208561182022095, 0.4581022560596466, 0.4788527190685272, 0.1429305225610733, 1.09602689743042, 0.2596709430217743, 0.2596709430217743, 0.2596709430217743, 0.2596709430217743, 0.2596709430217743, 0.2596709430217743, 5.245208740234375e-06, 2.7418136596679688e-06, 1.430511474609375e-06, 2.7418136596679688e-06, 0.0, 1.430511474609375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [303]}, "observation.state": {"min": [0.8191443681716919, -0.5735037326812744, -2.447278291128896e-08, 1.396824836730957, 0.569742739200592, 0.8191282153129578, -0.006650186609476805, -0.24446889758110046, -0.004251816309988499, -1.5121377927584945e-08, 0.9999296069145203, 0.7509999871253967, NaN], "max": [0.8218231201171875, -0.569742739200592, 0.009830590337514877, 1.4144809246063232, 0.5735719203948975, 0.8218231201171875, 1.4336268838732735e-09, -0.2040783017873764, 1.929550030865812e-08, 0.011080415919423103, 1.0, 0.7972093224525452, NaN], "mean": [0.8214045166969299, -0.5703330636024475, 0.0015373247442767024, 1.41129732131958, 0.5703418254852295, 0.8214025497436523, -0.001043098047375679, -0.20790544152259827, -0.0006626670947298408, 0.0017355940071865916, 0.9999915361404419, 0.7576034665107727, NaN], "std": [0.0008489135652780533, 0.001195979304611683, 0.003116935957223177, 0.006141650024801493, 0.0012148711830377579, 0.0008533690124750137, 0.002112751128152013, 0.009060627780854702, 0.0013452648418024182, 0.0035169993061572313, 1.9873588826158084e-05, 0.013522062450647354, NaN], "count": [303]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09677218329621784]], [[0.09111894056894329]], [[0.08566500568970108]]], "std": [[[0.23758557945084025]], [[0.22862988745722967]], [[0.22062908855269506]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3364553101976744]], [[0.3144497002932359]], [[0.2916429831602283]]], "std": [[[0.3152228917564323]], [[0.30589701288301485]], [[0.29828348217399187]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6499253304687013]], [[0.6336469367816208]], [[0.6139996392387536]]], "std": [[[0.13771637230452133]], [[0.13904273032752687]], [[0.1408784379830194]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6039114190322346]], [[0.5941209609660354]], [[0.585030594297156]]], "std": [[[0.30138469354607716]], [[0.30657002049994725]], [[0.31191003671839723]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5570238913800191]], [[0.5336484750461177]], [[0.5092365608053693]]], "std": [[[0.2760188479444271]], [[0.27898116517603094]], [[0.2822939525847944]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962731592962071]], [[0.9962731592962071]], [[0.9962731592962071]]], "std": [[[0.01800128481319667]], [[0.01800128481319667]], [[0.01800128481319667]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5925819454419023]], [[0.5925819454419023]], [[0.5925819454419023]]], "std": [[[0.335374239615408]], [[0.335374239615408]], [[0.335374239615408]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06451635395103973]], [[0.06451635395103973]], [[0.06451635395103973]]], "std": [[[0.06796071445250575]], [[0.06796071445250575]], [[0.06796071445250575]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09366982031005351]], [[0.09366982031005351]], [[0.09366982031005351]]], "std": [[[0.22477803194512733]], [[0.22477803194512733]], [[0.22477803194512733]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21640845281035023]], [[0.21640845281035023]], [[0.21640845281035023]]], "std": [[[0.2819013137968628]], [[0.2819013137968628]], [[0.2819013137968628]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14708516178264336]], [[0.10842759997881031]], [[0.02612716096321912]]], "std": [[[0.3504058264640053]], [[0.2633365995111123]], [[0.10622663721831349]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1916705592671048]], [[0.5325547904466666]], [[0.15164583706332296]]], "std": [[[0.2874869985358914]], [[0.48242769512929523]], [[0.23235878000762683]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5608051077891572]], [[0.3499297038606147]], [[0.8029629361405655]]], "std": [[[0.3197080086169742]], [[0.3534365294659251]], [[0.3384342516493642]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6354987296241981]], [[0.6575570871144532]], [[0.3494562872035036]]], "std": [[[0.4100500348501278]], [[0.41150531525963696]], [[0.3786747148471726]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5952770840835223]], [[0.46594640750866195]], [[0.4188916931705482]]], "std": [[[0.35487999302346757]], [[0.4311974690160702]], [[0.3855590372273369]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.04], "mean": [3.02], "std": [1.749361788386458], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [303]}, "index": {"min": [5860], "max": [6162], "mean": [6011.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [303]}}} +{"episode_index": 21, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3343003988265991, 0.025464791804552078, 0.011319593526422977, -0.7853981852531433, -1.5707963705062866, -0.16355720162391663, 1.3430849313735962, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.3365853726863861, 0.0, 0.0, -0.3365853726863861, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3343003988265991, 1.3680213689804077, 0.6081120371818542, -0.42902204394340515, -0.8870993256568909, 1.0471975803375244, 1.5707963705062866, 0.3792246878147125, 1.4292097091674805, -1.253831386566162, 0.3365853726863861, 0.0, 0.3365853726863861, 0.3365853726863861, 0.0, 0.3365853726863861, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3343007564544678, 1.1689707040786743, 0.5196294784545898, -0.5996012687683105, -1.2299203872680664, 0.4105129837989807, 1.4674237966537476, 0.19527100026607513, 1.2203720808029175, -1.8452777862548828, 0.0621333122253418, -0.0621333122253418, 0.0621333122253418, 0.0621333122253418, -0.0621333122253418, 0.0621333122253418, -2.356198310852051, 1.5707975625991821, -1.0471967458724976, -1.5707975625991821, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.37519875168800354, 0.16678309440612793, 0.16110438108444214, 0.29760798811912537, 0.5513908863067627, 0.08913397043943405, 0.1696208119392395, 0.14942744374275208, 0.5499829053878784, 0.12658646702766418, 0.12658646702766418, 0.12658646702766418, 0.12658646702766418, 0.12658646702766418, 0.12658646702766418, 3.814697265625e-06, 1.1920928955078125e-06, 8.344650268554688e-07, 1.1920928955078125e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [146]}, "observation.state": {"min": [0.9728211760520935, 0.23100414872169495, -0.000669803936034441, 1.6819782257080078, -0.2315577268600464, 0.9728211760520935, -7.697327419009525e-06, -0.2705162465572357, -0.0, 0.0, 0.9999997615814209, 0.7509999871253967, NaN], "max": [0.9729525446891785, 0.2315577268600464, 0.0, 1.7273120880126953, -0.23100416362285614, 0.9729527831077576, 6.236576155060902e-05, -0.24947430193424225, 0.0006655797478742898, 9.720820526126772e-05, 1.0, 0.772037923336029, NaN], "mean": [0.9728349447250366, 0.2315005511045456, -6.55702460790053e-05, 1.7237026691436768, -0.2315005511045456, 0.9728349447250366, 5.679947207681835e-06, -0.26875510811805725, 6.510767707368359e-05, 9.628060979594011e-06, 1.0, 0.7526575326919556, NaN], "std": [3.423842281335965e-05, 0.00014424115943256766, 0.00017557003593537956, 0.010020916350185871, 0.00014423807442653924, 3.429091157158837e-05, 1.5935189367155544e-05, 0.004815489985048771, 0.0001744403998600319, 2.5481884222244844e-05, 5.602715091868049e-08, 0.0046192677691578865, NaN], "count": [146]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0932916017061727]], [[0.08801479657558452]], [[0.08446885416729531]]], "std": [[[0.22845180602904328]], [[0.2202938217530644]], [[0.21480602393661105]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3185880676541332]], [[0.29527576308044506]], [[0.27876929988848587]]], "std": [[[0.2929278150377004]], [[0.28371135729795266]], [[0.2788183815390696]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5241152343841678]], [[0.512458755534634]], [[0.5042636064993351]]], "std": [[[0.3231158941222586]], [[0.3265520168844949]], [[0.3288209074786538]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5885628975163131]], [[0.5740937094101688]], [[0.5539443381606943]]], "std": [[[0.28367972735824765]], [[0.28946783058177816]], [[0.29653446681549733]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5608847622630325]], [[0.527870577908671]], [[0.4995923666138936]]], "std": [[[0.24269098990612356]], [[0.25991429023061813]], [[0.2723794893463022]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8392156862745098]], [[0.8392156862745098]], [[0.8392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9977005158617601]], [[0.9977005158617601]], [[0.9977005158617601]]], "std": [[[0.013268925633337045]], [[0.013268925633337045]], [[0.013268925633337045]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5778968772694263]], [[0.5778968772694263]], [[0.5778968772694263]]], "std": [[[0.33159174722386303]], [[0.33159174722386303]], [[0.33159174722386303]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29300277410646214]], [[0.29300277410646214]], [[0.29300277410646214]]], "std": [[[0.3104224250920607]], [[0.3104224250920607]], [[0.3104224250920607]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12255093472702512]], [[0.12255093472702512]], [[0.12255093472702512]]], "std": [[[0.18671792714825491]], [[0.18671792714825491]], [[0.18671792714825491]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14895328275970285]], [[0.14895328275970285]], [[0.14895328275970285]]], "std": [[[0.17030716314784342]], [[0.17030716314784342]], [[0.17030716314784342]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14679222633275466]], [[0.08601277148457276]], [[0.06959723622016092]]], "std": [[[0.34686656309713954]], [[0.2630383247478282]], [[0.20568267968401396]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4266291354269556]], [[0.26849511195333436]], [[0.3673037549344829]]], "std": [[[0.4601306057353535]], [[0.38824170322899704]], [[0.3426827869752223]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1878351039468487]], [[0.7681379368614174]], [[0.3246280920356926]]], "std": [[[0.25119103088037376]], [[0.40431701035535]], [[0.2698113484226055]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36439432813582323]], [[0.691454486079511]], [[0.5689058527141919]]], "std": [[[0.3655580378345153]], [[0.3296755082439449]], [[0.414071757767954]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5135374759185163]], [[0.5221984133210754]], [[0.5570886862456756]]], "std": [[[0.3874553264424219]], [[0.41755707789916824]], [[0.434589587525243]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.9], "mean": [1.4500000000000002], "std": [0.8429116205154606], "count": [146]}, "frame_index": {"min": [0], "max": [145], "mean": [72.5], "std": [42.14558102577303], "count": [146]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [146]}, "index": {"min": [6163], "max": [6308], "mean": [6235.5], "std": [42.14558102577303], "count": [146]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [146]}}} +{"episode_index": 22, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45257875323295593, -0.08731195330619812, 0.025464791804552078, -0.9032992124557495, -1.5707964897155762, 1.0471975803375244, -0.7352740168571472, -3.0494728088378906, -1.3162660598754883, -3.7896816730499268, 0.0, -0.31707316637039185, 0.0, 0.0, -0.31707316637039185, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45257875323295593, -0.003113196464255452, 0.7141793370246887, -0.5609467029571533, 1.8939915895462036, 5.867056369781494, 1.5707964897155762, 0.0, 1.0471975803375244, -2.481858253479004, 0.31707316637039185, 0.0, 0.31707316637039185, 0.31707316637039185, 0.0, 0.31707316637039185, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4525771141052246, -0.08460471779108047, 0.6920300722122192, -0.7152561545372009, 0.7773767709732056, 4.256021976470947, 0.1644328534603119, -2.0276339054107666, -0.526482105255127, -3.336151361465454, 0.06287181377410889, -0.06287181377410889, 0.06287181377410889, 0.06287181377410889, -0.06287181377410889, 0.06287181377410889, -2.3561999797821045, 1.5707993507385254, -1.0472006797790527, -1.5707993507385254, 0.0, -1.0472006797790527, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-06, 0.012175193056464195, 0.09958936274051666, 0.12760409712791443, 1.3363484144210815, 1.903531551361084, 0.8508012294769287, 1.202493667602539, 0.8759485483169556, 0.504209041595459, 0.12502412497997284, 0.12502412497997284, 0.12502412497997284, 0.12502412497997284, 0.12502412497997284, 0.12502412497997284, 5.4836273193359375e-06, 2.9802322387695312e-06, 3.0994415283203125e-06, 2.9802322387695312e-06, 0.0, 3.0994415283203125e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [354]}, "observation.state": {"min": [0.38009026646614075, 0.924916684627533, -0.0009367578313685954, 1.43463134765625, -0.9249492883682251, 0.38009005784988403, -0.001854080124758184, -0.33979877829551697, -0.0013622131664305925, 0.0, 0.9999978542327881, 0.7509999871253967, NaN], "max": [0.38016897439956665, 0.9249493479728699, 0.0, 1.4846017360687256, -0.9249164462089539, 0.38016757369041443, -0.0, -0.3357086479663849, 1.7129625007328286e-07, 0.001568743260577321, 1.0, 0.7726277709007263, NaN], "mean": [0.38010290265083313, 0.9249436259269714, -0.00011295884178252891, 1.4802073240280151, -0.9249436259269714, 0.3801027834415436, -0.00022374858963303268, -0.33929044008255005, -0.0001640116679482162, 0.00018953414110001177, 1.0, 0.7528424263000488, NaN], "std": [1.8073118553729728e-05, 7.5414118327898905e-06, 0.0002679219178389758, 0.011201624758541584, 7.635769179614726e-06, 1.7647425920586102e-05, 0.0005306366365402937, 0.0011842738604173064, 0.00038925453554838896, 0.00044926427653990686, 5.848109481121355e-07, 0.004749697167426348, NaN], "count": [354]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1126505464057652]], [[0.10848639869750437]], [[0.10167184405994538]]], "std": [[[0.27144241512247613]], [[0.2617622083112394]], [[0.24604225718964598]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38832723593182017]], [[0.37066347614248324]], [[0.3439927686816322]]], "std": [[[0.3682662455186187]], [[0.3554235621867985]], [[0.3359994797776419]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5376891713287346]], [[0.5141589374575452]], [[0.4837583757965414]]], "std": [[[0.21888996843379854]], [[0.22358419830583345]], [[0.23249800980442828]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4367299930060598]], [[0.42568902514666823]], [[0.36975125042664375]]], "std": [[[0.29216596361336467]], [[0.2846306238343998]], [[0.2837967459456056]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5774917008149315]], [[0.5448038256785563]], [[0.4987591704100675]]], "std": [[[0.25435335832323086]], [[0.251686307372993]], [[0.24838404749750997]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963598385559894]], [[0.9963598385559894]], [[0.9963598385559894]]], "std": [[[0.01749948572048559]], [[0.01749948572048559]], [[0.01749948572048559]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5881635455454368]], [[0.5881635455454368]], [[0.5881635455454368]]], "std": [[[0.335799685220168]], [[0.335799685220168]], [[0.335799685220168]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.136903044409173]], [[0.136903044409173]], [[0.136903044409173]]], "std": [[[0.15246932334094931]], [[0.15246932334094931]], [[0.15246932334094931]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18317517238419598]], [[0.18317517238419598]], [[0.18317517238419598]]], "std": [[[0.3091457931389939]], [[0.3091457931389939]], [[0.3091457931389939]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13674979061765946]], [[0.13674979061765946]], [[0.13674979061765946]]], "std": [[[0.08360093559462393]], [[0.08360093559462393]], [[0.08360093559462393]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09432711523103136]], [[0.08274246407978054]], [[0.08924826341740144]]], "std": [[[0.27789097469696344]], [[0.25848066380753515]], [[0.22233585236369693]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505828721557362]], [[0.42020490165903235]], [[0.2274385683277107]]], "std": [[[0.4337359971654264]], [[0.45786290484896014]], [[0.32791116198208287]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5975865850461111]], [[0.7669970180199572]], [[0.21416783712903786]]], "std": [[[0.3762594059331076]], [[0.33662486871886205]], [[0.25545580465034057]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4396706678978147]], [[0.6533103921367459]], [[0.3636339386477891]]], "std": [[[0.4170656567678408]], [[0.4058197403608041]], [[0.3562445840611499]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8361291914187103]], [[0.5326323152221799]], [[0.2674489123853091]]], "std": [[[0.32409994383550694]], [[0.3923322247384359]], [[0.2874839457806436]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.06], "mean": [3.53], "std": [2.043811798250188], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [354]}, "index": {"min": [6309], "max": [6662], "mean": [6485.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [354]}}} +{"episode_index": 23, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23230373859405518, 0.025464791804552078, 0.008436105214059353, -2.1536149978637695, -2.046351432800293, 0.06675488501787186, 1.5707963705062866, 0.0, 0.4634978175163269, -2.481858253479004, 0.0, -0.6000000238418579, 0.0, 0.0, -0.6000000238418579, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23230373859405518, 1.3033618927001953, 0.43178433179855347, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.8263683319091797, 0.2005438506603241, 1.0471975803375244, -1.6356984376907349, 0.6000000238418579, 0.0, 0.6000000238418579, 0.6000000238418579, 0.0, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.232303649187088, 1.1473581790924072, 0.38010352849960327, -1.586783528327942, -1.8192710876464844, 0.47427254915237427, 1.7074440717697144, 0.11116128414869308, 0.7583520412445068, -1.9833848476409912, 0.1338462084531784, -0.1338462084531784, 0.1338462084531784, 0.1338462084531784, -0.1338462084531784, 0.1338462084531784, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 0.33213990926742554, 0.11003279685974121, 0.6116346716880798, 0.18800121545791626, 0.4360262453556061, 0.10629408061504364, 0.08577791601419449, 0.23150892555713654, 0.380095899105072, 0.23909345269203186, 0.23909345269203186, 0.23909345269203186, 0.23909345269203186, 0.23909345269203186, 0.23909345269203186, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [169]}, "observation.state": {"min": [0.8326969146728516, -0.5537290573120117, -0.0001778242876753211, 1.746034860610962, 0.5530298948287964, 0.8326969146728516, -7.727624051767634e-07, -0.2834935486316681, -7.207358430605382e-05, -0.000425036036176607, 0.9999998807907104, 0.7509999871253967, NaN], "max": [0.8331614136695862, -0.5530298948287964, 1.6018487940527848e-06, 1.7473130226135254, 0.5537290573120117, 0.8331612944602966, 0.00039300104253925383, -0.25295066833496094, 0.0, 1.5304661928894348e-06, 1.0, 0.8105852007865906, NaN], "mean": [0.8327475786209106, -0.5536514520645142, -1.950994919752702e-05, 1.746189832687378, 0.5536514520645142, 0.8327475786209106, 4.361246828921139e-05, -0.25562986731529236, -7.871934940339997e-06, -4.712448571808636e-05, 1.0, 0.7564244270324707, NaN], "std": [0.00012857785623054951, 0.00019351346418261528, 4.8864934797165915e-05, 0.00036844442365691066, 0.0001935087057063356, 0.00012855598470196128, 0.00010869145626202226, 0.006985550280660391, 1.9695775336003862e-05, 0.00011753167200367898, 2.552804723165991e-08, 0.013973128981888294, NaN], "count": [169]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.11430774811891173]], [[0.11458068747145929]], [[0.09702299417082245]]], "std": [[[0.2744510932057735]], [[0.2730061244492941]], [[0.23918013655441409]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3892735207280135]], [[0.3819489489308257]], [[0.3242004692578444]]], "std": [[[0.37442224106683836]], [[0.3663984275620469]], [[0.33918197407588335]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5541828402370832]], [[0.5873190584533803]], [[0.46688245553684693]]], "std": [[[0.27789379400369146]], [[0.28517980536589077]], [[0.2520038435858203]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.58693384322711]], [[0.6037093042203031]], [[0.5275412686055236]]], "std": [[[0.28684889127162494]], [[0.2803257129130249]], [[0.30800599515585303]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6140853153408691]], [[0.6009254464755704]], [[0.5055605150168546]]], "std": [[[0.2565163148788415]], [[0.2575122077407489]], [[0.29236658083137873]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960589127138835]], [[0.9960589127138835]], [[0.9960589127138835]]], "std": [[[0.018491790639391003]], [[0.018491790639391003]], [[0.018491790639391003]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5957897647072236]], [[0.5957897647072236]], [[0.5957897647072236]]], "std": [[[0.3376260617159831]], [[0.3376260617159831]], [[0.3376260617159831]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2477208002998744]], [[0.2477208002998744]], [[0.2477208002998744]]], "std": [[[0.26755890101426866]], [[0.26755890101426866]], [[0.26755890101426866]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08637077538857273]], [[0.08637077538857273]], [[0.08637077538857273]]], "std": [[[0.10250273610967671]], [[0.10250273610967671]], [[0.10250273610967671]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15510595584631034]], [[0.15510595584631034]], [[0.15510595584631034]]], "std": [[[0.17093189042192827]], [[0.17093189042192827]], [[0.17093189042192827]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03482743341172179]], [[0.09154025874225755]], [[0.0986816469756741]]], "std": [[[0.1374903300936146]], [[0.2508662364523819]], [[0.28549001828761433]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1506914800666]], [[0.4372163608578071]], [[0.30317606154667337]]], "std": [[[0.2578199262058407]], [[0.4607427721632038]], [[0.3586692506335977]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28219298580894003]], [[0.5925238467877831]], [[0.6562107945397645]]], "std": [[[0.2559050899134172]], [[0.3525709182033155]], [[0.4410007801061016]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5632547235918409]], [[0.4799347773171031]], [[0.5867441659609024]]], "std": [[[0.3212328735738882]], [[0.4156682169414393]], [[0.41798198323067437]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47865600744589754]], [[0.5107031075759191]], [[0.7227137010818143]]], "std": [[[0.3702730009355705]], [[0.43165350370076067]], [[0.36392196555222867]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.36], "mean": [1.6800000000000002], "std": [0.9757048734120374], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [169]}, "index": {"min": [6663], "max": [6831], "mean": [6747.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [169]}}} +{"episode_index": 24, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.010463492944836617, -0.8611054420471191, -1.5707963705062866, 1.0471975803375244, 0.7138167023658752, -2.206944465637207, 1.0471975803375244, -4.829233646392822, 0.0, -0.33170732855796814, 0.0, 0.0, -0.33170732855796814, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6370769739151, 0.672675609588623, -0.6341161727905273, -0.19111233949661255, 1.3998537063598633, 1.5707963705062866, 0.0, 1.7867447137832642, -2.481858253479004, 0.33170732855796814, 0.0, 0.33170732855796814, 0.33170732855796814, 0.0, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974873661994934, 1.4647839069366455, 0.6018799543380737, -0.7821633815765381, -0.7782161235809326, 1.1920093297958374, 1.0905739068984985, -1.298266053199768, 1.4539707899093628, -3.8582496643066406, 0.06580626219511032, -0.06580626219511032, 0.06580626219511032, 0.06580626219511032, -0.06580626219511032, 0.06580626219511032, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 0.39670732617378235, 0.16300679743289948, 0.060446083545684814, 0.590541422367096, 0.12292975187301636, 0.3594750463962555, 0.9630165696144104, 0.2982943654060364, 1.022103190422058, 0.13001640141010284, 0.13001640141010284, 0.13001640141010284, 0.13001640141010284, 0.13001640141010284, 0.13001640141010284, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [242]}, "observation.state": {"min": [-0.7427133917808533, -0.6720224618911743, -0.0006013221573084593, 2.082791805267334, 0.6696072220802307, -0.7427129745483398, -3.063001372538565e-07, -0.17980414628982544, -0.0017220726003870368, 0.0, 0.9999980330467224, 0.7509999871253967, NaN], "max": [-0.740530788898468, -0.6696091890335083, 4.349958544480614e-06, 2.0865955352783203, 0.6720224618911743, -0.740530788898468, 0.001906046411022544, -0.17219991981983185, 3.4271304230060196e-06, 0.0010137548670172691, 1.0, 0.8203282356262207, NaN], "mean": [-0.7407879829406738, -0.6717374920845032, -7.035632734186947e-05, 2.083617687225342, 0.6717372536659241, -0.740787923336029, 0.0002243085764348507, -0.17924411594867706, -0.00020253144612070173, 0.00011935431393794715, 1.0, 0.7571691274642944, NaN], "std": [0.00061911775264889, 0.0006842454895377159, 0.00016982658416964114, 0.00046900039887987077, 0.0006847227341495454, 0.0006190072163008153, 0.0005400525988079607, 0.001542184967547655, 0.00048784964019432664, 0.00028722931165248156, 5.323347522789845e-07, 0.01576000638306141, NaN], "count": [242]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1113785746712077]], [[0.11412513184884775]], [[0.09308456766653858]]], "std": [[[0.2705222295264995]], [[0.27216760711729787]], [[0.22869470665689604]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696704358840763]], [[0.3798024342666857]], [[0.31558777596056037]]], "std": [[[0.3747864004031436]], [[0.3637481023242108]], [[0.3205788978142007]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5718241925955431]], [[0.6350684098542806]], [[0.4596392923983314]]], "std": [[[0.19718944451087994]], [[0.21631873334022572]], [[0.1776141543597036]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5929223914044945]], [[0.6047671500733257]], [[0.5334772328137164]]], "std": [[[0.30203476600740786]], [[0.2848133185792054]], [[0.2868692962564841]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5301337834131635]], [[0.5579275527043347]], [[0.4948583971874034]]], "std": [[[0.3279481571042085]], [[0.300168767797482]], [[0.2996844416706323]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996807195912803]], [[0.996807195912803]], [[0.996807195912803]]], "std": [[[0.01626324454304981]], [[0.01626324454304981]], [[0.01626324454304981]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5894856402942149]], [[0.5894856402942149]], [[0.5894856402942149]]], "std": [[[0.33399826054554277]], [[0.33399826054554277]], [[0.33399826054554277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.08642486275314476]], [[0.08642486275314476]], [[0.08642486275314476]]], "std": [[[0.06070714631331254]], [[0.06070714631331254]], [[0.06070714631331254]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.057274950361800615]], [[0.057274950361800615]], [[0.057274950361800615]]], "std": [[[0.05105212656223015]], [[0.05105212656223015]], [[0.05105212656223015]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1813684733563067]], [[0.1813684733563067]], [[0.1813684733563067]]], "std": [[[0.2382838022627739]], [[0.2382838022627739]], [[0.2382838022627739]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09100600084088216]], [[0.14689581174968536]], [[0.033898526846872945]]], "std": [[[0.26780865619147576]], [[0.3498278154526972]], [[0.1275056504384143]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2938414823129758]], [[0.3868558007793248]], [[0.35344214107105854]]], "std": [[[0.38333750718696197]], [[0.45153646209717324]], [[0.38577290968200467]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7963011913838413]], [[0.7786758667490115]], [[0.22698445306784523]]], "std": [[[0.36455847188694535]], [[0.1818883893682595]], [[0.2636793891573847]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6201973887054908]], [[0.7230392995062668]], [[0.2900534825195083]]], "std": [[[0.36659758100501116]], [[0.3733797305323308]], [[0.3150027256523261]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5238405891271388]], [[0.5156990956158121]], [[0.4286126839094449]]], "std": [[[0.3991919745282767]], [[0.41708317545887863]], [[0.37381859515595806]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.82], "mean": [2.41], "std": [1.397175722663402], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [242]}, "index": {"min": [6832], "max": [7073], "mean": [6952.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [242]}}} +{"episode_index": 25, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.010646541602909565, -3.189554452896118, -1.5707963705062866, -0.672929584980011, 0.3639606237411499, -3.09861159324646, -0.18997026979923248, -2.481858253479004, 0.0, -0.3853658437728882, 0.0, 0.0, -0.3853658437728882, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.0216929912567139, 0.42715832591056824, -0.7853981852531433, -0.9893423318862915, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -0.24640223383903503, 0.3853658437728882, 0.0, 0.3853658437728882, 0.3853658437728882, 0.0, 0.3853658437728882, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997510015964508, 0.97874915599823, 0.4092006981372833, -2.57600474357605, -1.2477835416793823, -0.07181449234485626, 0.8821012377738953, -2.1274168491363525, 0.2466052621603012, -0.8783738017082214, 0.11310649663209915, -0.11310649663209915, 0.11310649663209915, 0.11310649663209915, -0.11310649663209915, 0.11310649663209915, -2.3561999797821045, 1.570799469947815, -1.0472012758255005, -1.570799469947815, 0.0, -1.0472012758255005, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.16478782892227173, 0.06889555603265762, 0.9221637845039368, 0.1900886744260788, 0.601040780544281, 0.3977755308151245, 1.0832723379135132, 0.43149295449256897, 0.8178287148475647, 0.1737491637468338, 0.1737491637468338, 0.1737491637468338, 0.1737491637468338, 0.1737491637468338, 0.1737491637468338, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.6954879760742188e-06, 3.0994415283203125e-06, 0.0, 3.6954879760742188e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [376]}, "observation.state": {"min": [-0.9625887274742126, -0.2773338556289673, -2.224148829554906e-07, 2.043095588684082, 0.26620522141456604, -0.9628785848617554, -0.04718051850795746, -0.24807417392730713, -2.2185271575381194e-07, -0.03424322232604027, 0.9980056285858154, 0.7509999871253967, NaN], "max": [-0.9607735872268677, -0.2680714726448059, 0.04199182242155075, 2.0864624977111816, 0.2773338556289673, -0.9607735872268677, 2.9431550530034656e-08, -0.2126307338476181, 0.05306783318519592, 0.0, 1.0, 0.8003963232040405, NaN], "mean": [-0.9611089825630188, -0.2756824791431427, 0.007662785239517689, 2.0494449138641357, 0.27539461851119995, -0.9611547589302063, -0.008626013062894344, -0.22030876576900482, 0.009705106727778912, -0.006240355782210827, 0.9997087121009827, 0.7612683773040771, NaN], "std": [0.0006088377558626235, 0.003061419352889061, 0.014084300957620144, 0.007281078491359949, 0.0036330181173980236, 0.0006983340717852116, 0.01584363915026188, 0.005723238456994295, 0.017823761329054832, 0.01147592905908823, 0.0005981178255751729, 0.017940323799848557, NaN], "count": [376]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12551007683946325]], [[0.12360326857736015]], [[0.11646491529822146]]], "std": [[[0.2962650213451219]], [[0.29233364256720845]], [[0.2773373152800617]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4260058392359372]], [[0.41437315453523155]], [[0.38389958767269433]]], "std": [[[0.3895242359007135]], [[0.3839176158262232]], [[0.36617597101315924]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.746305626467269]], [[0.7716653490163892]], [[0.7511057359026508]]], "std": [[[0.15700402410658698]], [[0.15709686998684474]], [[0.1594684699935995]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3831158868389872]], [[0.38495138909843885]], [[0.33799827666096016]]], "std": [[[0.2640818396693334]], [[0.26734487579345]], [[0.26920671857008954]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5071589729972219]], [[0.48513718382260734]], [[0.44567819560367494]]], "std": [[[0.3144963339260525]], [[0.31217752169682533]], [[0.3060833854111474]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957943271970394]], [[0.9957943271970394]], [[0.9957943271970394]]], "std": [[[0.01938464641781806]], [[0.01938464641781806]], [[0.01938464641781806]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5997133141687303]], [[0.5997133141687303]], [[0.5997133141687303]]], "std": [[[0.33655821116837936]], [[0.33655821116837936]], [[0.33655821116837936]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0762801720120352]], [[0.0762801720120352]], [[0.0762801720120352]]], "std": [[[0.09512909189954821]], [[0.09512909189954821]], [[0.09512909189954821]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13823413002559526]], [[0.13823413002559526]], [[0.13823413002559526]]], "std": [[[0.27428967473651655]], [[0.27428967473651655]], [[0.27428967473651655]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28600451018614076]], [[0.28600451018614076]], [[0.28600451018614076]]], "std": [[[0.35329797001226626]], [[0.35329797001226626]], [[0.35329797001226626]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09853635138950077]], [[0.08056159663003398]], [[0.11061408001523512]]], "std": [[[0.28053115070288315]], [[0.253809285293989]], [[0.28590420936647737]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39561979117422424]], [[0.27656791062240704]], [[0.2327938544522833]]], "std": [[[0.4431084978128544]], [[0.33928037280756146]], [[0.3699862383119203]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3587447386190891]], [[0.8254061588248034]], [[0.32029429534544235]]], "std": [[[0.3862567836021435]], [[0.292749699723403]], [[0.24386147586429968]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5864254045655743]], [[0.5558249221647552]], [[0.43079003896623796]]], "std": [[[0.33155948822689757]], [[0.43722013147489747]], [[0.4261607839244219]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41386790639787946]], [[0.52790017105984]], [[0.40286850520790374]]], "std": [[[0.3929089734341284]], [[0.46360065000544076]], [[0.3849900694481347]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.5], "mean": [3.75], "std": [2.170829334609241], "count": [376]}, "frame_index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [376]}, "index": {"min": [7074], "max": [7449], "mean": [7261.5], "std": [108.54146673046205], "count": [376]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [376]}}} +{"episode_index": 26, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48868462443351746, 0.025464791804552078, 0.007300594821572304, -0.7853982448577881, -1.5707964897155762, 1.0471975803375244, 0.10506188869476318, 0.0, -1.4472005367279053, -3.1479601860046387, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48868462443351746, 1.8883426189422607, 0.5413759350776672, -0.36167681217193604, -0.34211787581443787, 1.9338726997375488, 1.5707964897155762, 0.33266982436180115, 1.0471975803375244, -2.481858253479004, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48868417739868164, 1.70621919631958, 0.4891631603240967, -0.6054273843765259, -0.7851061224937439, 1.4850000143051147, 0.8091391921043396, 0.20912455022335052, -0.46527954936027527, -2.873901605606079, 0.104987233877182, -0.104987233877182, 0.104987233877182, 0.104987233877182, -0.104987233877182, 0.104987233877182, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 0.4416758716106415, 0.1266254186630249, 0.14561212062835693, 0.534966230392456, 0.32319772243499756, 0.5491014719009399, 0.142735093832016, 1.02155339717865, 0.2712422013282776, 0.18297456204891205, 0.18297456204891205, 0.18297456204891205, 0.18297456204891205, 0.18297456204891205, 0.18297456204891205, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [305]}, "observation.state": {"min": [0.3237248957157135, -0.9461495876312256, -0.0017749282997101545, 2.046448230743408, 0.9452054500579834, 0.3237297236919403, -0.004664055071771145, -0.19554348289966583, -7.197542117864941e-08, -0.00017445832781959325, 0.9999875426292419, 0.7509999871253967, NaN], "max": [0.3264760971069336, -0.9452054500579834, 0.0, 2.0586564540863037, 0.9461381435394287, 0.3264760971069336, 1.0937151984080629e-07, -0.18425531685352325, 0.004987490829080343, 0.0, 1.0, 0.8188475370407104, NaN], "mean": [0.32607558369636536, -0.9453431963920593, -0.00025869073579087853, 2.048081398010254, 0.9453421235084534, 0.3260761797428131, -0.0006773355416953564, -0.18639439344406128, 0.0007246216991916299, -2.5067069145734422e-05, 0.9999998807907104, 0.7590627670288086, NaN], "std": [0.0008492831839248538, 0.00029169576009735465, 0.0005481179687194526, 0.0019391938112676144, 0.00028862652834504843, 0.0008479891112074256, 0.0014369756681844592, 0.0016330627258867025, 0.0015370366163551807, 5.3387579100672156e-05, 3.6557958082994446e-06, 0.01776307262480259, NaN], "count": [305]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.12877395357445326]], [[0.12090254148921974]], [[0.11155773487535298]]], "std": [[[0.30117893521449485]], [[0.2834200802487636]], [[0.26273972043367116]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4523700377726413]], [[0.41969271724968504]], [[0.38158745275067035]]], "std": [[[0.39754532288226296]], [[0.37250136202690254]], [[0.344402954323993]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7229602243961776]], [[0.7062097779708991]], [[0.6935886973099147]]], "std": [[[0.23045541662566835]], [[0.22974979822373423]], [[0.2291591491144846]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5664612138073656]], [[0.5401357293781026]], [[0.5124736580586887]]], "std": [[[0.32479736399279024]], [[0.31777336993215083]], [[0.30849486919076186]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6645773427184902]], [[0.6263803375732838]], [[0.5852743455167367]]], "std": [[[0.2887894160011252]], [[0.28234763665786333]], [[0.2762281246037324]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958266562327541]], [[0.9958266562327541]], [[0.9958266562327541]]], "std": [[[0.01934223705674102]], [[0.01934223705674102]], [[0.01934223705674102]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594829312320667]], [[0.594829312320667]], [[0.594829312320667]]], "std": [[[0.33811187818014327]], [[0.33811187818014327]], [[0.33811187818014327]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.09538044553343378]], [[0.09538044553343378]], [[0.09538044553343378]]], "std": [[[0.06022556011103091]], [[0.06022556011103091]], [[0.06022556011103091]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09984387621195326]], [[0.09984387621195326]], [[0.09984387621195326]]], "std": [[[0.2099748287163419]], [[0.2099748287163419]], [[0.2099748287163419]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22989097231861522]], [[0.22989097231861522]], [[0.22989097231861522]]], "std": [[[0.281959944241269]], [[0.281959944241269]], [[0.281959944241269]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10085830867349162]], [[0.08182971130383003]], [[0.032448546930143075]]], "std": [[[0.28733049349702783]], [[0.25551252005900543]], [[0.11133483224971671]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2781532216046365]], [[0.44185543934751836]], [[0.3207522998529462]]], "std": [[[0.4007027697854327]], [[0.45742329948807475]], [[0.3811281222320333]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8163030220124711]], [[0.3066762959073715]], [[0.805043415403164]]], "std": [[[0.2276668254476998]], [[0.3590341298496712]], [[0.3621613976871979]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5701625490933694]], [[0.4612697494989241]], [[0.3901615003376269]]], "std": [[[0.4179423230776168]], [[0.39151481651144443]], [[0.3590197019296105]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5387229816313516]], [[0.2673199207934601]], [[0.6007619612805282]]], "std": [[[0.43084234561560236]], [[0.3155416401715049]], [[0.370877332022656]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.08], "mean": [3.0399999999999996], "std": [1.7609088562444113], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [305]}, "index": {"min": [7450], "max": [7754], "mean": [7602.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [305]}}} +{"episode_index": 27, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4839305281639099, 0.01992715708911419, 0.025464791804552078, -0.9892174601554871, -1.5707964897155762, -2.177481174468994, -1.101534128189087, 0.0, 0.6350911855697632, -2.778803586959839, 0.0, -0.4146341383457184, 0.0, 0.0, -0.4146341383457184, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4839305281639099, 0.5972868800163269, 0.7632691860198975, -0.7853981852531433, 0.5462729930877686, 1.0471975803375244, 1.5707964897155762, 2.5253965854644775, 1.0471975803375244, -2.481858253479004, 0.4146341383457184, 0.0, 0.4146341383457184, 0.4146341383457184, 0.0, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.483930766582489, 0.5652481317520142, 0.7223257422447205, -0.8841956257820129, -0.3616478741168976, -0.8640242218971252, 0.006284479517489672, 1.4989103078842163, 0.8112384676933289, -2.639141321182251, 0.06435792148113251, -0.06435792148113251, 0.06435792148113251, 0.06435792148113251, -0.06435792148113251, 0.06435792148113251, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.1076059341430664, 0.13750961422920227, 0.0704774558544159, 0.8405532240867615, 1.319362998008728, 1.0705676078796387, 1.030063271522522, 0.16061481833457947, 0.11142116039991379, 0.14572662115097046, 0.14572662115097046, 0.14572662115097046, 0.14572662115097046, 0.14572662115097046, 0.14572662115097046, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [219]}, "observation.state": {"min": [-0.8814935684204102, 0.4721960425376892, -0.0007540754741057754, 1.271604299545288, -0.47554200887680054, -0.8814935684204102, -3.5221510188421234e-05, -0.2817195653915405, -0.0006520497845485806, -6.079886039067617e-10, 0.9999997019767761, 0.7509999871253967, NaN], "max": [-0.879692792892456, 0.4755418598651886, 2.010009012565206e-07, 1.304005742073059, -0.4721960425376892, -0.8796930313110352, 6.2063496443443e-05, -0.24366353452205658, 2.276974271353538e-07, 0.00038814605795778334, 1.0, 0.7723757028579712, NaN], "mean": [-0.8813452124595642, 0.4724740982055664, -6.250435399124399e-05, 1.301641821861267, -0.4724740982055664, -0.8813452124595642, 1.6931965092226164e-06, -0.24620415270328522, -5.420315937954001e-05, 3.117175947409123e-05, 1.0, 0.7523114681243896, NaN], "std": [0.0004391753172967583, 0.0008164964965544641, 0.0001838154421420768, 0.007036825641989708, 0.000816528860013932, 0.00043912624823860824, 1.3173973457014654e-05, 0.007757231593132019, 0.00015926540072541684, 9.271576709579676e-05, 6.593643320229603e-08, 0.004125720821321011, NaN], "count": [219]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12887880232630652]], [[0.12385256264538577]], [[0.11482357500984046]]], "std": [[[0.3016468006056715]], [[0.2899495855164134]], [[0.27075058524006934]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44110430492774383]], [[0.4204057397248424]], [[0.37896077291420655]]], "std": [[[0.3900875693457419]], [[0.37341646094294745]], [[0.34773935160507824]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6223675124439161]], [[0.6198680981780216]], [[0.5798145848127563]]], "std": [[[0.204805750337804]], [[0.20364589743628247]], [[0.22894374355203265]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5030945965609663]], [[0.4959396750868878]], [[0.4730408873921991]]], "std": [[[0.24382240482309192]], [[0.24479798843633954]], [[0.24900164682067885]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6287071738513811]], [[0.6048156463091375]], [[0.5516295639147557]]], "std": [[[0.26083214238170815]], [[0.2530320331792932]], [[0.2546013966797248]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.99666630724654]], [[0.99666630724654]], [[0.99666630724654]]], "std": [[[0.016539002778317963]], [[0.016539002778317963]], [[0.016539002778317963]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5840008435644016]], [[0.5840008435644016]], [[0.5840008435644016]]], "std": [[[0.33484277153540565]], [[0.33484277153540565]], [[0.33484277153540565]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11220653782528024]], [[0.11220653782528024]], [[0.11220653782528024]]], "std": [[[0.09956790647624156]], [[0.09956790647624156]], [[0.09956790647624156]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11233023065250176]], [[0.11233023065250176]], [[0.11233023065250176]]], "std": [[[0.21206320441151263]], [[0.21206320441151263]], [[0.21206320441151263]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13041515438636725]], [[0.13041515438636725]], [[0.13041515438636725]]], "std": [[[0.11363071247290715]], [[0.11363071247290715]], [[0.11363071247290715]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03334463629164261]], [[0.09318600595054889]], [[0.1192433616242571]]], "std": [[[0.13580409195654897]], [[0.2596576729651777]], [[0.2988785218435222]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3989419073809203]], [[0.16814059898436992]], [[0.49666276937230897]]], "std": [[[0.3877864555720752]], [[0.2906566839471288]], [[0.4806742685228993]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7686368187027214]], [[0.3369602766998527]], [[0.523492061576178]]], "std": [[[0.34891590494634994]], [[0.2743214890443363]], [[0.39743588034929134]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4845189637703171]], [[0.46650084524080143]], [[0.5728424821178428]]], "std": [[[0.3771131748139794]], [[0.4038866359426121]], [[0.4156042892460776]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6381999395154936]], [[0.69118330493512]], [[0.30433413733469855]]], "std": [[[0.3385949006760369]], [[0.40489351951000063]], [[0.3040494390330241]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.36], "mean": [2.1799999999999997], "std": [1.2643839079435748], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [219]}, "index": {"min": [7755], "max": [7973], "mean": [7864.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [219]}}} +{"episode_index": 28, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41784098744392395, 0.025464791804552078, 0.010199084877967834, -0.7853981852531433, -1.5707963705062866, 0.13577108085155487, 1.0460022687911987, -0.23357757925987244, 0.9836971759796143, -2.481858253479004, 0.0, -0.3414634168148041, 0.0, 0.0, -0.3414634168148041, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41784098744392395, 1.4594682455062866, 0.5845420360565186, -0.7208684086799622, -0.7343916893005371, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0818854570388794, -2.198380470275879, 0.3414634168148041, 0.0, 0.3414634168148041, 0.3414634168148041, 0.0, 0.3414634168148041, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41784176230430603, 1.2087100744247437, 0.4841087758541107, -0.7610422372817993, -1.1956448554992676, 0.6180782318115234, 1.3192816972732544, -0.10983704775571823, 1.0436842441558838, -2.348165273666382, 0.05922539532184601, -0.05922539532184601, 0.05922539532184601, 0.05922539532184601, -0.05922539532184601, 0.05922539532184601, -2.3561978340148926, 1.5707972049713135, -1.047196865081787, -1.5707972049713135, 0.0, -1.047196865081787, 2.481860876083374, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 0.42387643456459045, 0.16976968944072723, 0.02471662126481533, 0.3612085282802582, 0.40973860025405884, 0.23959991335868835, 0.104899100959301, 0.02539406530559063, 0.12681886553764343, 0.12461459636688232, 0.12461459636688232, 0.12461459636688232, 0.12461459636688232, 0.12461459636688232, 0.12461459636688232, 3.337860107421875e-06, 8.344650268554688e-07, 7.152557373046875e-07, 8.344650268554688e-07, 0.0, 7.152557373046875e-07, 2.6226043701171875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [132]}, "observation.state": {"min": [-0.5060584545135498, -0.8628724217414856, -0.0002509203914087266, 1.445424199104309, 0.8624990582466125, -0.5060585141181946, -2.5234285772057774e-07, -0.07956437766551971, -0.0005196848651394248, -2.3054039957060013e-06, 0.9999998807907104, 0.7509999871253967, NaN], "max": [-0.5054218173027039, -0.8624991774559021, 2.4609005322417943e-07, 1.479209542274475, 0.8628724217414856, -0.5054218173027039, 0.0004553099861368537, -0.0787224993109703, 3.4211896604574576e-07, 1.9995060938526876e-05, 1.0, 0.8078556060791016, NaN], "mean": [-0.5054731965065002, -0.8628414869308472, -2.0341904019005597e-05, 1.4767484664916992, 0.8628414869308472, -0.5054731965065002, 3.6873097997158766e-05, -0.07910735160112381, -4.209737016935833e-05, 1.1089117606388754e-06, 1.0, 0.7550119757652283, NaN], "std": [0.00015378640091512352, 9.015639079734683e-05, 6.070611561881378e-05, 0.007345403544604778, 9.017820411827415e-05, 0.00015379796968773007, 0.00010997796198353171, 0.00010799118899740279, 0.00012555252760648727, 4.116854142921511e-06, 2.934729970149874e-08, 0.01210681814700365, NaN], "count": [132]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11359539620369197]], [[0.10898159111803128]], [[0.10173635192594874]]], "std": [[[0.2718195866007289]], [[0.26160528553403]], [[0.24552160936984913]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3965100252063481]], [[0.37591111728026255]], [[0.3456511760615467]]], "std": [[[0.36901664164090503]], [[0.3565546107121695]], [[0.3383288668869852]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5700129109610398]], [[0.5579699280690356]], [[0.5348804854317502]]], "std": [[[0.22683562152258296]], [[0.22323142863768264]], [[0.216833656593842]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.574384617086806]], [[0.5548625197899002]], [[0.5078061786733776]]], "std": [[[0.27080040984107323]], [[0.27699163697979895]], [[0.2732538543093547]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.587719255329778]], [[0.5495497900812115]], [[0.5055933992761976]]], "std": [[[0.26823631013734306]], [[0.27996895433135655]], [[0.28995833769992135]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9971329753884386]], [[0.9971329753884386]], [[0.9971329753884386]]], "std": [[[0.015017691683906157]], [[0.015017691683906157]], [[0.015017691683906157]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5824144905320289]], [[0.5824144905320289]], [[0.5824144905320289]]], "std": [[[0.3342073179682609]], [[0.3342073179682609]], [[0.3342073179682609]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19020030295897983]], [[0.19020030295897983]], [[0.19020030295897983]]], "std": [[[0.1786453252760626]], [[0.1786453252760626]], [[0.1786453252760626]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0977024430510209]], [[0.0977024430510209]], [[0.0977024430510209]]], "std": [[[0.13370161355787633]], [[0.13370161355787633]], [[0.13370161355787633]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15824737760772378]], [[0.15824737760772378]], [[0.15824737760772378]]], "std": [[[0.18027204912677705]], [[0.18027204912677705]], [[0.18027204912677705]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10621582910377653]], [[0.09741855479581114]], [[0.027552991334353925]]], "std": [[[0.2842723984513824]], [[0.2646750533818618]], [[0.10512285834638421]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3539526946786375]], [[0.5599405253568888]], [[0.2307070062113967]]], "std": [[[0.40729101014370167]], [[0.47261390407892334]], [[0.3339925305755493]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17477141617564917]], [[0.5561101622687993]], [[0.9049426302445331]]], "std": [[[0.2046610034552537]], [[0.28655078064560563]], [[0.26985966865534294]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7587900081204808]], [[0.4188145278151615]], [[0.5716437395518379]]], "std": [[[0.36465835524101137]], [[0.3928404153326091]], [[0.35256668452990725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4296946243221477]], [[0.5142271749779218]], [[0.6767509024060361]]], "std": [[[0.4159844507454229]], [[0.3887569213194748]], [[0.3407982157281011]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.62], "mean": [1.31], "std": [0.762080485688137], "count": [132]}, "frame_index": {"min": [0], "max": [131], "mean": [65.5], "std": [38.10402428440685], "count": [132]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [132]}, "index": {"min": [7974], "max": [8105], "mean": [8039.5], "std": [38.10402428440685], "count": [132]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [132]}}} +{"episode_index": 29, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15507180988788605, 0.025464791804552078, 0.007272361312061548, -0.7853982448577881, -1.5707964897155762, 0.6337341666221619, 1.5707963705062866, -2.326822280883789, 0.8615096211433411, -3.5500354766845703, 0.0, -0.4439024329185486, 0.0, 0.0, -0.4439024329185486, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15507180988788605, 1.7252494096755981, 0.4927052855491638, -0.032416485249996185, -1.1646966934204102, 1.0471975803375244, 2.0972979068756104, 0.0, 1.0471975803375244, -2.481858253479004, 0.4439024329185486, 0.0, 0.4439024329185486, 0.4439024329185486, 0.0, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15507164597511292, 1.487661361694336, 0.42485395073890686, -0.42613524198532104, -1.4100720882415771, 0.8718071579933167, 1.812150478363037, -1.1074490547180176, 0.9671397805213928, -3.003448724746704, 0.06062537431716919, -0.06062537431716919, 0.06062537431716919, 0.06062537431716919, -0.06062537431716919, 0.06062537431716919, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-07, 0.46419376134872437, 0.13256651163101196, 0.3238537907600403, 0.1517295241355896, 0.16207793354988098, 0.2142997533082962, 0.9984666705131531, 0.07374415546655655, 0.46853315830230713, 0.1463807374238968, 0.1463807374238968, 0.1463807374238968, 0.1463807374238968, 0.1463807374238968, 0.1463807374238968, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [195]}, "observation.state": {"min": [0.7951256632804871, 0.6054449677467346, -0.0022071392741054296, 1.2870296239852905, -0.6064447164535522, 0.7951256632804871, -0.0, -0.3477053940296173, -7.529938450545615e-09, -7.226227438650312e-08, 0.9999966621398926, 0.7509999871253967, NaN], "max": [0.7958841919898987, 0.6064447164535522, 4.981032120099371e-08, 1.3203197717666626, -0.60544353723526, 0.7958871722221375, 0.0013404409401118755, -0.3186017870903015, 0.0025676717050373554, 0.0002728842373471707, 1.0, 0.7943398356437683, NaN], "mean": [0.7951754331588745, 0.6063797473907471, -0.0001442965294700116, 1.3184245824813843, -0.6063796877861023, 0.7951756119728088, 8.782725490164012e-05, -0.32014939188957214, 0.00016801389574538916, 1.7505068171885796e-05, 1.0, 0.7534565329551697, NaN], "std": [0.0001665072632022202, 0.00021930596267338842, 0.0004840157926082611, 0.006427652668207884, 0.00021957878198008984, 0.00016707614122424275, 0.0002945834130514413, 0.005372558254748583, 0.0005635269335471094, 5.905919897486456e-05, 6.686110509690479e-07, 0.00835473369807005, NaN], "count": [195]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12475880428434155]], [[0.12222203982991917]], [[0.11440928028131331]]], "std": [[[0.29542367373121503]], [[0.29028764495050435]], [[0.274462548039964]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4182917995213543]], [[0.4039746005306812]], [[0.3700926915001834]]], "std": [[[0.3892292705582874]], [[0.38304007068059576]], [[0.36675180113217853]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4816461642965726]], [[0.4779427623448408]], [[0.45938701433858314]]], "std": [[[0.3897499401162425]], [[0.38674392649568967]], [[0.37242017991207865]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5640533336552022]], [[0.5522292885828454]], [[0.5191669312025621]]], "std": [[[0.3180657596883181]], [[0.3180678137010077]], [[0.313172565974383]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6417382563161717]], [[0.6154447696660142]], [[0.5624757797103315]]], "std": [[[0.2760649817303023]], [[0.2938577628931254]], [[0.31370733184394883]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949909119011648]], [[0.9949909119011648]], [[0.9949909119011648]]], "std": [[[0.021297790228954634]], [[0.021297790228954634]], [[0.021297790228954634]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5970527361862976]], [[0.5970527361862976]], [[0.5970527361862976]]], "std": [[[0.338548109062765]], [[0.338548109062765]], [[0.338548109062765]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4306622919336333]], [[0.4306622919336333]], [[0.4306622919336333]]], "std": [[[0.41016342564004504]], [[0.41016342564004504]], [[0.41016342564004504]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15030841063213013]], [[0.15030841063213013]], [[0.15030841063213013]]], "std": [[[0.2332883662403772]], [[0.2332883662403772]], [[0.2332883662403772]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18156668282716115]], [[0.18156668282716115]], [[0.18156668282716115]]], "std": [[[0.20710825532428198]], [[0.20710825532428198]], [[0.20710825532428198]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14293099334737486]], [[0.041002817022298126]], [[0.0726515522456717]]], "std": [[[0.3464868769675291]], [[0.1373469755364774]], [[0.22518298145164742]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29902830098216915]], [[0.49565892505218634]], [[0.1699708521006296]]], "std": [[[0.38204176285663727]], [[0.48587582238049987]], [[0.29895895780600734]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2534083274156419]], [[0.4424822117212536]], [[0.49389310604033687]]], "std": [[[0.37493378131049854]], [[0.4230501975317356]], [[0.4075915923129046]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33894259939877597]], [[0.7676982668037291]], [[0.4135101666944949]]], "std": [[[0.3238261825566776]], [[0.34891778554172637]], [[0.38151554707449653]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42085276850728665]], [[0.5326889855836319]], [[0.593440382862902]]], "std": [[[0.2953879487888093]], [[0.4301725510310761]], [[0.42561802728910914]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.88], "mean": [1.9399999999999997], "std": [1.1258182209693832], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [195]}, "index": {"min": [8106], "max": [8300], "mean": [8203.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [195]}}} +{"episode_index": 30, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33142608404159546, 0.025464791804552078, 0.010169037617743015, -0.9990466237068176, -1.5707963705062866, 0.8297396898269653, 1.118024468421936, 0.0, 1.0471975803375244, -3.3697288036346436, 0.0, -0.6097561120986938, 0.0, 0.0, -0.6097561120986938, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33142608404159546, 1.6532255411148071, 0.660194456577301, -0.11104724556207657, 0.17727608978748322, 1.0471975803375244, 1.5707963705062866, 2.940845012664795, 2.11881422996521, -2.481858253479004, 0.6097561120986938, 0.0, 0.6097561120986938, 0.6097561120986938, 0.0, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33142614364624023, 1.479655385017395, 0.5908812284469604, -0.5854784846305847, -0.5460075736045837, 0.9547714591026306, 1.3214116096496582, 1.6495461463928223, 1.639906406402588, -2.9271764755249023, 0.1034763976931572, -0.1034763976931572, 0.1034763976931572, 0.1034763976931572, -0.1034763976931572, 0.1034763976931572, -2.3561995029449463, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.40024253726005554, 0.15983054041862488, 0.32784393429756165, 0.7297670245170593, 0.09028436243534088, 0.1834680140018463, 1.2123572826385498, 0.4342888295650482, 0.34061142802238464, 0.22045020759105682, 0.22045020759105682, 0.22045020759105682, 0.22045020759105682, 0.22045020759105682, 0.22045020759105682, 5.0067901611328125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [245]}, "observation.state": {"min": [0.2236824482679367, 0.9736560583114624, 0.0, 1.3574106693267822, -0.974661111831665, 0.22367791831493378, -1.4684422922073281e-07, -0.17161104083061218, -6.339690230561246e-07, -0.002858828753232956, 0.9999949932098389, 0.7509999871253967, NaN], "max": [0.22802168130874634, 0.9746589660644531, 0.002478671493008733, 1.397508978843689, -0.9736560583114624, 0.22802168130874634, 0.0019868777599185705, -0.16601815819740295, 0.0013850224204361439, 0.0, 1.0, 0.800341010093689, NaN], "mean": [0.2276342213153839, 0.9737479090690613, 0.0002205543132731691, 1.360238790512085, -0.9737481474876404, 0.2276339828968048, 0.00017724621284287423, -0.17108851671218872, 0.0001231944770552218, -0.00025472225388512015, 1.0, 0.7543559670448303, NaN], "std": [0.0010925820097327232, 0.00025298839318566024, 0.0006232578889466822, 0.008340653963387012, 0.00025346202892251313, 0.0010935704922303557, 0.0005004859995096922, 0.0014547522878274322, 0.0003482737229205668, 0.0007194734644144773, 1.1739024330381653e-06, 0.010008348152041435, NaN], "count": [245]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08919805323038897]], [[0.08247642478899156]], [[0.07861067357075179]]], "std": [[[0.21940838529005233]], [[0.20829206697832642]], [[0.20234633259938778]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29580097915162096]], [[0.2695333895262561]], [[0.2536986597518526]]], "std": [[[0.29001306542192334]], [[0.27596494712310465]], [[0.2692758454946875]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6505337844860595]], [[0.6371859590113533]], [[0.6292858697598256]]], "std": [[[0.24145361397790094]], [[0.24741879295459]], [[0.2504857101399105]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4904342116997957]], [[0.4299604490337567]], [[0.39742958818902546]]], "std": [[[0.2609580482885227]], [[0.25771348733425786]], [[0.25778192605297956]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4940291224180928]], [[0.4438910018232525]], [[0.4146580539948273]]], "std": [[[0.26039082351501974]], [[0.26875231924020077]], [[0.2755767180468165]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961360110132764]], [[0.9961360110132764]], [[0.9961360110132764]]], "std": [[[0.018339603329928036]], [[0.018339603329928036]], [[0.018339603329928036]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6022299926707798]], [[0.6022299926707798]], [[0.6022299926707798]]], "std": [[[0.3371799667419246]], [[0.3371799667419246]], [[0.3371799667419246]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13311191444191645]], [[0.13311191444191645]], [[0.13311191444191645]]], "std": [[[0.1305589071693292]], [[0.1305589071693292]], [[0.1305589071693292]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1472994070238471]], [[0.1472994070238471]], [[0.1472994070238471]]], "std": [[[0.30468060266728264]], [[0.30468060266728264]], [[0.30468060266728264]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19824148606811146]], [[0.19824148606811146]], [[0.19824148606811146]]], "std": [[[0.27446722316449274]], [[0.27446722316449274]], [[0.27446722316449274]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07800916387210811]], [[0.0632806206166335]], [[0.11433880040850511]]], "std": [[[0.25028430336864593]], [[0.18546155120260752]], [[0.2901515248856381]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116122621272441]], [[0.37640426315185965]], [[0.2705609663036926]]], "std": [[[0.4389142670407981]], [[0.43340887002713496]], [[0.3923430073360053]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3893504352939835]], [[0.6894151443279681]], [[0.5073332166559041]]], "std": [[[0.40115976566048117]], [[0.40743017495364636]], [[0.24837204629199644]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3007428690979829]], [[0.6893927328737315]], [[0.4336991318260487]]], "std": [[[0.3506029493626231]], [[0.3986483800511822]], [[0.37372080191624546]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45312692827892076]], [[0.41327709078912167]], [[0.5900709358535657]]], "std": [[[0.3792727004106397]], [[0.3487973086272855]], [[0.4414881526947586]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.88], "mean": [2.44], "std": [1.4144963768069538], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [245]}, "index": {"min": [8301], "max": [8545], "mean": [8423.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [245]}}} +{"episode_index": 31, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0779804214835167, 0.025464791804552078, 0.006356382742524147, -1.1382427215576172, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, -0.5334842801094055, 1.0471975803375244, -3.864251136779785, 0.0, -0.6000000238418579, 0.0, 0.0, -0.6000000238418579, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0779804214835167, 1.6834994554519653, 0.42022597789764404, -0.7853981852531433, -1.186864972114563, 1.6084927320480347, 1.9754148721694946, 0.0, 2.2300000190734863, -2.481858253479004, 0.6000000238418579, 0.0, 0.6000000238418579, 0.6000000238418579, 0.0, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07798028737306595, 1.4501444101333618, 0.36197710037231445, -0.9643055200576782, -1.3771299123764038, 1.3486099243164062, 1.7316839694976807, -0.28709784150123596, 1.6871864795684814, -3.249182939529419, 0.1260318011045456, -0.1260318011045456, 0.1260318011045456, 0.1260318011045456, -0.1260318011045456, 0.1260318011045456, -2.356199026107788, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-07, 0.45401421189308167, 0.11332853138446808, 0.1426129937171936, 0.1596124768257141, 0.24047580361366272, 0.14901722967624664, 0.232745960354805, 0.5109549164772034, 0.6145896911621094, 0.23465077579021454, 0.23465077579021454, 0.23465077579021454, 0.23465077579021454, 0.23465077579021454, 0.23465077579021454, 4.5299530029296875e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [189]}, "observation.state": {"min": [-0.6065722703933716, 0.7950283288955688, -2.6849213099922054e-05, 1.320227861404419, -0.7968531250953674, -0.6065722703933716, -0.0010690918425098062, -0.30686742067337036, -1.0966783520416357e-05, -0.0021954451221972704, 0.9999975562095642, 0.7509999871253967, NaN], "max": [-0.604172945022583, 0.7968508005142212, 0.001944559975527227, 1.340000033378601, -0.7950283288955688, -0.6041721105575562, 6.690030659228796e-06, -0.29452672600746155, 0.00032294218544848263, 2.540406239859294e-05, 1.0, 0.8152350187301636, NaN], "mean": [-0.6063164472579956, 0.7952238321304321, 0.00020635004329960793, 1.3219233751296997, -0.7952240109443665, -0.606316328048706, -0.00011385078687453642, -0.30565696954727173, 3.408754855627194e-05, -0.0002331963914912194, 1.0, 0.7565396428108215, NaN], "std": [0.00065299600828439, 0.0004963116371072829, 0.0005279132165014744, 0.004501283168792725, 0.0004968548309989274, 0.0006532000261358917, 0.00029067121795378625, 0.0030929259955883026, 8.758099284023046e-05, 0.0005962478462606668, 6.263254022087494e-07, 0.014670468866825104, NaN], "count": [189]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09519101771552299]], [[0.09470930489086302]], [[0.09381519770453922]]], "std": [[[0.25018199225587034]], [[0.24982362982068965]], [[0.24900108580162433]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34125641206176394]], [[0.34022600820363025]], [[0.3354344028093779]]], "std": [[[0.3801485191567026]], [[0.38054695468232236]], [[0.38091707292813226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4330588516929292]], [[0.42791005377220137]], [[0.42290748619820007]]], "std": [[[0.28634212203765547]], [[0.28967054323035196]], [[0.2933815928758577]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5077735452034513]], [[0.5042355596593824]], [[0.5007857849339934]]], "std": [[[0.3283761739810456]], [[0.32933752697655855]], [[0.33062352854161214]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4214320115926402]], [[0.41995172773120737]], [[0.4155359363128993]]], "std": [[[0.33886407883567604]], [[0.3400803961360578]], [[0.3414594264429983]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963236162492766]], [[0.9963236162492766]], [[0.9963236162492766]]], "std": [[[0.017498284991578742]], [[0.017498284991578742]], [[0.017498284991578742]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5805433506941302]], [[0.5805433506941302]], [[0.5805433506941302]]], "std": [[[0.3316291439499388]], [[0.3316291439499388]], [[0.3316291439499388]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18414313504205418]], [[0.18414313504205418]], [[0.18414313504205418]]], "std": [[[0.16154758421458146]], [[0.16154758421458146]], [[0.16154758421458146]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07611104740791703]], [[0.07611104740791703]], [[0.07611104740791703]]], "std": [[[0.10107124321304356]], [[0.10107124321304356]], [[0.10107124321304356]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11483479079535784]], [[0.11483479079535784]], [[0.11483479079535784]]], "std": [[[0.14136133403879553]], [[0.14136133403879553]], [[0.14136133403879553]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09234998937162499]], [[0.09684456890036888]], [[0.07063692733343124]]], "std": [[[0.2752202241483149]], [[0.27070863844121107]], [[0.20949135534500912]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3462318769442047]], [[0.5771458541626014]], [[0.19158226798123237]]], "std": [[[0.4149282168104917]], [[0.48396072522424616]], [[0.271118644967239]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9035225210907865]], [[0.591141361411019]], [[0.16795943917049053]]], "std": [[[0.23993914974625774]], [[0.2457855233175381]], [[0.2407731085190132]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6540778037284474]], [[0.6844214442385825]], [[0.30269516412289754]]], "std": [[[0.3806789804919354]], [[0.3306751956854868]], [[0.30637809777275665]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45177902904262146]], [[0.6860785815779751]], [[0.48527043883453996]]], "std": [[[0.32246641897850314]], [[0.40214884148464275]], [[0.41762513445865096]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.76], "mean": [1.88], "std": [1.0911767348448493], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [189]}, "index": {"min": [8546], "max": [8734], "mean": [8640.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [189]}}} +{"episode_index": 32, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49970167875289917, 0.025464791804552078, 0.01495392806828022, -3.0003604888916016, -1.5707963705062866, 1.0471975803375244, 0.3496721386909485, 0.0, -0.7331324815750122, -2.481858253479004, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49970167875289917, 0.8397582173347473, 0.4931390881538391, -0.7853981852531433, -0.8075506091117859, 1.793900728225708, 1.5707963705062866, 0.27582091093063354, 1.0471975803375244, 0.6499914526939392, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997009038925171, 0.805345356464386, 0.4729316234588623, -2.2375476360321045, -1.026171088218689, 1.5040072202682495, 0.9296144843101501, 0.1623775064945221, -0.14887480437755585, -0.2511940598487854, 0.0920037180185318, -0.0920037180185318, 0.0920037180185318, 0.0920037180185318, -0.0920037180185318, 0.0920037180185318, -2.3561997413635254, 1.5707992315292358, -1.0471994876861572, -1.5707992315292358, 0.0, -1.0471994876861572, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 0.13369174301624298, 0.07850832492113113, 0.8135765790939331, 0.2967548668384552, 0.26292794942855835, 0.40300196409225464, 0.0950322225689888, 0.6455805897712708, 1.216949462890625, 0.15267160534858704, 0.15267160534858704, 0.15267160534858704, 0.15267160534858704, 0.15267160534858704, 0.15267160534858704, 5.245208740234375e-06, 2.86102294921875e-06, 1.9073486328125e-06, 2.86102294921875e-06, 0.0, 1.9073486328125e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [316]}, "observation.state": {"min": [-0.34585484862327576, 0.9382880330085754, -0.00045198266161605716, 2.010021924972534, -0.9386687874794006, -0.34585484862327576, -3.2512564303033287e-06, -0.22120022773742676, -3.2415573514299467e-06, -6.06445155426627e-07, 0.9999964833259583, 0.7509999871253967, NaN], "max": [-0.34481188654899597, 0.9386717677116394, 0.00019018886086996645, 2.0425024032592773, -0.9382880330085754, -0.3448101580142975, 0.0026410131249576807, -0.185712069272995, 0.002435933332890272, 0.00117648730520159, 1.0, 0.7846258878707886, NaN], "mean": [-0.3456859886646271, 0.9383509159088135, -3.158983963658102e-05, 2.0139424800872803, -0.9383504390716553, -0.34568578004837036, 0.00042304093949496746, -0.18916727602481842, 0.00038616577512584627, 0.00017560829292051494, 1.0, 0.7549904584884644, NaN], "std": [0.0003338945098221302, 0.00012287490244489163, 0.0001266980543732643, 0.008332137018442154, 0.00012202969082864001, 0.00033435531076975167, 0.0008446215069852769, 0.008053770288825035, 0.0007740009459666908, 0.00036105423350818455, 1.1035725719921174e-06, 0.008546270430088043, NaN], "count": [316]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09298049408197327]], [[0.08730465884927892]], [[0.08349229358991639]]], "std": [[[0.2298748800026268]], [[0.22039735787081735]], [[0.21387173915095056]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3070551059451173]], [[0.28466910884595964]], [[0.26769793822935967]]], "std": [[[0.29885798675735786]], [[0.2876172801481812]], [[0.2796191270370203]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7272597715670516]], [[0.7156505014782494]], [[0.704977602627522]]], "std": [[[0.21379381558689112]], [[0.21633361638752888]], [[0.21785396113410058]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45141370262410224]], [[0.4402024380218214]], [[0.4185765930324799]]], "std": [[[0.24173572174528613]], [[0.23807568411813942]], [[0.2410045624610927]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4448338520114451]], [[0.41540350877192983]], [[0.3913212739834143]]], "std": [[[0.2604591424382281]], [[0.25955002817410333]], [[0.25872893647347506]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995803064593027]], [[0.995803064593027]], [[0.995803064593027]]], "std": [[[0.019226161029460804]], [[0.019226161029460804]], [[0.019226161029460804]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5929764438999497]], [[0.5929764438999497]], [[0.5929764438999497]]], "std": [[[0.33627929151881086]], [[0.33627929151881086]], [[0.33627929151881086]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09241857960652884]], [[0.09241857960652884]], [[0.09241857960652884]]], "std": [[[0.12239409574409377]], [[0.12239409574409377]], [[0.12239409574409377]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0571885876063089]], [[0.0571885876063089]], [[0.0571885876063089]]], "std": [[[0.08248208514711355]], [[0.08248208514711355]], [[0.08248208514711355]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21357021265467302]], [[0.21357021265467302]], [[0.21357021265467302]]], "std": [[[0.26340713497675133]], [[0.26340713497675133]], [[0.26340713497675133]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08095442002935711]], [[0.1000372536278969]], [[0.05635583397204167]]], "std": [[[0.2537397516132085]], [[0.2866581177908725]], [[0.15662203966933277]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5401380133052502]], [[0.16032772678169452]], [[0.3999312340783925]]], "std": [[[0.4744011191550158]], [[0.26284508075325197]], [[0.4313187268497607]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39293982193951416]], [[0.5233141405667976]], [[0.6347277922283444]]], "std": [[[0.41179934005773255]], [[0.28535810997676214]], [[0.4351753108200424]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5948884557071692]], [[0.6438207030016275]], [[0.41303454389518884]]], "std": [[[0.3755149000249963]], [[0.3943229315290807]], [[0.38817406405839006]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5121543119350952]], [[0.44666750486658874]], [[0.493745535914855]]], "std": [[[0.4344210101783547]], [[0.3554523468514989]], [[0.4094963045484938]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.1499999999999995], "std": [1.8244177153272767], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [316]}, "index": {"min": [8735], "max": [9050], "mean": [8892.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [316]}}} +{"episode_index": 33, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.014299780130386353, -0.7853981852531433, -1.5707963705062866, 0.3615292012691498, 1.0754420757293701, -2.5982258319854736, 1.0471975803375244, -2.481858253479004, 0.0, -0.5170731544494629, 0.0, 0.0, -0.5170731544494629, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.357578158378601, 0.7623494267463684, -0.06784044206142426, 0.2364838570356369, 1.0471975803375244, 1.5707963705062866, 0.0, 1.6661961078643799, -1.4330178499221802, 0.5170731544494629, 0.0, 0.5170731544494629, 0.5170731544494629, 0.0, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974876642227173, 1.2342270612716675, 0.6930827498435974, -0.3860985338687897, -0.5191064476966858, 0.6561387181282043, 1.3426733016967773, -1.5072630643844604, 1.3668698072433472, -1.8721826076507568, 0.09300574660301208, -0.09300574660301208, 0.09300574660301208, 0.09300574660301208, -0.09300574660301208, 0.09300574660301208, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.30937647819519043, 0.17373126745224, 0.29088258743286133, 0.7746893167495728, 0.2892099916934967, 0.181025892496109, 1.1091830730438232, 0.2325131893157959, 0.44931232929229736, 0.19240684807300568, 0.19240684807300568, 0.19240684807300568, 0.19240684807300568, 0.19240684807300568, 0.19240684807300568, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [232]}, "observation.state": {"min": [0.3125244379043579, -0.9499097466468811, -4.9571244744583964e-05, 2.015537738800049, 0.9495533108711243, 0.3125244379043579, -6.175947930842085e-08, -0.14669176936149597, -0.001994167687371373, -0.0007086505647748709, 0.9999977350234985, 0.7509999871253967, NaN], "max": [0.3135993182659149, -0.9495553970336914, 1.7699643706237111e-07, 2.018584728240967, 0.9499097466468811, 0.31359851360321045, 0.0021158047020435333, -0.12813077867031097, 3.3501725837936647e-09, 1.874319792705137e-07, 1.0, 0.8173890709877014, NaN], "mean": [0.31262531876564026, -0.9498758912086487, -4.432827154232655e-06, 2.0158700942993164, 0.9498757123947144, 0.3126252293586731, 0.00020000434597022831, -0.12961022555828094, -0.00018854037625715137, -6.68874999973923e-05, 1.0, 0.7560873627662659, NaN], "std": [0.0002773465821519494, 9.14076081244275e-05, 1.2365404472802766e-05, 0.0008571289363317192, 9.187500836560503e-05, 0.0002771691360976547, 0.0005466056754812598, 0.004139545373618603, 0.0005152526427991688, 0.00018288074352312833, 5.38621179657639e-07, 0.014415242709219456, NaN], "count": [232]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.089872805508784]], [[0.07960964157900773]], [[0.05577419564659077]]], "std": [[[0.22368855764456458]], [[0.2031783194767137]], [[0.14772840542988008]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2901764873522337]], [[0.25147513261999166]], [[0.17907579137807444]]], "std": [[[0.2936789665728036]], [[0.27007668749820885]], [[0.22261794949454747]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5775968258374791]], [[0.5312412909351696]], [[0.34696400233086633]]], "std": [[[0.31588571901392487]], [[0.2989632223124932]], [[0.21071580628842296]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6632989617720485]], [[0.6307647722677867]], [[0.5288053719897726]]], "std": [[[0.2765674277213858]], [[0.29122029595095283]], [[0.3183863549702985]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5614651962628354]], [[0.4957667095154467]], [[0.37191607003596217]]], "std": [[[0.2429159692513887]], [[0.27209471624221215]], [[0.3269027134735533]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961763612869654]], [[0.9961763612869654]], [[0.9961763612869654]]], "std": [[[0.018132528462075033]], [[0.018132528462075033]], [[0.018132528462075033]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591645622484143]], [[0.591645622484143]], [[0.591645622484143]]], "std": [[[0.3391866703225314]], [[0.3391866703225314]], [[0.3391866703225314]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25336570796712377]], [[0.25336570796712377]], [[0.25336570796712377]]], "std": [[[0.2789358872968837]], [[0.2789358872968837]], [[0.2789358872968837]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07708649351467957]], [[0.07708649351467957]], [[0.07708649351467957]]], "std": [[[0.14198753731173344]], [[0.14198753731173344]], [[0.14198753731173344]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14368799114324435]], [[0.14368799114324435]], [[0.14368799114324435]]], "std": [[[0.14995904203176233]], [[0.14995904203176233]], [[0.14995904203176233]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09775980006584899]], [[0.12925359973338538]], [[0.035867471875039816]]], "std": [[[0.2843825023331919]], [[0.3152943369003787]], [[0.1375768662068652]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2677079778527464]], [[0.4773018103106637]], [[0.2346197247887904]]], "std": [[[0.33064167123073435]], [[0.4694681001513583]], [[0.34702748469235223]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6731664041424511]], [[0.7070471155529002]], [[0.28247922638841116]]], "std": [[[0.428733121033587]], [[0.39400010951907577]], [[0.33247834621180433]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5083452230315881]], [[0.6527444368671171]], [[0.48127569200109166]]], "std": [[[0.4324597887000857]], [[0.3307595501379177]], [[0.3634000783739725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5370204809121761]], [[0.5562646163626013]], [[0.6418163497265121]]], "std": [[[0.41029568623614804]], [[0.40627658744727485]], [[0.4008063643920994]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.62], "mean": [2.3099999999999996], "std": [1.3394401815684043], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [232]}, "index": {"min": [9051], "max": [9282], "mean": [9166.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [232]}}} +{"episode_index": 34, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39354243874549866, 0.025464791804552078, 0.011526044458150864, -1.2424901723861694, -1.5707963705062866, 1.0471975803375244, 1.4331681728363037, -1.5712828636169434, 1.0471975803375244, -4.505473613739014, 0.0, -0.30243903398513794, 0.0, 0.0, -0.30243903398513794, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39354243874549866, 1.266543984413147, 0.573271632194519, -0.7853981852531433, -0.382319837808609, 1.519980549812317, 1.5707963705062866, 0.0, 1.709943413734436, -2.481858253479004, 0.30243903398513794, 0.0, 0.30243903398513794, 0.30243903398513794, 0.0, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3935427665710449, 1.1226853132247925, 0.5081587433815002, -1.0115938186645508, -0.9794468283653259, 1.2710013389587402, 1.5036684274673462, -0.795508086681366, 1.3827317953109741, -3.5496835708618164, 0.046103764325380325, -0.046103764325380325, 0.046103764325380325, 0.046103764325380325, -0.046103764325380325, 0.046103764325380325, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.3161371052265167, 0.14309243857860565, 0.18571989238262177, 0.4955730140209198, 0.18376250565052032, 0.05512112379074097, 0.6646201610565186, 0.2762063145637512, 0.8861585855484009, 0.10582417994737625, 0.10582417994737625, 0.10582417994737625, 0.10582417994737625, 0.10582417994737625, 0.10582417994737625, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [173]}, "observation.state": {"min": [0.9941240549087524, -0.10824448615312576, 0.0, 2.062126874923706, 0.10447949171066284, 0.994123637676239, -3.7748031900264323e-06, -0.24808765947818756, -0.0008529032929800451, -0.001146374735981226, 0.9999989867210388, 0.7509999871253967, NaN], "max": [0.9945270419120789, -0.10447949171066284, 0.0007238047546707094, 2.0721921920776367, 0.10824356228113174, 0.9945270419120789, 0.0012319601373746991, -0.24684447050094604, 0.0, 3.952623501390917e-06, 1.0, 0.8199625015258789, NaN], "mean": [0.9944948554039001, -0.10478130728006363, 5.784110908280127e-05, 2.0713815689086914, 0.10478123277425766, 0.9944948554039001, 9.82756755547598e-05, -0.24798010289669037, -6.80707671563141e-05, -9.148826211458072e-05, 1.0, 0.7553558349609375, NaN], "std": [9.67193118412979e-05, 0.0009058499708771706, 0.00017365938401781023, 0.002400406403467059, 0.0009056553244590759, 9.680481889517978e-05, 0.00029540140531025827, 0.00031540001509711146, 0.00020447328279260546, 0.00027497310657054186, 2.264015250830198e-07, 0.01365506649017334, NaN], "count": [173]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1135957368481403]], [[0.10948950137833595]], [[0.0981083960139235]]], "std": [[[0.2740485623319504]], [[0.26399079006863246]], [[0.2372422461400742]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39980540216496985]], [[0.3817601822850134]], [[0.33116440453271695]]], "std": [[[0.3728814436493017]], [[0.3577569700380881]], [[0.31782259052771694]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5559042735455387]], [[0.5478300224436411]], [[0.5253093634978016]]], "std": [[[0.19892977488006355]], [[0.19905528175958115]], [[0.19834725215498591]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5142828046303505]], [[0.5049722475358598]], [[0.45880340724915525]]], "std": [[[0.2849171623971921]], [[0.2760404675728949]], [[0.2638247850971698]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5411109957748018]], [[0.5229831146302097]], [[0.459125473163856]]], "std": [[[0.26434888337407714]], [[0.2599238296853347]], [[0.25749134086862735]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966956147391757]], [[0.9966956147391757]], [[0.9966956147391757]]], "std": [[[0.016485915997055307]], [[0.016485915997055307]], [[0.016485915997055307]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5819343494998629]], [[0.5819343494998629]], [[0.5819343494998629]]], "std": [[[0.3341280640051696]], [[0.3341280640051696]], [[0.3341280640051696]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10556525051113431]], [[0.10556525051113431]], [[0.10556525051113431]]], "std": [[[0.08753244854554533]], [[0.08753244854554533]], [[0.08753244854554533]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.27058823529411763]], [[0.27058823529411763]], [[0.27058823529411763]]], "mean": [[[0.062082598232001664]], [[0.062082598232001664]], [[0.062082598232001664]]], "std": [[[0.05648447962468647]], [[0.05648447962468647]], [[0.05648447962468647]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12203115555582378]], [[0.12203115555582378]], [[0.12203115555582378]]], "std": [[[0.12621395665523152]], [[0.12621395665523152]], [[0.12621395665523152]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10375960158010744]], [[0.14676539722964868]], [[0.031427225135805155]]], "std": [[[0.2537810663355498]], [[0.34919862340862623]], [[0.1268398152307127]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24215712158123398]], [[0.4689988741298647]], [[0.4056869477519814]]], "std": [[[0.3367633381573069]], [[0.444025793159216]], [[0.46173474210886994]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6058664982220103]], [[0.8869971642020237]], [[0.17658069417705868]]], "std": [[[0.24882264899464474]], [[0.23939188964054434]], [[0.2293041996695121]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6176170365140002]], [[0.4310552588327832]], [[0.6390632304493221]]], "std": [[[0.3387272716027276]], [[0.3815342572256442]], [[0.4051154252714388]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38077763763075084]], [[0.7829472423557844]], [[0.4234855330046248]]], "std": [[[0.33670830852600264]], [[0.35085226027667765]], [[0.36695941375582763]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.44], "mean": [1.72], "std": [0.9987992791347019], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [173]}, "index": {"min": [9283], "max": [9455], "mean": [9369.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [173]}}} +{"episode_index": 35, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.007096287794411182, -0.7853981852531433, -1.5707963705062866, -0.4798365533351898, -0.9982600808143616, 0.0, -1.1658638715744019, -3.131209373474121, 0.0, -0.5804877877235413, 0.0, 0.0, -0.5804877877235413, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9562694430351257, 0.26648417115211487, 0.09064482152462006, 1.0953363180160522, 1.0471975803375244, 1.5707963705062866, 2.919806718826294, 1.0471975803375244, -2.481858253479004, 0.5804877877235413, 0.0, 0.5804877877235413, 0.5804877877235413, 0.0, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974870681762695, 0.8999676704406738, 0.2507941722869873, -0.21881988644599915, 0.1309613287448883, 0.060505855828523636, -0.018482305109500885, 1.8806703090667725, -0.3321075737476349, -2.8973474502563477, 0.12244003266096115, -0.12244003266096115, 0.12244003266096115, 0.12244003266096115, -0.12244003266096115, 0.12244003266096115, -2.3561995029449463, 1.5707988739013672, -1.047196626663208, -1.5707988739013672, 0.0, -1.047196626663208, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2814998626708984e-06, 0.17996998131275177, 0.05015217885375023, 0.3635624349117279, 1.0878487825393677, 0.6329925060272217, 1.0092952251434326, 1.207932949066162, 0.8770400881767273, 0.2657342851161957, 0.23000124096870422, 0.23000124096870422, 0.23000124096870422, 0.23000124096870422, 0.23000124096870422, 0.23000124096870422, 5.0067901611328125e-06, 2.5033950805664062e-06, 9.5367431640625e-07, 2.5033950805664062e-06, 0.0, 9.5367431640625e-07, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [251]}, "observation.state": {"min": [-0.873461127281189, 0.4868907034397125, 0.0, 1.2927523851394653, -0.48761284351348877, -0.8734629154205322, -0.00020315420988481492, -0.29685258865356445, -6.853494414826855e-05, -0.0001944146933965385, 0.9999975562095642, 0.7509999871253967, NaN], "max": [-0.8730599880218506, 0.48761284351348877, 0.0019410349195823073, 1.299654483795166, -0.4868897795677185, -0.8730599284172058, 0.0010381789179518819, -0.25087404251098633, 0.002200899412855506, 0.0, 1.0, 0.7893651723861694, NaN], "mean": [-0.873348593711853, 0.4870966672897339, 0.00022523141524288803, 1.2933834791183472, -0.4870966374874115, -0.8733487725257874, 0.00011327729589538649, -0.2549342215061188, 0.0002518805267754942, -1.0756063602457289e-05, 1.0, 0.7544699311256409, NaN], "std": [4.934408934786916e-05, 8.883933332981542e-05, 0.000546651310287416, 0.0011054452043026686, 8.896543295122683e-05, 4.956821430823766e-05, 0.00028767160256393254, 0.010456220246851444, 0.0006169526022858918, 3.087770164711401e-05, 6.409135266949306e-07, 0.00886566936969757, NaN], "count": [251]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12424691894472642]], [[0.11246658633358614]], [[0.09488883658521374]]], "std": [[[0.2944229690282693]], [[0.26964579769974245]], [[0.23507568936260592]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413718653166954]], [[0.36266782137087933]], [[0.2955847115016452]]], "std": [[[0.38833719232345154]], [[0.3580840257972357]], [[0.31655936240441707]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6011212647296873]], [[0.5388763641703731]], [[0.49269800863815316]]], "std": [[[0.2336985781528528]], [[0.27538068072302274]], [[0.31628627916717716]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41376360884629493]], [[0.35732492317059517]], [[0.31622962386281417]]], "std": [[[0.28189149645491296]], [[0.28119122961371074]], [[0.27638267609508477]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3842513272057566]], [[0.3421637239143802]], [[0.301970008536228]]], "std": [[[0.35621072470220017]], [[0.3418258782611581]], [[0.3308714043442249]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955006957059354]], [[0.9955006957059354]], [[0.9955006957059354]]], "std": [[[0.020155282970340457]], [[0.020155282970340457]], [[0.020155282970340457]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5988403255970833]], [[0.5988403255970833]], [[0.5988403255970833]]], "std": [[[0.3392667182702117]], [[0.3392667182702117]], [[0.3392667182702117]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1173234465976124]], [[0.1173234465976124]], [[0.1173234465976124]]], "std": [[[0.15233384438998043]], [[0.15233384438998043]], [[0.15233384438998043]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14530458776992553]], [[0.14530458776992553]], [[0.14530458776992553]]], "std": [[[0.2813857281525758]], [[0.2813857281525758]], [[0.2813857281525758]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40467127341343845]], [[0.40467127341343845]], [[0.40467127341343845]]], "std": [[[0.4098901702791147]], [[0.4098901702791147]], [[0.4098901702791147]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.056918562507250435]], [[0.03564889883999836]], [[0.14236439299908601]]], "std": [[[0.15916323824018677]], [[0.14474535592526042]], [[0.34385016099125504]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47923109305963757]], [[0.29632078648633964]], [[0.1619057286606035]]], "std": [[[0.47352006081493103]], [[0.31770449229680087]], [[0.3017477061872315]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37486353099428615]], [[0.6317291165842213]], [[0.5243694221986185]]], "std": [[[0.2838394283259722]], [[0.4234703386196768]], [[0.389197152386991]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4159677286324399]], [[0.5424250907435236]], [[0.5254625099997251]]], "std": [[[0.40739253987663065]], [[0.4245774355280852]], [[0.3875042166164973]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4799646829492031]], [[0.40588313749630356]], [[0.26768132577746395]]], "std": [[[0.45343697233787805]], [[0.4092346174666912]], [[0.3671262848512456]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.5], "std": [1.449137674618944], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [251]}, "index": {"min": [9456], "max": [9706], "mean": [9581.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [251]}}} +{"episode_index": 36, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2822916805744171, 0.025464791804552078, 0.007760676555335522, -2.0212013721466064, -1.6894035339355469, 0.28468093276023865, 1.5707963705062866, -1.082385540008545, 1.0471975803375244, -2.481858253479004, 0.0, -0.4731707274913788, 0.0, 0.0, -0.4731707274913788, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2822916805744171, 1.8320649862289429, 0.5583420991897583, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 2.346080780029297, 0.0, 1.5337885618209839, -1.525848627090454, 0.4731707274913788, 0.0, 0.4731707274913788, 0.4731707274913788, 0.0, 0.4731707274913788, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2822914719581604, 1.520923376083374, 0.46351876854896545, -1.3882700204849243, -1.6089726686477661, 0.6946884989738464, 1.927693486213684, -0.4995836913585663, 1.2651495933532715, -2.0462663173675537, 0.08526740968227386, -0.08526740968227386, 0.08526740968227386, 0.08526740968227386, -0.08526740968227386, 0.08526740968227386, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 0.5305278301239014, 0.16168402135372162, 0.5597184300422668, 0.040685560554265976, 0.33172425627708435, 0.3361634612083435, 0.47028791904449463, 0.2013547569513321, 0.4111267924308777, 0.17472302913665771, 0.17472302913665771, 0.17472302913665771, 0.17472302913665771, 0.17472302913665771, 0.17472302913665771, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [168]}, "observation.state": {"min": [0.13371731340885162, -0.9910194873809814, 0.0, 2.1541779041290283, 0.9909847974777222, 0.13371731340885162, -0.0023837778717279434, -0.31906619668006897, 0.0, 0.0, 0.9999891519546509, 0.7509999871253967, NaN], "max": [0.1339644193649292, -0.9909793734550476, 0.004001306835561991, 2.2024500370025635, 0.9910194873809814, 0.13395722210407257, 0.0, -0.3063969314098358, 0.001828582608141005, 0.004283952061086893, 1.0, 0.7740108966827393, NaN], "mean": [0.13373616337776184, -0.9910160899162292, 0.00035717510036192834, 2.1574745178222656, 0.9910163879394531, 0.1337355524301529, -0.0002129172207787633, -0.3179571032524109, 0.0001631802588235587, 0.00038246536860242486, 0.9999991655349731, 0.7527293562889099, NaN], "std": [5.6983306421898305e-05, 9.36739525059238e-06, 0.0010080990614369512, 0.009837043471634388, 8.037389306991827e-06, 5.521601633518003e-05, 0.0006009268690831959, 0.003093970473855734, 0.00046059314627200365, 0.0010794587433338165, 2.410836714261677e-06, 0.005003524478524923, NaN], "count": [168]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.12708081253088765]], [[0.12550864184119664]], [[0.09991781080956032]]], "std": [[[0.30139148893755763]], [[0.2982336695951941]], [[0.2607660695169769]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4540538392573951]], [[0.44420148448559]], [[0.36937506496049394]]], "std": [[[0.4082172196063819]], [[0.402167510131891]], [[0.39212304636367235]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6449233744453632]], [[0.6537037627129783]], [[0.40660500331591887]]], "std": [[[0.21118305569561585]], [[0.2127174291642183]], [[0.1993004904082593]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5177333451351882]], [[0.46468496490624567]], [[0.39594361663820143]]], "std": [[[0.2949442669193613]], [[0.28681481032636785]], [[0.2985195399122714]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6228444763630975]], [[0.5803834583592337]], [[0.4641352117058307]]], "std": [[[0.24750004523981184]], [[0.2591336063662844]], [[0.29926577143521854]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955088577614967]], [[0.9955088577614967]], [[0.9955088577614967]]], "std": [[[0.020163079947584497]], [[0.020163079947584497]], [[0.020163079947584497]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5909704557997065]], [[0.5909704557997065]], [[0.5909704557997065]]], "std": [[[0.335659159134229]], [[0.335659159134229]], [[0.335659159134229]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.08705276166757528]], [[0.08705276166757528]], [[0.08705276166757528]]], "std": [[[0.05446865634165981]], [[0.05446865634165981]], [[0.05446865634165981]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1252416771776937]], [[0.1252416771776937]], [[0.1252416771776937]]], "std": [[[0.27793787101953277]], [[0.27793787101953277]], [[0.27793787101953277]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12373922594584155]], [[0.12373922594584155]], [[0.12373922594584155]]], "std": [[[0.17850034921853192]], [[0.17850034921853192]], [[0.17850034921853192]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09516026851902143]], [[0.08086926830511282]], [[0.1201728140248952]]], "std": [[[0.27972035683964963]], [[0.25241942570733944]], [[0.28800504918971315]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45355175079846927]], [[0.23269711142895652]], [[0.26152005208909596]]], "std": [[[0.44059085731899966]], [[0.2974466928298584]], [[0.3844273930884067]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22272750925205076]], [[0.8188146136468335]], [[0.4394421611878567]]], "std": [[[0.24614599840119153]], [[0.34185284054484977]], [[0.2872225234087676]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6605300186214494]], [[0.5690870031402322]], [[0.2670945710796887]]], "std": [[[0.3981162382251762]], [[0.3504198381309585]], [[0.3471964609726021]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6063310970159412]], [[0.590808983625597]], [[0.48981960864780916]]], "std": [[[0.39860198672772507]], [[0.3748557808858723]], [[0.4276907061332964]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.34], "mean": [1.67], "std": [0.9699312690426403], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [168]}, "index": {"min": [9707], "max": [9874], "mean": [9790.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [168]}}} +{"episode_index": 37, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.0229343231767416, 0.025464791804552078, -3.1526479721069336, -1.5707963705062866, -0.6555027961730957, -0.47192350029945374, 0.0, 1.0471975803375244, -2.55794095993042, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.689827561378479, 0.7659399509429932, -0.7853981852531433, -1.1616591215133667, 1.0471975803375244, 1.5707963705062866, 1.3740428686141968, 1.4839868545532227, -2.4295504093170166, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488558292389, 0.6485432386398315, 0.720100998878479, -2.259713888168335, -1.3117046356201172, -0.04939555749297142, 0.30811184644699097, 0.8808761239051819, 1.2999855279922485, -2.4787397384643555, 0.08379004895687103, -0.08379004895687103, 0.08379004895687103, 0.08379004895687103, -0.08379004895687103, 0.08379004895687103, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.13059654831886292, 0.1450059711933136, 0.9560009837150574, 0.16578549146652222, 0.7048314809799194, 0.8041897416114807, 0.5678706765174866, 0.1607535034418106, 0.0357515774667263, 0.15645015239715576, 0.15645015239715576, 0.15645015239715576, 0.15645015239715576, 0.15645015239715576, 0.15645015239715576, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [197]}, "observation.state": {"min": [-0.29431164264678955, 0.9557095170021057, -0.004487970378249884, 1.258963704109192, -0.9557652473449707, -0.29431164264678955, -0.00021301000379025936, -0.2895132899284363, -0.0015064200852066278, 0.0, 0.999989926815033, 0.7509999871253967, NaN], "max": [-0.2941269874572754, 0.9557570815086365, 0.0, 1.272881031036377, -0.9557095170021057, -0.2941305637359619, -0.0, -0.285624235868454, -0.0, 0.004233785439282656, 1.0, 0.8189383745193481, NaN], "mean": [-0.29428839683532715, 0.9557148218154907, -0.0005371816223487258, 1.260439395904541, -0.9557159543037415, -0.2942887842655182, -2.2919721232028678e-05, -0.28897255659103394, -0.0001799307792680338, 0.0005066700978204608, 0.9999989867210388, 0.7573816180229187, NaN], "std": [4.996617280994542e-05, 1.2875906577392016e-05, 0.0012808103347197175, 0.003568715415894985, 1.5106475075299386e-05, 4.904279558104463e-05, 5.707578384317458e-05, 0.0012198499171063304, 0.00042926412425003946, 0.0012080827727913857, 2.549323426137562e-06, 0.015968427062034607, NaN], "count": [197]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09325389209751819]], [[0.09225520170107644]], [[0.09130072802692432]]], "std": [[[0.2284277604621105]], [[0.22669969943266866]], [[0.2249475061780228]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3090177356397913]], [[0.30363389573195304]], [[0.29823314698472664]]], "std": [[[0.30532893660030086]], [[0.30337374864432787]], [[0.3020422085639199]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5583750414908962]], [[0.5212524074778162]], [[0.4894030501089325]]], "std": [[[0.17339944133573548]], [[0.1916910121045115]], [[0.2104370916552672]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.502139641424779]], [[0.49003192401751233]], [[0.4770617766753772]]], "std": [[[0.3283944359442439]], [[0.3317808287901759]], [[0.33467405752066837]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5436713465044717]], [[0.5315530449791489]], [[0.5209247142241186]]], "std": [[[0.30106641540952]], [[0.30548677461526214]], [[0.30918825028818386]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.994742287051957]], [[0.994742287051957]], [[0.994742287051957]]], "std": [[[0.022206004207049834]], [[0.022206004207049834]], [[0.022206004207049834]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5966951761929764]], [[0.5966951761929764]], [[0.5966951761929764]]], "std": [[[0.3382909309537105]], [[0.3382909309537105]], [[0.3382909309537105]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.06405550626940014]], [[0.06405550626940014]], [[0.06405550626940014]]], "std": [[[0.05176410715167841]], [[0.05176410715167841]], [[0.05176410715167841]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.046006613062105246]], [[0.046006613062105246]], [[0.046006613062105246]]], "std": [[[0.09394044144758606]], [[0.09394044144758606]], [[0.09394044144758606]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15493049847414087]], [[0.15493049847414087]], [[0.15493049847414087]]], "std": [[[0.21510438353481584]], [[0.21510438353481584]], [[0.21510438353481584]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09580852697427934]], [[0.12087637758157194]], [[0.043046910361559214]]], "std": [[[0.28173849751414826]], [[0.2937464662381031]], [[0.13612130938044828]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3839691005980724]], [[0.19223821373561564]], [[0.4436301647364599]]], "std": [[[0.39946249813290835]], [[0.317830336280187]], [[0.4461171432986309]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41630145960781634]], [[0.769143340903955]], [[0.29244607524621286]]], "std": [[[0.4153334546681531]], [[0.322889054689323]], [[0.22355062069862147]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6893258163564322]], [[0.6753406022030576]], [[0.4259363075348809]]], "std": [[[0.4033496235840048]], [[0.371144265619134]], [[0.37356276323035864]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5588646387593031]], [[0.4378739736241954]], [[0.5398889646621619]]], "std": [[[0.4397709753118178]], [[0.3946104884331134]], [[0.34538987592311127]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.92], "mean": [1.9599999999999997], "std": [1.1373653766490346], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [197]}, "index": {"min": [9875], "max": [10071], "mean": [9973.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [197]}}} +{"episode_index": 38, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4948562681674957, 0.025464791804552078, 0.011240298859775066, -0.7853982448577881, -1.5707964897155762, -0.7547940611839294, 1.2360855340957642, 0.0, 0.7669561505317688, -2.481858491897583, 0.0, -0.4536585509777069, 0.0, 0.0, -0.4536585509777069, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4948562681674957, 1.3828113079071045, 0.6103805303573608, 2.02618670463562, -0.5885613560676575, 1.0471975803375244, 1.571979284286499, 3.1864659786224365, 1.0471975803375244, 2.880507230758667, 0.4536585509777069, 0.0, 0.4536585509777069, 0.4536585509777069, 0.0, 0.4536585509777069, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49485743045806885, 1.2974761724472046, 0.5727138519287109, 0.7866571545600891, -1.0201001167297363, 0.05290309712290764, 1.5015798807144165, 1.8080310821533203, 0.9682259559631348, 0.5700862407684326, 0.05802494287490845, -0.05802494287490845, 0.05802494287490845, 0.05802494287490845, -0.05802494287490845, 0.05802494287490845, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 0.2662658989429474, 0.11753041297197342, 1.1424282789230347, 0.3937225043773651, 0.7277264595031738, 0.0997278019785881, 1.3146610260009766, 0.07964339107275009, 2.213939905166626, 0.14789478480815887, 0.14789478480815887, 0.14789478480815887, 0.14789478480815887, 0.14789478480815887, 0.14789478480815887, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [348]}, "observation.state": {"min": [0.11121667176485062, -0.993796169757843, -0.00032961912802420557, 1.3344718217849731, 0.9936876893043518, 0.11121667176485062, -0.0006406405591405928, -0.194106325507164, 0.0, -0.000255671504419297, 0.9999997615814209, 0.7509999871253967, NaN], "max": [0.11217985302209854, -0.9936878681182861, 8.675548457404147e-08, 1.3602215051651, 0.993796169757843, 0.11218004673719406, 0.0, -0.1598452776670456, 0.0006735734059475362, 9.673477308069778e-08, 1.0, 0.7967514395713806, NaN], "mean": [0.11128614097833633, -0.9937874674797058, -2.363615385547746e-05, 1.3359049558639526, 0.9937874674797058, 0.11128614097833633, -4.597169754561037e-05, -0.16164810955524445, 4.832946433452889e-05, -1.8339223970542662e-05, 1.0, 0.7536313533782959, NaN], "std": [0.00022015660942997783, 2.476001827744767e-05, 7.532396557508036e-05, 0.004790488630533218, 2.479151044099126e-05, 0.00022019458992872387, 0.00014648186333943158, 0.006140957586467266, 0.00015399859694298357, 5.8438581618247554e-05, 5.308172390527943e-08, 0.008709294721484184, NaN], "count": [348]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1283738961745226]], [[0.12227371586095538]], [[0.1132450366829814]]], "std": [[[0.30077059604795525]], [[0.2874186721802881]], [[0.26796057613412566]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44477602024018115]], [[0.4174566667404283]], [[0.37872713105624595]]], "std": [[[0.39296078505611837]], [[0.37374814587631555]], [[0.3459517543824048]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.7000475131949432]], [[0.6871934840349737]], [[0.6700917580807502]]], "std": [[[0.2011698781147455]], [[0.20423349515079414]], [[0.21128665629795304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4796297154613016]], [[0.4507689592440376]], [[0.40562993674608105]]], "std": [[[0.30013042596062883]], [[0.29339570579151625]], [[0.28087331967616663]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5649472584492229]], [[0.5306623750830656]], [[0.48349395791968164]]], "std": [[[0.31666093137791895]], [[0.312508784731474]], [[0.30590302310910317]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964363534682366]], [[0.9964363534682366]], [[0.9964363534682366]]], "std": [[[0.017497355019624027]], [[0.017497355019624027]], [[0.017497355019624027]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5926186304349721]], [[0.5926186304349721]], [[0.5926186304349721]]], "std": [[[0.33490615020025344]], [[0.33490615020025344]], [[0.33490615020025344]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10600144438610573]], [[0.10600144438610573]], [[0.10600144438610573]]], "std": [[[0.11740550097444752]], [[0.11740550097444752]], [[0.11740550097444752]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1779915683793438]], [[0.1779915683793438]], [[0.1779915683793438]]], "std": [[[0.33164957998802724]], [[0.33164957998802724]], [[0.33164957998802724]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2598536167656078]], [[0.2598536167656078]], [[0.2598536167656078]]], "std": [[[0.3372830629822015]], [[0.3372830629822015]], [[0.3372830629822015]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10226524937118242]], [[0.03165899613153972]], [[0.14269382702638186]]], "std": [[[0.24676196945185533]], [[0.12829488697270064]], [[0.3451607772894186]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38722066182924725]], [[0.4142059034755792]], [[0.17131064829064213]]], "std": [[[0.4572655756398304]], [[0.395083940161002]], [[0.26474654381088647]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6158684482103091]], [[0.39221802451701243]], [[0.6474093922648229]]], "std": [[[0.2580759608224629]], [[0.39297701030748283]], [[0.42657954986841395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5559019601137537]], [[0.4594783513076925]], [[0.4492785526097857]]], "std": [[[0.3539791580594414]], [[0.4160445294622091]], [[0.4369498529223611]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39131699178765245]], [[0.5423248152104452]], [[0.4017090534308864]]], "std": [[[0.38410132026805954]], [[0.42167239462043205]], [[0.4049703808353223]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.94], "mean": [3.4699999999999998], "std": [2.009170641500285], "count": [348]}, "frame_index": {"min": [0], "max": [347], "mean": [173.5], "std": [100.45853207501425], "count": [348]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [348]}, "index": {"min": [10072], "max": [10419], "mean": [10245.5], "std": [100.45853207501425], "count": [348]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [348]}}} +{"episode_index": 39, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49912646412849426, 0.025464791804552078, 0.007112366613000631, -0.7853981852531433, -1.5707963705062866, 0.7246251106262207, 0.06267265230417252, 0.0, 0.9909137487411499, -4.287473678588867, 0.0, -0.4585365951061249, 0.0, 0.0, -0.4585365951061249, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49912646412849426, 1.7227699756622314, 0.4811730682849884, -0.6130318641662598, -0.9447271823883057, 1.2968579530715942, 1.5707963705062866, 4.851332664489746, 1.802735447883606, -2.481858253479004, 0.4585365951061249, 0.0, 0.4585365951061249, 0.4585365951061249, 0.0, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49912869930267334, 1.5765820741653442, 0.4403409957885742, -0.7317614555358887, -1.2772797346115112, 1.0436317920684814, 0.7046859264373779, 2.487095594406128, 1.345632553100586, -3.5464975833892822, 0.03693268448114395, -0.03693268448114395, 0.03693268448114395, 0.03693268448114395, -0.03693268448114395, 0.03693268448114395, -2.3561997413635254, 1.5707992315292358, -1.0471994876861572, -1.5707992315292358, 0.0, -1.0471994876861572, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2351741790771484e-06, 0.3817096948623657, 0.10661257803440094, 0.045207977294921875, 0.23696091771125793, 0.17847608029842377, 0.5295214056968689, 1.8946791887283325, 0.31500673294067383, 0.6969956755638123, 0.11974503099918365, 0.11974503099918365, 0.11974503099918365, 0.11974503099918365, 0.11974503099918365, 0.11974503099918365, 5.245208740234375e-06, 2.86102294921875e-06, 1.9073486328125e-06, 2.86102294921875e-06, 0.0, 1.9073486328125e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [316]}, "observation.state": {"min": [-0.21884891390800476, -0.9762234091758728, 0.0, 1.8728283643722534, 0.9757582545280457, -0.21884597837924957, 0.0, -0.07737460732460022, -0.0009871385991573334, 0.0, 0.9999964833259583, 0.7509999871253967, NaN], "max": [-0.2167668640613556, -0.9757562875747681, 0.0021887703333050013, 1.8764363527297974, 0.9762234091758728, -0.2167668640613556, 0.0015025701140984893, -0.07254580408334732, 1.598971266503213e-08, 0.0024645463563501835, 1.0, 0.8207374811172485, NaN], "mean": [-0.21684561669826508, -0.9762082695960999, 8.309874101541936e-05, 1.8747035264968872, 0.9762082695960999, -0.2168455421924591, 5.700311157852411e-05, -0.07722663879394531, -3.747491064132191e-05, 9.354350186185911e-05, 1.0, 0.7532970309257507, NaN], "std": [0.00035458593629300594, 7.94795123510994e-05, 0.00037263036938384175, 0.0003368983743712306, 7.919086056062952e-05, 0.0003541566838975996, 0.0002556760155130178, 0.0006898262654431164, 0.0001680548448348418, 0.00041950109880417585, 5.370073381527618e-07, 0.010421483777463436, NaN], "count": [316]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12420911813992037]], [[0.1088996460114089]], [[0.08687540526966232]]], "std": [[[0.2933515391731372]], [[0.260815434038962]], [[0.21405329977089269]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4230374018216431]], [[0.3631707453474875]], [[0.28258082024232695]]], "std": [[[0.3861975178348051]], [[0.3498148075664907]], [[0.29477492081947515]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.743248999692213]], [[0.6742158089869784]], [[0.5861282700693561]]], "std": [[[0.2335462059959757]], [[0.22675600151793326]], [[0.21501568527231996]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4963347301096835]], [[0.4646304510655533]], [[0.4277283011833371]]], "std": [[[0.3712065180849846]], [[0.36361615012928306]], [[0.35404484696735866]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5659414963276784]], [[0.4855875452879418]], [[0.41416319953650893]]], "std": [[[0.26943905158893583]], [[0.29468380215105044]], [[0.31141436961088476]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963341426991781]], [[0.9963341426991781]], [[0.9963341426991781]]], "std": [[[0.017620806111811712]], [[0.017620806111811712]], [[0.017620806111811712]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5900837542773343]], [[0.5900837542773343]], [[0.5900837542773343]]], "std": [[[0.33540497643791123]], [[0.33540497643791123]], [[0.33540497643791123]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.12482982865181913]], [[0.12482982865181913]], [[0.12482982865181913]]], "std": [[[0.0768421132690965]], [[0.0768421132690965]], [[0.0768421132690965]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2898327744216253]], [[0.2898327744216253]], [[0.2898327744216253]]], "std": [[[0.4040155938683252]], [[0.4040155938683252]], [[0.4040155938683252]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12686065429215357]], [[0.12686065429215357]], [[0.12686065429215357]]], "std": [[[0.1450174071382796]], [[0.1450174071382796]], [[0.1450174071382796]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13683267182595482]], [[0.07791580315310694]], [[0.08355511700935633]]], "std": [[[0.3315971803529034]], [[0.22493150480672386]], [[0.25957340626502484]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5051957974667587]], [[0.39443908935278227]], [[0.1457206487533285]]], "std": [[[0.47813163764754446]], [[0.3740071710730851]], [[0.2691562732609678]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5215631100838133]], [[0.7862167477708911]], [[0.2845149042004545]]], "std": [[[0.21389760453339926]], [[0.3666848149804009]], [[0.34968115770986036]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5410039542919525]], [[0.539396105790218]], [[0.17013540616821266]]], "std": [[[0.448920926441899]], [[0.4208924190651838]], [[0.2274509298003996]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6282723438953229]], [[0.7891364462066759]], [[0.2311702947312094]]], "std": [[[0.358115780168376]], [[0.2942796585744161]], [[0.27570913251167106]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.1499999999999995], "std": [1.8244177153272767], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [316]}, "index": {"min": [10420], "max": [10735], "mean": [10577.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [316]}}} +{"episode_index": 40, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05360370874404907, 0.025464791804552078, 0.004027101211249828, -1.6279677152633667, -1.720017910003662, 1.0471975803375244, -2.0157222747802734, -2.4956908226013184, -0.8003252744674683, -2.481858253479004, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05360370874404907, 2.0254013538360596, 0.32030487060546875, -0.40041065216064453, -0.9548987150192261, 2.7091422080993652, 1.5707963705062866, 0.0, 1.0471975803375244, -1.8711978197097778, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05360385775566101, 1.7785335779190063, 0.2812647819519043, -1.0123745203018188, -1.4774144887924194, 1.8414994478225708, -0.01733723282814026, -1.090469241142273, 0.26593640446662903, -2.1959543228149414, 0.029532065615057945, -0.029532065615057945, 0.029532065615057945, 0.029532065615057945, -0.029532065615057945, 0.029532065615057945, -2.3561995029449463, 1.5707988739013672, -1.0471969842910767, -1.5707988739013672, 0.0, -1.0471969842910767, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 0.5205855369567871, 0.08232727646827698, 0.39388859272003174, 0.2243712842464447, 0.6522080302238464, 1.4322147369384766, 0.9947993755340576, 0.7746281027793884, 0.24764591455459595, 0.0940263569355011, 0.0940263569355011, 0.0940263569355011, 0.0940263569355011, 0.0940263569355011, 0.0940263569355011, 5.0067901611328125e-06, 2.5033950805664062e-06, 5.960464477539062e-07, 2.5033950805664062e-06, 0.0, 5.960464477539062e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [259]}, "observation.state": {"min": [0.2692108452320099, 0.9628914594650269, 0.0, 1.7621850967407227, -0.9630812406539917, 0.2692108452320099, -0.0, -0.15777473151683807, -2.9962426197016612e-05, -0.000215874460991472, 1.0, 0.7509999871253967, NaN], "max": [0.2698889374732971, 0.9630812406539917, 0.00021513942920137197, 1.8117420673370361, -0.9628914594650269, 0.2698889374732971, 3.54683434125036e-05, -0.15121830999851227, 6.2218236962507945e-06, 0.0, 1.0, 0.7719180583953857, NaN], "mean": [0.26923710107803345, 0.9630707502365112, 8.259756214101799e-06, 1.7638896703720093, -0.9630707502365112, 0.26923710107803345, 1.3405165191215929e-06, -0.15144264698028564, -9.373069360663067e-07, -8.315127161040436e-06, 1.0, 0.7517635822296143, NaN], "std": [0.000116638773761224, 3.279202792327851e-05, 3.6918532714480534e-05, 0.007626534439623356, 3.278956501162611e-05, 0.000116638773761224, 5.841068286827067e-06, 0.001003987854346633, 4.727236046164762e-06, 3.707761788973585e-05, 0.0, 0.003346857149153948, NaN], "count": [259]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.0931914468738831]], [[0.09175885457633688]], [[0.08986458310282835]]], "std": [[[0.22834923893084697]], [[0.2249963133957889]], [[0.22047056837946918]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2949661722628246]], [[0.29037960666295176]], [[0.28400421111640856]]], "std": [[[0.30555141652907647]], [[0.3014926173723886]], [[0.29764588830795186]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.664435918945397]], [[0.6521193368698665]], [[0.631339059915201]]], "std": [[[0.22664668191130063]], [[0.22596527952043854]], [[0.22367177667513383]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35768613503333685]], [[0.3505580426623644]], [[0.33887919795666976]]], "std": [[[0.28751834270349774]], [[0.28393706753116804]], [[0.28081102090036797]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46108460521789507]], [[0.452816855999265]], [[0.44252809009106875]]], "std": [[[0.3357353118369119]], [[0.3335088123632824]], [[0.3343059467267358]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953842677250785]], [[0.9953842677250785]], [[0.9953842677250785]]], "std": [[[0.020467085131927996]], [[0.020467085131927996]], [[0.020467085131927996]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5978529006075943]], [[0.5978529006075943]], [[0.5978529006075943]]], "std": [[[0.3366473528177718]], [[0.3366473528177718]], [[0.3366473528177718]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.08376098293357903]], [[0.08376098293357903]], [[0.08376098293357903]]], "std": [[[0.0570136339740328]], [[0.0570136339740328]], [[0.0570136339740328]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24416965434646895]], [[0.24416965434646895]], [[0.24416965434646895]]], "std": [[[0.38398595004493297]], [[0.38398595004493297]], [[0.38398595004493297]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22592383780228004]], [[0.22592383780228004]], [[0.22592383780228004]]], "std": [[[0.31696291062339566]], [[0.31696291062339566]], [[0.31696291062339566]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08726221374634462]], [[0.10969011413600699]], [[0.03596648541431551]]], "std": [[[0.25527826202334225]], [[0.28562173712527616]], [[0.14095880738558308]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33805155801248715]], [[0.3971302274338141]], [[0.15886561241233269]]], "std": [[[0.41109410779759076]], [[0.43433870158316634]], [[0.27143701736922915]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4544172049586566]], [[0.3579874082254906]], [[0.7821328929095663]]], "std": [[[0.2274921337817755]], [[0.3935498941910286]], [[0.36243116604787723]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5544795482571812]], [[0.4990087943935825]], [[0.31129205500469054]]], "std": [[[0.368989372054111]], [[0.4417415990312474]], [[0.3942998331227367]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6078247612303702]], [[0.4461467131498816]], [[0.4562067296054224]]], "std": [[[0.43787814131588065]], [[0.399714539605288]], [[0.3955307893212518]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.16], "mean": [2.58], "std": [1.4953260514014997], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [259]}, "index": {"min": [10736], "max": [10994], "mean": [10865.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [259]}}} +{"episode_index": 41, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495114803314, 0.025464791804552078, 0.014501831494271755, -5.750452518463135, -1.5707964897155762, -3.1283397674560547, 1.1933188438415527, -0.6581680774688721, -1.3757237195968628, -3.4524762630462646, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495114803314, 1.1052536964416504, 0.6294260621070862, -0.7853981852531433, 0.891452968120575, 1.0471975803375244, 1.5722662210464478, 0.0, 1.0471975803375244, -2.481858253479004, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997497498989105, 1.0430229902267456, 0.5939851999282837, -3.551290512084961, -0.20057444274425507, -1.2901569604873657, 1.4686840772628784, -0.3705267012119293, -0.2896628677845001, -3.0241646766662598, 0.0470992811024189, -0.0470992811024189, 0.0470992811024189, 0.0470992811024189, -0.0470992811024189, 0.0470992811024189, -2.3561997413635254, 1.5707992315292358, -1.047199010848999, -1.5707992315292358, 0.0, -1.047199010848999, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.20400722324848175, 0.11617866903543472, 2.0129342079162598, 1.000440239906311, 1.6988019943237305, 0.12221734970808029, 0.2647019624710083, 0.9747118353843689, 0.39261218905448914, 0.12482912838459015, 0.12482912838459015, 0.12482912838459015, 0.12482912838459015, 0.12482912838459015, 0.12482912838459015, 5.245208740234375e-06, 2.86102294921875e-06, 1.430511474609375e-06, 2.86102294921875e-06, 0.0, 1.430511474609375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [304]}, "observation.state": {"min": [0.7471535205841064, 0.6627879738807678, -3.1775596198713174e-06, 1.3185819387435913, -0.6646487712860107, 0.7471557855606079, -0.000536235747858882, -0.2792433202266693, -0.0019112825393676758, -0.0009840200655162334, 0.9999976754188538, 0.7509999871253967, NaN], "max": [0.7488071322441101, 0.6646482348442078, 0.0020820535719394684, 1.3627649545669556, -0.6627879738807678, 0.7488071322441101, 8.779840641182091e-07, -0.26675164699554443, 2.9612963317049434e-06, 1.4486075770037132e-06, 1.0, 0.7907891273498535, NaN], "mean": [0.7487034201622009, 0.662904679775238, 0.0001322748721577227, 1.3604551553726196, -0.662904679775238, 0.7487035393714905, -3.400119749130681e-05, -0.26738253235816956, -0.00012145968503318727, -6.245220720302314e-05, 1.0, 0.753032386302948, NaN], "std": [0.00035791273694485426, 0.00040288775926455855, 0.0004506259865593165, 0.008103213272988796, 0.00040298333624377847, 0.0003574932925403118, 0.00011590925714699551, 0.0022377518471330404, 0.0004137774230912328, 0.00021280722285155207, 4.561057096452714e-07, 0.007180298212915659, NaN], "count": [304]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.09013467928124022]], [[0.08910581771096318]], [[0.08406814364198537]]], "std": [[[0.2255319104266236]], [[0.22390969223865664]], [[0.2170188537664742]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2808983048915336]], [[0.2750153229651356]], [[0.25235262735441977]]], "std": [[[0.2896124649216139]], [[0.28709120522188547]], [[0.2818398561781098]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.435843868165234]], [[0.4340805530241918]], [[0.4206538844531349]]], "std": [[[0.33871041903008203]], [[0.3391787057385181]], [[0.3424538029884278]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5601285517045299]], [[0.5540273910323337]], [[0.5399183164117534]]], "std": [[[0.2915104887995515]], [[0.29361169989471914]], [[0.3013279342668179]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5679840232389252]], [[0.5544205912863418]], [[0.5250146966621537]]], "std": [[[0.25776254531403514]], [[0.2664995885792855]], [[0.284501226736775]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962596917704191]], [[0.9962596917704191]], [[0.9962596917704191]]], "std": [[[0.0178421546217739]], [[0.0178421546217739]], [[0.0178421546217739]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5882959744275262]], [[0.5882959744275262]], [[0.5882959744275262]]], "std": [[[0.3373310166916115]], [[0.3373310166916115]], [[0.3373310166916115]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40069912579100925]], [[0.40069912579100925]], [[0.40069912579100925]]], "std": [[[0.3801484198590236]], [[0.3801484198590236]], [[0.3801484198590236]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1255808651698428]], [[0.1255808651698428]], [[0.1255808651698428]]], "std": [[[0.2118697279703885]], [[0.2118697279703885]], [[0.2118697279703885]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16474533675855352]], [[0.16474533675855352]], [[0.16474533675855352]]], "std": [[[0.14734593041407576]], [[0.14734593041407576]], [[0.14734593041407576]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03989468185619037]], [[0.12365339427382047]], [[0.12217192218017812]]], "std": [[[0.15824321637706576]], [[0.3044166528967658]], [[0.29996008350385983]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4753406987636886]], [[0.31101435869994526]], [[0.2565468791805221]]], "std": [[[0.4728187162671237]], [[0.3880923809766657]], [[0.31700596370835216]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3910106344100514]], [[0.38679692964015744]], [[0.5091149587840335]]], "std": [[[0.3726160158417222]], [[0.3982607527998796]], [[0.468251417855221]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.716984380647372]], [[0.3858829255993632]], [[0.5702280708459985]]], "std": [[[0.3570175977050595]], [[0.38020348061539466]], [[0.4103327477708115]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4262466587674706]], [[0.6048856983647055]], [[0.49986270285276313]]], "std": [[[0.3084570409762681]], [[0.42315519455710615]], [[0.41727174437715026]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.06], "mean": [3.03], "std": [1.755135322418189], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [304]}, "index": {"min": [10995], "max": [11298], "mean": [11146.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [304]}}} +{"episode_index": 42, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.01153425220400095, -0.7853981852531433, -1.5707963705062866, -0.6067277789115906, 1.5707963705062866, -2.164785623550415, 1.0471975803375244, -3.467525005340576, 0.0, -0.5853658318519592, 0.0, 0.0, -0.5853658318519592, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.252474069595337, 1.0202559232711792, 0.2597126364707947, -0.7254427075386047, 1.0471975803375244, 2.2047085762023926, 0.0, 2.2300000190734863, -2.481858253479004, 0.5853658318519592, 0.0, 0.5853658318519592, 0.5853658318519592, 0.0, 0.5853658318519592, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974870681762695, 1.9371753931045532, 0.8774396777153015, -0.24249184131622314, -1.128778338432312, 0.16685450077056885, 1.9062891006469727, -1.1247141361236572, 1.7017229795455933, -2.9705960750579834, 0.12099894136190414, -0.12099894136190414, 0.12099894136190414, 0.12099894136190414, -0.12099894136190414, 0.12099894136190414, -2.3561995029449463, 1.5707988739013672, -1.047196626663208, -1.5707988739013672, 0.0, -1.047196626663208, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2814998626708984e-06, 0.6101614236831665, 0.27637332677841187, 0.4471702575683594, 0.35623908042907715, 0.7214165925979614, 0.2706242799758911, 0.9263511896133423, 0.5311057567596436, 0.4073604345321655, 0.23005469143390656, 0.23005469143390656, 0.23005469143390656, 0.23005469143390656, 0.23005469143390656, 0.23005469143390656, 5.0067901611328125e-06, 2.5033950805664062e-06, 9.5367431640625e-07, 2.5033950805664062e-06, 0.0, 9.5367431640625e-07, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [251]}, "observation.state": {"min": [0.9765250086784363, 0.21019871532917023, -0.003653100924566388, 2.03354549407959, -0.2154041826725006, 0.9765250086784363, -0.003192415926605463, -0.32770800590515137, -0.0, -6.112077954867345e-08, 0.9999882578849792, 0.7509999871253967, NaN], "max": [0.9776518940925598, 0.2154041826725006, 0.0, 2.0756380558013916, -0.2102104276418686, 0.9776509404182434, 4.784201792062959e-06, -0.324917733669281, 0.002903694985434413, 0.0038877534680068493, 1.0, 0.7979078888893127, NaN], "mean": [0.9766542315483093, 0.21481764316558838, -0.00041207080357708037, 2.0373752117156982, -0.21481867134571075, 0.9766541719436646, -0.0003587564860936254, -0.32734227180480957, 0.0003269870358053595, 0.00043770927004516125, 0.9999988675117493, 0.7551131248474121, NaN], "std": [0.00031443857005797327, 0.0014488653978332877, 0.0010169410379603505, 0.009846389293670654, 0.0014460402308031917, 0.000314223172608763, 0.000887160946149379, 0.0008562188013456762, 0.0008072350174188614, 0.0010814775014296174, 2.8928961910423823e-06, 0.01067846454679966, NaN], "count": [251]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11501405963021301]], [[0.10501901372703248]], [[0.09323613298812908]]], "std": [[[0.2782123386028509]], [[0.2575947870846799]], [[0.23136374407934207]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38131952382197704]], [[0.34565866219269076]], [[0.30371411749953564]]], "std": [[[0.3877737627579926]], [[0.3664456436131208]], [[0.3324932497923493]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5217761308825708]], [[0.4771683594952293]], [[0.43318262766958293]]], "std": [[[0.3178220712020397]], [[0.29524660858024004]], [[0.2716661115407138]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5078244326560007]], [[0.486087414193474]], [[0.46708542195989916]]], "std": [[[0.34698991394578255]], [[0.3377033748550397]], [[0.32823286105664834]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6432009138390831]], [[0.6082936368555836]], [[0.5696311544829279]]], "std": [[[0.3140781649842063]], [[0.32825467565332456]], [[0.33438254557680025]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949286007895173]], [[0.9949286007895173]], [[0.9949286007895173]]], "std": [[[0.021866749194719037]], [[0.021866749194719037]], [[0.021866749194719037]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6037652020967068]], [[0.6037652020967068]], [[0.6037652020967068]]], "std": [[[0.3389490702486044]], [[0.3389490702486044]], [[0.3389490702486044]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2736622161603604]], [[0.2736622161603604]], [[0.2736622161603604]]], "std": [[[0.32632865156601204]], [[0.32632865156601204]], [[0.32632865156601204]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20862076415669376]], [[0.20862076415669376]], [[0.20862076415669376]]], "std": [[[0.3410472083438074]], [[0.3410472083438074]], [[0.3410472083438074]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12413707586245742]], [[0.12413707586245742]], [[0.12413707586245742]]], "std": [[[0.16397049982938286]], [[0.16397049982938286]], [[0.16397049982938286]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09606901402878446]], [[0.06630639090559791]], [[0.10719023718375555]]], "std": [[[0.2819980336973731]], [[0.20410648008028576]], [[0.27244458165999635]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.410151506312316]], [[0.3761465736734145]], [[0.21010339900126804]]], "std": [[[0.41504590749947945]], [[0.4554475476582499]], [[0.31881361271530795]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6294477871857337]], [[0.6248744638035099]], [[0.24857546783290452]]], "std": [[[0.39494512703137347]], [[0.42464949456856793]], [[0.3456586545506309]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4371527636121991]], [[0.4314176441754158]], [[0.488459466328168]]], "std": [[[0.37315287154730564]], [[0.4046886418399299]], [[0.4345343351311072]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6141516632233414]], [[0.4916856321133837]], [[0.5614929426919361]]], "std": [[[0.4258187855439503]], [[0.38310318106218105]], [[0.3754876201123378]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.5], "std": [1.449137674618944], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [251]}, "index": {"min": [11299], "max": [11549], "mean": [11424.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [251]}}} +{"episode_index": 43, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48016849160194397, 0.025464791804552078, 0.010181927122175694, -0.7853982448577881, -1.5707964897155762, 0.9253122210502625, 0.5117558836936951, 0.0, -1.0993298292160034, -4.344584941864014, 0.0, -0.2829268276691437, 0.0, 0.0, -0.2829268276691437, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48016849160194397, 1.5839864015579224, 0.6333463788032532, 0.8377246856689453, -0.39391931891441345, 1.0471975803375244, 1.5707964897155762, 1.4055851697921753, 1.0471975803375244, -2.481858253479004, 0.2829268276691437, 0.0, 0.2829268276691437, 0.2829268276691437, 0.0, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4801694452762604, 1.4172258377075195, 0.5666689276695251, 0.16093754768371582, -0.9046850800514221, 0.994419276714325, 1.050514578819275, 0.8105672001838684, -0.21816472709178925, -3.5186407566070557, 0.059977054595947266, -0.059977054595947266, 0.059977054595947266, 0.059977054595947266, -0.059977054595947266, 0.059977054595947266, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 0.38385045528411865, 0.1534803807735443, 0.6941430568695068, 0.4957446753978729, 0.04266756400465965, 0.40259820222854614, 0.6012195348739624, 0.9298009872436523, 0.774239718914032, 0.11401446163654327, 0.11401446163654327, 0.11401446163654327, 0.11401446163654327, 0.11401446163654327, 0.11401446163654327, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [234]}, "observation.state": {"min": [0.03738315403461456, -0.9993006587028503, -1.7627455406454828e-07, 2.124884843826294, 0.9992812275886536, 0.037378471344709396, -0.00538433576002717, -0.38150471448898315, -9.572107728672563e-08, -1.800324724854363e-07, 0.9999850988388062, 0.7509999871253967, NaN], "max": [0.03790756314992905, -0.9992812275886536, 0.0008849861333146691, 2.1317646503448486, 0.999290943145752, 0.03790756314992905, 1.0247683235320437e-07, -0.3343025743961334, 0.005347548983991146, 0.0010851495899260044, 1.0, 0.7866222262382507, NaN], "mean": [0.03784559294581413, -0.9992844462394714, 0.0001107896605390124, 2.1307594776153564, 0.9992828965187073, 0.03784506022930145, -0.0006762595730833709, -0.3389069139957428, 0.0006716274074278772, 0.00013607836444862187, 0.9999985098838806, 0.7548424601554871, NaN], "std": [0.0001469967101002112, 5.531529950530967e-06, 0.00025700434343889356, 0.0022090086713433266, 2.3789998522261158e-06, 0.00014829207793809474, 0.0015671108849346638, 0.011243760585784912, 0.0015563940396532416, 0.0003154763544443995, 3.838087650365196e-06, 0.009093438275158405, NaN], "count": [234]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12596955255547038]], [[0.11563562041211273]], [[0.09974646933428821]]], "std": [[[0.2948974815813132]], [[0.27233743869183774]], [[0.24123937438637422]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4407054089376252]], [[0.39823183805172835]], [[0.33713516409607514]]], "std": [[[0.3860525275799199]], [[0.35690570761698404]], [[0.3192290945550515]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7545370246316782]], [[0.7441997665110297]], [[0.735348192941552]]], "std": [[[0.20505811205629723]], [[0.20687471847664415]], [[0.21150441961396835]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5285833428888125]], [[0.483859368828753]], [[0.4367577059071637]]], "std": [[[0.27368446022234233]], [[0.2694460768940988]], [[0.2692398665029763]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6500332450205895]], [[0.6036468844779456]], [[0.5443739444548381]]], "std": [[[0.25474310094308406]], [[0.25280291379904596]], [[0.2566494127182836]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995216190535583]], [[0.995216190535583]], [[0.995216190535583]]], "std": [[[0.02063504192736396]], [[0.02063504192736396]], [[0.02063504192736396]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5844096866406355]], [[0.5844096866406355]], [[0.5844096866406355]]], "std": [[[0.3348194677640515]], [[0.3348194677640515]], [[0.3348194677640515]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.05172659125549608]], [[0.05172659125549608]], [[0.05172659125549608]]], "std": [[[0.03959548476670692]], [[0.03959548476670692]], [[0.03959548476670692]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10854198543409703]], [[0.10854198543409703]], [[0.10854198543409703]]], "std": [[[0.22270353019882885]], [[0.22270353019882885]], [[0.22270353019882885]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17334109573517176]], [[0.17334109573517176]], [[0.17334109573517176]]], "std": [[[0.19997373085564774]], [[0.19997373085564774]], [[0.19997373085564774]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11893853312331396]], [[0.147831153007696]], [[0.02504579723206269]]], "std": [[[0.2934799724245773]], [[0.35049119406173807]], [[0.09689788223560732]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25863523215790885]], [[0.5498656492931293]], [[0.1568523688535638]]], "std": [[[0.2946252104479527]], [[0.48064544706909024]], [[0.27028590394829466]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.514085338139907]], [[0.2942138053538847]], [[0.8700830126380432]]], "std": [[[0.2229717911500498]], [[0.3618741609462176]], [[0.2625013949524399]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47022896134959574]], [[0.4930951719013928]], [[0.6641780430512891]]], "std": [[[0.37906467415956924]], [[0.4086815926471701]], [[0.39981226303105266]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6251368874351149]], [[0.5855214629472049]], [[0.42431765899479046]]], "std": [[[0.3641975199493801]], [[0.41335450995620593]], [[0.38339146509746563]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.66], "mean": [2.33], "std": [1.3509872933031852], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [234]}, "index": {"min": [11550], "max": [11783], "mean": [11666.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [234]}}} +{"episode_index": 44, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.27254366874694824, 0.025464791804552078, 0.008909614756703377, -4.681291580200195, -1.5707964897155762, 1.0471975803375244, -1.640468716621399, -3.5294761657714844, 0.8171544671058655, -7.181887626647949, 0.0, -0.5756097435951233, 0.0, 0.0, -0.5756097435951233, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.27254366874694824, 1.7390234470367432, 0.6084490418434143, -0.7853981852531433, 1.4174484014511108, 6.278386116027832, 1.5918322801589966, 0.0, 1.1100423336029053, -2.481858253479004, 0.5756097435951233, 0.0, 0.5756097435951233, 0.5756097435951233, 0.0, 0.5756097435951233, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.27254435420036316, 1.6045180559158325, 0.5613889098167419, -2.9433629512786865, 0.00564379571005702, 3.8985776901245117, 0.2251717895269394, -1.8046776056289673, 0.9794182181358337, -4.970588207244873, 0.06085226312279701, -0.06085226312279701, 0.06085226312279701, 0.06085226312279701, -0.06085226312279701, 0.06085226312279701, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 0.3702507019042969, 0.12954193353652954, 1.6239030361175537, 1.237977385520935, 2.174922466278076, 1.3838318586349487, 1.461418628692627, 0.08825606107711792, 1.9497493505477905, 0.1705809235572815, 0.1705809235572815, 0.1705809235572815, 0.1705809235572815, 0.1705809235572815, 0.1705809235572815, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [350]}, "observation.state": {"min": [0.855611264705658, 0.5166934132575989, -0.0005732494173571467, 1.9788062572479248, -0.5176189541816711, 0.855611264705658, -0.0001815733703551814, -0.16952869296073914, -0.0012211704161018133, -0.0005250190733931959, 0.9999991059303284, 0.7509999871253967, NaN], "max": [0.8561697602272034, 0.5176189541816711, 0.0013167890720069408, 1.9924042224884033, -0.5166935920715332, 0.8561704158782959, 6.695648335153237e-05, -0.15997616946697235, 0.0005252729170024395, 0.00023913678887765855, 1.0, 0.8181361556053162, NaN], "mean": [0.8556439876556396, 0.5175628066062927, 6.196871981956065e-05, 1.979352355003357, -0.5175628066062927, 0.8556439876556396, -8.808459824649617e-06, -0.16905084252357483, -5.760245039709844e-05, -2.4488126655342057e-05, 1.0, 0.7538808584213257, NaN], "std": [0.00012031375081278384, 0.00019932567374780774, 0.00025776916299946606, 0.002131463959813118, 0.0001992900506593287, 0.00012043852620990947, 3.568050669855438e-05, 0.001776958117261529, 0.0002390918234596029, 0.00010272856889059767, 1.5359042038198822e-07, 0.011108577251434326, NaN], "count": [350]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0762073062869688]], [[0.07571618684750328]], [[0.07482151504971196]]], "std": [[[0.18783164328221166]], [[0.18698692975771883]], [[0.18518160683100873]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2596035421658147]], [[0.25741881497306696]], [[0.25377495740267997]]], "std": [[[0.2536522224188357]], [[0.2529486090788321]], [[0.2527720399354109]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5011480012955218]], [[0.5006770952148172]], [[0.4913905709884925]]], "std": [[[0.20080818626606906]], [[0.20107289957818225]], [[0.1988110172616479]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2761781744810369]], [[0.2700027412490252]], [[0.2703715009344253]]], "std": [[[0.2626466819720581]], [[0.26148835590063113]], [[0.2608060374543914]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43962791031394943]], [[0.4382023052509537]], [[0.4367693937668772]]], "std": [[[0.282391353497296]], [[0.2861524192712944]], [[0.2901792469398731]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996784799210885]], [[0.996784799210885]], [[0.996784799210885]]], "std": [[[0.016350809767360423]], [[0.016350809767360423]], [[0.016350809767360423]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896628357577428]], [[0.5896628357577428]], [[0.5896628357577428]]], "std": [[[0.3343247885706173]], [[0.3343247885706173]], [[0.3343247885706173]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.12900835584738324]], [[0.12900835584738324]], [[0.12900835584738324]]], "std": [[[0.07913619143882107]], [[0.07913619143882107]], [[0.07913619143882107]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07126633634884137]], [[0.07126633634884137]], [[0.07126633634884137]]], "std": [[[0.14766691109553695]], [[0.14766691109553695]], [[0.14766691109553695]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11318904761042613]], [[0.11318904761042613]], [[0.11318904761042613]]], "std": [[[0.11828817715225885]], [[0.11828817715225885]], [[0.11828817715225885]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09681727308754629]], [[0.032803007595432414]], [[0.1238651624666145]]], "std": [[[0.28140629766514175]], [[0.11852233391362364]], [[0.30181254669929203]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31423012007716805]], [[0.4194479964004343]], [[0.18041050204151973]]], "std": [[[0.40643618111817925]], [[0.46527467392163335]], [[0.2670576441685311]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.512700968489718]], [[0.3181848975149719]], [[0.8580973532328701]]], "std": [[[0.24438504728670823]], [[0.3391506946681]], [[0.3182606840744313]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7316031210541739]], [[0.46957940334917864]], [[0.47311724002894134]]], "std": [[[0.3927037477391076]], [[0.3877379154561562]], [[0.33819974177767276]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48898217450517706]], [[0.6063702858798182]], [[0.4788829852791977]]], "std": [[[0.4090207268625532]], [[0.3863724807948579]], [[0.3721842347035655]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.98], "mean": [3.49], "std": [2.0207176942858696], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [350]}, "index": {"min": [11784], "max": [12133], "mean": [11958.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [350]}}} +{"episode_index": 45, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4517773687839508, 0.019424322992563248, 0.025464791804552078, -2.5163657665252686, -1.5707963705062866, -0.5156316757202148, 1.5707963705062866, -0.17932520806789398, 0.6652978658676147, -2.481858253479004, 0.0, -0.44878047704696655, 0.0, 0.0, -0.44878047704696655, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4517773687839508, 0.8716081976890564, 1.1426560878753662, -0.7632231712341309, -0.36729660630226135, 1.5830925703048706, 1.791242003440857, 0.6666524410247803, 1.81948983669281, -2.058948278427124, 0.44878047704696655, 0.0, 0.44878047704696655, 0.44878047704696655, 0.0, 0.44878047704696655, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4517764747142792, 0.8045164942741394, 1.0546988248825073, -1.5376396179199219, -0.83304363489151, 0.8706409335136414, 1.6695364713668823, 0.08256054669618607, 1.1096251010894775, -2.3375487327575684, 0.07135733962059021, -0.07135733962059021, 0.07135733962059021, 0.07135733962059021, -0.07135733962059021, 0.07135733962059021, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-07, 0.18489506840705872, 0.24239210784435272, 0.7273146510124207, 0.4048381745815277, 0.6818543672561646, 0.09174338728189468, 0.2753687798976898, 0.3677103519439697, 0.12878356873989105, 0.15920168161392212, 0.15920168161392212, 0.15920168161392212, 0.15920168161392212, 0.15920168161392212, 0.15920168161392212, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [230]}, "observation.state": {"min": [-0.24372252821922302, -0.9700903296470642, -0.0006955321878194809, 1.2482671737670898, 0.9698448777198792, -0.24372246861457825, -0.0010911046992987394, -0.2848971486091614, 0.0, -0.000932882132474333, 0.9999991655349731, 0.7509999871253967, NaN], "max": [-0.24274331331253052, -0.9698449969291687, 0.0, 1.2825690507888794, 0.9700901508331299, -0.24274250864982605, 0.0, -0.2550782263278961, 0.0008993061492219567, 0.0, 1.0, 0.7918890118598938, NaN], "mean": [-0.24360452592372894, -0.9698734283447266, -6.07741967542097e-05, 1.2802958488464355, 0.9698734283447266, -0.243604376912117, -0.0001042387229972519, -0.2827773988246918, 8.63496316014789e-05, -8.428282308159396e-05, 1.0, 0.7537973523139954, NaN], "std": [0.00023149416665546596, 5.8014436945086345e-05, 0.00017323673819191754, 0.006905241869390011, 5.797634366899729e-05, 0.00023167382460087538, 0.00028665445279330015, 0.006309204734861851, 0.00023752091510687023, 0.00023614594829268754, 2.0216738505496323e-07, 0.008417481556534767, NaN], "count": [230]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11868142032641517]], [[0.099989264335398]], [[0.0865931196527036]]], "std": [[[0.28227851327633807]], [[0.24102181622414995]], [[0.21187357154925426]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4058078389797833]], [[0.3310142071533993]], [[0.28053436384984554]]], "std": [[[0.38122734166053923]], [[0.3293644757348867]], [[0.2953075324312403]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5948494385066362]], [[0.5136882298625822]], [[0.4631645855839001]]], "std": [[[0.21002966992999464]], [[0.24054477891905973]], [[0.26489782539671075]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6124469389274125]], [[0.551418513221095]], [[0.506275731564128]]], "std": [[[0.263086167446727]], [[0.28124511363724264]], [[0.3050886846018323]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6603614546054392]], [[0.6003843434983515]], [[0.5644342479100324]]], "std": [[[0.24777542859497387]], [[0.28058178504575826]], [[0.3058584857287061]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954219531935753]], [[0.9954219531935753]], [[0.9954219531935753]]], "std": [[[0.02017625404639203]], [[0.02017625404639203]], [[0.02017625404639203]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6013162689240397]], [[0.6013162689240397]], [[0.6013162689240397]]], "std": [[[0.3374580531609399]], [[0.3374580531609399]], [[0.3374580531609399]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1328377238245252]], [[0.1328377238245252]], [[0.1328377238245252]]], "std": [[[0.14934482385500333]], [[0.14934482385500333]], [[0.14934482385500333]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12006949414969982]], [[0.12006949414969982]], [[0.12006949414969982]]], "std": [[[0.210981752069631]], [[0.210981752069631]], [[0.210981752069631]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09278646756400998]], [[0.09278646756400998]], [[0.09278646756400998]]], "std": [[[0.07940617250229766]], [[0.07940617250229766]], [[0.07940617250229766]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14351477478238656]], [[0.0593627119053223]], [[0.03358426893208636]]], "std": [[[0.34609963526289517]], [[0.1762753298959284]], [[0.13426216501922045]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2761165728218034]], [[0.2918744993431865]], [[0.358843717289248]]], "std": [[[0.37331649835909386]], [[0.37835473949817505]], [[0.4438870487049775]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7715306402305117]], [[0.3302681300966746]], [[0.5001651119734511]]], "std": [[[0.3349875078952963]], [[0.32908921677286285]], [[0.34848002530713057]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4483253141070388]], [[0.5596581914596145]], [[0.49855054580226127]]], "std": [[[0.3857409228422139]], [[0.3625076982415107]], [[0.4179760727890303]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46915255305637865]], [[0.6080654077574397]], [[0.6023190752173787]]], "std": [[[0.36438175428266495]], [[0.4386633620331147]], [[0.3650643371423222]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.58], "mean": [2.29], "std": [1.327893067984015], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [230]}, "index": {"min": [12134], "max": [12363], "mean": [12248.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [230]}}} +{"episode_index": 46, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3065444231033325, 0.025464791804552078, 0.005950380582362413, -0.7853981852531433, -1.5825539827346802, 1.0471975803375244, -1.5260958671569824, 0.0, -0.3925950527191162, -2.481858253479004, 0.0, -0.3219512104988098, 0.0, 0.0, -0.3219512104988098, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3065444231033325, 2.037818431854248, 0.4761788249015808, 1.488084316253662, 0.8399993777275085, 5.300008773803711, 1.5707963705062866, 1.3401943445205688, 1.0471975803375244, 2.063042402267456, 0.3219512104988098, 0.0, 0.3219512104988098, 0.3219512104988098, 0.0, 0.3219512104988098, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3065439462661743, 1.8220571279525757, 0.4257630705833435, 0.31895712018013, -0.7052232623100281, 3.177065849304199, 0.035895898938179016, 0.6324184536933899, 0.2949918806552887, -0.32972702383995056, 0.02482358179986477, -0.02482358179986477, 0.02482358179986477, 0.02482358179986477, -0.02482358179986477, 0.02482358179986477, -2.3561997413635254, 1.5707991123199463, -1.0471988916397095, -1.5707991123199463, 0.0, -1.0471988916397095, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.4953373968601227, 0.11574570089578629, 0.9266231656074524, 1.0009410381317139, 1.7873274087905884, 1.2998329401016235, 0.5494629740715027, 0.6118094325065613, 1.8903651237487793, 0.08330738544464111, 0.08330738544464111, 0.08330738544464111, 0.08330738544464111, 0.08330738544464111, 0.08330738544464111, 5.245208740234375e-06, 2.7418136596679688e-06, 1.3113021850585938e-06, 2.7418136596679688e-06, 0.0, 1.3113021850585938e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [300]}, "observation.state": {"min": [-0.7848028540611267, 0.6197455525398254, -3.3934866028317856e-09, 1.262307047843933, -0.6207553148269653, -0.7848028540611267, 0.0, -0.3031805753707886, 0.0, -0.0003919747832696885, 0.9999991655349731, 0.7509999871253967, NaN], "max": [-0.7840033769607544, 0.6207553744316101, 0.0012102772016078234, 1.2986094951629639, -0.6197455525398254, -0.7840042114257812, 0.00046226163976825774, -0.30240195989608765, 0.0012333565391600132, 4.603168690664461e-08, 1.0, 0.8053750991821289, NaN], "mean": [-0.7847729325294495, 0.6197860240936279, 4.7423785872524604e-05, 1.2634042501449585, -0.6197860240936279, -0.7847729325294495, 1.798436642275192e-05, -0.302437961101532, 4.8348287236876786e-05, -1.532634450995829e-05, 1.0, 0.7527973651885986, NaN], "std": [0.00013803158071823418, 0.00017440004739910364, 0.00020908001170028, 0.005082450807094574, 0.00017439312068745494, 0.00013790516823064536, 7.947726408019662e-05, 0.00015244283713400364, 0.0002131961373379454, 6.766459409845993e-05, 1.2940294880081638e-07, 0.008093156851828098, NaN], "count": [300]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.1187981326246856]], [[0.08522648094838634]], [[0.06926011891709935]]], "std": [[[0.28561537256220076]], [[0.23271706029212755]], [[0.19238819364737703]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3934624496493307]], [[0.30266127402364795]], [[0.2460062777821364]]], "std": [[[0.38957453244599344]], [[0.35604303063694587]], [[0.29741919241189513]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.629766285721566]], [[0.2642082034961654]], [[0.2324800914107307]]], "std": [[[0.22921419799402404]], [[0.25103360724837304]], [[0.2352550633558479]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.480860929221728]], [[0.40880121049479945]], [[0.37916389490716434]]], "std": [[[0.35669752102813906]], [[0.35248558089949106]], [[0.33804159190414423]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5166980515539891]], [[0.43465269085644587]], [[0.39995024579374516]]], "std": [[[0.3626149552665954]], [[0.3805634713486025]], [[0.3630341056594465]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959945242075491]], [[0.9959945242075491]], [[0.9959945242075491]]], "std": [[[0.01863735852814604]], [[0.01863735852814604]], [[0.01863735852814604]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5968415258993718]], [[0.5968415258993718]], [[0.5968415258993718]]], "std": [[[0.33707175664611916]], [[0.33707175664611916]], [[0.33707175664611916]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.123477979817487]], [[0.123477979817487]], [[0.123477979817487]]], "std": [[[0.0785279046888564]], [[0.0785279046888564]], [[0.0785279046888564]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2805296592013229]], [[0.2805296592013229]], [[0.2805296592013229]]], "std": [[[0.3977244825486472]], [[0.3977244825486472]], [[0.3977244825486472]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24720496267998668]], [[0.24720496267998668]], [[0.24720496267998668]]], "std": [[[0.31936426123500217]], [[0.31936426123500217]], [[0.31936426123500217]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13029538567590093]], [[0.025109783402434537]], [[0.13652688978878033]]], "std": [[[0.31613513139486743]], [[0.10032518973062214]], [[0.32566844694922553]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4567012125735353]], [[0.5183486039947938]], [[0.11667531554874266]]], "std": [[[0.43025872971068596]], [[0.4756015959766325]], [[0.2253531404540357]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27855787770461965]], [[0.7569380758014365]], [[0.6295864858032403]]], "std": [[[0.3297721366129323]], [[0.3728775486544423]], [[0.27232775370590084]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40651616753537706]], [[0.5479141133420641]], [[0.29926179531694347]]], "std": [[[0.42765576159875873]], [[0.4086086833397187]], [[0.3759304799373882]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40445728030277117]], [[0.5620957063376631]], [[0.3690803592323698]]], "std": [[[0.3787556866155996]], [[0.43053366509640223]], [[0.407352184141086]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.98], "mean": [2.99], "std": [1.7320411850376616], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [300]}, "index": {"min": [12364], "max": [12663], "mean": [12513.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [300]}}} +{"episode_index": 47, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4970298111438751, -0.012575927190482616, 0.025464791804552078, -0.8469690680503845, -1.5707963705062866, 0.7833898663520813, 0.9093297123908997, -2.5598909854888916, 1.0471975803375244, -2.481858253479004, 0.0, -0.4390243887901306, 0.0, 0.0, -0.4390243887901306, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4970298111438751, -0.0003270172164775431, 0.9792858958244324, -0.7212933301925659, 1.522436499595642, 1.0471975803375244, 1.5707963705062866, 0.0, 1.4877936840057373, -1.0640321969985962, 0.4390243887901306, 0.0, 0.4390243887901306, 0.4390243887901306, 0.0, 0.4390243887901306, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4970305263996124, -0.01173722930252552, 0.9139736890792847, -0.78849196434021, 0.24672943353652954, 0.9049889445304871, 1.2759724855422974, -1.4923076629638672, 1.2662855386734009, -1.6651391983032227, 0.07096795737743378, -0.07096795737743378, 0.07096795737743378, 0.07096795737743378, -0.07096795737743378, 0.07096795737743378, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 0.002502924297004938, 0.19490307569503784, 0.04049427807331085, 1.2885748147964478, 0.11045819520950317, 0.2397589087486267, 1.0704344511032104, 0.15822014212608337, 0.5801853537559509, 0.15690737962722778, 0.15690737962722778, 0.15690737962722778, 0.15690737962722778, 0.15690737962722778, 0.15690737962722778, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [227]}, "observation.state": {"min": [0.1616954654455185, 0.9868040084838867, -0.002628210000693798, 1.3723958730697632, -0.9868407249450684, 0.1616954654455185, -2.2462270266032647e-08, -0.1503094583749771, -2.2504131891309953e-08, 0.0, 0.9999962449073792, 0.7509999871253967, NaN], "max": [0.16189971566200256, 0.9868407249450684, 2.08695083436794e-09, 1.4012067317962646, -0.9868065714836121, 0.16190195083618164, 0.0007946802652440965, -0.13976535201072693, 0.0012096702121198177, 0.0024648939725011587, 1.0, 0.8104811310768127, NaN], "mean": [0.16171197593212128, 0.9868389964103699, -0.0002273683639941737, 1.399280071258545, -0.986839234828949, 0.16171225905418396, 6.87671999912709e-05, -0.14036762714385986, 0.00010466000094311312, 0.0002132406661985442, 1.0, 0.7551953792572021, NaN], "std": [4.8709462134866044e-05, 8.814389730105177e-06, 0.0006529990932904184, 0.005816197022795677, 8.248129233834334e-06, 4.9247559218201786e-05, 0.00019748015620280057, 0.0019336853874847293, 0.00030057167168706656, 0.0006124237552285194, 8.66530228904594e-07, 0.012470082379877567, NaN], "count": [227]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.13418617157885349]], [[0.12565901758945772]], [[0.11054647282119988]]], "std": [[[0.31439606097185896]], [[0.29587553735757566]], [[0.2648770392036938]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46825360845066455]], [[0.4319988037210712]], [[0.370561703919624]]], "std": [[[0.4125330240428885]], [[0.3874787275231654]], [[0.3459950917846466]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.023529411764705882]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.47240546345414813]], [[0.4427631763351351]], [[0.40733332930997374]]], "std": [[[0.23486138407713006]], [[0.24071282951602865]], [[0.25083353388442287]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5843724370360983]], [[0.5635388398374295]], [[0.5409340913342869]]], "std": [[[0.2931027347432653]], [[0.2954801559289362]], [[0.29881346326402597]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6409987239244387]], [[0.6022965081932365]], [[0.5482328894897105]]], "std": [[[0.29039854260140413]], [[0.29056702398759127]], [[0.2918141990365586]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9972695013917471]], [[0.9972695013917471]], [[0.9972695013917471]]], "std": [[[0.014762341092123528]], [[0.014762341092123528]], [[0.014762341092123528]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5823362348461837]], [[0.5823362348461837]], [[0.5823362348461837]]], "std": [[[0.3328878069554847]], [[0.3328878069554847]], [[0.3328878069554847]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.05312283115770161]], [[0.05312283115770161]], [[0.05312283115770161]]], "std": [[[0.04904992524874853]], [[0.04904992524874853]], [[0.04904992524874853]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08543447254761143]], [[0.08543447254761143]], [[0.08543447254761143]]], "std": [[[0.18934858798731316]], [[0.18934858798731316]], [[0.18934858798731316]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10938709480577567]], [[0.10938709480577567]], [[0.10938709480577567]]], "std": [[[0.1099721138666284]], [[0.1099721138666284]], [[0.1099721138666284]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12160995808329829]], [[0.06349561554384757]], [[0.08353239441530862]]], "std": [[[0.29938973979992684]], [[0.18641245493349584]], [[0.2590792209460155]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3307801106558009]], [[0.33067898753496133]], [[0.3693644727957186]]], "std": [[[0.36633006980316846]], [[0.4226350975576616]], [[0.4478753891631154]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7912461887049542]], [[0.41270807642505725]], [[0.6296520746118631]]], "std": [[[0.305794442555793]], [[0.35928355567953746]], [[0.43190180174546416]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.477357099318644]], [[0.6476983700699595]], [[0.48148149221044045]]], "std": [[[0.4166481835527244]], [[0.36296535380255857]], [[0.4014016882581017]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4835720513300221]], [[0.5975127724904127]], [[0.5380751308765358]]], "std": [[[0.35680570489894964]], [[0.4370947113203334]], [[0.3930449669187018]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.52], "mean": [2.26], "std": [1.31057239403247], "count": [227]}, "frame_index": {"min": [0], "max": [226], "mean": [113.0], "std": [65.5286197016235], "count": [227]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [227]}, "index": {"min": [12664], "max": [12890], "mean": [12777.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [227]}}} +{"episode_index": 48, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996868073940277, 0.025464791804552078, 0.005419482942670584, -0.7853981852531433, -1.5707963705062866, -2.322465181350708, -0.24652528762817383, -1.7222145795822144, 1.0471975803375244, -6.451486587524414, 0.0, -0.5121951103210449, 0.0, 0.0, -0.5121951103210449, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996868073940277, 1.9198591709136963, 0.4085893929004669, 1.9510635137557983, 0.49878036975860596, 1.0471975803375244, 1.5707963705062866, 0.0, 1.7123392820358276, -2.481858253479004, 0.5121951103210449, 0.0, 0.5121951103210449, 0.5121951103210449, 0.0, 0.5121951103210449, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996859133243561, 1.732811689376831, 0.3687821924686432, 0.6087160110473633, -0.43346646428108215, -0.71671062707901, 0.5946341753005981, -0.9503756165504456, 1.3734019994735718, -4.625988483428955, 0.07472933083772659, -0.07472933083772659, 0.07472933083772659, 0.07472933083772659, -0.07472933083772659, 0.07472933083772659, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-07, 0.4509631395339966, 0.09597446024417877, 1.115818977355957, 0.8874984383583069, 1.3891712427139282, 0.7534729838371277, 0.7380495071411133, 0.23008885979652405, 1.6904280185699463, 0.17582827806472778, 0.17582827806472778, 0.17582827806472778, 0.17582827806472778, 0.17582827806472778, 0.17582827806472778, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [307]}, "observation.state": {"min": [-0.14843754470348358, -0.9891700148582458, -1.8306713172933087e-05, 2.155458688735962, 0.9889155626296997, -0.14845141768455505, -0.0028670134488493204, -0.3532513678073883, -2.1129213564563543e-05, -1.5371942936326377e-05, 0.9999854564666748, 0.7509999871253967, NaN], "max": [-0.1467740684747696, -0.9889112114906311, 0.004569369833916426, 2.1811916828155518, 0.9891700148582458, -0.1467740684747696, 1.864415389718488e-05, -0.34765923023223877, 0.003511885879561305, 0.004093850031495094, 1.0, 0.8135374784469604, NaN], "mean": [-0.14690621197223663, -0.9891471862792969, 0.0003617107286117971, 2.156754732131958, 0.9891477823257446, -0.14690709114074707, -0.00022687925957143307, -0.35275697708129883, 0.00027795060304924846, 0.0003241175727453083, 1.0, 0.7551767826080322, NaN], "std": [0.00039786164416000247, 6.155086157377809e-05, 0.0010915192542597651, 0.004428239073604345, 6.064657281967811e-05, 0.0004007257230114192, 0.0006848617922514677, 0.0014461844693869352, 0.0008390233269892633, 0.0009780030231922865, 3.1936465347826015e-06, 0.012920830398797989, NaN], "count": [307]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.09361841920859175]], [[0.08951446900705497]], [[0.0784872288507072]]], "std": [[[0.23267899302786357]], [[0.22793097485634403]], [[0.20174330476895957]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30830955326626397]], [[0.2905059307673687]], [[0.24952897858298614]]], "std": [[[0.3029224517668193]], [[0.29913512977452655]], [[0.2686706019784709]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7504330650423022]], [[0.7590364026873361]], [[0.6705649266306843]]], "std": [[[0.24627849694938814]], [[0.24746927046398798]], [[0.24105355321113214]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5283729721429286]], [[0.5206532004819985]], [[0.46760127567322546]]], "std": [[[0.2992487280642162]], [[0.3055536229901422]], [[0.2927487744357611]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4637234624228269]], [[0.44133833436934844]], [[0.37242707828317884]]], "std": [[[0.277735614265321]], [[0.28769902181315926]], [[0.27709652324618467]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964724523919208]], [[0.9964724523919208]], [[0.9964724523919208]]], "std": [[[0.017462306932498346]], [[0.017462306932498346]], [[0.017462306932498346]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5975089999202033]], [[0.5975089999202033]], [[0.5975089999202033]]], "std": [[[0.33778344001179195]], [[0.33778344001179195]], [[0.33778344001179195]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.09837972602262067]], [[0.09837972602262067]], [[0.09837972602262067]]], "std": [[[0.06071873777384517]], [[0.06071873777384517]], [[0.06071873777384517]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10574041283693121]], [[0.10574041283693121]], [[0.10574041283693121]]], "std": [[[0.16574934824374726]], [[0.16574934824374726]], [[0.16574934824374726]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24812464636345286]], [[0.24812464636345286]], [[0.24812464636345286]]], "std": [[[0.29740536997257316]], [[0.29740536997257316]], [[0.29740536997257316]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0843807841662023]], [[0.13633265137387673]], [[0.0661523203720803]]], "std": [[[0.2619176164119117]], [[0.3276778327105679]], [[0.194261432776443]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26499247430581957]], [[0.5070503047359637]], [[0.2456241243325414]]], "std": [[[0.3613763201856769]], [[0.4783990917511147]], [[0.31566496221196233]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20705405718937483]], [[0.3514076541734645]], [[0.8903224387460261]]], "std": [[[0.249058989967489]], [[0.2209699728761898]], [[0.28989916284182354]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869036224318392]], [[0.7595959500862005]], [[0.29650363208790237]]], "std": [[[0.3537445539618478]], [[0.314985429760439]], [[0.3528493133952957]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5148793307275373]], [[0.3010766617648735]], [[0.568564382136015]]], "std": [[[0.40785027948117]], [[0.3269470961154377]], [[0.4224511753610199]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.12], "mean": [3.06], "std": [1.772455923288362], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [307]}, "index": {"min": [12891], "max": [13197], "mean": [13044.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [307]}}} +{"episode_index": 49, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4736989736557007, 0.025464791804552078, 0.010120097547769547, -1.0032062530517578, -1.5707963705062866, 0.4334198236465454, 0.5943268537521362, -0.7957490086555481, 0.7270683646202087, -3.0071873664855957, 0.0, -0.40487805008888245, 0.0, 0.0, -0.40487805008888245, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4736989736557007, 1.4882267713546753, 0.5914441347122192, -0.7853981852531433, -0.48826438188552856, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.40487805008888245, 0.0, 0.40487805008888245, 0.40487805008888245, 0.0, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47369900345802307, 1.282090663909912, 0.5095241665840149, -0.9069436192512512, -0.9975267052650452, 0.7010136842727661, 1.0744338035583496, -0.46117469668388367, 0.8656827211380005, -2.7552847862243652, 0.09482543170452118, -0.09482543170452118, 0.09482543170452118, 0.09482543170452118, -0.09482543170452118, 0.09482543170452118, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 0.40106111764907837, 0.15938781201839447, 0.09667673707008362, 0.4607887864112854, 0.27277135848999023, 0.40331214666366577, 0.36447736620903015, 0.14307934045791626, 0.22068564593791962, 0.16675759851932526, 0.16675759851932526, 0.16675759851932526, 0.16675759851932526, 0.16675759851932526, 0.16675759851932526, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [167]}, "observation.state": {"min": [0.9180499911308289, 0.39517027139663696, -3.5310438306623837e-06, 1.509315013885498, -0.3964621126651764, 0.9180482625961304, -0.0022736438550055027, -0.09653230011463165, -0.0014356792671605945, 0.0, 0.9999972581863403, 0.7509999871253967, NaN], "max": [0.9186078906059265, 0.3964642882347107, 0.0005821493687108159, 1.5138685703277588, -0.39517027139663696, 0.9186078906059265, 1.0147811053684563e-06, -0.07376883924007416, 3.6446560898184543e-06, 0.0018565966747701168, 1.0, 0.8152859210968018, NaN], "mean": [0.9185362458229065, 0.3953379988670349, 7.463125803042203e-05, 1.5096427202224731, -0.3953377306461334, 0.9185359477996826, -0.00029165635351091623, -0.07584305107593536, -0.00018407941388431937, 0.0002382182574365288, 1.0, 0.757844865322113, NaN], "std": [0.0001635308435652405, 0.0003794136573560536, 0.00017098257376346737, 0.0008998690755106509, 0.00037886094651184976, 0.00016396120190620422, 0.0006674790056422353, 0.0051816911436617374, 0.0004214489599689841, 0.0005451092729344964, 7.708553653174022e-07, 0.016149545088410378, NaN], "count": [167]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12421950913671444]], [[0.11470243299262183]], [[0.08949724098113647]]], "std": [[[0.29313046267217713]], [[0.2743028033251436]], [[0.22757862542808807]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4322478121305634]], [[0.39189815267442774]], [[0.31347758686936356]]], "std": [[[0.38682564416769877]], [[0.36978242803163003]], [[0.34116842488993726]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7159741646667217]], [[0.6567320382138697]], [[0.4332475700584259]]], "std": [[[0.19704030343286671]], [[0.19620736998342567]], [[0.18430545413978902]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3934571602725424]], [[0.33187409030162457]], [[0.2432839908508802]]], "std": [[[0.24020802616263534]], [[0.2289655754722527]], [[0.23335031672521214]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49642251445224306]], [[0.42256044863142067]], [[0.3308388476829807]]], "std": [[[0.28572979324610587]], [[0.29924076557053964]], [[0.32254115965227015]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964538993395655]], [[0.9964538993395655]], [[0.9964538993395655]]], "std": [[[0.017482336023753695]], [[0.017482336023753695]], [[0.017482336023753695]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.588879497026402]], [[0.588879497026402]], [[0.588879497026402]]], "std": [[[0.3344413724400643]], [[0.3344413724400643]], [[0.3344413724400643]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09170617941099357]], [[0.09170617941099357]], [[0.09170617941099357]]], "std": [[[0.09829558972131576]], [[0.09829558972131576]], [[0.09829558972131576]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03905815967507348]], [[0.03905815967507348]], [[0.03905815967507348]]], "std": [[[0.03990622855928193]], [[0.03990622855928193]], [[0.03990622855928193]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20825871141179017]], [[0.20825871141179017]], [[0.20825871141179017]]], "std": [[[0.29577762729803697]], [[0.29577762729803697]], [[0.29577762729803697]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10071014979638447]], [[0.07707978120970355]], [[0.09513024352725255]]], "std": [[[0.26280167384745595]], [[0.2473354709403824]], [[0.27920424826596857]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19648670581395583]], [[0.5112180426221307]], [[0.2692825880394906]]], "std": [[[0.2703062295896029]], [[0.480833693518175]], [[0.37746574553336903]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6866464157565492]], [[0.7887489202308604]], [[0.2875032304224997]]], "std": [[[0.42399393640032035]], [[0.29813334207300424]], [[0.3314726240723678]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47194035101130494]], [[0.5680204158678621]], [[0.6776798532278407]]], "std": [[[0.38176766621434194]], [[0.40069299094451416]], [[0.38047259198966144]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37387803185293816]], [[0.376939726720003]], [[0.6167006613732665]]], "std": [[[0.3613919134800559]], [[0.3541073459499144]], [[0.43628816185773384]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.32], "mean": [1.66], "std": [0.964157663455516], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [167]}, "index": {"min": [13198], "max": [13364], "mean": [13281.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [167]}}} +{"episode_index": 50, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.04347088932991028, 0.013768930919468403, 0.025464791804552078, -2.498985767364502, -1.9408869743347168, 1.0471975803375244, 1.1783367395401, -1.2484328746795654, 1.0471975803375244, -3.2749264240264893, 0.0, -0.30243903398513794, 0.0, 0.0, -0.30243903398513794, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.04347088932991028, 0.33030614256858826, 0.6108808517456055, -0.7853981852531433, -1.5707963705062866, 2.460411548614502, 1.5707963705062866, 0.0, 1.678551435470581, -2.481858253479004, 0.30243903398513794, 0.0, 0.30243903398513794, 0.30243903398513794, 0.0, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.04347086325287819, 0.3065336346626282, 0.5669144988059998, -1.7762434482574463, -1.7759146690368652, 1.8709949254989624, 1.362930178642273, -0.7146856784820557, 1.399366855621338, -2.93630051612854, 0.054374102503061295, -0.054374102503061295, 0.054374102503061295, 0.054374102503061295, -0.054374102503061295, 0.054374102503061295, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860637664795, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.60770320892334e-08, 0.06774238497018814, 0.125285804271698, 0.7121737599372864, 0.14483247697353363, 0.5867694616317749, 0.14705365896224976, 0.5146331787109375, 0.24877390265464783, 0.3223775625228882, 0.11253534257411957, 0.11253534257411957, 0.11253534257411957, 0.11253534257411957, 0.11253534257411957, 0.11253534257411957, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.384185791015625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [130]}, "observation.state": {"min": [-0.9874181151390076, 0.15812966227531433, 0.0, 1.4558351039886475, -0.16026785969734192, -0.9874182939529419, -0.0020395969040691853, -0.21021561324596405, 0.0, -0.0021377692464739084, 0.999997615814209, 0.7509999871253967, NaN], "max": [-0.9870734810829163, 0.16026665270328522, 0.0008269056561402977, 1.4628819227218628, -0.15812981128692627, -0.9870714545249939, 0.0, -0.19035764038562775, 0.0006869549979455769, 0.0, 1.0, 0.8163328766822815, NaN], "mean": [-0.9873355627059937, 0.15863840281963348, 8.999829879030585e-05, 1.4563723802566528, -0.15863852202892303, -0.9873353242874146, -0.00018358731176704168, -0.19172850251197815, 5.949861588305794e-05, -0.00019558781059458852, 1.0, 0.7560231685638428, NaN], "std": [7.075724715832621e-05, 0.00043819990241900086, 0.00023703555052634329, 0.0015510352095589042, 0.0004384908825159073, 7.119549991330132e-05, 0.0005146321491338313, 0.004109358415007591, 0.00016452175623271614, 0.0005421937676146626, 5.699841949535767e-07, 0.014472833834588528, NaN], "count": [130]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1266199916716456]], [[0.1209080669031061]], [[0.11493379360567456]]], "std": [[[0.3007086629402615]], [[0.2900605952783311]], [[0.27881541240348273]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4536697988521355]], [[0.4309564290269304]], [[0.4074685369924448]]], "std": [[[0.40491654739489313]], [[0.39547204200492675]], [[0.3854399530661226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5673767279491394]], [[0.526794557199098]], [[0.4893677424459747]]], "std": [[[0.2104514862504828]], [[0.22024632995527496]], [[0.23027606128022501]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5090862749121399]], [[0.4846703909565605]], [[0.46294359450972344]]], "std": [[[0.2607739704602936]], [[0.26634622272736325]], [[0.27229605949243924]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5816770985676168]], [[0.5339850371255509]], [[0.4867664137985142]]], "std": [[[0.2313332367541606]], [[0.24045399863657613]], [[0.24630804683576366]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996718686024391]], [[0.996718686024391]], [[0.996718686024391]]], "std": [[[0.016361974571418303]], [[0.016361974571418303]], [[0.016361974571418303]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5891245598612209]], [[0.5891245598612209]], [[0.5891245598612209]]], "std": [[[0.3318954046075033]], [[0.3318954046075033]], [[0.3318954046075033]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.08378767792469746]], [[0.08378767792469746]], [[0.08378767792469746]]], "std": [[[0.06209067332467301]], [[0.06209067332467301]], [[0.06209067332467301]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.039965573452800295]], [[0.039965573452800295]], [[0.039965573452800295]]], "std": [[[0.04088512829529291]], [[0.04088512829529291]], [[0.04088512829529291]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08855977136588365]], [[0.08855977136588365]], [[0.08855977136588365]]], "std": [[[0.037388953125382]], [[0.037388953125382]], [[0.037388953125382]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1487186404263152]], [[0.028087027950949882]], [[0.09950829180890919]]], "std": [[[0.35236748001635365]], [[0.10768357514813792]], [[0.24222415847126083]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47864814714230824]], [[0.18854822030039745]], [[0.291836327048175]]], "std": [[[0.44674079468518174]], [[0.25152987733651244]], [[0.4095377035166839]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.439717781439035]], [[0.7484905762859161]], [[0.46219560099269696]]], "std": [[[0.3538244660638707]], [[0.3442076467359825]], [[0.368646158185742]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7233516758298681]], [[0.4095463916834474]], [[0.47509187811097897]]], "std": [[[0.34268035611790887]], [[0.3709275469134313]], [[0.3843028780840298]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5406015566378394]], [[0.46468706107661084]], [[0.5712428399286256]]], "std": [[[0.40981087468942473]], [[0.3456227443755433]], [[0.44261148531512706]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.58], "mean": [1.29], "std": [0.7505331438384317], "count": [130]}, "frame_index": {"min": [0], "max": [129], "mean": [64.5], "std": [37.526657191921586], "count": [130]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [130]}, "index": {"min": [13365], "max": [13494], "mean": [13429.5], "std": [37.526657191921586], "count": [130]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [130]}}} +{"episode_index": 51, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.013348661363124847, -0.7853981852531433, -1.5707963705062866, 0.31573250889778137, 1.5707963705062866, -2.202761650085449, 1.0471975803375244, -3.9456584453582764, 0.0, -0.4682926833629608, 0.0, 0.0, -0.4682926833629608, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.4906291961669922, 0.7813888788223267, -0.4744265079498291, -0.3398016095161438, 1.0471975803375244, 1.7220158576965332, 0.0, 1.9257317781448364, -2.481858253479004, 0.4682926833629608, 0.0, 0.4682926833629608, 0.4682926833629608, 0.0, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974876642227173, 1.3371362686157227, 0.7009259462356567, -0.6073147654533386, -0.852636456489563, 0.693392813205719, 1.640283226966858, -1.2925329208374023, 1.5149729251861572, -3.3384859561920166, 0.09227415174245834, -0.09227415174245834, 0.09227415174245834, 0.09227415174245834, -0.09227415174245834, 0.09227415174245834, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.35791027545928955, 0.18761755526065826, 0.13279324769973755, 0.5318703055381775, 0.2773391306400299, 0.05347783863544464, 0.9597058892250061, 0.3428187072277069, 0.6349206566810608, 0.18125788867473602, 0.18125788867473602, 0.18125788867473602, 0.18125788867473602, 0.18125788867473602, 0.18125788867473602, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [225]}, "observation.state": {"min": [-0.9999095797538757, 0.01344884280115366, -0.0008424246334470809, 1.245500087738037, -0.013561704196035862, -0.9999095797538757, 0.0, -0.3144145607948303, -0.0008385048131458461, 0.0, 0.9999995827674866, 0.7509999871253967, NaN], "max": [-0.9999077320098877, 0.013561522588133812, 6.679104558315885e-08, 1.2659884691238403, -0.013448844663798809, -0.9999080300331116, 0.00028383659082464874, -0.30405136942863464, 6.760961213103656e-08, 0.00029521534452214837, 1.0, 0.8154164552688599, NaN], "mean": [-0.9999086260795593, 0.01345959771424532, -9.184499504044652e-05, 1.2473540306091309, -0.01345962006598711, -0.9999086260795593, 3.092479528277181e-05, -0.3133529722690582, -9.141842747339979e-05, 3.21639163303189e-05, 1.0, 0.7564008831977844, NaN], "std": [8.566035489820933e-07, 2.7571759346756153e-05, 0.00023123336723074317, 0.004818954039365053, 2.7623709684121422e-05, 8.475790878037515e-07, 7.786967034917325e-05, 0.0026846639811992645, 0.00023015889746602625, 8.099061960820109e-05, 1.0254770899109644e-07, 0.01433966588228941, NaN], "count": [225]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1295531884789756]], [[0.12527245990219213]], [[0.1152585779703626]]], "std": [[[0.3019825148386517]], [[0.29264876112069127]], [[0.27090573540087237]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4544260885367108]], [[0.43344870585284834]], [[0.3882671671726041]]], "std": [[[0.39177501358237304]], [[0.37766480942367586]], [[0.3460145704594177]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7028379987540996]], [[0.6957600763365432]], [[0.6809783536546523]]], "std": [[[0.23093382979950877]], [[0.23349343308785317]], [[0.23952998511823484]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6187300171462176]], [[0.5888370277833099]], [[0.5198593835810716]]], "std": [[[0.2739766658644867]], [[0.2687218664231052]], [[0.2581939630364198]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6559542248964153]], [[0.6298454989670024]], [[0.5822995619231927]]], "std": [[[0.27239016020199813]], [[0.27343860792097435]], [[0.27265615842961805]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968325967232418]], [[0.9968325967232418]], [[0.9968325967232418]]], "std": [[[0.01606988881543234]], [[0.01606988881543234]], [[0.01606988881543234]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5857741272494771]], [[0.5857741272494771]], [[0.5857741272494771]]], "std": [[[0.33311874901034316]], [[0.33311874901034316]], [[0.33311874901034316]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12213940806992063]], [[0.12213940806992063]], [[0.12213940806992063]]], "std": [[[0.1168809588390554]], [[0.1168809588390554]], [[0.1168809588390554]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09360419260895425]], [[0.09360419260895425]], [[0.09360419260895425]]], "std": [[[0.16117405985756897]], [[0.16117405985756897]], [[0.16117405985756897]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17635984660270865]], [[0.17635984660270865]], [[0.17635984660270865]]], "std": [[[0.24777121915772013]], [[0.24777121915772013]], [[0.24777121915772013]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05290508022914374]], [[0.030183568465175475]], [[0.14436881198907522]]], "std": [[[0.15004658381459463]], [[0.12338730294736747]], [[0.3468812638374365]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5073860903069891]], [[0.1721024387594373]], [[0.29513196552517246]]], "std": [[[0.4826938797265028]], [[0.29879067446844443]], [[0.2955039108524925]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3356905526822062]], [[0.40924537196295024]], [[0.7532407155947431]]], "std": [[[0.3834652955857758]], [[0.23773033153700263]], [[0.3891857503393722]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5486113508362889]], [[0.5708567207875592]], [[0.4294086989058473]]], "std": [[[0.4127231153169838]], [[0.3884845239627604]], [[0.3733712957824842]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4922327231908461]], [[0.5170829194302118]], [[0.6412135605995074]]], "std": [[[0.4124692259721276]], [[0.3439738576113219]], [[0.4406002706461636]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.48], "mean": [2.24], "std": [1.2990252756073173], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [225]}, "index": {"min": [13495], "max": [13719], "mean": [13607.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [225]}}} +{"episode_index": 52, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.013906420208513737, -0.7853981852531433, -1.5707963705062866, -2.3428878784179688, -0.03687119483947754, 0.0, -1.0360382795333862, -2.7681193351745605, 0.0, -0.29756098985671997, 0.0, 0.0, -0.29756098985671997, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1883735656738281, 0.6489753723144531, 0.6910710334777832, 0.7962514758110046, 1.0471975803375244, 1.5707963705062866, 2.4361305236816406, 1.0471975803375244, -2.481858253479004, 0.29756098985671997, 0.0, 0.29756098985671997, 0.29756098985671997, 0.0, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975138902664185, 1.1348495483398438, 0.6197411417961121, 0.20585180819034576, 0.16316823661327362, -1.2235604524612427, 0.6479851603507996, 1.7058379650115967, -0.42276206612586975, -2.601367235183716, 0.08616026490926743, -0.08616026490926743, 0.08616026490926743, 0.08616026490926743, -0.08616026490926743, 0.08616026490926743, -2.3562002182006836, 1.5707995891571045, -1.0472019910812378, -1.5707995891571045, 0.0, -1.0472019910812378, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4007091522216797e-06, 0.19806788861751556, 0.10816500335931778, 0.5041542649269104, 0.8623058795928955, 1.1888688802719116, 0.5546085238456726, 0.8797814846038818, 0.7843007445335388, 0.0884702280163765, 0.13403235375881195, 0.13403235375881195, 0.13403235375881195, 0.13403235375881195, 0.13403235375881195, 0.13403235375881195, 5.7220458984375e-06, 3.2186508178710938e-06, 4.410743713378906e-06, 3.2186508178710938e-06, 0.0, 4.410743713378906e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [409]}, "observation.state": {"min": [0.3824678659439087, -0.9239687919616699, -0.017399894073605537, 1.3973532915115356, 0.8916330933570862, 0.3824678659439087, -8.764874110056553e-06, -0.25513821840286255, -0.008383193053305149, -0.023174652829766273, 0.9997028112411499, 0.7509999871253967, NaN], "max": [0.4526863098144531, -0.8915171027183533, 2.785944707284216e-05, 1.4430192708969116, 0.9239687919616699, 0.45242202281951904, 0.017462294548749924, -0.20220956206321716, 0.0, 2.9093542252667248e-05, 1.0, 0.8133823871612549, NaN], "mean": [0.395454466342926, -0.9180934429168701, -0.003074760315939784, 1.4078071117401123, 0.9181109070777893, 0.39541587233543396, 0.0031719945836812258, -0.2129490077495575, -0.0015015208628028631, -0.004155037924647331, 0.9999567866325378, 0.7590901255607605, NaN], "std": [0.02365538850426674, 0.010789797641336918, 0.005714926868677139, 0.014433221891522408, 0.010754325427114964, 0.023578263819217682, 0.005828815512359142, 0.018754377961158752, 0.0027719552163034678, 0.007677796762436628, 8.861128299031407e-05, 0.016067784279584885, NaN], "count": [409]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.12826355821901964]], [[0.11367570916742609]], [[0.0908851860569131]]], "std": [[[0.3019136467422877]], [[0.2714209563176368]], [[0.22318660024759196]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4534095947739241]], [[0.38934219679458937]], [[0.2954654819213688]]], "std": [[[0.3936052105015487]], [[0.35593631540541404]], [[0.3006578866351281]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4828229192022214]], [[0.4426319222740565]], [[0.3805456775371138]]], "std": [[[0.3939344308774876]], [[0.3613853857792936]], [[0.31477075975064756]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.542020997913888]], [[0.4976629202482949]], [[0.44769998343716955]]], "std": [[[0.306225734923196]], [[0.30936082024543093]], [[0.3092912611605588]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.7370376673633785]], [[0.6433270475044777]], [[0.5076583859219964]]], "std": [[[0.21964342956580968]], [[0.24672301864903443]], [[0.28336014314601776]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965949677158917]], [[0.9965949677158917]], [[0.9965949677158917]]], "std": [[[0.016858802819520635]], [[0.016858802819520635]], [[0.016858802819520635]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1450980392156863]], [[0.1450980392156863]], [[0.1450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5797122868709058]], [[0.5797122868709058]], [[0.5797122868709058]]], "std": [[[0.3348304980656458]], [[0.3348304980656458]], [[0.3348304980656458]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46319625076527654]], [[0.46319625076527654]], [[0.46319625076527654]]], "std": [[[0.41128526889828226]], [[0.41128526889828226]], [[0.41128526889828226]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0972529841593626]], [[0.0972529841593626]], [[0.0972529841593626]]], "std": [[[0.2146741167368669]], [[0.2146741167368669]], [[0.2146741167368669]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16877183594617012]], [[0.16877183594617012]], [[0.16877183594617012]]], "std": [[[0.14555235085031196]], [[0.14555235085031196]], [[0.14555235085031196]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05767712002553492]], [[0.06792643152811892]], [[0.144605400287402]]], "std": [[[0.17422813681993757]], [[0.2133558025522241]], [[0.34750183159175696]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38368122251123354]], [[0.48480929610652784]], [[0.14538204414832517]]], "std": [[[0.4000421363571499]], [[0.44423567258091146]], [[0.25717145155791854]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32463904630283424]], [[0.461413478657083]], [[0.2542155488097226]]], "std": [[[0.3642083245181962]], [[0.4690655114042034]], [[0.38198428071044027]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4415342961232918]], [[0.6521156581780484]], [[0.6150316081837817]]], "std": [[[0.3835149884739241]], [[0.3791880636465809]], [[0.4378775863395951]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33798584850307556]], [[0.6629860422948975]], [[0.4894210667133376]]], "std": [[[0.32981804493029765]], [[0.42448372015587466]], [[0.35820052600588115]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.16], "mean": [4.079999999999999], "std": [2.3613555429032704], "count": [409]}, "frame_index": {"min": [0], "max": [408], "mean": [204.0], "std": [118.06777714516353], "count": [409]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [409]}, "index": {"min": [13720], "max": [14128], "mean": [13924.0], "std": [118.06777714516353], "count": [409]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [409]}}} +{"episode_index": 53, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49973294138908386, 0.013829730451107025, 0.025464791804552078, -2.914973735809326, -1.7382206916809082, 1.0471975803375244, 0.47302594780921936, -0.055900417268276215, 0.6936377882957458, -2.481858253479004, 0.0, -0.3268292546272278, 0.0, 0.0, -0.3268292546272278, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49973294138908386, 0.2828986942768097, 0.5209035873413086, -0.7853981852531433, -1.5707963705062866, 1.2361236810684204, 1.5707963705062866, 0.0, 1.0471975803375244, -2.4146552085876465, 0.3268292546272278, 0.0, 0.3268292546272278, 0.3268292546272278, 0.0, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49973294138908386, 0.2698309123516083, 0.49684324860572815, -2.1445858478546143, -1.6652320623397827, 1.1712497472763062, 0.931694746017456, -0.03404565900564194, 0.8210037350654602, -2.4386000633239746, 0.07423849403858185, -0.07423849403858185, 0.07423849403858185, 0.07423849403858185, -0.07423849403858185, 0.07423849403858185, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.04741356149315834, 0.08730284124612808, 0.8288509845733643, 0.05715364217758179, 0.07422497868537903, 0.4016766846179962, 0.021048562601208687, 0.13474753499031067, 0.02584458887577057, 0.1339939385652542, 0.1339939385652542, 0.1339939385652542, 0.1339939385652542, 0.1339939385652542, 0.1339939385652542, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [-0.9887097477912903, -0.15039965510368347, -0.0014202141901478171, 1.841828465461731, 0.14984330534934998, -0.9887097477912903, -0.0011219708248972893, -0.19106613099575043, -0.0012353194179013371, -0.0013228049501776695, 0.9999983906745911, 0.7509999871253967, NaN], "max": [-0.9886242747306824, -0.14984330534934998, 9.793098776356146e-09, 1.8511606454849243, 0.1504012793302536, -0.9886243939399719, 1.7718859623983008e-07, -0.163809671998024, 0.0, 1.7665551865775342e-07, 1.0, 0.8118670582771301, NaN], "mean": [-0.9886981248855591, -0.14991623163223267, -0.00018623391224537045, 1.8427704572677612, 0.149916410446167, -0.9886981248855591, -0.00014713534619659185, -0.16628842055797577, -0.00016200629761442542, -0.00017345261585433036, 1.0, 0.7573069930076599, NaN], "std": [2.5168779757223092e-05, 0.00016403640620410442, 0.0004207210731692612, 0.002249232493340969, 0.00016445465735159814, 2.5133247618214227e-05, 0.0003323786659166217, 0.006131259724497795, 0.0003659821522887796, 0.0003918403235729784, 4.6381578044929483e-07, 0.014927019365131855, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13032837588371418]], [[0.12817359723890243]], [[0.11713448012493873]]], "std": [[[0.30321279158231196]], [[0.2987014395662143]], [[0.27561702183044645]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4510282822064909]], [[0.437560541839252]], [[0.3883591492203735]]], "std": [[[0.3947974418040936]], [[0.3879760159730139]], [[0.3572745189015409]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7269580276418217]], [[0.7283412640457161]], [[0.7038034776579487]]], "std": [[[0.13912522297113133]], [[0.1493273970546775]], [[0.16599004102161194]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5728411034466111]], [[0.5697774062875723]], [[0.5331807071859215]]], "std": [[[0.25827842200450146]], [[0.26412843842946265]], [[0.2696268418692601]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6092878733929193]], [[0.5776455943206255]], [[0.5172341306961552]]], "std": [[[0.27343570005398543]], [[0.27954968348603604]], [[0.2835364881739322]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954307911735537]], [[0.9954307911735537]], [[0.9954307911735537]]], "std": [[[0.020224967627475443]], [[0.020224967627475443]], [[0.020224967627475443]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5894495319826916]], [[0.5894495319826916]], [[0.5894495319826916]]], "std": [[[0.3348558554700932]], [[0.3348558554700932]], [[0.3348558554700932]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04147742593497848]], [[0.04147742593497848]], [[0.04147742593497848]]], "std": [[[0.04014694031729041]], [[0.04014694031729041]], [[0.04014694031729041]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10321267277814994]], [[0.10321267277814994]], [[0.10321267277814994]]], "std": [[[0.1877085649628549]], [[0.1877085649628549]], [[0.1877085649628549]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18814128966110572]], [[0.18814128966110572]], [[0.18814128966110572]]], "std": [[[0.25843437815383064]], [[0.25843437815383064]], [[0.25843437815383064]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09729000175016143]], [[0.10298056516132667]], [[0.04911101052712046]]], "std": [[[0.2829554161500436]], [[0.2677488314993199]], [[0.15344469127814875]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4182909237700757]], [[0.395756841555404]], [[0.24842036731932263]]], "std": [[[0.3762250168359776]], [[0.4537465669688264]], [[0.38488643914154336]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.311469847266563]], [[0.6675463796133685]], [[0.5717883364145563]]], "std": [[[0.30700951059084547]], [[0.35116037863574984]], [[0.4144506887300662]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6502279139349731]], [[0.527393265298322]], [[0.47100573529914685]]], "std": [[[0.36559295573897027]], [[0.3600883866823675]], [[0.42574668149196565]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3105920212755257]], [[0.4574998440948145]], [[0.6513891561070241]]], "std": [[[0.33295727609175657]], [[0.3584768235672557]], [[0.4202104222033977]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [172]}, "index": {"min": [14129], "max": [14300], "mean": [14214.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [172]}}} +{"episode_index": 54, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3441969156265259, 0.025464791804552078, 0.024821896106004715, -0.9352045655250549, -1.5707963705062866, 0.5050398111343384, -1.6948232650756836, 0.0, -1.9933525323867798, -5.906171798706055, 0.0, -0.5170731544494629, 0.0, 0.0, -0.5170731544494629, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3441969156265259, 0.9432430267333984, 0.9194295406341553, -0.173903688788414, 0.3180162012577057, 3.1466619968414307, 2.4314467906951904, 2.2886734008789062, 1.0471975803375244, -2.481858253479004, 0.5170731544494629, 0.0, 0.5170731544494629, 0.5170731544494629, 0.0, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34419822692871094, 0.9043000936508179, 0.8814740777015686, -0.5891088843345642, -0.6591439247131348, 1.505289077758789, 0.9094021916389465, 1.388157844543457, -0.4429631531238556, -4.764583587646484, 0.07430874556303024, -0.07430874556303024, 0.07430874556303024, 0.07430874556303024, -0.07430874556303024, 0.07430874556303024, -2.3561999797821045, 1.5707993507385254, -1.0472006797790527, -1.5707993507385254, 0.0, -1.0472006797790527, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.3113021850585938e-06, 0.15079602599143982, 0.14698928594589233, 0.26712220907211304, 0.7785441875457764, 0.8947291970252991, 1.4208112955093384, 0.7069726586341858, 1.2278335094451904, 1.24257230758667, 0.17694786190986633, 0.17694786190986633, 0.17694786190986633, 0.17694786190986633, 0.17694786190986633, 0.17694786190986633, 5.4836273193359375e-06, 2.9802322387695312e-06, 3.0994415283203125e-06, 2.9802322387695312e-06, 0.0, 3.0994415283203125e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [353]}, "observation.state": {"min": [0.9655168652534485, 0.2552363872528076, -0.005604133475571871, 2.122274160385132, -0.26034051179885864, 0.9655168652534485, -1.0833350643224549e-05, -0.32602351903915405, -1.2942327884957194e-05, -0.005822594743221998, 0.9999561309814453, 0.7509999871253967, NaN], "max": [0.966862678527832, 0.26034051179885864, 1.0483475307410117e-05, 2.140709161758423, -0.25519317388534546, 0.966861367225647, 0.007501669693738222, -0.3227642774581909, 0.007333399727940559, 7.730515790171921e-06, 1.0, 0.8173864483833313, NaN], "mean": [0.9656236171722412, 0.2599324882030487, -0.00044830856495536864, 2.139805555343628, -0.2599298059940338, 0.9656236171722412, 0.0006011304212734103, -0.3232114017009735, 0.0005873864865861833, -0.0004661713319364935, 0.9999976754188538, 0.7553554177284241, NaN], "std": [0.0003234398318454623, 0.0012230261927470565, 0.0013443765928968787, 0.003109894460067153, 0.0012320809764787555, 0.0003231683513149619, 0.0018015977693721652, 0.0004133796610403806, 0.0017607039771974087, 0.001397506333887577, 9.280065569328144e-06, 0.0134980333968997, NaN], "count": [353]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.0626199192511723]], [[0.061296168219348204]], [[0.06010987661026587]]], "std": [[[0.16428586698952252]], [[0.16190726576852343]], [[0.15993501413124273]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23307618834955754]], [[0.2276703259122465]], [[0.22250648062651757]]], "std": [[[0.2532899234419774]], [[0.25100846133599103]], [[0.2497526369455481]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.3268786923544768]], [[0.3221915360583548]], [[0.3180629763071057]]], "std": [[[0.2183014838471155]], [[0.2198413574672334]], [[0.2213951588016408]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40642209334060225]], [[0.3996694997824033]], [[0.37492631283900996]]], "std": [[[0.3346211714463017]], [[0.33198738820416135]], [[0.3170699802013673]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46445579300082945]], [[0.46001085904763056]], [[0.44299569433464026]]], "std": [[[0.3380919140795809]], [[0.3429163642811939]], [[0.3405716063564834]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955295043019773]], [[0.9955295043019773]], [[0.9955295043019773]]], "std": [[[0.020253518253773525]], [[0.020253518253773525]], [[0.020253518253773525]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5981007516306341]], [[0.5981007516306341]], [[0.5981007516306341]]], "std": [[[0.33712220214744826]], [[0.33712220214744826]], [[0.33712220214744826]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.05574378843565743]], [[0.05574378843565743]], [[0.05574378843565743]]], "std": [[[0.042397904681368746]], [[0.042397904681368746]], [[0.042397904681368746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17208824032331718]], [[0.17208824032331718]], [[0.17208824032331718]]], "std": [[[0.3299865152125787]], [[0.3299865152125787]], [[0.3299865152125787]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09280247382972202]], [[0.09280247382972202]], [[0.09280247382972202]]], "std": [[[0.11874624500062786]], [[0.11874624500062786]], [[0.11874624500062786]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11975589740701177]], [[0.03343775560906624]], [[0.11701670297748729]]], "std": [[[0.2912237942658154]], [[0.1330244509586431]], [[0.2972722518506207]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5157218839247336]], [[0.2456277399917253]], [[0.14300414875433434]]], "std": [[[0.4818943266685202]], [[0.2985907756672839]], [[0.2513628498080395]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7738647923175289]], [[0.5853335130433966]], [[0.3338826882211453]]], "std": [[[0.3806496754525246]], [[0.3807210851027872]], [[0.3205085454252733]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36566720378517675]], [[0.6248735572064742]], [[0.34021264260295275]]], "std": [[[0.3420626016922025]], [[0.43488612165642515]], [[0.3476589949700037]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7887762026324842]], [[0.7013087425592993]], [[0.24407836431655527]]], "std": [[[0.3227816527097995]], [[0.3348915377850451]], [[0.29755729352438043]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.04], "mean": [3.52], "std": [2.0380382724571193], "count": [353]}, "frame_index": {"min": [0], "max": [352], "mean": [176.0], "std": [101.90191362285597], "count": [353]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [353]}, "index": {"min": [14301], "max": [14653], "mean": [14477.0], "std": [101.90191362285597], "count": [353]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [353]}}} +{"episode_index": 55, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4673879146575928, 0.025464791804552078, 0.02186390943825245, -3.360499143600464, -1.788097620010376, 1.0471975803375244, -1.221879482269287, 0.0, -0.10187854617834091, -2.481858253479004, 0.0, -0.6097561120986938, 0.0, 0.0, -0.6097561120986938, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4673879146575928, 0.6729780435562134, 0.5778147578239441, -0.7853981852531433, -1.5707963705062866, 3.2533793449401855, 1.5707963705062866, 0.12388242036104202, 1.0471975803375244, -0.38381561636924744, 0.6097561120986938, 0.0, 0.6097561120986938, 0.6097561120986938, 0.0, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4673866927623749, 0.6412327289581299, 0.5505567789077759, -2.4285054206848145, -1.673893928527832, 2.466993808746338, -0.18050022423267365, 0.07321325689554214, 0.33532464504241943, -1.1381030082702637, 0.12132981419563293, -0.12132981419563293, 0.12132981419563293, 0.12132981419563293, -0.12132981419563293, 0.12132981419563293, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.11418721824884415, 0.09804009646177292, 1.039259433746338, 0.07281587272882462, 0.8934056162834167, 1.0943458080291748, 0.04729064553976059, 0.4534570574760437, 0.849389374256134, 0.23456571996212006, 0.23456571996212006, 0.23456571996212006, 0.23456571996212006, 0.23456571996212006, 0.23456571996212006, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [219]}, "observation.state": {"min": [-0.4619170129299164, -0.887479305267334, -0.0009666100377216935, 1.296438455581665, 0.88692307472229, -0.4619162082672119, -0.0009400377166457474, -0.37620437145233154, -2.7591273266125427e-08, -0.0012903130846098065, 0.9999991059303284, 0.7509999871253967, NaN], "max": [-0.46084752678871155, -0.8869225978851318, 1.46443738913149e-07, 1.3069180250167847, 0.887479305267334, -0.46084752678871155, 1.0713434051012882e-07, -0.3371577560901642, 0.0003891698725055903, 1.793383859194364e-07, 1.0, 0.8004196286201477, NaN], "mean": [-0.4609600603580475, -0.887421190738678, -0.00010237525566481054, 1.2973811626434326, 0.887421190738678, -0.4609599709510803, -9.942813630914316e-05, -0.3402044177055359, 4.0929095121100545e-05, -0.00013671668421011418, 1.0, 0.7551071643829346, NaN], "std": [0.00029016839107498527, 0.00015099889424163848, 0.0002621725434437394, 0.002479943912476301, 0.00015089359658304602, 0.00028998267953284085, 0.0002547180338297039, 0.008340033702552319, 0.00010505303362151608, 0.00035011363797821105, 2.3046096941925498e-07, 0.011020415462553501, NaN], "count": [219]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.08489240798744176]], [[0.086244201835859]], [[0.060887526311095556]]], "std": [[[0.2056179173815284]], [[0.20948656620013384]], [[0.16152602903137678]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2811627174039138]], [[0.2864100621542006]], [[0.2218658585078298]]], "std": [[[0.277452785872801]], [[0.2811849252707276]], [[0.2548073056504082]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5099467468119904]], [[0.522501547987616]], [[0.35795895502621555]]], "std": [[[0.2399326406503493]], [[0.2431475099888406]], [[0.2409332695617338]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3223018740138578]], [[0.3044811079795962]], [[0.2367623086305758]]], "std": [[[0.24153799948408225]], [[0.2369152832964419]], [[0.23826655262992386]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4206156692422874]], [[0.4193064599732715]], [[0.33248915201660845]]], "std": [[[0.21448676406703132]], [[0.21534746600485744]], [[0.2538451261117795]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958204441654915]], [[0.9958204441654915]], [[0.9958204441654915]]], "std": [[[0.018930509108156038]], [[0.018930509108156038]], [[0.018930509108156038]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5826680761836557]], [[0.5826680761836557]], [[0.5826680761836557]]], "std": [[[0.3372783984531163]], [[0.3372783984531163]], [[0.3372783984531163]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18345245830625947]], [[0.18345245830625947]], [[0.18345245830625947]]], "std": [[[0.2192728172185062]], [[0.2192728172185062]], [[0.2192728172185062]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14825119175264923]], [[0.14825119175264923]], [[0.14825119175264923]]], "std": [[[0.29785609734082324]], [[0.29785609734082324]], [[0.29785609734082324]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14532716820526642]], [[0.14532716820526642]], [[0.14532716820526642]]], "std": [[[0.11272873445228618]], [[0.11272873445228618]], [[0.11272873445228618]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.028987702601303168]], [[0.13152006415917483]], [[0.09861699292760433]]], "std": [[[0.10386792475073207]], [[0.3186210298580138]], [[0.2853330594984416]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34078307184848566]], [[0.3073324200306983]], [[0.47893333762491697]]], "std": [[[0.4019268025927095]], [[0.3777804007659]], [[0.48032743570538766]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7779104681782429]], [[0.33188719706616615]], [[0.3592101742718222]]], "std": [[[0.3494531695264641]], [[0.2777617376389247]], [[0.38771204801996845]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5305397886797412]], [[0.6029539519785206]], [[0.40143892104223794]]], "std": [[[0.44966692164490174]], [[0.3299847425039366]], [[0.4026234667076772]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33061228425572203]], [[0.676247826882882]], [[0.5476332855224098]]], "std": [[[0.2865631867083404]], [[0.3668265261172234]], [[0.42479623840579195]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.36], "mean": [2.1799999999999997], "std": [1.2643839079435748], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [219]}, "index": {"min": [14654], "max": [14872], "mean": [14763.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [219]}}} +{"episode_index": 56, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10913433879613876, 0.025464791804552078, 0.017650771886110306, -1.7984035015106201, -1.5707963705062866, 1.0471975803375244, 1.5303763151168823, 0.0, 0.8830529451370239, -2.8672280311584473, 0.0, -0.3219512104988098, 0.0, 0.0, -0.3219512104988098, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10913433879613876, 0.8404290676116943, 0.5825385451316833, -0.7853981852531433, -0.6281760334968567, 1.593955159187317, 1.5839145183563232, 0.18792010843753815, 1.0471975803375244, -2.481858253479004, 0.3219512104988098, 0.0, 0.3219512104988098, 0.3219512104988098, 0.0, 0.3219512104988098, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10913443565368652, 0.7504188418388367, 0.5201484560966492, -1.341526746749878, -1.0146334171295166, 1.3450970649719238, 1.5600935220718384, 0.10104122012853622, 0.9922694563865662, -2.68902850151062, 0.06952832639217377, -0.06952832639217377, 0.06952832639217377, 0.06952832639217377, -0.06952832639217377, 0.06952832639217377, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.685754776000977e-08, 0.2044222354888916, 0.14169366657733917, 0.42271700501441956, 0.4168076515197754, 0.22688129544258118, 0.01571095921099186, 0.07721859961748123, 0.05653468146920204, 0.1583774983882904, 0.12833712995052338, 0.12833712995052338, 0.12833712995052338, 0.12833712995052338, 0.12833712995052338, 0.12833712995052338, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [121]}, "observation.state": {"min": [-0.020544875413179398, 0.9997888803482056, -0.00029748337692581117, 1.6357290744781494, -0.9997950792312622, -0.020545165985822678, -0.0010132532333955169, -0.18749140202999115, -0.0010191499022766948, -2.6286855359103356e-07, 0.999999463558197, 0.7509999871253967, NaN], "max": [-0.020244956016540527, 0.9997950792312622, 2.551049931298621e-07, 1.6841511726379395, -0.9997884035110474, -0.020244956016540527, -0.0, -0.17516480386257172, -0.0, 0.00027688025147654116, 1.0, 0.772819995880127, NaN], "mean": [-0.020278383046388626, 0.9997938275337219, -3.287462459411472e-05, 1.6796201467514038, -0.9997937679290771, -0.020278410986065865, -0.0001122822068282403, -0.17622467875480652, -0.00011293208081042394, 3.0567596695618704e-05, 1.0, 0.7531017661094666, NaN], "std": [8.284484647447243e-05, 1.7667889551375993e-06, 8.219326264224946e-05, 0.01157586183398962, 1.882463948277291e-06, 8.291446283692494e-05, 0.00028018452576361597, 0.0027931362856179476, 0.00028180843219161034, 7.644032302778214e-05, 1.448906772338887e-07, 0.005318369250744581, NaN], "count": [121]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1369693963150049]], [[0.12451595697955664]], [[0.1074362897650425]]], "std": [[[0.31861064209436907]], [[0.29405989041958125]], [[0.25964732770926696]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47449472168745066]], [[0.41226343081263145]], [[0.3437969906611118]]], "std": [[[0.4145624715408864]], [[0.38839098621574586]], [[0.34738545978565855]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7654578496081583]], [[0.7160599333061085]], [[0.6790558663600866]]], "std": [[[0.19468968542707385]], [[0.2250826289817878]], [[0.24099213062805713]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6966746744934422]], [[0.6232784654369938]], [[0.5840903552693606]]], "std": [[[0.22800277577020084]], [[0.2573053915099619]], [[0.2724248260644078]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7450496851385813]], [[0.6253293475250639]], [[0.5570996083259404]]], "std": [[[0.17520097122718709]], [[0.274476657595494]], [[0.308380492369806]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955069345955954]], [[0.9955069345955954]], [[0.9955069345955954]]], "std": [[[0.020013922260414124]], [[0.020013922260414124]], [[0.020013922260414124]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5923505687354111]], [[0.5923505687354111]], [[0.5923505687354111]]], "std": [[[0.3360856036159073]], [[0.3360856036159073]], [[0.3360856036159073]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.0890944825657769]], [[0.0890944825657769]], [[0.0890944825657769]]], "std": [[[0.06217317195622971]], [[0.06217317195622971]], [[0.06217317195622971]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11994932042103118]], [[0.11994932042103118]], [[0.11994932042103118]]], "std": [[[0.1960634166313101]], [[0.1960634166313101]], [[0.1960634166313101]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09535031727543451]], [[0.09535031727543451]], [[0.09535031727543451]]], "std": [[[0.059532478133506685]], [[0.059532478133506685]], [[0.059532478133506685]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1372276235825201]], [[0.09807669730455021]], [[0.05759696665506598]]], "std": [[[0.32800760458710804]], [[0.2857045024501518]], [[0.18104740985038642]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25730184115642085]], [[0.34829647332411984]], [[0.37924235444323073]]], "std": [[[0.3827575270716774]], [[0.3409718199353682]], [[0.4551358725330643]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42536433197813167]], [[0.4253571301644012]], [[0.6936903126217485]]], "std": [[[0.2955451800867759]], [[0.41879202480792516]], [[0.3903921942299365]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3101610175344718]], [[0.5785718132812443]], [[0.6509249153920998]]], "std": [[[0.3434563875191218]], [[0.3312706546806148]], [[0.41584632538874644]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4969442436117431]], [[0.7259776086625614]], [[0.41148920901420316]]], "std": [[[0.41431790051078543]], [[0.3693800947482388]], [[0.36635574691171213]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.4], "mean": [1.2000000000000002], "std": [0.6985699678629192], "count": [121]}, "frame_index": {"min": [0], "max": [120], "mean": [60.0], "std": [34.92849839314596], "count": [121]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [121]}, "index": {"min": [14873], "max": [14993], "mean": [14933.0], "std": [34.92849839314596], "count": [121]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [121]}}} +{"episode_index": 57, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2050163596868515, 0.025464791804552078, 0.01333792693912983, -2.15334153175354, -1.5707963705062866, 1.0471975803375244, 1.2476526498794556, -0.6332025527954102, 1.0471975803375244, -2.833462715148926, 0.0, -0.6097561120986938, 0.0, 0.0, -0.6097561120986938, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2050163596868515, 1.1785664558410645, 0.6173085570335388, -0.7853981852531433, -1.3935073614120483, 1.3274751901626587, 1.5707963705062866, 0.0, 1.6349962949752808, -2.481858253479004, 0.6097561120986938, 0.0, 0.6097561120986938, 0.6097561120986938, 0.0, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.20501665771007538, 1.0488665103912354, 0.5493741035461426, -1.6101006269454956, -1.4827256202697754, 1.207004427909851, 1.416307806968689, -0.3683355748653412, 1.356585144996643, -2.67852783203125, 0.13802826404571533, -0.13802826404571533, 0.13802826404571533, 0.13802826404571533, -0.13802826404571533, 0.13802826404571533, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 0.2903989851474762, 0.15210504829883575, 0.6082602143287659, 0.06902281194925308, 0.11689133942127228, 0.11640793085098267, 0.2734486162662506, 0.22688515484333038, 0.14367598295211792, 0.24396422505378723, 0.24396422505378723, 0.24396422505378723, 0.24396422505378723, 0.24396422505378723, 0.24396422505378723, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [166]}, "observation.state": {"min": [-0.6853399276733398, 0.7282232642173767, 0.0, 1.3565431833267212, -0.7286908030509949, -0.6853399276733398, -0.00032892817398533225, -0.24482432007789612, 0.0, -0.0021684421226382256, 0.9999963641166687, 0.7509999871253967, NaN], "max": [-0.6848410367965698, 0.7286877036094666, 0.0026666803751140833, 1.3660131692886353, -0.7282232642173767, -0.6848427653312683, 0.0, -0.22595104575157166, 0.0015865802997723222, 0.0, 1.0, 0.8163221478462219, NaN], "mean": [-0.6852850914001465, 0.7282755374908447, 0.0002988128690049052, 1.357317328453064, -0.7282758951187134, -0.6852851510047913, -3.690037192427553e-05, -0.24290885031223297, 0.0001777848956407979, -0.00024298830248881131, 1.0, 0.7570353150367737, NaN], "std": [0.00013794339611195028, 0.00012858434638474137, 0.0007407400407828391, 0.0020782537758350372, 0.00012934106052853167, 0.00013751744700130075, 9.146511729341e-05, 0.004761769436299801, 0.00044071211596019566, 0.0006023573805578053, 9.446663966627966e-07, 0.015439319424331188, NaN], "count": [166]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.09069954958488988]], [[0.08427995609173528]], [[0.07783250083317073]]], "std": [[[0.2232622449685763]], [[0.21308215672155048]], [[0.20304031655913896]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30271220841539315]], [[0.273444050825761]], [[0.24616838967042648]]], "std": [[[0.28552071838973025]], [[0.2748415187515878]], [[0.26744801368429005]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6027762804174369]], [[0.5780551227091157]], [[0.5529438305468215]]], "std": [[[0.22018948871063848]], [[0.23950434958065892]], [[0.2609093634873493]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040183290853362]], [[0.4893454288934889]], [[0.45474213818765086]]], "std": [[[0.24909595753813166]], [[0.255927255766834]], [[0.27059407250608725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5093026418049864]], [[0.4727478956152756]], [[0.4364736500119695]]], "std": [[[0.259829859457426]], [[0.2816749641609445]], [[0.3039187275980934]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9972415886637819]], [[0.9972415886637819]], [[0.9972415886637819]]], "std": [[[0.014668516029488803]], [[0.014668516029488803]], [[0.014668516029488803]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5828993603528755]], [[0.5828993603528755]], [[0.5828993603528755]]], "std": [[[0.33079459996314337]], [[0.33079459996314337]], [[0.33079459996314337]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.09582855928185713]], [[0.09582855928185713]], [[0.09582855928185713]]], "std": [[[0.06741711163091368]], [[0.06741711163091368]], [[0.06741711163091368]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04390855171794103]], [[0.04390855171794103]], [[0.04390855171794103]]], "std": [[[0.05148726151077254]], [[0.05148726151077254]], [[0.05148726151077254]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13271699353110827]], [[0.13271699353110827]], [[0.13271699353110827]]], "std": [[[0.20095075911949173]], [[0.20095075911949173]], [[0.20095075911949173]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03656752840324256]], [[0.14836738637864774]], [[0.02953220934076582]]], "std": [[[0.14038308665437985]], [[0.35047586322722507]], [[0.11054020004059639]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44189028968859867]], [[0.39720120754433574]], [[0.2612344190369284]]], "std": [[[0.47166588952812194]], [[0.3780956174505322]], [[0.3830542342019729]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4463522947566907]], [[0.7758302839620168]], [[0.34022219674094456]]], "std": [[[0.35040112636563264]], [[0.34066293653179336]], [[0.3792824319902286]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6772956223835589]], [[0.5815612432449468]], [[0.4695496586514637]]], "std": [[[0.3728982693036815]], [[0.33027844813606355]], [[0.4204006785644784]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30179817486996163]], [[0.5645855557366067]], [[0.6393330825439166]]], "std": [[[0.3636890139486923]], [[0.38656962684760937]], [[0.3702508829571478]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.3], "mean": [1.65], "std": [0.9583840566286566], "count": [166]}, "frame_index": {"min": [0], "max": [165], "mean": [82.5], "std": [47.91920283143283], "count": [166]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [166]}, "index": {"min": [14994], "max": [15159], "mean": [15076.5], "std": [47.91920283143283], "count": [166]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [166]}}} +{"episode_index": 58, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974486231803894, 0.025464791804552078, 0.025066116824746132, -3.168194532394409, -1.5707963705062866, -2.30729079246521, -0.7196094393730164, -3.0937623977661133, 0.5446850657463074, -4.453726291656494, 0.0, -0.33170732855796814, 0.0, 0.0, -0.33170732855796814, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974486231803894, 0.5856106281280518, 0.5764423608779907, -0.40176114439964294, -0.8830004334449768, 1.0471975803375244, 1.9576818943023682, 0.0, 2.111044406890869, -2.481858253479004, 0.33170732855796814, 0.0, 0.33170732855796814, 0.33170732855796814, 0.0, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997454881668091, 0.5682374835014343, 0.5593400597572327, -1.976580262184143, -1.342419981956482, -1.1283771991729736, 0.44912412762641907, -1.9922906160354614, 1.0803883075714111, -3.222585916519165, 0.06810931861400604, -0.06810931861400604, 0.06810931861400604, 0.06810931861400604, -0.06810931861400604, 0.06810931861400604, -2.3561997413635254, 1.5707991123199463, -1.047199010848999, -1.5707991123199463, 0.0, -1.047199010848999, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.07982110232114792, 0.07857166975736618, 1.12246835231781, 0.2181333750486374, 1.323022723197937, 1.0503724813461304, 1.2308838367462158, 0.5298610925674438, 0.5977018475532532, 0.13220342993736267, 0.13220342993736267, 0.13220342993736267, 0.13220342993736267, 0.13220342993736267, 0.13220342993736267, 5.245208740234375e-06, 2.7418136596679688e-06, 1.430511474609375e-06, 2.7418136596679688e-06, 0.0, 1.430511474609375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [302]}, "observation.state": {"min": [0.19215606153011322, 0.981315016746521, -0.003483187174424529, 2.0264487266540527, -0.9813643097877502, 0.19215400516986847, -0.001115553779527545, -0.17067402601242065, -0.0004258198314346373, 0.0, 0.9999933242797852, 0.7509999871253967, NaN], "max": [0.19240674376487732, 0.9813599586486816, 0.0, 2.0419976711273193, -0.9813152551651001, 0.19240663945674896, -0.0, -0.15390408039093018, -0.0, 0.0036325540859252214, 1.0, 0.815456748008728, NaN], "mean": [0.19237777590751648, 0.9813227653503418, -0.00043455447303131223, 2.0279879570007324, -0.9813230633735657, 0.192377507686615, -0.00013917362957727164, -0.15498685836791992, -5.3036463214084506e-05, 0.0004532041202764958, 1.0, 0.7570927143096924, NaN], "std": [6.378877878887579e-05, 1.1423448086134158e-05, 0.001010847743600607, 0.00374384387396276, 1.2672285265580285e-05, 6.441382720367983e-05, 0.000323752174153924, 0.0031667181756347418, 0.00012345361756160855, 0.001054223976098001, 1.8431575199429062e-06, 0.015043557621538639, NaN], "count": [302]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11520420897061674]], [[0.11122436868458269]], [[0.08864877210417015]]], "std": [[[0.2777019840222872]], [[0.2659996198727791]], [[0.2214719349304882]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3971504287224962]], [[0.36969073909786887]], [[0.2933988550859625]]], "std": [[[0.3842771729782057]], [[0.35984689097884653]], [[0.32372206625150435]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5054376684362744]], [[0.5350503865442761]], [[0.45316962283015183]]], "std": [[[0.2155037738331981]], [[0.2116071032735465]], [[0.22726053982219535]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.528924871135144]], [[0.5199918017342021]], [[0.4570440886453415]]], "std": [[[0.30044152204210745]], [[0.3016890465666636]], [[0.3188428464390563]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5785192936858065]], [[0.516829076283569]], [[0.40797907182434545]]], "std": [[[0.3014998116582801]], [[0.2934472628603933]], [[0.3200390423640347]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951511167169922]], [[0.9951511167169922]], [[0.9951511167169922]]], "std": [[[0.02135883176960455]], [[0.02135883176960455]], [[0.02135883176960455]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6063513854774152]], [[0.6063513854774152]], [[0.6063513854774152]]], "std": [[[0.33818705686745226]], [[0.33818705686745226]], [[0.33818705686745226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.03600276538918293]], [[0.03600276538918293]], [[0.03600276538918293]]], "std": [[[0.04691271165702197]], [[0.04691271165702197]], [[0.04691271165702197]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13253770189721523]], [[0.13253770189721523]], [[0.13253770189721523]]], "std": [[[0.2742421366103309]], [[0.2742421366103309]], [[0.2742421366103309]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21241180561003856]], [[0.21241180561003856]], [[0.21241180561003856]]], "std": [[[0.29101930923555225]], [[0.29101930923555225]], [[0.29101930923555225]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11226592797783934]], [[0.1025469717177935]], [[0.025632295775941782]]], "std": [[[0.2943129383402017]], [[0.2671594169534211]], [[0.10329327778080322]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29050582481889853]], [[0.5137639508318632]], [[0.15367065448661596]]], "std": [[[0.3410978348315263]], [[0.4817920794218219]], [[0.2496954615171331]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5319994890333275]], [[0.7431470786050475]], [[0.2930831071869943]]], "std": [[[0.3607789028486605]], [[0.33927614160741576]], [[0.35916544056489924]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6556257055128745]], [[0.5126788185538571]], [[0.2741935061634517]]], "std": [[[0.41813067442675583]], [[0.358183550957588]], [[0.32208544571670256]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5725249599172797]], [[0.4503853184925008]], [[0.3467615401688872]]], "std": [[[0.4484077874044716]], [[0.3938377978514424]], [[0.3316640238404305]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.02], "mean": [3.01], "std": [1.7435882541471768], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [302]}, "index": {"min": [15160], "max": [15461], "mean": [15310.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [302]}}} +{"episode_index": 59, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30859607458114624, 0.025464791804552078, 0.014821323566138744, -6.272557258605957, -1.6337008476257324, 0.9180974960327148, -2.62184476852417, -1.4232970476150513, -2.2277700901031494, -4.092204570770264, 0.0, -0.34634146094322205, 0.0, 0.0, -0.34634146094322205, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30859607458114624, 1.4298495054244995, 0.8322182297706604, 0.2347288280725479, 1.4919202327728271, 3.2950778007507324, 1.6338894367218018, 1.07941734790802, 1.0471975803375244, -2.481858253479004, 0.34634146094322205, 0.0, 0.34634146094322205, 0.34634146094322205, 0.0, 0.34634146094322205, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30859488248825073, 1.3705934286117554, 0.7977250218391418, -3.651732921600342, 0.10866746306419373, 1.9808447360992432, -1.07443368434906, -0.08314850926399231, -0.24934659898281097, -3.2660412788391113, 0.039956722408533096, -0.039956722408533096, 0.039956722408533096, 0.039956722408533096, -0.039956722408533096, 0.039956722408533096, -2.3562002182006836, 1.5707998275756836, -1.04720139503479, -1.5707998275756836, 0.0, -1.04720139503479, 2.4818553924560547, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 0.22942964732646942, 0.13353663682937622, 2.4286842346191406, 1.0178989171981812, 0.65407395362854, 1.39020574092865, 0.7922173142433167, 1.2737157344818115, 0.520356297492981, 0.10925710946321487, 0.10925710946321487, 0.10925710946321487, 0.10925710946321487, 0.10925710946321487, 0.10925710946321487, 5.7220458984375e-06, 3.4570693969726562e-06, 3.814697265625e-06, 3.4570693969726562e-06, 0.0, 3.814697265625e-06, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [536]}, "observation.state": {"min": [0.25958994030952454, 0.9651150107383728, -0.001488958951085806, 1.5190584659576416, -0.9657189249992371, 0.25958994030952454, -3.593056680983864e-05, -0.21194042265415192, -3.259712684666738e-05, 0.0, 0.9999898672103882, 0.7509999871253967, NaN], "max": [0.2618221938610077, 0.9657189249992371, 0.0, 1.5293397903442383, -0.9651056528091431, 0.26182618737220764, 0.004257838241755962, -0.16952230036258698, 0.0044957902282476425, 0.0003654474567156285, 1.0, 0.7953917980194092, NaN], "mean": [0.25977036356925964, 0.9656658172607422, -0.00010175496572628617, 1.5197491645812988, -0.965665340423584, 0.25977054238319397, 0.00029226989136077464, -0.17185695469379425, 0.00030870584305375814, 2.1822981580044143e-05, 1.0, 0.7532715797424316, NaN], "std": [0.0004938149941153824, 0.00013358111027628183, 0.00033223009086214006, 0.002238496206700802, 0.00013538401981350034, 0.000494585488922894, 0.0009539824677631259, 0.007920588366687298, 0.0010073883458971977, 7.502209336962551e-05, 2.0772424704773584e-06, 0.007857569493353367, NaN], "count": [536]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.11601926188857914]], [[0.07736106706408277]], [[0.058387972339173005]]], "std": [[[0.27700247332974165]], [[0.21331200940576822]], [[0.16650181432577615]]], "count": [111]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40241043462306114]], [[0.28114290429090155]], [[0.21192579491905378]]], "std": [[[0.3745033930705872]], [[0.33544648184605613]], [[0.2766669885478739]]], "count": [111]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6121666443418535]], [[0.303345988370038]], [[0.2655759109159552]]], "std": [[[0.2207936520612502]], [[0.25594317111609427]], [[0.24511921772983]]], "count": [111]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4859065814195296]], [[0.3907345169175355]], [[0.3668347349636917]]], "std": [[[0.29707944405426706]], [[0.3310356904098978]], [[0.33657536097339563]]], "count": [111]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6099786278049273]], [[0.47006058678187057]], [[0.4278577770886113]]], "std": [[[0.2832059235783033]], [[0.37936684555251454]], [[0.38728847754616]]], "count": [111]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961551808841171]], [[0.9961551808841171]], [[0.9961551808841171]]], "std": [[[0.018206958114260048]], [[0.018206958114260048]], [[0.018206958114260048]]], "count": [111]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5884993714950443]], [[0.5884993714950443]], [[0.5884993714950443]]], "std": [[[0.33522750143926955]], [[0.33522750143926955]], [[0.33522750143926955]]], "count": [111]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12823841892695656]], [[0.12823841892695656]], [[0.12823841892695656]]], "std": [[[0.10736057366737815]], [[0.10736057366737815]], [[0.10736057366737815]]], "count": [111]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11662179442672989]], [[0.11662179442672989]], [[0.11662179442672989]]], "std": [[[0.2690962777707337]], [[0.2690962777707337]], [[0.2690962777707337]]], "count": [111]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12046448949870213]], [[0.12046448949870213]], [[0.12046448949870213]]], "std": [[[0.15671814007472368]], [[0.15671814007472368]], [[0.15671814007472368]]], "count": [111]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09910490699391056]], [[0.08221447236166697]], [[0.08085858808554781]]], "std": [[[0.2854971906717104]], [[0.2362510720953723]], [[0.2527756120697457]]], "count": [111]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3738139783728472]], [[0.3576187863250549]], [[0.30016508037860007]]], "std": [[[0.3506903639828156]], [[0.4447083030498098]], [[0.41020302775789286]]], "count": [111]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6379174943173519]], [[0.4311100036602303]], [[0.4008766779803418]]], "std": [[[0.4015250251120673]], [[0.30383322198662527]], [[0.4136525780529585]]], "count": [111]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7137631949960328]], [[0.3725870615000905]], [[0.4531507506154306]]], "std": [[[0.3816794333524517]], [[0.31929801453606993]], [[0.43747110015652785]]], "count": [111]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42110358446848106]], [[0.5836048348966352]], [[0.5705000276651283]]], "std": [[[0.3654329321163574]], [[0.3800434856564542]], [[0.4228587433332179]]], "count": [111]}, "timestamp": {"min": [0.0], "max": [10.7], "mean": [5.349999999999999], "std": [3.0945920571215844], "count": [536]}, "frame_index": {"min": [0], "max": [535], "mean": [267.5], "std": [154.72960285607923], "count": [536]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [536]}, "index": {"min": [15462], "max": [15997], "mean": [15729.5], "std": [154.72960285607923], "count": [536]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [536]}}} +{"episode_index": 60, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3649374544620514, 0.025464791804552078, 0.013022910803556442, -0.7853982448577881, -1.5707964897155762, 1.0471975803375244, 1.4497159719467163, 0.0, -1.5433769226074219, -8.065346717834473, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3649374544620514, 1.3179633617401123, 0.6740177273750305, 0.09659359604120255, -0.0828336700797081, 6.021112442016602, 1.964348316192627, 5.989009857177734, 1.0471975803375244, -2.481858253479004, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3649369478225708, 1.241147518157959, 0.6347315311431885, -0.25507739186286926, -0.6883900165557861, 3.8885862827301025, 1.7008777856826782, 3.2408204078674316, -0.39699965715408325, -5.547108173370361, 0.05382319539785385, -0.05382319539785385, 0.05382319539785385, 0.05382319539785385, -0.05382319539785385, 0.05382319539785385, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 0.24728672206401825, 0.1264643520116806, 0.3488297760486603, 0.608819842338562, 2.0360629558563232, 0.15592485666275024, 2.446047067642212, 1.0368620157241821, 2.270873785018921, 0.1498643159866333, 0.1498643159866333, 0.1498643159866333, 0.1498643159866333, 0.1498643159866333, 0.1498643159866333, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [351]}, "observation.state": {"min": [0.30331844091415405, 0.9527866244316101, -7.132618520699907e-06, 1.394820213317871, -0.9528887867927551, 0.3033188581466675, -0.0007704710587859154, -0.16286587715148926, -0.0009197035105898976, -0.0003491500101517886, 0.9999995231628418, 0.7509999871253967, NaN], "max": [0.30364057421684265, 0.952889084815979, 0.0006116654258221388, 1.4223597049713135, -0.9527866244316101, 0.30364057421684265, 2.0796196622541174e-05, -0.12325755506753922, 2.1980091332807206e-05, 4.812947054233518e-07, 1.0, 0.7841252088546753, NaN], "mean": [0.30361208319664, 0.9527948498725891, 3.458049468463287e-05, 1.396167516708374, -0.9527948498725891, 0.30361208319664, -4.33371496910695e-05, -0.1250668615102768, -5.1785737014142796e-05, -1.9803001123364083e-05, 1.0, 0.7525513172149658, NaN], "std": [6.369843322318047e-05, 2.0256686184438877e-05, 0.0001255245879292488, 0.0049710809253156185, 2.021276486630086e-05, 6.362330168485641e-05, 0.000157846137881279, 0.006796413566917181, 0.00018848308536689728, 7.173531776061282e-05, 8.873936963027518e-08, 0.005773894488811493, NaN], "count": [351]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.13390466917590196]], [[0.1258352581756344]], [[0.11619887734855236]]], "std": [[[0.31299914646778115]], [[0.29581345417969834]], [[0.27543790073977326]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4741732767112522]], [[0.4369086972294475]], [[0.396159874900338]]], "std": [[[0.40600298517505395]], [[0.38338365238166494]], [[0.3583001912515537]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.783456453502368]], [[0.7616452925686537]], [[0.7392575077567021]]], "std": [[[0.2119119112020207]], [[0.21836069823702156]], [[0.22470624873160036]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5243681803216139]], [[0.49422153959220566]], [[0.4707381228747441]]], "std": [[[0.313469906536375]], [[0.3081867448660813]], [[0.30581577621278394]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6508437333826865]], [[0.5909527610640714]], [[0.5387044822237913]]], "std": [[[0.25080840922868497]], [[0.2621547505157446]], [[0.274999745515427]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996143911550462]], [[0.996143911550462]], [[0.996143911550462]]], "std": [[[0.01826750554046359]], [[0.01826750554046359]], [[0.01826750554046359]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5849683864517389]], [[0.5849683864517389]], [[0.5849683864517389]]], "std": [[[0.33545798607292143]], [[0.33545798607292143]], [[0.33545798607292143]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12339067291360305]], [[0.12339067291360305]], [[0.12339067291360305]]], "std": [[[0.11832660786584707]], [[0.11832660786584707]], [[0.11832660786584707]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22271082974416126]], [[0.22271082974416126]], [[0.22271082974416126]]], "std": [[[0.3586775059243226]], [[0.3586775059243226]], [[0.3586775059243226]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.150296547085713]], [[0.150296547085713]], [[0.150296547085713]]], "std": [[[0.19134616533022827]], [[0.19134616533022827]], [[0.19134616533022827]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12142049137291112]], [[0.04175017082514412]], [[0.0836135080276083]]], "std": [[[0.3014581917800724]], [[0.13123163662372977]], [[0.2613210617111921]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38795849636321816]], [[0.47138655299334603]], [[0.12357092478932682]]], "std": [[[0.4062642833842191]], [[0.4487137028976497]], [[0.21237762525212453]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3650575910402463]], [[0.697991136538744]], [[0.7203282927342819]]], "std": [[[0.39271558015815916]], [[0.286013391892753]], [[0.3973871805163221]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689454036804353]], [[0.3889485861578994]], [[0.6102374720963245]]], "std": [[[0.3243942740207777]], [[0.4056920807879015]], [[0.4470787173367038]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6058746294318145]], [[0.4502644742038945]], [[0.41213100327166197]]], "std": [[[0.43329573944896294]], [[0.33033830980591855]], [[0.40626119814421513]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.0], "mean": [3.5], "std": [2.0264912204760885], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [351]}, "index": {"min": [15998], "max": [16348], "mean": [16173.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [351]}}} +{"episode_index": 61, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.014768590219318867, 0.025464791804552078, -3.0737111568450928, -1.6130157709121704, 1.0471975803375244, 0.1854453831911087, -0.22450760006904602, 0.8246280550956726, -2.845517873764038, 0.0, -0.5707316994667053, 0.0, 0.0, -0.5707316994667053, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.3000880777835846, 0.5174278616905212, -0.7853981852531433, -1.527555227279663, 1.2937557697296143, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.5707316994667053, 0.0, 0.5707316994667053, 0.5707316994667053, 0.0, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974876642227173, 0.2895170748233795, 0.4992007911205292, -2.379760265350342, -1.575515627861023, 1.2290719747543335, 0.7070039510726929, -0.1563582867383957, 0.9208469986915588, -2.7268869876861572, 0.1606740802526474, -0.1606740802526474, 0.1606740802526474, 0.1606740802526474, -0.1606740802526474, 0.1606740802526474, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.044311195611953735, 0.07640355825424194, 0.8408117890357971, 0.02534794807434082, 0.09417873620986938, 0.47900864481925964, 0.08017917722463608, 0.07004664093255997, 0.13075335323810577, 0.24998949468135834, 0.24998949468135834, 0.24998949468135834, 0.24998949468135834, 0.24998949468135834, 0.24998949468135834, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [224]}, "observation.state": {"min": [0.6763688325881958, 0.7361871004104614, -0.002225748496130109, 1.7507381439208984, -0.7365630865097046, 0.6763688325881958, -0.0009890795918181539, -0.0573117733001709, -0.0, -3.8982793171271624e-07, 0.9999970197677612, 0.7509999871253967, NaN], "max": [0.6767746210098267, 0.7365630865097046, 2.857817094081838e-07, 1.7581690549850464, -0.7361899018287659, 0.6767743825912476, 2.651388513186248e-07, -0.03531930595636368, 0.0007814873242750764, 0.0023073910269886255, 1.0, 0.8152834177017212, NaN], "mean": [0.6764315962791443, 0.7365058064460754, -0.0003576090675778687, 1.7516028881072998, -0.7365061640739441, 0.6764315962791443, -0.00015883531887084246, -0.03746610879898071, 0.00012504127516876906, 0.00037077939487062395, 1.0, 0.7592105865478516, NaN], "std": [0.0001271106448257342, 0.00011770801211241633, 0.0007133423932828009, 0.0018731411546468735, 0.00011689269013004377, 0.00012703998072538525, 0.0003168726107105613, 0.005018212832510471, 0.00024979052250273526, 0.00073950708610937, 9.291273954659118e-07, 0.01716606318950653, NaN], "count": [224]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09440328547547057]], [[0.09274149579123055]], [[0.09147635572131797]]], "std": [[[0.2296668087570826]], [[0.227332668144221]], [[0.22553230737198182]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31601621413929276]], [[0.3083892895484517]], [[0.30173013851756636]]], "std": [[[0.2971775777085269]], [[0.29639493620865986]], [[0.29601575571732486]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.736472279387457]], [[0.7247308177947832]], [[0.7154953902357085]]], "std": [[[0.21300658370712403]], [[0.22708189616218125]], [[0.2385511877061115]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4450920081996069]], [[0.3658358670440578]], [[0.32084248882344224]]], "std": [[[0.23207757860234696]], [[0.22369027489495982]], [[0.22160768613875018]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42038453259625386]], [[0.3713071519911272]], [[0.34162185918107196]]], "std": [[[0.23512515690423888]], [[0.23692973618634183]], [[0.24271337021315717]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968944478307722]], [[0.9968944478307722]], [[0.9968944478307722]]], "std": [[[0.015770753216094526]], [[0.015770753216094526]], [[0.015770753216094526]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5830888713202186]], [[0.5830888713202186]], [[0.5830888713202186]]], "std": [[[0.3303762060530308]], [[0.3303762060530308]], [[0.3303762060530308]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.04021669814945574]], [[0.04021669814945574]], [[0.04021669814945574]]], "std": [[[0.035680744128790964]], [[0.035680744128790964]], [[0.035680744128790964]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06650252834624497]], [[0.06650252834624497]], [[0.06650252834624497]]], "std": [[[0.11881713195112707]], [[0.11881713195112707]], [[0.11881713195112707]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15423344203109923]], [[0.15423344203109923]], [[0.15423344203109923]]], "std": [[[0.20534680457578952]], [[0.20534680457578952]], [[0.20534680457578952]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06339358716709213]], [[0.15119012452968603]], [[0.06743583378428489]]], "std": [[[0.19514967870302913]], [[0.3560662420621428]], [[0.19455486408814326]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17967712002553493]], [[0.38329001784359995]], [[0.30128415044414536]]], "std": [[[0.3031488713527461]], [[0.4417545805717071]], [[0.38497533104736714]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5049634176026007]], [[0.4740868254418487]], [[0.6240398419892563]]], "std": [[[0.3184304536997596]], [[0.40683440664063497]], [[0.4179204396610048]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7611602390143841]], [[0.4629564665782869]], [[0.3842114610763426]]], "std": [[[0.37504484370077446]], [[0.3865612075456968]], [[0.37856424188645094]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6016091869393699]], [[0.2820174667452563]], [[0.6843879269706583]]], "std": [[[0.3327802295703926]], [[0.31224056511945997]], [[0.4042509814672263]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.46], "mean": [2.23], "std": [1.2932517156377563], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [224]}, "index": {"min": [16349], "max": [16572], "mean": [16460.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [224]}}} +{"episode_index": 62, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.21081334352493286, 0.02353477105498314, 0.025464791804552078, -0.8603910207748413, -1.5707963705062866, 1.0471975803375244, -2.241457223892212, -3.1020138263702393, -1.2218588590621948, -3.7889585494995117, 0.0, -0.5951219797134399, 0.0, 0.0, -0.5951219797134399, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.21081334352493286, 0.5697435736656189, 0.6164665818214417, -0.26430806517601013, 0.7749627828598022, 4.661245822906494, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.5951219797134399, 0.0, 0.5951219797134399, 0.5951219797134399, 0.0, 0.5951219797134399, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.21081270277500153, 0.5489679574966431, 0.5939902067184448, -0.6311714053153992, -0.12055255472660065, 3.29213285446167, -0.8446418642997742, -1.9917576313018799, -0.3278578817844391, -3.136348009109497, 0.08447081595659256, -0.08447081595659256, 0.08447081595659256, 0.08447081595659256, -0.08447081595659256, 0.08447081595659256, -2.3561995029449463, 1.5707988739013672, -1.0471969842910767, -1.5707988739013672, 0.0, -1.0471969842910767, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.407499313354492e-07, 0.08566777408123016, 0.09269306063652039, 0.2207666039466858, 0.8618221282958984, 1.2741162776947021, 1.443537712097168, 1.187697172164917, 0.8063369989395142, 0.42425042390823364, 0.1995244175195694, 0.1995244175195694, 0.1995244175195694, 0.1995244175195694, 0.1995244175195694, 0.1995244175195694, 5.0067901611328125e-06, 2.5033950805664062e-06, 5.960464477539062e-07, 2.5033950805664062e-06, 0.0, 5.960464477539062e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [259]}, "observation.state": {"min": [-0.9999855756759644, -0.005674966145306826, -0.001091680722311139, 1.9821488857269287, 0.005257523152977228, -0.9999859929084778, -0.0005814554169774055, -0.383393794298172, -0.0010886070085689425, -0.0005871899193152785, 0.9999992251396179, 0.7509999871253967, NaN], "max": [-0.9999839067459106, -0.00525688799098134, 0.0, 1.9993164539337158, 0.005674966145306826, -0.9999839067459106, 0.0, -0.3371441662311554, 0.0, 0.0, 1.0, 0.7791158556938171, NaN], "mean": [-0.9999845623970032, -0.005645961966365576, -7.582715625176206e-05, 1.9831180572509766, 0.005645997356623411, -0.9999845623970032, -4.041343345306814e-05, -0.3397744596004486, -7.56102308514528e-05, -4.081787483301014e-05, 1.0, 0.7527026534080505, NaN], "std": [6.63264074773906e-07, 9.405098535353318e-05, 0.0002460175601299852, 0.0032608446199446917, 9.392725041834638e-05, 6.983815978856001e-07, 0.00013110866711940616, 0.008817198686301708, 0.0002453171764500439, 0.00013241448323242366, 1.570016650020989e-07, 0.0055970316752791405, NaN], "count": [259]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11646532299866358]], [[0.10988754978069337]], [[0.08166533962855003]]], "std": [[[0.2815858577937794]], [[0.2649315365838577]], [[0.204606979976226]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4027902173351814]], [[0.3649688866894523]], [[0.26616142791715364]]], "std": [[[0.38763323100332114]], [[0.3577519412519244]], [[0.2893062824038756]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5621956170861354]], [[0.5582393456407905]], [[0.48646916262486667]]], "std": [[[0.30016182191030794]], [[0.29682609489193784]], [[0.34454054359318365]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37711321666931535]], [[0.3284247621691541]], [[0.2552395461382118]]], "std": [[[0.3179735553340739]], [[0.29116674125296144]], [[0.2736633381999477]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5525869585479963]], [[0.48094274155748273]], [[0.36871043947827753]]], "std": [[[0.3204197159299191]], [[0.3044427756215941]], [[0.3010740534199937]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995847224988282]], [[0.995847224988282]], [[0.995847224988282]]], "std": [[[0.01928081738341406]], [[0.01928081738341406]], [[0.01928081738341406]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5973471294334909]], [[0.5973471294334909]], [[0.5973471294334909]]], "std": [[[0.3375902975656984]], [[0.3375902975656984]], [[0.3375902975656984]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.06297389979554628]], [[0.06297389979554628]], [[0.06297389979554628]]], "std": [[[0.05759096095521029]], [[0.05759096095521029]], [[0.05759096095521029]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32822842490164567]], [[0.32822842490164567]], [[0.32822842490164567]]], "std": [[[0.4224537079377381]], [[0.4224537079377381]], [[0.4224537079377381]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21579411530009904]], [[0.21579411530009904]], [[0.21579411530009904]]], "std": [[[0.28201262657762]], [[0.28201262657762]], [[0.28201262657762]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09565957013084636]], [[0.14527828840917031]], [[0.046380451568473216]]], "std": [[[0.27813663819360823]], [[0.34588632014266324]], [[0.15001084494966177]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21182194353751213]], [[0.20328285358122594]], [[0.5101423893794035]]], "std": [[[0.3241950987292858]], [[0.28586633916478493]], [[0.48468454306293896]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7333327539695471]], [[0.5361036846598014]], [[0.451591942820013]]], "std": [[[0.33053895940992534]], [[0.39717203169434895]], [[0.41128693375607517]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5440319253586322]], [[0.2795053225695052]], [[0.3127095597036393]]], "std": [[[0.44142392727078245]], [[0.36816701180203065]], [[0.372615313255951]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6698050360392438]], [[0.3801574313799252]], [[0.5137507019086147]]], "std": [[[0.39868225452041445]], [[0.41365743219096823]], [[0.4057531606710774]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.16], "mean": [2.58], "std": [1.4953260514014997], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [259]}, "index": {"min": [16573], "max": [16831], "mean": [16702.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [259]}}} +{"episode_index": 63, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002523747971281409, 0.022379636764526367, 0.025464791804552078, -3.245285987854004, -2.0698883533477783, -0.13125324249267578, -0.5561975240707397, 0.0, -1.790408968925476, -3.074726104736328, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002523747971281409, 0.20088650286197662, 0.2285798043012619, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 3.0321178436279297, 1.0471975803375244, -2.481858253479004, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00025237459340132773, 0.19695119559764862, 0.2241026610136032, -2.2679898738861084, -1.8695602416992188, 0.33736369013786316, 0.2844384014606476, 1.8320796489715576, -0.6485763192176819, -2.835848808288574, 0.05059167370200157, -0.05059167370200157, 0.05059167370200157, 0.05059167370200157, -0.05059167370200157, 0.05059167370200157, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.0372681319713593e-10, 0.02201308310031891, 0.025047579780220985, 0.9625626802444458, 0.18577878177165985, 0.46066728234291077, 0.8301056027412415, 1.189157485961914, 1.0987694263458252, 0.22814252972602844, 0.12572920322418213, 0.12572920322418213, 0.12572920322418213, 0.12572920322418213, 0.12572920322418213, 0.12572920322418213, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [-0.09206490218639374, -0.9957655668258667, 0.0, 1.5164556503295898, 0.9957529902458191, -0.09206490218639374, -0.00023411739675793797, -0.13616664707660675, 0.0, -1.1003429790434893e-05, 1.0, 0.7509999871253967, NaN], "max": [-0.09192916005849838, -0.9957529902458191, 1.1460008863650728e-05, 1.546975016593933, 0.9957655668258667, -0.09192916005849838, 2.1631386459830537e-08, -0.09774573147296906, 0.00023411441361531615, 4.73803709155618e-07, 1.0, 0.7806110978126526, NaN], "mean": [-0.0919371247291565, -0.9957637190818787, 6.512877916975413e-07, 1.5180584192276, 0.9957637190818787, -0.0919371247291565, -1.3615126590593718e-05, -0.0997181236743927, 1.3617278455058113e-05, -6.045914346941572e-07, 1.0, 0.7525562644004822, NaN], "std": [2.8281927370699123e-05, 2.84728002952761e-06, 2.332136318727862e-06, 0.005738196428865194, 2.84728002952761e-06, 2.8281927370699123e-05, 4.880419510300271e-05, 0.00710742361843586, 4.880936467088759e-05, 2.2212209387362236e-06, 0.0, 0.005566080566495657, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.12857385178345476]], [[0.1277608488215915]], [[0.12690856714081958]]], "std": [[[0.2997044870391902]], [[0.2981747613726538]], [[0.2968267649110482]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573592531571638]], [[0.45255632334668416]], [[0.4474963772999368]]], "std": [[[0.39077407058118896]], [[0.3889798561347645]], [[0.38804337295193636]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6414051435970579]], [[0.6318974968668086]], [[0.6219483642025601]]], "std": [[[0.18673109368660018]], [[0.1891162894376913]], [[0.19375159465057912]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4949271416510929]], [[0.485006863180962]], [[0.47563708089165696]]], "std": [[[0.3115772590691613]], [[0.3094084776304325]], [[0.3079855417335393]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6343147675403392]], [[0.6110528448170075]], [[0.5871632297117062]]], "std": [[[0.1762743135407426]], [[0.1837363855092277]], [[0.19343639760203543]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965520357864427]], [[0.9965520357864427]], [[0.9965520357864427]]], "std": [[[0.016984531156779174]], [[0.016984531156779174]], [[0.016984531156779174]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5811197881567045]], [[0.5811197881567045]], [[0.5811197881567045]]], "std": [[[0.3322082529620406]], [[0.3322082529620406]], [[0.3322082529620406]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.06623697185861109]], [[0.06623697185861109]], [[0.06623697185861109]]], "std": [[[0.051368202587417325]], [[0.051368202587417325]], [[0.051368202587417325]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2528402639055691]], [[0.2528402639055691]], [[0.2528402639055691]]], "std": [[[0.38290064401071566]], [[0.38290064401071566]], [[0.38290064401071566]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10196117055624959]], [[0.10196117055624959]], [[0.10196117055624959]]], "std": [[[0.1001755283655623]], [[0.1001755283655623]], [[0.1001755283655623]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05136049905752801]], [[0.1487800073895705]], [[0.030048386263982013]]], "std": [[[0.1631025563019002]], [[0.3511121977115699]], [[0.10933718963073846]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2335879744463019]], [[0.21653715606142598]], [[0.4637366080798449]]], "std": [[[0.2890452380091482]], [[0.33575916857953003]], [[0.4793785626828159]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44058318329554724]], [[0.6102257600964534]], [[0.6059256040571558]]], "std": [[[0.39143014728952014]], [[0.382735374838436]], [[0.3502261529194538]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6468774974166679]], [[0.42250020150326123]], [[0.29791798113178447]]], "std": [[[0.4438390100425626]], [[0.3635543396166744]], [[0.3620911609871221]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46610891100395563]], [[0.6537853631517927]], [[0.506609359273274]]], "std": [[[0.41817914164494224]], [[0.36542476908386545]], [[0.42644059635329207]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [172]}, "index": {"min": [16832], "max": [17003], "mean": [16917.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [172]}}} +{"episode_index": 64, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1593087762594223, 0.025464791804552078, 0.005251661874353886, -0.9137653708457947, -1.5707963705062866, 0.14831914007663727, 1.313790202140808, -1.2103605270385742, 1.0471975803375244, -2.481858253479004, 0.0, -0.3073170781135559, 0.0, 0.0, -0.3073170781135559, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1593087762594223, 2.0755834579467773, 0.4280523359775543, -0.7853981852531433, -1.429919958114624, 1.0471975803375244, 1.5707963705062866, 0.0, 1.7581731081008911, -2.3738677501678467, 0.3073170781135559, 0.0, 0.3073170781135559, 0.3073170781135559, 0.0, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15930891036987305, 1.6532020568847656, 0.3409437835216522, -0.8252994418144226, -1.5139769315719604, 0.6773363351821899, 1.4796234369277954, -0.5027312636375427, 1.33449387550354, -2.4551169872283936, 0.045062918215990067, -0.045062918215990067, 0.045062918215990067, 0.045062918215990067, -0.045062918215990067, 0.045062918215990067, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-07, 0.6353641152381897, 0.13103263080120087, 0.04480639100074768, 0.060742877423763275, 0.3943186104297638, 0.09705159813165665, 0.5353389978408813, 0.3027195334434509, 0.03526139259338379, 0.10540663450956345, 0.10540663450956345, 0.10540663450956345, 0.10540663450956345, 0.10540663450956345, 0.10540663450956345, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [159]}, "observation.state": {"min": [0.9070801138877869, -0.4209492802619934, -4.362791969469981e-06, 1.6147977113723755, 0.4196013808250427, 0.9070833325386047, -0.00011109816114185378, -0.10640022158622742, -0.002423046389594674, 0.0, 0.9999963045120239, 0.7509999871253967, NaN], "max": [0.907708466053009, -0.4196013808250427, 0.002722300123423338, 1.6395095586776733, 0.42095109820365906, 0.907708466053009, 0.0, -0.09047488868236542, 7.362615178863052e-06, 0.0012457389384508133, 1.0, 0.8114438056945801, NaN], "mean": [0.9076618552207947, -0.4197025001049042, 0.0001970779849216342, 1.6162121295928955, 0.4197026491165161, 0.9076621532440186, -8.143194463627879e-06, -0.10536530613899231, -0.00017536523228045553, 9.029469947563484e-05, 1.0, 0.7547522783279419, NaN], "std": [0.00014340440975502133, 0.00030794815393164754, 0.0006257493514567614, 0.004699729848653078, 0.00030830976902507246, 0.00014276168076321483, 2.551251782278996e-05, 0.003295479342341423, 0.0005570198409259319, 0.0002862552064470947, 7.802627806086093e-07, 0.012113228440284729, NaN], "count": [159]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1269469137814149]], [[0.12096422763900541]], [[0.11310033655403272]]], "std": [[[0.3000599235674006]], [[0.28537994557009766]], [[0.26725097140713583]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4329110830817057]], [[0.4092369738702909]], [[0.37850795585838043]]], "std": [[[0.39976952881481037]], [[0.37536704032121515]], [[0.34758200324557914]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7082813414685665]], [[0.6870236928942776]], [[0.6621724841094059]]], "std": [[[0.2815152091078765]], [[0.27617592601566127]], [[0.27240905843771684]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6990983463321377]], [[0.6907999833701135]], [[0.6827052319098017]]], "std": [[[0.26423377753513266]], [[0.2629967907068644]], [[0.26240230845676077]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5848933937105502]], [[0.5810814213993111]], [[0.5773149130518457]]], "std": [[[0.3300217656414067]], [[0.31126589569796015]], [[0.2940580529860583]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968758612504199]], [[0.9968758612504199]], [[0.9968758612504199]]], "std": [[[0.01583186331034969]], [[0.01583186331034969]], [[0.01583186331034969]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5840301228935197]], [[0.5840301228935197]], [[0.5840301228935197]]], "std": [[[0.3312116560341502]], [[0.3312116560341502]], [[0.3312116560341502]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18880151492901118]], [[0.18880151492901118]], [[0.18880151492901118]]], "std": [[[0.1954136894929]], [[0.1954136894929]], [[0.1954136894929]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07273375484731015]], [[0.07273375484731015]], [[0.07273375484731015]]], "std": [[[0.07908693784698458]], [[0.07908693784698458]], [[0.07908693784698458]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1292135713284664]], [[0.1292135713284664]], [[0.1292135713284664]]], "std": [[[0.1525549106337768]], [[0.1525549106337768]], [[0.1525549106337768]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03118449450844939]], [[0.1469326536537805]], [[0.050506023304640074]]], "std": [[[0.1284511008023034]], [[0.34830365653733486]], [[0.140241698203653]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2414913896751204]], [[0.4946630134561263]], [[0.40325017451322376]]], "std": [[[0.33461044397256506]], [[0.4327443564884484]], [[0.46542567372892135]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35280877441089636]], [[0.3023978552810954]], [[0.758761133809565]]], "std": [[[0.23970301719619186]], [[0.36613115696960247]], [[0.39608672720588534]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38907926353743166]], [[0.57389974190148]], [[0.6394978391206009]]], "std": [[[0.40261366921302844]], [[0.38784778728333413]], [[0.3572949805445126]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49772554920535295]], [[0.7381487261708144]], [[0.36198479304173364]]], "std": [[[0.3753640985197418]], [[0.38021351600036485]], [[0.3532870180437085]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.16], "mean": [1.5799999999999998], "std": [0.9179687721631202], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [159]}, "index": {"min": [17004], "max": [17162], "mean": [17083.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [159]}}} +{"episode_index": 65, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.018239736557006836, -3.3960978984832764, -2.0035600662231445, -1.9001131057739258, -0.7035843133926392, -1.911478042602539, -1.1178175210952759, -5.551519393920898, 0.0, -0.3853658437728882, 0.0, 0.0, -0.3853658437728882, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.980012059211731, 0.7019559144973755, -0.7853981852531433, -0.9924313426017761, 1.0471975803375244, 2.283520221710205, 0.0, 1.235053300857544, -2.481858253479004, 0.3853658437728882, 0.0, 0.3853658437728882, 0.3853658437728882, 0.0, 0.3853658437728882, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997510612010956, 0.9410414695739746, 0.6740408539772034, -2.729290723800659, -1.3921587467193604, -0.7118744254112244, 0.5706652402877808, -1.4030448198318481, -0.10644733160734177, -4.154942035675049, 0.0812784805893898, -0.0812784805893898, 0.0812784805893898, 0.0812784805893898, -0.0812784805893898, 0.0812784805893898, -2.3561999797821045, 1.570799469947815, -1.04720139503479, -1.570799469947815, 0.0, -1.04720139503479, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 0.153985396027565, 0.11029611527919769, 0.8874164819717407, 0.3501831889152527, 1.1831880807876587, 1.1084164381027222, 0.6731786727905273, 0.995770275592804, 1.2837724685668945, 0.15530024468898773, 0.15530024468898773, 0.15530024468898773, 0.15530024468898773, 0.15530024468898773, 0.15530024468898773, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.814697265625e-06, 3.0994415283203125e-06, 0.0, 3.814697265625e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [381]}, "observation.state": {"min": [-0.9575426578521729, 0.28825417160987854, -2.2948137612388564e-08, 1.3053332567214966, -0.290875643491745, -0.9574975371360779, 0.0, -0.3343983590602875, 0.0, 0.0, 0.9999129772186279, 0.7509999871253967, NaN], "max": [-0.9567608833312988, 0.290875643491745, 0.004654176067560911, 1.3290592432022095, -0.28818076848983765, -0.9567608833312988, 0.012345864437520504, -0.2928943932056427, 0.00801230501383543, 0.010483947582542896, 1.0, 0.7856453657150269, NaN], "mean": [-0.9568600058555603, 0.29053983092308044, 0.00059514056192711, 1.3273106813430786, -0.29053235054016113, -0.956855297088623, 0.0015810892218723893, -0.29813438653945923, 0.0010263511212542653, 0.0013418808812275529, 0.9999909400939941, 0.7534023523330688, NaN], "std": [0.000230014615226537, 0.0007692794315516949, 0.001363479532301426, 0.00476935924962163, 0.0007880310877226293, 0.0002183671749662608, 0.003620677161961794, 0.011950013227760792, 0.0023500388488173485, 0.003073384054005146, 2.2611873646383174e-05, 0.006779898423701525, NaN], "count": [381]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11300683904080423]], [[0.07623254750414238]], [[0.058393429585506786]]], "std": [[[0.27312329108358735]], [[0.21222849020421483]], [[0.16710205197146905]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37550036176708634]], [[0.27127871488529065]], [[0.20750157950393316]]], "std": [[[0.3710446134605194]], [[0.3328049011538218]], [[0.2696278352916557]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.46191078334141356]], [[0.3223080284129657]], [[0.2740676192641141]]], "std": [[[0.3604738889492903]], [[0.3254322384064072]], [[0.28626153071667504]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116538073387421]], [[0.28210478974257874]], [[0.23623945695374007]]], "std": [[[0.26051923500003743]], [[0.2618315073509762]], [[0.24961613063983912]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6300484264975783]], [[0.4704627024504272]], [[0.39916375274845756]]], "std": [[[0.2833261245682201]], [[0.34370142489254063]], [[0.3250339784674434]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966959071033085]], [[0.9966959071033085]], [[0.9966959071033085]]], "std": [[[0.016510490310617312]], [[0.016510490310617312]], [[0.016510490310617312]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5975464600805611]], [[0.5975464600805611]], [[0.5975464600805611]]], "std": [[[0.3359690130023141]], [[0.3359690130023141]], [[0.3359690130023141]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4572744957221629]], [[0.4572744957221629]], [[0.4572744957221629]]], "std": [[[0.40430589036044107]], [[0.40430589036044107]], [[0.40430589036044107]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10767645617119664]], [[0.10767645617119664]], [[0.10767645617119664]]], "std": [[[0.2217049774291605]], [[0.2217049774291605]], [[0.2217049774291605]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16726999626498115]], [[0.16726999626498115]], [[0.16726999626498115]]], "std": [[[0.14208980793050202]], [[0.14208980793050202]], [[0.14208980793050202]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1124127484173109]], [[0.09733668076854216]], [[0.025914175033578287]]], "std": [[[0.29392039298356853]], [[0.25877226916828816]], [[0.10129066243565607]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3284962626341874]], [[0.5118882163172713]], [[0.1386130647874895]]], "std": [[[0.3352543166240787]], [[0.4817527886769468]], [[0.26025351128735325]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5493326118108405]], [[0.4083907527102356]], [[0.31117187725266227]]], "std": [[[0.4413107483883942]], [[0.4338259548944587]], [[0.4089591944962967]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30475687709508076]], [[0.6374280043264527]], [[0.5975290416156203]]], "std": [[[0.33489383884618756]], [[0.3898805826261115]], [[0.4268197578772101]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2861467788647555]], [[0.5699877421643395]], [[0.7434217345910356]]], "std": [[[0.305299660078997]], [[0.42867213462554654]], [[0.3205012379381002]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.6], "mean": [3.8], "std": [2.199696948824239], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [381]}, "index": {"min": [17163], "max": [17543], "mean": [17353.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [381]}}} +{"episode_index": 66, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.0057481578551232815, -3.5607528686523438, -1.608752965927124, -0.5547254681587219, 0.317759245634079, -0.8588352203369141, -1.59938383102417, -2.481858253479004, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.2717204093933105, 0.5127946138381958, -0.7853981852531433, 1.0180089473724365, 1.0471975803375244, 1.5707963705062866, 0.543753445148468, 1.1699219942092896, 0.08719265460968018, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997493624687195, 1.9862514734268188, 0.44835522770881653, -2.1387267112731934, -0.464827299118042, 0.2021877020597458, 0.9481526613235474, -0.15539821982383728, -0.01766126975417137, -1.116312861442566, 0.04236685112118721, -0.04236685112118721, 0.04236685112118721, 0.04236685112118721, -0.04236685112118721, 0.04236685112118721, -2.3561997413635254, 1.5707989931106567, -1.0471981763839722, -1.5707989931106567, 0.0, -1.0471981763839722, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.5909774303436279, 0.13340115547180176, 1.1959179639816284, 1.131084680557251, 0.6429324150085449, 0.5169073939323425, 0.48421865701675415, 1.145054817199707, 1.1141437292099, 0.11862831562757492, 0.11862831562757492, 0.11862831562757492, 0.11862831562757492, 0.11862831562757492, 0.11862831562757492, 5.245208740234375e-06, 2.6226043701171875e-06, 5.960464477539062e-07, 2.6226043701171875e-06, 0.0, 5.960464477539062e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [282]}, "observation.state": {"min": [-0.5971803665161133, -0.8026975989341736, -2.604886503831949e-06, 1.577264428138733, 0.8021059036254883, -0.5971816778182983, -0.00037053239066153765, -0.25776344537734985, -1.670524966357334e-06, -2.004003135880339e-06, 0.9999984502792358, 0.7509999871253967, NaN], "max": [-0.5963863134384155, -0.8021051287651062, 0.001725336886011064, 1.5814909934997559, 0.8026975989341736, -0.5963863134384155, 1.457663074688753e-07, -0.23896048963069916, 0.001327374018728733, 0.0011627560015767813, 1.0, 0.8171370029449463, NaN], "mean": [-0.5964320302009583, -0.802666425704956, 9.523228072794154e-05, 1.5774074792861938, 0.802666425704956, -0.5964321494102478, -2.0471021343837492e-05, -0.2397395521402359, 7.327816274482757e-05, 6.41760416328907e-05, 1.0, 0.7540189623832703, NaN], "std": [0.00016072003927547485, 0.00011986739991698414, 0.00035005880636163056, 0.0006024202448315918, 0.00011973627988481894, 0.00016095930186565965, 7.52311825635843e-05, 0.003040607552975416, 0.0002693567075766623, 0.0002358979982091114, 2.848383644504793e-07, 0.01140671968460083, NaN], "count": [282]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.1281253021710719]], [[0.127480507828452]], [[0.126875150456886]]], "std": [[[0.3016197528996274]], [[0.3008103552247215]], [[0.30010894622078904]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4298121600680216]], [[0.42559611370282524]], [[0.4219576018362613]]], "std": [[[0.39610291414343635]], [[0.39653121728003776]], [[0.3971556824824503]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.25942954661430934]], [[0.25952723646826814]], [[0.25990477914773175]]], "std": [[[0.35496593051932224]], [[0.3550813298309833]], [[0.3555388581515356]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.575467374241513]], [[0.5692751796932993]], [[0.5667382945380881]]], "std": [[[0.34703706217868996]], [[0.34868945561711745]], [[0.3496495099575842]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.626350527160695]], [[0.611057970577171]], [[0.60075182911987]]], "std": [[[0.3078384671705844]], [[0.3189163833532842]], [[0.3274226846493508]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961360525879925]], [[0.9961360525879925]], [[0.9961360525879925]]], "std": [[[0.018428892836700503]], [[0.018428892836700503]], [[0.018428892836700503]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.596656927454132]], [[0.596656927454132]], [[0.596656927454132]]], "std": [[[0.3377596051508052]], [[0.3377596051508052]], [[0.3377596051508052]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6277492454524302]], [[0.6277492454524302]], [[0.6277492454524302]]], "std": [[[0.4545895129343272]], [[0.4545895129343272]], [[0.4545895129343272]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23692613312894667]], [[0.23692613312894667]], [[0.23692613312894667]]], "std": [[[0.34403058384522534]], [[0.34403058384522534]], [[0.34403058384522534]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22599501103406378]], [[0.22599501103406378]], [[0.22599501103406378]]], "std": [[[0.2677247751926637]], [[0.2677247751926637]], [[0.2677247751926637]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10072728662615144]], [[0.040385401641933064]], [[0.08266691879720323]]], "std": [[[0.2889724960709432]], [[0.13258881798211997]], [[0.2460480878712325]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2897541901614105]], [[0.42263299919331637]], [[0.20580610222954474]]], "std": [[[0.3601574119801737]], [[0.468776333572009]], [[0.3150103337366863]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11730181433402334]], [[0.3532187882847814]], [[0.13835144716892947]]], "std": [[[0.23038429582920408]], [[0.4658007849533852]], [[0.25815993010298177]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969180220359407]], [[0.6401056574471381]], [[0.35994285756435196]]], "std": [[[0.3781196955504644]], [[0.4453694723279336]], [[0.3819054515788519]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5675675572373199]], [[0.49858665277266473]], [[0.4430385136100198]]], "std": [[[0.36524322238677553]], [[0.39443332794391195]], [[0.42349336023372597]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.62], "mean": [2.81], "std": [1.6281175223756628], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [282]}, "index": {"min": [17544], "max": [17825], "mean": [17684.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [282]}}} +{"episode_index": 67, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.016649279743433, 0.025464791804552078, -2.8796451091766357, -1.5707963705062866, 1.0471975803375244, 0.6858797669410706, -0.11159851402044296, 1.0471975803375244, -2.481858253479004, 0.0, -0.5658536553382874, 0.0, 0.0, -0.5658536553382874, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.6466330885887146, 0.9890143275260925, -0.7853981852531433, -1.2390937805175781, 1.4766082763671875, 1.5707963705062866, 0.0, 1.5338038206100464, 1.420607328414917, 0.5658536553382874, 0.0, 0.5658536553382874, 0.5658536553382874, 0.0, 0.5658536553382874, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974870681762695, 0.6070790886878967, 0.9285179972648621, -1.9609558582305908, -1.3669074773788452, 1.292055606842041, 1.1120659112930298, -0.06620964407920837, 1.299877643585205, -0.2721171975135803, 0.07270538061857224, -0.07270538061857224, 0.07270538061857224, 0.07270538061857224, -0.07270538061857224, 0.07270538061857224, -2.3561995029449463, 1.5707988739013672, -1.0471965074539185, -1.5707988739013672, 0.0, -1.0471965074539185, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2814998626708984e-06, 0.12382911890745163, 0.18939551711082458, 0.8474888205528259, 0.13151311874389648, 0.17573939263820648, 0.357247918844223, 0.03900076821446419, 0.1810624748468399, 1.6092140674591064, 0.18136969208717346, 0.18136969208717346, 0.18136969208717346, 0.18136969208717346, 0.18136969208717346, 0.18136969208717346, 5.0067901611328125e-06, 2.5033950805664062e-06, 1.0728836059570312e-06, 2.5033950805664062e-06, 0.0, 1.0728836059570312e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [250]}, "observation.state": {"min": [0.9959036707878113, -0.09042055159807205, -0.00014114909572526813, 1.674284815788269, 0.09027434885501862, 0.9959036707878113, -2.3191907985165017e-06, -0.18287524580955505, 0.0, -1.0768515494419262e-05, 1.0, 0.7509999871253967, NaN], "max": [0.9959169030189514, -0.09027434885501862, 0.0, 1.6899278163909912, 0.09042055159807205, 0.9959169626235962, 1.2415419803346595e-07, -0.15708105266094208, 0.00014076157822273672, 0.0, 1.0, 0.8108744025230408, NaN], "mean": [0.9959067702293396, -0.0904112458229065, -8.930908734328113e-06, 1.6891685724258423, 0.0904112458229065, 0.9959067702293396, -1.292077911330125e-07, -0.18152645230293274, 8.906087714422029e-06, -6.77813488891843e-07, 1.0, 0.7539896965026855, NaN], "std": [3.647410721896449e-06, 3.154077785438858e-05, 3.0490582503261976e-05, 0.002736515598371625, 3.154065052513033e-05, 3.6491967421170557e-06, 4.6479632942464377e-07, 0.0047437883913517, 3.0406126825255342e-05, 2.314967559868819e-06, 0.0, 0.010648448951542377, NaN], "count": [250]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1253194835883808]], [[0.12087793462174719]], [[0.11360299364778571]]], "std": [[[0.2975751980596017]], [[0.2864034305591398]], [[0.26936098391987484]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.418240124831438]], [[0.4008525418580277]], [[0.3727775504579589]]], "std": [[[0.40007029445755576]], [[0.3802855410539825]], [[0.3524439280055429]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.600336048430521]], [[0.6039062329216766]], [[0.6052413190986871]]], "std": [[[0.2923981502100209]], [[0.27864828233325123]], [[0.2673008794249836]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5711600941734377]], [[0.5635711393685069]], [[0.5568522937508509]]], "std": [[[0.3135849298060077]], [[0.29325259814066706]], [[0.27649975058763826]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6446438327596693]], [[0.636217878334946]], [[0.6209328373872035]]], "std": [[[0.28534560876172]], [[0.27103758793486804]], [[0.2599473952494372]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970192645164492]], [[0.9970192645164492]], [[0.9970192645164492]]], "std": [[[0.01559513929017412]], [[0.01559513929017412]], [[0.01559513929017412]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591846514194748]], [[0.591846514194748]], [[0.591846514194748]]], "std": [[[0.33300275368565496]], [[0.33300275368565496]], [[0.33300275368565496]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10688832695966113]], [[0.10688832695966113]], [[0.10688832695966113]]], "std": [[[0.09809302761767687]], [[0.09809302761767687]], [[0.09809302761767687]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06626556721659288]], [[0.06626556721659288]], [[0.06626556721659288]]], "std": [[[0.10810143371540025]], [[0.10810143371540025]], [[0.10810143371540025]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10326744813721801]], [[0.10326744813721801]], [[0.10326744813721801]]], "std": [[[0.07572762169487922]], [[0.07572762169487922]], [[0.07572762169487922]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13716814357492937]], [[0.08207631910874537]], [[0.08873576250376351]]], "std": [[[0.3220373635145072]], [[0.25792963450717593]], [[0.2699888594637782]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45721845032257286]], [[0.16364862391042392]], [[0.28168808636275544]]], "std": [[[0.4455613214116743]], [[0.24990897163095027]], [[0.40773825754598475]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7635441935879718]], [[0.37811026821726945]], [[0.557572170689691]]], "std": [[[0.344522284418144]], [[0.35600104445316766]], [[0.36945975546862947]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5199909407352422]], [[0.5019065977062827]], [[0.5608462546880522]]], "std": [[[0.39923209568109697]], [[0.3651401863563123]], [[0.426057523783544]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4821531022449676]], [[0.5510134158926728]], [[0.5506731764625415]]], "std": [[[0.37299652880379586]], [[0.37438828248511485]], [[0.4216289142156637]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.98], "mean": [2.49], "std": [1.4433641259224923], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [250]}, "index": {"min": [17826], "max": [18075], "mean": [17950.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [250]}}} +{"episode_index": 68, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4106292724609375, 0.025464791804552078, 0.007877431809902191, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.1546415090560913, 0.0, 0.8663007020950317, -2.481858253479004, 0.0, -0.5463414788246155, 0.0, 0.0, -0.5463414788246155, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4106292724609375, 1.471484661102295, 0.45519790053367615, 0.6126697063446045, 1.3234574794769287, 3.1775758266448975, 1.5707963705062866, 0.3500368297100067, 1.0471975803375244, -0.2916034758090973, 0.5463414788246155, 0.0, 0.5463414788246155, 0.5463414788246155, 0.0, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4106292724609375, 1.3142378330230713, 0.406554639339447, -0.07758144289255142, -0.10810412466526031, 2.1242668628692627, 1.359643816947937, 0.17022083699703217, 0.9911302924156189, -1.3626012802124023, 0.06731695681810379, -0.06731695681810379, 0.06731695681810379, 0.06731695681810379, -0.06731695681810379, 0.06731695681810379, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3586530089378357, 0.11094743013381958, 0.5926715135574341, 1.2241731882095337, 0.9057199358940125, 0.1774924397468567, 0.14414720237255096, 0.05785790830850601, 0.9397482872009277, 0.17071764171123505, 0.17071764171123505, 0.17071764171123505, 0.17071764171123505, 0.17071764171123505, 0.17071764171123505, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [214]}, "observation.state": {"min": [-0.3679916560649872, 0.9298291206359863, -1.7623200619709678e-05, 2.1070330142974854, -0.9301647543907166, -0.36799156665802, -2.7451890218799235e-06, -0.26011186838150024, -2.6097804948221892e-06, -8.652314704704622e-07, 0.9999998211860657, 0.7509999871253967, NaN], "max": [-0.3671424388885498, 0.9301647543907166, 3.667900955406367e-06, 2.1284308433532715, -0.929828941822052, -0.3671424388885498, 0.0006236367044039071, -0.24752311408519745, 0.0005763591616414487, 0.00024087994825094938, 1.0, 0.814400851726532, NaN], "mean": [-0.36719900369644165, 0.9301427602767944, -5.690388888979214e-07, 2.108064651489258, -0.9301427602767944, -0.36719900369644165, 3.344360811752267e-05, -0.24807800352573395, 3.088974335696548e-05, 1.2830548257625196e-05, 1.0, 0.7538950443267822, NaN], "std": [0.00016737176338210702, 6.614778249058872e-05, 2.9172499580454314e-06, 0.003863327205181122, 6.617638427997008e-05, 0.0001673570368438959, 0.00012504003825597465, 0.0021352663170546293, 0.000115483213448897, 4.80327544210013e-05, 3.5050085500643036e-08, 0.011014516465365887, NaN], "count": [214]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11196814840296093]], [[0.10325899908200345]], [[0.09397903561410885]]], "std": [[[0.2708979979780834]], [[0.25438089770578365]], [[0.23477754614187105]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36789707441404795]], [[0.338426914666554]], [[0.30746648373791563]]], "std": [[[0.374975062086166]], [[0.3629501182853316]], [[0.3436716833310593]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6334231534958636]], [[0.5854749180408115]], [[0.53887005151912]]], "std": [[[0.2169931179342353]], [[0.2073491404745603]], [[0.19789793500202907]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41014299422446726]], [[0.36787051085267736]], [[0.3380888143226238]]], "std": [[[0.33551105548243687]], [[0.325402167292709]], [[0.3156568875816295]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48440468426350053]], [[0.4266652987243938]], [[0.3844281578846785]]], "std": [[[0.2948452393153105]], [[0.3126593294181465]], [[0.3153727162920415]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961067866700731]], [[0.9961067866700731]], [[0.9961067866700731]]], "std": [[[0.018465488615380984]], [[0.018465488615380984]], [[0.018465488615380984]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5964528023035075]], [[0.5964528023035075]], [[0.5964528023035075]]], "std": [[[0.3381274543947334]], [[0.3381274543947334]], [[0.3381274543947334]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14650729066292226]], [[0.14650729066292226]], [[0.14650729066292226]]], "std": [[[0.10615167799442976]], [[0.10615167799442976]], [[0.10615167799442976]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24306939423626914]], [[0.24306939423626914]], [[0.24306939423626914]]], "std": [[[0.3691653922079418]], [[0.3691653922079418]], [[0.3691653922079418]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1528615662536688]], [[0.1528615662536688]], [[0.1528615662536688]]], "std": [[[0.1681616378349455]], [[0.1681616378349455]], [[0.1681616378349455]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09536260327461239]], [[0.08258045813996062]], [[0.1335174838445347]]], "std": [[[0.2798296945378807]], [[0.25568501233824775]], [[0.3237744551648635]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13930012720522017]], [[0.25922731914830843]], [[0.4988202503736695]]], "std": [[[0.25052076511357857]], [[0.3177514997296131]], [[0.4806711594074597]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32110045323146186]], [[0.5045422523169523]], [[0.716436349444877]]], "std": [[[0.33434204224244546]], [[0.3110990666132678]], [[0.4143794654100683]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5575137005453664]], [[0.6414402272929965]], [[0.3172219157763307]]], "std": [[[0.43693664968269774]], [[0.4155761364759105]], [[0.3940051350208427]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5827884095055894]], [[0.5254308877341847]], [[0.5009175754430222]]], "std": [[[0.3663360790633649]], [[0.3981146228930103]], [[0.4021112286517378]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.26], "mean": [2.1300000000000003], "std": [1.2355160864998884], "count": [214]}, "frame_index": {"min": [0], "max": [213], "mean": [106.5], "std": [61.775804324994425], "count": [214]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [214]}, "index": {"min": [18076], "max": [18289], "mean": [18182.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [214]}}} +{"episode_index": 69, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42952391505241394, 0.025464791804552078, 0.012332151643931866, -1.4861783981323242, -1.5707963705062866, 0.968071699142456, 1.0512361526489258, -0.9876941442489624, 1.0471975803375244, -3.168602705001831, 0.0, -0.4292683005332947, 0.0, 0.0, -0.4292683005332947, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42952391505241394, 1.3430202007293701, 0.6504011750221252, -0.7853981852531433, -0.8123430013656616, 1.0471975803375244, 1.5707963705062866, 0.0, 1.4695817232131958, -2.481858253479004, 0.4292683005332947, 0.0, 0.4292683005332947, 0.4292683005332947, 0.0, 0.4292683005332947, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4295235574245453, 1.1429954767227173, 0.5535332560539246, -1.1547619104385376, -1.1905535459518433, 1.023105502128601, 1.3102978467941284, -0.5113709568977356, 1.2434492111206055, -2.8387794494628906, 0.0852930024266243, -0.0852930024266243, 0.0852930024266243, 0.0852930024266243, -0.0852930024266243, 0.0852930024266243, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.37139004468917847, 0.1798573136329651, 0.3169567286968231, 0.330314576625824, 0.027804626151919365, 0.22236186265945435, 0.4416147470474243, 0.16786494851112366, 0.30577170848846436, 0.1645343154668808, 0.1645343154668808, 0.1645343154668808, 0.1645343154668808, 0.1645343154668808, 0.1645343154668808, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [140]}, "observation.state": {"min": [-0.97854083776474, 0.20605288445949554, 0.0, 1.2897330522537231, -0.20755474269390106, -0.97854083776474, -6.284263331934881e-09, -0.3441805839538574, 0.0, -1.9573301202058246e-08, 0.9999986290931702, 0.7509999871253967, NaN], "max": [-0.9782221913337708, 0.2075558304786682, 0.0013733472442254424, 1.294579267501831, -0.20605288445949554, -0.9782229661941528, 0.0008948877803049982, -0.34110552072525024, 0.00152917904779315, 0.0005903543788008392, 1.0, 0.8206767439842224, NaN], "mean": [-0.9785094261169434, 0.20619788765907288, 0.0001323827455053106, 1.294045090675354, -0.20619778335094452, -0.9785094261169434, 8.623693429399282e-05, -0.3439151346683502, 0.000147381448186934, 5.692727063433267e-05, 1.0, 0.7566065192222595, NaN], "std": [8.301733760163188e-05, 0.0003919377049896866, 0.0003577243769541383, 0.0013789134100079536, 0.000391692912671715, 8.284095383714885e-05, 0.0002330544521100819, 0.0007225368754006922, 0.00039827366708777845, 0.0001538153737783432, 3.2767067636996217e-07, 0.015564190223813057, NaN], "count": [140]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11025933369141235]], [[0.10496027133537317]], [[0.09615635177842553]]], "std": [[[0.2703097285510065]], [[0.2564760735697038]], [[0.23457110139915477]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36291502195077957]], [[0.34370706052675165]], [[0.3124475209734384]]], "std": [[[0.38134449703244266]], [[0.35864580586274664]], [[0.32480720599163154]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4604340386953317]], [[0.45771569331538914]], [[0.4470144512372166]]], "std": [[[0.25698585590453327]], [[0.24553184546324647]], [[0.23476758154825364]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4747907497597719]], [[0.4686001699198882]], [[0.451328065414463]]], "std": [[[0.34670818379684093]], [[0.3411720786196515]], [[0.33508850610575974]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46139310570505687]], [[0.455554765635949]], [[0.44137773915352535]]], "std": [[[0.36840244850233]], [[0.3628592672176879]], [[0.3563271750647681]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959607118932522]], [[0.9959607118932522]], [[0.9959607118932522]]], "std": [[[0.018805851866382273]], [[0.018805851866382273]], [[0.018805851866382273]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5928698034119431]], [[0.5928698034119431]], [[0.5928698034119431]]], "std": [[[0.33661638631778334]], [[0.33661638631778334]], [[0.33661638631778334]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10795344436464781]], [[0.10795344436464781]], [[0.10795344436464781]]], "std": [[[0.10189189741167443]], [[0.10189189741167443]], [[0.10189189741167443]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.04659388677327229]], [[0.04659388677327229]], [[0.04659388677327229]]], "std": [[[0.04163856459001065]], [[0.04163856459001065]], [[0.04163856459001065]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19822253202091342]], [[0.19822253202091342]], [[0.19822253202091342]]], "std": [[[0.2879832199139988]], [[0.2879832199139988]], [[0.2879832199139988]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14507347526404973]], [[0.031646981038576646]], [[0.06812335888837255]]], "std": [[[0.34953980252807276]], [[0.12602973057135972]], [[0.17424450055455093]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5054736600703686]], [[0.35566808758317453]], [[0.14370206351409617]]], "std": [[[0.4836991133225672]], [[0.34548435624747065]], [[0.26306229588896807]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22641711108026535]], [[0.7205111276068856]], [[0.712828227354688]]], "std": [[[0.27278349351963066]], [[0.2914750398143294]], [[0.40131339452609627]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4412595087075561]], [[0.7340869367547984]], [[0.4057166669684186]]], "std": [[[0.3974263560311214]], [[0.3195244840381245]], [[0.3763622595847824]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5861973095794181]], [[0.4454570663941511]], [[0.428195395801356]]], "std": [[[0.38118485747466097]], [[0.40451200367499607]], [[0.4196232020335511]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.78], "mean": [1.3900000000000001], "std": [0.8082697569499925], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [140]}, "index": {"min": [18290], "max": [18429], "mean": [18359.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [140]}}} +{"episode_index": 70, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4992888867855072, 0.025464791804552078, 0.02342248149216175, -3.1382179260253906, -1.5707963705062866, -0.3803347647190094, -0.041186582297086716, 0.0, 1.0471975803375244, -4.0408616065979, 0.0, -0.2829268276691437, 0.0, 0.0, -0.2829268276691437, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4992888867855072, 0.7366083264350891, 0.677531361579895, -0.7853981852531433, -1.1719882488250732, 1.0471975803375244, 1.5707963705062866, 1.0732771158218384, 1.3006025552749634, -2.481858253479004, 0.2829268276691437, 0.0, 0.2829268276691437, 0.2829268276691437, 0.0, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49928995966911316, 0.7043855786323547, 0.6478942036628723, -2.4826860427856445, -1.3924012184143066, 0.10485270619392395, 0.6010621786117554, 0.7044373154640198, 1.1980193853378296, -3.551173210144043, 0.07822013646364212, -0.07822013646364212, 0.07822013646364212, 0.07822013646364212, -0.07822013646364212, 0.07822013646364212, -2.3561995029449463, 1.5707988739013672, -1.0471969842910767, -1.5707988739013672, 0.0, -1.0471969842910767, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 0.12078036367893219, 0.11109348386526108, 0.9177502393722534, 0.12852706015110016, 0.5216585397720337, 0.5583139061927795, 0.39075422286987305, 0.08735924959182739, 0.5711873769760132, 0.1252022087574005, 0.1252022087574005, 0.1252022087574005, 0.1252022087574005, 0.1252022087574005, 0.1252022087574005, 5.0067901611328125e-06, 2.5033950805664062e-06, 5.960464477539062e-07, 2.5033950805664062e-06, 0.0, 5.960464477539062e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [259]}, "observation.state": {"min": [-0.9717029929161072, -0.24257870018482208, -0.000532380654476583, 2.120619058609009, 0.23566100001335144, -0.9716446399688721, -0.019974790513515472, -0.25628170371055603, -0.0006370696355588734, -0.016524003818631172, 0.9997256398200989, 0.7509999871253967, NaN], "max": [-0.9701317548751831, -0.23591211438179016, 0.012231283821165562, 2.140923023223877, 0.24257870018482208, -0.9701317548751831, 0.0004986751009710133, -0.24314767122268677, 0.01659981533885002, 0.000355314405169338, 1.0, 0.817461371421814, NaN], "mean": [-0.9704090356826782, -0.24141882359981537, 0.002058129059150815, 2.123568534851074, 0.24138253927230835, -0.9704005718231201, -0.003386757569387555, -0.2538911700248718, 0.0028027244843542576, -0.0028019489254802465, 0.9999628663063049, 0.7611342668533325, NaN], "std": [0.0005201635649427772, 0.0021927792113274336, 0.003989063668996096, 0.0034619085490703583, 0.002266769763082266, 0.0005025373538956046, 0.006533462554216385, 0.004422898404300213, 0.005422491580247879, 0.005403255112469196, 7.989725418156013e-05, 0.019767792895436287, NaN], "count": [259]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.13292151162985627]], [[0.12848756815403567]], [[0.11573162313726831]]], "std": [[[0.30953537611217435]], [[0.3000543416234995]], [[0.2728793609935471]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45525713224313696]], [[0.4346558062779162]], [[0.37951259814482885]]], "std": [[[0.40290358799088294]], [[0.3896424121845696]], [[0.35227280556412566]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.058823529411764705]], [[0.058823529411764705]], [[0.043137254901960784]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7932403856792537]], [[0.7770000422452761]], [[0.7197588116605009]]], "std": [[[0.133504503440978]], [[0.1392546398617181]], [[0.15203595317990085]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7014120047663401]], [[0.6852916808322453]], [[0.6475497713055333]]], "std": [[[0.2450378693399475]], [[0.246553490004204]], [[0.25084889684086786]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6979471464657132]], [[0.6711002225588433]], [[0.6120937576904842]]], "std": [[[0.25473126272657953]], [[0.2577368221046537]], [[0.2633740380224653]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.788235294117647]], [[0.788235294117647]], [[0.788235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9940750128579868]], [[0.9940750128579868]], [[0.9940750128579868]]], "std": [[[0.023840914504059615]], [[0.023840914504059615]], [[0.023840914504059615]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5932016648662132]], [[0.5932016648662132]], [[0.5932016648662132]]], "std": [[[0.3370903334677248]], [[0.3370903334677248]], [[0.3370903334677248]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.06752659273072795]], [[0.06752659273072795]], [[0.06752659273072795]]], "std": [[[0.06089392593754748]], [[0.06089392593754748]], [[0.06089392593754748]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.047078815603393304]], [[0.047078815603393304]], [[0.047078815603393304]]], "std": [[[0.05240057510883395]], [[0.05240057510883395]], [[0.05240057510883395]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17482483700364315]], [[0.17482483700364315]], [[0.17482483700364315]]], "std": [[[0.23055508864431126]], [[0.23055508864431126]], [[0.23055508864431126]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09584772790823522]], [[0.11137293392101205]], [[0.03845944218801026]]], "std": [[[0.2790626032156667]], [[0.2794799319900247]], [[0.12602002285438063]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15478672640014593]], [[0.5247194088880038]], [[0.3097060587102048]]], "std": [[[0.2855422187038292]], [[0.47573803453500974]], [[0.32846438975520587]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24097713994116507]], [[0.8771866094544928]], [[0.43052211808426394]]], "std": [[[0.2915899351280451]], [[0.24879396352639102]], [[0.30055889257848073]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6786274281813542]], [[0.8473487924221362]], [[0.20526949468614777]]], "std": [[[0.3473714413010457]], [[0.27082744741027726]], [[0.2593225327046224]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3926265175609589]], [[0.5289072112686256]], [[0.557979302496964]]], "std": [[[0.3543229274983793]], [[0.41240117133438814]], [[0.4132254915402598]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.16], "mean": [2.58], "std": [1.4953260514014997], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [259]}, "index": {"min": [18430], "max": [18688], "mean": [18559.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [259]}}} +{"episode_index": 71, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.013966402038931847, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.8835099935531616, -0.4847621023654938, -0.8285809755325317, -3.8896687030792236, 0.0, -0.5317073464393616, 0.0, 0.0, -0.5317073464393616, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.5461786985397339, 0.9958416819572449, -0.36047232151031494, 0.5281730890274048, 3.2863268852233887, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.5317073464393616, 0.0, 0.5317073464393616, 0.5317073464393616, 0.0, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488260269165, 0.5049498081207275, 0.9206671118736267, -0.5422409176826477, -0.36118343472480774, 2.3830888271331787, 0.13487060368061066, -0.2833857238292694, -0.07039264589548111, -3.29632306098938, 0.0978575348854065, -0.0978575348854065, 0.0978575348854065, 0.0978575348854065, -0.0978575348854065, 0.0978575348854065, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 0.11479966342449188, 0.2093127816915512, 0.16942191123962402, 0.8602328300476074, 0.9434557557106018, 1.0042808055877686, 0.19816268980503082, 0.7894524931907654, 0.5787184238433838, 0.19862976670265198, 0.19862976670265198, 0.19862976670265198, 0.19862976670265198, 0.19862976670265198, 0.19862976670265198, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [204]}, "observation.state": {"min": [0.10195089876651764, -0.9947894215583801, -6.673944312751701e-07, 1.9265663623809814, 0.9947572946548462, 0.10195089876651764, -0.0008809028659015894, -0.3801322281360626, 0.0, -5.792759907308209e-07, 0.9999992847442627, 0.7509999871253967, NaN], "max": [0.10226068645715714, -0.994757354259491, 0.0007848322275094688, 1.9601860046386719, 0.9947894215583801, 0.10225999355316162, 0.0, -0.34547173976898193, 0.0007965582190081477, 0.0008707993547432125, 1.0, 0.7839756011962891, NaN], "mean": [0.10198087245225906, -0.9947877526283264, 7.59412650950253e-05, 1.9574872255325317, 0.9947877526283264, 0.10198085755109787, -8.53603778523393e-05, -0.3479892909526825, 7.715234823990613e-05, 8.426732529187575e-05, 1.0, 0.7535631656646729, NaN], "std": [8.079806138994172e-05, 8.480265023536049e-06, 0.00020477324142120779, 0.007496872916817665, 8.481674740323797e-06, 8.064119174377993e-05, 0.00023005399270914495, 0.007212921977043152, 0.00020794420561287552, 0.0002271918347105384, 1.7018102482779796e-07, 0.007185586728155613, NaN], "count": [204]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12506967989480255]], [[0.11434110981693044]], [[0.08753167289281569]]], "std": [[[0.2961492584182206]], [[0.2736750004793158]], [[0.22123240234126226]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42162544399449875]], [[0.3783014891124536]], [[0.2948891302904665]]], "std": [[[0.388235179724213]], [[0.3625947334725503]], [[0.3179980951814179]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6414162467285057]], [[0.5743548415433339]], [[0.3987581913925585]]], "std": [[[0.22919457250883404]], [[0.2332016572405387]], [[0.23377056157432735]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4565272773724243]], [[0.3884969626987624]], [[0.3001877755582244]]], "std": [[[0.2843392217361533]], [[0.27046069961782276]], [[0.2588048293264602]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6330857719921866]], [[0.5701325522651179]], [[0.469531173996222]]], "std": [[[0.2698891767342272]], [[0.2775776908199919]], [[0.30230333901655015]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959472094983475]], [[0.9959472094983475]], [[0.9959472094983475]]], "std": [[[0.019031139457891522]], [[0.019031139457891522]], [[0.019031139457891522]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5964907345380613]], [[0.5964907345380613]], [[0.5964907345380613]]], "std": [[[0.33837170697685737]], [[0.33837170697685737]], [[0.33837170697685737]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1324677450611584]], [[0.1324677450611584]], [[0.1324677450611584]]], "std": [[[0.19668342523072938]], [[0.19668342523072938]], [[0.19668342523072938]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1913368631608452]], [[0.1913368631608452]], [[0.1913368631608452]]], "std": [[[0.33323041664083325]], [[0.33323041664083325]], [[0.33323041664083325]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15388008510746728]], [[0.15388008510746728]], [[0.15388008510746728]]], "std": [[[0.1581709829972511]], [[0.1581709829972511]], [[0.1581709829972511]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03177030103447282]], [[0.06511445318184043]], [[0.1416499408901415]]], "std": [[[0.12679029922159604]], [[0.17248036543763784]], [[0.3437119184710792]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28368921692681043]], [[0.3134370783435292]], [[0.5069675817798136]]], "std": [[[0.38968321894698316]], [[0.404285473675872]], [[0.4792592735662197]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41027839100484076]], [[0.71810746527673]], [[0.6189008449725775]]], "std": [[[0.36131752917066184]], [[0.4104550023431391]], [[0.37617163820093363]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.579404517294076]], [[0.5164199851001582]], [[0.3954860976160923]]], "std": [[[0.41015691458416026]], [[0.4013903878673645]], [[0.40945711463407886]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.283832562524685]], [[0.5836553013462832]], [[0.6345889890034875]]], "std": [[[0.298881970108749]], [[0.373813519551308]], [[0.40530483261281475]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.06], "mean": [2.03], "std": [1.1777803983199358], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [204]}, "index": {"min": [18689], "max": [18892], "mean": [18790.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [204]}}} +{"episode_index": 72, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44764384627342224, 0.025464791804552078, 0.00956327747553587, -0.7853981852531433, -1.5707963705062866, 0.9128533005714417, 0.804533064365387, -2.0739259719848633, 1.0471975803375244, -4.762231349945068, 0.0, -0.5707316994667053, 0.0, 0.0, -0.5707316994667053, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44764384627342224, 1.5496258735656738, 0.5819604396820068, -0.6310279965400696, -0.43227148056030273, 1.0471975803375244, 1.5707963705062866, 0.0, 1.5198553800582886, -2.481858253479004, 0.5707316994667053, 0.0, 0.5707316994667053, 0.5707316994667053, 0.0, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4476444125175476, 1.3571559190750122, 0.5096791982650757, -0.7341306805610657, -1.0140221118927002, 1.0137825012207031, 1.2148938179016113, -1.0497461557388306, 1.2672533988952637, -3.635167121887207, 0.08255346119403839, -0.08255346119403839, 0.08255346119403839, 0.08255346119403839, -0.08255346119403839, 0.08255346119403839, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 0.4008715748786926, 0.15054701268672943, 0.0523780882358551, 0.4820786416530609, 0.04344352334737778, 0.31168437004089355, 0.9034644365310669, 0.18683142960071564, 0.992767333984375, 0.19075007736682892, 0.19075007736682892, 0.19075007736682892, 0.19075007736682892, 0.19075007736682892, 0.19075007736682892, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [194]}, "observation.state": {"min": [-0.6152563095092773, -0.7897356152534485, -0.002113048220053315, 1.5700936317443848, 0.7883261442184448, -0.6152575612068176, -6.153254071250558e-05, -0.09222515672445297, -0.0012549003586173058, -0.0017010235460475087, 0.9999977946281433, 0.7509999871253967, NaN], "max": [-0.613447368144989, -0.7883242964744568, 1.3916745444930712e-07, 1.5818607807159424, 0.7897356152534485, -0.613447368144989, 1.0924367188636097e-07, -0.08841156959533691, 0.0, 1.7692073583930323e-07, 1.0, 0.8194452524185181, NaN], "mean": [-0.6135700941085815, -0.7896397113800049, -0.00014204395120032132, 1.570688247680664, 0.7896398305892944, -0.6135701537132263, -3.7606714613502845e-06, -0.08862331509590149, -8.437665383098647e-05, -0.00011432936298660934, 1.0, 0.7547033429145813, NaN], "std": [0.0004017832106910646, 0.00031328090699389577, 0.0004690760397352278, 0.0020798020996153355, 0.0003129314281977713, 0.0004020305641461164, 1.2881047950941138e-05, 0.000718625437002629, 0.0002786447003018111, 0.0003775650984607637, 4.531278818831197e-07, 0.012693800963461399, NaN], "count": [194]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09531360143660761]], [[0.09002693236933637]], [[0.0711779109509814]]], "std": [[[0.232221785368181]], [[0.21946983265150405]], [[0.1774713770442607]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.321087123841021]], [[0.30338982800808156]], [[0.25139602666414534]]], "std": [[[0.30698337368851364]], [[0.2923734979158178]], [[0.2589031319290707]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.704267997325807]], [[0.6507706638073991]], [[0.41151049258662464]]], "std": [[[0.23751502060229493]], [[0.2291383443375837]], [[0.18045347832058362]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6557379009194048]], [[0.6267802997537033]], [[0.5578531285979732]]], "std": [[[0.2507069283333598]], [[0.2597478713736915]], [[0.2866673964273021]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5653229195375014]], [[0.533594362200268]], [[0.46157633084354427]]], "std": [[[0.24984509696847412]], [[0.2584479437886616]], [[0.2849777028511944]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958160882081364]], [[0.9958160882081364]], [[0.9958160882081364]]], "std": [[[0.019215813796000382]], [[0.019215813796000382]], [[0.019215813796000382]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5926407039270002]], [[0.5926407039270002]], [[0.5926407039270002]]], "std": [[[0.33633475825326514]], [[0.33633475825326514]], [[0.33633475825326514]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1097952042894378]], [[0.1097952042894378]], [[0.1097952042894378]]], "std": [[[0.10367224282385393]], [[0.10367224282385393]], [[0.10367224282385393]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.046074772797529126]], [[0.046074772797529126]], [[0.046074772797529126]]], "std": [[[0.055889651542648085]], [[0.055889651542648085]], [[0.055889651542648085]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14710393343753833]], [[0.14710393343753833]], [[0.14710393343753833]]], "std": [[[0.18716696751933268]], [[0.18716696751933268]], [[0.18716696751933268]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14108732635012214]], [[0.11219081721810163]], [[0.03645225244435862]]], "std": [[[0.34336922542219367]], [[0.2761862451903178]], [[0.14511878779761123]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2316600945087176]], [[0.4845785993478134]], [[0.31575020167090123]]], "std": [[[0.36643198749186623]], [[0.4696548161737347]], [[0.34773972169797984]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24527163377234892]], [[0.9211212298605704]], [[0.26662236947718454]]], "std": [[[0.21446510572307667]], [[0.22979500048555387]], [[0.2950579990420219]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4483766642459453]], [[0.5073946439695539]], [[0.659671728723636]]], "std": [[[0.4182719442900785]], [[0.3636216597340333]], [[0.42227823677387066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47115518433357406]], [[0.4675691934035678]], [[0.6940167586339621]]], "std": [[[0.3991461567115625]], [[0.3957506998466331]], [[0.3890472542745858]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.86], "mean": [1.9299999999999997], "std": [1.120044641967453], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [194]}, "index": {"min": [18893], "max": [19086], "mean": [18989.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [194]}}} +{"episode_index": 73, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.31123054027557373, 0.025464791804552078, 0.007153752259910107, -2.058335781097412, -1.5707963705062866, -1.7027060985565186, 1.5707963705062866, 0.0, 1.0471975803375244, -3.4300403594970703, 0.0, -0.7268292903900146, 0.0, 0.0, -0.7268292903900146, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.31123054027557373, 2.085461139678955, 0.5858627557754517, -0.7853981852531433, 0.2208261638879776, 1.0471975803375244, 1.9406906366348267, 2.642437219619751, 1.4845060110092163, -2.481858253479004, 0.7268292903900146, 0.0, 0.7268292903900146, 0.7268292903900146, 0.0, 0.7268292903900146, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3112305998802185, 1.8142528533935547, 0.5096729397773743, -1.4366155862808228, -0.6752082109451294, -0.3578079640865326, 1.7301604747772217, 1.3330365419387817, 1.241626501083374, -2.9554405212402344, 0.10792490094900131, -0.10792490094900131, 0.10792490094900131, 0.10792490094900131, -0.10792490094900131, 0.10792490094900131, -2.3561995029449463, 1.5707988739013672, -1.0471965074539185, -1.5707988739013672, 0.0, -1.0471965074539185, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.5495368242263794, 0.1543799489736557, 0.5620232820510864, 0.7767220139503479, 1.2121895551681519, 0.13791173696517944, 1.1543411016464233, 0.16691432893276215, 0.4065757691860199, 0.24591390788555145, 0.24591390788555145, 0.24591390788555145, 0.24591390788555145, 0.24591390788555145, 0.24591390788555145, 5.0067901611328125e-06, 2.5033950805664062e-06, 1.0728836059570312e-06, 2.5033950805664062e-06, 0.0, 1.0728836059570312e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [250]}, "observation.state": {"min": [0.701240062713623, -0.7129252552986145, -7.203469181149558e-07, 1.434273362159729, 0.7126119136810303, 0.701240062713623, -1.0078640144683959e-07, -0.3507986068725586, -0.0025913312565535307, -4.4287793343755766e-07, 0.9999939799308777, 0.7509999871253967, NaN], "max": [0.7015539407730103, -0.7126084566116333, 0.0034561925567686558, 1.4450101852416992, 0.7129252552986145, 0.7015584111213684, 0.0002357709890929982, -0.3123677968978882, 5.769893505203072e-07, 0.002298901556059718, 1.0, 0.801129937171936, NaN], "mean": [0.7012606263160706, -0.7129043936729431, 0.0002409362350590527, 1.4348715543746948, 0.7129045128822327, 0.7012608051300049, 1.6373563994420692e-05, -0.3145003914833069, -0.00018068296776618809, 0.00016022501222323626, 1.0, 0.7539791464805603, NaN], "std": [6.962390762055293e-05, 7.013264257693663e-05, 0.0007800657767802477, 0.0020113650243729353, 6.942437175894156e-05, 7.054172601783648e-05, 5.3071315051056445e-05, 0.007195213343948126, 0.000584979890845716, 0.0005187654169276357, 1.2380273801682051e-06, 0.00983625277876854, NaN], "count": [250]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.1304998782933713]], [[0.11759295670663875]], [[0.09874883305806847]]], "std": [[[0.3070899852954229]], [[0.2806457800261449]], [[0.24377379387076129]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43898935217874985]], [[0.38829116248941353]], [[0.31758561675756103]]], "std": [[[0.4057581615936445]], [[0.374470916275909]], [[0.3283663312262614]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4548947589705832]], [[0.42146406703990036]], [[0.37240283485919246]]], "std": [[[0.40961194216643054]], [[0.38508608177339954]], [[0.3573049066258326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6160175418479693]], [[0.5607125731999991]], [[0.49768901307658936]]], "std": [[[0.3243732550579232]], [[0.32548338672478316]], [[0.3222020355616096]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6294583753271494]], [[0.5604426245447737]], [[0.48674366035870936]]], "std": [[[0.3186362896025257]], [[0.33612723621163276]], [[0.3354100920114443]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956671461170221]], [[0.9956671461170221]], [[0.9956671461170221]]], "std": [[[0.019655047626198165]], [[0.019655047626198165]], [[0.019655047626198165]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5905484442674167]], [[0.5905484442674167]], [[0.5905484442674167]]], "std": [[[0.3376379249099832]], [[0.3376379249099832]], [[0.3376379249099832]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4539985435438154]], [[0.4539985435438154]], [[0.4539985435438154]]], "std": [[[0.4218652013978119]], [[0.4218652013978119]], [[0.4218652013978119]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16568343535902785]], [[0.16568343535902785]], [[0.16568343535902785]]], "std": [[[0.2709587379284066]], [[0.2709587379284066]], [[0.2709587379284066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16758244769129566]], [[0.16758244769129566]], [[0.16758244769129566]]], "std": [[[0.1934395750861194]], [[0.1934395750861194]], [[0.1934395750861194]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06704139701775173]], [[0.09643750817244924]], [[0.09302797240779968]]], "std": [[[0.20696995684304864]], [[0.26137231424688007]], [[0.27485604502110667]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1833497017014117]], [[0.40744556495010026]], [[0.24444670154919462]]], "std": [[[0.28435386700171905]], [[0.4518303308881774]], [[0.37105347781990305]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3216294807653235]], [[0.412878237714839]], [[0.3481097451805181]]], "std": [[[0.37170408604856964]], [[0.45433987352812044]], [[0.40869999464679735]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4276128052807936]], [[0.7077511753239307]], [[0.32786652772664754]]], "std": [[[0.37379951517116844]], [[0.3431324488157143]], [[0.3929122959571901]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5502675695085668]], [[0.4473318272557133]], [[0.5870206928091164]]], "std": [[[0.30000766706683546]], [[0.40364490147281856]], [[0.4490752853830079]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.98], "mean": [2.49], "std": [1.4433641259224923], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [250]}, "index": {"min": [19087], "max": [19336], "mean": [19211.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [250]}}} +{"episode_index": 74, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09488924592733383, 0.025464791804552078, 0.024204714223742485, -1.4715913534164429, -2.0113158226013184, 1.0471975803375244, 1.5707963705062866, -0.0288932453840971, 0.18799196183681488, -4.1572136878967285, 0.0, -0.3219512104988098, 0.0, 0.0, -0.3219512104988098, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09488924592733383, 0.8159175515174866, 0.7755434513092041, -0.7853981852531433, -1.5707963705062866, 1.9253443479537964, 2.4419891834259033, 0.0, 1.0471975803375244, -2.481858253479004, 0.3219512104988098, 0.0, 0.3219512104988098, 0.3219512104988098, 0.0, 0.3219512104988098, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09488929063081741, 0.7653791308403015, 0.7275053858757019, -1.1786715984344482, -1.8538037538528442, 1.6349009275436401, 2.1392924785614014, -0.016539515927433968, 0.5703625679016113, -3.653498649597168, 0.08585001528263092, -0.08585001528263092, 0.08585001528263092, 0.08585001528263092, -0.08585001528263092, 0.08585001528263092, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-08, 0.15694481134414673, 0.1491798609495163, 0.2454146146774292, 0.16855904459953308, 0.3399086594581604, 0.3370278775691986, 0.010327478870749474, 0.30274495482444763, 0.6836422085762024, 0.1400909423828125, 0.1400909423828125, 0.1400909423828125, 0.1400909423828125, 0.1400909423828125, 0.1400909423828125, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [203]}, "observation.state": {"min": [-0.7322592735290527, 0.6810259819030762, -0.0010984961409121752, 1.2542400360107422, -0.6818676590919495, -0.7322592735290527, -7.187755386439676e-07, -0.2515360713005066, -4.7020575948408805e-06, 0.0, 0.9999967813491821, 0.7509999871253967, NaN], "max": [-0.7314751744270325, 0.6818671822547913, 0.0, 1.277563452720642, -0.6810259819030762, -0.7314720153808594, 0.0022766615729779005, -0.2343033254146576, 0.0007518042693845928, 0.002414263552054763, 1.0, 0.8117327690124512, NaN], "mean": [-0.7321308255195618, 0.6811631917953491, -0.00017474713968113065, 1.274930715560913, -0.6811633110046387, -0.7321304082870483, 0.0003626682737376541, -0.23615558445453644, 0.00011937873205170035, 0.0003844648599624634, 1.0, 0.758508026599884, NaN], "std": [0.0002478867245372385, 0.0002660296449903399, 0.0003505106142256409, 0.005753137171268463, 0.00026615915703587234, 0.00024876437964849174, 0.0007274388335645199, 0.0041294884867966175, 0.0002398637298028916, 0.0007710319478064775, 9.976922683563316e-07, 0.01590658538043499, NaN], "count": [203]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.12600788176150732]], [[0.12365350961012975]], [[0.11304957784899124]]], "std": [[[0.2977209161210849]], [[0.2932426562687778]], [[0.2705632112725774]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4155086016076004]], [[0.404555152549033]], [[0.36305565848650595]]], "std": [[[0.3964821011096083]], [[0.3930115630025678]], [[0.3632191907797328]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.638335466384495]], [[0.6362758683583553]], [[0.6038007940770782]]], "std": [[[0.24873920408484929]], [[0.2726926157948942]], [[0.28377158063393776]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6190716996213348]], [[0.6223606043354382]], [[0.6018663909324203]]], "std": [[[0.27262153485249896]], [[0.27370693571398075]], [[0.2735069437536703]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6206192902659508]], [[0.6250860321694425]], [[0.5922390331598595]]], "std": [[[0.2708422052565874]], [[0.27675209626940594]], [[0.2828728090530349]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950028264101373]], [[0.9950028264101373]], [[0.9950028264101373]]], "std": [[[0.021426734449831536]], [[0.021426734449831536]], [[0.021426734449831536]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5974797487546025]], [[0.5974797487546025]], [[0.5974797487546025]]], "std": [[[0.33628173003771483]], [[0.33628173003771483]], [[0.33628173003771483]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2784313725490196]], [[0.2784313725490196]], [[0.2784313725490196]]], "mean": [[[0.10645890037558063]], [[0.10645890037558063]], [[0.10645890037558063]]], "std": [[[0.07421091808455425]], [[0.07421091808455425]], [[0.07421091808455425]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2784313725490196]], [[0.2784313725490196]], [[0.2784313725490196]]], "mean": [[[0.0418423795221724]], [[0.0418423795221724]], [[0.0418423795221724]]], "std": [[[0.04887470053397067]], [[0.04887470053397067]], [[0.04887470053397067]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07469309879828953]], [[0.07469309879828953]], [[0.07469309879828953]]], "std": [[[0.05538515790234209]], [[0.05538515790234209]], [[0.05538515790234209]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06381343010854353]], [[0.054559336843044044]], [[0.14480113673320633]]], "std": [[[0.1988447125985625]], [[0.16307508890971925]], [[0.3470131242930276]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3712478972916755]], [[0.19269500587075225]], [[0.29730776354179034]]], "std": [[[0.4531711274499739]], [[0.29078195925654765]], [[0.3903844898310128]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5844468316378225]], [[0.5726174167214849]], [[0.583692652875931]]], "std": [[[0.43271793862227326]], [[0.304090258793629]], [[0.4089141572068627]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.681897128058843]], [[0.3970139670929416]], [[0.6705261280326912]]], "std": [[[0.39261004988248377]], [[0.4048801114258797]], [[0.3262116354679927]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5193381050378498]], [[0.6128786199340035]], [[0.5970619657732797]]], "std": [[[0.3690023139443891]], [[0.3647927364383684]], [[0.4240566375030316]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.04], "mean": [2.02], "std": [1.1720068259186889], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [203]}, "index": {"min": [19337], "max": [19539], "mean": [19438.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [203]}}} +{"episode_index": 75, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23190806806087494, 0.025464791804552078, 0.006143051199615002, -1.8873738050460815, -1.5707963705062866, -0.003969607409089804, 1.2732676267623901, 0.0, -0.07254816591739655, -2.481858253479004, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23190806806087494, 1.324113368988037, 0.31942519545555115, -0.7853981852531433, -1.1094828844070435, 1.0471975803375244, 1.5707963705062866, 0.8905950784683228, 1.0471975803375244, -0.9372865557670593, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2319081425666809, 1.1550712585449219, 0.2786460220813751, -1.3767943382263184, -1.371200680732727, 0.4808795154094696, 1.4616156816482544, 0.47911205887794495, 0.44395381212234497, -1.649356484413147, 0.0717536062002182, -0.0717536062002182, 0.0717536062002182, 0.0717536062002182, -0.0717536062002182, 0.0717536062002182, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-08, 0.3459383249282837, 0.08345309644937515, 0.4920245110988617, 0.17589619755744934, 0.47087183594703674, 0.10488515347242355, 0.39844009280204773, 0.5010181069374084, 0.6921616792678833, 0.1472233086824417, 0.1472233086824417, 0.1472233086824417, 0.1472233086824417, 0.1472233086824417, 0.1472233086824417, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [161]}, "observation.state": {"min": [-0.2890660762786865, 0.9573091268539429, -0.00011685986100928858, 1.921694278717041, -0.9573604464530945, -0.2890660762786865, -5.236779907136224e-05, -0.1232285425066948, -8.380835060961545e-05, 0.0, 1.0, 0.7509999871253967, NaN], "max": [-0.2888961136341095, 0.9573604464530945, 0.0, 1.9363244771957397, -0.9573091268539429, -0.2888961136341095, -0.0, -0.08532238006591797, -0.0, 9.682002564659342e-05, 1.0, 0.8001387715339661, NaN], "mean": [-0.2890503704547882, 0.9573127031326294, -1.0914745871559717e-05, 1.9228087663650513, -0.9573127031326294, -0.2890503704547882, -4.898675342701608e-06, -0.0880919098854065, -7.843346793379169e-06, 9.033857168105897e-06, 1.0, 0.7547746896743774, NaN], "std": [4.367050132714212e-05, 1.3240938642411493e-05, 3.0031696951482445e-05, 0.0031755075324326754, 1.3243504326965194e-05, 4.3669904698617756e-05, 1.3463585673889611e-05, 0.007990948855876923, 2.156336086045485e-05, 2.486347329977434e-05, 0.0, 0.010721206665039062, NaN], "count": [161]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0811367479586479]], [[0.07841763277589685]], [[0.07261762459506561]]], "std": [[[0.20850336833974384]], [[0.20382023578494363]], [[0.19557668934331568]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24020859778540876]], [[0.23063791707989922]], [[0.20968176164142344]]], "std": [[[0.2752693059874787]], [[0.273086554511784]], [[0.266849370844401]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6579543107280873]], [[0.650829764278065]], [[0.6398965862464133]]], "std": [[[0.24147134458814026]], [[0.2404124522688291]], [[0.24645317137331604]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5834436551953978]], [[0.5514138152781718]], [[0.5317819848708267]]], "std": [[[0.262165688708321]], [[0.27657556567589403]], [[0.28557308091762323]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3743924639791965]], [[0.34671424021200425]], [[0.3223918202416564]]], "std": [[[0.2986255414659886]], [[0.30913370752152664]], [[0.3155442325999833]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960470920833023]], [[0.9960470920833023]], [[0.9960470920833023]]], "std": [[[0.018571101536439448]], [[0.018571101536439448]], [[0.018571101536439448]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5991726926535466]], [[0.5991726926535466]], [[0.5991726926535466]]], "std": [[[0.33886298485845057]], [[0.33886298485845057]], [[0.33886298485845057]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.12409047060566984]], [[0.12409047060566984]], [[0.12409047060566984]]], "std": [[[0.0771978261833337]], [[0.0771978261833337]], [[0.0771978261833337]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07418099887949435]], [[0.07418099887949435]], [[0.07418099887949435]]], "std": [[[0.07081337622547507]], [[0.07081337622547507]], [[0.07081337622547507]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17370762916157878]], [[0.17370762916157878]], [[0.17370762916157878]]], "std": [[[0.1903820076004809]], [[0.1903820076004809]], [[0.1903820076004809]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09935185419881164]], [[0.14270255235229073]], [[0.03516665224962801]]], "std": [[[0.2509242137831985]], [[0.3454071996058383]], [[0.14269568146357547]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16563848906752607]], [[0.5148305997957474]], [[0.18274277790183135]]], "std": [[[0.2595723050907554]], [[0.474459557461631]], [[0.3098440959527029]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6064582432268417]], [[0.7955917228763535]], [[0.2648022418159836]]], "std": [[[0.19933675025457867]], [[0.34128944751193785]], [[0.34487513604200415]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5992338678366597]], [[0.6913268449953766]], [[0.40506030949023364]]], "std": [[[0.2691347769127169]], [[0.4047745227419733]], [[0.4069368308819339]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102517349061987]], [[0.6712997879018917]], [[0.5527837625252214]]], "std": [[[0.4035982042558486]], [[0.40888755498457546]], [[0.33647380757582646]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.2], "mean": [1.5999999999999999], "std": [0.9295160030897801], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [161]}, "index": {"min": [19540], "max": [19700], "mean": [19620.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [161]}}} +{"episode_index": 76, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4712250530719757, 0.025464791804552078, 0.010321304202079773, -0.7853981852531433, -1.5707963705062866, 0.8115033507347107, 0.24185436964035034, -0.8081564903259277, 1.0471975803375244, -4.2402238845825195, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4712250530719757, 1.3846899271011353, 0.5612379312515259, -0.27634575963020325, -0.3017911911010742, 1.0471975803375244, 1.5707963705062866, 0.0, 1.3736529350280762, -2.481858253479004, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4712248146533966, 1.2084877490997314, 0.4898207485675812, -0.5312952399253845, -0.9227631688117981, 0.9278475046157837, 0.9051531553268433, -0.4266667664051056, 1.220976710319519, -3.4024763107299805, 0.06996281445026398, -0.06996281445026398, 0.06996281445026398, 0.06996281445026398, -0.06996281445026398, 0.06996281445026398, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.36138564348220825, 0.14647558331489563, 0.2077658772468567, 0.5404734015464783, 0.09764580428600311, 0.5574512481689453, 0.35064440965652466, 0.14299164712429047, 0.7643001675605774, 0.14494004845619202, 0.14494004845619202, 0.14494004845619202, 0.14494004845619202, 0.14494004845619202, 0.14494004845619202, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [169]}, "observation.state": {"min": [0.5662097334861755, -0.8242611885070801, -0.002488052472472191, 1.5586330890655518, 0.8236837983131409, 0.5662097334861755, -0.00044686481123790145, -0.08154445141553879, -7.202665841532507e-08, -0.0017970193875953555, 0.9999967813491821, 0.7509999871253967, NaN], "max": [0.567046582698822, -0.8236819505691528, 3.6490876986761123e-09, 1.6035743951797485, 0.8242611885070801, 0.5670492053031921, 8.487662483958047e-08, -0.06985106319189072, 0.0017774063162505627, 0.0, 1.0, 0.7895352840423584, NaN], "mean": [0.5662862658500671, -0.8242087960243225, -0.00023058021906763315, 1.6003497838974, 0.8242087960243225, 0.5662864446640015, -4.111964153707959e-05, -0.08055629581212997, 0.00016458587197121233, -0.00016664198483340442, 1.0, 0.75407874584198, NaN], "std": [0.0002142633165931329, 0.00014815495524089783, 0.0006373447249643505, 0.009383908472955227, 0.00014774549345020205, 0.00021484197350218892, 0.00011389159044483677, 0.0027429996989667416, 0.0004549281729850918, 0.00046067353105172515, 7.585324510728242e-07, 0.008665780536830425, NaN], "count": [169]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.09464314476517326]], [[0.0929711209951646]], [[0.08895944252329022]]], "std": [[[0.23492913795082182]], [[0.23173577691889244]], [[0.22218798050401084]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3093309219997975]], [[0.3005072464059664]], [[0.2834491846326438]]], "std": [[[0.30897054268822843]], [[0.30437216270602724]], [[0.2923985117433394]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.41054733382015984]], [[0.40813529619638284]], [[0.39708453145630196]]], "std": [[[0.35885337086642694]], [[0.3573408549779988]], [[0.3463301379238782]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5557741245672374]], [[0.5482214819240511]], [[0.5280228942573918]]], "std": [[[0.30417098622690614]], [[0.30363543001105114]], [[0.29697942418841355]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5579016462917029]], [[0.5334313557850211]], [[0.4965190576487084]]], "std": [[[0.25034025137338056]], [[0.25966808677880127]], [[0.2667758062553314]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951711463423303]], [[0.9951711463423303]], [[0.9951711463423303]]], "std": [[[0.020983629178757388]], [[0.020983629178757388]], [[0.020983629178757388]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6022080050104238]], [[0.6022080050104238]], [[0.6022080050104238]]], "std": [[[0.340477152176773]], [[0.340477152176773]], [[0.340477152176773]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43941457032866155]], [[0.43941457032866155]], [[0.43941457032866155]]], "std": [[[0.4065782710330212]], [[0.4065782710330212]], [[0.4065782710330212]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22802703161220714]], [[0.22802703161220714]], [[0.22802703161220714]]], "std": [[[0.2899282256332934]], [[0.2899282256332934]], [[0.2899282256332934]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1909447867652926]], [[0.1909447867652926]], [[0.1909447867652926]]], "std": [[[0.2181683310106471]], [[0.2181683310106471]], [[0.2181683310106471]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1440638306004663]], [[0.05325686938364142]], [[0.027258999082003445]]], "std": [[[0.34676941155078456]], [[0.15831814295209357]], [[0.10933198318619249]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18286397758720463]], [[0.2665480285202553]], [[0.44123868648037173]]], "std": [[[0.31554441339003947]], [[0.32302324047549114]], [[0.46865131816522143]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43631795538228285]], [[0.315292964283966]], [[0.37797316016793503]]], "std": [[[0.4631996011193558]], [[0.3176329877780727]], [[0.42082871461559423]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651576882043813]], [[0.6535605297691732]], [[0.37963606834615105]]], "std": [[[0.38464760356693883]], [[0.40932663028532806]], [[0.36562623755150153]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7484150457556573]], [[0.6247736330468031]], [[0.19235626044816204]]], "std": [[[0.3803131084903745]], [[0.2998236957350275]], [[0.24780048026535698]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.36], "mean": [1.6800000000000002], "std": [0.9757048734120374], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [169]}, "index": {"min": [19701], "max": [19869], "mean": [19785.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [169]}}} +{"episode_index": 77, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49966010451316833, 0.025464791804552078, 0.02039453200995922, -0.7912608981132507, -1.5707963705062866, -0.23970851302146912, -0.7374011278152466, -2.2797584533691406, -1.0893429517745972, -3.9282727241516113, 0.0, -0.6878048777580261, 0.0, 0.0, -0.6878048777580261, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49966010451316833, 1.0571905374526978, 0.8466948866844177, -0.4885822832584381, 0.5305784344673157, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.6878048777580261, 0.0, 0.6878048777580261, 0.6878048777580261, 0.0, 0.6878048777580261, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996594786643982, 1.000659704208374, 0.8014202117919922, -0.690515398979187, -0.07213318347930908, 0.10894180834293365, 0.04472914710640907, -1.6415780782699585, -0.4706551134586334, -3.386449098587036, 0.20366020500659943, -0.20366020500659943, 0.20366020500659943, 0.20366020500659943, -0.20366020500659943, 0.20366020500659943, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.1905638724565506, 0.1526212990283966, 0.10766902565956116, 0.7994321584701538, 0.5020871758460999, 0.8103967905044556, 0.8830488324165344, 0.8074957728385925, 0.5156329870223999, 0.30696970224380493, 0.30696970224380493, 0.30696970224380493, 0.30696970224380493, 0.30696970224380493, 0.30696970224380493, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [306]}, "observation.state": {"min": [-0.9975932240486145, 0.06933790445327759, -0.008634396828711033, 1.3040324449539185, -0.08668195456266403, -0.9975932240486145, 0.0, -0.31266579031944275, -0.008234851993620396, 0.0, 0.9999536275863647, 0.7501236200332642, NaN], "max": [-0.9962033033370972, 0.08664438128471375, 3.998750486289282e-08, 1.3304214477539062, -0.06933790445327759, -0.9962272644042969, 0.00425905454903841, -0.2706265151500702, 4.761705341138622e-08, 0.004988828673958778, 1.0, 0.7782249450683594, NaN], "mean": [-0.9973572492599487, 0.07235266268253326, -0.0014856531051918864, 1.3063445091247559, -0.07235800474882126, -0.9973602294921875, 0.0007331712986342609, -0.2773900032043457, -0.0014195374678820372, 0.0008541572606191039, 0.9999939203262329, 0.7531260848045349, NaN], "std": [0.00045100977877154946, 0.005710030905902386, 0.002827174263074994, 0.005342009011656046, 0.005721004214137793, 0.0004439564945641905, 0.00139503157697618, 0.012936897575855255, 0.002699407050386071, 0.0016285760793834925, 1.351355058432091e-05, 0.0057620638981461525, NaN], "count": [306]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12768869389005902]], [[0.11312970171482292]], [[0.10062104847410733]]], "std": [[[0.2977384411931786]], [[0.26525588344044254]], [[0.2387708251047743]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44782703711079863]], [[0.38571424356480394]], [[0.33523536586756036]]], "std": [[[0.38927109894000783]], [[0.34387345805006114]], [[0.3091753367557288]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.027450980392156862]], [[0.023529411764705882]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.715606723302159]], [[0.7006722229263102]], [[0.6735351343232139]]], "std": [[[0.2073500506740615]], [[0.21548592856307822]], [[0.2302455191154401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5569882390492533]], [[0.46416657111187554]], [[0.41084410889625167]]], "std": [[[0.22893477734072318]], [[0.22969430162055693]], [[0.23899686290440028]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6773892043873395]], [[0.6314209124845519]], [[0.5960437070967369]]], "std": [[[0.2932686281053583]], [[0.300929123837086]], [[0.3125444581493445]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960912645486361]], [[0.9960912645486361]], [[0.9960912645486361]]], "std": [[[0.018396452473612337]], [[0.018396452473612337]], [[0.018396452473612337]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5909716064805595]], [[0.5909716064805595]], [[0.5909716064805595]]], "std": [[[0.3335339784671693]], [[0.3335339784671693]], [[0.3335339784671693]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.0627138499461205]], [[0.0627138499461205]], [[0.0627138499461205]]], "std": [[[0.046792871954551625]], [[0.046792871954551625]], [[0.046792871954551625]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08652127317874245]], [[0.08652127317874245]], [[0.08652127317874245]]], "std": [[[0.2091907595140788]], [[0.2091907595140788]], [[0.2091907595140788]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19574272492759628]], [[0.19574272492759628]], [[0.19574272492759628]]], "std": [[[0.28685129617233973]], [[0.28685129617233973]], [[0.28685129617233973]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08513494281129572]], [[0.10554267141691326]], [[0.0940676796145085]]], "std": [[[0.2628960823634616]], [[0.2538441472275215]], [[0.2789107097404429]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47096947007659806]], [[0.2545722196405665]], [[0.377666114795838]]], "std": [[[0.44144646168159224]], [[0.34748729948852136]], [[0.45692883707409726]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7246074709764895]], [[0.44999543616906423]], [[0.5087417546273666]]], "std": [[[0.31085532350588463]], [[0.3237330185596092]], [[0.4383149975656567]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35043028892416034]], [[0.6269192545251061]], [[0.5956489632137524]]], "std": [[[0.352781394881519]], [[0.4151393893624513]], [[0.37517873680770764]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4495974695750192]], [[0.5910268056335082]], [[0.4652353819609989]]], "std": [[[0.36892787716666836]], [[0.40019659666413016]], [[0.44646507279621206]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.1], "mean": [3.05], "std": [1.7666823898671393], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [306]}, "index": {"min": [19870], "max": [20175], "mean": [20022.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [306]}}} +{"episode_index": 78, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.011895024217665195, -0.8302845358848572, -1.5707963705062866, 0.029427453875541687, 0.8623937964439392, -0.17273035645484924, 1.0454747676849365, -2.481858253479004, 0.0, -0.4585365951061249, 0.0, 0.0, -0.4585365951061249, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.4771488904953003, 0.6900006532669067, -0.7853981852531433, -0.7061864733695984, 1.0471975803375244, 1.5707963705062866, 0.0, 1.1344940662384033, -1.8805712461471558, 0.4585365951061249, 0.0, 0.4585365951061249, 0.4585365951061249, 0.0, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997491240501404, 1.225951910018921, 0.5726636052131653, -0.8001371026039124, -1.1818549633026123, 0.5651174187660217, 1.2336138486862183, -0.08147668838500977, 1.0706567764282227, -2.1941375732421875, 0.07626014947891235, -0.07626014947891235, 0.07626014947891235, 0.07626014947891235, -0.07626014947891235, 0.07626014947891235, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.642673492431641e-07, 0.4275931417942047, 0.1997358798980713, 0.015371449291706085, 0.37251952290534973, 0.4574728310108185, 0.3197237551212311, 0.077358178794384, 0.029770243912935257, 0.2718428075313568, 0.1620754897594452, 0.1620754897594452, 0.1620754897594452, 0.1620754897594452, 0.1620754897594452, 0.1620754897594452, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [135]}, "observation.state": {"min": [-0.5785905718803406, 0.8156181573867798, -0.000465965160401538, 1.2759031057357788, -0.8160914778709412, -0.5785905718803406, -6.419853093575512e-08, -0.3483008146286011, -0.00018768628069665283, 0.0, 0.9999998807907104, 0.7509999871253967, NaN], "max": [-0.5779227614402771, 0.8160913586616516, 0.0, 1.2917759418487549, -0.8156181573867798, -0.5779227614402771, 0.00010297136759618297, -0.3251733183860779, 0.0, 0.00043805994209833443, 1.0, 0.8123903870582581, NaN], "mean": [-0.5785404443740845, 0.815653920173645, -3.4956956369569525e-05, 1.290669322013855, -0.815653920173645, -0.5785404443740845, 7.58906844566809e-06, -0.32671040296554565, -1.4014370208315086e-05, 3.291169923613779e-05, 1.0, 0.7549926042556763, NaN], "std": [0.00015596656885463744, 0.0001105266492231749, 0.000108873333374504, 0.0034199312794953585, 0.00011055100185330957, 0.00015596486628055573, 2.3781611162121408e-05, 0.004815670195966959, 4.367162910057232e-05, 0.00010252686479361728, 2.564975432051142e-08, 0.01259731687605381, NaN], "count": [135]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10721046663595502]], [[0.09528766551933862]], [[0.07725726099064502]]], "std": [[[0.26252863927508757]], [[0.2346804036186462]], [[0.19291517986820475]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3715911703349648]], [[0.3259245459135742]], [[0.2609355290147932]]], "std": [[[0.37100689903699036]], [[0.33766495994968054]], [[0.2834584174965285]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.47059161759844326]], [[0.4442524725221301]], [[0.422821181110863]]], "std": [[[0.23927038185895128]], [[0.2584416803598287]], [[0.26600081958117]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.543864833892245]], [[0.5150756331259291]], [[0.48797076895119734]]], "std": [[[0.3127736657520274]], [[0.32567908385548583]], [[0.33589350230852244]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.498792620621998]], [[0.4657827533325153]], [[0.431100280226998]]], "std": [[[0.356951590143314]], [[0.3648982585623164]], [[0.3652851279778498]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966158516345904]], [[0.9966158516345904]], [[0.9966158516345904]]], "std": [[[0.01660072644982669]], [[0.01660072644982669]], [[0.01660072644982669]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.580067620605234]], [[0.580067620605234]], [[0.580067620605234]]], "std": [[[0.3326438406990458]], [[0.3326438406990458]], [[0.3326438406990458]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10215721680074512]], [[0.10215721680074512]], [[0.10215721680074512]]], "std": [[[0.0951753620286724]], [[0.0951753620286724]], [[0.0951753620286724]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2627450980392157]], [[0.2627450980392157]], [[0.2627450980392157]]], "mean": [[[0.04792746687266268]], [[0.04792746687266268]], [[0.04792746687266268]]], "std": [[[0.042781693520817635]], [[0.042781693520817635]], [[0.042781693520817635]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19832846573874582]], [[0.19832846573874582]], [[0.19832846573874582]]], "std": [[[0.2796345012403711]], [[0.2796345012403711]], [[0.2796345012403711]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10026867593246389]], [[0.1136185855074563]], [[0.03021444909142481]]], "std": [[[0.265400368188048]], [[0.2895753434250749]], [[0.122026555724027]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4330352278663252]], [[0.37694517703117636]], [[0.10388414735956966]]], "std": [[[0.44752523883670825]], [[0.4068025740086939]], [[0.17009224115302957]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5171916145138675]], [[0.6828858271122136]], [[0.3648192069824065]]], "std": [[[0.31401376691549054]], [[0.3661496701471394]], [[0.3949753629565876]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5716529677977]], [[0.4922231864874126]], [[0.581062091838548]]], "std": [[[0.40347918432004576]], [[0.3863440126205932]], [[0.36932980747318406]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4533290900300478]], [[0.5842637902327581]], [[0.43015037306602133]]], "std": [[[0.40441458975000494]], [[0.4009633075103148]], [[0.3885653838329396]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.68], "mean": [1.34], "std": [0.779401479769359], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [135]}, "index": {"min": [20176], "max": [20310], "mean": [20243.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [135]}}} +{"episode_index": 79, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28847455978393555, 0.025464791804552078, 0.0071869781240820885, -0.7853981852531433, -1.5707963705062866, 0.21501262485980988, 0.6627069115638733, -1.016000509262085, 1.0471975803375244, -2.529608964920044, 0.0, -0.3707317113876343, 0.0, 0.0, -0.3707317113876343, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28847455978393555, 1.9722999334335327, 0.5566461086273193, -0.6324377059936523, -1.0408244132995605, 1.0471975803375244, 1.5707963705062866, 0.0, 1.4827572107315063, -2.481858253479004, 0.3707317113876343, 0.0, 0.3707317113876343, 0.3707317113876343, 0.0, 0.3707317113876343, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2884749472141266, 1.581226110458374, 0.4462716281414032, -0.7381701469421387, -1.3475090265274048, 0.6906991004943848, 1.1759761571884155, -0.4428924024105072, 1.2205699682235718, -2.4965505599975586, 0.05867506563663483, -0.05867506563663483, 0.05867506563663483, 0.05867506563663483, -0.05867506563663483, 0.05867506563663483, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 0.59923255443573, 0.16912268102169037, 0.054555777460336685, 0.23186859488487244, 0.3692600131034851, 0.4053953289985657, 0.45765674114227295, 0.17748133838176727, 0.01645456999540329, 0.1303892880678177, 0.1303892880678177, 0.1303892880678177, 0.1303892880678177, 0.1303892880678177, 0.1303892880678177, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [155]}, "observation.state": {"min": [0.9134167432785034, 0.4056019186973572, 0.0, 2.0845062732696533, -0.40702563524246216, 0.9134167432785034, -3.128566561372281e-08, -0.3007987141609192, -0.0008569355122745037, -0.0011768861440941691, 0.999998927116394, 0.7509999871253967, NaN], "max": [0.914048969745636, 0.40702563524246216, 0.0012606296222656965, 2.086033344268799, -0.40560296177864075, 0.9140490889549255, 0.0007281568250618875, -0.30024605989456177, -0.0, 1.523779147305504e-08, 1.0, 0.8209988474845886, NaN], "mean": [0.9134660363197327, 0.40691226720809937, 9.99415060505271e-05, 2.0857324600219727, -0.40691229701042175, 0.9134660363197327, 5.769941708422266e-05, -0.3007489740848541, -6.791961641283706e-05, -9.32976690819487e-05, 1.0, 0.7555956840515137, NaN], "std": [0.00015146922669373453, 0.0003409357159398496, 0.0003014082321897149, 0.0003126805822830647, 0.000340719212545082, 0.00015149207320064306, 0.00017404132813680917, 0.00014146244211588055, 0.00020485112327151, 0.0002813774917740375, 2.3139324412113638e-07, 0.01426576916128397, NaN], "count": [155]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14416771642824908]], [[0.14134642802779604]], [[0.13718069511584258]]], "std": [[[0.33234493024121514]], [[0.32632537847843274]], [[0.3178814693676768]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031963231857498]], [[0.49275946277420035]], [[0.47084463059188314]]], "std": [[[0.43069297520074556]], [[0.4236610355779953]], [[0.41282891706555075]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.8123466942400913]], [[0.7925213147534586]], [[0.773019998109021]]], "std": [[[0.24440838478787127]], [[0.24956367321665374]], [[0.25184382597864874]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.7577095523274799]], [[0.7377333223361503]], [[0.7122499579223639]]], "std": [[[0.2527497915195393]], [[0.25956428144549926]], [[0.26965026388549934]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7955124747618004]], [[0.7802524859333289]], [[0.748662704998555]]], "std": [[[0.22471101423086542]], [[0.2267201361433938]], [[0.23261330518614595]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996485595366699]], [[0.996485595366699]], [[0.996485595366699]]], "std": [[[0.01716752349945147]], [[0.01716752349945147]], [[0.01716752349945147]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965412156312886]], [[0.5965412156312886]], [[0.5965412156312886]]], "std": [[[0.33590075340582265]], [[0.33590075340582265]], [[0.33590075340582265]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14094070171415235]], [[0.14094070171415235]], [[0.14094070171415235]]], "std": [[[0.12314839326829705]], [[0.12314839326829705]], [[0.12314839326829705]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.06411544493998825]], [[0.06411544493998825]], [[0.06411544493998825]]], "std": [[[0.06635490943044732]], [[0.06635490943044732]], [[0.06635490943044732]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16206415515147615]], [[0.16206415515147615]], [[0.16206415515147615]]], "std": [[[0.1847606643782466]], [[0.1847606643782466]], [[0.1847606643782466]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1445337616870215]], [[0.051460503684391576]], [[0.09365013669364329]]], "std": [[[0.3472159516147994]], [[0.15286333103411048]], [[0.2718254939632766]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3877320402255495]], [[0.35963609114518896]], [[0.23795778154632463]]], "std": [[[0.453334461249666]], [[0.3593965729707239]], [[0.36372255422509925]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8342662833746063]], [[0.2706037681445137]], [[0.6648824407845283]]], "std": [[[0.33739609488796796]], [[0.2766120731759401]], [[0.3019475034323207]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027806390570317]], [[0.8316760726109124]], [[0.2727475429007484]]], "std": [[[0.2857244329998031]], [[0.3354925671938242]], [[0.3305661892234574]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4863961963158096]], [[0.553510735329322]], [[0.46720900481529093]]], "std": [[[0.42446517237190945]], [[0.40802106038587305]], [[0.35606666576178636]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.08], "mean": [1.54], "std": [0.8948742928478837], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [155]}, "index": {"min": [20311], "max": [20465], "mean": [20388.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [155]}}} +{"episode_index": 80, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38902297616004944, 0.025464791804552078, 0.010367057286202908, -1.7966148853302002, -2.225477457046509, 0.2819610834121704, 1.5707963705062866, -0.768811821937561, 0.026957329362630844, -2.481858253479004, 0.0, -0.3365853726863861, 0.0, 0.0, -0.3365853726863861, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38902297616004944, 1.3757308721542358, 0.5600784420967102, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 2.508488655090332, 0.0, 1.0471975803375244, -1.3634403944015503, 0.3365853726863861, 0.0, 0.3365853726863861, 0.3365853726863861, 0.0, 0.3365853726863861, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3890228569507599, 1.2490421533584595, 0.5085022449493408, -1.374710202217102, -1.993954062461853, 0.6548299193382263, 2.2050118446350098, -0.521056056022644, 0.48176658153533936, -1.6974833011627197, 0.10293632745742798, -0.10293632745742798, 0.10293632745742798, 0.10293632745742798, -0.10293632745742798, 0.10293632745742798, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 0.31530386209487915, 0.12836407124996185, 0.375288724899292, 0.2555292248725891, 0.2683163583278656, 0.38631677627563477, 0.3170624077320099, 0.36894693970680237, 0.4749545454978943, 0.15298277139663696, 0.15298277139663696, 0.15298277139663696, 0.15298277139663696, 0.15298277139663696, 0.15298277139663696, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [232]}, "observation.state": {"min": [0.6635339856147766, -0.7481461763381958, -0.010640070773661137, 1.939770221710205, 0.7454178333282471, 0.6635339856147766, 0.0, -0.2656653821468353, -2.787002586046583e-06, -0.009316151961684227, 0.9999412298202515, 0.7509999871253967, NaN], "max": [0.6665751338005066, -0.7453650236129761, 9.815482826525113e-07, 1.9594264030456543, 0.7481461763381958, 0.6665945649147034, 0.0020869181025773287, -0.24578621983528137, 0.005549266468733549, 0.0, 1.0, 0.8124610185623169, NaN], "mean": [0.664100706577301, -0.7476307153701782, -0.0020072280894964933, 1.9436169862747192, 0.7476391196250916, 0.664103627204895, 0.00038875656900927424, -0.24808770418167114, 0.001046699588187039, -0.0017562712309882045, 0.9999911189079285, 0.7593621611595154, NaN], "std": [0.0010243428405374289, 0.0009341277764178813, 0.0036125339102, 0.0068384506739676, 0.0009178630425594747, 0.0010302350856363773, 0.0007030161214061081, 0.004781384952366352, 0.0018839255208149552, 0.0031615635380148888, 1.783513289410621e-05, 0.016371725127100945, NaN], "count": [232]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09492199175077165]], [[0.09106445355064839]], [[0.0869125730658872]]], "std": [[[0.22852414466708923]], [[0.21898297405502332]], [[0.20920901998825522]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32036191192731667]], [[0.31027768289354657]], [[0.2958163711844301]]], "std": [[[0.29746689116150815]], [[0.28774838189202423]], [[0.27818086284864796]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6540555156572393]], [[0.6115415314650192]], [[0.5720936168728974]]], "std": [[[0.22537133856771624]], [[0.225364572903008]], [[0.2238772830139844]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5560740137236797]], [[0.5392000716158013]], [[0.5126589579096232]]], "std": [[[0.2609670574616913]], [[0.26751834057533425]], [[0.2759759144031084]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5855730196185721]], [[0.5819191680228741]], [[0.5570319997907853]]], "std": [[[0.25073044067165084]], [[0.25370281345214]], [[0.2635389811303004]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964963243257017]], [[0.9964963243257017]], [[0.9964963243257017]]], "std": [[[0.01709773526196488]], [[0.01709773526196488]], [[0.01709773526196488]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5888254431898268]], [[0.5888254431898268]], [[0.5888254431898268]]], "std": [[[0.3328965419408808]], [[0.3328965419408808]], [[0.3328965419408808]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.09488972977105072]], [[0.09488972977105072]], [[0.09488972977105072]]], "std": [[[0.06636688566627676]], [[0.06636688566627676]], [[0.06636688566627676]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05195857951265045]], [[0.05195857951265045]], [[0.05195857951265045]]], "std": [[[0.046408035438425206]], [[0.046408035438425206]], [[0.046408035438425206]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12444752097343845]], [[0.12444752097343845]], [[0.12444752097343845]]], "std": [[[0.1854135260268261]], [[0.1854135260268261]], [[0.1854135260268261]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11917943848651939]], [[0.11932527454400248]], [[0.03233573058511049]]], "std": [[[0.29266819635594155]], [[0.2964115119377167]], [[0.13144600081596156]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5148525472225073]], [[0.18147308875330168]], [[0.36540152927899383]]], "std": [[[0.47565727108315764]], [[0.2684734691074707]], [[0.4313095321356495]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6048847770153511]], [[0.8836452174659406]], [[0.21773779631205448]]], "std": [[[0.24754062493722728]], [[0.27966567217155225]], [[0.2830149925193391]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4956410251252103]], [[0.7885616100412327]], [[0.393442330168961]]], "std": [[[0.41135679683479814]], [[0.32174780024454935]], [[0.3202866133404966]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6072459942425723]], [[0.6334543331918452]], [[0.31529747581122664]]], "std": [[[0.40486940033709906]], [[0.34588235970130715]], [[0.34470739099244374]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.62], "mean": [2.3099999999999996], "std": [1.3394401815684043], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [232]}, "index": {"min": [20466], "max": [20697], "mean": [20581.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [232]}}} +{"episode_index": 81, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3113788664340973, 0.025464791804552078, 0.004830615129321814, -1.047257900238037, -1.5707963705062866, 1.0471975803375244, -0.6211870908737183, -0.44567498564720154, 0.723723828792572, -3.317986249923706, 0.0, -0.5560975670814514, 0.0, 0.0, -0.5560975670814514, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3113788664340973, 1.73556649684906, 0.32923316955566406, -0.5338894724845886, -0.5133378505706787, 1.177537202835083, 1.5707963705062866, 0.0, 1.2570022344589233, -2.481858015060425, 0.5560975670814514, 0.0, 0.5560975670814514, 0.5560975670814514, 0.0, 0.5560975670814514, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.31137850880622864, 1.618351697921753, 0.30699557065963745, -0.8083713054656982, -0.8141342401504517, 1.1328984498977661, 0.2078860104084015, -0.16044990718364716, 1.024338960647583, -3.0962233543395996, 0.17968402802944183, -0.17968402802944183, 0.17968402802944183, 0.17968402802944183, -0.17968402802944183, 0.17968402802944183, -2.3562002182006836, 1.5707995891571045, -1.0472018718719482, -1.5707995891571045, 0.0, -1.0472018718719482, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.348176509141922, 0.06604783982038498, 0.1443607658147812, 0.40153396129608154, 0.04578898102045059, 0.740821123123169, 0.1539103090763092, 0.15249469876289368, 0.3267226219177246, 0.25667789578437805, 0.25667789578437805, 0.25667789578437805, 0.25667789578437805, 0.25667789578437805, 0.25667789578437805, 5.7220458984375e-06, 3.2186508178710938e-06, 4.291534423828125e-06, 3.2186508178710938e-06, 0.0, 4.291534423828125e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [400]}, "observation.state": {"min": [-0.5795117020606995, 0.8131573796272278, -0.056715477257966995, 1.9045913219451904, -0.8244246244430542, -0.5786007642745972, -6.502116178808137e-09, -0.1850159615278244, -0.006831189151853323, -2.1758063795118687e-08, 0.9978407621383667, 0.7366233468055725, NaN], "max": [-0.5659717917442322, 0.8244246244430542, 2.1928080684574525e-08, 1.9177297353744507, -0.8149532675743103, -0.5659717917442322, 0.033438507467508316, -0.1355801820755005, 8.842209354043007e-05, 0.06543003022670746, 1.0, 0.7731649279594421, NaN], "mean": [-0.5685610175132751, 0.822307288646698, -0.011295698583126068, 1.9075626134872437, -0.8226171731948853, -0.5684135556221008, 0.006610936485230923, -0.142446368932724, -0.0011091824853792787, 0.013041987083852291, 0.9996558427810669, 0.7495920658111572, NaN], "std": [0.0045668440870940685, 0.0037669341545552015, 0.019597910344600677, 0.004848936572670937, 0.0031892939005047083, 0.004285920411348343, 0.011502771638333797, 0.013188080862164497, 0.002156076719984412, 0.02262115851044655, 0.0006686885026283562, 0.005949812475591898, NaN], "count": [400]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08838862569411335]], [[0.08490856982305935]], [[0.08198000390265883]]], "std": [[[0.21787361056326243]], [[0.20858343156418271]], [[0.20078113123804742]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2900357770549142]], [[0.2804185715598096]], [[0.2734083528969195]]], "std": [[[0.29550805067526886]], [[0.28347885482247814]], [[0.2749613149128001]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6653037374999246]], [[0.6209514065329973]], [[0.5778701433858315]]], "std": [[[0.2225289597215494]], [[0.21820651878706251]], [[0.21122308701522607]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3930100590696249]], [[0.3728678869516412]], [[0.3602989973117252]]], "std": [[[0.2605999848213709]], [[0.24911449982728934]], [[0.24006904976430596]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32468907275642384]], [[0.32193615062385544]], [[0.32313271252894304]]], "std": [[[0.29658949153743314]], [[0.2846819625972498]], [[0.27688773133878886]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966014681239276]], [[0.9966014681239276]], [[0.9966014681239276]]], "std": [[[0.0168120142208657]], [[0.0168120142208657]], [[0.0168120142208657]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5808215767412261]], [[0.5808215767412261]], [[0.5808215767412261]]], "std": [[[0.33301370511626127]], [[0.33301370511626127]], [[0.33301370511626127]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07219985502494147]], [[0.07219985502494147]], [[0.07219985502494147]]], "std": [[[0.05134168451893321]], [[0.05134168451893321]], [[0.05134168451893321]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06281439370317396]], [[0.06281439370317396]], [[0.06281439370317396]]], "std": [[[0.0637752445892734]], [[0.0637752445892734]], [[0.0637752445892734]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24953830607171906]], [[0.24953830607171906]], [[0.24953830607171906]]], "std": [[[0.31697457639066606]], [[0.31697457639066606]], [[0.31697457639066606]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08121458789733191]], [[0.08285416058971724]], [[0.09249579458335093]]], "std": [[[0.21373654143872356]], [[0.25612998131656256]], [[0.27581206402984826]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.568758369761502]], [[0.26015832456576216]], [[0.1585580614380426]]], "std": [[[0.47984054410942123]], [[0.38043590195725296]], [[0.2445678986241172]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704821030905437]], [[0.8370540786472929]], [[0.18821781262007214]]], "std": [[[0.3178537253317263]], [[0.29610239514621084]], [[0.2509570501047309]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4390527911722125]], [[0.6717292225326915]], [[0.586073977513443]]], "std": [[[0.396720371669709]], [[0.39385215872537427]], [[0.3395680040338637]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4865384971813013]], [[0.43199707099419227]], [[0.4416115419458711]]], "std": [[[0.3937483464650928]], [[0.4337769703580083]], [[0.3606590550590998]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.98], "mean": [3.99], "std": [2.3093938598688615], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [400]}, "index": {"min": [20698], "max": [21097], "mean": [20897.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [400]}}} +{"episode_index": 82, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46782076358795166, 0.025464791804552078, 0.009186475537717342, -0.7853981852531433, -1.5707963705062866, -0.15051516890525818, 0.5083228945732117, -1.0361747741699219, -0.4763542115688324, -4.016376495361328, 0.0, -0.4585365951061249, 0.0, 0.0, -0.4585365951061249, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46782076358795166, 1.6508547067642212, 0.5955492258071899, 0.09386631101369858, -0.08326098322868347, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.4585365951061249, 0.0, 0.4585365951061249, 0.4585365951061249, 0.0, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46781957149505615, 1.525026559829712, 0.5501588582992554, -0.222381591796875, -0.531613826751709, 0.15666040778160095, 0.9524311423301697, -0.6375794410705566, -0.06770699471235275, -3.4119083881378174, 0.15300728380680084, -0.15300728380680084, 0.15300728380680084, 0.15300728380680084, -0.15300728380680084, 0.15300728380680084, -2.3561999797821045, 1.5707993507385254, -1.0472002029418945, -1.5707993507385254, 0.0, -1.0472002029418945, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 0.34918856620788574, 0.1259716898202896, 0.30679556727409363, 0.5677509903907776, 0.47947168350219727, 0.3659749925136566, 0.36551904678344727, 0.5994225144386292, 0.5174452066421509, 0.21352510154247284, 0.21352510154247284, 0.21352510154247284, 0.21352510154247284, 0.21352510154247284, 0.21352510154247284, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.6226043701171875e-06, 2.9802322387695312e-06, 0.0, 2.6226043701171875e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [337]}, "observation.state": {"min": [-0.03570413962006569, 0.9993608593940735, -0.005742256063967943, 2.11592960357666, -0.9994212985038757, -0.03570641577243805, -0.006805744022130966, -0.4003017246723175, -0.006997207645326853, 0.0, 0.9999603629112244, 0.7509999871253967, NaN], "max": [-0.03354834020137787, 0.999426543712616, 0.0, 2.1435184478759766, -0.9993599057197571, -0.03357614204287529, 8.515636551464922e-08, -0.3606390058994293, 7.786832156853052e-08, 0.005507056135684252, 1.0, 0.783873438835144, NaN], "mean": [-0.035296957939863205, 0.9993722438812256, -0.0011918921954929829, 2.1395254135131836, -0.9993711113929749, -0.035303376615047455, -0.0014099717373028398, -0.3659205138683319, -0.0014501125551760197, 0.0011427408317103982, 0.9999940991401672, 0.7566648125648499, NaN], "std": [0.0006549999816343188, 1.88139638339635e-05, 0.002010585740208626, 0.0074842544272542, 1.687341500655748e-05, 0.0006449213833548129, 0.0023802602663636208, 0.010141880251467228, 0.00244769430719316, 0.0019279089756309986, 1.2450600479496643e-05, 0.009919099509716034, NaN], "count": [337]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1289718760456544]], [[0.12589529206573366]], [[0.10838360051794049]]], "std": [[[0.3031365982868789]], [[0.2968431866082165]], [[0.2594477712946142]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41672229497797547]], [[0.40284123889971846]], [[0.3367517392648383]]], "std": [[[0.3963196436589984]], [[0.3892911847879916]], [[0.344541728794008]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5285616757561066]], [[0.5258976309787962]], [[0.463680561339135]]], "std": [[[0.3962611590600311]], [[0.39440244330692364]], [[0.3542204132088802]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5688142166753504]], [[0.552800472878868]], [[0.44855328168680697]]], "std": [[[0.25135048172966673]], [[0.261488035101316]], [[0.2626946176936117]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.686725010745723]], [[0.6691020142949967]], [[0.5687848823603173]]], "std": [[[0.25480736664334497]], [[0.2661516030836445]], [[0.27807467237450517]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9948582603931762]], [[0.9948582603931762]], [[0.9948582603931762]]], "std": [[[0.021864770555093574]], [[0.021864770555093574]], [[0.021864770555093574]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.12941176470588237]], [[0.12941176470588237]], [[0.12941176470588237]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6026884612057606]], [[0.6026884612057606]], [[0.6026884612057606]]], "std": [[[0.34209246268095655]], [[0.34209246268095655]], [[0.34209246268095655]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3767220482119184]], [[0.3767220482119184]], [[0.3767220482119184]]], "std": [[[0.38774309441116805]], [[0.38774309441116805]], [[0.38774309441116805]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08727837155860259]], [[0.08727837155860259]], [[0.08727837155860259]]], "std": [[[0.14032971988027484]], [[0.14032971988027484]], [[0.14032971988027484]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16620466830417405]], [[0.16620466830417405]], [[0.16620466830417405]]], "std": [[[0.15401504020056836]], [[0.15401504020056836]], [[0.15401504020056836]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13964551921791254]], [[0.05145267154431966]], [[0.07146359898906383]]], "std": [[[0.3407118722379276]], [[0.16312946449838653]], [[0.22396469349626866]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27921546633085026]], [[0.15013496359865378]], [[0.46235717509191704]]], "std": [[[0.3182669879314453]], [[0.2743997162426565]], [[0.48106518271279336]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42708691328520054]], [[0.6128493942496803]], [[0.26369903660653754]]], "std": [[[0.40645219720815673]], [[0.4359175108372491]], [[0.37697930759559195]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5108261687356794]], [[0.6979591213250801]], [[0.3803485382799199]]], "std": [[[0.3472955316079107]], [[0.3979849150941942]], [[0.3964897094059622]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5265120221338424]], [[0.5747167856575276]], [[0.5095782566916853]]], "std": [[[0.3226339913711518]], [[0.43012713764732013]], [[0.42569398915297063]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.72], "mean": [3.36], "std": [1.9456618411224496], "count": [337]}, "frame_index": {"min": [0], "max": [336], "mean": [168.0], "std": [97.28309205612247], "count": [337]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [337]}, "index": {"min": [21098], "max": [21434], "mean": [21266.0], "std": [97.28309205612247], "count": [337]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [337]}}} +{"episode_index": 83, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35261377692222595, 0.025464791804552078, 0.007162561174482107, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -1.1506478786468506, -0.6121874451637268, 1.0471975803375244, -2.481858253479004, 0.0, -0.5170731544494629, 0.0, 0.0, -0.5170731544494629, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35261377692222595, 1.6626718044281006, 0.467664897441864, 0.1350318044424057, 0.520493745803833, 5.008883476257324, 1.5707963705062866, 0.5466747283935547, 2.1335275173187256, 0.31232911348342896, 0.5170731544494629, 0.0, 0.5170731544494629, 0.5170731544494629, 0.0, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3526149094104767, 1.549764633178711, 0.4359101951122284, -0.3976351022720337, -0.4651179015636444, 3.2178728580474854, -0.0516585148870945, -0.09254910796880722, 1.4802166223526, -1.0545777082443237, 0.06477630138397217, -0.06477630138397217, 0.06477630138397217, 0.06477630138397217, -0.06477630138397217, 0.06477630138397217, -2.3561999797821045, 1.570799469947815, -1.04720139503479, -1.570799469947815, 0.0, -1.04720139503479, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.3343033790588379, 0.09402988106012344, 0.3506092131137848, 0.686691403388977, 1.2846375703811646, 0.9502519369125366, 0.35503634810447693, 0.4200044870376587, 0.9816604256629944, 0.16680628061294556, 0.16680628061294556, 0.16680628061294556, 0.16680628061294556, 0.16680628061294556, 0.16680628061294556, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.814697265625e-06, 3.0994415283203125e-06, 0.0, 3.814697265625e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [381]}, "observation.state": {"min": [0.9978247880935669, -0.06592198461294174, -0.00012761485413648188, 1.923348307609558, 0.06478042155504227, 0.9978247880935669, -0.0008753986330702901, -0.23690326511859894, -1.7672871877039142e-07, -3.2110011716213194e-07, 0.9999995827674866, 0.7509999871253967, NaN], "max": [0.9978995323181152, -0.06478055566549301, 1.5517673546128208e-07, 1.969852328300476, 0.06592198461294174, 0.9978991746902466, 3.3205196814378724e-07, -0.22248885035514832, 0.00018386617011856288, 0.0008653579279780388, 1.0, 0.7823849320411682, NaN], "mean": [0.9978297352790833, -0.06584379822015762, -8.705005711817648e-06, 1.9259190559387207, 0.06584379076957703, 0.9978297352790833, -5.990550926071592e-05, -0.23607322573661804, 1.2581020200741477e-05, 5.921288175159134e-05, 1.0, 0.7526218891143799, NaN], "std": [1.6734116798033938e-05, 0.00025523005751892924, 2.8498137908172794e-05, 0.008722418919205666, 0.00025525628007017076, 1.6664524082443677e-05, 0.00019590005103964359, 0.0027809476014226675, 4.114703187951818e-05, 0.00019363858154974878, 7.962914594372705e-08, 0.0056077572517097, NaN], "count": [381]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13000715487453487]], [[0.12190723607934334]], [[0.11124096772527964]]], "std": [[[0.30304340996044665]], [[0.28581972516903553]], [[0.2647093860937618]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45023553551922463]], [[0.41185699504657375]], [[0.36217396470574825]]], "std": [[[0.3943661885644907]], [[0.3718054800815736]], [[0.35179345638690346]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7466827587640508]], [[0.7330072172366091]], [[0.7220990041514366]]], "std": [[[0.22305191191015217]], [[0.22336455690841514]], [[0.22417254072197246]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4242272192348777]], [[0.4067951419273636]], [[0.3832388930128325]]], "std": [[[0.33080149833570854]], [[0.32510379603725686]], [[0.32489412832442255]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6578028996352824]], [[0.5923019276586527]], [[0.5019037840367843]]], "std": [[[0.22889810818701234]], [[0.24676097387155085]], [[0.29784611088847424]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957597410565745]], [[0.9957597410565745]], [[0.9957597410565745]]], "std": [[[0.01943807191197377]], [[0.01943807191197377]], [[0.01943807191197377]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5929845375583974]], [[0.5929845375583974]], [[0.5929845375583974]]], "std": [[[0.3357029288761136]], [[0.3357029288761136]], [[0.3357029288761136]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.10796001585203692]], [[0.10796001585203692]], [[0.10796001585203692]]], "std": [[[0.06718086992364389]], [[0.06718086992364389]], [[0.06718086992364389]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2788600802928469]], [[0.2788600802928469]], [[0.2788600802928469]]], "std": [[[0.4049408576007035]], [[0.4049408576007035]], [[0.4049408576007035]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14101601632411112]], [[0.14101601632411112]], [[0.14101601632411112]]], "std": [[[0.1611280175155443]], [[0.1611280175155443]], [[0.1611280175155443]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09423017372196306]], [[0.12205677362768233]], [[0.07920959356691618]]], "std": [[[0.2773343713525311]], [[0.2987327948984436]], [[0.2448033011141113]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25230988184063335]], [[0.3866600093476055]], [[0.30075492844790186]]], "std": [[[0.34523675428834666]], [[0.4437460617758273]], [[0.3679548929206594]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8114905970732742]], [[0.2713693303319071]], [[0.6618740138577917]]], "std": [[[0.33529604054659]], [[0.3487242536713145]], [[0.26870024297254685]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4818551603945843]], [[0.6489298077974051]], [[0.18909070597220795]]], "std": [[[0.406394707304418]], [[0.4282803502048155]], [[0.25744222520237975]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6522349735899968]], [[0.5706160367091333]], [[0.3982322591633692]]], "std": [[[0.402072123104913]], [[0.39287886779922515]], [[0.3603664434836887]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.6], "mean": [3.8], "std": [2.199696948824239], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [381]}, "index": {"min": [21435], "max": [21815], "mean": [21625.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [381]}}} +{"episode_index": 84, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.018101971596479416, -2.320291757583618, -1.5707963705062866, 0.8059197068214417, 0.7367596626281738, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.4146341383457184, 0.0, 0.0, -0.4146341383457184, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9683683514595032, 0.6883770227432251, -0.7853981852531433, -0.5245181918144226, 1.0471975803375244, 1.5707963705062866, 0.7388265132904053, 1.3269683122634888, -0.4584437906742096, 0.4146341383457184, 0.0, 0.4146341383457184, 0.4146341383457184, 0.0, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488856315613, 0.8900207281112671, 0.6326828598976135, -1.6407843828201294, -0.9418928027153015, 0.9333833456039429, 1.0780376195907593, 0.42886513471603394, 1.2060049772262573, -1.2523484230041504, 0.0806683897972107, -0.0806683897972107, 0.0806683897972107, 0.0806683897972107, -0.0806683897972107, 0.0806683897972107, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 0.20970794558525085, 0.14907348155975342, 0.6075770258903503, 0.4386284053325653, 0.08350608497858047, 0.34488752484321594, 0.3013685941696167, 0.10887480527162552, 0.8541482090950012, 0.15935342013835907, 0.15935342013835907, 0.15935342013835907, 0.15935342013835907, 0.15935342013835907, 0.15935342013835907, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [185]}, "observation.state": {"min": [-0.296800434589386, -0.9554955959320068, 0.0, 2.0882699489593506, 0.9549395442008972, -0.296800434589386, -0.000872556702233851, -0.3012316823005676, 0.0, 0.0, 0.9999988675117493, 0.7509999871253967, NaN], "max": [-0.295002818107605, -0.9549395442008972, 0.0012491202214732766, 2.113401174545288, 0.9554956555366516, -0.2950039803981781, 2.1003634174121544e-06, -0.26418375968933105, 0.001200195518322289, 0.000938199635129422, 1.0, 0.7932798862457275, NaN], "mean": [-0.29660749435424805, -0.9549995064735413, 0.00013257100363261998, 2.111222982406616, 0.9549995064735413, -0.2966076135635376, -9.226268593920395e-05, -0.26716941595077515, 0.0001273031666642055, 9.94054862530902e-05, 1.0, 0.7546733021736145, NaN], "std": [0.0004867930547334254, 0.0001506676198914647, 0.00033890188205987215, 0.005774009041488171, 0.00015068156062625349, 0.00048652131226845086, 0.0002363711391808465, 0.008096844889223576, 0.00032575137447565794, 0.0002541883150115609, 2.955969478080078e-07, 0.009722555056214333, NaN], "count": [185]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08582902867381349]], [[0.07966162472649536]], [[0.056063577128809876]]], "std": [[[0.21721307311531285]], [[0.20281425631512498]], [[0.1492475279077051]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2659826552966524]], [[0.242236628531923]], [[0.1703993774521539]]], "std": [[[0.26982746831656806]], [[0.25188208726004685]], [[0.20165192038963403]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6715850843329706]], [[0.606746858929612]], [[0.4161186810622474]]], "std": [[[0.15421232533336923]], [[0.1720427487681034]], [[0.23324116840245301]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.4011223657891049]], [[0.3654826294800948]], [[0.32352631243667396]]], "std": [[[0.220224991853246]], [[0.2267561019260615]], [[0.2578373817458945]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4498733178165764]], [[0.41654506196309105]], [[0.37075079243420633]]], "std": [[[0.28546298092889044]], [[0.29782496055973]], [[0.3223043765675794]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969427831321989]], [[0.9969427831321989]], [[0.9969427831321989]]], "std": [[[0.015973041110542957]], [[0.015973041110542957]], [[0.015973041110542957]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594265201090867]], [[0.594265201090867]], [[0.594265201090867]]], "std": [[[0.33426494867415724]], [[0.33426494867415724]], [[0.33426494867415724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.05820366380538742]], [[0.05820366380538742]], [[0.05820366380538742]]], "std": [[[0.050781282485062446]], [[0.050781282485062446]], [[0.050781282485062446]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.04499024804682654]], [[0.04499024804682654]], [[0.04499024804682654]]], "std": [[[0.04653987528257913]], [[0.04653987528257913]], [[0.04653987528257913]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21261596160642018]], [[0.21261596160642018]], [[0.21261596160642018]]], "std": [[[0.30535313255892715]], [[0.30535313255892715]], [[0.30535313255892715]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03832953863464609]], [[0.0974090543026143]], [[0.07790701881792353]]], "std": [[[0.13674342480471835]], [[0.2823263464288584]], [[0.2433610200314392]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3917828016128308]], [[0.2730450824151691]], [[0.2868930235614645]]], "std": [[[0.46109113264238993]], [[0.38216429982250577]], [[0.32967603591469063]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.368217813961192]], [[0.38970179260788135]], [[0.8007087818541115]]], "std": [[[0.3611697017362728]], [[0.3140093827268358]], [[0.36126305271123454]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858053431556953]], [[0.7991097082997215]], [[0.49287149054074625]]], "std": [[[0.32031260895124336]], [[0.2715660456854303]], [[0.42618273662318346]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44690007651088887]], [[0.5817329521870647]], [[0.42829713717845813]]], "std": [[[0.4014024252355078]], [[0.3711430014978446]], [[0.4378030940187912]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.68], "mean": [1.8399999999999999], "std": [1.068082393825495], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [185]}, "index": {"min": [21816], "max": [22000], "mean": [21908.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [185]}}} +{"episode_index": 85, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4966050684452057, 0.025464791804552078, 0.01560282614082098, -3.504472017288208, -1.5707963705062866, -1.6788572072982788, 0.47486963868141174, 0.0, 0.7327496409416199, -2.481858253479004, 0.0, -0.6048780679702759, 0.0, 0.0, -0.6048780679702759, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4966050684452057, 0.7989621758460999, 0.48954132199287415, -0.7853981852531433, -1.26034677028656, 1.0471975803375244, 1.5707963705062866, 2.6614367961883545, 1.0471975803375244, -1.7490544319152832, 0.6048780679702759, 0.0, 0.6048780679702759, 0.6048780679702759, 0.0, 0.6048780679702759, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4966050684452057, 0.7612868547439575, 0.4664548337459564, -2.637770175933838, -1.3687641620635986, -0.8238565921783447, 0.972326397895813, 1.8257241249084473, 0.9361494183540344, -2.036090135574341, 0.14748336374759674, -0.14748336374759674, 0.14748336374759674, 0.14748336374759674, -0.14748336374759674, 0.14748336374759674, -2.3561995029449463, 1.5707988739013672, -1.0471971035003662, -1.5707988739013672, 0.0, -1.0471971035003662, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1357242465019226, 0.08316091448068619, 1.0722028017044067, 0.11929171532392502, 1.0899548530578613, 0.3820632994174957, 1.0586572885513306, 0.10564617067575455, 0.26942700147628784, 0.2529568672180176, 0.2529568672180176, 0.2529568672180176, 0.2529568672180176, 0.2529568672180176, 0.2529568672180176, 5.0067901611328125e-06, 2.5033950805664062e-06, 4.76837158203125e-07, 2.5033950805664062e-06, 0.0, 4.76837158203125e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [261]}, "observation.state": {"min": [-0.992918848991394, -0.12301233410835266, 0.0, 1.2375319004058838, 0.11876901239156723, -0.9929156303405762, -0.0035593928769230843, -0.2951962351799011, 0.0, -0.003287759143859148, 0.9999915361404419, 0.7509999871253967, NaN], "max": [-0.992405116558075, -0.11877677589654922, 0.0020763096399605274, 1.2619463205337524, 0.12301233410835266, -0.992405116558075, 0.0, -0.26289063692092896, 0.0024835686199367046, 0.0, 1.0, 0.8003302812576294, NaN], "mean": [-0.9924766421318054, -0.12242153286933899, 0.00028960141935385764, 1.2595460414886475, 0.12242064625024796, -0.9924761652946472, -0.0004953433526679873, -0.2658897042274475, 0.0003467775823082775, -0.00045714303269051015, 0.9999992847442627, 0.7565170526504517, NaN], "std": [0.00015636064927093685, 0.0012854842934757471, 0.0006300410605035722, 0.005688369739800692, 0.0012875423999503255, 0.00015550722309853882, 0.0010785108897835016, 0.007275800220668316, 0.0007541863014921546, 0.0009956611320376396, 2.294988689754973e-06, 0.012531787157058716, NaN], "count": [261]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07809302946239198]], [[0.06995570683387749]], [[0.06432841611731044]]], "std": [[[0.19417548899580817]], [[0.17747160177015872]], [[0.16568108284256877]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25765613686396555]], [[0.23126545523308328]], [[0.2127352528782109]]], "std": [[[0.26682010716066945]], [[0.25107357356744925]], [[0.24197215877329026]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4760190412199899]], [[0.4412937837082098]], [[0.4152165164277127]]], "std": [[[0.2673659696785705]], [[0.2615749218241534]], [[0.2568509831397567]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37592454993693386]], [[0.3468138693253027]], [[0.3244612325830438]]], "std": [[[0.2582450309444104]], [[0.26046386729348064]], [[0.2619277675827107]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39483767688532956]], [[0.3582710684903215]], [[0.33298539319287784]]], "std": [[[0.25801080425514744]], [[0.2646604347227892]], [[0.26880651503143843]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962474808739542]], [[0.9962474808739542]], [[0.9962474808739542]]], "std": [[[0.01760225626724941]], [[0.01760225626724941]], [[0.01760225626724941]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.584927731743838]], [[0.584927731743838]], [[0.584927731743838]]], "std": [[[0.33868770957760824]], [[0.33868770957760824]], [[0.33868770957760824]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27985565258557854]], [[0.27985565258557854]], [[0.27985565258557854]]], "std": [[[0.29881894531462566]], [[0.29881894531462566]], [[0.29881894531462566]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08587214567780534]], [[0.08587214567780534]], [[0.08587214567780534]]], "std": [[[0.1215272246589301]], [[0.1215272246589301]], [[0.1215272246589301]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16218471244042912]], [[0.16218471244042912]], [[0.16218471244042912]]], "std": [[[0.1586468272854066]], [[0.1586468272854066]], [[0.1586468272854066]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09903662933659493]], [[0.11424230415123542]], [[0.06189601090598682]]], "std": [[[0.2863272491850086]], [[0.2820154251901872]], [[0.1936832226226369]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27445971443534495]], [[0.3985543156902308]], [[0.24172961145745533]]], "std": [[[0.3164241743476704]], [[0.45605733133627147]], [[0.3759339283465607]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3801779384439388]], [[0.503206282341944]], [[0.4777541070119782]]], "std": [[[0.38844970238411797]], [[0.38276786979044564]], [[0.4462665495213901]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7598827512537794]], [[0.47257600293973473]], [[0.2918052935342599]]], "std": [[[0.37526347863684323]], [[0.36881147065975595]], [[0.29939086582738367]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.431083852849645]], [[0.7302247985135026]], [[0.4709776321321593]]], "std": [[[0.3961225445080548]], [[0.38306718366428266]], [[0.35287880303727726]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.2], "mean": [2.5999999999999996], "std": [1.5068731421943475], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [261]}, "index": {"min": [22001], "max": [22261], "mean": [22131.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [261]}}} +{"episode_index": 86, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.017828084528446198, -2.928558349609375, -1.5707963705062866, 0.7738199830055237, 0.08824025839567184, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.0086978673934937, 0.706196665763855, -0.7853981852531433, -1.0191289186477661, 1.0471975803375244, 1.5707963705062866, 0.17387692630290985, 1.3848004341125488, -2.4015426635742188, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488856315613, 0.9254361987113953, 0.6479057669639587, -2.039771795272827, -1.2768926620483398, 0.8862795829772949, 0.7455808520317078, 0.08851701021194458, 1.2409664392471313, -2.438530683517456, 0.0811423733830452, -0.0811423733830452, 0.0811423733830452, 0.0811423733830452, -0.0811423733830452, 0.0811423733830452, -2.356199026107788, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 0.2203809767961502, 0.15429094433784485, 0.8864944577217102, 0.2132175862789154, 0.11169666796922684, 0.5905635952949524, 0.06532254070043564, 0.137596994638443, 0.03126097843050957, 0.15436731278896332, 0.15436731278896332, 0.15436731278896332, 0.15436731278896332, 0.15436731278896332, 0.15436731278896332, 4.5299530029296875e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [189]}, "observation.state": {"min": [0.26593971252441406, 0.9639346599578857, -0.0017373698065057397, 1.3302955627441406, -0.9639896750450134, 0.26593971252441406, -0.0004964702529832721, -0.2955985367298126, -2.0128971300437115e-05, 0.0, 0.9999983906745911, 0.7509999871253967, NaN], "max": [0.2661340832710266, 0.9639896750450134, 0.0, 1.3316818475723267, -0.9639360308647156, 0.26613369584083557, -0.0, -0.29232677817344666, -0.0, 0.0018068407662212849, 1.0, 0.8209531307220459, NaN], "mean": [0.2659599184989929, 0.9639835953712463, -0.00020025619596708566, 1.3304648399353027, -0.963983952999115, 0.26595985889434814, -5.733082434744574e-05, -0.29517772793769836, -1.9793963019765215e-06, 0.00020829171990044415, 1.0, 0.7572377324104309, NaN], "std": [5.1804890972562134e-05, 1.467116908315802e-05, 0.0004880816559307277, 0.00040800118586048484, 1.4298449968919158e-05, 5.169607175048441e-05, 0.00013964917161501944, 0.00097629614174366, 5.166230494069168e-06, 0.000507640652358532, 4.3225736590102315e-07, 0.01602189801633358, NaN], "count": [189]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12873045435129696]], [[0.11579410725337978]], [[0.0985308219522548]]], "std": [[[0.3036437147365359]], [[0.2743547602848725]], [[0.23926860006375603]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4352880906543391]], [[0.3868273851314063]], [[0.3200760307679722]]], "std": [[[0.40155854524026235]], [[0.3604586269208399]], [[0.31212657363716084]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.498021880370766]], [[0.4938569628596967]], [[0.4999470780685996]]], "std": [[[0.2555100798884868]], [[0.2169115351264619]], [[0.20392685995333262]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4270043955203914]], [[0.4087767296925952]], [[0.4119734002283927]]], "std": [[[0.311751387163518]], [[0.3087175441756863]], [[0.31168265019281644]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5251169181601713]], [[0.49912839144070476]], [[0.4757292962942846]]], "std": [[[0.36573597097445804]], [[0.3582564899923486]], [[0.3526098571012289]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952299343320653]], [[0.9952299343320653]], [[0.9952299343320653]]], "std": [[[0.020712541933568366]], [[0.020712541933568366]], [[0.020712541933568366]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.585616492019331]], [[0.585616492019331]], [[0.585616492019331]]], "std": [[[0.3354855862524637]], [[0.3354855862524637]], [[0.3354855862524637]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.06657707985899465]], [[0.06657707985899465]], [[0.06657707985899465]]], "std": [[[0.055710624205408336]], [[0.055710624205408336]], [[0.055710624205408336]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0434180626048169]], [[0.0434180626048169]], [[0.0434180626048169]]], "std": [[[0.048295014011351]], [[0.048295014011351]], [[0.048295014011351]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2301939447096509]], [[0.2301939447096509]], [[0.2301939447096509]]], "std": [[[0.32051285940278473]], [[0.32051285940278473]], [[0.32051285940278473]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09864392932030033]], [[0.12630252311587745]], [[0.0793285844278548]]], "std": [[[0.282445913757428]], [[0.3072521004139692]], [[0.25215267798547225]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49220294898849387]], [[0.33171525611030983]], [[0.2853866401661379]]], "std": [[[0.46321592722706106]], [[0.3763018017372107]], [[0.4048751972540549]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4991440530386088]], [[0.9368834117553181]], [[0.20778600554821294]]], "std": [[[0.29324952534158516]], [[0.2129152286755241]], [[0.20745511904146285]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.705561220445909]], [[0.37114272532993225]], [[0.5122298357597546]]], "std": [[[0.3638745428672186]], [[0.2557445677735373]], [[0.42855065482879434]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.506630185523818]], [[0.45938659322694225]], [[0.47868545441500016]]], "std": [[[0.40017586489526075]], [[0.4176082725974389]], [[0.3918224096789073]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.76], "mean": [1.88], "std": [1.0911767348448493], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [189]}, "index": {"min": [22262], "max": [22450], "mean": [22356.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [189]}}} +{"episode_index": 87, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33917292952537537, 0.025464791804552078, 0.006934466306120157, -0.7853981852531433, -1.5707963705062866, -2.4767558574676514, -2.1133506298065186, -0.11992297321557999, 1.0471975803375244, -2.481858253479004, 0.0, -0.3658536672592163, 0.0, 0.0, -0.3658536672592163, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33917292952537537, 1.9134118556976318, 0.521052360534668, 0.04841010272502899, -1.0900306701660156, 1.0471975803375244, 1.5707963705062866, 0.0, 1.7836689949035645, 2.553842782974243, 0.3658536672592163, 0.0, 0.3658536672592163, 0.3658536672592163, 0.0, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33917248249053955, 1.7421295642852783, 0.474409282207489, -0.3903923034667969, -1.3158830404281616, -0.753670334815979, -0.33987653255462646, -0.05558755248785019, 1.3937816619873047, 0.11893194913864136, 0.03910348564386368, -0.03910348564386368, 0.03910348564386368, 0.03910348564386368, -0.03910348564386368, 0.03910348564386368, -2.3561999797821045, 1.5707993507385254, -1.047200083732605, -1.5707993507385254, 0.0, -1.047200083732605, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 0.4338095486164093, 0.11813371628522873, 0.3369508981704712, 0.20360691845417023, 1.4672588109970093, 1.5306025743484497, 0.043922312557697296, 0.28435561060905457, 2.107356309890747, 0.11042004078626633, 0.11042004078626633, 0.11042004078626633, 0.11042004078626633, 0.11042004078626633, 0.11042004078626633, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.5033950805664062e-06, 2.9802322387695312e-06, 0.0, 2.5033950805664062e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [333]}, "observation.state": {"min": [0.925908088684082, -0.37774720788002014, -0.0011270650429651141, 2.018772840499878, 0.37727320194244385, 0.9259087443351746, -0.00041883045923896134, -0.27485209703445435, -5.9410083963484794e-08, -5.1704966608667746e-05, 0.9999992847442627, 0.7509999871253967, NaN], "max": [0.9261019825935364, -0.37727320194244385, 7.841631344263078e-08, 2.020860195159912, 0.37774696946144104, 0.9261019825935364, 0.0, -0.22497259080410004, 0.0012009738711640239, 2.23087090489571e-06, 1.0, 0.7741920351982117, NaN], "mean": [0.9260913729667664, -0.37730172276496887, -6.703184772050008e-05, 2.020150899887085, 0.37730172276496887, 0.9260913729667664, -2.4805558496154845e-05, -0.2272949516773224, 7.143584662117064e-05, -2.3461125238100067e-06, 1.0, 0.7521427869796753, NaN], "std": [4.0698967495700344e-05, 9.95082373265177e-05, 0.00023656409757677466, 0.0001869167317636311, 9.946703357854858e-05, 4.0572711441200227e-05, 8.765940583543852e-05, 0.008572735823690891, 0.00025210558669641614, 9.461565241508652e-06, 1.3784465124899725e-07, 0.004145429935306311, NaN], "count": [333]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.09344707773331966]], [[0.07826117773124093]], [[0.06840727933045931]]], "std": [[[0.2469759032674705]], [[0.20880451974150693]], [[0.18329299907846966]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3206921144163011]], [[0.2683394387815658]], [[0.23258709936558322]]], "std": [[[0.3701342623372347]], [[0.31107617915929586]], [[0.27051164408852774]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.30559525136274546]], [[0.2630429030953717]], [[0.23436534519419752]]], "std": [[[0.34306484668584236]], [[0.29554703905111207]], [[0.2647812854077045]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31215241961495105]], [[0.27525788863474665]], [[0.2638625057081415]]], "std": [[[0.26371606903056993]], [[0.25173869132527754]], [[0.2518632628475535]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4441152089028902]], [[0.4033420237901255]], [[0.37922600216859087]]], "std": [[[0.3427024547916585]], [[0.31475995284901775]], [[0.29957856258418436]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9948792609893039]], [[0.9948792609893039]], [[0.9948792609893039]]], "std": [[[0.02163732292028298]], [[0.02163732292028298]], [[0.02163732292028298]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5949330801299009]], [[0.5949330801299009]], [[0.5949330801299009]]], "std": [[[0.3372911968968659]], [[0.3372911968968659]], [[0.3372911968968659]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645676799497885]], [[0.4645676799497885]], [[0.4645676799497885]]], "std": [[[0.42685861496542366]], [[0.42685861496542366]], [[0.42685861496542366]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13408662963834692]], [[0.13408662963834692]], [[0.13408662963834692]]], "std": [[[0.22306993445007345]], [[0.22306993445007345]], [[0.22306993445007345]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16273134753713392]], [[0.16273134753713392]], [[0.16273134753713392]]], "std": [[[0.17395194085587842]], [[0.17395194085587842]], [[0.17395194085587842]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.030706829183573158]], [[0.09197803513868184]], [[0.14108761603201522]]], "std": [[[0.12350490237665414]], [[0.22709055778406279]], [[0.3427347344387152]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49278014686603755]], [[0.1717249966639643]], [[0.2372501839010629]]], "std": [[[0.4659039496238524]], [[0.30551948664830136]], [[0.28934496338210547]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.316374106730343]], [[0.3102336566102793]], [[0.3892466554146709]]], "std": [[[0.3404419329776885]], [[0.4238342543785347]], [[0.4524076722180023]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488241664437055]], [[0.7731509222546102]], [[0.44584069775784874]]], "std": [[[0.3744530853464665]], [[0.378404463626728]], [[0.3531010892859341]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5681352693739854]], [[0.529367641861984]], [[0.4901699292760434]]], "std": [[[0.3117119071063169]], [[0.4091749530394614]], [[0.4358565271647743]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.64], "mean": [3.32], "std": [1.9225677274589488], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [333]}, "index": {"min": [22451], "max": [22783], "mean": [22617.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [333]}}} +{"episode_index": 88, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09032320231199265, 0.025464791804552078, 0.01159127801656723, -2.0610768795013428, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, -1.848329782485962, -2.481858253479004, 0.0, -0.6146341562271118, 0.0, 0.0, -0.6146341562271118, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09032320231199265, 1.0736804008483887, 0.4887268841266632, -0.7853981852531433, -1.3790323734283447, 2.3036086559295654, 2.3925938606262207, 1.8388293981552124, 1.0471975803375244, -0.028437497094273567, 0.6146341562271118, 0.0, 0.6146341562271118, 0.6146341562271118, 0.0, 0.6146341562271118, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0903230831027031, 0.9970903396606445, 0.45386263728141785, -1.516358733177185, -1.5053282976150513, 1.7687169313430786, 2.0339620113372803, 1.0579909086227417, -0.6778225302696228, -1.038672685623169, 0.10687950253486633, -0.10687950253486633, 0.10687950253486633, 0.10687950253486633, -0.10687950253486633, 0.10687950253486633, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 0.22024689614772797, 0.10025358200073242, 0.5170590877532959, 0.0628587082028389, 0.500089168548584, 0.32898998260498047, 0.7336298823356628, 1.2090286016464233, 1.0148730278015137, 0.2240244597196579, 0.2240244597196579, 0.2240244597196579, 0.2240244597196579, 0.2240244597196579, 0.2240244597196579, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [233]}, "observation.state": {"min": [-0.3013963997364044, -0.9543451070785522, -4.864428319706349e-06, 2.0074493885040283, 0.9534958004951477, -0.3013954162597656, -0.002574932062998414, -0.13451801240444183, 0.0, -0.0007702031289227307, 0.9999966621398926, 0.7509999871253967, NaN], "max": [-0.29870620369911194, -0.9534989595413208, 0.0001919072965392843, 2.0340750217437744, 0.9543451070785522, -0.29870620369911194, 0.0, -0.10661261528730392, 0.0024578918237239122, 0.000136352056870237, 1.0, 0.8028851747512817, NaN], "mean": [-0.29896387457847595, -0.9542644023895264, 5.782853804703336e-06, 2.009307861328125, 0.9542641639709473, -0.2989638149738312, -0.00023721491743344814, -0.10845007002353668, 0.0002279569598613307, -6.586039671674371e-05, 1.0, 0.7547904253005981, NaN], "std": [0.0006997051532380283, 0.00021993953851051629, 2.2389740479411557e-05, 0.005482570733875036, 0.00022063175856601447, 0.0006995004368945956, 0.0006571569247171283, 0.005521390587091446, 0.0006290744058787823, 0.00019137412891723216, 7.867142244322167e-07, 0.011019488796591759, NaN], "count": [233]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11097344783814829]], [[0.09497880427093035]], [[0.08344074362414847]]], "std": [[[0.26997149980930507]], [[0.2320700026640636]], [[0.20550119051174726]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3890129371128774]], [[0.32038370110193115]], [[0.27338146746677877]]], "std": [[[0.3746207873919586]], [[0.3223888662212643]], [[0.28774570313271286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.490478152151391]], [[0.46920375030761935]], [[0.4557833326963014]]], "std": [[[0.21793388515548387]], [[0.21956458761357084]], [[0.22173491217980107]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48017593883420473]], [[0.44874090301624564]], [[0.4244103974341695]]], "std": [[[0.2644381783995585]], [[0.26903997144639946]], [[0.27729481957711377]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5109032536238736]], [[0.45277898679734535]], [[0.41497799423452564]]], "std": [[[0.2667960436309851]], [[0.2790562842698751]], [[0.2968376384794623]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958335428833138]], [[0.9958335428833138]], [[0.9958335428833138]]], "std": [[[0.01902003022308402]], [[0.01902003022308402]], [[0.01902003022308402]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5929318007015398]], [[0.5929318007015398]], [[0.5929318007015398]]], "std": [[[0.3346655365404557]], [[0.3346655365404557]], [[0.3346655365404557]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.077500903579516]], [[0.077500903579516]], [[0.077500903579516]]], "std": [[[0.05714815707763542]], [[0.05714815707763542]], [[0.05714815707763542]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.043414204202935576]], [[0.043414204202935576]], [[0.043414204202935576]]], "std": [[[0.05162451787839607]], [[0.05162451787839607]], [[0.05162451787839607]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08979522842959556]], [[0.08979522842959556]], [[0.08979522842959556]]], "std": [[[0.08477104708251644]], [[0.08477104708251644]], [[0.08477104708251644]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08490640123222094]], [[0.09262357648507233]], [[0.09648844792867388]]], "std": [[[0.26215478272161896]], [[0.2765478287416606]], [[0.25882830915901256]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5064084380580316]], [[0.2555460724969171]], [[0.14807859901253345]]], "std": [[[0.48014718504565057]], [[0.2853015488075071]], [[0.27840436734525237]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3023033760681182]], [[0.7232269221768253]], [[0.6500220278939522]]], "std": [[[0.3435302771187971]], [[0.39901679227879283]], [[0.2521410290554401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5610805469891523]], [[0.6326694401025689]], [[0.5675479983450581]]], "std": [[[0.40563833102449404]], [[0.3040281194118368]], [[0.44127326768770425]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6153017445957899]], [[0.6338924126813613]], [[0.510183336451437]]], "std": [[[0.35955329958479254]], [[0.39837139029613106]], [[0.43295169776423215]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.64], "mean": [2.32], "std": [1.345213737664019], "count": [233]}, "frame_index": {"min": [0], "max": [232], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [233]}, "index": {"min": [22784], "max": [23016], "mean": [22900.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [233]}}} +{"episode_index": 89, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.006929775699973106, -0.7853981852531433, -1.5707963705062866, 0.6999209523200989, 0.416743665933609, -1.7999030351638794, 1.0471975803375244, -3.652569055557251, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.1444954872131348, 0.5835850834846497, -0.18692849576473236, -1.03413987159729, 1.0471975803375244, 1.5707963705062866, 0.0, 1.7858185768127441, -2.481858253479004, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488856315613, 1.7650843858718872, 0.4803350269794464, -0.5542489290237427, -1.33518648147583, 0.9068766832351685, 1.0638223886489868, -0.7993189096450806, 1.369078516960144, -3.0026943683624268, 0.052761077880859375, -0.052761077880859375, 0.052761077880859375, 0.052761077880859375, -0.052761077880859375, 0.052761077880859375, -2.356199026107788, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 0.6295702457427979, 0.17132632434368134, 0.23521532118320465, 0.23336274921894073, 0.14118026196956635, 0.4972464442253113, 0.7903728485107422, 0.3152797222137451, 0.5121049880981445, 0.12946651875972748, 0.12946651875972748, 0.12946651875972748, 0.12946651875972748, 0.12946651875972748, 0.12946651875972748, 4.5299530029296875e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [189]}, "observation.state": {"min": [-0.0074057565070688725, -0.9999800324440002, 0.0, 2.0592703819274902, 0.9999722242355347, -0.007404156029224396, -5.7436672307176195e-08, -0.20446453988552094, -0.0008592486847192049, 0.0, 0.9999979138374329, 0.7509999871253967, NaN], "max": [-0.00631693797186017, -0.9999708533287048, 0.0018570790998637676, 2.0622754096984863, 0.9999800324440002, -0.00631693797186017, 0.0008730145054869354, -0.19632591307163239, 6.111495309824022e-08, 0.0018634883454069495, 1.0, 0.8202889561653137, NaN], "mean": [-0.006388977635651827, -0.9999796748161316, 0.00012304788106121123, 2.0601820945739746, 0.9999796748161316, -0.006388891953974962, 5.779277489637025e-05, -0.20400768518447876, -5.690675607183948e-05, 0.0001234601513715461, 1.0, 0.754677414894104, NaN], "std": [0.0002401440724497661, 1.9698516098287655e-06, 0.000410099804867059, 0.0002888424205593765, 1.7025056422426132e-06, 0.00023983718710951507, 0.00019265859737060964, 0.0015560667961835861, 0.00018967833602800965, 0.0004114866314921528, 4.2369262587271805e-07, 0.012725296430289745, NaN], "count": [189]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.08550012975334795]], [[0.07949438707804178]], [[0.07297177948502338]]], "std": [[[0.212951170691577]], [[0.20267904266655562]], [[0.19232263634117155]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28413207214420255]], [[0.25874286373350336]], [[0.2296572084187459]]], "std": [[[0.28008663765483927]], [[0.26822983541766243]], [[0.26123136640541794]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4208239920981217]], [[0.40942861721823576]], [[0.3999225784907171]]], "std": [[[0.3490486286368355]], [[0.34683015076733187]], [[0.3463093484038113]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755056350504362]], [[0.47231771666294503]], [[0.46983727253768715]]], "std": [[[0.2968493590240898]], [[0.2926827030688833]], [[0.2929650617997133]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4789377217457894]], [[0.4461047481678626]], [[0.39822077917723636]]], "std": [[[0.26795616655375687]], [[0.27881665053788096]], [[0.30751397580711165]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952516859553232]], [[0.9952516859553232]], [[0.9952516859553232]]], "std": [[[0.02089450385593962]], [[0.02089450385593962]], [[0.02089450385593962]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5939767731448792]], [[0.5939767731448792]], [[0.5939767731448792]]], "std": [[[0.3377101567191248]], [[0.3377101567191248]], [[0.3377101567191248]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697974439596296]], [[0.3697974439596296]], [[0.3697974439596296]]], "std": [[[0.3940839567944876]], [[0.3940839567944876]], [[0.3940839567944876]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08843303821990477]], [[0.08843303821990477]], [[0.08843303821990477]]], "std": [[[0.12335789064773879]], [[0.12335789064773879]], [[0.12335789064773879]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1604877988266542]], [[0.1604877988266542]], [[0.1604877988266542]]], "std": [[[0.20558233704689072]], [[0.20558233704689072]], [[0.20558233704689072]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09539772854526717]], [[0.10879720993421135]], [[0.0828204850696477]]], "std": [[[0.27963742377665085]], [[0.2672209547253781]], [[0.2589879926598414]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44627576643324474]], [[0.2590452768775511]], [[0.236615028186987]]], "std": [[[0.44609571912353657]], [[0.38790828241412195]], [[0.30952577835387596]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27062778894260076]], [[0.34744098904908566]], [[0.6589413990964875]]], "std": [[[0.3361039117040459]], [[0.34164509662943043]], [[0.4564355836144912]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7037297562984018]], [[0.6668284955786631]], [[0.22445632274318023]]], "std": [[[0.3618403144423616]], [[0.30469652421745463]], [[0.29068990403104233]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5665901799179369]], [[0.4462425442116931]], [[0.5521531451608037]]], "std": [[[0.32560007642891964]], [[0.3992116577350376]], [[0.4343511216062841]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.76], "mean": [1.88], "std": [1.0911767348448493], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [189]}, "index": {"min": [23017], "max": [23205], "mean": [23111.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [189]}}} +{"episode_index": 90, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43831971287727356, 0.025464791804552078, 0.007856718264520168, -1.6342490911483765, -1.5707964897155762, 1.0471975803375244, 1.5707963705062866, -0.10054753720760345, -0.9898727536201477, -7.534432888031006, 0.0, -0.3268292546272278, 0.0, 0.0, -0.3268292546272278, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43831971287727356, 1.7843266725540161, 0.5505229234695435, -0.7853981852531433, -1.2570717334747314, 5.66025447845459, 2.378467082977295, 0.0, 1.0471975803375244, -2.481858253479004, 0.3268292546272278, 0.0, 0.3268292546272278, 0.3268292546272278, 0.0, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4383185803890228, 1.6249356269836426, 0.5013437867164612, -1.1998474597930908, -1.4694427251815796, 3.3331992626190186, 1.956647515296936, -0.04591617360711098, 0.04157673940062523, -4.988114356994629, 0.02739628404378891, -0.02739628404378891, 0.02739628404378891, 0.02739628404378891, -0.02739628404378891, 0.02739628404378891, -2.3561997413635254, 1.5707992315292358, -1.0471993684768677, -1.5707992315292358, 0.0, -1.0471993684768677, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.40410712361335754, 0.12467985600233078, 0.34422048926353455, 0.094021275639534, 1.9083852767944336, 0.31897398829460144, 0.037943266332149506, 0.8397772312164307, 2.091700792312622, 0.08810361474752426, 0.08810361474752426, 0.08810361474752426, 0.08810361474752426, 0.08810361474752426, 0.08810361474752426, 5.245208740234375e-06, 2.86102294921875e-06, 1.7881393432617188e-06, 2.86102294921875e-06, 0.0, 1.7881393432617188e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [311]}, "observation.state": {"min": [-0.95439612865448, -0.29971158504486084, -0.0007079745992086828, 2.0428993701934814, 0.29854288697242737, -0.9543960094451904, -0.00016488999244756997, -0.2376912534236908, -0.0006261176895350218, -0.00036931471549905837, 0.9999995827674866, 0.7509999871253967, NaN], "max": [-0.9540298581123352, -0.2985425591468811, 0.0006469116196967661, 2.0831363201141357, 0.29971158504486084, -0.9540298581123352, 0.0006550414254888892, -0.21480274200439453, 0.00042543737799860537, 0.0008167054620571434, 1.0, 0.7903140187263489, NaN], "mean": [-0.9540463089942932, -0.2996582090854645, 1.566525133966934e-05, 2.044320583343506, 0.2996582090854645, -0.9540463089942932, 2.5514245862723328e-05, -0.21565181016921997, 7.329516847676132e-06, 2.9025308322161436e-05, 1.0, 0.7524940967559814, NaN], "std": [6.826130993431434e-05, 0.0002177776041207835, 0.00012465471809264272, 0.006139840465039015, 0.00021772457694169134, 6.824101728852838e-05, 0.00011592637019930407, 0.0036187446676194668, 9.048554056789726e-05, 0.00014418833598028868, 6.818630282623417e-08, 0.006312614772468805, NaN], "count": [311]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.09517494305269729]], [[0.09335676537979509]], [[0.0914609207726728]]], "std": [[[0.23224282169659882]], [[0.22949152653517993]], [[0.2264270102734177]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3061814910704886]], [[0.29497494855128875]], [[0.2846452315476993]]], "std": [[[0.3042698537489822]], [[0.3029325661905361]], [[0.3035628327058242]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.707066964127055]], [[0.7068158059024027]], [[0.7028379705905823]]], "std": [[[0.25536893331834737]], [[0.2557826506106927]], [[0.2587310134412423]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4171723949249342]], [[0.3994688092397795]], [[0.38251486262573836]]], "std": [[[0.30757714385767726]], [[0.3103661571888201]], [[0.3162529697004942]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49401018446433326]], [[0.4611402724216803]], [[0.4295469536126752]]], "std": [[[0.26469201699808953]], [[0.283389164776645]], [[0.30354955676133927]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952840297433565]], [[0.9952840297433565]], [[0.9952840297433565]]], "std": [[[0.02095535939626607]], [[0.02095535939626607]], [[0.02095535939626607]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6097887575261971]], [[0.6097887575261971]], [[0.6097887575261971]]], "std": [[[0.3384844125298123]], [[0.3384844125298123]], [[0.3384844125298123]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.08009945744995443]], [[0.08009945744995443]], [[0.08009945744995443]]], "std": [[[0.05368243014706516]], [[0.05368243014706516]], [[0.05368243014706516]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23892000286999654]], [[0.23892000286999654]], [[0.23892000286999654]]], "std": [[[0.37820647584445366]], [[0.37820647584445366]], [[0.37820647584445366]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16154770195756563]], [[0.16154770195756563]], [[0.16154770195756563]]], "std": [[[0.23966520790738613]], [[0.23966520790738613]], [[0.23966520790738613]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10506619030088696]], [[0.030864662899460937]], [[0.1227557572599848]]], "std": [[[0.27014109790983254]], [[0.12309991628215647]], [[0.3038188822857973]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49621376646140825]], [[0.24006436704841644]], [[0.2542126332151136]]], "std": [[[0.4778643918000036]], [[0.3751309676332405]], [[0.31210609617575225]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8846928949480685]], [[0.5450150882691575]], [[0.17596729276848047]]], "std": [[[0.27373328822373244]], [[0.23670902116938602]], [[0.236045374156138]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045162024044938]], [[0.48283425971188726]], [[0.37781939406862913]]], "std": [[[0.4523512413135172]], [[0.36694762060993497]], [[0.4286497566552298]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5762313512252135]], [[0.5179614079344675]], [[0.3461461404916948]]], "std": [[[0.4379320303003368]], [[0.3961816066074712]], [[0.3319870582783033]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.2], "mean": [3.0999999999999996], "std": [1.7955500549970753], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [311]}, "index": {"min": [23206], "max": [23516], "mean": [23361.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [311]}}} +{"episode_index": 91, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972671270370483, 0.025464791804552078, 0.009401040151715279, -1.981837272644043, -1.5707963705062866, -1.0630412101745605, -1.033229947090149, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972671270370483, 1.526063084602356, 0.5633889436721802, -0.7853981852531433, -0.16694995760917664, 1.0471975803375244, 1.5707963705062866, 0.4242570102214813, 1.7400895357131958, 0.5402593612670898, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997257590293884, 1.3782804012298584, 0.5088326930999756, -1.420943021774292, -0.7900479435920715, -0.12143904715776443, 0.16134944558143616, 0.22705821692943573, 1.4004490375518799, -0.8064194917678833, 0.07710996270179749, -0.07710996270179749, 0.07710996270179749, 0.07710996270179749, -0.07710996270179749, 0.07710996270179749, -2.3561995029449463, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 0.357307106256485, 0.1319102793931961, 0.5012786388397217, 0.5999765992164612, 0.9105575084686279, 1.097815990447998, 0.17848289012908936, 0.27030426263809204, 1.305780291557312, 0.17430074512958527, 0.17430074512958527, 0.17430074512958527, 0.17430074512958527, 0.17430074512958527, 0.17430074512958527, 5.0067901611328125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [245]}, "observation.state": {"min": [0.9241558313369751, 0.3814867436885834, -0.000695794471539557, 1.525213599205017, -0.3820136487483978, 0.9241552352905273, -0.0, -0.09130347520112991, -4.124994745779986e-07, -0.0012497962452471256, 0.9999983906745911, 0.7509999871253967, NaN], "max": [0.9243743419647217, 0.3820151090621948, 6.489958650490735e-07, 1.5548059940338135, -0.3814867436885834, 0.9243743419647217, 0.0016399790765717626, -0.0716812014579773, 0.001269515953026712, 0.0, 1.0, 0.8062029480934143, NaN], "mean": [0.9243581295013428, 0.38152897357940674, -5.702459384337999e-05, 1.5273133516311646, -0.38152891397476196, 0.924358069896698, 0.00013449546531774104, -0.07295143604278564, 0.00010406703222543001, -0.00010252263746224344, 1.0, 0.7546294927597046, NaN], "std": [5.2891384257236496e-05, 0.00012789407628588378, 0.00016883450734894723, 0.006324166897684336, 0.00012758519733324647, 5.3014398872619495e-05, 0.00039800474769435823, 0.003927870187908411, 0.0003080320020671934, 0.0003033630782738328, 3.5604301729108556e-07, 0.011169560253620148, NaN], "count": [245]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12505672065344725]], [[0.10939023570852369]], [[0.07349043211552944]]], "std": [[[0.2956873649733351]], [[0.2620863335938846]], [[0.18671762815893436]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42196185184514623]], [[0.36168739970937935]], [[0.245085230179757]]], "std": [[[0.39167701239886493]], [[0.3515113034239027]], [[0.27356206835840957]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.677050032488629]], [[0.6157928318483784]], [[0.39545652994620095]]], "std": [[[0.300365445684462]], [[0.27941220859095095]], [[0.2071515527535326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5756470011553748]], [[0.5273059382776399]], [[0.43748971729863584]]], "std": [[[0.2772348357682979]], [[0.28960573449998533]], [[0.3169869508881593]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.572898279410256]], [[0.49060086596110347]], [[0.3781364602884346]]], "std": [[[0.27938425064931]], [[0.3019427114254903]], [[0.3237614927194565]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958770689288677]], [[0.9958770689288677]], [[0.9958770689288677]]], "std": [[[0.01925042770419465]], [[0.01925042770419465]], [[0.01925042770419465]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5970090639586774]], [[0.5970090639586774]], [[0.5970090639586774]]], "std": [[[0.3390636570555785]], [[0.3390636570555785]], [[0.3390636570555785]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22317589256556902]], [[0.22317589256556902]], [[0.22317589256556902]]], "std": [[[0.26173579768681177]], [[0.26173579768681177]], [[0.26173579768681177]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08926165047599698]], [[0.08926165047599698]], [[0.08926165047599698]]], "std": [[[0.16370414348096005]], [[0.16370414348096005]], [[0.16370414348096005]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15552409824775984]], [[0.15552409824775984]], [[0.15552409824775984]]], "std": [[[0.18881772212385606]], [[0.18881772212385606]], [[0.18881772212385606]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09410944208742626]], [[0.07318344843494663]], [[0.0816191997403592]]], "std": [[[0.27792771257948734]], [[0.19232015520012136]], [[0.2567611652937359]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42224099253599734]], [[0.3094485972221384]], [[0.2900265327156135]]], "std": [[[0.46871817208237604]], [[0.41103225830671647]], [[0.3766158774766066]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6168154974448313]], [[0.4657286579212239]], [[0.2623596896916832]]], "std": [[[0.4493015007600696]], [[0.3588306659210797]], [[0.29910831050052805]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6916946779669427]], [[0.48137259327656373]], [[0.38496382798528256]]], "std": [[[0.39287645342219524]], [[0.3587092050992018]], [[0.3722076421039358]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3179630025259993]], [[0.6687374617026456]], [[0.5553130864465755]]], "std": [[[0.29156637147420206]], [[0.36193159097331606]], [[0.43120368109786344]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.88], "mean": [2.44], "std": [1.4144963768069538], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [245]}, "index": {"min": [23517], "max": [23761], "mean": [23639.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [245]}}} +{"episode_index": 92, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4830070734024048, 0.025464791804552078, 0.008737080730497837, -0.7853981852531433, -1.5707963705062866, 0.7121565341949463, 0.6945142149925232, -1.8194379806518555, 1.0469069480895996, -4.217238426208496, 0.0, -0.29756098985671997, 0.0, 0.0, -0.29756098985671997, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4830070734024048, 1.9742963314056396, 0.6773896813392639, 0.041727758944034576, -0.8066116571426392, 1.399165391921997, 1.5707963705062866, 0.0, 2.099449634552002, -2.481858253479004, 0.29756098985671997, 0.0, 0.29756098985671997, 0.29756098985671997, 0.0, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4830073416233063, 1.6612021923065186, 0.5699668526649475, -0.35615965723991394, -1.2180476188659668, 1.0380111932754517, 1.1410433053970337, -0.8747358918190002, 1.5174280405044556, -3.3671863079071045, 0.04667086526751518, -0.04667086526751518, 0.04667086526751518, 0.04667086526751518, -0.04667086526751518, 0.04667086526751518, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 0.5588454008102417, 0.19174224138259888, 0.3455558717250824, 0.33652591705322266, 0.22137726843357086, 0.3508763015270233, 0.7943814992904663, 0.4548546373844147, 0.7677733302116394, 0.10574924200773239, 0.10574924200773239, 0.10574924200773239, 0.10574924200773239, 0.10574924200773239, 0.10574924200773239, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [194]}, "observation.state": {"min": [0.7313892245292664, -0.681959331035614, 0.0, 1.2702585458755493, 0.6808434724807739, 0.7313897013664246, 0.0, -0.31848305463790894, -0.002264703856781125, -0.000771678751334548, 0.9999971389770508, 0.7509999871253967, NaN], "max": [0.7324289679527283, -0.6808434724807739, 0.001132517703808844, 1.2909636497497559, 0.6819564700126648, 0.7324289679527283, 0.0021088249050080776, -0.30451858043670654, 0.0, 8.349716473787794e-09, 1.0, 0.8143160343170166, NaN], "mean": [0.7323400974273682, -0.6809408664703369, 9.758649684954435e-05, 1.2893180847167969, 0.6809406280517578, 0.7323400974273682, 0.00018156910664401948, -0.3175823986530304, -0.00019517626788001508, -6.630742427660152e-05, 1.0, 0.7555036544799805, NaN], "std": [0.0002576642727945, 0.00027661671629175544, 0.0002811237645801157, 0.004734912421554327, 0.0002760077186394483, 0.000257560022873804, 0.0005232227849774063, 0.002769032958894968, 0.0005623638280667365, 0.00019115318718831986, 6.593415378119971e-07, 0.013367758132517338, NaN], "count": [194]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0760249408063215]], [[0.07457350175116728]], [[0.07311909613884883]]], "std": [[[0.1861375506804989]], [[0.18359153568558859]], [[0.18104738123332256]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2579849553172386]], [[0.25111575406811953]], [[0.24478546172410348]]], "std": [[[0.2590033076714012]], [[0.25593190296341517]], [[0.25491954778323744]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.462932465896998]], [[0.45428506978181993]], [[0.4439755755248305]]], "std": [[[0.216539679028429]], [[0.2204085453768375]], [[0.22232241368358094]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5195126879998605]], [[0.5072349460970395]], [[0.49388946892323493]]], "std": [[[0.29628047749765857]], [[0.29714901788642595]], [[0.2995965192752953]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.437740651556269]], [[0.42178011669084037]], [[0.4097001162080372]]], "std": [[[0.3361754958127955]], [[0.3396495144598295]], [[0.3423822869025276]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957918702654278]], [[0.9957918702654278]], [[0.9957918702654278]]], "std": [[[0.019251436048317132]], [[0.019251436048317132]], [[0.019251436048317132]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.597053505989106]], [[0.597053505989106]], [[0.597053505989106]]], "std": [[[0.3381557327372182]], [[0.3381557327372182]], [[0.3381557327372182]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16857581786519196]], [[0.16857581786519196]], [[0.16857581786519196]]], "std": [[[0.20082613933143253]], [[0.20082613933143253]], [[0.20082613933143253]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08057578701943484]], [[0.08057578701943484]], [[0.08057578701943484]]], "std": [[[0.14799036797125953]], [[0.14799036797125953]], [[0.14799036797125953]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22396476475751548]], [[0.22396476475751548]], [[0.22396476475751548]]], "std": [[[0.3092079478323793]], [[0.3092079478323793]], [[0.3092079478323793]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14457808704002104]], [[0.041561055488164286]], [[0.05018060593137087]]], "std": [[[0.34694334303879887]], [[0.13543840754246014]], [[0.1570362641462032]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3027463077293432]], [[0.5273155205791492]], [[0.10981957377869243]]], "std": [[[0.41097279338151976]], [[0.48076123751996397]], [[0.18357055016742246]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22450135352523418]], [[0.8202393228417526]], [[0.2940353130274373]]], "std": [[[0.2702725555449978]], [[0.3362005973146997]], [[0.3226976372389525]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5267365805868874]], [[0.7525655033122308]], [[0.3128509472664959]]], "std": [[[0.37745602626975044]], [[0.3697744557459886]], [[0.3385084129696346]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43976706893557327]], [[0.5626186693274484]], [[0.43389468990290964]]], "std": [[[0.41028260838041347]], [[0.38173686657676437]], [[0.43110013370173195]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.86], "mean": [1.9299999999999997], "std": [1.120044641967453], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [194]}, "index": {"min": [23762], "max": [23955], "mean": [23858.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [194]}}} +{"episode_index": 93, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3862086534500122, 0.025464791804552078, 0.012545282021164894, -1.2220677137374878, -1.5707963705062866, 0.1927640438079834, 1.335586667060852, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3862086534500122, 1.445439338684082, 0.7120986580848694, -0.7853981852531433, -1.1891847848892212, 1.0471975803375244, 1.5707963705062866, 0.09327171742916107, 1.7209506034851074, -1.0156618356704712, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3862082362174988, 1.2690049409866333, 0.6251776218414307, -1.0414416790008545, -1.3539323806762695, 0.5479059815406799, 1.4742575883865356, 0.05438973009586334, 1.3969310522079468, -1.6261820793151855, 0.09380496293306351, -0.09380496293306351, 0.09380496293306351, 0.09380496293306351, -0.09380496293306351, 0.09380496293306351, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 0.3713197112083435, 0.18293149769306183, 0.1946978121995926, 0.1657748967409134, 0.3798617720603943, 0.08221017569303513, 0.04126449301838875, 0.2638292908668518, 0.6492859721183777, 0.1736062914133072, 0.1736062914133072, 0.1736062914133072, 0.1736062914133072, 0.1736062914133072, 0.1736062914133072, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [184]}, "observation.state": {"min": [0.26345160603523254, 0.9645782709121704, -0.00024411293270532042, 1.584227204322815, -0.9646726250648499, 0.26345160603523254, -0.0, -0.3290364742279053, -0.0, 0.0, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.26379668712615967, 0.9646726250648499, 0.0, 1.593101978302002, -0.9645782709121704, 0.26379674673080444, 0.00025453299167566, -0.28990691900253296, 0.0003099131863564253, 0.00016847469669301063, 1.0, 0.8008343577384949, NaN], "mean": [0.2634916305541992, 0.9646633267402649, -2.8289539841352962e-05, 1.592370629310608, -0.9646633267402649, 0.2634916305541992, 2.9437125704134814e-05, -0.3252166211605072, 3.585569720598869e-05, 1.9524622985045426e-05, 1.0, 0.7556377053260803, NaN], "std": [9.711011807667091e-05, 2.6599465854815207e-05, 6.876266706967726e-05, 0.0019444134086370468, 2.6600382625474595e-05, 9.712536848383024e-05, 7.163306145230308e-05, 0.009525781497359276, 8.723043720237911e-05, 4.7438894398510456e-05, 1.8642641208543864e-08, 0.011745729483664036, NaN], "count": [184]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.1272352465078915]], [[0.12259424082891937]], [[0.1145377032383351]]], "std": [[[0.29790271785597733]], [[0.28838160765011883]], [[0.27297659636425137]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44235736016645977]], [[0.41951459909568284]], [[0.3802682990777789]]], "std": [[[0.3921760680186195]], [[0.3801175407968876]], [[0.3674456576829492]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5593759916743278]], [[0.5501493310158783]], [[0.5353610395288378]]], "std": [[[0.3682158732372711]], [[0.3628221974508932]], [[0.3549960953336759]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6901399834103471]], [[0.6626440325865308]], [[0.645069749633036]]], "std": [[[0.2658655094918067]], [[0.27951202172151945]], [[0.28195209676189104]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.712119589000403]], [[0.6720945449278511]], [[0.6055874111759543]]], "std": [[[0.2263115529355537]], [[0.24718598257401292]], [[0.2943956501720563]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951837609158776]], [[0.9951837609158776]], [[0.9951837609158776]]], "std": [[[0.02098683184216036]], [[0.02098683184216036]], [[0.02098683184216036]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591639017468757]], [[0.591639017468757]], [[0.591639017468757]]], "std": [[[0.33692629736150304]], [[0.33692629736150304]], [[0.33692629736150304]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34746645691551814]], [[0.34746645691551814]], [[0.34746645691551814]]], "std": [[[0.3618900536095139]], [[0.3618900536095139]], [[0.3618900536095139]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11779609881639466]], [[0.11779609881639466]], [[0.11779609881639466]]], "std": [[[0.16524170539168007]], [[0.16524170539168007]], [[0.16524170539168007]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1403394749918024]], [[0.1403394749918024]], [[0.1403394749918024]]], "std": [[[0.1669700511701344]], [[0.1669700511701344]], [[0.1669700511701344]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03316276836646906]], [[0.1044595159496034]], [[0.12369402618268333]]], "std": [[[0.13512349993609957]], [[0.271104100665601]], [[0.30491817755721384]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40046341458508095]], [[0.3918429870494759]], [[0.24476612813998072]]], "std": [[[0.45684853346675314]], [[0.36947337840115985]], [[0.37617742482835215]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5319220728885241]], [[0.39817783383658856]], [[0.3892981182076469]]], "std": [[[0.414472537627576]], [[0.44016433835736046]], [[0.37568680910421354]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4611888397368455]], [[0.5872930299988399]], [[0.49920815990976947]]], "std": [[[0.4185403308716817]], [[0.33126471496155]], [[0.4063995827537188]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4900694901263402]], [[0.4913872503756812]], [[0.6195486890217938]]], "std": [[[0.35473115539292416]], [[0.37778859129094394]], [[0.434107528207557]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.66], "mean": [1.8299999999999998], "std": [1.0623088063270492], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [184]}, "index": {"min": [23956], "max": [24139], "mean": [24047.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [184]}}} +{"episode_index": 94, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.014797775074839592, -2.1481268405914307, -1.5707963705062866, 1.0471975803375244, 1.0749856233596802, -0.3603900671005249, 1.0471975803375244, -2.6530110836029053, 0.0, -0.36097562313079834, 0.0, 0.0, -0.36097562313079834, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.0132464170455933, 0.5888048410415649, -0.7853981852531433, -1.1707905530929565, 1.1512349843978882, 1.5707963705062866, 0.0, 1.2937382459640503, -2.481858253479004, 0.36097562313079834, 0.0, 0.36097562313079834, 0.36097562313079834, 0.0, 0.36097562313079834, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.499749094247818, 0.9014160633087158, 0.5238206386566162, -1.5899059772491455, -1.3487211465835571, 1.10691237449646, 1.291239857673645, -0.21162369847297668, 1.158282995223999, -2.582115888595581, 0.08046718686819077, -0.08046718686819077, 0.08046718686819077, 0.08046718686819077, -0.08046718686819077, 0.08046718686819077, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818615913391113, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-07, 0.24975375831127167, 0.14513325691223145, 0.5921326875686646, 0.16570304334163666, 0.04342607408761978, 0.2030380517244339, 0.15591296553611755, 0.08676101267337799, 0.0730924978852272, 0.14580389857292175, 0.14580389857292175, 0.14580389857292175, 0.14580389857292175, 0.14580389857292175, 0.14580389857292175, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [142]}, "observation.state": {"min": [-0.9611720442771912, 0.2759498655796051, 0.0, 1.7622096538543701, -0.27597615122795105, -0.9611720442771912, -0.0004782078613061458, -0.27897268533706665, 0.0, -0.0005153892561793327, 0.9999998807907104, 0.7509999871253967, NaN], "max": [-0.9611644744873047, 0.2759760916233063, 0.00020322779892012477, 1.7641396522521973, -0.2759498655796051, -0.9611644148826599, 1.1900307072210126e-05, -0.2687596380710602, 6.40877042314969e-05, 5.97808457314386e-06, 1.0, 0.8199142217636108, NaN], "mean": [-0.9611679911613464, 0.27596044540405273, 2.4720593501115218e-05, 1.762477993965149, -0.27596044540405273, -0.9611679911613464, -5.600803342531435e-05, -0.27791059017181396, 8.304104085254949e-06, -6.065516936359927e-05, 1.0, 0.7576915621757507, NaN], "std": [1.5455904076588922e-06, 4.2085980567208026e-06, 5.822777166031301e-05, 0.0006087432266213, 4.225258180667879e-06, 1.5569526112813037e-06, 0.00013553215831052512, 0.0025830459780991077, 1.893306580313947e-05, 0.00014629072393290699, 3.465425280069212e-08, 0.016623498871922493, NaN], "count": [142]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1311094306879073]], [[0.11732863404929018]], [[0.09830293215743942]]], "std": [[[0.30695017737000435]], [[0.2768286043204592]], [[0.23939531369879843]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4437607777422381]], [[0.38986858500453636]], [[0.31095073194969997]]], "std": [[[0.40274165720574795]], [[0.3621365132671778]], [[0.31210637777605116]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6010468178242878]], [[0.5551389608064422]], [[0.5104882574896515]]], "std": [[[0.3754472800206774]], [[0.35258185994128477]], [[0.3410530233637589]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6637470044411184]], [[0.6045502534381285]], [[0.5146136387867961]]], "std": [[[0.2835069163107538]], [[0.27737971036566]], [[0.27657311063731815]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7100315216815497]], [[0.650222611146986]], [[0.562044051764545]]], "std": [[[0.25029469949028627]], [[0.24828357885535965]], [[0.2718478181721317]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953090630869494]], [[0.9953090630869494]], [[0.9953090630869494]]], "std": [[[0.020505965118150175]], [[0.020505965118150175]], [[0.020505965118150175]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5959404918288919]], [[0.5959404918288919]], [[0.5959404918288919]]], "std": [[[0.337639737842984]], [[0.337639737842984]], [[0.337639737842984]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35320765698981615]], [[0.35320765698981615]], [[0.35320765698981615]]], "std": [[[0.3576929487503544]], [[0.3576929487503544]], [[0.3576929487503544]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11278026622570644]], [[0.11278026622570644]], [[0.11278026622570644]]], "std": [[[0.15978473634444895]], [[0.15978473634444895]], [[0.15978473634444895]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16871996947611165]], [[0.16871996947611165]], [[0.16871996947611165]]], "std": [[[0.17932900963709422]], [[0.17932900963709422]], [[0.17932900963709422]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06424487910139604]], [[0.08046728371592131]], [[0.11761825156860733]]], "std": [[[0.1873772521895536]], [[0.2537468456762518]], [[0.2960922600490437]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25009316625661926]], [[0.1772995558881533]], [[0.4802860702572469]]], "std": [[[0.2955437450672341]], [[0.306295507101656]], [[0.481610746531759]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39603837078075305]], [[0.5034149605945453]], [[0.3731112492464583]]], "std": [[[0.35344286588068974]], [[0.4359421508593238]], [[0.4307504592100835]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46738922182189796]], [[0.497043857972723]], [[0.6077759176445107]]], "std": [[[0.38527256140880617]], [[0.39311111940891313]], [[0.4126447250663108]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3718361459969919]], [[0.7229054731772672]], [[0.5421475835366807]]], "std": [[[0.4052583330940458]], [[0.3301442787082256]], [[0.3868124307073222]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.82], "mean": [1.4100000000000001], "std": [0.819817052762383], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [142]}, "index": {"min": [24140], "max": [24281], "mean": [24210.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [142]}}} +{"episode_index": 95, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.18533414602279663, 0.025464791804552078, 0.006907019764184952, -1.546665072441101, -1.5707963705062866, 0.24732910096645355, 0.32766154408454895, -0.40397435426712036, 1.0471975803375244, -2.481858253479004, 0.0, -0.4585365951061249, 0.0, 0.0, -0.4585365951061249, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.18533414602279663, 1.5568785667419434, 0.42228469252586365, -0.7853981852531433, -0.934951901435852, 1.0471975803375244, 1.5707963705062866, 0.0, 1.9511831998825073, -1.6417820453643799, 0.4585365951061249, 0.0, 0.4585365951061249, 0.4585365951061249, 0.0, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.18533365428447723, 1.3730219602584839, 0.3724149763584137, -1.261019229888916, -1.172531008720398, 0.5389209389686584, 0.863254725933075, -0.2612898051738739, 1.555419921875, -1.9668036699295044, 0.12403323501348495, -0.12403323501348495, 0.12403323501348495, 0.12403323501348495, -0.12403323501348495, 0.12403323501348495, -2.356199026107788, 1.570798397064209, -1.0471962690353394, -1.570798397064209, 0.0, -1.0471962690353394, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.917383193969727e-07, 0.3949456810951233, 0.1071239560842514, 0.3262622356414795, 0.27325010299682617, 0.35102784633636475, 0.4866223931312561, 0.18003013730049133, 0.350199431180954, 0.35789066553115845, 0.19897322356700897, 0.19897322356700897, 0.19897322356700897, 0.19897322356700897, 0.19897322356700897, 0.19897322356700897, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.3113021850585938e-06, 2.0265579223632812e-06, 0.0, 1.3113021850585938e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [205]}, "observation.state": {"min": [0.9999556541442871, -0.00923859141767025, 0.0, 1.4527894258499146, 0.008883805945515633, 0.9999570846557617, 0.0, -0.1425500214099884, -0.003042500000447035, -0.0024380208924412727, 0.9999923706054688, 0.7509999871253967, NaN], "max": [0.9999582767486572, -0.008890547789633274, 0.0030206660740077496, 1.4584012031555176, 0.00923859141767025, 0.9999586939811707, 0.0024650213308632374, -0.12793904542922974, 0.0, 0.0, 1.0, 0.8186343312263489, NaN], "mean": [0.9999553561210632, -0.009187012910842896, 0.0004753749817609787, 1.4573856592178345, 0.00918608158826828, 0.9999553561210632, 0.00038807187229394913, -0.140500009059906, -0.0004788386286236346, -0.00038379046600311995, 1.0, 0.7592961192131042, NaN], "std": [1.9176923160557635e-06, 0.00010676169040380046, 0.0009605350787751377, 0.0019518089247867465, 0.00010877026215894148, 2.085319238176453e-06, 0.00078413455048576, 0.004205364268273115, 0.0009675142937339842, 0.0007755066035315394, 2.3522432002209825e-06, 0.017680594697594643, NaN], "count": [205]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1307599214371977]], [[0.1242260725773843]], [[0.11117968257033671]]], "std": [[[0.3043538676866292]], [[0.2905381554480548]], [[0.26390356050246505]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4611315242967335]], [[0.42894162708686634]], [[0.3696274462864726]]], "std": [[[0.39578719093124426]], [[0.3773863716224745]], [[0.34952553398296793]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7130093522994506]], [[0.6944208367112791]], [[0.6440379282111942]]], "std": [[[0.19431348223433548]], [[0.19930329583073403]], [[0.20918433992037438]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.632456788111777]], [[0.6032486416132063]], [[0.5392476907592147]]], "std": [[[0.24780135253013613]], [[0.2555301541440546]], [[0.28825066138389926]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6482335104282129]], [[0.6002007964910939]], [[0.5077004072310501]]], "std": [[[0.2874639319463202]], [[0.3004746270818254]], [[0.3435548129335492]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967565015815156]], [[0.9967565015815156]], [[0.9967565015815156]]], "std": [[[0.016559509326670253]], [[0.016559509326670253]], [[0.016559509326670253]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5876893657911165]], [[0.5876893657911165]], [[0.5876893657911165]]], "std": [[[0.3334518875713216]], [[0.3334518875713216]], [[0.3334518875713216]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.09914188444777043]], [[0.09914188444777043]], [[0.09914188444777043]]], "std": [[[0.06569015792246298]], [[0.06569015792246298]], [[0.06569015792246298]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.27058823529411763]], [[0.27058823529411763]], [[0.27058823529411763]]], "mean": [[[0.02932267813592384]], [[0.02932267813592384]], [[0.02932267813592384]]], "std": [[[0.03870112894490424]], [[0.03870112894490424]], [[0.03870112894490424]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1864409776495667]], [[0.1864409776495667]], [[0.1864409776495667]]], "std": [[[0.2780951764524566]], [[0.2780951764524566]], [[0.2780951764524566]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10526458484628419]], [[0.1452269503403427]], [[0.029770734216192547]]], "std": [[[0.2538947674681584]], [[0.34910050731200065]], [[0.11648837186069598]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049385626279512]], [[0.44069924917403774]], [[0.21055076574592083]]], "std": [[[0.4542587141210075]], [[0.4233997163471507]], [[0.2955325352467339]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6038491441308236]], [[0.6922007710098164]], [[0.44213554698579954]]], "std": [[[0.3113463023127909]], [[0.3730896519493024]], [[0.42421000233543504]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.629619976248767]], [[0.6005833616644907]], [[0.5075327726111135]]], "std": [[[0.4156902387910176]], [[0.3549211648896899]], [[0.4249595050119617]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3672899373764074]], [[0.6892340609579216]], [[0.3998201142500022]]], "std": [[[0.369115854172005]], [[0.4147089528644015]], [[0.38302488105534344]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.08], "mean": [2.04], "std": [1.1835539700410793], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [205]}, "index": {"min": [24282], "max": [24486], "mean": [24384.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [205]}}} +{"episode_index": 96, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0003819384437520057, 0.025464791804552078, 0.007190551608800888, -0.7853981852531433, -1.5707963705062866, 0.6914837956428528, 1.5707963705062866, -1.319648265838623, -0.25200900435447693, -4.515672206878662, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0003819384437520057, 1.3838344812393188, 0.3907565474510193, -0.396682471036911, -1.34205162525177, 1.0471975803375244, 2.307973861694336, 0.0, 1.0471975803375244, -2.481858253479004, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0003819389967247844, 1.2772315740585327, 0.36065474152565, -0.5957328677177429, -1.4460132122039795, 0.9072839021682739, 2.0907115936279297, -0.8915989398956299, 0.31262683868408203, -3.8611862659454346, 0.11363285779953003, -0.11363285779953003, 0.11363285779953003, 0.11363285779953003, -0.11363285779953003, 0.11363285779953003, -2.3561997413635254, 1.5707989931106567, -1.0471980571746826, -1.5707989931106567, 0.0, -1.0471980571746826, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.529727786779404e-10, 0.29388561844825745, 0.08298519253730774, 0.13073492050170898, 0.07883410900831223, 0.11992238461971283, 0.3078266978263855, 0.525282621383667, 0.4674551486968994, 0.8225352168083191, 0.17636482417583466, 0.17636482417583466, 0.17636482417583466, 0.17636482417583466, 0.17636482417583466, 0.17636482417583466, 5.245208740234375e-06, 2.6226043701171875e-06, 4.76837158203125e-07, 2.6226043701171875e-06, 0.0, 4.76837158203125e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [279]}, "observation.state": {"min": [-0.25603389739990234, 0.9666652083396912, -0.002553804311901331, 1.5459699630737305, -0.972221851348877, -0.2560018002986908, -0.0, -0.1452043205499649, -0.0, 0.0, 0.9999491572380066, 0.7509999871253967, NaN], "max": [-0.23406115174293518, 0.972221851348877, 0.0, 1.585626244544983, -0.9666284322738647, -0.23406115174293518, 0.009779313579201698, -0.11508448421955109, 0.00883480440825224, 0.004910576622933149, 1.0, 0.7754874229431152, NaN], "mean": [-0.23792564868927002, 0.9712557196617126, -0.0004048928967677057, 1.581567406654358, -0.9712503552436829, -0.2379210889339447, 0.0017038536025211215, -0.11985567957162857, 0.0015471884980797768, 0.0008205505437217653, 0.9999932050704956, 0.7541797161102295, NaN], "std": [0.007276629563421011, 0.0018290531588718295, 0.0007987956050783396, 0.009098978713154793, 0.0018397903768345714, 0.00726710632443428, 0.0032196955289691687, 0.009122339077293873, 0.002917977049946785, 0.0015779383247718215, 1.4887725228618365e-05, 0.00645836116746068, NaN], "count": [279]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.11263646062371463]], [[0.1128577065106676]], [[0.09080885756032861]]], "std": [[[0.2719531052734966]], [[0.2702110109666873]], [[0.22502960402282338]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38571807648540757]], [[0.37975829264710914]], [[0.30346178713611227]]], "std": [[[0.3706139868340829]], [[0.3612083291820589]], [[0.3159697102965634]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5941496636136073]], [[0.6286119529991129]], [[0.4729375809282025]]], "std": [[[0.20367763604976769]], [[0.2060556226592494]], [[0.18901907211426278]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.5616576563527843]], [[0.5972833283376617]], [[0.5472559936323629]]], "std": [[[0.2932927271981107]], [[0.26597138069888066]], [[0.3030123421756116]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5447346788789043]], [[0.5303824163090906]], [[0.42132455302150956]]], "std": [[[0.24803493877548566]], [[0.2422523177555135]], [[0.2872668663106573]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959211180111729]], [[0.9959211180111729]], [[0.9959211180111729]]], "std": [[[0.018939643426812786]], [[0.018939643426812786]], [[0.018939643426812786]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5917703774783056]], [[0.5917703774783056]], [[0.5917703774783056]]], "std": [[[0.33607133073823164]], [[0.33607133073823164]], [[0.33607133073823164]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.13134150209449397]], [[0.13134150209449397]], [[0.13134150209449397]]], "std": [[[0.08393184591856143]], [[0.08393184591856143]], [[0.08393184591856143]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2784313725490196]], [[0.2784313725490196]], [[0.2784313725490196]]], "mean": [[[0.04717031484800753]], [[0.04717031484800753]], [[0.04717031484800753]]], "std": [[[0.057597597197515546]], [[0.057597597197515546]], [[0.057597597197515546]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10117662615814083]], [[0.10117662615814083]], [[0.10117662615814083]]], "std": [[[0.09660050521999486]], [[0.09660050521999486]], [[0.09660050521999486]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09908414119041824]], [[0.06855939317007882]], [[0.08066656876491576]]], "std": [[[0.28636086223996865]], [[0.1805042746616991]], [[0.25403327975046563]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2875170560272945]], [[0.46626088804934784]], [[0.15069181668768872]]], "std": [[[0.39672927352957066]], [[0.4483656204206751]], [[0.21517277471269286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8224226378352716]], [[0.6732818839515561]], [[0.2732541133822976]]], "std": [[[0.3222117273239808]], [[0.33216383423021445]], [[0.34127734639481394]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46971641349676224]], [[0.6606175159643557]], [[0.6252932459191399]]], "std": [[[0.4248886870037689]], [[0.286213193437308]], [[0.4286877025291636]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24625764253924953]], [[0.621018006546006]], [[0.7173425669436749]]], "std": [[[0.29615371739619045]], [[0.33516143037784546]], [[0.38507956843925234]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.56], "mean": [2.78], "std": [1.6107969042268075], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [279]}, "index": {"min": [24487], "max": [24765], "mean": [24626.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [279]}}} +{"episode_index": 97, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.472747266292572, 0.025464791804552078, 0.014409437775611877, -0.8259633779525757, -1.5707963705062866, 0.6014258861541748, -2.3897173404693604, -2.4690380096435547, -0.9243561029434204, -4.81272554397583, 0.0, -0.502439022064209, 0.0, 0.0, -0.502439022064209, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.472747266292572, 1.1876990795135498, 0.672068178653717, 0.3298017084598541, 1.1409363746643066, 3.36851167678833, 1.5707963705062866, 1.4776796102523804, 1.4936047792434692, -1.0321942567825317, 0.502439022064209, 0.0, 0.502439022064209, 0.502439022064209, 0.0, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4727477729320526, 1.1593701839447021, 0.656035840511322, -0.06778618693351746, 0.7453827261924744, 2.3981547355651855, -0.04521632939577103, 0.09772336483001709, 0.7631998062133789, -3.7469818592071533, 0.13206017017364502, -0.13206017017364502, 0.13206017017364502, 0.13206017017364502, -0.13206017017364502, 0.13206017017364502, -2.3562004566192627, 1.5708001852035522, -1.0471948385238647, -1.5708001852035522, 0.0, -1.0471948385238647, 2.481842041015625, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 0.14649932086467743, 0.08289672434329987, 0.36235174536705017, 0.727506160736084, 0.7898651957511902, 0.972173273563385, 1.0599671602249146, 0.854147732257843, 1.2518504858016968, 0.21964935958385468, 0.21964935958385468, 0.21964935958385468, 0.21964935958385468, 0.21964935958385468, 0.21964935958385468, 5.9604644775390625e-06, 3.814697265625e-06, 2.7418136596679688e-06, 3.814697265625e-06, 0.0, 2.7418136596679688e-06, 1.621246337890625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [772]}, "observation.state": {"min": [-0.8833817839622498, 0.468654066324234, -0.0024551537353545427, 1.2839972972869873, -0.5200980305671692, -0.8833817839622498, 0.0, -0.3149906098842621, -0.0009055171394720674, -0.001361107686534524, 0.9999422430992126, 0.7509999871253967, NaN], "max": [-0.8540714979171753, 0.5201447010040283, 0.006523083429783583, 1.2972944974899292, -0.468654066324234, -0.8540554046630859, 0.010745872743427753, -0.2867003381252289, 0.008364868350327015, 0.00957946851849556, 1.0, 0.8140590190887451, NaN], "mean": [-0.8785561919212341, 0.47725585103034973, 0.0005337530164979398, 1.2858308553695679, -0.47725164890289307, -0.8785533905029297, 0.001547147985547781, -0.3086509108543396, 0.001247424865141511, 0.0010578512446954846, 0.9999910593032837, 0.7586699724197388, NaN], "std": [0.00943841878324747, 0.016725512221455574, 0.0018784406129270792, 0.003209698013961315, 0.01671512983739376, 0.00944372545927763, 0.0032334872521460056, 0.00388817535713315, 0.0025914665311574936, 0.0026966119185090065, 1.7138989278464578e-05, 0.015908321365714073, NaN], "count": [772]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0776717723559608]], [[0.07460490309935836]], [[0.045476053142628294]]], "std": [[[0.19147722343923992]], [[0.18799692120217767]], [[0.12258982059224352]]], "count": [146]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2528768422153085]], [[0.2382478643607525]], [[0.16458368336791723]]], "std": [[[0.2530988353217833]], [[0.2472604029014885]], [[0.19441653164940872]]], "count": [146]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.36961657465436104]], [[0.34843483273015546]], [[0.2816663043346565]]], "std": [[[0.20108983637213093]], [[0.21317799369138488]], [[0.24390522119002786]]], "count": [146]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3309745349535935]], [[0.32004114243461923]], [[0.26493115650471205]]], "std": [[[0.2829020685840192]], [[0.28038246443100673]], [[0.2805037096795545]]], "count": [146]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42329086144474454]], [[0.4153093876747023]], [[0.3940068971958038]]], "std": [[[0.37017395134359776]], [[0.3733131681788113]], [[0.3797238989142991]]], "count": [146]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996435928002549]], [[0.996435928002549]], [[0.996435928002549]]], "std": [[[0.017315197549730255]], [[0.017315197549730255]], [[0.017315197549730255]]], "count": [146]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5914746754818293]], [[0.5914746754818293]], [[0.5914746754818293]]], "std": [[[0.33383637511640624]], [[0.33383637511640624]], [[0.33383637511640624]]], "count": [146]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "mean": [[[0.03879618397750674]], [[0.03879618397750674]], [[0.03879618397750674]]], "std": [[[0.03664435616398601]], [[0.03664435616398601]], [[0.03664435616398601]]], "count": [146]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14277472631670254]], [[0.14277472631670254]], [[0.14277472631670254]]], "std": [[[0.2741605625974118]], [[0.2741605625974118]], [[0.2741605625974118]]], "count": [146]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25587416797634827]], [[0.25587416797634827]], [[0.25587416797634827]]], "std": [[[0.36108518076778895]], [[0.36108518076778895]], [[0.36108518076778895]]], "count": [146]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07984205337284163]], [[0.12182617666298383]], [[0.06907524723246365]]], "std": [[[0.25426968261521804]], [[0.2994071728567966]], [[0.1995476413950939]]], "count": [146]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18943535022789806]], [[0.5259979909105693]], [[0.29259126249562034]]], "std": [[[0.27727108844721027]], [[0.4745275402735781]], [[0.35284068672826485]]], "count": [146]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7857520434877777]], [[0.720777748851843]], [[0.22251836537365166]]], "std": [[[0.3535454222657394]], [[0.24394589032507305]], [[0.29301229799193657]]], "count": [146]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5740420304948063]], [[0.48010749498345384]], [[0.36619195064811133]]], "std": [[[0.4240801906468156]], [[0.36285940744963296]], [[0.39473772003688995]]], "count": [146]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35835580558806623]], [[0.4533100202607389]], [[0.5105167690368269]]], "std": [[[0.3850745989298289]], [[0.401674139372835]], [[0.42013885892131486]]], "count": [146]}, "timestamp": {"min": [0.0], "max": [15.42], "mean": [7.71], "std": [4.457140338827127], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [772]}, "index": {"min": [24766], "max": [25537], "mean": [25151.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [772]}}} +{"episode_index": 98, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47284674644470215, 0.025464791804552078, 0.009049016050994396, -0.7853982448577881, -1.5707964897155762, 1.0471975803375244, -1.611063838005066, -1.9442684650421143, -0.9998224377632141, -2.7039248943328857, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47284674644470215, 1.6989362239837646, 0.6037238240242004, -0.2608262002468109, -0.9693717360496521, 3.433222532272339, 1.5707964897155762, 0.0, 1.0471975803375244, -2.481858253479004, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47284695506095886, 1.5077825784683228, 0.5357961654663086, -0.5480908155441284, -1.305565357208252, 2.2303266525268555, -0.006831502076238394, -0.9531295895576477, 0.03071259893476963, -2.58278489112854, 0.06188684701919556, -0.06188684701919556, 0.06188684701919556, 0.06188684701919556, -0.06188684701919556, 0.06188684701919556, -2.356199264526367, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 0.4229472875595093, 0.15029607713222504, 0.20672152936458588, 0.2324327528476715, 1.0080527067184448, 1.3441821336746216, 0.817926287651062, 0.8663920760154724, 0.0878053829073906, 0.16198872029781342, 0.16198872029781342, 0.16198872029781342, 0.16198872029781342, 0.16198872029781342, 0.16198872029781342, 4.76837158203125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [235]}, "observation.state": {"min": [-0.08026015758514404, -0.9969804883003235, -0.001896631671115756, 1.6005152463912964, 0.9967730641365051, -0.08025744557380676, -0.0014639765722677112, -0.1277160942554474, 0.0, -0.0020080104004591703, 0.9999971389770508, 0.7509999871253967, NaN], "max": [-0.07765254378318787, -0.9967721700668335, 0.0, 1.6159816980361938, 0.9969804883003235, -0.07765254378318787, 0.0, -0.1183038055896759, 0.0013070323038846254, 0.0, 1.0, 0.8175994157791138, NaN], "mean": [-0.07780209183692932, -0.9969676733016968, -0.00010622257104841992, 1.6011395454406738, 0.9969677329063416, -0.07780194282531738, -8.185979822883382e-05, -0.11873184889554977, 7.312923116842285e-05, -0.00011241167521802709, 1.0, 0.7540014386177063, NaN], "std": [0.0005310509586706758, 4.230108606861904e-05, 0.0003872998058795929, 0.002447169739753008, 4.213395732222125e-05, 0.0005305748200044036, 0.0002987145271617919, 0.0016135366167873144, 0.00026682449970394373, 0.00040992218418978155, 5.293923095450737e-07, 0.011354545131325722, NaN], "count": [235]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.12642596515368226]], [[0.11245271781295536]], [[0.10265195055827468]]], "std": [[[0.2981610621683561]], [[0.26698109354704425]], [[0.24647684514705445]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4420578277479043]], [[0.38313250465536236]], [[0.3421623653599465]]], "std": [[[0.3940798045330676]], [[0.3484544082969183]], [[0.3188427740124497]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7083999098767443]], [[0.684780400337694]], [[0.6707592803818974]]], "std": [[[0.22041383526818542]], [[0.22481504331592575]], [[0.23200530132141312]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5335673279058212]], [[0.48244442700988605]], [[0.44723768332270497]]], "std": [[[0.31117680139719667]], [[0.29287699834093034]], [[0.28157480392461814]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.536519954857905]], [[0.48426480680162354]], [[0.448149149964695]]], "std": [[[0.30396043632663894]], [[0.2883552183381284]], [[0.28091932189479757]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966829250629152]], [[0.9966829250629152]], [[0.9966829250629152]]], "std": [[[0.016773741109655047]], [[0.016773741109655047]], [[0.016773741109655047]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5943486133826329]], [[0.5943486133826329]], [[0.5943486133826329]]], "std": [[[0.3347405332244097]], [[0.3347405332244097]], [[0.3347405332244097]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09285256868042521]], [[0.09285256868042521]], [[0.09285256868042521]]], "std": [[[0.10342577515016156]], [[0.10342577515016156]], [[0.10342577515016156]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.180462542857162]], [[0.180462542857162]], [[0.180462542857162]]], "std": [[[0.3415233380330445]], [[0.3415233380330445]], [[0.3415233380330445]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22038801146121045]], [[0.22038801146121045]], [[0.22038801146121045]]], "std": [[[0.31417104431587145]], [[0.31417104431587145]], [[0.31417104431587145]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07772309763822084]], [[0.1421986238768959]], [[0.06808612940063341]]], "std": [[[0.24451764434166595]], [[0.34453711247006946]], [[0.19553571942115372]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17497041154275056]], [[0.24096551779632547]], [[0.4106504753264118]]], "std": [[[0.28135730138049414]], [[0.3709587816601353]], [[0.4512482994509179]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37174827716388015]], [[0.29973040271818174]], [[0.7845853022649504]]], "std": [[[0.3373308494074173]], [[0.32788129497322327]], [[0.369090765530888]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22998372685143273]], [[0.6756582223053716]], [[0.40500788645542685]]], "std": [[[0.2975127427996146]], [[0.40194900663299366]], [[0.37878102444515854]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5985792336975144]], [[0.6440605998426866]], [[0.2072706721893983]]], "std": [[[0.384009335861015]], [[0.41605785071838297]], [[0.272056679136488]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.68], "mean": [2.34], "std": [1.3567608484917302], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [235]}, "index": {"min": [25538], "max": [25772], "mean": [25655.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [235]}}} +{"episode_index": 99, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41187894344329834, 0.0211844090372324, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, -4.0152907371521, -2.217193841934204, 0.0, 0.5350943207740784, -2.680384874343872, 0.0, -0.6390243768692017, 0.0, 0.0, -0.6390243768692017, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41187894344329834, 0.7483946681022644, 0.8996103405952454, 0.593722403049469, -0.0698608011007309, 1.0471975803375244, 1.5707963705062866, 0.9322481751441956, 1.0519155263900757, -2.362497329711914, 0.6390243768692017, 0.0, 0.6390243768692017, 0.6390243768692017, 0.0, 0.6390243768692017, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41188010573387146, 0.7184430360794067, 0.8636035919189453, 0.1095467135310173, -0.7043852210044861, -2.0962491035461426, -0.8269869685173035, 0.5369277000427246, 0.8245564699172974, -2.5425970554351807, 0.11457431316375732, -0.11457431316375732, 0.11457431316375732, 0.11457431316375732, -0.11457431316375732, 0.11457431316375732, -2.3561999797821045, 1.5707993507385254, -1.0472004413604736, -1.5707993507385254, 0.0, -1.0472004413604736, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 0.1178925484418869, 0.14171403646469116, 0.5363179445266724, 0.5827448964118958, 1.9970548152923584, 1.5053393840789795, 0.3329312205314636, 0.17640729248523712, 0.08993755280971527, 0.2387608140707016, 0.2387608140707016, 0.2387608140707016, 0.2387608140707016, 0.2387608140707016, 0.2387608140707016, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.86102294921875e-06, 2.9802322387695312e-06, 0.0, 2.86102294921875e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [347]}, "observation.state": {"min": [0.6726852059364319, 0.7299594879150391, 0.0, 1.617018222808838, -0.7399287819862366, 0.6726852059364319, -2.873129005820374e-07, -0.14284886419773102, -9.043832847055455e-07, -0.0032131748739629984, 0.9999929070472717, 0.7509999871253967, NaN], "max": [0.6834897398948669, 0.7399287819862366, 0.0009978179587051272, 1.658634901046753, -0.7299575209617615, 0.6834832429885864, 0.003640315495431423, -0.12929664552211761, 0.0019810928497463465, 0.0, 1.0, 0.7958151698112488, NaN], "mean": [0.6737648844718933, 0.7389350533485413, 9.348597814096138e-05, 1.655313491821289, -0.7389348745346069, 0.6737643480300903, 0.0003555225266609341, -0.13092190027236938, 0.00019653674098663032, -0.00031065414077602327, 1.0, 0.7545569539070129, NaN], "std": [0.0028587181586772203, 0.002632477320730686, 0.0002536270476412028, 0.009165594354271889, 0.002632938325405121, 0.0028572259470820427, 0.0009485039627179503, 0.00192342943046242, 0.0005214810371398926, 0.0008318937034346163, 1.7202847857333836e-06, 0.009814056567847729, NaN], "count": [347]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09081664410232476]], [[0.0791334273458366]], [[0.061801626912520766]]], "std": [[[0.2413307263659921]], [[0.21217523438482555]], [[0.1673539864059965]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3225573265043509]], [[0.2829538607823691]], [[0.2210540223202581]]], "std": [[[0.3707176289677186]], [[0.3311963116639989]], [[0.2687059676104058]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.35532228652892023]], [[0.32849839233254946]], [[0.3001813918276178]]], "std": [[[0.24194150955941252]], [[0.233690199362388]], [[0.22706913525443673]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33439328876791985]], [[0.3252638713705105]], [[0.30970165447253417]]], "std": [[[0.3051022842796655]], [[0.299964230546767]], [[0.2908679875866044]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3859242294092836]], [[0.3593171205351605]], [[0.3193961004257385]]], "std": [[[0.33337144484712317]], [[0.320658977661986]], [[0.3043914383904908]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954868848534592]], [[0.9954868848534592]], [[0.9954868848534592]]], "std": [[[0.02024858841029662]], [[0.02024858841029662]], [[0.02024858841029662]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5948758317457826]], [[0.5948758317457826]], [[0.5948758317457826]]], "std": [[[0.33710095203423773]], [[0.33710095203423773]], [[0.33710095203423773]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14963893700156441]], [[0.14963893700156441]], [[0.14963893700156441]]], "std": [[[0.17605069320706304]], [[0.17605069320706304]], [[0.17605069320706304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08261981062046239]], [[0.08261981062046239]], [[0.08261981062046239]]], "std": [[[0.1879827080968406]], [[0.1879827080968406]], [[0.1879827080968406]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10609314479870126]], [[0.10609314479870126]], [[0.10609314479870126]]], "std": [[[0.08288118062739157]], [[0.08288118062739157]], [[0.08288118062739157]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03900245223769204]], [[0.14019659878588417]], [[0.08063996899330848]]], "std": [[[0.1564060711787946]], [[0.34220295918272886]], [[0.2303108446959355]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4386788976799297]], [[0.40427685005810404]], [[0.16469040046510036]]], "std": [[[0.40479176009683876]], [[0.4628552083358884]], [[0.25235555054434206]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3953285522409778]], [[0.6916833535507155]], [[0.5379341255328437]]], "std": [[[0.40430830701703463]], [[0.41751347532324634]], [[0.29708774590648046]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3639892589709185]], [[0.7295194177393949]], [[0.46492286079645084]]], "std": [[[0.3184004251085627]], [[0.39968058554722413]], [[0.38913637138370594]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.531072095251698]], [[0.6388145895066757]], [[0.46384207642908054]]], "std": [[[0.4048042317902037]], [[0.3278923417580965]], [[0.40853007414120523]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.92], "mean": [3.4599999999999995], "std": [2.003397114902585], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [347]}, "index": {"min": [25773], "max": [26119], "mean": [25946.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [347]}}} +{"episode_index": 100, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2464108169078827, 0.025464791804552078, 0.005045307334512472, -1.1688348054885864, -1.5707964897155762, 1.0471975803375244, 0.9664720296859741, -2.1315629482269287, 0.00041654129745438695, -4.528529644012451, 0.0, -0.3658536672592163, 0.0, 0.0, -0.3658536672592163, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2464108169078827, 1.383116602897644, 0.27403515577316284, -0.728551983833313, -0.28108829259872437, 1.3333522081375122, 1.5707964897155762, 0.0, 1.0471975803375244, -2.481858253479004, 0.3658536672592163, 0.0, 0.3658536672592163, 0.3658536672592163, 0.0, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24641053378582, 1.271843433380127, 0.25198885798454285, -0.8684431910514832, -0.7402681708335876, 1.2318822145462036, 1.2578015327453613, -1.4031460285186768, 0.47236552834510803, -3.799757719039917, 0.09535766392946243, -0.09535766392946243, 0.09535766392946243, 0.09535766392946243, -0.09535766392946243, 0.09535766392946243, -2.3561995029449463, 1.5707989931106567, -1.0471974611282349, -1.5707989931106567, 0.0, -1.0471974611282349, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.8312206268310547e-07, 0.29930537939071655, 0.05930062010884285, 0.1383037567138672, 0.5181020498275757, 0.11516132205724716, 0.2154167741537094, 0.8779452443122864, 0.3842797577381134, 0.8221738338470459, 0.15831901133060455, 0.15831901133060455, 0.15831901133060455, 0.15831901133060455, 0.15831901133060455, 0.15831901133060455, 5.0067901611328125e-06, 2.6226043701171875e-06, 1.1920928955078125e-07, 2.6226043701171875e-06, 0.0, 1.1920928955078125e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [267]}, "observation.state": {"min": [0.8246803283691406, -0.5653983950614929, -0.01619301363825798, 1.7903538942337036, 0.561724841594696, 0.824710488319397, -1.493368699811981e-07, -0.12420448660850525, 0.0, -0.014258726499974728, 0.9998497366905212, 0.7487713694572449, NaN], "max": [0.8273240923881531, -0.561724841594696, 6.592915013925449e-08, 1.8215018510818481, 0.5655243992805481, 0.8273240923881531, 0.0061960890889167786, -0.08509253710508347, 0.009861617349088192, 1.6058403673469002e-07, 1.0, 0.77126544713974, NaN], "mean": [0.8269423842430115, -0.5622563362121582, -0.002541537629440427, 1.7943757772445679, 0.5622747540473938, 0.8269469738006592, 0.000973657937720418, -0.09034804254770279, 0.001548214815557003, -0.0022383839823305607, 0.999981164932251, 0.7519762516021729, NaN], "std": [0.000801120069809258, 0.0011130410712212324, 0.005140595603734255, 0.008488040417432785, 0.0011519471881911159, 0.0007917367620393634, 0.0019685232546180487, 0.010813816450536251, 0.0031311442144215107, 0.004527341574430466, 4.244156662025489e-05, 0.003810449969023466, NaN], "count": [267]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11052817055826127]], [[0.10948195757903723]], [[0.10822735468798511]]], "std": [[[0.26898920989613495]], [[0.26708231481997047]], [[0.2652262628524587]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38417663219318027]], [[0.3771623325025096]], [[0.37030606769570795]]], "std": [[[0.37533862223929926]], [[0.37356361320518294]], [[0.3734598157331793]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5002617745295854]], [[0.49882708203831444]], [[0.4927615562623257]]], "std": [[[0.22192869825481407]], [[0.2227353897843499]], [[0.22451641625259167]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3178176184259142]], [[0.31581027311235704]], [[0.28753215301373103]]], "std": [[[0.20769148028863763]], [[0.2059223948673671]], [[0.21700094728213248]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42150519918647666]], [[0.404676172524343]], [[0.39220911009320114]]], "std": [[[0.33540284172882184]], [[0.3350369447973181]], [[0.3378120122561327]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964275248760973]], [[0.9964275248760973]], [[0.9964275248760973]]], "std": [[[0.017432019335837906]], [[0.017432019335837906]], [[0.017432019335837906]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931943624684921]], [[0.5931943624684921]], [[0.5931943624684921]]], "std": [[[0.3346819807587935]], [[0.3346819807587935]], [[0.3346819807587935]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.07137672392577975]], [[0.07137672392577975]], [[0.07137672392577975]]], "std": [[[0.05609574637807503]], [[0.05609574637807503]], [[0.05609574637807503]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.056492904470019596]], [[0.056492904470019596]], [[0.056492904470019596]]], "std": [[[0.08932839486340197]], [[0.08932839486340197]], [[0.08932839486340197]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31435461623519484]], [[0.31435461623519484]], [[0.31435461623519484]]], "std": [[[0.37872317705589376]], [[0.37872317705589376]], [[0.37872317705589376]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09153437122600484]], [[0.05983998964655456]], [[0.1422165492851496]]], "std": [[[0.2621282980285472]], [[0.1859695901771375]], [[0.34378295363891254]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5334183724035081]], [[0.30517999236902793]], [[0.15595845881186166]]], "std": [[[0.4768880731394996]], [[0.33024410592172226]], [[0.27556648528231387]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6022159658980039]], [[0.8416088476360416]], [[0.17965326686743233]]], "std": [[[0.26705845174312953]], [[0.2902322159948079]], [[0.21171510709613495]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5475021615499591]], [[0.7475627922384028]], [[0.4903137067145178]]], "std": [[[0.42592219480635163]], [[0.29789461973286147]], [[0.3843313170506653]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5140359151902613]], [[0.5801813502529016]], [[0.29257153835166977]]], "std": [[[0.3897645169788381]], [[0.4445330424372403]], [[0.37795832315552463]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.32], "mean": [2.66], "std": [1.5415144068955915], "count": [267]}, "frame_index": {"min": [0], "max": [266], "mean": [133.0], "std": [77.07572034477957], "count": [267]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [267]}, "index": {"min": [26120], "max": [26386], "mean": [26253.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [267]}}} +{"episode_index": 101, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4991261661052704, 0.025464791804552078, 0.009416937828063965, -0.7853981852531433, -1.5708191394805908, 0.7893372774124146, 1.5707963705062866, -1.2588382959365845, 1.0471975803375244, -3.014859914779663, 0.0, -0.46341463923454285, 0.0, 0.0, -0.46341463923454285, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4991261661052704, 1.750597596168518, 0.6473749876022339, -0.5959082841873169, -1.2176069021224976, 1.0768059492111206, 2.25907564163208, 0.0, 1.6612354516983032, -2.481858253479004, 0.46341463923454285, 0.0, 0.46341463923454285, 0.46341463923454285, 0.0, 0.46341463923454285, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49912533164024353, 1.4825783967971802, 0.5482614040374756, -0.7023523449897766, -1.413214087486267, 0.9663472771644592, 1.9195598363876343, -0.6241141557693481, 1.3683353662490845, -2.7554328441619873, 0.09735376387834549, -0.09735376387834549, 0.09735376387834549, 0.09735376387834549, -0.09735376387834549, 0.09735376387834549, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.344650268554688e-07, 0.48933422565460205, 0.18095651268959045, 0.07078766077756882, 0.14651551842689514, 0.0974171981215477, 0.2970796823501587, 0.5445958971977234, 0.266599178314209, 0.23080550134181976, 0.18270424008369446, 0.18270424008369446, 0.18270424008369446, 0.18270424008369446, 0.18270424008369446, 0.18270424008369446, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [178]}, "observation.state": {"min": [0.011537624523043633, 0.9998560547828674, 0.0, 1.2773864269256592, -0.9999334216117859, 0.011537624523043633, -3.155907052132534e-06, -0.3213713765144348, -3.203786491212668e-06, -0.002972919959574938, 0.9999940395355225, 0.7509999871253967, NaN], "max": [0.016708064824342728, 0.9999334216117859, 0.0029433337040245533, 1.2826814651489258, -0.9998588562011719, 0.016702821478247643, 0.001798877608962357, -0.3143232762813568, 0.0017495490610599518, 0.0, 1.0, 0.8203834295272827, NaN], "mean": [0.012111685238778591, 0.9999256730079651, 0.00032696803100407124, 1.2791889905929565, -0.9999256730079651, 0.012111220508813858, 0.0001992948236875236, -0.3207527697086334, 0.00019414679263718426, -0.0003300514363218099, 1.0, 0.7570032477378845, NaN], "std": [0.0014297441812232137, 2.0756477169925347e-05, 0.0008146281470544636, 0.0006520392489619553, 2.0078887246199884e-05, 0.0014284870121628046, 0.0004971422022208571, 0.001617336762137711, 0.0004840351175516844, 0.0008224833873100579, 1.5485419453398208e-06, 0.015717528760433197, NaN], "count": [178]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08867230071126292]], [[0.0823615082502342]], [[0.05766039357844981]]], "std": [[[0.22278969146776847]], [[0.20810416014086305]], [[0.15293533457822234]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28011703953152]], [[0.25540051002788855]], [[0.17773787677924696]]], "std": [[[0.28457291535767293]], [[0.26528851164029205]], [[0.20940465619716964]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6448555929057441]], [[0.5926995133746532]], [[0.39686548500594454]]], "std": [[[0.2542176240481924]], [[0.25049204209909387]], [[0.21065619449867568]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.527660111943276]], [[0.50863392858939]], [[0.45538707334785766]]], "std": [[[0.29000249475155365]], [[0.28887219717176943]], [[0.2977526945503457]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4903225755402534]], [[0.4561569244366123]], [[0.38275093325179327]]], "std": [[[0.31913765713415765]], [[0.3242192158756331]], [[0.34377561116934735]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962903806165262]], [[0.9962903806165262]], [[0.9962903806165262]]], "std": [[[0.01754651751334697]], [[0.01754651751334697]], [[0.01754651751334697]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5857721048407052]], [[0.5857721048407052]], [[0.5857721048407052]]], "std": [[[0.33434969340879933]], [[0.33434969340879933]], [[0.33434969340879933]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1591509638293264]], [[0.1591509638293264]], [[0.1591509638293264]]], "std": [[[0.17334876941375515]], [[0.17334876941375515]], [[0.17334876941375515]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06395690445392617]], [[0.06395690445392617]], [[0.06395690445392617]]], "std": [[[0.0757649828157349]], [[0.0757649828157349]], [[0.0757649828157349]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1665350934190577]], [[0.1665350934190577]], [[0.1665350934190577]]], "std": [[[0.24294386860114114]], [[0.24294386860114114]], [[0.24294386860114114]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06739156341720026]], [[0.09387773144208608]], [[0.08512444988939113]]], "std": [[[0.17955725222570315]], [[0.27647254396788157]], [[0.26386485853335584]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3064435338240491]], [[0.4634823290692427]], [[0.23613585544337087]]], "std": [[[0.4114369439772847]], [[0.4359971722608167]], [[0.29643556147071715]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3976843956008586]], [[0.4239584360128238]], [[0.6434262930574919]]], "std": [[[0.40685154734071066]], [[0.28532242720297246]], [[0.41525606453459046]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6384019322855163]], [[0.5957074199468783]], [[0.35650586237025506]]], "std": [[[0.40633264627449633]], [[0.362959123182375]], [[0.354410340402205]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45985485730149245]], [[0.6379477700864552]], [[0.4600322190638849]]], "std": [[[0.40432528310157045]], [[0.40864261948151875]], [[0.3966309785904024]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.54], "mean": [1.77], "std": [1.0276672613253768], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [178]}, "index": {"min": [26387], "max": [26564], "mean": [26475.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [178]}}} +{"episode_index": 102, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3924555480480194, 0.025464791804552078, 0.007592043839395046, -1.1007437705993652, -1.5707963705062866, 0.13247765600681305, 0.36224400997161865, -0.754749059677124, 1.0471975803375244, -2.481858253479004, 0.0, -0.6439024209976196, 0.0, 0.0, -0.6439024209976196, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3924555480480194, 1.6890357732772827, 0.5035672187805176, -0.7853981852531433, -0.7684627175331116, 1.0471975803375244, 1.5707963705062866, 0.0, 1.7969157695770264, -2.10687518119812, 0.6439024209976196, 0.0, 0.6439024209976196, 0.6439024209976196, 0.0, 0.6439024209976196, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3924558758735657, 1.4353431463241577, 0.42793115973472595, -0.9394487738609314, -1.1160237789154053, 0.5459707379341125, 0.9386560320854187, -0.4226977527141571, 1.4264657497406006, -2.296210289001465, 0.14406268298625946, -0.14406268298625946, 0.14406268298625946, 0.14406268298625946, -0.14406268298625946, 0.14406268298625946, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.46890318393707275, 0.1397980898618698, 0.12469182908535004, 0.368559330701828, 0.40887728333473206, 0.5091592669487, 0.34356066584587097, 0.3058198094367981, 0.15549439191818237, 0.25641998648643494, 0.25641998648643494, 0.25641998648643494, 0.25641998648643494, 0.25641998648643494, 0.25641998648643494, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [175]}, "observation.state": {"min": [-0.015063278377056122, 0.9998847246170044, -3.4805213999788975e-07, 2.0107312202453613, -0.9998917579650879, -0.015063278377056122, -2.128101499465629e-07, -0.2936486005783081, -2.1802873106935294e-07, -0.0036981040611863136, 0.999993085861206, 0.7509999871253967, NaN], "max": [-0.014707979746162891, 0.9998881220817566, 0.003702647052705288, 2.0165364742279053, -0.9998865127563477, -0.01470907311886549, 0.00028342235600575805, -0.27638548612594604, 0.00033771430025808513, 3.448070913236734e-07, 1.0, 0.8175899982452393, NaN], "mean": [-0.015023626387119293, 0.9998868107795715, 0.00042568965000100434, 2.011228561401367, -0.9998877048492432, -0.015023728832602501, 3.239553916500881e-05, -0.2918674647808075, 3.8686666812282056e-05, -0.00042516415123827755, 1.0, 0.7571908235549927, NaN], "std": [9.797433449421078e-05, 5.75512331124628e-07, 0.0010422681225463748, 0.0009970634710043669, 1.5765464240757865e-06, 9.769690950633958e-05, 7.94347288319841e-05, 0.004386593122035265, 9.478769061388448e-05, 0.0010409840615466237, 1.8305128151041572e-06, 0.01570284552872181, NaN], "count": [175]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.07493683392443193]], [[0.07534259376607248]], [[0.06025288290481201]]], "std": [[[0.18486086760324624]], [[0.18927163031111766]], [[0.15486732456257907]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26188332122972646]], [[0.255019492506828]], [[0.21256863616825958]]], "std": [[[0.25859468282246695]], [[0.2582568358631169]], [[0.23242913302577917]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.486589544227116]], [[0.5367461575239172]], [[0.41199454834770677]]], "std": [[[0.20123597449604733]], [[0.2205041664952398]], [[0.19204891911164115]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.615315360985884]], [[0.6209344748945712]], [[0.575805356566894]]], "std": [[[0.27834359772915473]], [[0.27854386753736954]], [[0.2949879201032693]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4428645784089088]], [[0.43603052657060226]], [[0.3688053585785738]]], "std": [[[0.24619035297292238]], [[0.2560585383895634]], [[0.26715989779097454]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960563619038806]], [[0.9960563619038806]], [[0.9960563619038806]]], "std": [[[0.018512057256534892]], [[0.018512057256534892]], [[0.018512057256534892]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5875358410933883]], [[0.5875358410933883]], [[0.5875358410933883]]], "std": [[[0.33650895469927955]], [[0.33650895469927955]], [[0.33650895469927955]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13390371161631098]], [[0.13390371161631098]], [[0.13390371161631098]]], "std": [[[0.09654431853539155]], [[0.09654431853539155]], [[0.09654431853539155]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.054216409808682545]], [[0.054216409808682545]], [[0.054216409808682545]]], "std": [[[0.0610116998260302]], [[0.0610116998260302]], [[0.0610116998260302]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15026699550926012]], [[0.15026699550926012]], [[0.15026699550926012]]], "std": [[[0.172755993161959]], [[0.172755993161959]], [[0.172755993161959]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14797770254095277]], [[0.032575301534039966]], [[0.07251133682158613]]], "std": [[[0.34996914586953387]], [[0.11485383355456764]], [[0.21197094587257376]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16858073441065494]], [[0.3853907439929564]], [[0.4128763158900577]]], "std": [[[0.2986896825390261]], [[0.3914699824195768]], [[0.43465858443824273]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3252598989734398]], [[0.8458954288599609]], [[0.33143725805359253]]], "std": [[[0.37021658491898496]], [[0.28721155096944717]], [[0.2391918211622301]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3706383274625811]], [[0.5393924740375956]], [[0.6928421535434733]]], "std": [[[0.34758212930314586]], [[0.41660375557022244]], [[0.31021752865610547]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6023881817834346]], [[0.508056302894606]], [[0.4895363748590986]]], "std": [[[0.36847827237458447]], [[0.4234914134961286]], [[0.3806387293455044]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.48], "mean": [1.74], "std": [1.0103464752252072], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [175]}, "index": {"min": [26565], "max": [26739], "mean": [26652.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [175]}}} +{"episode_index": 103, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4628215432167053, 0.025464791804552078, 0.008973347023129463, -1.984437108039856, -1.5707963705062866, 0.5915827751159668, -0.5936185121536255, -1.2910748720169067, 0.842657744884491, -2.7906341552734375, 0.0, -0.4097560942173004, 0.0, 0.0, -0.4097560942173004, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4628215432167053, 1.7738515138626099, 0.6250742673873901, -0.35280555486679077, -0.27567529678344727, 1.6875965595245361, 1.5707963705062866, 0.4506625831127167, 1.8430718183517456, -1.5569390058517456, 0.4097560942173004, 0.0, 0.4097560942173004, 0.4097560942173004, 0.0, 0.4097560942173004, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46282121539115906, 1.6137632131576538, 0.5686610341072083, -1.2287331819534302, -0.7321084141731262, 1.0336276292800903, 0.43841567635536194, -0.4727085530757904, 1.3704731464385986, -2.367934465408325, 0.06970106065273285, -0.06970106065273285, 0.06970106065273285, 0.06970106065273285, -0.06970106065273285, 0.06970106065273285, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.4034701883792877, 0.14217610657215118, 0.5600287318229675, 0.5355569124221802, 0.3192216753959656, 0.714950442314148, 0.6725191473960876, 0.37857210636138916, 0.3852355480194092, 0.15099649131298065, 0.15099649131298065, 0.15099649131298065, 0.15099649131298065, 0.15099649131298065, 0.15099649131298065, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [306]}, "observation.state": {"min": [0.041268717497587204, 0.9990483522415161, 0.0, 1.3164137601852417, -0.9991480708122253, 0.041268717497587204, -3.709810698637739e-06, -0.33820560574531555, -6.585732990060933e-06, -0.005476071499288082, 0.9999849796295166, 0.7509999871253967, NaN], "max": [0.04327244684100151, 0.9991480708122253, 0.005462949629873037, 1.3381004333496094, -0.9990633130073547, 0.04327084496617317, 0.00044284516479820013, -0.30368152260780334, 0.00022680040274281055, 0.0, 1.0, 0.7999438643455505, NaN], "mean": [0.041467390954494476, 0.9991372227668762, 0.0005366766708903015, 1.3177965879440308, -0.9991381168365479, 0.04146725684404373, 4.059982893522829e-05, -0.33543065190315247, 1.755486664478667e-05, -0.0005379237118177116, 1.0, 0.7550582885742188, NaN], "std": [0.0005250466056168079, 2.5592767997295596e-05, 0.0014347740216180682, 0.0041761151514947414, 2.22133967326954e-05, 0.0005246775690466166, 0.00011152209481224418, 0.007679363247007132, 5.282041820464656e-05, 0.001438132137991488, 3.6762655781785725e-06, 0.011125759221613407, NaN], "count": [306]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12151471040863251]], [[0.10832548174702322]], [[0.08971007134087176]]], "std": [[[0.2878364217677833]], [[0.25949502681485903]], [[0.2176147760179859]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4266149048039584]], [[0.3729306527029265]], [[0.3000457214587897]]], "std": [[[0.38684448039448016]], [[0.3523436978816079]], [[0.2975611978800551]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6370347209230124]], [[0.5742396929908381]], [[0.5173817195973154]]], "std": [[[0.20555573589462253]], [[0.20271435422423945]], [[0.20113542545642638]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42007021835443253]], [[0.3908776771267311]], [[0.3624769867182193]]], "std": [[[0.34133564553492013]], [[0.3356653144905649]], [[0.3298216731013222]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577710175948222]], [[0.5282376343718296]], [[0.4731288983840176]]], "std": [[[0.3418362111955126]], [[0.3457857907367521]], [[0.34512410532508886]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960129699703143]], [[0.9960129699703143]], [[0.9960129699703143]]], "std": [[[0.018564857245710893]], [[0.018564857245710893]], [[0.018564857245710893]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896346762637206]], [[0.5896346762637206]], [[0.5896346762637206]]], "std": [[[0.3349403324247655]], [[0.3349403324247655]], [[0.3349403324247655]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13199797490898826]], [[0.13199797490898826]], [[0.13199797490898826]]], "std": [[[0.12929385301805243]], [[0.12929385301805243]], [[0.12929385301805243]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09460405112080741]], [[0.09460405112080741]], [[0.09460405112080741]]], "std": [[[0.24045593675678475]], [[0.24045593675678475]], [[0.24045593675678475]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2131575366578354]], [[0.2131575366578354]], [[0.2131575366578354]]], "std": [[[0.29520482681618326]], [[0.29520482681618326]], [[0.29520482681618326]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04175066972173774]], [[0.03304947994724035]], [[0.14092033949108523]]], "std": [[[0.14800795222797258]], [[0.1203143134546479]], [[0.3432648420811991]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4158352823157922]], [[0.2385313972926813]], [[0.27217247606268663]]], "std": [[[0.42558364993209546]], [[0.32507732432721337]], [[0.39871746286475573]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47436193606747445]], [[0.39995949817976506]], [[0.7699997103181069]]], "std": [[[0.26596465776062417]], [[0.4040657769947072]], [[0.34670373263111326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6663081947118302]], [[0.5547035514865979]], [[0.2510333301817016]]], "std": [[[0.4065724411911815]], [[0.36656534493763643]], [[0.2866128920464581]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5405753296975574]], [[0.47954587267005566]], [[0.4484920971158547]]], "std": [[[0.434922350868147]], [[0.3914989882014019]], [[0.39995538906020156]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.1], "mean": [3.05], "std": [1.7666823898671393], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [306]}, "index": {"min": [26740], "max": [27045], "mean": [26892.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [306]}}} +{"episode_index": 104, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.374038964509964, 0.025464791804552078, 0.02206258475780487, -1.017427682876587, -1.5707963705062866, 1.0471975803375244, 0.6466564536094666, -2.314141035079956, -1.0784882307052612, -2.5926594734191895, 0.0, -0.5804877877235413, 0.0, 0.0, -0.5804877877235413, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.374038964509964, 0.6383113265037537, 0.5530301928520203, 3.093527317047119, 0.3304075002670288, 4.054731369018555, 1.8048655986785889, 0.0, 1.0471975803375244, -1.0894984006881714, 0.5804877877235413, 0.0, 0.5804877877235413, 0.5804877877235413, 0.0, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3740387260913849, 0.6183515787124634, 0.5357380509376526, 1.6168959140777588, -0.6769391894340515, 2.715815782546997, 1.2383856773376465, -1.4278005361557007, -0.11718270182609558, -1.8803216218948364, 0.10931428521871567, -0.10931428521871567, 0.10931428521871567, 0.10931428521871567, -0.10931428521871567, 0.10931428521871567, -2.3561997413635254, 1.5707992315292358, -1.0471993684768677, -1.5707992315292358, 0.0, -1.0471993684768677, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.08927696943283081, 0.07734891027212143, 1.626805067062378, 0.5570282340049744, 0.8708772659301758, 0.3726896643638611, 0.8171270489692688, 0.6017866134643555, 0.582703173160553, 0.2212548702955246, 0.2212548702955246, 0.2212548702955246, 0.2212548702955246, 0.2212548702955246, 0.2212548702955246, 5.245208740234375e-06, 2.86102294921875e-06, 1.7881393432617188e-06, 2.86102294921875e-06, 0.0, 1.7881393432617188e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [313]}, "observation.state": {"min": [0.8524316549301147, 0.5180298686027527, -0.0043770987540483475, 1.30436372756958, -0.5228387117385864, 0.8524316549301147, -0.0, -0.23780357837677002, -0.0, -0.007565781939774752, 0.9999244809150696, 0.7508211731910706, NaN], "max": [0.8553516864776611, 0.5228387117385864, 0.0, 1.331060767173767, -0.5179583430290222, 0.8553294539451599, 0.011489462107419968, -0.19631880521774292, 0.009689589031040668, 0.0, 1.0, 0.7791399359703064, NaN], "mean": [0.8527371883392334, 0.5223387479782104, -0.0004563376714941114, 1.328999638557434, -0.5223325490951538, 0.8527355194091797, 0.001200700062327087, -0.19974273443222046, 0.0010132191237062216, -0.000789494370110333, 0.999994158744812, 0.7524938583374023, NaN], "std": [0.0007872012793086469, 0.0012947327923029661, 0.0011779348133131862, 0.005655612330883741, 0.0013115325709804893, 0.000782008224632591, 0.0030968724749982357, 0.009232433512806892, 0.0026129817124456167, 0.002037272322922945, 1.7991951608564705e-05, 0.004957967437803745, NaN], "count": [313]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.09666044252932526]], [[0.08734801725484831]], [[0.0835616415575498]]], "std": [[[0.23933882713712817]], [[0.2207363772146223]], [[0.21451320706950291]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3315136308071329]], [[0.2946495714116158]], [[0.2799436903997945]]], "std": [[[0.3195535529346821]], [[0.2965002154833056]], [[0.29133009705265833]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6517930853200348]], [[0.5942599479243152]], [[0.5752723083556461]]], "std": [[[0.22980159051953722]], [[0.2411050117833988]], [[0.25193885356655094]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4742311031180367]], [[0.42410066848120187]], [[0.40888127535135665]]], "std": [[[0.27492200463088523]], [[0.26480768235660745]], [[0.26637317591120635]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4469984302191859]], [[0.38890504133666737]], [[0.3657129171972472]]], "std": [[[0.25539466255075866]], [[0.24979101180592728]], [[0.2522572773811554]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960370216141585]], [[0.9960370216141585]], [[0.9960370216141585]]], "std": [[[0.01832427170608555]], [[0.01832427170608555]], [[0.01832427170608555]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5774166933214242]], [[0.5774166933214242]], [[0.5774166933214242]]], "std": [[[0.3336392894590267]], [[0.3336392894590267]], [[0.3336392894590267]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11673228095656715]], [[0.11673228095656715]], [[0.11673228095656715]]], "std": [[[0.07908313725747947]], [[0.07908313725747947]], [[0.07908313725747947]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15443067650780432]], [[0.15443067650780432]], [[0.15443067650780432]]], "std": [[[0.2867144406437659]], [[0.2867144406437659]], [[0.2867144406437659]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15429145083018672]], [[0.15429145083018672]], [[0.15429145083018672]]], "std": [[[0.1671762550654489]], [[0.1671762550654489]], [[0.1671762550654489]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0929384218103643]], [[0.10880148676549378]], [[0.08336613310212426]]], "std": [[[0.2756518144858071]], [[0.2753597010314111]], [[0.25896502369502766]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3638368769073239]], [[0.2475713070084913]], [[0.3908253882039119]]], "std": [[[0.4405472562729947]], [[0.3067805506977731]], [[0.41571940167127347]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5008455841281144]], [[0.5038084451659669]], [[0.5465351832740895]]], "std": [[[0.37279771555568475]], [[0.401305886154009]], [[0.43986288465786055]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5322546397718487]], [[0.5254803522585464]], [[0.3501654553001393]]], "std": [[[0.395548380630333]], [[0.38824472617755923]], [[0.3854106835639599]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4744274819602613]], [[0.6703800881249871]], [[0.45158568783691444]]], "std": [[[0.42993100199976697]], [[0.3577234387833852]], [[0.3500596342114072]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.24], "mean": [3.1199999999999997], "std": [1.8070971196922427], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [313]}, "index": {"min": [27046], "max": [27358], "mean": [27202.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [313]}}} +{"episode_index": 105, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.04626648128032684, 0.025464791804552078, 0.0018708676798269153, -0.9005825519561768, -1.5707963705062866, 1.0471975803375244, 1.405004858970642, -1.4073472023010254, 1.0471975803375244, -4.6508684158325195, 0.0, -0.6292682886123657, 0.0, 0.0, -0.6292682886123657, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.04626648128032684, 1.3282827138900757, 0.09758733958005905, -0.7853981852531433, -0.9320133924484253, 1.6189788579940796, 1.5707963705062866, 0.0, 1.2049696445465088, -2.481858253479004, 0.6292682886123657, 0.0, 0.6292682886123657, 0.6292682886123657, 0.0, 0.6292682886123657, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.04626652970910072, 1.1726666688919067, 0.08615455776453018, -0.8371034264564514, -1.2708516120910645, 1.3285024166107178, 1.4906142950057983, -0.692913293838501, 1.1110135316848755, -3.58499813079834, 0.0870194137096405, -0.0870194137096405, 0.0870194137096405, 0.0870194137096405, -0.0870194137096405, 0.0870194137096405, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.842877388000488e-08, 0.33569276332855225, 0.024662956595420837, 0.04550600051879883, 0.2605873644351959, 0.23831768333911896, 0.06775151193141937, 0.5956224799156189, 0.0557967908680439, 0.9411036372184753, 0.20344756543636322, 0.20344756543636322, 0.20344756543636322, 0.20344756543636322, 0.20344756543636322, 0.20344756543636322, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [176]}, "observation.state": {"min": [0.9998587369918823, -0.016797106713056564, -0.0005727399839088321, 1.3411102294921875, 0.015424797311425209, 0.9998589158058167, -1.877531730087867e-07, -0.24179956316947937, -3.6702926808906966e-10, -0.00022603667457588017, 0.9999998211860657, 0.7509999871253967, NaN], "max": [0.9998810291290283, -0.015424797311425209, 3.26349347545829e-09, 1.3453752994537354, 0.016797231510281563, 0.9998810291290283, 0.0002164468023693189, -0.19865110516548157, 0.0005690234829671681, 1.8778118260343035e-07, 1.0, 0.7959001660346985, NaN], "mean": [0.9998783469200134, -0.015498884953558445, -3.098856905126013e-05, 1.3451308012008667, 0.015498894266784191, 0.9998783469200134, 1.1658888979582116e-05, -0.2006649523973465, 3.079167436226271e-05, -1.216934197145747e-05, 1.0, 0.75313401222229, NaN], "std": [4.686441570811439e-06, 0.0002755780005827546, 0.00011529267067089677, 0.0008823504904285073, 0.0002755997993517667, 4.664353582484182e-06, 4.340540544944815e-05, 0.007598632015287876, 0.00011455701314844191, 4.531143349595368e-05, 3.4801615811375086e-08, 0.008006123825907707, NaN], "count": [176]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12312526260803558]], [[0.12248607951097405]], [[0.11994509052894438]]], "std": [[[0.29193905889463767]], [[0.2901114538974669]], [[0.28567922192775863]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41259019735249525]], [[0.4124989810841747]], [[0.3995787153546826]]], "std": [[[0.3856187527913099]], [[0.3834437531916964]], [[0.3806871478829365]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.657432627166663]], [[0.6542392571268787]], [[0.6255130863124635]]], "std": [[[0.20724340640429642]], [[0.199566461851006]], [[0.21025548539216335]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37426724227531716]], [[0.37041052349943776]], [[0.358740759516419]]], "std": [[[0.252386206881334]], [[0.24767325559203682]], [[0.242369318456949]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44226378620939844]], [[0.44353320176947353]], [[0.41894403707928235]]], "std": [[[0.3089975171026273]], [[0.30717984874822946]], [[0.30592261577504937]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959864171379027]], [[0.9959864171379027]], [[0.9959864171379027]]], "std": [[[0.0185969294613388]], [[0.0185969294613388]], [[0.0185969294613388]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5902808640298909]], [[0.5902808640298909]], [[0.5902808640298909]]], "std": [[[0.33549104995694856]], [[0.33549104995694856]], [[0.33549104995694856]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.27058823529411763]], [[0.27058823529411763]], [[0.27058823529411763]]], "mean": [[[0.10759375199072481]], [[0.10759375199072481]], [[0.10759375199072481]]], "std": [[[0.07186337015537178]], [[0.07186337015537178]], [[0.07186337015537178]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.05571224261394993]], [[0.05571224261394993]], [[0.05571224261394993]]], "std": [[[0.05528192726330854]], [[0.05528192726330854]], [[0.05528192726330854]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2511908701923367]], [[0.2511908701923367]], [[0.2511908701923367]]], "std": [[[0.3290648226759673]], [[0.3290648226759673]], [[0.3290648226759673]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07788628108129131]], [[0.09386932798494727]], [[0.1145360831655257]]], "std": [[[0.24081932008665116]], [[0.27697357051638916]], [[0.28451717818704836]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19262812556368944]], [[0.5075991473159832]], [[0.2748509311730575]]], "std": [[[0.2964934529432513]], [[0.4721715767940041]], [[0.36788593757703913]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6356198756647764]], [[0.7309257871200188]], [[0.39890856445857986]]], "std": [[[0.41657384999058883]], [[0.28846379497200364]], [[0.3811079008240881]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5292678625432595]], [[0.7533848605000634]], [[0.40385706880816685]]], "std": [[[0.4277794863859072]], [[0.2794232312687709]], [[0.3709443444133551]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43744758467663253]], [[0.5770118789692957]], [[0.3792394401897416]]], "std": [[[0.4314559047443637]], [[0.3928942006640912]], [[0.365590041110638]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.5], "mean": [1.75], "std": [1.0161200716450787], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [176]}, "index": {"min": [27359], "max": [27534], "mean": [27446.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [176]}}} +{"episode_index": 106, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24306702613830566, 0.025464791804552078, 0.004605716560035944, -0.9119400978088379, -2.2850067615509033, 0.028160931542515755, 1.5707963705062866, 0.0, -0.12371649593114853, -2.481858253479004, 0.0, -0.4439024329185486, 0.0, 0.0, -0.4439024329185486, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24306702613830566, 1.929153561592102, 0.3489184081554413, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 2.1986422538757324, 0.019986553117632866, 1.0471975803375244, -1.9086178541183472, 0.4439024329185486, 0.0, 0.4439024329185486, 0.4439024329185486, 0.0, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24306733906269073, 1.6105660200119019, 0.29129669070243835, -0.8460212349891663, -1.9035632610321045, 0.5155064463615417, 1.89129638671875, 0.005549387075006962, 0.4828276038169861, -2.1854987144470215, 0.08934598416090012, -0.08934598416090012, 0.08934598416090012, 0.08934598416090012, -0.08934598416090012, 0.08934598416090012, -2.356198787689209, 1.5707980394363403, -1.047196388244629, -1.5707980394363403, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.129243850708008e-07, 0.5535805225372314, 0.1001238152384758, 0.05312542989850044, 0.2944660782814026, 0.47405949234962463, 0.29120299220085144, 0.006556341424584389, 0.5058150291442871, 0.26370155811309814, 0.1724528968334198, 0.1724528968334198, 0.1724528968334198, 0.1724528968334198, 0.1724528968334198, 0.1724528968334198, 4.291534423828125e-06, 1.6689300537109375e-06, 1.1920928955078125e-06, 1.6689300537109375e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [182]}, "observation.state": {"min": [-0.6880942583084106, 0.7256212830543518, -5.903199706835949e-08, 1.463091492652893, -0.7259657979011536, -0.6880942583084106, -1.227275969739594e-08, -0.2953640818595886, -4.952495302745774e-08, 0.0, 0.9999998807907104, 0.7509999871253967, NaN], "max": [-0.6877307295799255, 0.7259658575057983, 2.5000741516123526e-05, 1.4851410388946533, -0.7256212830543518, -0.687730610370636, 0.0005367001285776496, -0.2569374740123749, 0.00040476236608810723, 0.0003538111050147563, 1.0, 0.7941778898239136, NaN], "mean": [-0.6880559921264648, 0.7256589531898499, 2.253936145280022e-06, 1.4648704528808594, -0.7256588935852051, -0.6880559921264648, 5.737546962336637e-05, -0.2602919042110443, 4.319893560023047e-05, 3.782692874665372e-05, 1.0, 0.7548214197158813, NaN], "std": [9.892143862089142e-05, 9.377671085530892e-05, 6.201203177624848e-06, 0.004821687936782837, 9.375029185321182e-05, 9.894300455925986e-05, 0.00014616065891459584, 0.008843033574521542, 0.00011008689034497365, 9.634451271267608e-05, 3.534552206474473e-08, 0.010033152997493744, NaN], "count": [182]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13432061884635527]], [[0.12456087108418143]], [[0.11344039225074114]]], "std": [[[0.31323162656064824]], [[0.29408248524545805]], [[0.2721907811020398]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605550412360833]], [[0.41541975643921947]], [[0.3691099322667407]]], "std": [[[0.4080979555113365]], [[0.38592239035254317]], [[0.3627177722126263]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.8029151278992497]], [[0.7843438510659556]], [[0.7636402191121653]]], "std": [[[0.21302290589845493]], [[0.21816819248074573]], [[0.22257825926348862]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6613777498824844]], [[0.5778033931673965]], [[0.5149428716461106]]], "std": [[[0.17294241280849837]], [[0.20786091506169363]], [[0.24098839765307903]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5807369373247744]], [[0.48465408427999634]], [[0.4102187514039849]]], "std": [[[0.305932412243176]], [[0.3198513081871876]], [[0.3365729519038384]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956374859098593]], [[0.9956374859098593]], [[0.9956374859098593]]], "std": [[[0.019846514528272154]], [[0.019846514528272154]], [[0.019846514528272154]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5994691901178241]], [[0.5994691901178241]], [[0.5994691901178241]]], "std": [[[0.3363484111218264]], [[0.3363484111218264]], [[0.3363484111218264]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11307102503803752]], [[0.11307102503803752]], [[0.11307102503803752]]], "std": [[[0.07488850795156123]], [[0.07488850795156123]], [[0.07488850795156123]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07004611172467345]], [[0.07004611172467345]], [[0.07004611172467345]]], "std": [[[0.060151603751544484]], [[0.060151603751544484]], [[0.060151603751544484]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24086689318181362]], [[0.24086689318181362]], [[0.24086689318181362]]], "std": [[[0.3280679476457183]], [[0.3280679476457183]], [[0.3280679476457183]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.036300216389691886]], [[0.10004330744301414]], [[0.08057681029389971]]], "std": [[[0.14897920037151952]], [[0.2757609004718059]], [[0.24706776733674865]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31382852038938075]], [[0.29780613307530185]], [[0.32154007769107434]]], "std": [[[0.3234023055169915]], [[0.4106314393061627]], [[0.43218939187434235]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18361459969918684]], [[0.7903080646232022]], [[0.3807028192351459]]], "std": [[[0.23618073086396732]], [[0.33791895717656006]], [[0.369099695765576]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49808089769199976]], [[0.6942522244149533]], [[0.6084390249790282]]], "std": [[[0.358760569644792]], [[0.4009785561045892]], [[0.3898779913268797]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5661539525149686]], [[0.6285337911916589]], [[0.33335237052996364]]], "std": [[[0.40921045866026684]], [[0.4085334638107243]], [[0.40253355325137014]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.62], "mean": [1.81], "std": [1.0507616285342742], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [182]}, "index": {"min": [27535], "max": [27716], "mean": [27625.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [182]}}} +{"episode_index": 107, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00025184222613461316, 0.016233284026384354, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -2.123215675354004, 0.0, -1.794532299041748, -6.789330005645752, 0.0, -0.3658536672592163, 0.0, 0.0, -0.3658536672592163, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00025184222613461316, 0.3249528408050537, 0.5097463130950928, 2.073125123977661, 1.9763309955596924, 7.015996932983398, 1.5707963705062866, 3.435997486114502, 2.1360275745391846, -2.481858253479004, 0.3658536672592163, 0.0, 0.3658536672592163, 0.3658536672592163, 0.0, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00025184289552271366, 0.31914761662483215, 0.5006423592567444, 0.555237352848053, 0.2830154299736023, 4.12036657333374, -0.0855432078242302, 1.5846813917160034, -0.05150808021426201, -5.325448513031006, 0.017318759113550186, -0.017318759113550186, 0.017318759113550186, 0.017318759113550186, -0.017318759113550186, 0.017318759113550186, -2.3561999797821045, 1.570799708366394, -1.0472025871276855, -1.570799708366394, 0.0, -1.0472025871276855, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.693881005048752e-10, 0.0346376933157444, 0.05433562770485878, 0.8853358030319214, 1.1920549869537354, 1.9169007539749146, 1.1159954071044922, 1.164178490638733, 1.3016784191131592, 1.367740273475647, 0.07475797832012177, 0.07475797832012177, 0.07475797832012177, 0.07475797832012177, 0.07475797832012177, 0.07475797832012177, 5.4836273193359375e-06, 3.337860107421875e-06, 5.0067901611328125e-06, 3.337860107421875e-06, 0.0, 5.0067901611328125e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [435]}, "observation.state": {"min": [-0.048744186758995056, 0.9988113045692444, -0.0006967021618038416, 1.8500938415527344, -0.9988228678703308, -0.048744186758995056, -0.0, -0.26532506942749023, -0.0, 0.0, 0.9999997019767761, 0.7509999871253967, NaN], "max": [-0.0485055148601532, 0.9988226890563965, 0.0, 1.8516258001327515, -0.9988113045692444, -0.04850531369447708, 0.0003022479941137135, -0.23136208951473236, 0.00026809837436303496, 0.000710542721208185, 1.0, 0.8076629042625427, NaN], "mean": [-0.04873904213309288, 0.9988099336624146, -1.5038216588436626e-05, 1.8501341342926025, -0.9988099336624146, -0.04873904213309288, 6.532892257382628e-06, -0.23200026154518127, 5.7950369409809355e-06, 1.5337674994952977e-05, 1.0, 0.7521049380302429, NaN], "std": [3.0956976843299344e-05, 2.1933199150225846e-06, 9.040469012688845e-05, 0.00021240655041765422, 2.2103859009803273e-06, 3.097947046626359e-05, 3.9237915189005435e-05, 0.003882939927279949, 3.480348095763475e-05, 9.220271749654785e-05, 3.320491259728442e-08, 0.006623897235840559, NaN], "count": [435]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.07907459509914565]], [[0.0508124075046386]], [[0.04532047601708855]]], "std": [[[0.19880961550115375]], [[0.14839904019437822]], [[0.1385427493178766]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2559997009302678]], [[0.18266403538947126]], [[0.1609656961652689]]], "std": [[[0.2613619904016975]], [[0.22804586158350862]], [[0.2170594203237271]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4875535304645438]], [[0.29275518460179806]], [[0.27986567075104724]]], "std": [[[0.21718072318679152]], [[0.26775271062086575]], [[0.2702551701168309]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2630646064383142]], [[0.21743022253872651]], [[0.20086619445835854]]], "std": [[[0.2778467893665689]], [[0.2796562662000522]], [[0.2743991466008806]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3712912288748474]], [[0.2727837169271457]], [[0.2479749183760916]]], "std": [[[0.21048566962776177]], [[0.249271089948514]], [[0.24378434069850183]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955788897002664]], [[0.9955788897002664]], [[0.9955788897002664]]], "std": [[[0.019916952180463146]], [[0.019916952180463146]], [[0.019916952180463146]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5867468495417729]], [[0.5867468495417729]], [[0.5867468495417729]]], "std": [[[0.33515256659436726]], [[0.33515256659436726]], [[0.33515256659436726]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.08337712089726285]], [[0.08337712089726285]], [[0.08337712089726285]]], "std": [[[0.0557456089485054]], [[0.0557456089485054]], [[0.0557456089485054]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32957212777385503]], [[0.32957212777385503]], [[0.32957212777385503]]], "std": [[[0.43146124402230535]], [[0.43146124402230535]], [[0.43146124402230535]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09994311774160777]], [[0.09994311774160777]], [[0.09994311774160777]]], "std": [[[0.045477629887007154]], [[0.045477629887007154]], [[0.045477629887007154]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12323032593906891]], [[0.027821487556754516]], [[0.1297661475862189]]], "std": [[[0.29777983580008865]], [[0.10937094139190925]], [[0.31683546933759066]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5385874748791483]], [[0.1339844698318437]], [[0.3946513792412078]]], "std": [[[0.47400886570585815]], [[0.23886046085282847]], [[0.38595108462399036]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7611350165728888]], [[0.46940772927617747]], [[0.4408249483165928]]], "std": [[[0.381281194424022]], [[0.34819145615675584]], [[0.356152809659065]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5519564511554083]], [[0.4675610501236848]], [[0.16994074798278805]]], "std": [[[0.4405803848350267]], [[0.40540891774249166]], [[0.2678461041952952]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44437395786603684]], [[0.575998440277585]], [[0.5788275956872266]]], "std": [[[0.4003092995976733]], [[0.3598081438578999]], [[0.387389920450033]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.68], "mean": [4.339999999999999], "std": [2.5114670347561137], "count": [435]}, "frame_index": {"min": [0], "max": [434], "mean": [217.0], "std": [125.57335173780568], "count": [435]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [435]}, "index": {"min": [27717], "max": [28151], "mean": [27934.0], "std": [125.57335173780568], "count": [435]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [435]}}} +{"episode_index": 108, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4922800660133362, 0.025464791804552078, 0.006285356357693672, -1.255981683731079, -1.5707963705062866, 0.36070749163627625, 0.5869624614715576, -1.244930624961853, 1.0471975803375244, -3.2317862510681152, 0.0, -0.6634146571159363, 0.0, 0.0, -0.6634146571159363, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4922800660133362, 1.814706563949585, 0.44791561365127563, -0.7853981852531433, -0.728496253490448, 1.0471975803375244, 1.5707963705062866, 0.0, 1.4332984685897827, -2.481858253479004, 0.6634146571159363, 0.0, 0.6634146571159363, 0.6634146571159363, 0.0, 0.6634146571159363, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49227967858314514, 1.483859658241272, 0.3662533760070801, -0.9890044927597046, -1.1979237794876099, 0.7442241907119751, 1.1127898693084717, -0.5726416707038879, 1.210091471672058, -2.829815626144409, 0.10663072019815445, -0.10663072019815445, 0.10663072019815445, 0.10663072019815445, -0.10663072019815445, 0.10663072019815445, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 0.5375285744667053, 0.13267599046230316, 0.19616295397281647, 0.3668500483036041, 0.29829418659210205, 0.44613099098205566, 0.5589497089385986, 0.15686848759651184, 0.3380187749862671, 0.22725246846675873, 0.22725246846675873, 0.22725246846675873, 0.22725246846675873, 0.22725246846675873, 0.22725246846675873, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [155]}, "observation.state": {"min": [0.37705153226852417, -0.9261922836303711, 0.0, 1.9719804525375366, 0.9254829287528992, 0.377051442861557, -0.0004223670403007418, -0.12133503705263138, 0.0, 0.0, 0.9999998807907104, 0.7509999871253967, NaN], "max": [0.3787893056869507, -0.9254829287528992, 0.00020512251649051905, 1.9896992444992065, 0.9261922240257263, 0.3787893056869507, 0.0, -0.10516495257616043, 0.0003147264360450208, 0.00034708745079115033, 1.0, 0.8148705363273621, NaN], "mean": [0.37868285179138184, -0.9255267977714539, 1.2284416698093992e-05, 1.9728937149047852, 0.9255267977714539, 0.37868285179138184, -2.577324448793661e-05, -0.10595673322677612, 1.9231263649999164e-05, 2.1102749087731354e-05, 1.0, 0.7544426918029785, NaN], "std": [0.0003693058097269386, 0.00015080599405337125, 4.307460767449811e-05, 0.003251229412853718, 0.00015079870354384184, 0.00036932542570866644, 8.97626523510553e-05, 0.0028751117642968893, 6.699416553601623e-05, 7.365144119830802e-05, 2.3454159503444316e-08, 0.012077409774065018, NaN], "count": [155]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.13406874312256964]], [[0.13298874599256616]], [[0.12872764604627804]]], "std": [[[0.3155422168553303]], [[0.31430596475692596]], [[0.3067230898938024]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4544190771620026]], [[0.44723628185243525]], [[0.42835242618643843]]], "std": [[[0.42038826817194747]], [[0.4223225534836868]], [[0.41601935482782304]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4745055767117216]], [[0.47656520290137877]], [[0.4667758660113955]]], "std": [[[0.4156228526965853]], [[0.4168478600915249]], [[0.40989019074469807]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7124295767895066]], [[0.7154233130891289]], [[0.702606336389075]]], "std": [[[0.3053649914638561]], [[0.3056856414630777]], [[0.3079901249812271]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6140007671205686]], [[0.5953780087186203]], [[0.5684352470443395]]], "std": [[[0.3369364808987082]], [[0.3622501547826453]], [[0.3729655229583688]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953290672310099]], [[0.9953290672310099]], [[0.9953290672310099]]], "std": [[[0.0206714553170605]], [[0.0206714553170605]], [[0.0206714553170605]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5943817484313927]], [[0.5943817484313927]], [[0.5943817484313927]]], "std": [[[0.33805567548494864]], [[0.33805567548494864]], [[0.33805567548494864]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4467643149459093]], [[0.4467643149459093]], [[0.4467643149459093]]], "std": [[[0.41732599205482995]], [[0.41732599205482995]], [[0.41732599205482995]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14576706222997388]], [[0.14576706222997388]], [[0.14576706222997388]]], "std": [[[0.24334636582544453]], [[0.24334636582544453]], [[0.24334636582544453]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21351828315198038]], [[0.21351828315198038]], [[0.21351828315198038]]], "std": [[[0.26788582248861037]], [[0.26788582248861037]], [[0.26788582248861037]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.034134889837060645]], [[0.132744341647606]], [[0.09122117816039928]]], "std": [[[0.1343514755371872]], [[0.3177424291529339]], [[0.2738314060574847]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5114095183300912]], [[0.3816603654149324]], [[0.2083062272889731]]], "std": [[[0.47575914271993286]], [[0.42595099363331757]], [[0.3240060322811577]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42845682029865395]], [[0.46279676602353265]], [[0.2515929459776797]]], "std": [[[0.43797124663668124]], [[0.47252158744220696]], [[0.3220555038085996]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6087358309008772]], [[0.4052010586800296]], [[0.4851069885086144]]], "std": [[[0.3829450220121327]], [[0.4229865880149728]], [[0.3743707261517263]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683363354301743]], [[0.5356186096476141]], [[0.4255622464026136]]], "std": [[[0.3080477696308617]], [[0.4316324208626218]], [[0.4266026071493444]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.08], "mean": [1.54], "std": [0.8948742928478837], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [155]}, "index": {"min": [28152], "max": [28306], "mean": [28229.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [155]}}} +{"episode_index": 109, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.024291688576340675, 0.025464791804552078, 0.0074016023427248, -1.276875376701355, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 0.9878032803535461, -3.0346195697784424, 0.0, -0.4682926833629608, 0.0, 0.0, -0.4682926833629608, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.024291688576340675, 0.9947713613510132, 0.2891404926776886, -0.7853981852531433, -1.0662142038345337, 1.505714774131775, 1.781617522239685, 0.1118987426161766, 1.1656628847122192, -2.481858253479004, 0.4682926833629608, 0.0, 0.4682926833629608, 0.4682926833629608, 0.0, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.02429169975221157, 0.8822574615478516, 0.2564369738101959, -1.0835838317871094, -1.2529364824295044, 1.3394182920455933, 1.6630653142929077, 0.0717894434928894, 1.0678800344467163, -2.8245513439178467, 0.12855616211891174, -0.12855616211891174, 0.12855616211891174, 0.12855616211891174, -0.12855616211891174, 0.12855616211891174, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1175870895385742e-08, 0.24757486581802368, 0.07196028530597687, 0.20965445041656494, 0.22193779051303864, 0.20360295474529266, 0.0773545354604721, 0.04994240030646324, 0.05087029188871384, 0.23985709249973297, 0.2015618532896042, 0.2015618532896042, 0.2015618532896042, 0.2015618532896042, 0.2015618532896042, 0.2015618532896042, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [136]}, "observation.state": {"min": [0.999078631401062, -0.04291752725839615, -0.0004530478618107736, 1.5037983655929565, 0.04272238537669182, 0.999078631401062, -3.1849470616407416e-08, -0.09601572155952454, -1.6704154504054713e-08, -7.05919592292048e-05, 0.9999998807907104, 0.7509999871253967, NaN], "max": [0.999086856842041, -0.04272235929965973, 1.8087714437342584e-08, 1.551059365272522, 0.04291752725839615, 0.9990869760513306, 5.13784762006253e-05, -0.08933732658624649, 0.0004504664393607527, 3.259640379837947e-08, 1.0, 0.7858923673629761, NaN], "mean": [0.9990788698196411, -0.04288969933986664, -6.466007471317425e-05, 1.5456148386001587, 0.04288969933986664, 0.9990788698196411, 7.269546131283278e-06, -0.08994652330875397, 6.429007044062018e-05, -1.0027852113125846e-05, 1.0, 0.7551130652427673, NaN], "std": [2.6976451863447437e-06, 5.975873864372261e-05, 0.00013884769577998668, 0.012166745029389858, 5.975144085823558e-05, 2.7258081445324933e-06, 1.5660618373658508e-05, 0.0015059077413752675, 0.00013805321941617876, 2.1569749151240103e-05, 3.3902910701044675e-08, 0.009122496470808983, NaN], "count": [136]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11202919081520642]], [[0.11039132134506277]], [[0.09064943193514881]]], "std": [[[0.2747420688597996]], [[0.2665269359400989]], [[0.2245993576589399]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36713942215167933]], [[0.35726069828088547]], [[0.2979444239923663]]], "std": [[[0.38475688020464305]], [[0.3625232885009206]], [[0.3164809256038179]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5503371843590553]], [[0.579647386056779]], [[0.4660351923266485]]], "std": [[[0.239720249151379]], [[0.2311633149249377]], [[0.24330192406952475]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49613649783979114]], [[0.5370653225963277]], [[0.4413900211293436]]], "std": [[[0.2506541283264232]], [[0.2348868417830921]], [[0.248563247596572]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.444280281983865]], [[0.47290269303576565]], [[0.4336833817142328]]], "std": [[[0.33751008985674746]], [[0.31652732472162687]], [[0.32536882860514993]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956117055624959]], [[0.9956117055624959]], [[0.9956117055624959]]], "std": [[[0.019839284548953885]], [[0.019839284548953885]], [[0.019839284548953885]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6023678530883644]], [[0.6023678530883644]], [[0.6023678530883644]]], "std": [[[0.33648805897799344]], [[0.33648805897799344]], [[0.33648805897799344]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.0932172191745273]], [[0.0932172191745273]], [[0.0932172191745273]]], "std": [[[0.0649352387748942]], [[0.0649352387748942]], [[0.0649352387748942]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09657930880022746]], [[0.09657930880022746]], [[0.09657930880022746]]], "std": [[[0.0935016794479091]], [[0.0935016794479091]], [[0.0935016794479091]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0837655400589154]], [[0.0837655400589154]], [[0.0837655400589154]]], "std": [[[0.06725885820348568]], [[0.06725885820348568]], [[0.06725885820348568]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1432350614333487]], [[0.03107785670268244]], [[0.09438680713556241]]], "std": [[[0.3444981039354756]], [[0.12502042081153866]], [[0.2532970807355503]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4693802859401687]], [[0.16662613131843484]], [[0.37561761990114606]]], "std": [[[0.46740794975830435]], [[0.28434379783391917]], [[0.4528464530109523]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.378220213224649]], [[0.4232524168656553]], [[0.7526558022545566]]], "std": [[[0.39739513754877676]], [[0.2793793599124772]], [[0.36182941870941504]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43408704270326853]], [[0.6800579551542925]], [[0.5708993375538376]]], "std": [[[0.3820552330441627]], [[0.27585650797798106]], [[0.4360824083924078]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.665549214740785]], [[0.4506674579273931]], [[0.569705507509936]]], "std": [[[0.34134533680266144]], [[0.38853217988974337]], [[0.43057083731168383]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.7], "mean": [1.35], "std": [0.785175139698144], "count": [136]}, "frame_index": {"min": [0], "max": [135], "mean": [67.5], "std": [39.2587569849072], "count": [136]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [136]}, "index": {"min": [28307], "max": [28442], "mean": [28374.5], "std": [39.2587569849072], "count": [136]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [136]}}} +{"episode_index": 110, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39117100834846497, 0.025464791804552078, 0.01377746369689703, -0.7853981852531433, -1.5707963705062866, 0.09015928208827972, -1.3376381397247314, -0.5890718698501587, 1.0471975803375244, -2.481858253479004, 0.0, -0.5512195229530334, 0.0, 0.0, -0.5512195229530334, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39117100834846497, 1.1062836647033691, 0.5985434055328369, 0.698023796081543, 0.8442011475563049, 1.0471975803375244, 1.5707963705062866, 0.0, 1.3087375164031982, -0.988845944404602, 0.5512195229530334, 0.0, 0.5512195229530334, 0.5512195229530334, 0.0, 0.5512195229530334, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39117178320884705, 1.0256261825561523, 0.5549049973487854, 0.08671040832996368, -0.17265775799751282, 0.47605615854263306, -0.13475970923900604, -0.3423199951648712, 1.1818556785583496, -1.6110739707946777, 0.09454607218503952, -0.09454607218503952, 0.09454607218503952, 0.09454607218503952, -0.09454607218503952, 0.09454607218503952, -2.356199264526367, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 0.2291496992111206, 0.12397855520248413, 0.6121345162391663, 1.010676383972168, 0.39019298553466797, 1.192324161529541, 0.24407711625099182, 0.09513238817453384, 0.6231053471565247, 0.20068541169166565, 0.20068541169166565, 0.20068541169166565, 0.20068541169166565, 0.20068541169166565, 0.20068541169166565, 4.76837158203125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [235]}, "observation.state": {"min": [-0.9972230792045593, 0.07446424663066864, 0.0, 1.2766358852386475, -0.0769464299082756, -0.9972226619720459, 0.0, -0.34564176201820374, 0.0, 0.0, 0.9999982118606567, 0.7509999871253967, NaN], "max": [-0.9970352053642273, 0.0769464299082756, 0.0011231196112930775, 1.2823257446289062, -0.07446252554655075, -0.9970352053642273, 0.001503269886597991, -0.2983653247356415, 0.0012319402303546667, 0.0014154650270938873, 1.0, 0.7862502932548523, NaN], "mean": [-0.9970526099205017, 0.07672751694917679, 9.893252718029544e-05, 1.2819197177886963, -0.07672739773988724, -0.9970526099205017, 0.00013249798212200403, -0.3017127811908722, 0.00010858606401598081, 0.0001247093896381557, 1.0, 0.7534475922584534, NaN], "std": [4.719083881354891e-05, 0.0006219772039912641, 0.0002813377359416336, 0.001192341442219913, 0.0006223497912287712, 4.710870052804239e-05, 0.00037668473669327796, 0.009891459718346596, 0.0003087251097895205, 0.00035458573256619275, 4.0733192463449086e-07, 0.007278882898390293, NaN], "count": [235]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08550088882719738]], [[0.07915829036720533]], [[0.06837876443967006]]], "std": [[[0.21635234806339215]], [[0.20163802849482437]], [[0.17980894751794307]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26442750475929916]], [[0.24124546181798187]], [[0.2042785680326643]]], "std": [[[0.2806408012014578]], [[0.26297155088860663]], [[0.24189671789297199]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6254649910714943]], [[0.5675629813363052]], [[0.5031470517826501]]], "std": [[[0.23560798474908864]], [[0.2369414901686699]], [[0.23739359621363304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3627135455119088]], [[0.3239697698168902]], [[0.2797667095154467]]], "std": [[[0.235586990674009]], [[0.2326409162548913]], [[0.23760304325799994]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45033627507977986]], [[0.41509085885987373]], [[0.37299726478601425]]], "std": [[[0.28373243064601017]], [[0.29129406910915756]], [[0.3029607201683959]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955976519673223]], [[0.9955976519673223]], [[0.9955976519673223]]], "std": [[[0.01968432215014812]], [[0.01968432215014812]], [[0.01968432215014812]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5951710135714626]], [[0.5951710135714626]], [[0.5951710135714626]]], "std": [[[0.3382115311068211]], [[0.3382115311068211]], [[0.3382115311068211]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13578610747332345]], [[0.13578610747332345]], [[0.13578610747332345]]], "std": [[[0.14276991884866913]], [[0.14276991884866913]], [[0.14276991884866913]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05693630015872154]], [[0.05693630015872154]], [[0.05693630015872154]]], "std": [[[0.09810865987473773]], [[0.09810865987473773]], [[0.09810865987473773]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17158403021274854]], [[0.17158403021274854]], [[0.17158403021274854]]], "std": [[[0.20755885411132285]], [[0.20755885411132285]], [[0.20755885411132285]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13208600601760487]], [[0.09440354699384627]], [[0.07908627893549951]]], "std": [[[0.3133404342641605]], [[0.2787764690072183]], [[0.252122866001932]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30375871644098973]], [[0.4967592052791843]], [[0.3070533960172763]]], "std": [[[0.416443754620308]], [[0.4736787354741652]], [[0.3701046908478576]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5233735307193567]], [[0.8346392488119354]], [[0.23061413768338976]]], "std": [[[0.29187707013449093]], [[0.29268588610680246]], [[0.30741022567688886]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6405452121685171]], [[0.6305475054835038]], [[0.37682032815862226]]], "std": [[[0.36657124874624547]], [[0.4129640768875751]], [[0.3521423684543196]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5967017530448451]], [[0.6367510982095379]], [[0.3817092613044671]]], "std": [[[0.38525792309938645]], [[0.37319359289089954]], [[0.37235238480828436]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.68], "mean": [2.34], "std": [1.3567608484917302], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [235]}, "index": {"min": [28443], "max": [28677], "mean": [28560.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [235]}}} +{"episode_index": 111, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2695391774177551, 0.025464791804552078, 0.009374789893627167, -0.7853981852531433, -1.5707963705062866, 0.5992858409881592, 1.5707963705062866, -1.3440979719161987, 1.0471975803375244, -3.0609853267669678, 0.0, -0.5170731544494629, 0.0, 0.0, -0.5170731544494629, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2695391774177551, 1.8155332803726196, 0.6683833599090576, -0.4907260537147522, -1.2203798294067383, 1.0471975803375244, 1.8635714054107666, 0.0, 1.689561367034912, -2.481858253479004, 0.5170731544494629, 0.0, 0.5170731544494629, 0.5170731544494629, 0.0, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.269538938999176, 1.500636339187622, 0.5524539351463318, -0.66643887758255, -1.4161113500595093, 0.863621175289154, 1.6940416097640991, -0.6236085295677185, 1.3429877758026123, -2.755772590637207, 0.0911373570561409, -0.0911373570561409, 0.0911373570561409, 0.0911373570561409, -0.0911373570561409, 0.0911373570561409, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.5293424129486084, 0.19487613439559937, 0.11735449731349945, 0.14844673871994019, 0.18013963103294373, 0.11988674104213715, 0.5921427011489868, 0.27665457129478455, 0.25681063532829285, 0.1880791187286377, 0.1880791187286377, 0.1880791187286377, 0.1880791187286377, 0.1880791187286377, 0.1880791187286377, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [163]}, "observation.state": {"min": [-0.5958673357963562, 0.8030828833580017, 0.0, 1.699300765991211, -0.8051571846008301, -0.5958673357963562, -3.728036290340242e-06, -0.20483863353729248, -7.110888873285148e-07, -0.0017039093654602766, 0.9999971985816956, 0.7509999871253967, NaN], "max": [-0.593059241771698, 0.8051554560661316, 0.0023495396599173546, 1.7046195268630981, -0.8030828833580017, -0.5930614471435547, 0.00031672423938289285, -0.1983267068862915, 0.0016484367661178112, 0.0, 1.0, 0.8202922940254211, NaN], "mean": [-0.5956289172172546, 0.8032597303390503, 0.0001982279500225559, 1.699591875076294, -0.8032599091529846, -0.5956290364265442, 2.6480784072191454e-05, -0.2042929083108902, 0.00013898219913244247, -0.00014380394713953137, 1.0, 0.7556800842285156, NaN], "std": [0.0006911050295457244, 0.0005104384617879987, 0.0005774393794126809, 0.0008430848247371614, 0.000510810234118253, 0.0006906366324983537, 7.747820927761495e-05, 0.0015691122971475124, 0.00040502785122953355, 0.0004187977756373584, 6.371051881615131e-07, 0.014184929430484772, NaN], "count": [163]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.08732726208365772]], [[0.0788759443998522]], [[0.05809843283436968]]], "std": [[[0.21888133323307446]], [[0.20017865436876836]], [[0.1491090796698264]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2883087660288971]], [[0.25851915823269905]], [[0.19868647366610542]]], "std": [[[0.29282190928807467]], [[0.26682980612549173]], [[0.21872066971933238]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.637668276681077]], [[0.5844467136192736]], [[0.3794421665523362]]], "std": [[[0.26432266149744715]], [[0.25312450722068275]], [[0.17907461977013203]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45579066728089956]], [[0.4296948295134887]], [[0.362964629974968]]], "std": [[[0.27019269628580134]], [[0.2623295640640507]], [[0.24069417625619516]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.44140633048814754]], [[0.4145116814893941]], [[0.3381937649995876]]], "std": [[[0.3058978828257004]], [[0.29875294777839295]], [[0.30136690681851946]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969575354508275]], [[0.9969575354508275]], [[0.9969575354508275]]], "std": [[[0.015789795203957194]], [[0.015789795203957194]], [[0.015789795203957194]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5816716710554815]], [[0.5816716710554815]], [[0.5816716710554815]]], "std": [[[0.3323833535785095]], [[0.3323833535785095]], [[0.3323833535785095]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17551638144399717]], [[0.17551638144399717]], [[0.17551638144399717]]], "std": [[[0.15461854443261142]], [[0.15461854443261142]], [[0.15461854443261142]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.27058823529411763]], [[0.27058823529411763]], [[0.27058823529411763]]], "mean": [[[0.06488121365984237]], [[0.06488121365984237]], [[0.06488121365984237]]], "std": [[[0.073339630334587]], [[0.073339630334587]], [[0.073339630334587]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12963278662581618]], [[0.12963278662581618]], [[0.12963278662581618]]], "std": [[[0.1544146213922944]], [[0.1544146213922944]], [[0.1544146213922944]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06818450054348883]], [[0.09775257142972095]], [[0.12054248030733103]]], "std": [[[0.2126591297232195]], [[0.2817095498449844]], [[0.29473252464934324]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5064018035380083]], [[0.24997304751386548]], [[0.2579163288720981]]], "std": [[[0.4778952754924809]], [[0.331689713136387]], [[0.3211238191435978]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35005475121891033]], [[0.5007373477074561]], [[0.8125373049257322]]], "std": [[[0.3609925977514452]], [[0.30356985824673105]], [[0.3162053410014818]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5985392777130687]], [[0.5822833880174962]], [[0.3789536502265487]]], "std": [[[0.40151206417462065]], [[0.36685683271821334]], [[0.35671029452530445]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812260625189853]], [[0.6979677474081182]], [[0.3744045112590366]]], "std": [[[0.3441367499209831]], [[0.4067829508693234]], [[0.3528336141352172]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.24], "mean": [1.62], "std": [0.9410632284814874], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [163]}, "index": {"min": [28678], "max": [28840], "mean": [28759.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [163]}}} +{"episode_index": 112, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3173394203186035, 0.025464791804552078, 0.011247633956372738, -0.7853981852531433, -1.5707963705062866, 0.884983479976654, 1.5707963705062866, -1.6606348752975464, 1.0471975803375244, -4.115396022796631, 0.0, -0.28780487179756165, 0.0, 0.0, -0.28780487179756165, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3173394203186035, 1.4117693901062012, 0.6235694289207458, -0.2930956780910492, -0.5902040600776672, 1.207005262374878, 2.2282943725585938, 0.0, 1.7556346654891968, -2.481858253479004, 0.28780487179756165, 0.0, 0.28780487179756165, 0.28780487179756165, 0.0, 0.28780487179756165, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.31733980774879456, 1.266413927078247, 0.5593646764755249, -0.5207796692848206, -0.9575180411338806, 1.0671292543411255, 1.9801746606826782, -0.9861864447593689, 1.4623838663101196, -3.509751558303833, 0.06964614987373352, -0.06964614987373352, 0.06964614987373352, 0.06964614987373352, -0.06964614987373352, 0.06964614987373352, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 0.33888769149780273, 0.1496848165988922, 0.18993599712848663, 0.4234096109867096, 0.08675256371498108, 0.282838374376297, 0.6875872611999512, 0.28338301181793213, 0.7089943289756775, 0.12149576842784882, 0.12149576842784882, 0.12149576842784882, 0.12149576842784882, 0.12149576842784882, 0.12149576842784882, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [213]}, "observation.state": {"min": [-0.3113696873188019, 0.9502888917922974, -0.0004247715405654162, 1.2312175035476685, -0.9520617723464966, -0.3113696873188019, -3.2492639689962743e-08, -0.3496359884738922, -2.6460721613830174e-08, -2.3596742337872456e-08, 0.9999980330467224, 0.7509999871253967, NaN], "max": [-0.30590102076530457, 0.952063262462616, 1.418465522817769e-08, 1.2456576824188232, -0.9502888917922974, -0.3058997392654419, 0.0019389240769669414, -0.3360648453235626, 0.0017245181370526552, 0.0009837630204856396, 1.0, 0.8169053792953491, NaN], "mean": [-0.31058087944984436, 0.9505445957183838, -5.729303302359767e-05, 1.24385666847229, -0.950544536113739, -0.3105807900428772, 0.0002799606299959123, -0.33741533756256104, 0.00024885282618924975, 0.00014047313015908003, 1.0, 0.7585538625717163, NaN], "std": [0.0016819131560623646, 0.0005464264540933073, 0.00012550024257507175, 0.003911606501787901, 0.0005460325628519058, 0.0016822573961690068, 0.0005966927274130285, 0.0031775084789842367, 0.00053050258429721, 0.0003005988255608827, 5.812125891679898e-07, 0.01686074584722519, NaN], "count": [213]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09661117917294479]], [[0.09670265159516152]], [[0.0876703473701645]]], "std": [[[0.23695247086679014]], [[0.23815753350334207]], [[0.21564325391064795]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32867059078342187]], [[0.32710366655468315]], [[0.29064452611864483]]], "std": [[[0.3088162419076627]], [[0.3117495997835559]], [[0.28446581046349967]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6523104746156183]], [[0.657853184925008]], [[0.5837386962034907]]], "std": [[[0.24983777907032428]], [[0.25613799724181113]], [[0.2407640584980211]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46238756620941185]], [[0.45766883056358554]], [[0.42329170094904345]]], "std": [[[0.21849324418470964]], [[0.21932303067684478]], [[0.21876819698975672]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47834014286950033]], [[0.4702908164804857]], [[0.4112899977268018]]], "std": [[[0.2617143911321243]], [[0.27210915846318245]], [[0.2738246625946379]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968868611156374]], [[0.9968868611156374]], [[0.9968868611156374]]], "std": [[[0.01606728339341613]], [[0.01606728339341613]], [[0.01606728339341613]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5833563952307095]], [[0.5833563952307095]], [[0.5833563952307095]]], "std": [[[0.3348767668497493]], [[0.3348767668497493]], [[0.3348767668497493]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14122260511194665]], [[0.14122260511194665]], [[0.14122260511194665]]], "std": [[[0.13389889496971252]], [[0.13389889496971252]], [[0.13389889496971252]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0604685939900395]], [[0.0604685939900395]], [[0.0604685939900395]]], "std": [[[0.06406497313138634]], [[0.06406497313138634]], [[0.06406497313138634]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15628603404701027]], [[0.15628603404701027]], [[0.15628603404701027]]], "std": [[[0.21956795902168372]], [[0.21956795902168372]], [[0.21956795902168372]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08622583654028623]], [[0.09711720784206436]], [[0.07867740501350842]]], "std": [[[0.21889837355600675]], [[0.2825261679496233]], [[0.2522494076295244]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.529798870911177]], [[0.2699728289113258]], [[0.27937803956437746]]], "std": [[[0.48331044932083356]], [[0.3487733803330656]], [[0.3507851039938278]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7275735989823583]], [[0.28736457203858934]], [[0.6189596047987951]]], "std": [[[0.35154853314571083]], [[0.35210873076556054]], [[0.3094940280229846]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5264056284118928]], [[0.6168719612738225]], [[0.44828491555303424]]], "std": [[[0.4113955843452308]], [[0.40332070898856104]], [[0.3541743377757721]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39839300445050635]], [[0.5591630768240403]], [[0.6381212251666509]]], "std": [[[0.3855696055455254]], [[0.41015434626954816]], [[0.3843297442051678]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.24], "mean": [2.12], "std": [1.2297425204760006], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [213]}, "index": {"min": [28841], "max": [29053], "mean": [28947.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [213]}}} +{"episode_index": 113, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0681929960846901, 0.025464791804552078, 0.005904607940465212, -1.406742811203003, -2.0784568786621094, 0.8433146476745605, -2.6318681240081787, -0.48245036602020264, -1.9938465356826782, -2.481858253479004, 0.0, -0.6292682886123657, 0.0, 0.0, -0.6292682886123657, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0681929960846901, 1.587691307067871, 0.3681434094905853, -0.4597078859806061, -1.0589503049850464, 1.2247097492218018, 1.5707963705062866, 0.9583094716072083, 1.0471975803375244, -1.0989553928375244, 0.6292682886123657, 0.0, 0.6292682886123657, 0.6292682886123657, 0.0, 0.6292682886123657, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0681932121515274, 1.431491494178772, 0.33192557096481323, -0.9552994966506958, -1.6439487934112549, 1.0489615201950073, -0.5594373345375061, 0.21619777381420135, -0.5486094355583191, -1.6017004251480103, 0.07856691628694534, -0.07856691628694534, 0.07856691628694534, 0.07856691628694534, -0.07856691628694534, 0.07856691628694534, -2.3561995029449463, 1.5707988739013672, -1.047196626663208, -1.5707988739013672, 0.0, -1.047196626663208, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.1606683731079102e-07, 0.37422505021095276, 0.08677295595407486, 0.3246561884880066, 0.32257983088493347, 0.09490212053060532, 1.6958898305892944, 0.48173215985298157, 1.2172645330429077, 0.5563349723815918, 0.1979982703924179, 0.1979982703924179, 0.1979982703924179, 0.1979982703924179, 0.1979982703924179, 0.1979982703924179, 5.0067901611328125e-06, 2.5033950805664062e-06, 9.5367431640625e-07, 2.5033950805664062e-06, 0.0, 9.5367431640625e-07, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [251]}, "observation.state": {"min": [0.06770551204681396, -0.997705340385437, 0.0, 2.039303779602051, 0.9976165294647217, 0.06770551204681396, -0.003183470806106925, -0.31266385316848755, 0.0, 0.0, 0.9999912977218628, 0.7509999871253967, NaN], "max": [0.0689375028014183, -0.9976173639297485, 0.0026941923424601555, 2.059277296066284, 0.997705340385437, 0.06892884522676468, 0.0, -0.2668275237083435, 0.002991711487993598, 0.0029071883764117956, 1.0, 0.7713260650634766, NaN], "mean": [0.06777464598417282, -0.9977021217346191, 0.00015179556794464588, 2.058263063430786, 0.9977021217346191, 0.06777425855398178, -0.0001797067525330931, -0.2688889801502228, 0.00016885601507965475, 0.00016378042346332222, 0.9999997019767761, 0.7520006895065308, NaN], "std": [0.00025174100301228464, 1.7938282326213084e-05, 0.0005515170050784945, 0.0036898432299494743, 1.8093989638146013e-05, 0.0002502125280443579, 0.0006530180107802153, 0.007798553444445133, 0.0006135733565315604, 0.000595089397393167, 1.5703437838965328e-06, 0.0036777793429791927, NaN], "count": [251]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.13510039288106745]], [[0.12669000349361725]], [[0.10928558141905234]]], "std": [[[0.3125622497715269]], [[0.29389526167099417]], [[0.25729109570812997]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4823923888764835]], [[0.4453982542642583]], [[0.3732977789043185]]], "std": [[[0.4086658446930035]], [[0.3809142633384121]], [[0.3318916462326185]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7343261228023236]], [[0.7023007863656389]], [[0.6317009128332431]]], "std": [[[0.24906495963279923]], [[0.24578131751098403]], [[0.2434612161683203]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6039902607874654]], [[0.5820186831409832]], [[0.5389351561834679]]], "std": [[[0.27653111422363436]], [[0.27293420335782304]], [[0.26882211501380604]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7117734499839401]], [[0.6761595436437289]], [[0.6148123297196858]]], "std": [[[0.21105479803352428]], [[0.21480431558782773]], [[0.23124108160633755]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966775096208588]], [[0.9966775096208588]], [[0.9966775096208588]]], "std": [[[0.016618965557556178]], [[0.016618965557556178]], [[0.016618965557556178]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5922255039425571]], [[0.5922255039425571]], [[0.5922255039425571]]], "std": [[[0.3329857177937413]], [[0.3329857177937413]], [[0.3329857177937413]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15764019228976772]], [[0.15764019228976772]], [[0.15764019228976772]]], "std": [[[0.13942834163669432]], [[0.13942834163669432]], [[0.13942834163669432]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1144543083811275]], [[0.1144543083811275]], [[0.1144543083811275]]], "std": [[[0.22175518190259894]], [[0.22175518190259894]], [[0.22175518190259894]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10089011467245494]], [[0.10089011467245494]], [[0.10089011467245494]]], "std": [[[0.11928093676500344]], [[0.11928093676500344]], [[0.11928093676500344]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09521759066473276]], [[0.05847217343898675]], [[0.0849955615637726]]], "std": [[[0.2786953984420495]], [[0.163507078649183]], [[0.2633112843871868]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5312706158623635]], [[0.36433370951745836]], [[0.11405990648371109]]], "std": [[[0.48347140458078847]], [[0.3624232384614042]], [[0.21621010293997828]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7384451297567007]], [[0.32991432255676456]], [[0.5501486564325809]]], "std": [[[0.38933785349958544]], [[0.3780299251276903]], [[0.26000347809330904]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6479409048938134]], [[0.5197578554420298]], [[0.4325037058494955]]], "std": [[[0.40588784283688223]], [[0.3601267703677206]], [[0.41827836719329997]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48003347703432797]], [[0.6474251303065599]], [[0.42937390220956206]]], "std": [[[0.3825529200750085]], [[0.39048056278194865]], [[0.37531478255418943]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.5], "std": [1.449137674618944], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [251]}, "index": {"min": [29054], "max": [29304], "mean": [29179.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [251]}}} +{"episode_index": 114, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49965646862983704, 0.025464791804552078, 0.010584906674921513, -0.8510757088661194, -1.5733203887939453, 0.31419837474823, 1.5297112464904785, -0.0254387017339468, 0.9732134342193604, -3.9513015747070312, 0.0, -0.5463414788246155, 0.0, 0.0, -0.5463414788246155, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49965646862983704, 1.4875807762145996, 0.6183401942253113, -0.21511413156986237, -0.11712592840194702, 1.0619096755981445, 1.6147466897964478, 4.054315567016602, 2.1387441158294678, -2.481858253479004, 0.5463414788246155, 0.0, 0.5463414788246155, 0.5463414788246155, 0.0, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49965521693229675, 1.3787366151809692, 0.5730991363525391, -0.53574538230896, -0.8250702619552612, 0.7211135029792786, 1.5858153104782104, 2.3836426734924316, 1.5298130512237549, -3.2613232135772705, 0.083624467253685, -0.083624467253685, 0.083624467253685, 0.083624467253685, -0.083624467253685, 0.083624467253685, -2.3561997413635254, 1.5707992315292358, -1.0471994876861572, -1.5707992315292358, 0.0, -1.0471994876861572, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 0.3089890480041504, 0.12843669950962067, 0.25097569823265076, 0.5976104736328125, 0.270396888256073, 0.025744710117578506, 1.6925631761550903, 0.4347524344921112, 0.5982022881507874, 0.19129495322704315, 0.19129495322704315, 0.19129495322704315, 0.19129495322704315, 0.19129495322704315, 0.19129495322704315, 5.245208740234375e-06, 2.86102294921875e-06, 1.9073486328125e-06, 2.86102294921875e-06, 0.0, 1.9073486328125e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [316]}, "observation.state": {"min": [-0.8894848823547363, 0.45696383714675903, 0.0, 1.3033113479614258, -0.459541916847229, -0.8894850611686707, -0.00028112062136642635, -0.2771308422088623, 0.0, -0.0006398847326636314, 0.9999995827674866, 0.7509999871253967, NaN], "max": [-0.8881560564041138, 0.459541916847229, 0.0008573075174354017, 1.3232059478759766, -0.4569641947746277, -0.8881560564041138, 6.387635664850677e-08, -0.2686433494091034, 0.0006364203873090446, 8.805396412014943e-09, 1.0, 0.8160797357559204, NaN], "mean": [-0.8882633447647095, 0.4593295753002167, 6.995792500674725e-05, 1.3047175407409668, -0.4593295753002167, -0.8882633447647095, -2.204565316787921e-05, -0.2764115035533905, 5.212258838582784e-05, -5.160773798706941e-05, 1.0, 0.7553074955940247, NaN], "std": [0.00032304125488735735, 0.0006264178664423525, 0.00020727457012981176, 0.004229329526424408, 0.0006263441173359752, 0.0003230813017580658, 6.626458343816921e-05, 0.0020850382279604673, 0.00015423890727106482, 0.0001535060437163338, 9.164248382376172e-08, 0.013217894360423088, NaN], "count": [316]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11303013563415859]], [[0.10974290329653971]], [[0.1022618308566202]]], "std": [[[0.2719027936948212]], [[0.26363771104606487]], [[0.2471648293397939]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3892311976669879]], [[0.3784413518220119]], [[0.3465725213925384]]], "std": [[[0.37136479647984383]], [[0.36010766495761193]], [[0.341271556741242]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.550323063707888]], [[0.5468620544213034]], [[0.5145288277070003]]], "std": [[[0.2083023002886268]], [[0.20470927740262881]], [[0.215637270935608]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5026293446416561]], [[0.5004831505051663]], [[0.4755495245394762]]], "std": [[[0.32912130622781766]], [[0.32729009188698255]], [[0.3250996207908199]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5314267798840066]], [[0.5279117435832443]], [[0.49298881036632014]]], "std": [[[0.33063630449426357]], [[0.3306790194987823]], [[0.33619904234708897]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956895133143028]], [[0.9956895133143028]], [[0.9956895133143028]]], "std": [[[0.01941468985475591]], [[0.01941468985475591]], [[0.01941468985475591]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5859725875097483]], [[0.5859725875097483]], [[0.5859725875097483]]], "std": [[[0.33601507837418043]], [[0.33601507837418043]], [[0.33601507837418043]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14937647984196242]], [[0.14937647984196242]], [[0.14937647984196242]]], "std": [[[0.18063864495926843]], [[0.18063864495926843]], [[0.18063864495926843]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15115820587665318]], [[0.15115820587665318]], [[0.15115820587665318]]], "std": [[[0.3047647731428076]], [[0.3047647731428076]], [[0.3047647731428076]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15985007352689717]], [[0.15985007352689717]], [[0.15985007352689717]]], "std": [[[0.23033986589223138]], [[0.23033986589223138]], [[0.23033986589223138]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0312964672890804]], [[0.1457721504387809]], [[0.09519930583635253]]], "std": [[[0.13044862778639546]], [[0.34783186776928227]], [[0.23123246482253168]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4443309387637959]], [[0.32741132884192287]], [[0.2490565221677057]]], "std": [[[0.43609072298908497]], [[0.3765972044230519]], [[0.38360677538843424]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3495527029935807]], [[0.8764874997569221]], [[0.29606186854208866]]], "std": [[[0.3330484063252692]], [[0.2912427246170082]], [[0.24575924586043027]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5313789340913342]], [[0.697376419491568]], [[0.27460448430252715]]], "std": [[[0.4200200325113433]], [[0.3821313957754987]], [[0.3259728650635385]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43060374400435597]], [[0.5396627915007869]], [[0.6344786443423852]]], "std": [[[0.4034060696228662]], [[0.3720304367127645]], [[0.4245716319927549]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.1499999999999995], "std": [1.8244177153272767], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [316]}, "index": {"min": [29305], "max": [29620], "mean": [29462.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [316]}}} +{"episode_index": 115, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33430442214012146, 0.025464791804552078, 0.01024600025266409, -1.3369799852371216, -1.5707963705062866, -0.4195482134819031, 0.9097105860710144, -1.0653778314590454, 1.0471975803375244, -4.515238285064697, 0.0, -0.6634146571159363, 0.0, 0.0, -0.6634146571159363, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33430442214012146, 2.217496395111084, 0.892230749130249, -0.2729097604751587, -0.7698983550071716, 1.0471975803375244, 1.5988866090774536, 0.0, 2.2293589115142822, -2.481858253479004, 0.6634146571159363, 0.0, 0.6634146571159363, 0.6634146571159363, 0.0, 0.6634146571159363, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3343047499656677, 1.9258919954299927, 0.774898111820221, -0.7170724868774414, -1.185003399848938, 0.20027224719524384, 1.2969696521759033, -0.5447224974632263, 1.6591788530349731, -3.5155978202819824, 0.10824795812368393, -0.10824795812368393, 0.10824795812368393, 0.10824795812368393, -0.10824795812368393, 0.10824795812368393, -2.3561995029449463, 1.5707988739013672, -1.0471972227096558, -1.5707988739013672, 0.0, -1.0471972227096558, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.5868809819221497, 0.2361384779214859, 0.3261118233203888, 0.33270323276519775, 0.6329416036605835, 0.2602974772453308, 0.4435844123363495, 0.5142525434494019, 0.857970118522644, 0.23567353188991547, 0.23567353188991547, 0.23567353188991547, 0.23567353188991547, 0.23567353188991547, 0.23567353188991547, 5.0067901611328125e-06, 2.5033950805664062e-06, 3.5762786865234375e-07, 2.5033950805664062e-06, 0.0, 3.5762786865234375e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [263]}, "observation.state": {"min": [0.8806667327880859, 0.47198283672332764, 0.0, 2.0201733112335205, -0.4737362563610077, 0.8806667327880859, -1.552880712551996e-05, -0.3068402409553528, -5.75548765482381e-05, -0.005312247201800346, 0.9999847412109375, 0.7509999871253967, NaN], "max": [0.881606936454773, 0.4737362563610077, 0.0011847523273900151, 2.0333852767944336, -0.47198206186294556, 0.8815922141075134, 0.005396065767854452, -0.2586445212364197, 0.0015199154149740934, 0.0, 1.0, 0.7727230787277222, NaN], "mean": [0.8807874321937561, 0.4735165238380432, 9.709244477562606e-05, 2.020969867706299, -0.4735165238380432, 0.8807864189147949, 0.00043751506018452346, -0.3036639094352722, 0.00012107820657547563, -0.00043149382690899074, 0.999998927116394, 0.75251305103302, NaN], "std": [0.0002128119085682556, 0.0003967696684412658, 0.0002868073934223503, 0.0025350991636514664, 0.0003969538083765656, 0.0002096449170494452, 0.0013029640540480614, 0.009788038209080696, 0.00036432850174605846, 0.0012834477238357067, 3.2443028885609237e-06, 0.004585701040923595, NaN], "count": [263]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07256057469668897]], [[0.07423621412588154]], [[0.0584419298446782]]], "std": [[[0.17845107564553608]], [[0.1855468482644724]], [[0.14834607028116903]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2540400082881208]], [[0.2552285301795558]], [[0.2076596881493954]]], "std": [[[0.24294545035397713]], [[0.24496191622305827]], [[0.21307487880067763]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4659712973524282]], [[0.5094333942872317]], [[0.3935320658409392]]], "std": [[[0.21702579931347576]], [[0.24001875215150606]], [[0.20366139555690946]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34888863139387283]], [[0.36141937958453446]], [[0.32200918398890627]]], "std": [[[0.2759844487847982]], [[0.28622502245666714]], [[0.26780055339020314]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4811550931374225]], [[0.49866810837053266]], [[0.4447568382026043]]], "std": [[[0.30914642800213765]], [[0.3058363762717226]], [[0.3300585445231411]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969889176559101]], [[0.9969889176559101]], [[0.9969889176559101]]], "std": [[[0.01570012837475294]], [[0.01570012837475294]], [[0.01570012837475294]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5819917561361263]], [[0.5819917561361263]], [[0.5819917561361263]]], "std": [[[0.33127601006354507]], [[0.33127601006354507]], [[0.33127601006354507]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17501346149074862]], [[0.17501346149074862]], [[0.17501346149074862]]], "std": [[[0.18644194983896314]], [[0.18644194983896314]], [[0.18644194983896314]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2408697752484257]], [[0.2408697752484257]], [[0.2408697752484257]]], "std": [[[0.36729595981451374]], [[0.36729595981451374]], [[0.36729595981451374]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12487588404945782]], [[0.12487588404945782]], [[0.12487588404945782]]], "std": [[[0.15188172208659634]], [[0.15188172208659634]], [[0.15188172208659634]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08558902454316428]], [[0.05523052040145083]], [[0.0933938768489852]]], "std": [[[0.2605954233154045]], [[0.16756705614371395]], [[0.2773666534120874]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858975947685596]], [[0.3805521631928309]], [[0.17500311072755084]]], "std": [[[0.45045351691366864]], [[0.41158164933234015]], [[0.24377929318026906]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33253441347128093]], [[0.7917053023185951]], [[0.26727727854590416]]], "std": [[[0.3166871682114744]], [[0.30747654515596723]], [[0.34839597322220583]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2973676110162269]], [[0.44041011579899564]], [[0.5324840852657194]]], "std": [[[0.34288161686344976]], [[0.3868115526527594]], [[0.4475887465688836]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34868448746757]], [[0.7343127987763622]], [[0.40608650893755815]]], "std": [[[0.38081610916416136]], [[0.37682297158054917]], [[0.3253113153757771]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.24], "mean": [2.6199999999999997], "std": [1.5184202316881845], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [263]}, "index": {"min": [29621], "max": [29883], "mean": [29752.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [263]}}} +{"episode_index": 116, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997249245643616, 0.025464791804552078, 0.008122125640511513, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 0.5575356483459473, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.3121951222419739, 0.0, 0.0, -0.3121951222419739, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997249245643616, 1.8249659538269043, 0.582082211971283, 0.4162940979003906, 0.1505591720342636, 1.9152556657791138, 1.5707963705062866, 2.37257719039917, 1.3003853559494019, -0.5554964542388916, 0.3121951222419739, 0.0, 0.3121951222419739, 0.3121951222419739, 0.0, 0.3121951222419739, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997252821922302, 1.6356695890426636, 0.5217072367668152, -0.06220073997974396, -0.5173547267913818, 1.5448057651519775, 1.0104551315307617, 1.3791698217391968, 1.2028950452804565, -1.330149531364441, 0.07890930026769638, -0.07890930026769638, 0.07890930026769638, 0.07890930026769638, -0.07890930026769638, 0.07890930026769638, -2.3561995029449463, 1.5707989931106567, -1.0471978187561035, -1.5707989931106567, 0.0, -1.0471978187561035, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.43977320194244385, 0.14026783406734467, 0.49186280369758606, 0.7170631885528564, 0.3389952778816223, 0.3966329097747803, 0.9624691009521484, 0.10601694881916046, 0.79852294921875, 0.1340787261724472, 0.1340787261724472, 0.1340787261724472, 0.1340787261724472, 0.1340787261724472, 0.1340787261724472, 5.0067901611328125e-06, 2.6226043701171875e-06, 2.384185791015625e-07, 2.6226043701171875e-06, 0.0, 2.384185791015625e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [274]}, "observation.state": {"min": [-0.7798797488212585, -0.6395379900932312, 0.0, 2.0087668895721436, 0.6259294152259827, -0.7798797488212585, -0.015768468379974365, -0.1733935922384262, 0.0, -0.00841817632317543, 0.999858558177948, 0.7509999871253967, NaN], "max": [-0.7687390446662903, -0.6259294152259827, 0.005900510121136904, 2.0354671478271484, 0.6394033432006836, -0.7687138319015503, 0.0, -0.15837745368480682, 0.014579295180737972, 7.269729263015279e-09, 1.0, 0.8128780722618103, NaN], "mean": [-0.778165340423584, -0.6280311942100525, 0.0008948391769081354, 2.012640953063965, 0.6280138492584229, -0.7781620621681213, -0.002432036679238081, -0.16645580530166626, 0.0022386068012565374, -0.0013055461458861828, 0.9999827146530151, 0.7588002681732178, NaN], "std": [0.0035041735973209143, 0.004291067831218243, 0.0018397019011899829, 0.007901530712842941, 0.004253318998962641, 0.0035109086893498898, 0.0049693165346980095, 0.0028833127580583096, 0.004581597167998552, 0.0026621981523931026, 3.959129026043229e-05, 0.016629992052912712, NaN], "count": [274]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09495277715750983]], [[0.09387278807422562]], [[0.09029376426197168]]], "std": [[[0.23166475686026908]], [[0.23000320727502074]], [[0.22183249628504123]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3131122604508443]], [[0.3066514328860028]], [[0.2921711081204138]]], "std": [[[0.3036903340208889]], [[0.3024283559831828]], [[0.2954504357771393]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6933544492657704]], [[0.693165264190557]], [[0.6613947753993016]]], "std": [[[0.2453123797391983]], [[0.24547224248731117]], [[0.24248590730133462]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46973547751579]], [[0.46265206589458396]], [[0.4494713895544196]]], "std": [[[0.35818307611831823]], [[0.35675079494222456]], [[0.35377676467574903]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5315817583556798]], [[0.5161059766336684]], [[0.4878817816241096]]], "std": [[[0.2550868751701591]], [[0.26427299114720487]], [[0.2727526606433414]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954392496166073]], [[0.9954392496166073]], [[0.9954392496166073]]], "std": [[[0.020496961042638612]], [[0.020496961042638612]], [[0.020496961042638612]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5999139108329629]], [[0.5999139108329629]], [[0.5999139108329629]]], "std": [[[0.33856129646790795]], [[0.33856129646790795]], [[0.33856129646790795]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.1024484155003953]], [[0.1024484155003953]], [[0.1024484155003953]]], "std": [[[0.06319890077818494]], [[0.06319890077818494]], [[0.06319890077818494]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15182603663537164]], [[0.15182603663537164]], [[0.15182603663537164]]], "std": [[[0.3057623553419235]], [[0.3057623553419235]], [[0.3057623553419235]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15750604677423788]], [[0.15750604677423788]], [[0.15750604677423788]]], "std": [[[0.1882907773206996]], [[0.1882907773206996]], [[0.1882907773206996]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10256302760494095]], [[0.03231051484921454]], [[0.0868606529510337]]], "std": [[[0.2792118066904518]], [[0.12618153836563345]], [[0.25674784944269513]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4027487472263965]], [[0.20653013798111838]], [[0.26210053302809444]]], "std": [[[0.43546244692184893]], [[0.32241496487182664]], [[0.3858110971665859]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8476528390501921]], [[0.6503958985871973]], [[0.30162402911303027]]], "std": [[[0.2800177410770709]], [[0.279500747353915]], [[0.36380578752684006]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.59689425605063]], [[0.5744720648082768]], [[0.35336433197813166]]], "std": [[[0.4058034742875534]], [[0.4111437366610053]], [[0.34965072021904364]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5002214671717324]], [[0.5168496249222988]], [[0.4948666236167187]]], "std": [[[0.3561679611753004]], [[0.4282314693241313]], [[0.3867059990536076]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.46], "mean": [2.73], "std": [1.5819292019556375], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [274]}, "index": {"min": [29884], "max": [30157], "mean": [30020.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [274]}}} +{"episode_index": 117, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3981966972351074, 0.025464791804552078, 0.006789377424865961, -0.7853981852531433, -1.5707963705062866, 0.19652362167835236, 0.9085778594017029, -0.7985466718673706, -0.9511180520057678, -2.481858253479004, 0.0, -0.6390243768692017, 0.0, 0.0, -0.6390243768692017, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3981966972351074, 2.6959738731384277, 0.7187957763671875, 0.5304107069969177, -1.4541951417922974, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.0098536014556885, 0.6390243768692017, 0.0, 0.6390243768692017, 0.6390243768692017, 0.0, 0.6390243768692017, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3981955945491791, 2.272463083267212, 0.605879008769989, -0.09145379066467285, -1.5367908477783203, 0.5926762819290161, 1.3132466077804565, -0.3978953957557678, 0.01863357424736023, -2.279099464416504, 0.12450394779443741, -0.12450394779443741, 0.12450394779443741, 0.12450394779443741, -0.12450394779443741, 0.12450394779443741, -2.3561995029449463, 1.5707989931106567, -1.0471974611282349, -1.5707989931106567, 0.0, -1.0471974611282349, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 0.761241614818573, 0.20296108722686768, 0.5987998843193054, 0.03815929964184761, 0.39256754517555237, 0.24809223413467407, 0.35003045201301575, 0.8920859694480896, 0.18521550297737122, 0.24509096145629883, 0.24509096145629883, 0.24509096145629883, 0.24509096145629883, 0.24509096145629883, 0.24509096145629883, 5.0067901611328125e-06, 2.6226043701171875e-06, 1.1920928955078125e-07, 2.6226043701171875e-06, 0.0, 1.1920928955078125e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [268]}, "observation.state": {"min": [0.9457155466079712, 0.3235835134983063, -0.0005285023362375796, 1.5550496578216553, -0.32498595118522644, 0.9457141160964966, -0.002998239593580365, -0.3227001428604126, -0.002505906857550144, 0.0, 0.9999942183494568, 0.7509999871253967, NaN], "max": [0.9461995959281921, 0.3249915838241577, 0.0016294619999825954, 1.5937201976776123, -0.3235835134983063, 0.9461995959281921, -0.0, -0.29098403453826904, 0.0004131763125769794, 0.0023177394177764654, 1.0, 0.7714896202087402, NaN], "mean": [0.9461442232131958, 0.32374125719070435, 0.00015567733498755842, 1.55818510055542, -0.32374075055122375, 0.9461441040039062, -0.00032490852754563093, -0.2934247553348541, -0.00025274453219026327, 0.00025673912023194134, 1.0, 0.7526809573173523, NaN], "std": [0.00013457202294375747, 0.0003917963767889887, 0.00043199220090173185, 0.008473057299852371, 0.00039051473140716553, 0.00013494148151949048, 0.0008203133475035429, 0.006713881157338619, 0.0006700015510432422, 0.0006408084882423282, 1.4725133041793015e-06, 0.004526762291789055, NaN], "count": [268]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.11379264945607531]], [[0.10304550084457023]], [[0.08613532435990025]]], "std": [[[0.2763260125839577]], [[0.25225324686632616]], [[0.21287498318240516]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3820540712711335]], [[0.34187051353491704]], [[0.2794971658784235]]], "std": [[[0.38746252060513486]], [[0.35833346181681675]], [[0.3034319989959176]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4433045770409665]], [[0.41501919343709576]], [[0.3738555962585438]]], "std": [[[0.32481125144202727]], [[0.30551516988963506]], [[0.27847000618738743]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45949951417932516]], [[0.42891764786349545]], [[0.40211517671601316]]], "std": [[[0.28232583298963354]], [[0.29014264228208786]], [[0.29096120368327266]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5502506338467811]], [[0.5086816121065574]], [[0.460997558491267]]], "std": [[[0.35953424053070787]], [[0.3645370669888699]], [[0.357103596027094]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959723715894484]], [[0.9959723715894484]], [[0.9959723715894484]]], "std": [[[0.018900597542576097]], [[0.018900597542576097]], [[0.018900597542576097]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5949928927352207]], [[0.5949928927352207]], [[0.5949928927352207]]], "std": [[[0.338003778155826]], [[0.338003778155826]], [[0.338003778155826]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32528124960185506]], [[0.32528124960185506]], [[0.32528124960185506]]], "std": [[[0.3651069105061545]], [[0.3651069105061545]], [[0.3651069105061545]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15553593631289936]], [[0.15553593631289936]], [[0.15553593631289936]]], "std": [[[0.2689022571629961]], [[0.2689022571629961]], [[0.2689022571629961]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2310030074613204]], [[0.2310030074613204]], [[0.2310030074613204]]], "std": [[[0.29186006565518025]], [[0.29186006565518025]], [[0.29186006565518025]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12828014921299732]], [[0.025058874491967028]], [[0.10358130773940162]]], "std": [[[0.30807541278203715]], [[0.0958521751204109]], [[0.2818231422511487]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3337325069352661]], [[0.5226722229263101]], [[0.1306698169572538]]], "std": [[[0.3910609131653028]], [[0.4803823685947431]], [[0.23745876119260687]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4790247550612188]], [[0.2514173571757625]], [[0.636334692558327]]], "std": [[[0.45775699890731475]], [[0.30145029844539095]], [[0.38722324012855225]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6536073978854563]], [[0.588559529964306]], [[0.388888081534724]]], "std": [[[0.37230644450118144]], [[0.4360462185688389]], [[0.3960652261511296]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41080374789360363]], [[0.5237585957402009]], [[0.5237082796047183]]], "std": [[[0.31224581751524844]], [[0.42559080885736955]], [[0.43173447535308557]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.34], "mean": [2.67], "std": [1.5472879499304582], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [268]}, "index": {"min": [30158], "max": [30425], "mean": [30291.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [268]}}} +{"episode_index": 118, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4931192696094513, 0.025464791804552078, 0.007842937484383583, -0.7853981852531433, -1.5707963705062866, -2.016024589538574, -1.100198745727539, -3.1102678775787354, -1.6762306690216064, -3.151714563369751, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4931192696094513, 1.6857879161834717, 0.5192082524299622, -0.6092163920402527, -0.38089221715927124, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49311864376068115, 1.5088900327682495, 0.4647253453731537, -0.6990170478820801, -0.9505176544189453, -0.5782460570335388, 0.15416763722896576, -1.6660348176956177, -0.400882363319397, -2.8173248767852783, 0.06383068859577179, -0.06383068859577179, 0.06383068859577179, 0.06383068859577179, -0.06383068859577179, 0.06383068859577179, -2.3561995029449463, 1.5707988739013672, -1.0471965074539185, -1.5707988739013672, 0.0, -1.0471965074539185, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.40806326270103455, 0.12568002939224243, 0.06371951103210449, 0.5126898288726807, 1.312320351600647, 1.1295121908187866, 1.3470243215560913, 1.1497917175292969, 0.2897316813468933, 0.14940741658210754, 0.14940741658210754, 0.14940741658210754, 0.14940741658210754, 0.14940741658210754, 0.14940741658210754, 5.0067901611328125e-06, 2.5033950805664062e-06, 1.0728836059570312e-06, 2.5033950805664062e-06, 0.0, 1.0728836059570312e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [250]}, "observation.state": {"min": [-0.6092966198921204, 0.7929424047470093, -0.0003225920663680881, 1.3563109636306763, -0.7932704091072083, -0.6092966198921204, -6.645075245614862e-06, -0.3575865924358368, -0.00019534473540261388, -3.952925098360538e-08, 0.9999999403953552, 0.7509999871253967, NaN], "max": [-0.6088694930076599, 0.7932703495025635, 0.0, 1.3722354173660278, -0.7929424047470093, -0.6088694930076599, 8.415963748120703e-06, -0.31609317660331726, 0.0, 0.0002569324860814959, 1.0, 0.7939056158065796, NaN], "mean": [-0.6092640161514282, 0.7929681539535522, -2.516365930205211e-05, 1.3573909997940063, -0.7929681539535522, -0.6092640161514282, 1.0204341549524543e-07, -0.31866180896759033, -1.524258914287202e-05, 2.0022083845105954e-05, 1.0, 0.7537312507629395, NaN], "std": [0.00010145907435799018, 7.789942173985764e-05, 7.655317313037813e-05, 0.003338854294270277, 7.79126858105883e-05, 0.00010145406849915162, 1.8686311022975133e-06, 0.00815083272755146, 4.6374290832318366e-05, 6.093690899433568e-05, 1.4600096243100325e-08, 0.008590472862124443, NaN], "count": [250]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09008984430268807]], [[0.08067930806261152]], [[0.07342741021034795]]], "std": [[[0.22126798897242958]], [[0.20246540509772976]], [[0.1871893896546147]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28745878839207106]], [[0.2527925441781651]], [[0.2271065821492921]]], "std": [[[0.29115204465468497]], [[0.2709159089871099]], [[0.2581257814448943]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.32955851943048003]], [[0.30709226301238324]], [[0.28982335439562096]]], "std": [[[0.3242813798521741]], [[0.3075555699354243]], [[0.29336698701403857]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.545402980370699]], [[0.49156513517482503]], [[0.4471609337144796]]], "std": [[[0.2608942496987262]], [[0.2694955756463945]], [[0.2824889915672867]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5136620364502971]], [[0.4485476033852548]], [[0.3981527495304404]]], "std": [[[0.2631708330363948]], [[0.28637484003047775]], [[0.3075218149918559]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956016538690302]], [[0.9956016538690302]], [[0.9956016538690302]]], "std": [[[0.019622433529000703]], [[0.019622433529000703]], [[0.019622433529000703]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.12156862745098039]], [[0.12156862745098039]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5952545143771403]], [[0.5952545143771403]], [[0.5952545143771403]]], "std": [[[0.3400674677599921]], [[0.3400674677599921]], [[0.3400674677599921]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48187496605290314]], [[0.48187496605290314]], [[0.48187496605290314]]], "std": [[[0.4233585978766071]], [[0.4233585978766071]], [[0.4233585978766071]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14923544499363303]], [[0.14923544499363303]], [[0.14923544499363303]]], "std": [[[0.2363869552357947]], [[0.2363869552357947]], [[0.2363869552357947]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2054317460509049]], [[0.2054317460509049]], [[0.2054317460509049]]], "std": [[[0.22134440473341285]], [[0.22134440473341285]], [[0.22134440473341285]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10814962874449052]], [[0.060310584587448056]], [[0.07539464128731414]]], "std": [[[0.29261775352561564]], [[0.17069814558754912]], [[0.24622428994825016]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28752172714782026]], [[0.4498082587503043]], [[0.1828531896189275]]], "std": [[[0.39964453509221465]], [[0.4551275182690401]], [[0.2336636569402752]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40827749379564415]], [[0.3565480915528894]], [[0.25271865517863384]]], "std": [[[0.4291925544453395]], [[0.4110810690766977]], [[0.3801113121551857]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34209334999004215]], [[0.7239688766310532]], [[0.5281703919624003]]], "std": [[[0.35656015915512984]], [[0.2970079852228105]], [[0.4189251274988933]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3773384631168565]], [[0.6668618452066029]], [[0.4183785418137707]]], "std": [[[0.29411241044475306]], [[0.42421334301909186]], [[0.40314975130700687]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.98], "mean": [2.49], "std": [1.4433641259224923], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [250]}, "index": {"min": [30426], "max": [30675], "mean": [30550.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [250]}}} +{"episode_index": 119, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49970823526382446, 0.025464791804552078, 0.009707747958600521, -1.235627293586731, -1.5707963705062866, -0.32189708948135376, 0.940040111541748, -0.658800482749939, 0.4555094838142395, -2.481858253479004, 0.0, -0.5707316994667053, 0.0, 0.0, -0.5707316994667053, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49970823526382446, 1.7723511457443237, 0.6756598949432373, -0.7853981852531433, -0.7600997686386108, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -1.4994791746139526, 0.5707316994667053, 0.0, 0.5707316994667053, 0.5707316994667053, 0.0, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997093677520752, 1.491287350654602, 0.5685109496116638, -0.9961614608764648, -1.1927402019500732, 0.35311827063560486, 1.2926056385040283, -0.33976346254348755, 0.7401684522628784, -1.9768664836883545, 0.10844270884990692, -0.10844270884990692, 0.10844270884990692, 0.10844270884990692, -0.10844270884990692, 0.10844270884990692, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.5015146136283875, 0.1911879926919937, 0.18575958907604218, 0.34270524978637695, 0.6183666586875916, 0.25646138191223145, 0.30195385217666626, 0.2725621461868286, 0.44767412543296814, 0.21393144130706787, 0.21393144130706787, 0.21393144130706787, 0.21393144130706787, 0.21393144130706787, 0.21393144130706787, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [174]}, "observation.state": {"min": [0.8809925317764282, 0.47108063101768494, -4.91406080982415e-06, 1.2762730121612549, -0.4731301963329315, 0.8809925317764282, -9.516489853922394e-07, -0.28952300548553467, -0.0, -0.00030211781268008053, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.882090151309967, 0.4731301963329315, 5.6723518355283886e-05, 1.2951726913452148, -0.47108060121536255, 0.8820900917053223, 0.00031467454391531646, -0.2759731113910675, 0.00010839624883374199, 1.7199794228872634e-06, 1.0, 0.8152627348899841, NaN], "mean": [0.8810974359512329, 0.47293660044670105, 3.86215924663702e-06, 1.277491807937622, -0.47293660044670105, 0.8810974359512329, 2.884848254325334e-05, -0.2769898772239685, 1.0195767572440673e-05, -2.726157254073769e-05, 1.0, 0.755894124507904, NaN], "std": [0.00028232840122655034, 0.0005269788671284914, 1.2699533726845402e-05, 0.0036846408620476723, 0.0005269821849651635, 0.0002823166432790458, 7.989605364855379e-05, 0.0029024300165474415, 2.792506893456448e-05, 7.592661131639034e-05, 1.4986555996188144e-08, 0.013925865292549133, NaN], "count": [174]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13165936225726568]], [[0.13071963285502294]], [[0.1286017350067827]]], "std": [[[0.31027642015421064]], [[0.3071024824550555]], [[0.30211020958976104]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4496045439823616]], [[0.4494797232733249]], [[0.43971830045242677]]], "std": [[[0.4079915150864033]], [[0.4015019059566751]], [[0.3952828098007706]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7411103037569462]], [[0.7314214690493003]], [[0.7209609459186704]]], "std": [[[0.23901053030594083]], [[0.23525937638902356]], [[0.23291819618324666]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5577921398305227]], [[0.563880884414913]], [[0.5646863838110738]]], "std": [[[0.3279129430154586]], [[0.323814968644332]], [[0.32299063673804085]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6592738425967836]], [[0.6667522703483089]], [[0.6625485408280477]]], "std": [[[0.3131645879731862]], [[0.30037756159306134]], [[0.29580097114278353]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995858498441954]], [[0.995858498441954]], [[0.995858498441954]]], "std": [[[0.018812626980714123]], [[0.018812626980714123]], [[0.018812626980714123]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.582202645895402]], [[0.582202645895402]], [[0.582202645895402]]], "std": [[[0.33691548622260636]], [[0.33691548622260636]], [[0.33691548622260636]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15922351841458174]], [[0.15922351841458174]], [[0.15922351841458174]]], "std": [[[0.13996707661967817]], [[0.13996707661967817]], [[0.13996707661967817]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07487936023217467]], [[0.07487936023217467]], [[0.07487936023217467]]], "std": [[[0.11617354794494739]], [[0.11617354794494739]], [[0.11617354794494739]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17664648415366285]], [[0.17664648415366285]], [[0.17664648415366285]]], "std": [[[0.2116912802906108]], [[0.2116912802906108]], [[0.2116912802906108]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09786073542990603]], [[0.06741528782779485]], [[0.07659127561287501]]], "std": [[[0.28293234243103055]], [[0.19794079438466752]], [[0.24711871414877404]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2736369709198272]], [[0.5266327041469439]], [[0.21629443482190935]]], "std": [[[0.32240818570750085]], [[0.47726369197336727]], [[0.33057491555902146]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8065542861855935]], [[0.6121642254932136]], [[0.27713594596896246]]], "std": [[[0.34467427895576336]], [[0.27032816484478894]], [[0.31549001447102915]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6561567943479845]], [[0.4966549908770321]], [[0.37415970457811387]]], "std": [[[0.39737002130110194]], [[0.31586419382576186]], [[0.3922646679412636]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35439305541306154]], [[0.5161056266013809]], [[0.6493676780722206]]], "std": [[[0.36047123124506575]], [[0.4245046982786365]], [[0.36568857141155375]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.46], "mean": [1.7300000000000002], "std": [1.0045728777279759], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [174]}, "index": {"min": [30676], "max": [30849], "mean": [30762.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [174]}}} +{"episode_index": 120, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995056986808777, 0.025464791804552078, 0.011798124760389328, -2.395214319229126, -1.5707963705062866, 1.0471975803375244, 1.1093038320541382, 0.0, -1.7849655151367188, -3.319767951965332, 0.0, -0.5560975670814514, 0.0, 0.0, -0.5560975670814514, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995056986808777, 1.2568130493164062, 0.5822956562042236, -0.7853981852531433, -0.2574886977672577, 2.504185199737549, 1.5707963705062866, 0.6284486055374146, 1.0471975803375244, -2.481858253479004, 0.5560975670814514, 0.0, 0.5560975670814514, 0.5560975670814514, 0.0, 0.5560975670814514, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49950462579727173, 1.1483839750289917, 0.5320618152618408, -1.685173749923706, -0.8316054344177246, 1.8794536590576172, 1.3501173257827759, 0.3607422709465027, -0.546217143535614, -2.962068557739258, 0.09164843708276749, -0.09164843708276749, 0.09164843708276749, 0.09164843708276749, -0.09164843708276749, 0.09164843708276749, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 0.2801150977611542, 0.12978041172027588, 0.6746699810028076, 0.5535635352134705, 0.6200258135795593, 0.17287059128284454, 0.2691257894039154, 1.1824591159820557, 0.3585415780544281, 0.19865861535072327, 0.19865861535072327, 0.19865861535072327, 0.19865861535072327, 0.19865861535072327, 0.19865861535072327, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [226]}, "observation.state": {"min": [-0.9069914817810059, -0.4212760329246521, -0.00018429967167321593, 1.2974334955215454, 0.42114901542663574, -0.9069914817810059, -3.408345250477396e-08, -0.30768030881881714, -0.0008899185922928154, -1.776340496917328e-08, 0.9999985098838806, 0.7509999871253967, NaN], "max": [-0.9069324731826782, -0.42114901542663574, 3.122409353295552e-08, 1.3027503490447998, 0.42127522826194763, -0.9069313406944275, 0.0017163767479360104, -0.28130802512168884, 4.2674198397207874e-08, 0.0014791362918913364, 1.0, 0.8131473064422607, NaN], "mean": [-0.9069878458976746, -0.42115941643714905, -1.5128805898712017e-05, 1.2979211807250977, 0.4211593568325043, -0.906987726688385, 0.0001411250705132261, -0.28316500782966614, -7.316933624679223e-05, 0.0001216199598275125, 1.0, 0.7552316784858704, NaN], "std": [1.3905529158364516e-05, 2.9861890652682632e-05, 4.475327659747563e-05, 0.001379972556605935, 2.9677401471417397e-05, 1.4149599337542895e-05, 0.0004171657783444971, 0.005590944085270166, 0.00021629605907946825, 0.00035950812161900103, 3.3544532129781146e-07, 0.012873055413365364, NaN], "count": [226]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12680391687470788]], [[0.1263753486073476]], [[0.1256540567870389]]], "std": [[[0.29833267430338983]], [[0.29765573388362015]], [[0.29670489945480766]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4440068718982412]], [[0.4407088113587489]], [[0.433013403822594]]], "std": [[[0.38974558953973004]], [[0.38870821747652784]], [[0.38850486218214075]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5613839632908668]], [[0.5612171159082969]], [[0.5614774125237797]]], "std": [[[0.36788824212487986]], [[0.367757069528576]], [[0.3678039728082794]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4896003583472307]], [[0.4843121121229861]], [[0.4723997194377221]]], "std": [[[0.306523511090802]], [[0.3057768422587626]], [[0.303600443012335]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6688145385441205]], [[0.658217878334946]], [[0.644418912204258]]], "std": [[[0.24060085112536062]], [[0.2468016945767262]], [[0.25468686580004674]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963738519175667]], [[0.9963738519175667]], [[0.9963738519175667]]], "std": [[[0.01739942189682494]], [[0.01739942189682494]], [[0.01739942189682494]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5830492425690224]], [[0.5830492425690224]], [[0.5830492425690224]]], "std": [[[0.3362554310332436]], [[0.3362554310332436]], [[0.3362554310332436]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.383330550509592]], [[0.383330550509592]], [[0.383330550509592]]], "std": [[[0.37155655362694207]], [[0.37155655362694207]], [[0.37155655362694207]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1750727041201214]], [[0.1750727041201214]], [[0.1750727041201214]]], "std": [[[0.29019635354210044]], [[0.29019635354210044]], [[0.29019635354210044]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16426837686273169]], [[0.16426837686273169]], [[0.16426837686273169]]], "std": [[[0.1688981370872696]], [[0.1688981370872696]], [[0.1688981370872696]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.035398423245362576]], [[0.0883102291906811]], [[0.14527683865858507]]], "std": [[[0.13843219715190277]], [[0.2535103140073047]], [[0.3491675490735945]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3209187314883547]], [[0.18714182677961577]], [[0.4441154784679851]]], "std": [[[0.41410739185889445]], [[0.31862847706646763]], [[0.46453918306866926]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40546922096358123]], [[0.39372709149320956]], [[0.40822254006763264]]], "std": [[[0.4242720860648719]], [[0.3568412686594115]], [[0.4475994028718485]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48712352049331753]], [[0.6863755873266855]], [[0.30498385895174046]]], "std": [[[0.3981476513195037]], [[0.36975903166429275]], [[0.33578151981746596]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5559257059822664]], [[0.5772245644880845]], [[0.4275205496445697]]], "std": [[[0.4269579365621098]], [[0.4028263635944138]], [[0.3028893771547885]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.5], "mean": [2.25], "std": [1.3047988350699888], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [226]}, "index": {"min": [30850], "max": [31075], "mean": [30962.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [226]}}} +{"episode_index": 121, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4671896994113922, 0.02226453460752964, 0.025464791804552078, -3.1707799434661865, -1.5707963705062866, -0.5743870735168457, -1.0074535608291626, -0.20308801531791687, -1.2813369035720825, -3.91098690032959, 0.0, -0.6731707453727722, 0.0, 0.0, -0.6731707453727722, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4671896994113922, 0.6994622349739075, 0.8000014424324036, -0.7853981852531433, -0.32789018750190735, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.6731707453727722, 0.0, 0.6731707453727722, 0.6731707453727722, 0.0, 0.6731707453727722, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46718868613243103, 0.6545640230178833, 0.7486501336097717, -2.092162847518921, -0.8185966610908508, 0.05636787414550781, 0.14586083590984344, -0.11734821647405624, -0.24783337116241455, -3.2841053009033203, 0.0974431112408638, -0.0974431112408638, 0.0974431112408638, 0.0974431112408638, -0.0974431112408638, 0.0974431112408638, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.1366865038871765, 0.15633346140384674, 0.9752378463745117, 0.4950602352619171, 0.6577845811843872, 1.0937899351119995, 0.07302593439817429, 0.9615922570228577, 0.579265296459198, 0.22267061471939087, 0.22267061471939087, 0.22267061471939087, 0.22267061471939087, 0.22267061471939087, 0.22267061471939087, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [192]}, "observation.state": {"min": [0.09358449280261993, 0.9956046938896179, -0.0007874026778154075, 1.2185235023498535, -0.9956109523773193, 0.09358374029397964, -0.0009416583925485611, -0.36151155829429626, -0.0008640852174721658, -4.133982656640001e-06, 0.9999992251396179, 0.7509999871253967, NaN], "max": [0.09365536272525787, 0.9956110119819641, 4.241805527271936e-06, 1.259495735168457, -0.9956046938896179, 0.09365536272525787, -0.0, -0.3331229090690613, -0.0, 0.0008717083837836981, 1.0, 0.7749447822570801, NaN], "mean": [0.09365124255418777, 0.9956054091453552, -4.646834349841811e-05, 1.2573994398117065, -0.9956054091453552, 0.09365123510360718, -5.571444853558205e-05, -0.3599803149700165, -5.112053258926608e-05, 5.1479106332408264e-05, 1.0, 0.752268373966217, NaN], "std": [1.491549119236879e-05, 1.3807582490699133e-06, 0.00016504101222380996, 0.007529172580689192, 1.3720873539568856e-06, 1.505152067693416e-05, 0.0001975010527530685, 0.005410720594227314, 0.00018119311425834894, 0.00018279570213053375, 1.463174612581497e-07, 0.004507791716605425, NaN], "count": [192]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09408514233640516]], [[0.08837571741531332]], [[0.07968332136383845]]], "std": [[[0.24846679157070936]], [[0.23438380659699523]], [[0.2124717145074261]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33150350266983436]], [[0.3138365349217557]], [[0.2821272146080141]]], "std": [[[0.37387698979023193]], [[0.3508950286845435]], [[0.3173944801026444]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4013965269018589]], [[0.3933127055685309]], [[0.37664217379438353]]], "std": [[[0.26963829075843193]], [[0.26291887574608946]], [[0.2576736176396035]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2898595699967344]], [[0.28947947784838773]], [[0.28089395966313746]]], "std": [[[0.26129229679015936]], [[0.2588043793626183]], [[0.25770129745029247]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5201973498130144]], [[0.5101229444823311]], [[0.48424816350397076]]], "std": [[[0.36068461118545275]], [[0.34700960875557757]], [[0.3348384947818838]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995746384843736]], [[0.995746384843736]], [[0.995746384843736]]], "std": [[[0.019091922493746392]], [[0.019091922493746392]], [[0.019091922493746392]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5851164635205336]], [[0.5851164635205336]], [[0.5851164635205336]]], "std": [[[0.33478147454340057]], [[0.33478147454340057]], [[0.33478147454340057]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17871707265718093]], [[0.17871707265718093]], [[0.17871707265718093]]], "std": [[[0.19313635438470422]], [[0.19313635438470422]], [[0.19313635438470422]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08828712840082854]], [[0.08828712840082854]], [[0.08828712840082854]]], "std": [[[0.18423296256533778]], [[0.18423296256533778]], [[0.18423296256533778]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1233711757128555]], [[0.1233711757128555]], [[0.1233711757128555]]], "std": [[[0.10134486021552536]], [[0.10134486021552536]], [[0.10134486021552536]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.030586062679919614]], [[0.1480926539488269]], [[0.08946588023397178]]], "std": [[[0.12418945833589383]], [[0.3506904051513079]], [[0.2257781199729431]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33291538137090615]], [[0.1355903602985601]], [[0.5072499424994854]]], "std": [[[0.33458733185912204]], [[0.2490022975382394]], [[0.48089219887556467]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3668483682929757]], [[0.6426305999298595]], [[0.4032416879066527]]], "std": [[[0.39006143367128865]], [[0.4224659653202102]], [[0.3686899027149034]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48484095726454457]], [[0.7785638577581437]], [[0.23930427797123432]]], "std": [[[0.3620511138433866]], [[0.3422338915458578]], [[0.2884871631870151]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6625117646388263]], [[0.7955746437147411]], [[0.2614476316158281]]], "std": [[[0.36129566613032116]], [[0.293003135995588]], [[0.333013886754731]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.82], "mean": [1.91], "std": [1.1084974815788562], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [192]}, "index": {"min": [31076], "max": [31267], "mean": [31171.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [192]}}} +{"episode_index": 122, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2997022271156311, 0.025464791804552078, 0.02252846397459507, -2.361769199371338, -1.7967029809951782, 0.979056179523468, 1.5707963705062866, 0.0, 1.0448544025421143, -2.481858253479004, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2997022271156311, 0.9478674530982971, 0.8385695815086365, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.8321177959442139, 0.07988546043634415, 1.2468658685684204, -1.7210325002670288, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29970189929008484, 0.8666855692863464, 0.7667487859725952, -1.7703649997711182, -1.7029520273208618, 1.0059702396392822, 1.6975435018539429, 0.04825280234217644, 1.120255947113037, -1.9950034618377686, 0.11920832097530365, -0.11920832097530365, 0.11920832097530365, 0.11920832097530365, -0.11920832097530365, 0.11920832097530365, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.21030545234680176, 0.1860559582710266, 0.6657164096832275, 0.08806910365819931, 0.028036614879965782, 0.09503118693828583, 0.03286250680685043, 0.07039299607276917, 0.32698699831962585, 0.20537689328193665, 0.20537689328193665, 0.20537689328193665, 0.20537689328193665, 0.20537689328193665, 0.20537689328193665, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [171]}, "observation.state": {"min": [-0.9693130254745483, -0.24625131487846375, -0.00047121834359131753, 1.8846923112869263, 0.24582794308662415, -0.9693135023117065, -0.0002410722809145227, -0.28655046224594116, -0.000403424259275198, -0.00033814070047810674, 0.9999995827674866, 0.7509999871253967, NaN], "max": [-0.969205915927887, -0.24582786858081818, 0.0009259718935936689, 1.890824317932129, 0.2462514191865921, -0.9692059755325317, 0.0, -0.2612653970718384, 0.0009093500557355583, 0.00018112904217559844, 1.0, 0.8137068152427673, NaN], "mean": [-0.9692197442054749, -0.24619388580322266, -1.5207009710138664e-05, 1.8902010917663574, 0.24619391560554504, -0.9692197442054749, -3.290038148406893e-05, -0.2837400436401367, -6.637555088673253e-06, -3.564194776117802e-05, 1.0, 0.757437527179718, NaN], "std": [1.656472340982873e-05, 6.532256520586088e-05, 0.00019077776232734323, 0.0014917469816282392, 6.532688712468371e-05, 1.661104579397943e-05, 7.248225301736966e-05, 0.006538397632539272, 0.00017863312677945942, 9.868799679679796e-05, 6.542077102267285e-08, 0.015353631228208542, NaN], "count": [171]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07176983164251645]], [[0.07212593115629344]], [[0.07178873338603935]]], "std": [[[0.17898171757221196]], [[0.17965865466099828]], [[0.17861330764713462]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2382380863292275]], [[0.23989769937590985]], [[0.24005588044184534]]], "std": [[[0.25263497674325924]], [[0.2508716450789598]], [[0.24862748832090614]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.46346868183339135]], [[0.4639608379585205]], [[0.459601161678036]]], "std": [[[0.1910722068906336]], [[0.19145833725410297]], [[0.19229603211848295]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3185711118755495]], [[0.3256322850469828]], [[0.32822231744173336]]], "std": [[[0.24286627363436358]], [[0.2410083357098547]], [[0.23823041805535966]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3848855736405571]], [[0.3924723477845706]], [[0.3942759743068254]]], "std": [[[0.3007896571349084]], [[0.30217428004837416]], [[0.30125271604121473]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958457819432961]], [[0.9958457819432961]], [[0.9958457819432961]]], "std": [[[0.019168593516843847]], [[0.019168593516843847]], [[0.019168593516843847]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5933027531179361]], [[0.5933027531179361]], [[0.5933027531179361]]], "std": [[[0.33506842303057643]], [[0.33506842303057643]], [[0.33506842303057643]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "mean": [[[0.03105188725741656]], [[0.03105188725741656]], [[0.03105188725741656]]], "std": [[[0.02508640786828912]], [[0.02508640786828912]], [[0.02508640786828912]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.03599930664102445]], [[0.03599930664102445]], [[0.03599930664102445]]], "std": [[[0.043467572853214544]], [[0.043467572853214544]], [[0.043467572853214544]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13629219649283741]], [[0.13629219649283741]], [[0.13629219649283741]]], "std": [[[0.21846710977525052]], [[0.21846710977525052]], [[0.21846710977525052]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08432202433998462]], [[0.03917821136183347]], [[0.13939942506190944]]], "std": [[[0.2603275757288317]], [[0.1300321412283312]], [[0.3362974686299716]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40780771693787465]], [[0.18196770583340205]], [[0.4846231312332737]]], "std": [[[0.4545360452549913]], [[0.2748348542243693]], [[0.4779623499681086]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6985751526697339]], [[0.4383750924534514]], [[0.5461298968477648]]], "std": [[[0.3980730122461636]], [[0.4273273617886169]], [[0.31554076801766917]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4064266853350553]], [[0.7586500729904493]], [[0.3372746405631094]]], "std": [[[0.3328601001996019]], [[0.36944059854234795]], [[0.3577123743963311]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7022563054427339]], [[0.4282301992032407]], [[0.40546621685506046]]], "std": [[[0.36676812139889653]], [[0.314371997105106]], [[0.41556253897892276]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.4], "mean": [1.7000000000000002], "std": [0.9872520785831077], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [171]}, "index": {"min": [31268], "max": [31438], "mean": [31353.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [171]}}} +{"episode_index": 123, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4302534759044647, 0.025464791804552078, 0.007377997972071171, -0.8120922446250916, -1.5707963705062866, 0.8251206874847412, 1.440380573272705, -1.2193572521209717, 1.0471975803375244, -4.998825550079346, 0.0, -0.356097549200058, 0.0, 0.0, -0.356097549200058, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4302534759044647, 1.4661253690719604, 0.4247853755950928, -0.7646051645278931, -0.7047584652900696, 1.0471975803375244, 1.5707963705062866, 0.0, 1.3978266716003418, -2.481858015060425, 0.356097549200058, 0.0, 0.356097549200058, 0.356097549200058, 0.0, 0.356097549200058, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43025267124176025, 1.2956939935684204, 0.3754054605960846, -0.7914238572120667, -1.1627837419509888, 0.9783057570457458, 1.5109155178070068, -0.5869517922401428, 1.2059394121170044, -3.7455010414123535, 0.044905975461006165, -0.044905975461006165, 0.044905975461006165, 0.044905975461006165, -0.044905975461006165, 0.044905975461006165, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 0.3695431053638458, 0.10706880688667297, 0.011909384280443192, 0.3544669449329376, 0.07046257704496384, 0.05089616775512695, 0.50804603099823, 0.13504499197006226, 1.0859416723251343, 0.11429908126592636, 0.11429908126592636, 0.11429908126592636, 0.11429908126592636, 0.11429908126592636, 0.11429908126592636, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [196]}, "observation.state": {"min": [-0.8058675527572632, -0.5941962599754333, 0.0, 1.455269455909729, 0.5920957922935486, -0.8058672547340393, 0.0, -0.20092466473579407, -7.748929276019112e-10, 0.0, 0.9999992251396179, 0.7509999871253967, NaN], "max": [-0.8043200969696045, -0.5920950770378113, 0.0009745112038217485, 1.4743448495864868, 0.5941962599754333, -0.8043200969696045, 0.0007713100640103221, -0.19794616103172302, 0.0003288466832600534, 0.00119857769459486, 1.0, 0.8171291947364807, NaN], "mean": [-0.8044190406799316, -0.5940616130828857, 6.157370080472901e-05, 1.4732969999313354, 0.5940616130828857, -0.8044190406799316, 4.888144030701369e-05, -0.20070946216583252, 2.063861393253319e-05, 7.586016727145761e-05, 1.0, 0.7543807029724121, NaN], "std": [0.000335033459123224, 0.00045473207137547433, 0.00021027248294558376, 0.0036341759841889143, 0.00045459967805072665, 0.0003349773760419339, 0.00016686241724528372, 0.0007050263811834157, 7.070205901982263e-05, 0.0002589571522548795, 1.5362346061920107e-07, 0.011957946233451366, NaN], "count": [196]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.09374508529857686]], [[0.09252686833086231]], [[0.0917304174705004]]], "std": [[[0.2297912810424813]], [[0.22779482482290841]], [[0.2266838315048713]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31170800467514387]], [[0.30437234852218653]], [[0.29805892478396234]]], "std": [[[0.30111893995406247]], [[0.2994026405770829]], [[0.30022324827203833]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6117162901137337]], [[0.6098780707454146]], [[0.6093445665534091]]], "std": [[[0.2817387775014783]], [[0.2831727726389986]], [[0.28431493193324525]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668233832296983]], [[0.4536307508058454]], [[0.4389493063392725]]], "std": [[[0.2356852935059754]], [[0.23702716283225897]], [[0.24062113709558433]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4536060125086251]], [[0.42173627548211584]], [[0.3949105131057587]]], "std": [[[0.25424721426401775]], [[0.2641418369729428]], [[0.273847211937819]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963665387908865]], [[0.9963665387908865]], [[0.9963665387908865]]], "std": [[[0.017759943469701257]], [[0.017759943469701257]], [[0.017759943469701257]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5947560536474772]], [[0.5947560536474772]], [[0.5947560536474772]]], "std": [[[0.3373138244445746]], [[0.3373138244445746]], [[0.3373138244445746]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2156747408788761]], [[0.2156747408788761]], [[0.2156747408788761]]], "std": [[[0.24134937327335498]], [[0.24134937327335498]], [[0.24134937327335498]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08649297152601336]], [[0.08649297152601336]], [[0.08649297152601336]]], "std": [[[0.12753193495550183]], [[0.12753193495550183]], [[0.12753193495550183]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15052126244978345]], [[0.15052126244978345]], [[0.15052126244978345]]], "std": [[[0.1949501731882635]], [[0.1949501731882635]], [[0.1949501731882635]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08202505077815128]], [[0.04027469756070411]], [[0.09576929519456631]]], "std": [[[0.2537447346265283]], [[0.13645750476222238]], [[0.2795364211621039]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3121417885576993]], [[0.27162440060323567]], [[0.3541496072865725]]], "std": [[[0.32737868251441415]], [[0.393580155069629]], [[0.4435200932326027]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5724183851441469]], [[0.6890680759154316]], [[0.27252722104538957]]], "std": [[[0.32595657115936555]], [[0.3993983132253293]], [[0.32214397982221865]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6890159278101994]], [[0.502467146921694]], [[0.48406012106289115]]], "std": [[[0.36505527699144735]], [[0.35876444208687]], [[0.4231825429612354]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3739302054394481]], [[0.8005745612358688]], [[0.2744276536236053]]], "std": [[[0.3172784762612491]], [[0.32398965131385454]], [[0.33585136254155923]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.9], "mean": [1.9499999999999997], "std": [1.131591799192624], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [196]}, "index": {"min": [31439], "max": [31634], "mean": [31536.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [196]}}} +{"episode_index": 124, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4267429709434509, -0.4030914306640625, 0.025464791804552078, -3.66037917137146, -2.3146145343780518, 0.26099830865859985, 0.4162225127220154, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4267429709434509, -0.007860212586820126, 1.3058983087539673, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 1.319535732269287, 1.4361940622329712, -0.16955387592315674, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42674264311790466, -0.36224234104156494, 1.1735574007034302, -2.223696231842041, -1.9017490148544312, 0.6560957431793213, 1.0416252613067627, 0.6682885885238647, 1.2317359447479248, -1.3200807571411133, 0.041756220161914825, -0.041756220161914825, 0.041756220161914825, 0.041756220161914825, -0.041756220161914825, 0.041756220161914825, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.09610423445701599, 0.31134796142578125, 1.1955294609069824, 0.3019910752773285, 0.32943645119667053, 0.4622142016887665, 0.557279109954834, 0.15252648293972015, 0.9733240604400635, 0.10985640436410904, 0.10985640436410904, 0.10985640436410904, 0.10985640436410904, 0.10985640436410904, 0.10985640436410904, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [200]}, "observation.state": {"min": [0.3423868417739868, -0.9395588040351868, 0.0, 1.9560009241104126, 0.9395269155502319, 0.34238702058792114, -1.8538761636932577e-08, -0.2882378101348877, -0.0003830153727903962, 0.0, 0.9999997019767761, 0.7509999871253967, NaN], "max": [0.34247511625289917, -0.9395269155502319, 0.0007233589421957731, 1.9842431545257568, 0.9395589828491211, 0.34247511625289917, 0.0001440534251742065, -0.2784677743911743, 0.0, 0.0006303164409473538, 1.0, 0.8110867142677307, NaN], "mean": [0.3424704670906067, -0.9395301342010498, 4.292041194275953e-05, 1.9828689098358154, 0.9395301342010498, 0.3424704670906067, 8.539303962606937e-06, -0.28769898414611816, -2.271926678076852e-05, 3.740208921954036e-05, 1.0, 0.753858208656311, NaN], "std": [1.8531805835664272e-05, 6.825722266512457e-06, 0.0001518027565907687, 0.005013647023588419, 6.859082077426137e-06, 1.8497987184673548e-05, 3.023013960046228e-05, 0.0019063750514760613, 8.035766950342804e-05, 0.00013228975876700133, 5.179091289164717e-08, 0.010490283370018005, NaN], "count": [200]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.11419294289310403]], [[0.11248867189569306]], [[0.10996501554693217]]], "std": [[[0.2756532261639808]], [[0.2732827648067902]], [[0.2698216132119219]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39076848180536194]], [[0.3777920419287718]], [[0.36335832241997035]]], "std": [[[0.3814353490536444]], [[0.38194128950044887]], [[0.3845700145450724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4977073891011211]], [[0.4069842116662677]], [[0.3292292074450929]]], "std": [[[0.18316437005048955]], [[0.21598914848577383]], [[0.2577949609718739]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38081372046099654]], [[0.3641744153220263]], [[0.34959192940881423]]], "std": [[[0.33309204270603837]], [[0.3336807241477764]], [[0.33985059021891134]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6098960055415074]], [[0.6085471822736139]], [[0.6030494812883602]]], "std": [[[0.3191364182144331]], [[0.32867848035635333]], [[0.33916111155327966]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996177560248134]], [[0.996177560248134]], [[0.996177560248134]]], "std": [[[0.018493554057746105]], [[0.018493554057746105]], [[0.018493554057746105]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5996455822505468]], [[0.5996455822505468]], [[0.5996455822505468]]], "std": [[[0.3374887642081372]], [[0.3374887642081372]], [[0.3374887642081372]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.04079431847976015]], [[0.04079431847976015]], [[0.04079431847976015]]], "std": [[[0.042432305381093216]], [[0.042432305381093216]], [[0.042432305381093216]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09459378484816176]], [[0.09459378484816176]], [[0.09459378484816176]]], "std": [[[0.20707922865327721]], [[0.20707922865327721]], [[0.20707922865327721]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08020890356074033]], [[0.08020890356074033]], [[0.08020890356074033]]], "std": [[[0.08901244895205107]], [[0.08901244895205107]], [[0.08901244895205107]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04412734603776191]], [[0.07554882715714104]], [[0.10333579428830457]]], "std": [[[0.138783333238978]], [[0.24257335720676543]], [[0.28975093269938146]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013878431506661]], [[0.30717789485754293]], [[0.1709787814718925]]], "std": [[[0.44157331773362846]], [[0.3783543015917107]], [[0.30477829174326054]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.852939500070744]], [[0.48806772118922465]], [[0.2166829948011488]]], "std": [[[0.29520985600671024]], [[0.2884620244487402]], [[0.24223771442491185]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3571990952805321]], [[0.6361381313237994]], [[0.6317026053265258]]], "std": [[[0.3856610718619995]], [[0.34680236548471055]], [[0.4066692870456464]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48022855499027356]], [[0.6350080433664522]], [[0.4899835511647291]]], "std": [[[0.3518571203069566]], [[0.3494757903318629]], [[0.41756476445346924]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.98], "mean": [1.99], "std": [1.1546861045323096], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [200]}, "index": {"min": [31635], "max": [31834], "mean": [31734.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [200]}}} +{"episode_index": 125, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48621147871017456, 0.025464791804552078, 0.018160605803132057, -0.7853982448577881, -1.5707964897155762, 1.0471975803375244, 1.5707963705062866, 0.0, 0.957410454750061, -3.267157793045044, 0.0, -0.5219511985778809, 0.0, 0.0, -0.5219511985778809, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48621147871017456, 1.2611838579177856, 0.8994325995445251, -0.20174144208431244, 1.591382384300232, 2.9402694702148438, 1.7953118085861206, 1.4526621103286743, 1.0471975803375244, -2.481858253479004, 0.5219511985778809, 0.0, 0.5219511985778809, 0.5219511985778809, 0.0, 0.5219511985778809, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48621195554733276, 1.1500324010849, 0.8201609253883362, -0.48641178011894226, 0.09495848417282104, 2.0213890075683594, 1.681442379951477, 0.7297969460487366, 1.0256092548370361, -2.8936989307403564, 0.06504946202039719, -0.06504946202039719, 0.06504946202039719, 0.06504946202039719, -0.06504946202039719, 0.06504946202039719, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.28365257382392883, 0.20229128003120422, 0.23608848452568054, 1.3239178657531738, 0.7805156111717224, 0.08698118478059769, 0.5873525738716125, 0.027089932933449745, 0.3289811313152313, 0.16466891765594482, 0.16466891765594482, 0.16466891765594482, 0.16466891765594482, 0.16466891765594482, 0.16466891765594482, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [222]}, "observation.state": {"min": [-0.24324333667755127, -0.9704946875572205, -0.00010068497795145959, 2.0691535472869873, 0.9699652791023254, -0.24324333667755127, -6.378560328812455e-07, -0.2940942049026489, -0.001274801092222333, -2.443412085995078e-06, 0.9999991655349731, 0.7509999871253967, NaN], "max": [-0.2411225587129593, -0.9699652791023254, 0.0, 2.094834804534912, 0.9704938530921936, -0.24112245440483093, 0.001290776184760034, -0.2915009558200836, 4.485970706014086e-08, 0.00023217919806484133, 1.0, 0.8138288259506226, NaN], "mean": [-0.24312183260917664, -0.9699967503547668, -5.038978542870609e-06, 2.07047176361084, 0.9699967503547668, -0.24312183260917664, 7.392629777314141e-05, -0.2939194440841675, -7.295454270206392e-05, 1.296652862947667e-05, 1.0, 0.7540540099143982, NaN], "std": [0.00043792134965769947, 0.0001093909377232194, 1.9123464880976826e-05, 0.004768497310578823, 0.00010924543312285095, 0.00043793677468784153, 0.0002667353255674243, 0.0005958476103842258, 0.0002632244722917676, 4.7183661081362516e-05, 1.5483156801110454e-07, 0.011231831274926662, NaN], "count": [222]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11329079971648726]], [[0.11727598704746424]], [[0.1063288908737463]]], "std": [[[0.2734771533079555]], [[0.2799525113027455]], [[0.2628073246368021]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3991021443836246]], [[0.40607791235915724]], [[0.37617947000283647]]], "std": [[[0.37911935621742154]], [[0.3797975654598771]], [[0.37539813633688845]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.548240383667574]], [[0.6008131531672892]], [[0.48586386426257516]]], "std": [[[0.19914666464585853]], [[0.20837021900843608]], [[0.19404058314892075]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49049434349164583]], [[0.4952305217425707]], [[0.4509794694663885]]], "std": [[[0.3205466608560346]], [[0.322484211976275]], [[0.32073708815467716]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6408978730509337]], [[0.6529877589283379]], [[0.61587779715696]]], "std": [[[0.27124579171759106]], [[0.26357212582906353]], [[0.2959046915756361]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995718706811749]], [[0.995718706811749]], [[0.995718706811749]]], "std": [[[0.019711977172335065]], [[0.019711977172335065]], [[0.019711977172335065]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5957264920126253]], [[0.5957264920126253]], [[0.5957264920126253]]], "std": [[[0.33802201337184207]], [[0.33802201337184207]], [[0.33802201337184207]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10788974117056967]], [[0.10788974117056967]], [[0.10788974117056967]]], "std": [[[0.1448546558439592]], [[0.1448546558439592]], [[0.1448546558439592]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21581485035449152]], [[0.21581485035449152]], [[0.21581485035449152]]], "std": [[[0.3727179353748561]], [[0.3727179353748561]], [[0.3727179353748561]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12105638805571817]], [[0.12105638805571817]], [[0.12105638805571817]]], "std": [[[0.14694338818739835]], [[0.14694338818739835]], [[0.14694338818739835]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07281251613534849]], [[0.04130938629683945]], [[0.14242104726709945]]], "std": [[[0.2123164281635543]], [[0.14499317507746726]], [[0.3438607809595991]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25480712215120993]], [[0.2858137211315565]], [[0.3909310510155295]]], "std": [[[0.38352604250720274]], [[0.3151023134044285]], [[0.45035123618255424]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6637131304353073]], [[0.7256922679745268]], [[0.30814499651644117]]], "std": [[[0.27069269674282814]], [[0.4022438715444638]], [[0.35994186408258744]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3040518450121405]], [[0.546643050886782]], [[0.5367647843378657]]], "std": [[[0.37214495757177285]], [[0.4224435169215766]], [[0.4246349189144988]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4285038882417985]], [[0.7412699037277097]], [[0.3868708776489632]]], "std": [[[0.37856051332046614]], [[0.3906806024473952]], [[0.3680538281777933]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.42], "mean": [2.21], "std": [1.2817045941505658], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [222]}, "index": {"min": [31835], "max": [32056], "mean": [31945.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [222]}}} +{"episode_index": 126, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47442635893821716, 0.025464791804552078, 0.007233901880681515, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 0.4626145660877228, -0.7628049254417419, -1.7148407697677612, -2.481858253479004, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47442635893821716, 2.1304514408111572, 0.6052073240280151, -0.0382586233317852, -0.3467879295349121, 1.8622246980667114, 1.5707963705062866, 0.0, 1.0471975803375244, -1.9960157871246338, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4744262993335724, 1.838019609451294, 0.5221343636512756, -0.43048277497291565, -0.9916139841079712, 1.4619295597076416, 1.073218584060669, -0.360629141330719, -0.2815733850002289, -2.264526605606079, 0.05263510346412659, -0.05263510346412659, 0.05263510346412659, 0.05263510346412659, -0.05263510346412659, 0.05263510346412659, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.5728840827941895, 0.16274188458919525, 0.3065938949584961, 0.5375262498855591, 0.35524991154670715, 0.45448288321495056, 0.3286767601966858, 1.191111445426941, 0.19863851368427277, 0.13042306900024414, 0.13042306900024414, 0.13042306900024414, 0.13042306900024414, 0.13042306900024414, 0.13042306900024414, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [242]}, "observation.state": {"min": [-0.9014126658439636, 0.43296095728874207, 0.0, 1.9594224691390991, -0.4341392517089844, -0.9014126658439636, 0.0, -0.2698705494403839, 0.0, 0.0, 0.9999978542327881, 0.7509999871253967, NaN], "max": [-0.9008434414863586, 0.43414074182510376, 0.0016924920491874218, 1.9809306859970093, -0.43296095728874207, -0.9008449912071228, 0.0011867419816553593, -0.24419693648815155, 0.0020389906130731106, 0.00033573564724065363, 1.0, 0.808125376701355, NaN], "mean": [-0.9013733267784119, 0.43304339051246643, 0.00011807296687038615, 1.9605339765548706, -0.43304333090782166, -0.9013733863830566, 8.270113175967708e-05, -0.2684209942817688, 0.00014226323401089758, 2.327797483303584e-05, 1.0, 0.7543227672576904, NaN], "std": [0.00012814992805942893, 0.00026576529489830136, 0.00038219804991967976, 0.0038491124287247658, 0.00026547472225502133, 0.00012785197759512812, 0.00026780503685586154, 0.004862339235842228, 0.0004605377034749836, 7.549735892098397e-05, 4.414416707732016e-07, 0.011042097583413124, NaN], "count": [242]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12034300481931427]], [[0.12120134567968291]], [[0.09722629587384353]]], "std": [[[0.28495418121293553]], [[0.28714800969166754]], [[0.2540547280026464]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42656412598211885]], [[0.42705690572799004]], [[0.36699312340783924]]], "std": [[[0.3862785440563349]], [[0.3870733975953706]], [[0.38255447110657453]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.624198118274703]], [[0.6434830479094958]], [[0.39013140828986426]]], "std": [[[0.2119355503958832]], [[0.2147600681882269]], [[0.19922057623050812]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5125216084587113]], [[0.507480659374998]], [[0.42118570285745704]]], "std": [[[0.3263541982466626]], [[0.32468925146167565]], [[0.3262769758802714]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6019999704953628]], [[0.5990548886836975]], [[0.528812800452762]]], "std": [[[0.31081148816798937]], [[0.3130434198442564]], [[0.34030926683565943]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958344816672267]], [[0.9958344816672267]], [[0.9958344816672267]]], "std": [[[0.019219592028094822]], [[0.019219592028094822]], [[0.019219592028094822]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5981216583483706]], [[0.5981216583483706]], [[0.5981216583483706]]], "std": [[[0.3350710997540286]], [[0.3350710997540286]], [[0.3350710997540286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.06312999005559612]], [[0.06312999005559612]], [[0.06312999005559612]]], "std": [[[0.04299768758188793]], [[0.04299768758188793]], [[0.04299768758188793]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2035336885959883]], [[0.2035336885959883]], [[0.2035336885959883]]], "std": [[[0.3391204634241431]], [[0.3391204634241431]], [[0.3391204634241431]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.232555486487882]], [[0.232555486487882]], [[0.232555486487882]]], "std": [[[0.3157749205569368]], [[0.3157749205569368]], [[0.3157749205569368]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04951284625200581]], [[0.05420119212145718]], [[0.14551392719462533]]], "std": [[[0.14941342441263558]], [[0.167705222523885]], [[0.3475412726634686]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4937238392775119]], [[0.25338800944953066]], [[0.13337643960836618]]], "std": [[[0.4744132936893797]], [[0.32627883833456506]], [[0.2206454149327693]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8304149961342219]], [[0.8369462298102784]], [[0.24824636372109804]]], "std": [[[0.22596675902068789]], [[0.33407417049760624]], [[0.2937207870918607]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4364849355357204]], [[0.5809597147706249]], [[0.4209190466515254]]], "std": [[[0.40793280152771333]], [[0.45342236777359884]], [[0.39010353961907274]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5091594061789416]], [[0.3991332583647323]], [[0.502892416034161]]], "std": [[[0.3938007150794651]], [[0.3851825282521144]], [[0.43177546745369744]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.82], "mean": [2.41], "std": [1.397175722663402], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [242]}, "index": {"min": [32057], "max": [32298], "mean": [32177.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [242]}}} +{"episode_index": 127, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05616452917456627, 0.025464791804552078, 0.0010729384375736117, -0.9692245125770569, -1.850016474723816, -0.533142626285553, 0.855256199836731, 0.0, -0.7456018328666687, -2.8895254135131836, 0.0, -0.4731707274913788, 0.0, 0.0, -0.4731707274913788, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05616452917456627, 2.5174477100372314, 0.1060706302523613, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 1.9946601390838623, 1.0471975803375244, -2.481858253479004, 0.4731707274913788, 0.0, 0.4731707274913788, 0.4731707274913788, 0.0, 0.4731707274913788, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05616465583443642, 2.0203278064727783, 0.08512482792139053, -0.8451915383338928, -1.6726899147033691, 0.41888228058815, 1.3081963062286377, 0.79317706823349, 0.34034666419029236, -2.6426336765289307, 0.04820714890956879, -0.04820714890956879, 0.04820714890956879, 0.04820714890956879, -0.04820714890956879, 0.04820714890956879, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2665987014770508e-07, 0.7644825577735901, 0.03221074864268303, 0.06621286273002625, 0.11070996522903442, 0.6896057724952698, 0.2915380299091339, 0.8698832988739014, 0.773962676525116, 0.17659801244735718, 0.13540947437286377, 0.13540947437286377, 0.13540947437286377, 0.13540947437286377, 0.13540947437286377, 0.13540947437286377, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [199]}, "observation.state": {"min": [-0.12837377190589905, 0.9917258620262146, -1.6747739209677093e-05, 1.3034460544586182, -0.9917789101600647, -0.12837377190589905, -9.369568579131737e-05, -0.2243749499320984, -9.49944369494915e-05, -4.7125840865192e-06, 1.0, 0.7509999871253967, NaN], "max": [-0.12796327471733093, 0.9917789101600647, 4.912811618851265e-06, 1.3450974225997925, -0.9917258620262146, -0.12796327471733093, 1.2430741662683431e-06, -0.2041395902633667, 1.8634649450177676e-06, 4.881791483057896e-06, 1.0, 0.7898421287536621, NaN], "mean": [-0.12835252285003662, 0.9917306303977966, -6.63526691369043e-07, 1.3049895763397217, -0.9917306303977966, -0.12835252285003662, -4.203160642646253e-06, -0.20488286018371582, -4.2535098145890515e-06, 1.1990405823780748e-07, 1.0, 0.7524850964546204, NaN], "std": [7.591815665364265e-05, 1.0024231414718088e-05, 2.973578602905036e-06, 0.006506668869405985, 1.0023310096585192e-05, 7.591815665364265e-05, 1.746222551446408e-05, 0.0031437145080417395, 1.7694490452413447e-05, 8.225789542848361e-07, 0.0, 0.006210962310433388, NaN], "count": [199]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11442589005096926]], [[0.10103470617069371]], [[0.080444115870075]]], "std": [[[0.27468669755073066]], [[0.2444268861127144]], [[0.19875577375780198]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39140920450804034]], [[0.33474266927112145]], [[0.25512250392445207]]], "std": [[[0.3769717765667298]], [[0.3378196354575016]], [[0.2787979874131051]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5066924818831469]], [[0.4646494976500227]], [[0.40033755584926084]]], "std": [[[0.31062013680367484]], [[0.28467317413022075]], [[0.25322721234922535]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5317195490350307]], [[0.49727210048206555]], [[0.4556195725716845]]], "std": [[[0.27772708729859835]], [[0.2760421172812224]], [[0.2755609773461545]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43685859433202506]], [[0.3762813240340081]], [[0.31448125282054273]]], "std": [[[0.33690928169969414]], [[0.3254629057384462]], [[0.3150879219967263]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965636485434433]], [[0.9965636485434433]], [[0.9965636485434433]]], "std": [[[0.017135074148175715]], [[0.017135074148175715]], [[0.017135074148175715]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5982846580580182]], [[0.5982846580580182]], [[0.5982846580580182]]], "std": [[[0.33645931812713353]], [[0.33645931812713353]], [[0.33645931812713353]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27681599365918524]], [[0.27681599365918524]], [[0.27681599365918524]]], "std": [[[0.3181574584801588]], [[0.3181574584801588]], [[0.3181574584801588]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15234433386911073]], [[0.15234433386911073]], [[0.15234433386911073]]], "std": [[[0.22521599129177677]], [[0.22521599129177677]], [[0.22521599129177677]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32177298863870296]], [[0.32177298863870296]], [[0.32177298863870296]]], "std": [[[0.36841632341960384]], [[0.36841632341960384]], [[0.36841632341960384]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12621423183000502]], [[0.08058300224436411]], [[0.09368142233809497]]], "std": [[[0.3028900924863136]], [[0.2528374469079594]], [[0.27847608651322553]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3436915196296363]], [[0.28127699288737074]], [[0.46961838568059483]]], "std": [[[0.44191966527993193]], [[0.38876799135423296]], [[0.4684444346435786]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500006217431742]], [[0.5559589241804584]], [[0.33806135757541617]]], "std": [[[0.4364820890762634]], [[0.3561733662559197]], [[0.4092447920809354]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48963975106132873]], [[0.7333971692982791]], [[0.35934811917995885]]], "std": [[[0.4251556049842229]], [[0.37096157898734844]], [[0.3041645487716546]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4751581334561799]], [[0.47356312751837165]], [[0.40305620029893563]]], "std": [[[0.38795468434818603]], [[0.4275822108921579]], [[0.4344266567835545]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.96], "mean": [1.9799999999999995], "std": [1.1489125293076057], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [199]}, "index": {"min": [32299], "max": [32497], "mean": [32398.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [199]}}} +{"episode_index": 128, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.19864699244499207, 0.025464791804552078, 0.015133826062083244, -1.727827787399292, -1.5707963705062866, 1.0471975803375244, 1.372413158416748, -0.18490613996982574, 1.0471975803375244, -2.481858253479004, 0.0, -0.4292683005332947, 0.0, 0.0, -0.4292683005332947, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.19864699244499207, 0.8227028846740723, 0.48893558979034424, -0.7853981852531433, -0.6504321694374084, 1.3518452644348145, 1.5707963705062866, 0.0, 1.422538161277771, -1.8132210969924927, 0.4292683005332947, 0.0, 0.4292683005332947, 0.4292683005332947, 0.0, 0.4292683005332947, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1986466944217682, 0.7392442226409912, 0.43933653831481934, -1.3873757123947144, -0.978405237197876, 1.247445821762085, 1.4755674600601196, -0.11434352397918701, 1.2451268434524536, -2.046602249145508, 0.11613301932811737, -0.11613301932811737, 0.11613301932811737, 0.11613301932811737, -0.11613301932811737, 0.11613301932811737, -2.3561978340148926, 1.5707969665527344, -1.047196865081787, -1.5707969665527344, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 0.19572140276432037, 0.11631841212511063, 0.4022805392742157, 0.3952879011631012, 0.1331457644701004, 0.0682254508137703, 0.07698200643062592, 0.1344156712293625, 0.2887807786464691, 0.18391883373260498, 0.18391883373260498, 0.18391883373260498, 0.18391883373260498, 0.18391883373260498, 0.18391883373260498, 3.337860107421875e-06, 5.960464477539062e-07, 7.152557373046875e-07, 5.960464477539062e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [125]}, "observation.state": {"min": [-0.6485743522644043, -0.7612178325653076, 0.0, 1.3755015134811401, 0.7611513137817383, -0.6485743522644043, -6.451686658692779e-06, -0.34785956144332886, -0.00043958620517514646, 0.0, 0.9999998211860657, 0.7509999871253967, NaN], "max": [-0.6484962701797485, -0.7611513137817383, 5.7282595662400126e-05, 1.413687825202942, 0.7612177133560181, -0.6484960913658142, 0.0006250091828405857, -0.32268497347831726, 9.7788233688334e-06, 0.0004477871407289058, 1.0, 0.7911784052848816, NaN], "mean": [-0.6485630869865417, -0.7611609697341919, 8.119061931211036e-06, 1.4092744588851929, 0.7611608505249023, -0.648563027381897, 8.809600694803521e-05, -0.32542163133621216, -6.179386400617659e-05, 6.331148324534297e-05, 1.0, 0.7554675936698914, NaN], "std": [2.417498399154283e-05, 2.05903470487101e-05, 1.7248519725399092e-05, 0.009878805838525295, 2.056087032542564e-05, 2.421140561637003e-05, 0.00019061249622609466, 0.006251279730349779, 0.00013403926277533174, 0.00013661669800058007, 5.741879505194447e-08, 0.010127165354788303, NaN], "count": [125]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07481133460873834]], [[0.07309646071759301]], [[0.07079877770334563]]], "std": [[[0.18340782171477316]], [[0.18022794432106945]], [[0.1757376601975176]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24791381963681133]], [[0.23766202169797845]], [[0.22728034166369945]]], "std": [[[0.2524652439516674]], [[0.2506701762952184]], [[0.25085682267363957]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.520621729763004]], [[0.4965692182142855]], [[0.47351016535337503]]], "std": [[[0.28921186466395066]], [[0.2970576880412869]], [[0.3143006450538974]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37979390876763824]], [[0.3599076826722618]], [[0.31720593633301614]]], "std": [[[0.2588796573601449]], [[0.26446842244288465]], [[0.2522849024811132]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3633681488052969]], [[0.33435952741617836]], [[0.30924246307394065]]], "std": [[[0.2895020081698578]], [[0.2958415674090536]], [[0.3049726137808021]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957004474646465]], [[0.9957004474646465]], [[0.9957004474646465]]], "std": [[[0.019543285107181688]], [[0.019543285107181688]], [[0.019543285107181688]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6010277484407804]], [[0.6010277484407804]], [[0.6010277484407804]]], "std": [[[0.3362037439629698]], [[0.3362037439629698]], [[0.3362037439629698]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.04944400522768528]], [[0.04944400522768528]], [[0.04944400522768528]]], "std": [[[0.0546031497526119]], [[0.0546031497526119]], [[0.0546031497526119]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06742991408115519]], [[0.06742991408115519]], [[0.06742991408115519]]], "std": [[[0.09124101423096004]], [[0.09124101423096004]], [[0.09124101423096004]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2527033462952569]], [[0.2527033462952569]], [[0.2527033462952569]]], "std": [[[0.34184467735927376]], [[0.34184467735927376]], [[0.34184467735927376]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04272714312632477]], [[0.08199795345107024]], [[0.10042555745324018]]], "std": [[[0.13622169830830846]], [[0.25635044776280286]], [[0.27728616699351816]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3701454203103217]], [[0.34764799760744214]], [[0.23670079682637393]]], "std": [[[0.4447334572374224]], [[0.3988362922879202]], [[0.3614162024597472]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47837544785021835]], [[0.6762694685343102]], [[0.44123667345943884]]], "std": [[[0.27250119513261994]], [[0.4080838916455181]], [[0.39437358181350607]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6146243771336379]], [[0.6323265237971664]], [[0.3355299012734604]]], "std": [[[0.43216411099080876]], [[0.3188393497968332]], [[0.34647093914360555]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3186834306651083]], [[0.46286053761472445]], [[0.5062171568124532]]], "std": [[[0.3111740872151865]], [[0.42516848457795603]], [[0.4330020969374733]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.48], "mean": [1.24], "std": [0.7216647421067486], "count": [125]}, "frame_index": {"min": [0], "max": [124], "mean": [62.0], "std": [36.08323710533743], "count": [125]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [125]}, "index": {"min": [32498], "max": [32622], "mean": [32560.0], "std": [36.08323710533743], "count": [125]}, "task_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [125]}}} +{"episode_index": 129, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.010813456028699875, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 0.32325494289398193, -2.0219132900238037, 1.0471975803375244, -5.6083550453186035, 0.0, -0.3121951222419739, 0.0, 0.0, -0.3121951222419739, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.7386726140975952, 0.7383158206939697, -0.2957707643508911, -0.5504645109176636, 1.1660271883010864, 1.5707963705062866, 0.0, 1.556313395500183, -2.481858253479004, 0.3121951222419739, 0.0, 0.3121951222419739, 0.3121951222419739, 0.0, 0.3121951222419739, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974876642227173, 1.5349677801132202, 0.6518135070800781, -0.5686043500900269, -1.0854454040527344, 1.0991277694702148, 1.0219327211380005, -1.0428310632705688, 1.3186936378479004, -4.009915351867676, 0.03683535382151604, -0.03683535382151604, 0.03683535382151604, 0.03683535382151604, -0.03683535382151604, 0.03683535382151604, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.4398573338985443, 0.18678204715251923, 0.20450139045715332, 0.4164086580276489, 0.04719960689544678, 0.4983726143836975, 0.8669921159744263, 0.2106180340051651, 1.3235650062561035, 0.09813942760229111, 0.09813942760229111, 0.09813942760229111, 0.09813942760229111, 0.09813942760229111, 0.09813942760229111, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [231]}, "observation.state": {"min": [0.711482584476471, -0.7026994824409485, -0.002465138677507639, 1.3232144117355347, 0.7019636034965515, 0.7114822268486023, -8.018955668376293e-06, -0.3172495365142822, 0.0, -0.002569639589637518, 0.9999962449073792, 0.7509999871253967, NaN], "max": [0.7122128009796143, -0.7019636034965515, 0.0, 1.333733081817627, 0.7027031183242798, 0.7122128009796143, 0.0011769502889364958, -0.314161092042923, 0.0009268622961826622, 4.798350232704252e-07, 1.0, 0.8197864294052124, NaN], "mean": [0.7121675610542297, -0.7020106911659241, -0.0001537288335384801, 1.3332674503326416, 0.7020107507705688, 0.712167501449585, 7.319539145100862e-05, -0.31703510880470276, 5.7974106312030926e-05, -0.00016009087266866118, 1.0, 0.7544614672660828, NaN], "std": [0.0001567035651532933, 0.00015805871225893497, 0.0005287527455948293, 0.001742261927574873, 0.00015874560631345958, 0.00015676928160246462, 0.0002522166760172695, 0.0007142223184928298, 0.00019905083172488958, 0.0005509732291102409, 7.279900273715612e-07, 0.0123444814234972, NaN], "count": [231]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09424480936316251]], [[0.09347389208410699]], [[0.09297519531734585]]], "std": [[[0.23025867531987088]], [[0.22897616194740605]], [[0.22829556001194506]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31384524817758574]], [[0.3098800502383505]], [[0.3060810613086245]]], "std": [[[0.3004937974468707]], [[0.2986031568673638]], [[0.2980437083363652]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3172299396965448]], [[0.3162446792745346]], [[0.31648309954261106]]], "std": [[[0.3293204233026047]], [[0.32886449953669084]], [[0.32912600911326356]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44770129371128775]], [[0.4448847448284741]], [[0.43660259198238305]]], "std": [[[0.2721238725926546]], [[0.2711157051581283]], [[0.27355388773947387]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.550552754626696]], [[0.5438782531377175]], [[0.5365759640472584]]], "std": [[[0.25226298175677575]], [[0.2576982278195786]], [[0.26241156852587194]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960506929901676]], [[0.9960506929901676]], [[0.9960506929901676]]], "std": [[[0.018264894199314215]], [[0.018264894199314215]], [[0.018264894199314215]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.13725490196078433]], [[0.13725490196078433]], [[0.13725490196078433]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5857926977363909]], [[0.5857926977363909]], [[0.5857926977363909]]], "std": [[[0.3365963128307776]], [[0.3365963128307776]], [[0.3365963128307776]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5078436066468582]], [[0.5078436066468582]], [[0.5078436066468582]]], "std": [[[0.4315518988633334]], [[0.4315518988633334]], [[0.4315518988633334]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18704154722317778]], [[0.18704154722317778]], [[0.18704154722317778]]], "std": [[[0.27672801790259083]], [[0.27672801790259083]], [[0.27672801790259083]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1872416557197757]], [[0.1872416557197757]], [[0.1872416557197757]]], "std": [[[0.20097334718481968]], [[0.20097334718481968]], [[0.20097334718481968]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0811917244856973]], [[0.11920987922544964]], [[0.09202676607047182]]], "std": [[[0.2525334535281478]], [[0.29235219278689156]], [[0.27353487494807954]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1784479112393222]], [[0.34559274078633884]], [[0.411901742852334]]], "std": [[[0.25604795941858394]], [[0.43882776627665343]], [[0.4293805146388275]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2569450496247882]], [[0.36020240181158475]], [[0.28940428125697804]]], "std": [[[0.2858727654840836]], [[0.44451366695945216]], [[0.4132295154369474]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34953522686048527]], [[0.7201572087540259]], [[0.3309901166170787]]], "std": [[[0.27205193838278396]], [[0.41004118675718365]], [[0.37269156666515757]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5157941917439319]], [[0.5680428756024143]], [[0.4800524592450434]]], "std": [[[0.31982017424874765]], [[0.42745579732250427]], [[0.42484111335069974]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.6], "mean": [2.3], "std": [1.3336666250104132], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [231]}, "index": {"min": [32623], "max": [32853], "mean": [32738.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [231]}}} +{"episode_index": 130, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.028653813526034355, 0.025464791804552078, 0.007842788472771645, -2.2595105171203613, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, -1.6684794425964355, -2.481858253479004, 0.0, -0.37560975551605225, 0.0, 0.0, -0.37560975551605225, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.028653813526034355, 1.083461880683899, 0.3336906433105469, -0.7853981852531433, -0.4353225827217102, 2.964216470718384, 2.223552942276001, 0.6506195068359375, 1.0471975803375244, -0.9924960732460022, 0.37560975551605225, 0.0, 0.37560975551605225, 0.37560975551605225, 0.0, 0.37560975551605225, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.02865377441048622, 0.9956623911857605, 0.30664893984794617, -1.5965402126312256, -0.941744327545166, 2.1340088844299316, 1.925141453742981, 0.35239940881729126, -0.47512468695640564, -1.6347688436508179, 0.05892304703593254, -0.05892304703593254, 0.05892304703593254, 0.05892304703593254, -0.05892304703593254, 0.05892304703593254, -2.356199026107788, 1.570798397064209, -1.0471962690353394, -1.570798397064209, 0.0, -1.0471962690353394, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.91155481338501e-08, 0.23493953049182892, 0.07235796004533768, 0.6088405251502991, 0.4715360701084137, 0.8087484240531921, 0.261358380317688, 0.2599524259567261, 1.129620909690857, 0.630923330783844, 0.1328183263540268, 0.1328183263540268, 0.1328183263540268, 0.1328183263540268, 0.1328183263540268, 0.1328183263540268, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.3113021850585938e-06, 2.0265579223632812e-06, 0.0, 1.3113021850585938e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [207]}, "observation.state": {"min": [0.4592447280883789, -0.8883097767829895, -0.0037403847090899944, 1.562395453453064, 0.8877596855163574, 0.4592447280883789, 0.0, -0.18760524690151215, -1.6343026800313964e-05, -0.0034349877387285233, 0.9999929666519165, 0.7509999871253967, NaN], "max": [0.46030479669570923, -0.8877531290054321, 9.56207986746449e-06, 1.5643880367279053, 0.8883097767829895, 0.46030712127685547, 0.0002538098196964711, -0.138228178024292, 0.001501039369031787, 2.3152181256591575e-06, 1.0, 0.7787029147148132, NaN], "mean": [0.4593418836593628, -0.8882595300674438, -0.00031392290838994086, 1.5625921487808228, 0.8882598280906677, 0.4593419134616852, 2.126542131009046e-05, -0.14163629710674286, 0.0001255524839507416, -0.0002885070280171931, 1.0, 0.7530355453491211, NaN], "std": [0.0002565988397691399, 0.00013449767720885575, 0.0009172781137749553, 0.0005398204666562378, 0.00013309701171237975, 0.0002571002987679094, 6.182533979881555e-05, 0.010271940380334854, 0.00036770262522622943, 0.0008426247513853014, 1.5887875406406238e-06, 0.006019799970090389, NaN], "count": [207]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12098890156247172]], [[0.1119848936257243]], [[0.09930870500794278]]], "std": [[[0.29173130662017205]], [[0.27148514349488306]], [[0.24265988689868165]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3949438707804178]], [[0.36237494224802536]], [[0.3190375238635518]]], "std": [[[0.393020235906053]], [[0.36625870139967337]], [[0.3286826243209026]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.649951344170923]], [[0.5921600546104012]], [[0.5279949614126284]]], "std": [[[0.23668342703123318]], [[0.23396603364106267]], [[0.23350974898812935]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35912543695361937]], [[0.33619356249048643]], [[0.30587016350262963]]], "std": [[[0.22925016156648098]], [[0.20817887251721964]], [[0.2079311772828224]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3954875594367565]], [[0.36623505539830925]], [[0.3329392519635671]]], "std": [[[0.30502762258599414]], [[0.2840971674291959]], [[0.265129738699106]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958657150080031]], [[0.9958657150080031]], [[0.9958657150080031]]], "std": [[[0.018967064470729017]], [[0.018967064470729017]], [[0.018967064470729017]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5924212725752386]], [[0.5924212725752386]], [[0.5924212725752386]]], "std": [[[0.33520264749138107]], [[0.33520264749138107]], [[0.33520264749138107]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.09731487684160904]], [[0.09731487684160904]], [[0.09731487684160904]]], "std": [[[0.06637693265332614]], [[0.06637693265332614]], [[0.06637693265332614]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.057872026318136434]], [[0.057872026318136434]], [[0.057872026318136434]]], "std": [[[0.07759991415734423]], [[0.07759991415734423]], [[0.07759991415734423]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14093814151631034]], [[0.14093814151631034]], [[0.14093814151631034]]], "std": [[[0.19726361662023675]], [[0.19726361662023675]], [[0.19726361662023675]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14718421421439545]], [[0.08660480080681772]], [[0.02880608948890592]]], "std": [[[0.3490664207835398]], [[0.2474358209614678]], [[0.11552801938068796]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3988937330138786]], [[0.5191872008883578]], [[0.12275244737613249]]], "std": [[[0.4194846544434698]], [[0.4750621247350942]], [[0.2273536511554049]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7596979543227982]], [[0.326624407979395]], [[0.6311134620942526]]], "std": [[[0.35167627096231735]], [[0.3470368435035039]], [[0.34846056491286587]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7003156929130532]], [[0.5287543182383586]], [[0.41119591146194806]]], "std": [[[0.3576220194691042]], [[0.38004000131265386]], [[0.39828078681827833]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6861944999332793]], [[0.40474066429690786]], [[0.4715905856066992]]], "std": [[[0.39760868455513443]], [[0.3516686180255151]], [[0.39967494851390206]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.12], "mean": [2.06], "std": [1.1951011114824832], "count": [207]}, "frame_index": {"min": [0], "max": [206], "mean": [103.0], "std": [59.75505557412416], "count": [207]}, "episode_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [207]}, "index": {"min": [32854], "max": [33060], "mean": [32957.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [207]}}} +{"episode_index": 131, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997237026691437, 0.025464791804552078, 0.013202724978327751, -0.7853981852531433, -1.907397747039795, 1.0471975803375244, -1.8559293746948242, 0.0, -1.7656468152999878, -5.896347999572754, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997237026691437, 1.0728007555007935, 0.5562148094177246, 0.15699560940265656, 0.5044093132019043, 4.570748805999756, 1.5707963705062866, 3.4233059883117676, 1.8530430793762207, -2.481858253479004, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972501397132874, 1.0262871980667114, 0.5320956707000732, -0.3239709734916687, -0.905607283115387, 3.0526247024536133, -0.5351150035858154, 1.455081582069397, 0.2858566343784332, -4.496775150299072, 0.032909147441387177, -0.032909147441387177, 0.032909147441387177, 0.032909147441387177, -0.032909147441387177, 0.032909147441387177, -2.3561999797821045, 1.570799469947815, -1.04720139503479, -1.570799469947815, 0.0, -1.04720139503479, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.3113021850585938e-06, 0.17559559643268585, 0.09104055166244507, 0.3102942407131195, 0.9206039309501648, 1.2895647287368774, 1.093598484992981, 1.192169427871704, 1.2298331260681152, 1.2683590650558472, 0.10555455088615417, 0.10555455088615417, 0.10555455088615417, 0.10555455088615417, 0.10555455088615417, 0.10555455088615417, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.814697265625e-06, 3.0994415283203125e-06, 0.0, 3.814697265625e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [383]}, "observation.state": {"min": [0.8464008569717407, -0.53254634141922, -0.0008474506321363151, 1.8830660581588745, 0.5312623977661133, 0.8464008569717407, -2.8443448485404588e-08, -0.25370147824287415, 0.0, -0.0006983582279644907, 0.9999995827674866, 0.7509999871253967, NaN], "max": [0.8472071290016174, -0.5312620401382446, 0.0, 1.895484447479248, 0.53254634141922, 0.8472073078155518, 0.00029288727091625333, -0.2467973530292511, 0.0005625244230031967, 0.0, 1.0, 0.8189385533332825, NaN], "mean": [0.8464379906654358, -0.5324901938438416, -3.730280513991602e-05, 1.8950990438461304, 0.5324901938438416, 0.8464379906654358, 1.280964625038905e-05, -0.25343433022499084, 2.4788630980765447e-05, -3.067751822527498e-05, 1.0, 0.7534607648849487, NaN], "std": [0.00014710165851283818, 0.0002342403749935329, 0.00015463597082998604, 0.0017397076589986682, 0.00023418347700498998, 0.0001471238792873919, 5.320933269103989e-05, 0.0011186901247128844, 0.00010274363739881665, 0.00012722915562335402, 6.76245193176328e-08, 0.010494625195860863, NaN], "count": [383]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12248664412244156]], [[0.12168674926623979]], [[0.12042308576930995]]], "std": [[[0.2909426349412471]], [[0.2892787876529312]], [[0.28714911464672943]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4151900547914525]], [[0.41262254784612795]], [[0.4059651214954023]]], "std": [[[0.3857775015643573]], [[0.38403221279058775]], [[0.3833833539520711]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7157341860173501]], [[0.7111808144755115]], [[0.7040540270141776]]], "std": [[[0.24238051846311717]], [[0.24138972056757185]], [[0.23994615747461143]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3402214752184517]], [[0.3359627624655416]], [[0.32081843717959807]]], "std": [[[0.3301894879847538]], [[0.3269595329616646]], [[0.3189000888541826]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5287688828002046]], [[0.5259599246558855]], [[0.5127756487499756]]], "std": [[[0.299895624877628]], [[0.29923143289829973]], [[0.302570737800007]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968010804061715]], [[0.9968010804061715]], [[0.9968010804061715]]], "std": [[[0.016286898771018105]], [[0.016286898771018105]], [[0.016286898771018105]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5800667086437188]], [[0.5800667086437188]], [[0.5800667086437188]]], "std": [[[0.33551500791515226]], [[0.33551500791515226]], [[0.33551500791515226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16952050270537408]], [[0.16952050270537408]], [[0.16952050270537408]]], "std": [[[0.17627145601541597]], [[0.17627145601541597]], [[0.17627145601541597]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32598418953778974]], [[0.32598418953778974]], [[0.32598418953778974]]], "std": [[[0.4341164620337544]], [[0.4341164620337544]], [[0.4341164620337544]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1356502332542743]], [[0.1356502332542743]], [[0.1356502332542743]]], "std": [[[0.11509324772105295]], [[0.11509324772105295]], [[0.11509324772105295]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09266725944165156]], [[0.0991404990709392]], [[0.08295163184113631]]], "std": [[[0.2760826164799272]], [[0.252048346947019]], [[0.25919890893227626]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32778228259943903]], [[0.3605865454830747]], [[0.3019475246615181]]], "std": [[[0.39896837011534203]], [[0.4406845491647738]], [[0.4075609805924438]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6648541766831557]], [[0.6502109246283925]], [[0.30928443878491857]]], "std": [[[0.42851809149286074]], [[0.2777352982378737]], [[0.32029243917317474]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3029773223334681]], [[0.3608497697632454]], [[0.5215937747897627]]], "std": [[[0.34006035971102383]], [[0.40574509605489084]], [[0.46046067353563014]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5347594842321184]], [[0.5864973569880058]], [[0.5129287349015048]]], "std": [[[0.436253686715729]], [[0.3746069479970372]], [[0.3830586484954324]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.64], "mean": [3.82], "std": [2.211243993773641], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [383]}, "index": {"min": [33061], "max": [33443], "mean": [33252.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [383]}}} +{"episode_index": 132, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4148932695388794, 0.025464791804552078, 0.006363609805703163, -1.6699942350387573, -1.5707963705062866, 1.0471975803375244, -0.7329249382019043, 0.0, 1.0471975803375244, -2.568096876144409, 0.0, -0.5365853905677795, 0.0, 0.0, -0.5365853905677795, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4148932695388794, 1.837101936340332, 0.4590887725353241, -0.7853981852531433, -0.8142470121383667, 3.5016191005706787, 1.5707963705062866, 2.0528597831726074, 2.099435567855835, -2.385263204574585, 0.5365853905677795, 0.0, 0.5365853905677795, 0.5365853905677795, 0.0, 0.5365853905677795, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4148939549922943, 1.6208016872406006, 0.40503668785095215, -1.2672619819641113, -1.1434645652770996, 2.453307628631592, 0.3397139012813568, 1.182728886604309, 1.625045657157898, -2.491018295288086, 0.1070641279220581, -0.1070641279220581, 0.1070641279220581, 0.1070641279220581, -0.1070641279220581, 0.1070641279220581, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 0.4657329022884369, 0.11638545989990234, 0.3670732378959656, 0.3271775245666504, 1.0796482563018799, 0.9612217545509338, 0.9100483655929565, 0.4405534565448761, 0.049519132822752, 0.20831826329231262, 0.20831826329231262, 0.20831826329231262, 0.20831826329231262, 0.20831826329231262, 0.20831826329231262, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [243]}, "observation.state": {"min": [-0.6306630969047546, -0.7764827609062195, -2.8975548502785387e-06, 2.121492385864258, 0.776056706905365, -0.6306630969047546, -0.0023511743638664484, -0.343471497297287, -1.1027685786757502e-06, -2.8375134206726216e-06, 0.9999902844429016, 0.7509999871253967, NaN], "max": [-0.6301279664039612, -0.776056706905365, 0.003733858000487089, 2.164767026901245, 0.7764805555343628, -0.630137026309967, 0.0, -0.3386191725730896, 0.004178510047495365, 0.001417663530446589, 1.0, 0.7958899736404419, NaN], "mean": [-0.6306050419807434, -0.7761026620864868, 0.000408779364079237, 2.1252472400665283, 0.7761024236679077, -0.6306061148643494, -0.0002575167454779148, -0.3405423164367676, 0.00045756727922707796, 0.00015507319767493755, 0.9999991655349731, 0.7550856471061707, NaN], "std": [0.00014489321620203555, 0.00011556606477824971, 0.0010268550831824541, 0.009859021753072739, 0.00011502943380037323, 0.00014265856589190662, 0.0006466952036134899, 0.0006377007812261581, 0.0011492358753457665, 0.0003897470305673778, 2.366885610172176e-06, 0.01056833378970623, NaN], "count": [243]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1158599052767032]], [[0.07584738860490675]], [[0.06537206219309309]]], "std": [[[0.27884329819241443]], [[0.210042413031485]], [[0.1836020427028159]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.393550086468704]], [[0.2675476563594899]], [[0.2272649375608114]]], "std": [[[0.37883762663976867]], [[0.32274182043892574]], [[0.2843600837429817]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.41662450454002603]], [[0.2242175966997722]], [[0.1991172748980581]]], "std": [[[0.3595337224409515]], [[0.28133024931096845]], [[0.25504955464292484]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4487241376766841]], [[0.3009446902046616]], [[0.28097401110849596]]], "std": [[[0.331240383123901]], [[0.30364251572043915]], [[0.2960222790198149]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.569912403414223]], [[0.3753851743221142]], [[0.3422154053098959]]], "std": [[[0.2961795198637523]], [[0.3477309139650321]], [[0.3404720098646348]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949140187931128]], [[0.9949140187931128]], [[0.9949140187931128]]], "std": [[[0.021715207303421222]], [[0.021715207303421222]], [[0.021715207303421222]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5893867997594031]], [[0.5893867997594031]], [[0.5893867997594031]]], "std": [[[0.33769751562723355]], [[0.33769751562723355]], [[0.33769751562723355]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078043788905049]], [[0.4078043788905049]], [[0.4078043788905049]]], "std": [[[0.4069215165345572]], [[0.4069215165345572]], [[0.4069215165345572]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24283908372007879]], [[0.24283908372007879]], [[0.24283908372007879]]], "std": [[[0.35670370478751523]], [[0.35670370478751523]], [[0.35670370478751523]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17304623980162154]], [[0.17304623980162154]], [[0.17304623980162154]]], "std": [[[0.19615335701436962]], [[0.19615335701436962]], [[0.19615335701436962]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07552084200870253]], [[0.06298435784833409]], [[0.14579684447904534]]], "std": [[[0.2348998465371088]], [[0.18180720290077895]], [[0.3482199702048762]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2936347419785944]], [[0.18079359561614733]], [[0.41724997066300273]]], "std": [[[0.4059544114783761]], [[0.27054186131748487]], [[0.43117076650192965]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.282701549194624]], [[0.28020512428493166]], [[0.5455815263419413]]], "std": [[[0.29179234639483126]], [[0.3896301817030069]], [[0.4506481803688992]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727547970181541]], [[0.48555359886165744]], [[0.4873131521614494]]], "std": [[[0.3893187829254368]], [[0.4365059447543271]], [[0.42326398788207487]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4920711008113105]], [[0.6588264208662159]], [[0.444915845398383]]], "std": [[[0.3310026400198156]], [[0.4183145891765416]], [[0.3919205127365742]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.84], "mean": [2.42], "std": [1.402949274445326], "count": [243]}, "frame_index": {"min": [0], "max": [242], "mean": [121.0], "std": [70.14746372226631], "count": [243]}, "episode_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [243]}, "index": {"min": [33444], "max": [33686], "mean": [33565.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [243]}}} +{"episode_index": 133, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34682032465934753, 0.0156293585896492, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, -0.19602827727794647, 1.5707963705062866, 0.0, 0.9263209700584412, -5.353396892547607, 0.0, -0.29756098985671997, 0.0, 0.0, -0.29756098985671997, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34682032465934753, 0.39706873893737793, 0.6469409465789795, -0.40694305300712585, 0.7414273619651794, 1.0471975803375244, 1.966357707977295, 2.849079132080078, 1.05900239944458, -2.481858253479004, 0.29756098985671997, 0.0, 0.29756098985671997, 0.29756098985671997, 0.0, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34682029485702515, 0.3777560293674469, 0.6154754757881165, -0.5567452311515808, -0.1700323075056076, 0.28289681673049927, 1.7760928869247437, 1.751192569732666, 1.029263973236084, -4.243589878082275, 0.05021759867668152, -0.05021759867668152, 0.05021759867668152, 0.05021759867668152, -0.05021759867668152, 0.05021759867668152, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 0.06830517947673798, 0.1112891361117363, 0.15082086622714996, 0.9335012435913086, 0.5070432424545288, 0.1376289278268814, 1.1616321802139282, 0.039052706211805344, 1.1676223278045654, 0.10918078571557999, 0.10918078571557999, 0.10918078571557999, 0.10918078571557999, 0.10918078571557999, 0.10918078571557999, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [204]}, "observation.state": {"min": [-0.9902864098548889, -0.13967081904411316, -1.5462090232176706e-05, 1.3448132276535034, 0.139042466878891, -0.9902856349945068, -0.001242265454493463, -0.31245335936546326, 0.0, -0.001230201218277216, 0.9999992251396179, 0.7509999871253967, NaN], "max": [-0.990198016166687, -0.13904257118701935, 1.3283410225994885e-05, 1.3543004989624023, 0.13967081904411316, -0.990198016166687, 3.0072168755168605e-08, -0.26480457186698914, 0.00017367115651722997, 3.39644437019615e-08, 1.0, 0.7828143239021301, NaN], "mean": [-0.990206778049469, -0.1396111249923706, -1.549207979678613e-07, 1.345560073852539, 0.13961109519004822, -0.990206778049469, -0.0001181946208816953, -0.2684330940246582, 1.629549660719931e-05, -0.00011706600344041362, 1.0, 0.7535235285758972, NaN], "std": [2.2898311726748943e-05, 0.00016269719344563782, 3.913849468517583e-06, 0.0020927260629832745, 0.00016272085485979915, 2.272865458508022e-05, 0.0003219418867956847, 0.010286975651979446, 4.4579988752957433e-05, 0.0003188644477631897, 1.8709538096572942e-07, 0.00706259673461318, NaN], "count": [204]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11959494290517411]], [[0.08699834170527417]], [[0.07700111514117633]]], "std": [[[0.28445959403642024]], [[0.23686508196191133]], [[0.21269478746614784]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41881906080034015]], [[0.32159600507211533]], [[0.28147400339705664]]], "std": [[[0.38074945728368925]], [[0.35806495777343356]], [[0.32139281397761277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5327527290113062]], [[0.42221066713337635]], [[0.39411992428037185]]], "std": [[[0.2010661804560241]], [[0.266804574836121]], [[0.267059360912395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4067293801142768]], [[0.3253057424741382]], [[0.2954037702903055]]], "std": [[[0.2713508308885017]], [[0.2892071895015957]], [[0.2793341316282728]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5522882656704828]], [[0.4625854792927738]], [[0.411235650184974]]], "std": [[[0.2969068952540479]], [[0.3248427685456761]], [[0.3010229908302733]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958969993113349]], [[0.9958969993113349]], [[0.9958969993113349]]], "std": [[[0.018894181832198674]], [[0.018894181832198674]], [[0.018894181832198674]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5833138374737056]], [[0.5833138374737056]], [[0.5833138374737056]]], "std": [[[0.33422779872728364]], [[0.33422779872728364]], [[0.33422779872728364]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06597840394664757]], [[0.06597840394664757]], [[0.06597840394664757]]], "std": [[[0.06678936207220718]], [[0.06678936207220718]], [[0.06678936207220718]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19288153955197207]], [[0.19288153955197207]], [[0.19288153955197207]]], "std": [[[0.33050349042581206]], [[0.33050349042581206]], [[0.33050349042581206]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03529411764705882]], [[0.03529411764705882]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18695453804790615]], [[0.18695453804790615]], [[0.18695453804790615]]], "std": [[[0.24987432397983803]], [[0.24987432397983803]], [[0.24987432397983803]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07945249317537624]], [[0.12736751579671574]], [[0.03980682777539729]]], "std": [[[0.2519491744108151]], [[0.3131182243799589]], [[0.14714704763579672]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4883463334788448]], [[0.49091811591433193]], [[0.1452422632470792]]], "std": [[[0.42110651796412446]], [[0.4712446723677097]], [[0.26867948726493224]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7473562195440058]], [[0.45356772890066394]], [[0.5406832469316853]]], "std": [[[0.302214028398477]], [[0.39747005777829153]], [[0.43448357467916415]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5721655625897293]], [[0.5181277188690873]], [[0.31531317898384686]]], "std": [[[0.42883801091177115]], [[0.4189953056635805]], [[0.3153339695207468]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4980957331600606]], [[0.6252036872749852]], [[0.31758878984718614]]], "std": [[[0.4048150671190842]], [[0.4227338493582892]], [[0.3287151733214433]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.06], "mean": [2.03], "std": [1.1777803983199358], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [204]}, "index": {"min": [33687], "max": [33890], "mean": [33788.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [204]}}} +{"episode_index": 134, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4861081838607788, 0.025464791804552078, 0.017886873334646225, -3.4054884910583496, -2.366715908050537, -0.41020670533180237, 1.5707963705062866, -1.9373633861541748, -1.0461174249649048, -2.481858253479004, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4861081838607788, 1.1265161037445068, 0.7912827730178833, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 2.0990443229675293, 0.0, 1.0471975803375244, -0.33359992504119873, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48610737919807434, 1.0355010032653809, 0.7273547649383545, -2.3219752311706543, -1.9920244216918945, 0.19156010448932648, 1.8853975534439087, -1.1176186800003052, -0.1869078278541565, -1.2154734134674072, 0.07990793138742447, -0.07990793138742447, 0.07990793138742447, 0.07990793138742447, -0.07990793138742447, 0.07990793138742447, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 0.2440025806427002, 0.17139190435409546, 1.1030077934265137, 0.32001617550849915, 0.6092947125434875, 0.22521832585334778, 0.7927958369255066, 0.8796135783195496, 0.9026222825050354, 0.1636599451303482, 0.1636599451303482, 0.1636599451303482, 0.1636599451303482, 0.1636599451303482, 0.1636599451303482, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [216]}, "observation.state": {"min": [0.7658788561820984, -0.642984926700592, -0.003040831768885255, 1.4269543886184692, 0.6408816576004028, 0.7658788561820984, 0.0, -0.17142744362354279, 0.0, -0.002172605600208044, 0.9999953508377075, 0.7509999871253967, NaN], "max": [0.7676366567611694, -0.6408780813217163, 0.0, 1.4451344013214111, 0.642984926700592, 0.7676396369934082, 0.0002969715278595686, -0.16934119164943695, 0.002147424966096878, 0.0, 1.0, 0.8175718784332275, NaN], "mean": [0.7660521864891052, -0.642776608467102, -0.0003000599972438067, 1.428596019744873, 0.6427769064903259, 0.7660524845123291, 2.8948743420187384e-05, -0.171205535531044, 0.00021166725491639227, -0.0002146411716239527, 1.0, 0.75632244348526, NaN], "std": [0.0004626384179573506, 0.0005540427519008517, 0.0007999923545867205, 0.004384665749967098, 0.0005532188806682825, 0.0004633096978068352, 7.729970093350857e-05, 0.000566428410820663, 0.0005647751386277378, 0.0005718320608139038, 1.1412628282414516e-06, 0.014731877483427525, NaN], "count": [216]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.1342463489687794]], [[0.12737919292747021]], [[0.1155579293377349]]], "std": [[[0.3114130964572208]], [[0.29740592213126005]], [[0.2726297785647193]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47776031237364136]], [[0.4470992676814921]], [[0.39711594316602195]]], "std": [[[0.40536224751114847]], [[0.38615761367543294]], [[0.35264586882149446]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.023529411764705882]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.7085429684749657]], [[0.6679125549607688]], [[0.6006957488511632]]], "std": [[[0.1456538087025188]], [[0.16663838787765162]], [[0.18336578790749355]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6033538873365426]], [[0.5446073757569784]], [[0.4920271348784376]]], "std": [[[0.2593645999730565]], [[0.2742659290720887]], [[0.28677425538651663]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6288210134708786]], [[0.5675615047633225]], [[0.5042506794448568]]], "std": [[[0.2888417507000808]], [[0.2970579715255657]], [[0.30559734002579136]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962260390493874]], [[0.9962260390493874]], [[0.9962260390493874]]], "std": [[[0.01800609580735917]], [[0.01800609580735917]], [[0.01800609580735917]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5881700392478731]], [[0.5881700392478731]], [[0.5881700392478731]]], "std": [[[0.3335850708891094]], [[0.3335850708891094]], [[0.3335850708891094]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.06426029527436294]], [[0.06426029527436294]], [[0.06426029527436294]]], "std": [[[0.05344544244624773]], [[0.05344544244624773]], [[0.05344544244624773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.049293952689314156]], [[0.049293952689314156]], [[0.049293952689314156]]], "std": [[[0.10932323009421017]], [[0.10932323009421017]], [[0.10932323009421017]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18558113741717747]], [[0.18558113741717747]], [[0.18558113741717747]]], "std": [[[0.29986068761648704]], [[0.29986068761648704]], [[0.29986068761648704]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09790221358541022]], [[0.14051641161919437]], [[0.0327400420172857]]], "std": [[[0.28031644409211015]], [[0.34217081049285475]], [[0.12518495827525636]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20226618815509514]], [[0.48043623544968755]], [[0.2582618992537339]]], "std": [[[0.32419773640546107]], [[0.45796121931693334]], [[0.3790002999382327]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5295515093968917]], [[0.57705755080665]], [[0.460066286190958]]], "std": [[[0.3071265540704419]], [[0.43530480420025924]], [[0.3851639005146219]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6269621542676782]], [[0.7868896171169811]], [[0.25151472516095114]]], "std": [[[0.39790308686895015]], [[0.28730168856980787]], [[0.2792056751993789]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40942699714542635]], [[0.5435000479450355]], [[0.5545052011981565]]], "std": [[[0.3466746698549251]], [[0.42069645435218717]], [[0.42962320571407303]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.3], "mean": [2.15], "std": [1.247063216788414], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [216]}, "index": {"min": [33891], "max": [34106], "mean": [33998.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [216]}}} +{"episode_index": 135, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07228358834981918, 0.025464791804552078, 0.007165755145251751, -1.2314426898956299, -1.5707963705062866, 0.7200852036476135, 1.4172744750976562, -0.24790149927139282, 0.4081936478614807, -2.5567429065704346, 0.0, -0.2926829159259796, 0.0, 0.0, -0.2926829159259796, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07228358834981918, 1.324216365814209, 0.37263256311416626, -0.7853981852531433, -1.1437430381774902, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.2926829159259796, 0.0, 0.2926829159259796, 0.2926829159259796, 0.0, 0.2926829159259796, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07228365540504456, 1.089563012123108, 0.306601345539093, -0.9817371368408203, -1.3957276344299316, 0.8905929327011108, 1.5073132514953613, -0.11570324003696442, 0.7649289965629578, -2.5138967037200928, 0.05168629810214043, -0.05168629810214043, 0.05168629810214043, 0.05168629810214043, -0.05168629810214043, 0.05168629810214043, -2.3561975955963135, 1.5707967281341553, -1.0471969842910767, -1.5707967281341553, 0.0, -1.0471969842910767, 2.4818592071533203, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.705522537231445e-08, 0.3882567286491394, 0.10925481468439102, 0.19193989038467407, 0.1740492731332779, 0.151114821434021, 0.06294524669647217, 0.11201611906290054, 0.27572235465049744, 0.03154951333999634, 0.10779072344303131, 0.10779072344303131, 0.10779072344303131, 0.10779072344303131, 0.10779072344303131, 0.10779072344303131, 3.0994415283203125e-06, 3.5762786865234375e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.0, 5.960464477539062e-07, 9.5367431640625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [116]}, "observation.state": {"min": [-0.7074849009513855, 0.7067283987998962, -0.0003297950606793165, 1.963870644569397, -0.7072320580482483, -0.7074849605560303, -0.0005788502749055624, -0.3703729808330536, -0.000642414961475879, -0.00017645236221142113, 0.9999997615814209, 0.7509999871253967, NaN], "max": [-0.7069814801216125, 0.7072320580482483, 5.437279781972393e-08, 1.9797251224517822, -0.7067281603813171, -0.7069814801216125, 0.0, -0.33337169885635376, 0.0, 0.0, 1.0, 0.8006569743156433, NaN], "mean": [-0.7070261240005493, 0.7071872353553772, -2.9471844754880294e-05, 1.9785436391830444, -0.7071872353553772, -0.7070262432098389, -5.1662911573657766e-05, -0.33606547117233276, -5.7364770327694714e-05, -1.5714003893663175e-05, 1.0, 0.754784107208252, NaN], "std": [0.00012683164095506072, 0.0001268805644940585, 8.327257091877982e-05, 0.003424563677981496, 0.0001269294589292258, 0.00012684334069490433, 0.00014585854660253972, 0.007869108580052853, 0.00016198042430914938, 4.440023622009903e-05, 5.394024427118893e-08, 0.010893370024859905, NaN], "count": [116]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09045442908191627]], [[0.0901665577006768]], [[0.08955078653327889]]], "std": [[[0.22421469145759304]], [[0.22369058227207406]], [[0.22271930122093506]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30485451732760405]], [[0.303689081473703]], [[0.2981958839689906]]], "std": [[[0.29907409259315576]], [[0.2986476845414489]], [[0.2974230448509991]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7038575596580413]], [[0.7028651054690198]], [[0.7026891196956194]]], "std": [[[0.20071825466888457]], [[0.2011070961739402]], [[0.20117732209537928]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4239292009406615]], [[0.4303567284989985]], [[0.4276390027164383]]], "std": [[[0.23023424520365604]], [[0.22399171694719716]], [[0.22182434914102359]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47479661313586685]], [[0.4727660114625516]], [[0.454470718323922]]], "std": [[[0.23808053006233604]], [[0.23815894432385065]], [[0.24182422362874648]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951840680323291]], [[0.9951840680323291]], [[0.9951840680323291]]], "std": [[[0.021063197916120442]], [[0.021063197916120442]], [[0.021063197916120442]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5950935585341828]], [[0.5950935585341828]], [[0.5950935585341828]]], "std": [[[0.33755784228799063]], [[0.33755784228799063]], [[0.33755784228799063]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.09058728309900616]], [[0.09058728309900616]], [[0.09058728309900616]]], "std": [[[0.06339047864471867]], [[0.06339047864471867]], [[0.06339047864471867]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.06024609683824284]], [[0.06024609683824284]], [[0.06024609683824284]]], "std": [[[0.04933659256332086]], [[0.04933659256332086]], [[0.04933659256332086]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16319536160279918]], [[0.16319536160279918]], [[0.16319536160279918]]], "std": [[[0.20036426376973948]], [[0.20036426376973948]], [[0.20036426376973948]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.049193769693507174]], [[0.12103320411643334]], [[0.0860677506938619]]], "std": [[[0.1548337836283613]], [[0.30105878307256423]], [[0.26479780899639893]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23700455645477644]], [[0.49679502659105435]], [[0.16699838327999028]]], "std": [[[0.33747475333318905]], [[0.46935226921445666]], [[0.25509417633407566]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7800366125725965]], [[0.5544229865264392]], [[0.2562379052780443]]], "std": [[[0.36128315295470254]], [[0.2795007976584058]], [[0.29349788515002684]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31385327075667996]], [[0.8544971343621064]], [[0.4299031456637236]]], "std": [[[0.3370992540679736]], [[0.29578387985059273]], [[0.3354678686801847]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5243595582619355]], [[0.5604038420402189]], [[0.5154747262606694]]], "std": [[[0.36351602112755416]], [[0.40719298316902264]], [[0.44032437229995386]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.3], "mean": [1.1500000000000001], "std": [0.6697014260101288], "count": [116]}, "frame_index": {"min": [0], "max": [115], "mean": [57.5], "std": [33.48507130050644], "count": [116]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [116]}, "index": {"min": [34107], "max": [34222], "mean": [34164.5], "std": [33.48507130050644], "count": [116]}, "task_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [116]}}} +{"episode_index": 136, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002541012945584953, 0.025464791804552078, 0.004105419851839542, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 0.7373437285423279, -1.1275510787963867, 1.0471975803375244, -5.271430492401123, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002541012945584953, 1.9435347318649292, 0.3133356273174286, 0.0906401127576828, -1.2374335527420044, 1.8179407119750977, 1.5707963705062866, 0.0, 1.9751437902450562, -2.481858253479004, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002541018184274435, 1.6887526512145996, 0.2722596228122711, -0.398078978061676, -1.441703200340271, 1.400644063949585, 1.2252037525177002, -0.5923126935958862, 1.492000937461853, -3.9350829124450684, 0.07316752523183823, -0.07316752523183823, 0.07316752523183823, 0.07316752523183823, -0.07316752523183823, 0.07316752523183823, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.238689482212067e-10, 0.513590395450592, 0.08280088752508163, 0.3458912968635559, 0.12432537972927094, 0.2803296446800232, 0.2822418212890625, 0.4804777204990387, 0.37263223528862, 1.1823251247406006, 0.16996461153030396, 0.16996461153030396, 0.16996461153030396, 0.16996461153030396, 0.16996461153030396, 0.16996461153030396, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [231]}, "observation.state": {"min": [-0.9139595031738281, 0.40580546855926514, 0.0, 1.903809666633606, -0.4064497947692871, -0.9139595031738281, 0.0, -0.23730938136577606, 0.0, 0.0, 0.999993622303009, 0.7509999871253967, NaN], "max": [-0.9136689901351929, 0.40645599365234375, 0.00157732714433223, 1.947823405265808, -0.40580546855926514, -0.9136675000190735, 0.003205342451110482, -0.2206488996744156, 0.0027439831756055355, 0.002287517534568906, 1.0, 0.787888765335083, NaN], "mean": [-0.9139354825019836, 0.40585392713546753, 0.0001179359678644687, 1.9449894428253174, -0.4058535695075989, -0.9139354825019836, 0.00023963581770658493, -0.22162576019763947, 0.00020513155322987586, 0.00017104172729887068, 1.0, 0.7532160878181458, NaN], "std": [6.766712613170967e-05, 0.00015156817971728742, 0.00036755151813849807, 0.008974866941571236, 0.00015032128430902958, 6.79667282383889e-05, 0.0007467996329069138, 0.0031902429182082415, 0.0006392854847945273, 0.000533027108758688, 1.364254899272055e-06, 0.0071768080815672874, NaN], "count": [231]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.0960990846186291]], [[0.09669603719193638]], [[0.09414081088131022]]], "std": [[[0.23431148141717134]], [[0.23499703943173053]], [[0.22823730917567783]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3166304282665154]], [[0.3213792908292212]], [[0.31339840178744455]]], "std": [[[0.3089798449742312]], [[0.30647109221072044]], [[0.2981129522548504]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5631168162350608]], [[0.5620065151603544]], [[0.5404008419550578]]], "std": [[[0.2944658906826642]], [[0.29475634859974437]], [[0.2858486553188298]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591011068932891]], [[0.5892140407204228]], [[0.5648746850882893]]], "std": [[[0.27497926051699406]], [[0.2743886854069512]], [[0.27780988528648765]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4216743144027557]], [[0.45382761647458475]], [[0.4523072733624759]]], "std": [[[0.3134342766128131]], [[0.28659594035040264]], [[0.27021994099614477]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969951136297343]], [[0.9969951136297343]], [[0.9969951136297343]]], "std": [[[0.015666444327909784]], [[0.015666444327909784]], [[0.015666444327909784]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880603115019135]], [[0.5880603115019135]], [[0.5880603115019135]]], "std": [[[0.33373338178266926]], [[0.33373338178266926]], [[0.33373338178266926]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21758221567755723]], [[0.21758221567755723]], [[0.21758221567755723]]], "std": [[[0.2587835815360308]], [[0.2587835815360308]], [[0.2587835815360308]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06742111901701278]], [[0.06742111901701278]], [[0.06742111901701278]]], "std": [[[0.08491445651894157]], [[0.08491445651894157]], [[0.08491445651894157]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12556643606110413]], [[0.12556643606110413]], [[0.12556643606110413]]], "std": [[[0.14207239316788284]], [[0.14207239316788284]], [[0.14207239316788284]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08222526656433922]], [[0.048971059303650324]], [[0.10844000131429747]]], "std": [[[0.25665699280249976]], [[0.1461909418557624]], [[0.28866834624801807]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45637848146337634]], [[0.23786638020346132]], [[0.2736385091843242]]], "std": [[[0.43357770037505383]], [[0.3105485168502332]], [[0.39981078557967065]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33990564819341096]], [[0.6483989402470745]], [[0.40648216880541754]]], "std": [[[0.38333769462540024]], [[0.436799886487868]], [[0.3058076831400381]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7294932270093496]], [[0.6172049693855861]], [[0.3215126021681885]]], "std": [[[0.3681513455352537]], [[0.3942006354968277]], [[0.26130199484029953]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5795628378364786]], [[0.6844928092505085]], [[0.3581474226022956]]], "std": [[[0.4202529892481374]], [[0.2985512682145714]], [[0.3752062655212513]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.6], "mean": [2.3], "std": [1.3336666250104132], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [231]}, "index": {"min": [34223], "max": [34453], "mean": [34338.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [231]}}} +{"episode_index": 137, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4699382781982422, 0.011143913492560387, 0.025464791804552078, -0.9490474462509155, -1.5707964897155762, 0.8818724751472473, 0.45319199562072754, -3.0118467807769775, -0.43443748354911804, -3.8332245349884033, 0.0, -0.5317073464393616, 0.0, 0.0, -0.5317073464393616, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4699382781982422, 0.3793623447418213, 0.8668752312660217, -0.7496258020401001, 1.085538387298584, 1.0471975803375244, 1.5707964897155762, 0.0, 1.0471975803375244, -2.481858253479004, 0.5317073464393616, 0.0, 0.5317073464393616, 0.5317073464393616, 0.0, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4699397087097168, 0.3617461919784546, 0.8266212940216064, -0.8459251523017883, 0.23285195231437683, 0.9827143549919128, 0.979705810546875, -2.0740323066711426, 0.11013837903738022, -3.4025657176971436, 0.13208681344985962, -0.13208681344985962, 0.13208681344985962, 0.13208681344985962, -0.13208681344985962, 0.13208681344985962, -2.3561997413635254, 1.5707991123199463, -1.0471984148025513, -1.5707991123199463, 0.0, -1.0471984148025513, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.430511474609375e-06, 0.06402277201414108, 0.1462976336479187, 0.06196342781186104, 1.0399384498596191, 0.05421554669737816, 0.38054952025413513, 1.1921162605285645, 0.551525354385376, 0.5240761041641235, 0.22507423162460327, 0.22507423162460327, 0.22507423162460327, 0.22507423162460327, 0.22507423162460327, 0.22507423162460327, 5.245208740234375e-06, 2.7418136596679688e-06, 8.344650268554688e-07, 2.7418136596679688e-06, 0.0, 8.344650268554688e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [288]}, "observation.state": {"min": [0.6273031830787659, -0.7787616848945618, -0.0045749046839773655, 1.964186668395996, 0.7757916450500488, 0.6273016333580017, -2.3144107217376586e-06, -0.35160815715789795, 0.0, -0.004781937226653099, 0.9999876618385315, 0.7509999871253967, NaN], "max": [0.6309891939163208, -0.7757916450500488, 1.97450935957022e-06, 1.9753748178482056, 0.7787739634513855, 0.6309891939163208, 0.0019434310961514711, -0.30288657546043396, 0.0013587066205218434, 2.9921716304670554e-06, 1.0, 0.7711495757102966, NaN], "mean": [0.6304481029510498, -0.7762290239334106, -0.0006733380723744631, 1.974150538444519, 0.7762304544448853, 0.6304478645324707, 0.0002856098872143775, -0.3079448342323303, 0.00020063365809619427, -0.000703350524418056, 0.9999991655349731, 0.7527297139167786, NaN], "std": [0.0011409667786210775, 0.0009204669622704387, 0.0014179553836584091, 0.002779696835204959, 0.000923771527595818, 0.0011413799365982413, 0.0006017893902026117, 0.011596809141337872, 0.0004219789116177708, 0.001481445855461061, 3.457124648775789e-06, 0.004309331066906452, NaN], "count": [288]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12408346459544113]], [[0.12021443836246581]], [[0.11466307917100016]]], "std": [[[0.29427407170940867]], [[0.28611660124715244]], [[0.27405261472912656]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.399798654990877]], [[0.3834561074934403]], [[0.3614585295559351]]], "std": [[[0.3862034265295078]], [[0.3776885947728491]], [[0.36342956078996724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5962453779979897]], [[0.5798718533136725]], [[0.5641424457064382]]], "std": [[[0.24657288689114884]], [[0.2557447719533253]], [[0.2632785370620839]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4345644009116933]], [[0.4045677215245046]], [[0.36846015298154416]]], "std": [[[0.22872265409985992]], [[0.23493568224637768]], [[0.23976105671977113]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6308260668105687]], [[0.6044289357342061]], [[0.5725485515570067]]], "std": [[[0.2735979487468605]], [[0.2757783521847685]], [[0.2711026051701846]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961122262522875]], [[0.9961122262522875]], [[0.9961122262522875]]], "std": [[[0.018524269066912742]], [[0.018524269066912742]], [[0.018524269066912742]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5994947666149665]], [[0.5994947666149665]], [[0.5994947666149665]]], "std": [[[0.3391025660980604]], [[0.3391025660980604]], [[0.3391025660980604]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11658137948931496]], [[0.11658137948931496]], [[0.11658137948931496]]], "std": [[[0.16042706008228635]], [[0.16042706008228635]], [[0.16042706008228635]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06349234857583128]], [[0.06349234857583128]], [[0.06349234857583128]]], "std": [[[0.10112526472511582]], [[0.10112526472511582]], [[0.10112526472511582]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15277853886330703]], [[0.15277853886330703]], [[0.15277853886330703]]], "std": [[[0.13762773830373398]], [[0.13762773830373398]], [[0.13762773830373398]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14082230228707876]], [[0.10763371870412951]], [[0.03221033319452742]]], "std": [[[0.34422927701847106]], [[0.2607580802748285]], [[0.13071547734296088]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22572675487212088]], [[0.5009260848486312]], [[0.12448560743677793]]], "std": [[[0.32599878582273983]], [[0.47724777008090746]], [[0.23079612836077817]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6622408718352085]], [[0.394996836968774]], [[0.5339122397975982]]], "std": [[[0.38670405816533165]], [[0.29855178632700163]], [[0.4377022012195175]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7644097255331119]], [[0.5630486685697157]], [[0.36392626657037425]]], "std": [[[0.37222036058414265]], [[0.3619297333808507]], [[0.3544398941665351]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5334305175850991]], [[0.6620839152117193]], [[0.3679227635652599]]], "std": [[[0.36038851199113486]], [[0.3729097737295144]], [[0.38257772369577964]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.74], "mean": [2.8699999999999997], "std": [1.662758751793737], "count": [288]}, "frame_index": {"min": [0], "max": [287], "mean": [143.5], "std": [83.13793758968686], "count": [288]}, "episode_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [288]}, "index": {"min": [34454], "max": [34741], "mean": [34597.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [288]}}} +{"episode_index": 138, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48928046226501465, 0.025464791804552078, 0.01918898895382881, -0.7853981852531433, -2.21808123588562, -1.625443935394287, -2.0104448795318604, -0.46519216895103455, 0.2876528799533844, -6.5149617195129395, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48928046226501465, 1.400697112083435, 1.0554951429367065, 3.274521589279175, 0.3223307132720947, 1.0471975803375244, 1.695586085319519, 2.0601084232330322, 1.6585670709609985, -2.481858253479004, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48927757143974304, 1.3314359188079834, 1.0032989978790283, 1.3829578161239624, -0.7927186489105225, -0.2602514624595642, 0.5401087403297424, 0.44748178124427795, 1.1668918132781982, -4.606409549713135, 0.024211330339312553, -0.024211330339312553, 0.024211330339312553, 0.024211330339312553, -0.024211330339312553, 0.024211330339312553, -2.3561999797821045, 1.570799708366394, -1.047202706336975, -1.570799708366394, 0.0, -1.047202706336975, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.8908252716064453e-06, 0.24388742446899414, 0.18378204107284546, 1.2912341356277466, 0.9082487225532532, 0.7491853833198547, 1.2441291809082031, 0.6966976523399353, 0.319899320602417, 1.292555809020996, 0.09123784303665161, 0.09123784303665161, 0.09123784303665161, 0.09123784303665161, 0.09123784303665161, 0.09123784303665161, 5.4836273193359375e-06, 3.337860107421875e-06, 5.125999450683594e-06, 3.337860107421875e-06, 0.0, 5.125999450683594e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [440]}, "observation.state": {"min": [0.15112510323524475, -0.9885143041610718, -0.0008288909448310733, 2.010871410369873, 0.988448441028595, 0.15112388134002686, 0.0, -0.3347398638725281, -0.0012330426834523678, -0.0010269848862662911, 0.9999986886978149, 0.7509999871253967, NaN], "max": [0.15155746042728424, -0.988448441028595, 0.0, 2.058363676071167, 0.9885138869285583, 0.15155746042728424, 0.0013737935805693269, -0.323608934879303, 0.0, 0.0, 1.0, 0.7819812893867493, NaN], "mean": [0.15154431760311127, -0.9884455800056458, -2.5964372980524786e-05, 2.0120742321014404, 0.9884455800056458, 0.15154428780078888, 4.3108640966238454e-05, -0.33445924520492554, -3.868682688334957e-05, -3.218436540919356e-05, 1.0, 0.7517551183700562, NaN], "std": [6.698282959405333e-05, 1.1335683666402474e-05, 0.00012870151840616018, 0.006188055966049433, 1.128108397097094e-05, 6.714568007737398e-05, 0.00021366769215092063, 0.0014429097063839436, 0.00019175656780134887, 0.00015952230023685843, 1.7906211269291816e-07, 0.0039014522917568684, NaN], "count": [440]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11307378774498068]], [[0.10712505339333504]], [[0.078156228395397]]], "std": [[[0.2721633139156693]], [[0.2553515378147064]], [[0.19493771759709552]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39659412146925044]], [[0.3678552784131333]], [[0.2740000241401578]]], "std": [[[0.3810151179225179]], [[0.34938584198306905]], [[0.2851521235844969]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5417905479212307]], [[0.5584454167563541]], [[0.44898697705545065]]], "std": [[[0.20190926065358716]], [[0.20000247893818546]], [[0.1881437096240178]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43118173448374597]], [[0.40974532670015446]], [[0.35199830750671735]]], "std": [[[0.3567618044700653]], [[0.33879007479910006]], [[0.315315308276491]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6694871436895952]], [[0.6609374964376503]], [[0.6059415177855965]]], "std": [[[0.3059448004407858]], [[0.30258261053732743]], [[0.33047333980754284]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950121579222297]], [[0.9950121579222297]], [[0.9950121579222297]]], "std": [[[0.02165871592243784]], [[0.02165871592243784]], [[0.02165871592243784]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6087247250871896]], [[0.6087247250871896]], [[0.6087247250871896]]], "std": [[[0.3385936314497288]], [[0.3385936314497288]], [[0.3385936314497288]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06484117854932403]], [[0.06484117854932403]], [[0.06484117854932403]]], "std": [[[0.10984318623791846]], [[0.10984318623791846]], [[0.10984318623791846]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3331202655953801]], [[0.3331202655953801]], [[0.3331202655953801]]], "std": [[[0.431731075230825]], [[0.431731075230825]], [[0.431731075230825]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13533125459752657]], [[0.13533125459752657]], [[0.13533125459752657]]], "std": [[[0.22186303774058447]], [[0.22186303774058447]], [[0.22186303774058447]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09980649920102783]], [[0.08111442099496342]], [[0.07643283034632409]]], "std": [[[0.28752468491708605]], [[0.2545533280199487]], [[0.1905174628469881]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39563008695150714]], [[0.31773763269542965]], [[0.22469294993398337]]], "std": [[[0.440413977468221]], [[0.36054403141701685]], [[0.3631396251860138]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6050202475573178]], [[0.5639436233438008]], [[0.5188265066978879]]], "std": [[[0.4319986552342801]], [[0.30880348298074484]], [[0.44168473745268017]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43581663672616544]], [[0.5237489597938967]], [[0.25042015542238233]]], "std": [[[0.40247731715373025]], [[0.44846447880779594]], [[0.3578792425952438]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6218095368375454]], [[0.5732422699526786]], [[0.33668221024602174]]], "std": [[[0.41826906007540254]], [[0.33123654531222907]], [[0.37567870844432555]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.78], "mean": [4.39], "std": [2.5403346236273676], "count": [440]}, "frame_index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [440]}, "index": {"min": [34742], "max": [35181], "mean": [34961.5], "std": [127.01673118136839], "count": [440]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [440]}}} +{"episode_index": 139, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4754810929298401, 0.01316742692142725, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 0.045934148132801056, -1.9754807949066162, 0.0, -1.1019058227539062, -2.481858253479004, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4754810929298401, 0.5647935271263123, 1.0922672748565674, 2.6400046348571777, 0.20484277606010437, 1.1467305421829224, 1.5707963705062866, 3.6737258434295654, 1.0471975803375244, 4.1559247970581055, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4754800796508789, 0.5419392585754395, 1.048067569732666, 1.2915596961975098, -0.8263611793518066, 0.7944231629371643, 0.15001481771469116, 1.7108464241027832, 0.15302340686321259, 1.241582989692688, 0.021659526973962784, -0.021659526973962784, 0.021659526973962784, 0.021659526973962784, -0.021659526973962784, 0.021659526973962784, -2.3562002182006836, 1.5707995891571045, -1.047202229499817, -1.5707995891571045, 0.0, -1.047202229499817, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.08951757848262787, 0.17312079668045044, 1.0715088844299316, 0.5554814338684082, 0.3478598892688751, 1.1631951332092285, 1.0390682220458984, 0.7767351269721985, 2.4328701496124268, 0.08203472197055817, 0.08203472197055817, 0.08203472197055817, 0.08203472197055817, 0.08203472197055817, 0.08203472197055817, 5.7220458984375e-06, 3.2186508178710938e-06, 4.649162292480469e-06, 3.2186508178710938e-06, 0.0, 4.649162292480469e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [418]}, "observation.state": {"min": [-0.9546651840209961, 0.297681599855423, -0.0010981897357851267, 1.7121249437332153, -0.3000500202178955, -0.9546651840209961, 0.0, -0.2647891342639923, -0.0009981129551306367, 0.0, 0.9999994039535522, 0.7509999871253967, NaN], "max": [-0.9539229273796082, 0.30004966259002686, 0.0, 1.7539769411087036, -0.297681599855423, -0.9539234638214111, 0.0001787710061762482, -0.24523396790027618, 7.870632998674409e-07, 0.0004927206318825483, 1.0, 0.7901278138160706, NaN], "mean": [-0.9546381235122681, 0.2977571189403534, -3.411357101867907e-05, 1.7528584003448486, -0.2977571487426758, -0.9546381235122681, 5.226072971709073e-06, -0.2457118183374405, -3.0981231248006225e-05, 1.5205713680188637e-05, 1.0, 0.7519903779029846, NaN], "std": [0.00011463381815701723, 0.00036582222674041986, 0.000169761769939214, 0.00564036937430501, 0.00036586952046491206, 0.00011456599168013781, 2.650931492098607e-05, 0.0024830526672303677, 0.00015421307762153447, 7.576363714179024e-05, 8.409179486079665e-08, 0.0050756661221385, NaN], "count": [418]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12556462957263204]], [[0.12793673535212108]], [[0.12236969846931284]]], "std": [[[0.29437056603715933]], [[0.29893086283956577]], [[0.2887137986550429]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4417778153291343]], [[0.44858732869708196]], [[0.429749924059087]]], "std": [[[0.3895192551509816]], [[0.3927905466669229]], [[0.38555232325409594]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.0196078431372549]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6293961889396502]], [[0.6430565261910653]], [[0.599171999294571]]], "std": [[[0.16833501008894833]], [[0.15999627104893532]], [[0.18088375353078692]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643487260367024]], [[0.4695364955598874]], [[0.4526967318920318]]], "std": [[[0.3442268212787287]], [[0.3456063366267514]], [[0.34158272390484046]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7132961869950264]], [[0.7287751579001013]], [[0.7008535329456156]]], "std": [[[0.21668351213759318]], [[0.20425810853222892]], [[0.2342531512339007]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965762617758707]], [[0.9965762617758707]], [[0.9965762617758707]]], "std": [[[0.01702344594430456]], [[0.01702344594430456]], [[0.01702344594430456]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5920237820787492]], [[0.5920237820787492]], [[0.5920237820787492]]], "std": [[[0.33375365238761173]], [[0.33375365238761173]], [[0.33375365238761173]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.05143918926621297]], [[0.05143918926621297]], [[0.05143918926621297]]], "std": [[[0.047699213879766736]], [[0.047699213879766736]], [[0.047699213879766736]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2855393534863417]], [[0.2855393534863417]], [[0.2855393534863417]]], "std": [[[0.41099163072939754]], [[0.41099163072939754]], [[0.41099163072939754]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10291836536262876]], [[0.10291836536262876]], [[0.10291836536262876]]], "std": [[[0.09954658780022682]], [[0.09954658780022682]], [[0.09954658780022682]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0331604227478071]], [[0.14099342918317082]], [[0.0749222009654722]]], "std": [[[0.13555350178741885]], [[0.34173805659355994]], [[0.20704291953187628]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3977839187656869]], [[0.3384316246795562]], [[0.16975164337476722]]], "std": [[[0.45061639901310496]], [[0.37899470364258664]], [[0.30422145442165405]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4650603537471895]], [[0.3632268792609893]], [[0.8060335373847224]]], "std": [[[0.337931966725914]], [[0.39276606230245964]], [[0.31842869934094]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40382337719465883]], [[0.3415536417774935]], [[0.49466157309338016]]], "std": [[[0.3944513346593469]], [[0.4022130438110295]], [[0.42837656307703437]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5532295775941785]], [[0.5145717864588467]], [[0.5621141024789931]]], "std": [[[0.40359181721750015]], [[0.35080630264548013]], [[0.4089088703358006]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.34], "mean": [4.17], "std": [2.413317219099056], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [418]}, "index": {"min": [35182], "max": [35599], "mean": [35390.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [418]}}} +{"episode_index": 140, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.011356874369084835, -0.7853981852531433, -1.5707963705062866, 0.23353688418865204, 0.550079345703125, -3.0366506576538086, 0.9725724458694458, -2.481858253479004, 0.0, -0.30243903398513794, 0.0, 0.0, -0.30243903398513794, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.5213786363601685, 0.6785096526145935, 1.8894859552383423, -0.02230766974389553, 1.0471975803375244, 1.5707963705062866, 0.0, 1.238255500793457, -0.678108811378479, 0.30243903398513794, 0.0, 0.30243903398513794, 0.30243903398513794, 0.0, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997493028640747, 1.3924099206924438, 0.6209914088249207, 0.8318197131156921, -0.6451265811920166, 0.5577545166015625, 1.0916013717651367, -1.8402683734893799, 1.105333924293518, -1.3948543071746826, 0.06110793724656105, -0.06110793724656105, 0.06110793724656105, 0.06110793724656105, -0.06110793724656105, 0.06110793724656105, -2.3561997413635254, 1.5707989931106567, -1.0471980571746826, -1.5707989931106567, 0.0, -1.0471980571746826, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 0.33681178092956543, 0.150212824344635, 1.139283537864685, 0.6463438868522644, 0.34446394443511963, 0.3692832887172699, 1.298090934753418, 0.07525619864463806, 0.7612496614456177, 0.11984677612781525, 0.11984677612781525, 0.11984677612781525, 0.11984677612781525, 0.11984677612781525, 0.11984677612781525, 5.245208740234375e-06, 2.6226043701171875e-06, 4.76837158203125e-07, 2.6226043701171875e-06, 0.0, 4.76837158203125e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [279]}, "observation.state": {"min": [-0.9959774017333984, -0.09303879737854004, -0.0016681199194863439, 1.67332124710083, 0.08958976715803146, -0.9959787726402283, -0.00016924474039115012, -0.2556743919849396, -0.0016518139746040106, -0.0002987193001899868, 0.9999986290931702, 0.7509999871253967, NaN], "max": [-0.99566251039505, -0.08958946168422699, 8.531733897143567e-08, 1.6811779737472534, 0.09303879737854004, -0.99566251039505, 2.8499514883151278e-05, -0.22158318758010864, 9.528547195714054e-08, 0.0, 1.0, 0.8069393634796143, NaN], "mean": [-0.9957013130187988, -0.09262299537658691, -0.00020125503942836076, 1.6745758056640625, 0.0926230251789093, -0.9957013130187988, -1.3133072570781223e-05, -0.22467158734798431, -0.00019924744265154004, -3.124896829831414e-05, 1.0, 0.756187379360199, NaN], "std": [9.036718984134495e-05, 0.0009868268389254808, 0.0004776821006089449, 0.0010940420906990767, 0.0009867508197203279, 9.07044523046352e-05, 4.127413558308035e-05, 0.007793790195137262, 0.000472921208711341, 7.892630674177781e-05, 3.784898865433206e-07, 0.01300838589668274, NaN], "count": [279]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.09487405476194788]], [[0.08534295855067858]], [[0.07645415415234183]]], "std": [[[0.23117462885452522]], [[0.21152654150783162]], [[0.19194709475060065]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3311810572182089]], [[0.2967441351151452]], [[0.2639370022349763]]], "std": [[[0.30293764794628597]], [[0.2817205714829961]], [[0.26188672239366867]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7093488125389343]], [[0.6484851004934651]], [[0.5768261606889601]]], "std": [[[0.21850552902454476]], [[0.21415685602679627]], [[0.20473341103787462]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6579308089433921]], [[0.6313659024295057]], [[0.5811905939216424]]], "std": [[[0.23487412019805642]], [[0.2496751204603964]], [[0.2682715656117098]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5535928869684053]], [[0.5172716793704247]], [[0.4690697536563957]]], "std": [[[0.2630190144221002]], [[0.27615165373685147]], [[0.28793103487876376]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966643746927998]], [[0.9966643746927998]], [[0.9966643746927998]]], "std": [[[0.016651593426092414]], [[0.016651593426092414]], [[0.016651593426092414]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5810524250464866]], [[0.5810524250464866]], [[0.5810524250464866]]], "std": [[[0.33345405219530394]], [[0.33345405219530394]], [[0.33345405219530394]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10246531361082445]], [[0.10246531361082445]], [[0.10246531361082445]]], "std": [[[0.09040709587095622]], [[0.09040709587095622]], [[0.09040709587095622]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04990320333187822]], [[0.04990320333187822]], [[0.04990320333187822]]], "std": [[[0.06397507025827466]], [[0.06397507025827466]], [[0.06397507025827466]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1879211609270089]], [[0.1879211609270089]], [[0.1879211609270089]]], "std": [[[0.24450139204972732]], [[0.24450139204972732]], [[0.24450139204972732]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09802630204299496]], [[0.10007488008711915]], [[0.02997671279448478]]], "std": [[[0.28421135549507925]], [[0.264618242607662]], [[0.11220458616271102]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5245218807060459]], [[0.2386259221037343]], [[0.3226491918746911]]], "std": [[[0.48118101609703584]], [[0.31929657990751137]], [[0.39191751179624285]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8637807899330178]], [[0.20940998369868793]], [[0.7231148984336391]]], "std": [[[0.28283228141546485]], [[0.2694999808101276]], [[0.27167014450464483]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7174142551654908]], [[0.5306993604869874]], [[0.35198275856288275]]], "std": [[[0.3317483350963175]], [[0.40898920014355067]], [[0.3575664407011062]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32325964416066344]], [[0.5575201473086071]], [[0.5719690965747128]]], "std": [[[0.33409201667422667]], [[0.42699306705348367]], [[0.3720645693511215]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.56], "mean": [2.78], "std": [1.6107969042268075], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [279]}, "index": {"min": [35600], "max": [35878], "mean": [35739.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [279]}}} +{"episode_index": 141, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17277927696704865, 0.021926553919911385, 0.025464791804552078, -2.0116353034973145, -1.5707963705062866, 1.0471975803375244, 1.4439669847488403, -0.34284424781799316, 1.0471975803375244, -3.2416775226593018, 0.0, -0.4829268157482147, 0.0, 0.0, -0.4829268157482147, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17277927696704865, 0.7817198634147644, 0.9078642129898071, -0.7853981852531433, -0.7852370142936707, 1.7702574729919434, 1.5954606533050537, 0.0, 1.5946905612945557, -2.481858253479004, 0.4829268157482147, 0.0, 0.4829268157482147, 0.4829268157482147, 0.0, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1727791279554367, 0.7086681127548218, 0.8230244517326355, -1.549564003944397, -1.0890517234802246, 1.4975470304489136, 1.5326180458068848, -0.2010147124528885, 1.345177412033081, -2.9600841999053955, 0.1163853332400322, -0.1163853332400322, 0.1163853332400322, 0.1163853332400322, -0.1163853332400322, 0.1163853332400322, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 0.17988894879817963, 0.2089168280363083, 0.5309555530548096, 0.33546367287635803, 0.31140223145484924, 0.04759610444307327, 0.14154182374477386, 0.20595452189445496, 0.3315349817276001, 0.19904132187366486, 0.19904132187366486, 0.19904132187366486, 0.19904132187366486, 0.19904132187366486, 0.19904132187366486, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [150]}, "observation.state": {"min": [0.9386705756187439, 0.344342976808548, -6.320886313915253e-06, 2.059091329574585, -0.34481528401374817, 0.9386705756187439, -6.2877111304260325e-06, -0.26345720887184143, -0.001561179873533547, -0.0010334609542042017, 0.9999982714653015, 0.7509999871253967, NaN], "max": [0.9388421773910522, 0.34481528401374817, 0.0018215704476460814, 2.0899412631988525, -0.34434425830841064, 0.9388433694839478, 0.0004354234552010894, -0.234428271651268, 3.7651309412467526e-06, 8.081627129286062e-06, 1.0, 0.7975643873214722, NaN], "mean": [0.9386939406394958, 0.34475433826446533, 0.00022800435544922948, 2.086818218231201, -0.3447544276714325, 0.9386939406394958, 5.406321361078881e-05, -0.2603518068790436, -0.00019543114467523992, -0.0001292886008741334, 1.0, 0.7556433081626892, NaN], "std": [4.960172373102978e-05, 0.00013629366003442556, 0.000529520504642278, 0.007531119976192713, 0.0001359715824946761, 4.9898855650098994e-05, 0.00012604828225448728, 0.007363966666162014, 0.0004538138455245644, 0.00030055464594624937, 4.83422695651825e-07, 0.011263015680015087, NaN], "count": [150]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08881113209963716]], [[0.08431539250220112]], [[0.0792845138876316]]], "std": [[[0.2214875696724745]], [[0.21758173285089213]], [[0.20872567819593535]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2933721547303645]], [[0.270328754079519]], [[0.25068477580834325]]], "std": [[[0.28982429311903385]], [[0.290393759198245]], [[0.2831264745530668]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6317653670544514]], [[0.6513278655876016]], [[0.6365142363227566]]], "std": [[[0.22092425580485345]], [[0.22871305053008414]], [[0.23014058568546505]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.49780159874900337]], [[0.4888017362137906]], [[0.4751033433447932]]], "std": [[[0.24631544176283054]], [[0.2629852087318316]], [[0.2682960803891368]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4806039062798609]], [[0.4648556398449397]], [[0.4386368106560021]]], "std": [[[0.22689053076630844]], [[0.25599860989138074]], [[0.26776883135915375]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996049731407217]], [[0.996049731407217]], [[0.996049731407217]]], "std": [[[0.018863075966180063]], [[0.018863075966180063]], [[0.018863075966180063]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5968274052482044]], [[0.5968274052482044]], [[0.5968274052482044]]], "std": [[[0.3366464229719079]], [[0.3366464229719079]], [[0.3366464229719079]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.06342357058414488]], [[0.06342357058414488]], [[0.06342357058414488]]], "std": [[[0.0455821708615561]], [[0.0455821708615561]], [[0.0455821708615561]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08778739494840376]], [[0.08778739494840376]], [[0.08778739494840376]]], "std": [[[0.14559387959854872]], [[0.14559387959854872]], [[0.14559387959854872]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08258088461608097]], [[0.08258088461608097]], [[0.08258088461608097]]], "std": [[[0.057887334929245374]], [[0.057887334929245374]], [[0.057887334929245374]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09567173945259509]], [[0.07806242242459721]], [[0.08456757131907856]]], "std": [[[0.2810837239717766]], [[0.248834409821569]], [[0.23462753840478665]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28237177988735934]], [[0.4745269434335753]], [[0.172557691288957]]], "std": [[[0.3861689285756809]], [[0.47065735608563836]], [[0.2886960016868628]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37286579212239596]], [[0.5929398085283154]], [[0.5586012843905046]]], "std": [[[0.36446157986270666]], [[0.38239115374635924]], [[0.3600715501190381]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5222923721795412]], [[0.6660002963874925]], [[0.42506317144004757]]], "std": [[[0.38382429069841384]], [[0.370873375008585]], [[0.41567851876041567]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6632891836670375]], [[0.5503757241209127]], [[0.40707554997649686]]], "std": [[[0.4205552739144636]], [[0.3234207529935282]], [[0.3715269200284094]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.98], "mean": [1.49], "std": [0.8660061585616274], "count": [150]}, "frame_index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "episode_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [150]}, "index": {"min": [35879], "max": [36028], "mean": [35953.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [150]}}} +{"episode_index": 142, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.03903583809733391, 0.025464791804552078, 0.005424441769719124, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.0253140926361084, -0.6362308263778687, 1.0471975803375244, -4.841497421264648, 0.0, -0.5121951103210449, 0.0, 0.0, -0.5121951103210449, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.03903583809733391, 1.3540778160095215, 0.28844204545021057, -0.15434235334396362, -0.23870763182640076, 1.9945451021194458, 1.63025963306427, 0.956308126449585, 1.798801302909851, -2.481858253479004, 0.5121951103210449, 0.0, 0.5121951103210449, 0.5121951103210449, 0.0, 0.5121951103210449, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.03903580456972122, 1.2216660976409912, 0.26023536920547485, -0.5650345683097839, -0.9361366033554077, 1.6601636409759521, 1.4133317470550537, -0.05404088273644447, 1.4118119478225708, -3.8778998851776123, 0.09003039449453354, -0.09003039449453354, 0.09003039449453354, 0.09003039449453354, -0.09003039449453354, 0.09003039449453354, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.3527612686157227e-08, 0.31817862391471863, 0.06777762621641159, 0.19546253979206085, 0.41684913635253906, 0.38711467385292053, 0.1940283179283142, 0.5272631049156189, 0.30237528681755066, 0.963995099067688, 0.18833957612514496, 0.18833957612514496, 0.18833957612514496, 0.18833957612514496, 0.18833957612514496, 0.18833957612514496, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [215]}, "observation.state": {"min": [0.9905074238777161, -0.13745875656604767, -0.0003547795058693737, 1.2328424453735352, 0.13522960245609283, 0.9905032515525818, 0.0, -0.37942269444465637, -6.41333608655259e-05, -0.002893817611038685, 0.9999958276748657, 0.7509999871253967, NaN], "max": [0.9908142685890198, -0.13522960245609283, 0.0, 1.2685436010360718, 0.1374591886997223, 0.9908142685890198, 0.00287262792699039, -0.35067233443260193, 5.049281753599644e-06, 0.0, 1.0, 0.7909707427024841, NaN], "mean": [0.9907865524291992, -0.1354314535856247, -3.1700372346676886e-05, 1.265808343887329, 0.1354314684867859, 0.9907863140106201, 0.00025999548961408436, -0.35275739431381226, -4.222033112455392e-06, -0.0002618868893478066, 1.0, 0.7539295554161072, NaN], "std": [7.774111145408824e-05, 0.0005654357955791056, 8.91500967554748e-05, 0.007836083881556988, 0.0005655311979353428, 7.865380757721141e-05, 0.0007282501901499927, 0.006076630670577288, 1.4068014024815056e-05, 0.0007335518021136522, 9.84637381407083e-07, 0.008509091101586819, NaN], "count": [215]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.13623638310698583]], [[0.12478157515870476]], [[0.10753706821807414]]], "std": [[[0.3150862823289635]], [[0.2909854043288482]], [[0.2582045818559731]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48701405024237393]], [[0.44028476534760824]], [[0.37245332131689923]]], "std": [[[0.4125262487133834]], [[0.3820806914869426]], [[0.3433830550528397]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.8053147507763407]], [[0.7667835922029972]], [[0.7252429297836572]]], "std": [[[0.15660704936052783]], [[0.1636312839899484]], [[0.18019122008976443]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5482826155324481]], [[0.5171002842503576]], [[0.48721557093820056]]], "std": [[[0.34432157439811306]], [[0.3360191675089789]], [[0.329405887970883]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6056339279188301]], [[0.5639126166522832]], [[0.5202355234491457]]], "std": [[[0.3131399453287545]], [[0.30517774519164703]], [[0.30013958245731787]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958286585247279]], [[0.9958286585247279]], [[0.9958286585247279]]], "std": [[[0.01901824588165738]], [[0.01901824588165738]], [[0.01901824588165738]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5849155610809694]], [[0.5849155610809694]], [[0.5849155610809694]]], "std": [[[0.332900699148719]], [[0.332900699148719]], [[0.332900699148719]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.09668951934934229]], [[0.09668951934934229]], [[0.09668951934934229]]], "std": [[[0.06616493147642773]], [[0.06616493147642773]], [[0.06616493147642773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2391941277725139]], [[0.2391941277725139]], [[0.2391941277725139]]], "std": [[[0.3662094586409527]], [[0.3662094586409527]], [[0.3662094586409527]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18833321464422437]], [[0.18833321464422437]], [[0.18833321464422437]]], "std": [[[0.28634814020642285]], [[0.28634814020642285]], [[0.28634814020642285]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12415681312366265]], [[0.08723654739417055]], [[0.03235486300125194]]], "std": [[[0.3030167031946606]], [[0.2575873096662722]], [[0.1289859967446348]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4063209112104881]], [[0.36232596320905847]], [[0.2526767156778925]]], "std": [[[0.46337943277387894]], [[0.3422429197101044]], [[0.36996888741491735]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6383308207452468]], [[0.31740580476915636]], [[0.7950975228845343]]], "std": [[[0.365540491485407]], [[0.35990402576429165]], [[0.3315263483976519]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19786895917698155]], [[0.4865272344565883]], [[0.6520475091715835]]], "std": [[[0.2922670419190287]], [[0.36571559423164307]], [[0.42367777363807835]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3968340598850258]], [[0.5614685182167666]], [[0.5211518892020404]]], "std": [[[0.38150476690428387]], [[0.3720271216585534]], [[0.44701928066870633]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.28], "mean": [2.14], "std": [1.241289651934632], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [215]}, "index": {"min": [36029], "max": [36243], "mean": [36136.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [215]}}} +{"episode_index": 143, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3539600074291229, 0.025464791804552078, 0.009069366380572319, -0.7853981852531433, -1.5707963705062866, 0.12323765456676483, 1.479474663734436, -0.31369340419769287, 0.8507135510444641, -2.481858253479004, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3539600074291229, 1.530357837677002, 0.5450418591499329, -0.4629296362400055, -0.9304550290107727, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.350248098373413, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3539593517780304, 1.2739379405975342, 0.45371586084365845, -0.6289709806442261, -1.2747846841812134, 0.5961489677429199, 1.5297596454620361, -0.1518687903881073, 0.9824934601783752, -2.4179980754852295, 0.07578934729099274, -0.07578934729099274, 0.07578934729099274, 0.07578934729099274, -0.07578934729099274, 0.07578934729099274, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818615913391113, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.44090691208839417, 0.15703003108501434, 0.14406369626522064, 0.2750641405582428, 0.41501402854919434, 0.037323739379644394, 0.1399221420288086, 0.06995677202939987, 0.058201201260089874, 0.1498979777097702, 0.1498979777097702, 0.1498979777097702, 0.1498979777097702, 0.1498979777097702, 0.1498979777097702, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [142]}, "observation.state": {"min": [0.2863104045391083, -0.9581369161605835, -0.00010915204620687291, 1.5939053297042847, 0.957908034324646, 0.28631025552749634, 0.0, -0.3001370131969452, -0.0007071712170727551, -0.00032332990667782724, 0.9999997019767761, 0.7509999871253967, NaN], "max": [0.28707534074783325, -0.957908034324646, 0.0, 1.6344634294509888, 0.9581366777420044, 0.28707534074783325, 0.0007695254753343761, -0.2964926064014435, 2.0521142118923308e-07, 0.0, 1.0, 0.8000134825706482, NaN], "mean": [0.2870004177093506, -0.9579306840896606, -1.0464863407833036e-05, 1.6312445402145386, 0.9579306840896606, 0.2870003879070282, 7.474562880815938e-05, -0.29977262020111084, -6.861533620394766e-05, -3.143804497085512e-05, 1.0, 0.7547658681869507, NaN], "std": [0.0001999378582695499, 5.9837726439582184e-05, 2.8204747650306672e-05, 0.00895974226295948, 5.978150147711858e-05, 0.0001999750529648736, 0.00020124507136642933, 0.0009619026677682996, 0.00018481227743905038, 8.449557208223268e-05, 7.41903249945608e-08, 0.010592333972454071, NaN], "count": [142]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.09365296645658024]], [[0.09194449507171973]], [[0.09040910727684938]]], "std": [[[0.22856380241155158]], [[0.22570388023880228]], [[0.2228954988506591]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31275211880176307]], [[0.3071548141844885]], [[0.30031555477770605]]], "std": [[[0.3063174007844827]], [[0.3034733879047187]], [[0.3019276624783924]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6734131071668775]], [[0.6685106300514118]], [[0.6610426536470749]]], "std": [[[0.22990772373254825]], [[0.22914970400365262]], [[0.22643545663349968]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5587291936986142]], [[0.5178175714867186]], [[0.4750472657583262]]], "std": [[[0.26841681226175645]], [[0.27736958667877604]], [[0.2806996724761789]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42733656677335274]], [[0.4093569115618615]], [[0.39375241988317505]]], "std": [[[0.2762259653064036]], [[0.27962418666646505]], [[0.2836560420115372]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960562492498111]], [[0.9960562492498111]], [[0.9960562492498111]]], "std": [[[0.018453874994439335]], [[0.018453874994439335]], [[0.018453874994439335]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5834775238367294]], [[0.5834775238367294]], [[0.5834775238367294]]], "std": [[[0.3359295832504984]], [[0.3359295832504984]], [[0.3359295832504984]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1613007789894796]], [[0.1613007789894796]], [[0.1613007789894796]]], "std": [[[0.10610663086966422]], [[0.10610663086966422]], [[0.10610663086966422]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09943433441226428]], [[0.09943433441226428]], [[0.09943433441226428]]], "std": [[[0.09350956238728184]], [[0.09350956238728184]], [[0.09350956238728184]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16724100929999577]], [[0.16724100929999577]], [[0.16724100929999577]]], "std": [[[0.19080545692143175]], [[0.19080545692143175]], [[0.19080545692143175]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07970296340553253]], [[0.09542235016505833]], [[0.09070469546185152]]], "std": [[[0.25370116088752054]], [[0.22986490752614286]], [[0.27013551978611466]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25107873245396106]], [[0.32731116998627363]], [[0.38627897305086667]]], "std": [[[0.30736968389095937]], [[0.4224194672214711]], [[0.43769697878657654]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4057456123586879]], [[0.8337264772603067]], [[0.19671642891964078]]], "std": [[[0.3116551058614783]], [[0.30057431007372387]], [[0.260786401834834]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5152118520127862]], [[0.5743367552006953]], [[0.5741213445263199]]], "std": [[[0.36205139120821644]], [[0.34727595795596783]], [[0.43790047357982]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.505291704972403]], [[0.5177291031730226]], [[0.5995802428902206]]], "std": [[[0.3189829172822175]], [[0.431817069815059]], [[0.4251091715040768]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.82], "mean": [1.4100000000000001], "std": [0.819817052762383], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [142]}, "index": {"min": [36244], "max": [36385], "mean": [36314.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [142]}}} +{"episode_index": 144, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.008040991611778736, 0.025464791804552078, -0.7853981852531433, -1.9627554416656494, -4.484489440917969, -0.9087353944778442, -3.610889196395874, -0.30999955534935, -2.481858253479004, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.3076714277267456, 0.9743559956550598, 0.8342813849449158, 1.4728869199752808, 1.0471975803375244, 1.5707963705062866, 0.9272454380989075, 2.094712257385254, -0.0889040008187294, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997519850730896, 0.2978743314743042, 0.9433324933052063, 0.13677193224430084, -0.21393290162086487, -2.1883792877197266, -0.1005105972290039, -1.4880168437957764, 0.921265184879303, -1.291185736656189, 0.051909420639276505, -0.051909420639276505, 0.051909420639276505, 0.051909420639276505, -0.051909420639276505, 0.051909420639276505, -2.3562002182006836, 1.570799708366394, -1.0472031831741333, -1.570799708366394, 0.0, -1.0472031831741333, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.996755599975586e-06, 0.043534375727176666, 0.1378677636384964, 0.48898741602897644, 1.2794560194015503, 1.867440104484558, 0.6669852137565613, 1.7227650880813599, 0.7499932050704956, 0.7128688097000122, 0.15295137465000153, 0.15295137465000153, 0.15295137465000153, 0.15295137465000153, 0.15295137465000153, 0.15295137465000153, 5.7220458984375e-06, 3.337860107421875e-06, 5.602836608886719e-06, 3.337860107421875e-06, 0.0, 5.602836608886719e-06, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [473]}, "observation.state": {"min": [0.07066561281681061, 0.9974768161773682, -0.000867316615767777, 1.2381263971328735, -0.9974998235702515, 0.07066613435745239, -7.387189384644444e-07, -0.28943172097206116, -7.644929382877308e-07, -3.3587943448765145e-07, 0.999999463558197, 0.7509999871253967, NaN], "max": [0.07099281251430511, 0.9974997043609619, 3.893054554282571e-07, 1.2535278797149658, -0.9974768161773682, 0.07099281251430511, 0.0006001711008138955, -0.2799055874347687, 0.0006599620683118701, 0.0008227354264818132, 1.0, 0.8176049590110779, NaN], "mean": [0.07097530364990234, 0.997475802898407, -4.7143359552137554e-05, 1.2530044317245483, -0.997475802898407, 0.07097531855106354, 3.2577729143667966e-05, -0.28897011280059814, 3.583069337764755e-05, 4.472097134566866e-05, 1.0, 0.7538582682609558, NaN], "std": [6.5673200879246e-05, 5.126923042553244e-06, 0.0001746199995977804, 0.002209267346188426, 5.1537895160436165e-06, 6.558094173669815e-05, 0.00012074098776793107, 0.0017286100191995502, 0.00013278333062771708, 0.0001656475942581892, 1.0136606221067268e-07, 0.011033079586923122, NaN], "count": [473]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1320159937707239]], [[0.11925919246883379]], [[0.10328361981214085]]], "std": [[[0.31056778891376474]], [[0.28321610103328676]], [[0.24947043492415266]]], "count": [101]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4518054411371167]], [[0.3986465112814639]], [[0.33380321393535617]]], "std": [[[0.4091478292445373]], [[0.37327429522155]], [[0.3266167882743045]]], "count": [101]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6346571335085699]], [[0.5727662239304637]], [[0.5318642360980194]]], "std": [[[0.2923979572229289]], [[0.2869256080622953]], [[0.2896250779362721]]], "count": [101]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43118334223418664]], [[0.38337558690841533]], [[0.35554569102134387]]], "std": [[[0.31793090588207995]], [[0.2960527060148618]], [[0.2845420044674824]]], "count": [101]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6555106685388966]], [[0.5760373865979408]], [[0.4977968142440953]]], "std": [[[0.24383580951870465]], [[0.24467223438534297]], [[0.23317352385505719]]], "count": [101]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960939432164931]], [[0.9960939432164931]], [[0.9960939432164931]]], "std": [[[0.01851442373499579]], [[0.01851442373499579]], [[0.01851442373499579]]], "count": [101]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.601733949820911]], [[0.601733949820911]], [[0.601733949820911]]], "std": [[[0.3391962713929995]], [[0.3391962713929995]], [[0.3391962713929995]]], "count": [101]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22432147716307546]], [[0.22432147716307546]], [[0.22432147716307546]]], "std": [[[0.2788780549536162]], [[0.2788780549536162]], [[0.2788780549536162]]], "count": [101]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17275844941871116]], [[0.17275844941871116]], [[0.17275844941871116]]], "std": [[[0.3362542649012043]], [[0.3362542649012043]], [[0.3362542649012043]]], "count": [101]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11978291704208893]], [[0.11978291704208893]], [[0.11978291704208893]]], "std": [[[0.08417221223672891]], [[0.08417221223672891]], [[0.08417221223672891]]], "count": [101]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.105136242807921]], [[0.14442215463376404]], [[0.02703970274516151]]], "std": [[[0.2610148927773227]], [[0.3470083119196832]], [[0.1088900065603622]]], "count": [101]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2607437807009809]], [[0.431789224342141]], [[0.27360890199787097]]], "std": [[[0.3152501018423962]], [[0.4472587333486025]], [[0.39748017414431813]]], "count": [101]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591232321259875]], [[0.6331777388627281]], [[0.3791510845301152]]], "std": [[[0.3764023586079281]], [[0.4403746838258453]], [[0.40574753252095275]]], "count": [101]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5005459944663136]], [[0.5133769557137852]], [[0.3756961552436815]]], "std": [[[0.405691922222819]], [[0.395494120062214]], [[0.4073622410938221]]], "count": [101]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6142411408293317]], [[0.7102204574678073]], [[0.32757496825247256]]], "std": [[[0.3562853804614534]], [[0.3480770676736403]], [[0.3543435665976467]]], "count": [101]}, "timestamp": {"min": [0.0], "max": [9.44], "mean": [4.72], "std": [2.7308606701917255], "count": [473]}, "frame_index": {"min": [0], "max": [472], "mean": [236.0], "std": [136.54303350958628], "count": [473]}, "episode_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [473]}, "index": {"min": [36386], "max": [36858], "mean": [36622.0], "std": [136.54303350958628], "count": [473]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [473]}}} +{"episode_index": 145, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2465716004371643, 0.02498178370296955, 0.025464791804552078, -2.0849242210388184, -1.5707963705062866, 0.798885703086853, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.4000000059604645, 0.0, 0.0, -0.4000000059604645, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2465716004371643, 0.8379741907119751, 0.8541759252548218, -0.7853981852531433, -1.4291380643844604, 1.0471975803375244, 1.6770421266555786, 0.34042584896087646, 1.261112928390503, -0.8004388809204102, 0.4000000059604645, 0.0, 0.4000000059604645, 0.4000000059604645, 0.0, 0.4000000059604645, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24657171964645386, 0.7710654735565186, 0.7859746813774109, -1.5710171461105347, -1.4951870441436768, 0.8960698246955872, 1.609913945198059, 0.2011021077632904, 1.134731650352478, -1.4426451921463013, 0.08769693970680237, -0.08769693970680237, 0.08769693970680237, 0.08769693970680237, -0.08769693970680237, 0.08769693970680237, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 0.18030130863189697, 0.18378818035125732, 0.5440769791603088, 0.05132303014397621, 0.10057496279478073, 0.03378362953662872, 0.13935695588588715, 0.07165888696908951, 0.7128230929374695, 0.16073927283287048, 0.16073927283287048, 0.16073927283287048, 0.16073927283287048, 0.16073927283287048, 0.16073927283287048, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [165]}, "observation.state": {"min": [0.9464296698570251, 0.32244187593460083, -0.0018461988074705005, 1.9631187915802002, -0.32290521264076233, 0.9464312791824341, -0.0, -0.21332262456417084, -0.0, -1.0432886909939043e-07, 0.9999982714653015, 0.7509999871253967, NaN], "max": [0.9465892910957336, 0.32290488481521606, 3.0062452083257085e-08, 1.9794652462005615, -0.32244187593460083, 0.9465892910957336, 0.00011623040336417034, -0.18994955718517303, 0.001784567255526781, 0.0004869175609201193, 1.0, 0.8120667338371277, NaN], "mean": [0.9465694427490234, 0.3224964439868927, -0.00022036417794879526, 1.9780454635620117, -0.3224964737892151, 0.9465698003768921, 1.3775306797469966e-05, -0.21099676191806793, 0.00021301352535374463, 5.80979794904124e-05, 1.0, 0.7567698359489441, NaN], "std": [4.523891766439192e-05, 0.00013137974019628018, 0.0005263256607577205, 0.0036487849429249763, 0.000131466134916991, 4.4824224460171536e-05, 3.297959847259335e-05, 0.0057212915271520615, 0.0005087728495709598, 0.00013876800949219614, 4.6251099661276385e-07, 0.014416242949664593, NaN], "count": [165]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.1368272255381411]], [[0.1316754691069684]], [[0.12572887920600337]]], "std": [[[0.31886271164098423]], [[0.30866605987253964]], [[0.2969275834293334]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4893476699048006]], [[0.4690490306720821]], [[0.4452111412192523]]], "std": [[[0.42448279238650805]], [[0.41373945726361777]], [[0.40195742974495297]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7180476929050065]], [[0.6751986191829763]], [[0.6306978302692097]]], "std": [[[0.20421127545645693]], [[0.20357593989686917]], [[0.2020352302690176]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6662258633626837]], [[0.6349456987268078]], [[0.5959759161692788]]], "std": [[[0.24822425641795784]], [[0.2558518939014465]], [[0.26447280403676976]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7486982607686897]], [[0.710071761983409]], [[0.664476807008156]]], "std": [[[0.19189286549737225]], [[0.21800885338824727]], [[0.2432711095521958]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959584668585809]], [[0.9959584668585809]], [[0.9959584668585809]]], "std": [[[0.018981785547117085]], [[0.018981785547117085]], [[0.018981785547117085]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5959874404123675]], [[0.5959874404123675]], [[0.5959874404123675]]], "std": [[[0.33661321091870444]], [[0.33661321091870444]], [[0.33661321091870444]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11003606941904698]], [[0.11003606941904698]], [[0.11003606941904698]]], "std": [[[0.09080344860979551]], [[0.09080344860979551]], [[0.09080344860979551]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.28627450980392155]], [[0.28627450980392155]], [[0.28627450980392155]]], "mean": [[[0.0310423720119011]], [[0.0310423720119011]], [[0.0310423720119011]]], "std": [[[0.0422682308400276]], [[0.0422682308400276]], [[0.0422682308400276]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09483683600316772]], [[0.09483683600316772]], [[0.09483683600316772]]], "std": [[[0.08406765442752573]], [[0.08406765442752573]], [[0.08406765442752573]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1451739908575858]], [[0.03510460936195551]], [[0.09814946378674586]]], "std": [[[0.34518713172103416]], [[0.11888208258498863]], [[0.2840304785792876]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5208683979183137]], [[0.45270331544949977]], [[0.14154700591635033]]], "std": [[[0.4769037535645084]], [[0.4391490626082894]], [[0.26662708263178486]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3794233037012897]], [[0.6848681712690547]], [[0.32872299638367025]]], "std": [[[0.32133131651343194]], [[0.39779017386344534]], [[0.3829700547273515]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6503210855560719]], [[0.6445651975368992]], [[0.41142210339900126]]], "std": [[[0.3910599933406556]], [[0.3393916827690077]], [[0.3623781167366394]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7607421328231713]], [[0.42012977882921576]], [[0.450330755030373]]], "std": [[[0.3734520821903481]], [[0.3204373268374342]], [[0.3865195151275912]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.28], "mean": [1.64], "std": [0.9526104485395206], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [165]}, "index": {"min": [36859], "max": [37023], "mean": [36941.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [165]}}} +{"episode_index": 146, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002504567091818899, 0.0013119291979819536, 0.025464791804552078, -3.303802728652954, -2.242081880569458, -1.5201665163040161, 0.6520387530326843, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.40487805008888245, 0.0, 0.0, -0.40487805008888245, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002504567091818899, 0.018665025010704994, 0.3622916042804718, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 2.618063449859619, 1.6980013847351074, -0.6995658874511719, 0.40487805008888245, 0.0, 0.40487805008888245, 0.40487805008888245, 0.0, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002504563017282635, 0.01807267591357231, 0.35079407691955566, -2.3129031658172607, -1.980144739151001, -0.5413221120834351, 1.022273302078247, 1.623170018196106, 1.4287513494491577, -1.378587007522583, 0.06382159888744354, -0.06382159888744354, 0.06382159888744354, 0.06382159888744354, -0.06382159888744354, 0.06382159888744354, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.0745362639427185e-10, 0.002609464805573225, 0.05065029114484787, 0.9747693538665771, 0.2578330338001251, 1.009128451347351, 0.3514164388179779, 1.0303981304168701, 0.23748667538166046, 0.7007991671562195, 0.14219799637794495, 0.14219799637794495, 0.14219799637794495, 0.14219799637794495, 0.14219799637794495, 0.14219799637794495, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [0.5953753590583801, -0.8034476637840271, -0.00012454550596885383, 2.083531618118286, 0.8031755685806274, 0.5953753590583801, -2.8915184884681366e-05, -0.32913875579833984, -4.669248028221773e-06, -8.30362259875983e-05, 1.0, 0.7509999871253967, NaN], "max": [0.595742404460907, -0.8031755685806274, 1.4073991223995108e-05, 2.0905981063842773, 0.8034476637840271, 0.595742404460907, 0.0, -0.29641014337539673, 9.714609768707305e-05, 1.4059586646908429e-05, 1.0, 0.8081312775611877, NaN], "mean": [0.5957134366035461, -0.8031975626945496, -9.294482879340649e-06, 2.0900967121124268, 0.8031975626945496, 0.5957134366035461, -2.3537984361610143e-06, -0.2985199987888336, 7.425319836329436e-06, -6.065592970116995e-06, 1.0, 0.7548311948776245, NaN], "std": [8.703069761395454e-05, 6.452723027905449e-05, 2.925674016296398e-05, 0.0015252132434397936, 6.452822708524764e-05, 8.702858031028882e-05, 6.958852281968575e-06, 0.006621722597628832, 2.2950551283429377e-05, 1.943336428666953e-05, 0.0, 0.011868437752127647, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10860936597887333]], [[0.09867139545534709]], [[0.08100465301540746]]], "std": [[[0.2674721358671181]], [[0.24202858211288658]], [[0.20076336292337174]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35448571874972756]], [[0.3223082550622246]], [[0.2584596460382313]]], "std": [[[0.3756310095438004]], [[0.33648749756825647]], [[0.2745857002724627]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.49173947539413837]], [[0.4632519219924213]], [[0.4302194233050424]]], "std": [[[0.2390979013496605]], [[0.22637342121258444]], [[0.22081528517615756]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3929898792388608]], [[0.37058538675550246]], [[0.33816213334620804]]], "std": [[[0.28225147480744217]], [[0.26823822507066464]], [[0.2527353511328187]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37672233387045184]], [[0.360085972489608]], [[0.319195212738493]]], "std": [[[0.27353375177193345]], [[0.24737640838071506]], [[0.2257415896232259]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9945612573267055]], [[0.9945612573267055]], [[0.9945612573267055]]], "std": [[[0.02273042069076257]], [[0.02273042069076257]], [[0.02273042069076257]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6013864229047181]], [[0.6013864229047181]], [[0.6013864229047181]]], "std": [[[0.33863659090661535]], [[0.33863659090661535]], [[0.33863659090661535]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.028274760593338256]], [[0.028274760593338256]], [[0.028274760593338256]]], "std": [[[0.03568681976946504]], [[0.03568681976946504]], [[0.03568681976946504]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11179563881227741]], [[0.11179563881227741]], [[0.11179563881227741]]], "std": [[[0.21880114465243483]], [[0.21880114465243483]], [[0.21880114465243483]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12005076541064086]], [[0.12005076541064086]], [[0.12005076541064086]]], "std": [[[0.1400990390610691]], [[0.1400990390610691]], [[0.1400990390610691]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0956732508946946]], [[0.11721740022571046]], [[0.03340813429437984]]], "std": [[[0.2631222556431132]], [[0.2948435926633356]], [[0.13416271372484603]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40624245838002104]], [[0.30411303092421266]], [[0.16591635837673532]]], "std": [[[0.4592243782493991]], [[0.41537318889142866]], [[0.23698045502324475]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7309503524127753]], [[0.4448830751342293]], [[0.34311745997260096]]], "std": [[[0.38292312116794724]], [[0.25457231594407775]], [[0.38911889466616606]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4792229175928776]], [[0.7238690034339375]], [[0.21146315776062485]]], "std": [[[0.39005374780789964]], [[0.3676555981272453]], [[0.25521274585146647]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.563519696692329]], [[0.603890716164719]], [[0.4746172705394185]]], "std": [[[0.35712279574483363]], [[0.3827988507739727]], [[0.43430328080665437]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [172]}, "index": {"min": [37024], "max": [37195], "mean": [37109.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [172]}}} +{"episode_index": 147, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.06878490000963211, 0.025464791804552078, 0.003643041243776679, -0.7853981852531433, -1.9893791675567627, 0.01704193279147148, 1.5707963705062866, -3.777639150619507, 0.6805831789970398, -2.481858253479004, 0.0, -0.707317054271698, 0.0, 0.0, -0.707317054271698, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.06878490000963211, 2.1765329837799072, 0.31137895584106445, -0.09926532208919525, -1.5707963705062866, 1.0471975803375244, 2.006770372390747, 0.0, 1.0471975803375244, 0.8746001124382019, 0.707317054271698, 0.0, 0.707317054271698, 0.707317054271698, 0.0, 0.707317054271698, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.06878475844860077, 1.9126949310302734, 0.2736329138278961, -0.4324578046798706, -1.7699388265609741, 0.5389406681060791, 1.7817200422286987, -1.8303841352462769, 0.8766480088233948, -0.832914412021637, 0.0792391449213028, -0.0792391449213028, 0.0792391449213028, 0.0792391449213028, -0.0792391449213028, 0.0792391449213028, -2.3561997413635254, 1.5707989931106567, -1.0471980571746826, -1.5707989931106567, 0.0, -1.0471980571746826, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4156103134155273e-07, 0.5583502054214478, 0.07987874746322632, 0.2977225184440613, 0.16445747017860413, 0.4435310661792755, 0.17398463189601898, 1.6230895519256592, 0.1538204848766327, 1.4431260824203491, 0.21113020181655884, 0.21113020181655884, 0.21113020181655884, 0.21113020181655884, 0.21113020181655884, 0.21113020181655884, 5.245208740234375e-06, 2.6226043701171875e-06, 4.76837158203125e-07, 2.6226043701171875e-06, 0.0, 4.76837158203125e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [280]}, "observation.state": {"min": [-0.4326644837856293, -0.9016008973121643, -1.9236111256759614e-05, 1.2604798078536987, 0.9015550017356873, -0.4326644837856293, -0.00013435482105705887, -0.2633684575557709, 0.0, -2.2051939595257863e-05, 1.0, 0.7509999871253967, NaN], "max": [-0.43256887793540955, -0.9015550017356873, 6.726366700604558e-05, 1.2862664461135864, 0.9016008973121643, -0.43256887793540955, 0.0, -0.220537006855011, 0.0001502305967733264, 3.3391531815141207e-06, 1.0, 0.7710967063903809, NaN], "mean": [-0.43265867233276367, -0.9015557765960693, 2.8880479021609062e-06, 1.285191297531128, 0.9015557765960693, -0.43265867233276367, -6.6034981500706635e-06, -0.22225405275821686, 7.202979304565815e-06, -2.5274238169004093e-07, 1.0, 0.7518293261528015, NaN], "std": [1.8561846445663832e-05, 9.029032298712991e-06, 1.2525754755188245e-05, 0.004316173493862152, 9.029032298712991e-06, 1.8561360775493085e-05, 2.5745583116076887e-05, 0.006980094127357006, 2.852892612281721e-05, 2.4146017949533416e-06, 0.0, 0.003334898967295885, NaN], "count": [280]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.07982990844845171]], [[0.07581144927448767]], [[0.07242325743265399]]], "std": [[[0.19649528551283252]], [[0.18700221463230407]], [[0.17927853132459817]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26241144753103185]], [[0.24990733129885448]], [[0.23885138849493492]]], "std": [[[0.26502197811916656]], [[0.2550113740760001]], [[0.24739409081663713]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.26318534477845035]], [[0.25612581850222393]], [[0.251304636050241]]], "std": [[[0.27140163630893355]], [[0.26422262185902806]], [[0.25980455850963946]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39958849882417313]], [[0.3752124917269668]], [[0.3550236459550819]]], "std": [[[0.24907861101505122]], [[0.244879394779872]], [[0.24180606282243297]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4610131516920574]], [[0.43503873087143957]], [[0.41028062531055304]]], "std": [[[0.2666140506052915]], [[0.2698621964526323]], [[0.27325081594724826]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9948451107127985]], [[0.9948451107127985]], [[0.9948451107127985]]], "std": [[[0.0218449107828766]], [[0.0218449107828766]], [[0.0218449107828766]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6044795254581433]], [[0.6044795254581433]], [[0.6044795254581433]]], "std": [[[0.3389831637578956]], [[0.3389831637578956]], [[0.3389831637578956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49648968578231883]], [[0.49648968578231883]], [[0.49648968578231883]]], "std": [[[0.4399035986756386]], [[0.4399035986756386]], [[0.4399035986756386]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16497610459662132]], [[0.16497610459662132]], [[0.16497610459662132]]], "std": [[[0.2662234125891067]], [[0.2662234125891067]], [[0.2662234125891067]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19519631513903055]], [[0.19519631513903055]], [[0.19519631513903055]]], "std": [[[0.24243819127334662]], [[0.24243819127334662]], [[0.24243819127334662]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09108930450193825]], [[0.03368246975271761]], [[0.1087861510597194]]], "std": [[[0.26079174547655953]], [[0.13466491124368835]], [[0.2842589132026536]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30665251114638253]], [[0.28612695845411795]], [[0.34892603120383614]]], "std": [[[0.33116156791507767]], [[0.40200333709289376]], [[0.43429182148816947]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4486082971063327]], [[0.2588757123861138]], [[0.2958031531069389]]], "std": [[[0.44334957810554]], [[0.37097922474446704]], [[0.3794347115109743]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6288509419020164]], [[0.6102429492298954]], [[0.29279775979336026]]], "std": [[[0.3978842171430745]], [[0.38620720494845195]], [[0.344752551480127]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48200160397937086]], [[0.6447972769902052]], [[0.49686782660124684]]], "std": [[[0.35494900208899316]], [[0.4204629038616923]], [[0.43081621275168347]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.58], "mean": [2.79], "std": [1.6165704438718407], "count": [280]}, "frame_index": {"min": [0], "max": [279], "mean": [139.5], "std": [80.82852219359204], "count": [280]}, "episode_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [280]}, "index": {"min": [37196], "max": [37475], "mean": [37335.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [280]}}} +{"episode_index": 148, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.010525677353143692, 0.025464791804552078, -0.7853981852531433, -1.604907751083374, -2.4993627071380615, 0.47801002860069275, -0.21709832549095154, -1.2711036205291748, -3.8583242893218994, 0.0, -0.36097562313079834, 0.0, 0.0, -0.36097562313079834, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.3573051989078522, 0.8644291758537292, 1.280531406402588, 1.340556263923645, 1.631959080696106, 1.5707963705062866, 0.13606400787830353, 1.4570529460906982, -2.4632890224456787, 0.36097562313079834, 0.0, 0.36097562313079834, 0.36097562313079834, 0.0, 0.36097562313079834, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997507333755493, 0.3439584970474243, 0.8321372270584106, -0.01892717555165291, 0.5180164575576782, -1.0267606973648071, 0.8409600853919983, -0.07401193678379059, -0.07941420376300812, -3.497549057006836, 0.06335174292325974, -0.06335174292325974, 0.06335174292325974, 0.06335174292325974, -0.06335174292325974, 0.06335174292325974, -2.3561999797821045, 1.570799469947815, -1.0472007989883423, -1.570799469947815, 0.0, -1.0472007989883423, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 0.05448049679398537, 0.13180576264858246, 0.6025693416595459, 1.0141445398330688, 1.52302885055542, 0.32164180278778076, 0.10643702745437622, 1.0293035507202148, 0.48228323459625244, 0.1353985220193863, 0.1353985220193863, 0.1353985220193863, 0.1353985220193863, 0.1353985220193863, 0.1353985220193863, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.2186508178710938e-06, 3.0994415283203125e-06, 0.0, 3.2186508178710938e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [357]}, "observation.state": {"min": [0.7222760915756226, 0.6911130547523499, 0.0, 1.8278456926345825, -0.6916044354438782, 0.7222764492034912, -1.9683213849930326e-06, -0.31327012181282043, -0.0007589365704916418, -0.0009963542688637972, 0.9999992251396179, 0.7509999871253967, NaN], "max": [0.7227466702461243, 0.6916037797927856, 0.0012366799637675285, 1.8527437448501587, -0.6911130547523499, 0.7227466702461243, 0.00019894223078154027, -0.26996561884880066, -0.0, 0.0, 1.0, 0.7732463479042053, NaN], "mean": [0.7226970195770264, 0.6911672949790955, 0.0001309771032538265, 1.8506643772125244, -0.691167414188385, 0.7226970195770264, 2.0637417037505656e-05, -0.27324721217155457, -8.0343488662038e-05, -0.00010547895362833515, 1.0, 0.7525269985198975, NaN], "std": [0.00012628322292584926, 0.00013172854960430413, 0.0003352679486852139, 0.005574526730924845, 0.00013189160381443799, 0.00012619489280041307, 5.324084122548811e-05, 0.009067348204553127, 0.00020566592866089195, 0.0002700755139812827, 1.9871554002293124e-07, 0.0043696691282093525, NaN], "count": [357]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.13054537444402198]], [[0.12138844933684974]], [[0.10602007120005418]]], "std": [[[0.3061366918233441]], [[0.28589532108564153]], [[0.2534772900582171]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44730531063353834]], [[0.40734660103225995]], [[0.3460613629398957]]], "std": [[[0.40148769270269835]], [[0.37297371787053707]], [[0.32956049245713476]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.664900677332593]], [[0.6338175580755198]], [[0.6001466957153232]]], "std": [[[0.23568045249522784]], [[0.23816877418200808]], [[0.24620658050073158]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.499680625712889]], [[0.46011141487476287]], [[0.4230205090756935]]], "std": [[[0.3132071556274729]], [[0.3018320694890111]], [[0.29621675883780946]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7508458080951337]], [[0.6871670907958273]], [[0.6010691917271679]]], "std": [[[0.19607720677910656]], [[0.20313015052686323]], [[0.21082652340782332]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961199269626116]], [[0.9961199269626116]], [[0.9961199269626116]]], "std": [[[0.018626350291025436]], [[0.018626350291025436]], [[0.018626350291025436]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5955100111245893]], [[0.5955100111245893]], [[0.5955100111245893]]], "std": [[[0.3390062749982405]], [[0.3390062749982405]], [[0.3390062749982405]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14896354903234846]], [[0.14896354903234846]], [[0.14896354903234846]]], "std": [[[0.2172846641468692]], [[0.2172846641468692]], [[0.2172846641468692]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2389032120491574]], [[0.2389032120491574]], [[0.2389032120491574]]], "std": [[[0.38623648744786565]], [[0.38623648744786565]], [[0.38623648744786565]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1370749129445561]], [[0.1370749129445561]], [[0.1370749129445561]]], "std": [[[0.08916457425809081]], [[0.08916457425809081]], [[0.08916457425809081]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1447390428829786]], [[0.05072375545751969]], [[0.09251598514307402]]], "std": [[[0.3449444568665173]], [[0.15911187758357362]], [[0.2759761239166448]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690066968820975]], [[0.42903623102399197]], [[0.14201088452890817]]], "std": [[[0.4585601855972947]], [[0.419183441573573]], [[0.2645450356942166]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5906958588229929]], [[0.47941682743341174]], [[0.544079056334411]]], "std": [[[0.315844381096065]], [[0.43941992218855314]], [[0.43447844230578525]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4329325101539539]], [[0.5952828589457054]], [[0.24483513948652544]]], "std": [[[0.3918436312964669]], [[0.4503182182159111]], [[0.28886437627918865]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47273228095656716]], [[0.46198547701287007]], [[0.5987796037124881]]], "std": [[[0.3280028698609488]], [[0.4247386042679233]], [[0.42858091798959064]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.12], "mean": [3.56], "std": [2.0611323748528783], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [357]}, "index": {"min": [37476], "max": [37832], "mean": [37654.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [357]}}} +{"episode_index": 149, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3883621096611023, 0.025464791804552078, 0.011219489388167858, -0.7853981852531433, -1.5707963705062866, 0.6854517459869385, 0.17078572511672974, -2.2830405235290527, 1.0471975803375244, -3.6192872524261475, 0.0, -0.5414634346961975, 0.0, 0.0, -0.5414634346961975, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3883621096611023, 1.3748143911361694, 0.6057271361351013, 1.103588581085205, 0.18152062594890594, 1.0471975803375244, 1.5707963705062866, 0.0, 1.5702046155929565, -2.481858253479004, 0.5414634346961975, 0.0, 0.5414634346961975, 0.5414634346961975, 0.0, 0.5414634346961975, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3883616328239441, 1.2471956014633179, 0.5494996309280396, 0.3264145255088806, -0.5208365321159363, 0.924597442150116, 0.8172814846038818, -1.358396053314209, 1.3207000494003296, -3.1261510848999023, 0.11400619149208069, -0.11400619149208069, 0.11400619149208069, 0.11400619149208069, -0.11400619149208069, 0.11400619149208069, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.316148579120636, 0.1392909288406372, 0.7976939678192139, 0.7507573366165161, 0.12231451272964478, 0.5533851385116577, 0.9629623293876648, 0.19446252286434174, 0.4663117527961731, 0.2142956256866455, 0.2142956256866455, 0.2142956256866455, 0.2142956256866455, 0.2142956256866455, 0.2142956256866455, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [230]}, "observation.state": {"min": [-0.9999927282333374, -0.013730807229876518, -0.007840397767722607, 1.3246238231658936, 0.003811411326751113, -0.9999927282333374, -0.002725294092670083, -0.243525430560112, -0.007802742067724466, -0.0028315663803368807, 0.9999656677246094, 0.7509999871253967, NaN], "max": [-0.9998750686645508, -0.003811411326751113, 2.8403521355357952e-05, 1.3716844320297241, 0.01375242043286562, -0.9999017715454102, 0.0, -0.24233561754226685, 2.840953675331548e-05, 0.0, 1.0, 0.7878723740577698, NaN], "mean": [-0.9999829530715942, -0.004939690697938204, -0.0008893562480807304, 1.3680410385131836, 0.004941651131957769, -0.9999854564666748, -0.0003090438840445131, -0.2433488816022873, -0.0008856617496348917, -0.000319482060149312, 0.999997079372406, 0.7546404004096985, NaN], "std": [3.021140946657397e-05, 0.0027714816387742758, 0.00218755635432899, 0.009908449836075306, 0.002776701934635639, 2.3653530661249533e-05, 0.0007598744123242795, 0.00019526324467733502, 0.0021779851522296667, 0.0007868869579397142, 8.493385394103825e-06, 0.009105931036174297, NaN], "count": [230]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.1292392148816026]], [[0.11862688100444514]], [[0.09876115392636314]]], "std": [[[0.3036143753761555]], [[0.2808975638585107]], [[0.24154023582298748]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44816536812734736]], [[0.40677432506465877]], [[0.3284908391454116]]], "std": [[[0.3987386865393876]], [[0.36929245733442273]], [[0.3209895689527258]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.5950154758528013]], [[0.5668637013165103]], [[0.5116193030065896]]], "std": [[[0.37416161085644023]], [[0.36128633672424704]], [[0.3415823931460479]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.683143751286637]], [[0.6583946365933946]], [[0.5986608140195308]]], "std": [[[0.2607785076340279]], [[0.25638986857916507]], [[0.257818602668215]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.6894757334416958]], [[0.6317335342330906]], [[0.5202804844929662]]], "std": [[[0.22999245261715556]], [[0.22732692677746155]], [[0.23822458781946299]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965559585620781]], [[0.9965559585620781]], [[0.9965559585620781]]], "std": [[[0.01701080981356471]], [[0.01701080981356471]], [[0.01701080981356471]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5925764240513756]], [[0.5925764240513756]], [[0.5925764240513756]]], "std": [[[0.3383919027243534]], [[0.3383919027243534]], [[0.3383919027243534]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3642536567309801]], [[0.3642536567309801]], [[0.3642536567309801]]], "std": [[[0.36148254458767154]], [[0.36148254458767154]], [[0.36148254458767154]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16215131587329368]], [[0.16215131587329368]], [[0.16215131587329368]]], "std": [[[0.19397645976831474]], [[0.19397645976831474]], [[0.19397645976831474]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15920522822172198]], [[0.15920522822172198]], [[0.15920522822172198]]], "std": [[[0.16389182124987858]], [[0.16389182124987858]], [[0.16389182124987858]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04379502189713476]], [[0.14200657014626925]], [[0.05781350387013668]]], "std": [[[0.1563754826161878]], [[0.3436299310433199]], [[0.1701775451508275]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44828281670042935]], [[0.18682845802730655]], [[0.32595130930180627]]], "std": [[[0.4559637198002153]], [[0.31613723484961687]], [[0.39652541289729243]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4241237826822532]], [[0.3491466735868452]], [[0.3845037501064514]]], "std": [[[0.44745429596138125]], [[0.33587566803650487]], [[0.40779919942178383]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5703902350379637]], [[0.6513940780169666]], [[0.34285868686929644]]], "std": [[[0.3199783695918426]], [[0.40469977069402785]], [[0.36906507202155886]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35520468909153213]], [[0.5774329999979884]], [[0.6322413935308401]]], "std": [[[0.37363404095310115]], [[0.37372984700039175]], [[0.394227695630315]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.58], "mean": [2.29], "std": [1.327893067984015], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [230]}, "index": {"min": [37833], "max": [38062], "mean": [37947.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [230]}}} +{"episode_index": 150, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4138602018356323, -0.0852522924542427, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.49333053827285767, 0.0, 1.0471975803375244, -4.979319095611572, 0.0, -0.47804877161979675, 0.0, 0.0, -0.47804877161979675, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4138602018356323, -0.0015615209704264998, 1.3902673721313477, 1.348968267440796, 2.0169875621795654, 3.5203287601470947, 1.5707963705062866, 1.1263008117675781, 2.1561684608459473, -2.481858253479004, 0.47804877161979675, 0.0, 0.47804877161979675, 0.47804877161979675, 0.0, 0.47804877161979675, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4138595461845398, -0.08048363775014877, 1.3124936819076538, -0.17997077107429504, 0.4969102144241333, 2.464900255203247, 0.21543174982070923, 0.6830373406410217, 1.584792971611023, -3.762021780014038, 0.07704822719097137, -0.07704822719097137, 0.07704822719097137, 0.07704822719097137, -0.07704822719097137, 0.07704822719097137, -2.3561999797821045, 1.570799469947815, -1.0472015142440796, -1.570799469947815, 0.0, -1.0472015142440796, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.015704326331615448, 0.2561006247997284, 0.6308517456054688, 1.3637338876724243, 0.8145027160644531, 0.7292071580886841, 0.41384851932525635, 0.431458443403244, 0.9608281254768372, 0.17248612642288208, 0.17248612642288208, 0.17248612642288208, 0.17248612642288208, 0.17248612642288208, 0.17248612642288208, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.933906555175781e-06, 3.0994415283203125e-06, 0.0, 3.933906555175781e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [386]}, "observation.state": {"min": [-0.5911245942115784, -0.8075127005577087, -5.375341061153449e-07, 1.3646987676620483, 0.8065802454948425, -0.5911245942115784, 0.0, -0.2947256565093994, -0.0002903166168835014, 0.0, 0.9999988675117493, 0.7509999871253967, NaN], "max": [-0.5898492932319641, -0.8065802454948425, 0.001009063096717, 1.3730590343475342, 0.8075132966041565, -0.5898483395576477, 0.0010914721060544252, -0.26654061675071716, 0.0, 0.0014580617425963283, 1.0, 0.8114455938339233, NaN], "mean": [-0.5910053849220276, -0.8066670894622803, 9.449128265259787e-05, 1.3654279708862305, 0.8066672682762146, -0.5910053253173828, 0.00010264069715049118, -0.2923874258995056, -2.7104748369310983e-05, 0.00013685419980902225, 1.0, 0.7553272843360901, NaN], "std": [0.00032822543289512396, 0.0002400710218353197, 0.0002593872486613691, 0.002018760424107313, 0.0002401975216343999, 0.00032843489316292107, 0.00028124486561864614, 0.006516912952065468, 7.436654414050281e-05, 0.00037529997644014657, 2.638879834648833e-07, 0.012536272406578064, NaN], "count": [386]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.1243877807885919]], [[0.11357481940144479]], [[0.09530558019863326]]], "std": [[[0.2924083149221155]], [[0.2681282331564084]], [[0.23048809261848655]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.438500613227063]], [[0.39821354919998847]], [[0.3275203042196325]]], "std": [[[0.3860820981414957]], [[0.35389981093744644]], [[0.30476524951909323]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5673501938924059]], [[0.5590393907024183]], [[0.5061054509146773]]], "std": [[[0.152541590156809]], [[0.16019382370879348]], [[0.16930095588055533]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4820346223507015]], [[0.4573338255243276]], [[0.41590898758190054]]], "std": [[[0.3436371586011736]], [[0.3334604315662719]], [[0.3256418093507463]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6129356993370174]], [[0.6031790213982382]], [[0.576235208285975]]], "std": [[[0.26741181937815556]], [[0.26540433365906974]], [[0.2774688197772652]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963442601075176]], [[0.9963442601075176]], [[0.9963442601075176]]], "std": [[[0.017709736187059812]], [[0.017709736187059812]], [[0.017709736187059812]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886115976023459]], [[0.5886115976023459]], [[0.5886115976023459]]], "std": [[[0.33396264053321817]], [[0.33396264053321817]], [[0.33396264053321817]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.04630296836767606]], [[0.04630296836767606]], [[0.04630296836767606]]], "std": [[[0.04604391535462021]], [[0.04604391535462021]], [[0.04604391535462021]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2158938543852273]], [[0.2158938543852273]], [[0.2158938543852273]]], "std": [[[0.36450280589050604]], [[0.36450280589050604]], [[0.36450280589050604]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07129865867895668]], [[0.07129865867895668]], [[0.07129865867895668]]], "std": [[[0.05460428147943735]], [[0.05460428147943735]], [[0.05460428147943735]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14189289682563633]], [[0.06114624979296462]], [[0.042264644526118646]]], "std": [[[0.34421415742607653]], [[0.18509677579044648]], [[0.13843201338656536]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36157702956699933]], [[0.35601192926129105]], [[0.2730846159468541]]], "std": [[[0.44021075744156274]], [[0.38905717084669633]], [[0.3872398352665936]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38027657110516994]], [[0.6210710451548357]], [[0.6444873200468587]]], "std": [[[0.37821847231455996]], [[0.2822160517270326]], [[0.43001621039611637]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35952184516636926]], [[0.5747309787291682]], [[0.46408519061672066]]], "std": [[[0.36599345207705986]], [[0.42118458831669425]], [[0.41343087099208337]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6264294909578345]], [[0.5983747799725204]], [[0.446809241120613]]], "std": [[[0.3677225058576939]], [[0.3841422546933826]], [[0.4127703295477234]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.7], "mean": [3.8499999999999996], "std": [2.228564560428977], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [386]}, "index": {"min": [38063], "max": [38448], "mean": [38255.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [386]}}} +{"episode_index": 151, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48273542523384094, 0.02447739616036415, 0.025464791804552078, -1.443259596824646, -1.5707963705062866, 1.0471975803375244, 1.2337334156036377, 0.0, -0.3939143419265747, -5.9066338539123535, 0.0, -0.5902438759803772, 0.0, 0.0, -0.5902438759803772, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48273542523384094, 0.7353681325912476, 0.765032172203064, -0.7853981852531433, 0.7534075975418091, 1.5637933015823364, 1.6227306127548218, 1.7280049324035645, 1.0471975803375244, -2.481858253479004, 0.5902438759803772, 0.0, 0.5902438759803772, 0.5902438759803772, 0.0, 0.5902438759803772, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4827347993850708, 0.6998782157897949, 0.7281104326248169, -1.1938726902008057, -0.14324384927749634, 1.363712191581726, 1.4674938917160034, 1.069820523262024, 0.18204143643379211, -4.567140579223633, 0.11084794998168945, -0.11084794998168945, 0.11084794998168945, 0.11084794998168945, -0.11084794998168945, 0.11084794998168945, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.12622009217739105, 0.13131177425384521, 0.2396499514579773, 0.9209689497947693, 0.21132338047027588, 0.1287461668252945, 0.6985604166984558, 0.5707618594169617, 1.3557296991348267, 0.2229316532611847, 0.2229316532611847, 0.2229316532611847, 0.2229316532611847, 0.2229316532611847, 0.2229316532611847, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [244]}, "observation.state": {"min": [-0.5277440547943115, 0.849403440952301, -5.164362164578051e-07, 2.0848007202148438, -0.8528968691825867, -0.5277440547943115, -0.001571662025526166, -0.3157895803451538, 0.0, -0.004814110696315765, 0.999987781047821, 0.7509999871253967, NaN], "max": [-0.5220781564712524, 0.8528847098350525, 0.004699846729636192, 2.134549856185913, -0.849403440952301, -0.5220771431922913, 1.7836124470704817e-06, -0.3113110065460205, 0.0011804159730672836, 1.3799535736325197e-06, 1.0, 0.7758983373641968, NaN], "mean": [-0.5271806120872498, 0.849751353263855, 0.0004643540596589446, 2.1304147243499756, -0.8497520685195923, -0.527180552482605, -0.00015345614519901574, -0.3153199851512909, 0.00011218048894079402, -0.00047601264668628573, 0.999998927116394, 0.7526689767837524, NaN], "std": [0.0014911030884832144, 0.0009175437153317034, 0.0012368642492219806, 0.011301320977509022, 0.0009203143999911845, 0.0014913453487679362, 0.00041040434734895825, 0.0012086215429008007, 0.0003029401123058051, 0.0012674751924350858, 2.8461824967962457e-06, 0.004926783032715321, NaN], "count": [244]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.09254212088720445]], [[0.09054194251826102]], [[0.08805955779254351]]], "std": [[[0.22547217897289556]], [[0.22123213362602748]], [[0.21560222552356811]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30348948394377756]], [[0.29541985434097034]], [[0.2855693556790727]]], "std": [[[0.29396618651101175]], [[0.2902585606684315]], [[0.28604590884031267]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.5985621518536623]], [[0.5885784343900687]], [[0.5726214467867103]]], "std": [[[0.27037183400692577]], [[0.2679072274980999]], [[0.26244646620017337]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5758028124624905]], [[0.5598830275244738]], [[0.5419548498582772]]], "std": [[[0.29098258641677743]], [[0.2957344613462794]], [[0.29912675283178797]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5274755577549922]], [[0.5105466069331874]], [[0.4905785765487755]]], "std": [[[0.2343764798571805]], [[0.24270772614082825]], [[0.24903355856972906]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966638114224521]], [[0.9966638114224521]], [[0.9966638114224521]]], "std": [[[0.016824850799031513]], [[0.016824850799031513]], [[0.016824850799031513]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5874774688508144]], [[0.5874774688508144]], [[0.5874774688508144]]], "std": [[[0.33535500610553787]], [[0.33535500610553787]], [[0.33535500610553787]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20484694134142833]], [[0.20484694134142833]], [[0.20484694134142833]]], "std": [[[0.22275839310669368]], [[0.22275839310669368]], [[0.22275839310669368]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1545678489308928]], [[0.1545678489308928]], [[0.1545678489308928]]], "std": [[[0.2715502928744174]], [[0.2715502928744174]], [[0.2715502928744174]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13407130466153153]], [[0.13407130466153153]], [[0.13407130466153153]]], "std": [[[0.10841288113453189]], [[0.10841288113453189]], [[0.10841288113453189]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15013490056601966]], [[0.04869364597519867]], [[0.04775300729368044]]], "std": [[[0.3548221626461093]], [[0.14302130007783267]], [[0.15177345103875695]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22456138741533344]], [[0.414025398128199]], [[0.2774879590904793]]], "std": [[[0.31128228711861017]], [[0.46387290413518606]], [[0.36170265467096974]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5339154893310561]], [[0.851408745845043]], [[0.2386006486996837]]], "std": [[[0.30449710103524547]], [[0.2983249147350611]], [[0.3185506468839291]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42956610212225516]], [[0.6497207815241961]], [[0.3576419826848013]]], "std": [[[0.3581053965007207]], [[0.38154728086289247]], [[0.3840715194035015]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.566318363082725]], [[0.7304452531397292]], [[0.3948031913288554]]], "std": [[[0.37375895033668577]], [[0.3711602825000283]], [[0.3620824492369072]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.86], "mean": [2.43], "std": [1.4087228258248674], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [244]}, "index": {"min": [38449], "max": [38692], "mean": [38570.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [244]}}} +{"episode_index": 152, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.0075872610323131084, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 0.4406864047050476, -0.10826372355222702, -1.8078114986419678, -3.630565643310547, 0.0, -0.37560975551605225, 0.0, 0.0, -0.37560975551605225, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.0676016807556152, 0.6160441040992737, -0.34151309728622437, -0.6085562109947205, 2.205138921737671, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.37560975551605225, 0.0, 0.37560975551605225, 0.37560975551605225, 0.0, 0.37560975551605225, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974876642227173, 1.7803549766540527, 0.530458927154541, -0.6092751026153564, -1.1330687999725342, 1.5886080265045166, 1.0543406009674072, -0.0354284942150116, -0.2808486223220825, -3.021045207977295, 0.04285954684019089, -0.04285954684019089, 0.04285954684019089, 0.04285954684019089, -0.04285954684019089, 0.04285954684019089, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.5584110021591187, 0.16637861728668213, 0.16776859760284424, 0.4061816334724426, 0.4990774691104889, 0.4789124131202698, 0.03605562448501587, 1.2228626012802124, 0.49832817912101746, 0.11555059999227524, 0.11555059999227524, 0.11555059999227524, 0.11555059999227524, 0.11555059999227524, 0.11555059999227524, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [232]}, "observation.state": {"min": [-0.14191441237926483, 0.9898789525032043, 0.0, 1.9574589729309082, -0.9900909066200256, -0.14191441237926483, -1.0428963292952176e-07, -0.3260704278945923, -4.8835570254368577e-08, -0.00031597953056916595, 0.9999999403953552, 0.7509999871253967, NaN], "max": [-0.14042764902114868, 0.9900909066200256, 0.0003423637826927006, 1.958683729171753, -0.9898789525032043, -0.14042770862579346, 0.0001637623499846086, -0.32057130336761475, 0.00021018157713115215, 0.0, 1.0, 0.8206834197044373, NaN], "mean": [-0.14182540774345398, 0.9898924231529236, 2.026510082941968e-05, 1.9575754404067993, -0.9898924231529236, -0.14182542264461517, 9.759387467056513e-06, -0.32076695561408997, 1.2514020454545971e-05, -1.8690085198613815e-05, 1.0, 0.7543187737464905, NaN], "std": [0.00031249679159373045, 4.4597887608688325e-05, 7.167844887590036e-05, 0.0001449860428692773, 4.46038247901015e-05, 0.0003124851209577173, 3.445710171945393e-05, 0.00080412084935233, 4.4176256778882816e-05, 6.613281584577635e-05, 1.4109375001680746e-08, 0.012167072854936123, NaN], "count": [232]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.08445478313756336]], [[0.0824743071607084]], [[0.07477946021266138]]], "std": [[[0.2133369907348669]], [[0.20947193177597168]], [[0.19682037197074795]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25703262072928756]], [[0.2521751636669168]], [[0.22002134660505562]]], "std": [[[0.26923291482315104]], [[0.2645585760192696]], [[0.2506040522540355]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.22381152169496094]], [[0.2210675743365983]], [[0.2066353635876566]]], "std": [[[0.28535678281097676]], [[0.2829028562257128]], [[0.2774849426988284]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4141440630970079]], [[0.3734515007466685]], [[0.3312168396376026]]], "std": [[[0.33006753784366655]], [[0.31708106962473376]], [[0.31183934838564653]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5062208650089084]], [[0.48775211947232294]], [[0.43868139216289775]]], "std": [[[0.28095946992257886]], [[0.2839266112067264]], [[0.3011194748195718]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959608124772429]], [[0.9959608124772429]], [[0.9959608124772429]]], "std": [[[0.01895123457037325]], [[0.01895123457037325]], [[0.01895123457037325]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5993435768069411]], [[0.5993435768069411]], [[0.5993435768069411]]], "std": [[[0.3389604875453922]], [[0.3389604875453922]], [[0.3389604875453922]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5594399751624599]], [[0.5594399751624599]], [[0.5594399751624599]]], "std": [[[0.44653365586928184]], [[0.44653365586928184]], [[0.44653365586928184]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2938719136640669]], [[0.2938719136640669]], [[0.2938719136640669]]], "std": [[[0.40247914830706344]], [[0.40247914830706344]], [[0.40247914830706344]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2007074688977537]], [[0.2007074688977537]], [[0.2007074688977537]]], "std": [[[0.23765788112460579]], [[0.23765788112460579]], [[0.23765788112460579]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10878760885702389]], [[0.03158991236452175]], [[0.08442143619186329]]], "std": [[[0.28932429472925336]], [[0.12655773042850843]], [[0.2504805680070872]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20405697345454374]], [[0.49135588694627674]], [[0.27953865476288664]]], "std": [[[0.3058621936967735]], [[0.4772431190447313]], [[0.34603968304614124]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23959944370347572]], [[0.20315417983478745]], [[0.43049479410792396]]], "std": [[[0.3592812463774679]], [[0.30748748553958777]], [[0.4795564831131122]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3866935909892838]], [[0.5158343944944347]], [[0.3043593168603579]]], "std": [[[0.3935394950441982]], [[0.4305591627510151]], [[0.380707306575523]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5477081696328886]], [[0.4786832496139251]], [[0.5235064638625192]]], "std": [[[0.3096395980920009]], [[0.4219638621611019]], [[0.4373362859651564]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.62], "mean": [2.3099999999999996], "std": [1.3394401815684043], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [232]}, "index": {"min": [38693], "max": [38924], "mean": [38808.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [232]}}} +{"episode_index": 153, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35853028297424316, 0.025464791804552078, 0.007605722639709711, -0.9366554021835327, -1.5707964897155762, 0.5277807116508484, 0.2897098958492279, -1.8770276308059692, 0.7667555212974548, -5.250640869140625, 0.0, -0.3707317113876343, 0.0, 0.0, -0.3707317113876343, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35853028297424316, 1.7120732069015503, 0.5113552212715149, -0.7853981852531433, -0.4933759272098541, 1.0471975803375244, 1.5707964897155762, 0.0, 1.0471975803375244, -2.481858253479004, 0.3707317113876343, 0.0, 0.3707317113876343, 0.3707317113876343, 0.0, 0.3707317113876343, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3585299253463745, 1.5525542497634888, 0.46371087431907654, -0.8621740341186523, -0.9671829342842102, 0.7433167695999146, 0.9192734360694885, -1.1682907342910767, 0.9104862809181213, -4.129749774932861, 0.08624248951673508, -0.08624248951673508, 0.08624248951673508, 0.08624248951673508, -0.08624248951673508, 0.08624248951673508, -2.3561997413635254, 1.5707991123199463, -1.0471982955932617, -1.5707991123199463, 0.0, -1.0471982955932617, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.3946171700954437, 0.11786219477653503, 0.05605947598814964, 0.42515817284584045, 0.20654892921447754, 0.475251704454422, 0.7982727289199829, 0.10168470442295074, 1.1430872678756714, 0.15435633063316345, 0.15435633063316345, 0.15435633063316345, 0.15435633063316345, 0.15435633063316345, 0.15435633063316345, 5.245208740234375e-06, 2.7418136596679688e-06, 7.152557373046875e-07, 2.7418136596679688e-06, 0.0, 7.152557373046875e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [286]}, "observation.state": {"min": [-0.4566922187805176, 0.8896070718765259, -0.005629663821309805, 1.3137949705123901, -0.892003059387207, -0.45668134093284607, -0.0, -0.26996469497680664, -0.0, -2.776251903924276e-06, 0.9999791383743286, 0.7509999871253967, NaN], "max": [-0.4520293176174164, 0.892003059387207, 5.1468041419866495e-06, 1.3275306224822998, -0.8896247148513794, -0.4520293176174164, 0.003163197310641408, -0.23721031844615936, 0.00027875168598257005, 0.0064504025503993034, 1.0, 0.8074131608009338, NaN], "mean": [-0.4526839256286621, 0.8916662335395813, -0.0007835164433345199, 1.3238362073898315, -0.8916681408882141, -0.4526827037334442, 0.00044065245310775936, -0.24073798954486847, 3.5131346521666273e-05, 0.0008982419967651367, 0.9999979734420776, 0.7575910687446594, NaN], "std": [0.001413218560628593, 0.0007248900947161019, 0.001706365030258894, 0.0018796806689351797, 0.0007202153210528195, 0.001410350319929421, 0.000959168653935194, 0.008112320676445961, 7.971639570314437e-05, 0.001955845393240452, 5.612575932900654e-06, 0.014770936220884323, NaN], "count": [286]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07773358251340617]], [[0.07024054191971922]], [[0.06430306358718721]]], "std": [[[0.19241115745800919]], [[0.17664256388735358]], [[0.16408602656098917]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2594702978828411]], [[0.23654365781058156]], [[0.21526850091632016]]], "std": [[[0.2589628211058499]], [[0.2421076107630549]], [[0.23033714950650025]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.2627430152800493]], [[0.24421910545963196]], [[0.23238342349011695]]], "std": [[[0.28247621913698556]], [[0.2692043308740378]], [[0.2613261041385474]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.37488011528266446]], [[0.3550498192505688]], [[0.3416638898779648]]], "std": [[[0.2702551562259975]], [[0.2661394220908977]], [[0.26710232879073603]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4519441276048739]], [[0.42789674181631887]], [[0.3951920195320699]]], "std": [[[0.2617824521618539]], [[0.26038146826782377]], [[0.2677576759486445]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960715125351122]], [[0.9960715125351122]], [[0.9960715125351122]]], "std": [[[0.01826670632230574]], [[0.01826670632230574]], [[0.01826670632230574]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.13725490196078433]], [[0.13725490196078433]], [[0.13725490196078433]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5859879057809643]], [[0.5859879057809643]], [[0.5859879057809643]]], "std": [[[0.3369298570721343]], [[0.3369298570721343]], [[0.3369298570721343]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5278289750290185]], [[0.5278289750290185]], [[0.5278289750290185]]], "std": [[[0.4389800029941335]], [[0.4389800029941335]], [[0.4389800029941335]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15003231160115632]], [[0.15003231160115632]], [[0.15003231160115632]]], "std": [[[0.2702050366885672]], [[0.2702050366885672]], [[0.2702050366885672]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21261273218976043]], [[0.21261273218976043]], [[0.21261273218976043]]], "std": [[[0.22451541432535685]], [[0.22451541432535685]], [[0.22451541432535685]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14631559903466193]], [[0.03435375791847466]], [[0.06368524721197942]]], "std": [[[0.3500064554599255]], [[0.13523775259360654]], [[0.1751622447252048]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36709541062073064]], [[0.5020362920449463]], [[0.16305214341131274]]], "std": [[[0.3583404338576727]], [[0.4779749460398328]], [[0.2909594428864798]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12522599009851196]], [[0.3387694286359939]], [[0.4388732554545022]]], "std": [[[0.21869532529946079]], [[0.3998848914190204]], [[0.4555137105287828]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6002420064226232]], [[0.6625543612883066]], [[0.30644092668701145]]], "std": [[[0.3747596933615538]], [[0.4002317314604989]], [[0.32896834208003584]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4453886357525124]], [[0.5161151968328113]], [[0.5490250058506355]]], "std": [[[0.28057615772164884]], [[0.4386994728206551]], [[0.4427245710790122]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.7], "mean": [2.85], "std": [1.651211676315305], "count": [286]}, "frame_index": {"min": [0], "max": [285], "mean": [142.5], "std": [82.56058381576526], "count": [286]}, "episode_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [286]}, "index": {"min": [38925], "max": [39210], "mean": [39067.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [286]}}} +{"episode_index": 154, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48785197734832764, 0.01306341215968132, 0.025464791804552078, -3.443092107772827, -1.5707963705062866, 0.20400075614452362, -0.6686022281646729, -2.3109209537506104, -2.168947696685791, -4.754057884216309, 0.0, -0.6780487895011902, 0.0, 0.0, -0.6780487895011902, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48785197734832764, 0.510358989238739, 0.9948537349700928, -0.7853981852531433, -0.8665451407432556, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.6780487895011902, 0.0, 0.6780487895011902, 0.6780487895011902, 0.0, 0.6780487895011902, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4878523647785187, 0.476372092962265, 0.9286008477210999, -2.161351442337036, -1.1689977645874023, 0.5713523030281067, 0.35036444664001465, -1.4487733840942383, -0.8878337144851685, -3.595308303833008, 0.08139755576848984, -0.08139755576848984, 0.08139755576848984, 0.08139755576848984, -0.08139755576848984, 0.08139755576848984, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 0.10151783376932144, 0.19789135456085205, 1.0354599952697754, 0.23133257031440735, 0.2777838110923767, 0.8665295243263245, 0.8895478248596191, 1.2705192565917969, 0.9172184467315674, 0.2074272185564041, 0.2074272185564041, 0.2074272185564041, 0.2074272185564041, 0.2074272185564041, 0.2074272185564041, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [231]}, "observation.state": {"min": [0.08966481685638428, 0.995956301689148, -1.5035922160677728e-06, 1.8905068635940552, -0.9959719777107239, 0.08966481685638428, -2.245994983240962e-05, -0.21415354311466217, -2.478002897987608e-05, -2.476183362887241e-05, 1.0, 0.7509999871253967, NaN], "max": [0.08983920514583588, 0.9959719777107239, 2.6883988539339043e-05, 1.902545690536499, -0.995956301689148, 0.08983920514583588, 1.6530494804101181e-06, -0.189352348446846, 1.7814452348829946e-06, 1.3490051742337528e-06, 1.0, 0.8127129673957825, NaN], "mean": [0.08983057737350464, 0.9959571361541748, 1.3013529951422242e-06, 1.9020490646362305, -0.9959571361541748, 0.08983057737350464, -1.0822101330631995e-06, -0.2130502462387085, -1.1945762707910035e-06, -1.1990358643743093e-06, 1.0, 0.7536101341247559, NaN], "std": [3.3567805076017976e-05, 3.0218302526918706e-06, 5.14943076268537e-06, 0.0019930428825318813, 3.0218302526918706e-06, 3.3567805076017976e-05, 4.3061418182333e-06, 0.004310665186494589, 4.749871095555136e-06, 4.743228601000737e-06, 0.0, 0.010353593155741692, NaN], "count": [231]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08732620796343571]], [[0.08204086660484104]], [[0.07602974201547519]]], "std": [[[0.2141218947864009]], [[0.20495720476743698]], [[0.1922514445306226]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2882158572672939]], [[0.2686295095994008]], [[0.24587142817867205]]], "std": [[[0.27904104091386983]], [[0.26783169122171924]], [[0.2520100968019564]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896152581890456]], [[0.5810735195210056]], [[0.5450753260094777]]], "std": [[[0.23057496397219046]], [[0.23294651336354158]], [[0.24141387724527746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5526375952111292]], [[0.5466006567464029]], [[0.5225722826732005]]], "std": [[[0.27282396735581077]], [[0.2748887436680572]], [[0.28299879281512225]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49882681515545924]], [[0.48246206944184605]], [[0.4454610978004963]]], "std": [[[0.2011849910017926]], [[0.20977049641432924]], [[0.21934617354266778]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967880742256207]], [[0.9967880742256207]], [[0.9967880742256207]]], "std": [[[0.01648058564965304]], [[0.01648058564965304]], [[0.01648058564965304]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5991348207693871]], [[0.5991348207693871]], [[0.5991348207693871]]], "std": [[[0.33668053611138066]], [[0.33668053611138066]], [[0.33668053611138066]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09911292296406268]], [[0.09911292296406268]], [[0.09911292296406268]]], "std": [[[0.1305645418406097]], [[0.1305645418406097]], [[0.1305645418406097]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05869528884704595]], [[0.05869528884704595]], [[0.05869528884704595]]], "std": [[[0.13094968885936398]], [[0.13094968885936398]], [[0.13094968885936398]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10523877499428348]], [[0.10523877499428348]], [[0.10523877499428348]]], "std": [[[0.081563726432253]], [[0.081563726432253]], [[0.081563726432253]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14116495841522547]], [[0.05761844737210913]], [[0.02953345524113]]], "std": [[[0.34460448623672096]], [[0.16565947830256886]], [[0.11946800166576318]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2867338768892188]], [[0.4549491199236098]], [[0.2513728789350972]]], "std": [[[0.3328802709234846]], [[0.46733184536337247]], [[0.35743118932544377]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5760650335849945]], [[0.4782747297475811]], [[0.5489971816365821]]], "std": [[[0.3412954721182734]], [[0.40074019009666373]], [[0.4120895851204095]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013228243179902]], [[0.7070942921267546]], [[0.48195770778473146]]], "std": [[[0.3978798443012679]], [[0.33168730381026146]], [[0.3927062824122534]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5819066607389168]], [[0.6135208433498224]], [[0.46308142408155084]]], "std": [[[0.36264383391114974]], [[0.4036156584575362]], [[0.41505820878159977]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.6], "mean": [2.3], "std": [1.3336666250104132], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [231]}, "index": {"min": [39211], "max": [39441], "mean": [39326.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [231]}}} +{"episode_index": 155, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974995851516724, 0.025464791804552078, 0.012348036281764507, -3.9865734577178955, -1.5707963705062866, 1.0471975803375244, -0.8659901022911072, -5.123236179351807, 0.5427644848823547, -5.795560359954834, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974995851516724, 1.044100046157837, 0.5062906742095947, -0.7853981852531433, -0.33532392978668213, 1.655601143836975, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997517168521881, 1.0059330463409424, 0.48778340220451355, -2.912386655807495, -0.7554438710212708, 1.4571150541305542, -0.0036586900241672993, -3.535505771636963, 0.7061148881912231, -4.515866279602051, 0.08943667262792587, -0.08943667262792587, 0.08943667262792587, 0.08943667262792587, -0.08943667262792587, 0.08943667262792587, -2.3561999797821045, 1.570799708366394, -1.047202706336975, -1.570799708366394, 0.0, -1.047202706336975, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7583370208740234e-06, 0.15774914622306824, 0.0764947384595871, 1.1897342205047607, 0.4656909704208374, 0.23947712779045105, 0.8922321200370789, 2.0125491619110107, 0.19782409071922302, 1.199832558631897, 0.16238179802894592, 0.16238179802894592, 0.16238179802894592, 0.16238179802894592, 0.16238179802894592, 0.16238179802894592, 5.4836273193359375e-06, 3.337860107421875e-06, 5.125999450683594e-06, 3.337860107421875e-06, 0.0, 5.125999450683594e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [442]}, "observation.state": {"min": [-0.9146186709403992, 0.40431758761405945, 0.0, 2.0390772819519043, -0.42636334896087646, -0.9146186709403992, -6.472166660387302e-07, -0.22456572949886322, 0.0, -0.00032160704722628, 0.9999622702598572, 0.7509999871253967, NaN], "max": [-0.9045129418373108, 0.42639246582984924, 0.006813793443143368, 2.064340114593506, -0.40431758761405945, -0.9045361280441284, 0.005857083480805159, -0.17968615889549255, 0.008414467796683311, 0.0029242688324302435, 1.0, 0.7892913818359375, NaN], "mean": [-0.9131879210472107, 0.4074583053588867, 0.0009607020183466375, 2.060370683670044, -0.40745484828948975, -0.9131900668144226, 0.0007636330556124449, -0.18459752202033997, 0.001193182310089469, 0.0002869206655304879, 0.9999960064888, 0.7542217969894409, NaN], "std": [0.003076234133914113, 0.006750122644007206, 0.0020713438279926777, 0.008167541585862637, 0.006742384750396013, 0.0030702929943799973, 0.0017025484703481197, 0.011097623966634274, 0.002567528747022152, 0.0007726593757979572, 1.0324266440875363e-05, 0.008273594081401825, NaN], "count": [442]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09077170585754223]], [[0.08643812776983165]], [[0.08206735774573842]]], "std": [[[0.23176202747150718]], [[0.2246384499001877]], [[0.21793706717601632]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2875365116533259]], [[0.27322980156119764]], [[0.2591516424359833]]], "std": [[[0.3143409475235591]], [[0.30379414560854956]], [[0.2952128757748413]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7704506363949088]], [[0.7619997854208199]], [[0.7507010181111534]]], "std": [[[0.23712441148845018]], [[0.23928039456137914]], [[0.24050961031019555]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29282308684220587]], [[0.3062051698830074]], [[0.31398565135845385]]], "std": [[[0.2507173149722493]], [[0.24365875196328354]], [[0.23666366389881016]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35920620723923097]], [[0.3615808463941645]], [[0.3614456346883338]]], "std": [[[0.29647879975347313]], [[0.281457250261621]], [[0.26822469669194426]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953739947468335]], [[0.9953739947468335]], [[0.9953739947468335]]], "std": [[[0.020582598829361917]], [[0.020582598829361917]], [[0.020582598829361917]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5971211024541824]], [[0.5971211024541824]], [[0.5971211024541824]]], "std": [[[0.3389488062921327]], [[0.3389488062921327]], [[0.3389488062921327]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11218513891654948]], [[0.11218513891654948]], [[0.11218513891654948]]], "std": [[[0.16029202648897908]], [[0.16029202648897908]], [[0.16029202648897908]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05206122882790817]], [[0.05206122882790817]], [[0.05206122882790817]]], "std": [[[0.11425191872277177]], [[0.11425191872277177]], [[0.11425191872277177]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15480364596849308]], [[0.15480364596849308]], [[0.15480364596849308]]], "std": [[[0.16931436760483629]], [[0.16931436760483629]], [[0.16931436760483629]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12073946801797905]], [[0.09511887753630914]], [[0.0547592964753358]]], "std": [[[0.2953419094397417]], [[0.2799333777593903]], [[0.17070022385132616]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3562571731472932]], [[0.14636615925396185]], [[0.3264536713491867]]], "std": [[[0.4351414220829137]], [[0.2545356468171259]], [[0.412476468735599]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8301850141924011]], [[0.4154502374117459]], [[0.31058861080768274]]], "std": [[[0.3051421796704835]], [[0.24960895021087334]], [[0.3650533360097432]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6761636139425504]], [[0.5270055703414022]], [[0.3898424988818413]]], "std": [[[0.4163773394518538]], [[0.32270664871161153]], [[0.35835089187539715]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7107527410813852]], [[0.35164452947144453]], [[0.4758770126018329]]], "std": [[[0.39783460048890124]], [[0.32143216132019214]], [[0.3870113851833469]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.82], "mean": [4.409999999999999], "std": [2.5518816586981456], "count": [442]}, "frame_index": {"min": [0], "max": [441], "mean": [220.5], "std": [127.59408293490729], "count": [442]}, "episode_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [442]}, "index": {"min": [39442], "max": [39883], "mean": [39662.5], "std": [127.59408293490729], "count": [442]}, "task_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [442]}}} +{"episode_index": 156, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996841251850128, 0.025464791804552078, 0.01224674191325903, -0.9816040992736816, -1.5707963705062866, -0.025227608159184456, 0.08786877244710922, -1.901940107345581, -1.7212798595428467, -4.152153968811035, 0.0, -0.47804877161979675, 0.0, 0.0, -0.47804877161979675, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996841251850128, 1.500558853149414, 0.7216614484786987, 0.7184134721755981, 0.6251327991485596, 1.3939647674560547, 1.5707963705062866, 0.40068575739860535, 1.9791851043701172, -2.472306728363037, 0.47804877161979675, 0.0, 0.47804877161979675, 0.47804877161979675, 0.0, 0.47804877161979675, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996829926967621, 1.4206442832946777, 0.6832304000854492, -0.2612149715423584, -0.4164019823074341, 0.8122135400772095, 0.8869541883468628, -0.6523607969284058, 0.6504006385803223, -3.4011876583099365, 0.058078039437532425, -0.058078039437532425, 0.058078039437532425, 0.058078039437532425, -0.058078039437532425, 0.058078039437532425, -2.3561999797821045, 1.570799708366394, -1.0472025871276855, -1.570799708366394, 0.0, -1.0472025871276855, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.2703661322593689, 0.13002659380435944, 0.6232821941375732, 0.6119514107704163, 0.37763479351997375, 0.4029703438282013, 0.8724743127822876, 1.1702865362167358, 0.5652500987052917, 0.1529119908809662, 0.1529119908809662, 0.1529119908809662, 0.1529119908809662, 0.1529119908809662, 0.1529119908809662, 5.4836273193359375e-06, 3.337860107421875e-06, 5.0067901611328125e-06, 3.337860107421875e-06, 0.0, 5.0067901611328125e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [438]}, "observation.state": {"min": [0.865208089351654, 0.500038206577301, 0.0, 1.915429711341858, -0.5014129281044006, 0.865208089351654, -0.0009250706061720848, -0.11759573221206665, -0.0023130422923713923, -0.0002744456578511745, 0.9999973177909851, 0.7509999871253967, NaN], "max": [0.8660007119178772, 0.5014129281044006, 0.0021377529483288527, 1.927350640296936, -0.500037431716919, 0.8660033345222473, 8.87479956190873e-08, -0.09601370245218277, 1.8980250260369758e-08, 0.0, 1.0, 0.8144983053207397, NaN], "mean": [0.8652612566947937, 0.5013191103935242, 0.00014812070003245026, 1.9159564971923828, -0.5013190507888794, 0.8652612566947937, -6.400450365617871e-05, -0.11636824905872345, -0.000160271767526865, -1.8688850104808807e-05, 1.0, 0.7544593214988708, NaN], "std": [0.00017846877744887024, 0.00030930686625652015, 0.0004809917008969933, 0.0019332144875079393, 0.0003094567218795419, 0.00017897372890729457, 0.0002079319820040837, 0.0041190702468156815, 0.0005204456392675638, 6.103277701186016e-05, 5.577830961556174e-07, 0.011735145002603531, NaN], "count": [438]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12302261329277787]], [[0.11963512687999861]], [[0.1136301043860655]]], "std": [[[0.2951804753349729]], [[0.288378017365924]], [[0.2776351022174235]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43120220265528325]], [[0.41274497733842685]], [[0.37980820242326946]]], "std": [[[0.40461464922918283]], [[0.39573815963909825]], [[0.38930032395489395]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5821155361361398]], [[0.572073752205304]], [[0.5529449275828795]]], "std": [[[0.20459845752412825]], [[0.20376168129229832]], [[0.20135157542522136]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4077680211306847]], [[0.3795952379515467]], [[0.33421837186706016]]], "std": [[[0.2939604838371505]], [[0.28639687081071596]], [[0.28941253924647]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5985479373241037]], [[0.5473620332986654]], [[0.45208766230065095]]], "std": [[[0.2648011865562068]], [[0.27494055320287214]], [[0.3206591695761371]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960005123077924]], [[0.9960005123077924]], [[0.9960005123077924]]], "std": [[[0.018557006298742074]], [[0.018557006298742074]], [[0.018557006298742074]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5943170796310042]], [[0.5943170796310042]], [[0.5943170796310042]]], "std": [[[0.3356239021641977]], [[0.3356239021641977]], [[0.3356239021641977]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10579906939691851]], [[0.10579906939691851]], [[0.10579906939691851]]], "std": [[[0.07733274341935649]], [[0.07733274341935649]], [[0.07733274341935649]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09286424312893996]], [[0.09286424312893996]], [[0.09286424312893996]]], "std": [[[0.21692124018788794]], [[0.21692124018788794]], [[0.21692124018788794]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10584884506109137]], [[0.10584884506109137]], [[0.10584884506109137]]], "std": [[[0.10563010232126652]], [[0.10563010232126652]], [[0.10563010232126652]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05205923994713305]], [[0.031671495368777794]], [[0.14366340707480968]]], "std": [[[0.15197209889284571]], [[0.12988299378573318]], [[0.34541340009212274]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5034848637858071]], [[0.15796271820858573]], [[0.47388279282849555]]], "std": [[[0.4465323623926525]], [[0.2798728755809397]], [[0.4777814198288119]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7880852362147964]], [[0.43824362917767223]], [[0.2099214103753057]]], "std": [[[0.37521459419314285]], [[0.30762486268369227]], [[0.23755745008009524]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5761194428183366]], [[0.4917289985656723]], [[0.44308174863256067]]], "std": [[[0.4126634542132978]], [[0.34007820257737226]], [[0.4300475013340963]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4886785328953236]], [[0.49526279847461024]], [[0.6725604942294964]]], "std": [[[0.35957589080948943]], [[0.4207331311052845]], [[0.4003500946447029]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.74], "mean": [4.37], "std": [2.5287875882854745], "count": [438]}, "frame_index": {"min": [0], "max": [437], "mean": [218.5], "std": [126.43937941427373], "count": [438]}, "episode_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [438]}, "index": {"min": [39884], "max": [40321], "mean": [40102.5], "std": [126.43937941427373], "count": [438]}, "task_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [438]}}} +{"episode_index": 157, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.013417617417871952, -4.705863952636719, -1.5707963705062866, -0.8721808791160583, -2.2522804737091064, -0.020590180531144142, -0.46049585938453674, -6.199477195739746, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.7740178108215332, 0.9347452521324158, -0.7853981852531433, 1.1430455446243286, 1.0471975803375244, 1.5886240005493164, 4.0691752433776855, 1.0471975803375244, -2.481858253479004, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975067377090454, 1.6352165937423706, 0.8616068363189697, -2.7416648864746094, -0.12351515144109726, 0.24654504656791687, -0.574093222618103, 2.2088935375213623, 0.27942705154418945, -4.415309429168701, 0.048661623150110245, -0.048661623150110245, 0.048661623150110245, 0.048661623150110245, -0.048661623150110245, 0.048661623150110245, -2.3561999797821045, 1.5707993507385254, -1.0472006797790527, -1.5707993507385254, 0.0, -1.0472006797790527, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 0.37961867451667786, 0.20002511143684387, 1.421645164489746, 1.0437402725219727, 0.6373993158340454, 1.566585898399353, 1.6981871128082275, 0.5733257532119751, 1.4114679098129272, 0.14690759778022766, 0.14690759778022766, 0.14690759778022766, 0.14690759778022766, 0.14690759778022766, 0.14690759778022766, 5.4836273193359375e-06, 2.9802322387695312e-06, 3.0994415283203125e-06, 2.9802322387695312e-06, 0.0, 3.0994415283203125e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [353]}, "observation.state": {"min": [0.32160264253616333, -0.9468746781349182, -0.0007390127284452319, 1.8546749353408813, 0.9458372592926025, 0.32160261273384094, -0.0001756436686264351, -0.2893034815788269, -9.35879215830937e-05, -0.000813454098533839, 0.9999996423721313, 0.7509999871253967, NaN], "max": [0.3246411085128784, -0.9458369612693787, 0.0003216199402231723, 1.865299105644226, 0.946874737739563, 0.3246409296989441, 0.00035259954165667295, -0.2744393050670624, 7.413238927256316e-05, 0.0003599738411139697, 1.0, 0.8176095485687256, NaN], "mean": [0.32370617985725403, -0.9461560845375061, -1.4536312846757937e-06, 1.8550430536270142, 0.9461560845375061, 0.32370615005493164, -1.477098408031452e-06, -0.2749016284942627, 1.890269686555257e-06, -9.028072440742108e-07, 1.0, 0.7535707354545593, NaN], "std": [0.00039557015406899154, 0.00013496501196641475, 9.246962144970894e-05, 0.0015904383035376668, 0.00013496604515239596, 0.00039557318086735904, 4.453229485079646e-05, 0.002085939282551408, 1.4771440874028485e-05, 0.00010156508506042883, 3.188257835518016e-08, 0.010688885115087032, NaN], "count": [353]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08123714553363495]], [[0.080254851668789]], [[0.07885762067899559]]], "std": [[[0.19897069088522537]], [[0.19716054799989688]], [[0.1944976595399724]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2590653628299239]], [[0.2545756260850498]], [[0.2489081057955825]]], "std": [[[0.2710956436842793]], [[0.26998743851762896]], [[0.26906493210804855]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.294911219875933]], [[0.29397501359560274]], [[0.2911424182134808]]], "std": [[[0.2836199444670328]], [[0.28307442396633176]], [[0.2808681195136514]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114628667376119]], [[0.41015454931331313]], [[0.4078153572978044]]], "std": [[[0.2625308495964676]], [[0.26225926296770613]], [[0.26397418299110537]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5099817165127396]], [[0.5084878256490517]], [[0.5027997942722111]]], "std": [[[0.2909079980268806]], [[0.2947440049033695]], [[0.29834302768319704]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.788235294117647]], [[0.788235294117647]], [[0.788235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.994311833170052]], [[0.994311833170052]], [[0.994311833170052]]], "std": [[[0.023351867565246875]], [[0.023351867565246875]], [[0.023351867565246875]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6086617139109671]], [[0.6086617139109671]], [[0.6086617139109671]]], "std": [[[0.3404140917134358]], [[0.3404140917134358]], [[0.3404140917134358]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47054317366630655]], [[0.47054317366630655]], [[0.47054317366630655]]], "std": [[[0.4251723827052721]], [[0.4251723827052721]], [[0.4251723827052721]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17529915086995096]], [[0.17529915086995096]], [[0.17529915086995096]]], "std": [[[0.2763544485600135]], [[0.2763544485600135]], [[0.2763544485600135]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1368860135278762]], [[0.1368860135278762]], [[0.1368860135278762]]], "std": [[[0.1535427527381627]], [[0.1535427527381627]], [[0.1535427527381627]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13497597048463378]], [[0.032587614355615364]], [[0.13805325587024933]]], "std": [[[0.32199975070540465]], [[0.13016522802903333]], [[0.33959565498773897]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49380974605224603]], [[0.4167601816144535]], [[0.131758347633024]]], "std": [[[0.48034135091411684]], [[0.43179719799345123]], [[0.23503682396957365]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46238957788922486]], [[0.27758742190491326]], [[0.30582481889852486]]], "std": [[[0.42685968339808034]], [[0.3368693299444201]], [[0.42223968903762793]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3516419800025615]], [[0.5726154332051894]], [[0.6714747034616315]]], "std": [[[0.37136160006731983]], [[0.3926829348855658]], [[0.38109195314599886]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6218458624104886]], [[0.4823472548281992]], [[0.5218906303330471]]], "std": [[[0.3040593796045406]], [[0.42287114467713083]], [[0.42121736557401385]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.04], "mean": [3.52], "std": [2.0380382724571193], "count": [353]}, "frame_index": {"min": [0], "max": [352], "mean": [176.0], "std": [101.90191362285597], "count": [353]}, "episode_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [353]}, "index": {"min": [40322], "max": [40674], "mean": [40498.0], "std": [101.90191362285597], "count": [353]}, "task_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [353]}}} +{"episode_index": 158, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.015855785459280014, -1.623952865600586, -1.5707963705062866, 1.0471975803375244, 1.1227444410324097, -3.05110764503479, 0.479594886302948, -2.481858253479004, 0.0, -0.4000000059604645, 0.0, 0.0, -0.4000000059604645, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9610356688499451, 0.5983939170837402, -0.10547834634780884, 0.8550029993057251, 2.9190032482147217, 2.2378876209259033, 0.0, 1.9829260110855103, 0.7225967645645142, 0.4000000059604645, 0.0, 0.4000000059604645, 0.4000000059604645, 0.0, 0.4000000059604645, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997487962245941, 0.8961520791053772, 0.5579957365989685, -0.7584719657897949, 0.003011803375557065, 1.6415590047836304, 1.5964913368225098, -1.6353962421417236, 1.253919005393982, -0.552687406539917, 0.058499980717897415, -0.058499980717897415, 0.058499980717897415, 0.058499980717897415, -0.058499980717897415, 0.058499980717897415, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 0.19228853285312653, 0.11972928047180176, 0.505055844783783, 0.9333656430244446, 0.6335965991020203, 0.3668908178806305, 1.2122845649719238, 0.5195906162261963, 1.2347978353500366, 0.13716621696949005, 0.13716621696949005, 0.13716621696949005, 0.13716621696949005, 0.13716621696949005, 0.13716621696949005, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [220]}, "observation.state": {"min": [0.9983090758323669, 0.057010114192962646, 0.0, 1.923797369003296, -0.05812710151076317, 0.9983091354370117, -7.824966451153159e-05, -0.11580424010753632, -0.0007395562715828419, -0.00029329571407288313, 0.9999997019767761, 0.7509999871253967, NaN], "max": [0.9983736276626587, 0.058126967400312424, 0.0007362678879871964, 1.9363646507263184, -0.057010114192962646, 0.9983736276626587, 0.00026902338140644133, -0.10244005918502808, -0.0, 3.563616701285355e-05, 1.0, 0.8175433278083801, NaN], "mean": [0.9983664751052856, 0.05710943788290024, 5.2221141231711954e-05, 1.9356666803359985, -0.057109445333480835, 0.9983664751052856, 1.87712830665987e-05, -0.10324881970882416, -5.104596129967831e-05, -2.1765585188404657e-05, 1.0, 0.755149245262146, NaN], "std": [1.666404386924114e-05, 0.0002874288766179234, 0.00016068863624241203, 0.0023077598307281733, 0.0002874546917155385, 1.6630741811241023e-05, 6.217692862264812e-05, 0.002588053699582815, 0.00015811662888154387, 6.845380994491279e-05, 5.625961918553912e-08, 0.013159430585801601, NaN], "count": [220]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.13980984261287702]], [[0.13762505775197464]], [[0.1348156422857779]]], "std": [[[0.32373865257195206]], [[0.3191572982543938]], [[0.31340491136451065]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48917271008810487]], [[0.47745878705095113]], [[0.4607894207099754]]], "std": [[[0.4249796318424511]], [[0.418123592035573]], [[0.4107510339747187]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.757497073341152]], [[0.749863091777527]], [[0.7417213810047805]]], "std": [[[0.25063311864163734]], [[0.24992898629506557]], [[0.24911468553911104]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5882296104516154]], [[0.5804287278606255]], [[0.5672508879889975]]], "std": [[[0.32567323495933465]], [[0.3226204068519682]], [[0.321709505780334]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7595869565363165]], [[0.7404674513559056]], [[0.7175039130525163]]], "std": [[[0.21361436294313763]], [[0.21785403930890343]], [[0.2241447462458978]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952053703804288]], [[0.9952053703804288]], [[0.9952053703804288]]], "std": [[[0.020904373699108324]], [[0.020904373699108324]], [[0.020904373699108324]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.597284831733042]], [[0.597284831733042]], [[0.597284831733042]]], "std": [[[0.3372813240865038]], [[0.3372813240865038]], [[0.3372813240865038]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1742241856217197]], [[0.1742241856217197]], [[0.1742241856217197]]], "std": [[[0.1863099747968416]], [[0.1863099747968416]], [[0.1863099747968416]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1638698604095378]], [[0.1638698604095378]], [[0.1638698604095378]]], "std": [[[0.3027949224944336]], [[0.3027949224944336]], [[0.3027949224944336]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13356605920641912]], [[0.13356605920641912]], [[0.13356605920641912]]], "std": [[[0.13103812000227494]], [[0.13103812000227494]], [[0.13103812000227494]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08166994771644166]], [[0.14461044155701336]], [[0.049658788257959045]]], "std": [[[0.25363154762635637]], [[0.34785147108889036]], [[0.14517183088997376]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17809226368294317]], [[0.5063883896570153]], [[0.26476100640317685]]], "std": [[[0.2991683424468699]], [[0.4574231343210484]], [[0.36565541979244165]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.733047138351938]], [[0.4453720031838186]], [[0.21688640245264001]]], "std": [[[0.3553556169562596]], [[0.33641749508018115]], [[0.29390401258750537]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4051340241441811]], [[0.6234020590213446]], [[0.438899408633191]]], "std": [[[0.40864002662745486]], [[0.3779908313717441]], [[0.3951093199879136]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38442914226666697]], [[0.4849847722543756]], [[0.7008243260369706]]], "std": [[[0.33407848769307885]], [[0.39467062378374473]], [[0.3929940336277877]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.38], "mean": [2.19], "std": [1.2701574705523722], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [220]}, "index": {"min": [40675], "max": [40894], "mean": [40784.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [220]}}} +{"episode_index": 159, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.491139680147171, -0.44324398040771484, 0.025464791804552078, -6.810401439666748, -1.5707963705062866, 1.0259851217269897, -0.7351425290107727, -6.526427268981934, -0.8060785531997681, -4.980215072631836, 0.0, -0.37560975551605225, 0.0, 0.0, -0.37560975551605225, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.491139680147171, -0.010263785719871521, 1.0997028350830078, -0.7853981852531433, 2.2486910820007324, 1.5173335075378418, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.37560975551605225, 0.0, 0.37560975551605225, 0.37560975551605225, 0.0, 0.37560975551605225, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4911390244960785, -0.42239177227020264, 1.0479671955108643, -4.072371006011963, 0.7489961981773376, 1.2730772495269775, 0.3997727632522583, -3.530376672744751, 0.036445505917072296, -3.916879653930664, 0.03784394636750221, -0.03784394636750221, 0.03784394636750221, 0.03784394636750221, -0.03784394636750221, 0.03784394636750221, -2.3561999797821045, 1.570799469947815, -1.0472009181976318, -1.570799469947815, 0.0, -1.0472009181976318, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.07535070925951004, 0.18694868683815002, 2.3524415493011475, 1.5663981437683105, 0.18586480617523193, 0.9210754632949829, 2.6179144382476807, 0.7768142819404602, 0.9950806498527527, 0.1104511022567749, 0.1104511022567749, 0.1104511022567749, 0.1104511022567749, 0.1104511022567749, 0.1104511022567749, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.337860107421875e-06, 3.0994415283203125e-06, 0.0, 3.337860107421875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [362]}, "observation.state": {"min": [-0.8110840916633606, 0.5849295854568481, -0.002613667631521821, 1.5452316999435425, -0.5855932235717773, -0.8110840916633606, -1.5940941011649556e-08, -0.2802146077156067, -0.0016196907963603735, 0.0, 0.9999962449073792, 0.7509999871253967, NaN], "max": [-0.8106034398078918, 0.5855897068977356, 0.0, 1.562942385673523, -0.5849295854568481, -0.8106046319007874, 0.0008529719198122621, -0.2754247188568115, 0.0, 0.002221960574388504, 1.0, 0.8175602555274963, NaN], "mean": [-0.8110563158988953, 0.5849664807319641, -0.00014439139340538532, 1.5622018575668335, -0.5849665999412537, -0.8110564947128296, 4.712652662419714e-05, -0.2799023687839508, -8.946814341470599e-05, 0.00012274045730009675, 1.0, 0.7540720105171204, NaN], "std": [9.6982839750126e-05, 0.0001333443506155163, 0.0005304297665134072, 0.0028619940858334303, 0.00013397133443504572, 9.677622438175604e-05, 0.00017308448150288314, 0.0010883095674216747, 0.0003286995051894337, 0.0004508555866777897, 6.928480047463381e-07, 0.011566623114049435, NaN], "count": [362]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07946757004501469]], [[0.07692698608118737]], [[0.04837949400888224]]], "std": [[[0.1961803499525564]], [[0.19388269461384294]], [[0.1319092894088706]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.259569589033931]], [[0.24915333627038588]], [[0.177658702426287]]], "std": [[[0.2615011744619737]], [[0.25736452528051185]], [[0.20936645315811708]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4250444359953892]], [[0.4499511067927051]], [[0.34455480251674553]]], "std": [[[0.2054862179030505]], [[0.19385543054474375]], [[0.24898511260726422]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45352103244772485]], [[0.4504259638125624]], [[0.40407482510120424]]], "std": [[[0.32398862454683675]], [[0.3241686686510723]], [[0.3376057075102518]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5481516444476632]], [[0.5567779782751991]], [[0.47927032215711085]]], "std": [[[0.2984720307042271]], [[0.29588277971310345]], [[0.356110712996966]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968373711099979]], [[0.9968373711099979]], [[0.9968373711099979]]], "std": [[[0.016058758614846846]], [[0.016058758614846846]], [[0.016058758614846846]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5932803322758603]], [[0.5932803322758603]], [[0.5932803322758603]]], "std": [[[0.3355894579270889]], [[0.3355894579270889]], [[0.3355894579270889]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.06561533329175862]], [[0.06561533329175862]], [[0.06561533329175862]]], "std": [[[0.05622533632730603]], [[0.05622533632730603]], [[0.05622533632730603]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1816962135492]], [[0.1816962135492]], [[0.1816962135492]]], "std": [[[0.33410055295841684]], [[0.33410055295841684]], [[0.33410055295841684]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09840757840019151]], [[0.09840757840019151]], [[0.09840757840019151]]], "std": [[[0.06767863406947781]], [[0.06767863406947781]], [[0.06767863406947781]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05089733123850409]], [[0.05981658308137044]], [[0.14310561386074214]]], "std": [[[0.15088596547127073]], [[0.18841753827827015]], [[0.34623124588232584]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5110400639445957]], [[0.283909477090655]], [[0.18016302250868543]]], "std": [[[0.48211558669331844]], [[0.32246126249879364]], [[0.28334879566102283]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2097396309640439]], [[0.6050074881428239]], [[0.6876837518633184]]], "std": [[[0.26338485738224054]], [[0.3475855303637205]], [[0.35793410540175963]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4984699056052776]], [[0.31801224040110215]], [[0.5893924324628795]]], "std": [[[0.40925085602089956]], [[0.35055840961540763]], [[0.41273730150176857]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3262960924460752]], [[0.6791724472286093]], [[0.5545851319427262]]], "std": [[[0.3194580413585933]], [[0.40250665412348635]], [[0.3592168451604506]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.22], "mean": [3.61], "std": [2.09], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [362]}, "index": {"min": [40895], "max": [41256], "mean": [41075.5], "std": [104.5], "count": [362]}, "task_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [362]}}} +{"episode_index": 160, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43332457542419434, 0.025464791804552078, 0.013866783119738102, -1.2230093479156494, -1.5707963705062866, 1.0290230512619019, 1.5707963705062866, -1.221644639968872, 1.038512945175171, -3.048187494277954, 0.0, -0.5707316994667053, 0.0, 0.0, -0.5707316994667053, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43332457542419434, 1.351062297821045, 0.7357173562049866, -0.7853981852531433, -0.9495174288749695, 1.1646206378936768, 2.262578248977661, 0.0, 1.1769331693649292, -2.481858253479004, 0.5707316994667053, 0.0, 0.5707316994667053, 0.5707316994667053, 0.0, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43332424759864807, 1.1862841844558716, 0.6459892392158508, -1.039662480354309, -1.2237505912780762, 1.0797771215438843, 1.9734790325164795, -0.6825661659240723, 1.0865117311477661, -2.7962474822998047, 0.14288577437400818, -0.14288577437400818, 0.14288577437400818, 0.14288577437400818, -0.14288577437400818, 0.14288577437400818, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.34686675667762756, 0.18888536095619202, 0.18869824707508087, 0.2599600553512573, 0.041552457958459854, 0.2987297475337982, 0.5113131403923035, 0.044714655727148056, 0.22975017130374908, 0.23815347254276276, 0.23815347254276276, 0.23815347254276276, 0.23815347254276276, 0.23815347254276276, 0.23815347254276276, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [-0.4723868668079376, 0.8813912868499756, 0.0, 2.067030429840088, -0.883353590965271, -0.4723868668079376, -0.003451332449913025, -0.27035394310951233, -0.0014555404195562005, -0.00462689995765686, 0.9999882578849792, 0.7509999871253967, NaN], "max": [-0.4687049686908722, 0.8833482265472412, 0.003406592644751072, 2.073115587234497, -0.8813912868499756, -0.4686945676803589, 6.003557246003766e-06, -0.26148977875709534, 1.1051800356653985e-05, 0.0, 1.0, 0.8199533820152283, NaN], "mean": [-0.47189003229141235, 0.8816559314727783, 0.00045949380728416145, 2.0723843574523926, -0.8816564679145813, -0.471888929605484, -0.00046462196041829884, -0.2690010368824005, -0.00019453887944109738, -0.0006238289643079042, 0.9999986886978149, 0.7580826282501221, NaN], "std": [0.0011024466948583722, 0.0005865951534360647, 0.0010205612052232027, 0.00165096006821841, 0.0005879933596588671, 0.0011051592882722616, 0.001032995292916894, 0.00290055968798697, 0.00043386282050050795, 0.0013857802841812372, 3.1234396828949684e-06, 0.016680575907230377, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12366015754135175]], [[0.12337544449741868]], [[0.12066757058146264]]], "std": [[[0.2936875168030148]], [[0.2929675315093374]], [[0.2876361692336292]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4225784008620718]], [[0.42171307410827263]], [[0.4105713438892879]]], "std": [[[0.3948953605922143]], [[0.39378374841962205]], [[0.390051175290594]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7327732266874808]], [[0.731939566456178]], [[0.7058106915417581]]], "std": [[[0.23339132446202382]], [[0.23337320214744942]], [[0.23129944788824813]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.5523456723067464]], [[0.5540033313417703]], [[0.555006970470552]]], "std": [[[0.29238433378914597]], [[0.2912005856378512]], [[0.29444502118265]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.545493835877773]], [[0.5492155830082794]], [[0.5362621071273146]]], "std": [[[0.29290074204578914]], [[0.293790968084349]], [[0.29949093354604495]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964861318146493]], [[0.9964861318146493]], [[0.9964861318146493]]], "std": [[[0.017446414684879633]], [[0.017446414684879633]], [[0.017446414684879633]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5915176407555601]], [[0.5915176407555601]], [[0.5915176407555601]]], "std": [[[0.33506929771986377]], [[0.33506929771986377]], [[0.33506929771986377]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13431542334795823]], [[0.13431542334795823]], [[0.13431542334795823]]], "std": [[[0.10524059053526645]], [[0.10524059053526645]], [[0.10524059053526645]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0639255410245217]], [[0.0639255410245217]], [[0.0639255410245217]]], "std": [[[0.07318318453434647]], [[0.07318318453434647]], [[0.07318318453434647]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1153211358480672]], [[0.1153211358480672]], [[0.1153211358480672]]], "std": [[[0.14075511913984595]], [[0.14075511913984595]], [[0.14075511913984595]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.035775063351150105]], [[0.09681040253042499]], [[0.11624584470770627]]], "std": [[[0.14268944077299908]], [[0.2573859503303648]], [[0.293149520343519]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2616761061389092]], [[0.15932167095489747]], [[0.5225800638507172]]], "std": [[[0.3464261544255107]], [[0.23808150585508794]], [[0.4825113680008729]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.871556121508143]], [[0.5269472396735446]], [[0.2533933994103096]]], "std": [[[0.2861064813374347]], [[0.23371911340113474]], [[0.32405538903821113]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4123599310932608]], [[0.5842924754457716]], [[0.5518739722830754]]], "std": [[[0.3263221587788887]], [[0.3930023863110379]], [[0.4370804930529208]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6139327213803343]], [[0.4291812959375468]], [[0.5242672221585191]]], "std": [[[0.3757720121480036]], [[0.39150815900909774]], [[0.40775110848369917]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [172]}, "index": {"min": [41257], "max": [41428], "mean": [41342.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [172]}}} +{"episode_index": 161, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23516100645065308, 0.025464791804552078, 0.015627387911081314, -1.6269381046295166, -1.64358651638031, 0.27476489543914795, 1.5707963705062866, 0.0, 0.19173218309879303, -4.116759300231934, 0.0, -0.47804877161979675, 0.0, 0.0, -0.47804877161979675, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23516100645065308, 1.3513847589492798, 0.8293260335922241, -0.7853981852531433, -1.5208771228790283, 1.0471975803375244, 2.4951188564300537, 1.8049358129501343, 1.0471975803375244, -2.481858253479004, 0.47804877161979675, 0.0, 0.47804877161979675, 0.47804877161979675, 0.0, 0.47804877161979675, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23516084253787994, 1.2907931804656982, 0.7921419143676758, -1.3598599433898926, -1.582160234451294, 0.4716353714466095, 2.3511757850646973, 1.068485140800476, 0.4281100630760193, -3.3929433822631836, 0.19327561557292938, -0.19327561557292938, 0.19327561557292938, 0.19327561557292938, -0.19327561557292938, 0.19327561557292938, -2.3562002182006836, 1.570799708366394, -1.0472031831741333, -1.570799708366394, 0.0, -1.0472031831741333, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-07, 0.2248692810535431, 0.13799934089183807, 0.24827030301094055, 0.035024091601371765, 0.23428376019001007, 0.3052752614021301, 0.5334062576293945, 0.2485077828168869, 0.48990970849990845, 0.23258446156978607, 0.23258446156978607, 0.23258446156978607, 0.23258446156978607, 0.23258446156978607, 0.23258446156978607, 5.7220458984375e-06, 3.337860107421875e-06, 5.602836608886719e-06, 3.337860107421875e-06, 0.0, 5.602836608886719e-06, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [468]}, "observation.state": {"min": [-0.9986064434051514, -0.09513761848211288, -0.07426787912845612, 1.2982230186462402, 0.052774667739868164, -0.9986064434051514, 0.0, -0.27092480659484863, -0.07739724218845367, 0.0, 0.9965243339538574, 0.7509999871253967, NaN], "max": [-0.9927631616592407, -0.052774667739868164, 7.758205356367398e-06, 1.3340744972229004, 0.09243781864643097, -0.9949097037315369, 0.04048645496368408, -0.2429412454366684, 7.085603101586457e-06, 0.034029170870780945, 1.0, 0.8127794861793518, NaN], "mean": [-0.9973049163818359, -0.06343864649534225, -0.018831195309758186, 1.3157356977462769, 0.06290003657341003, -0.9977526068687439, 0.00990451779216528, -0.25045034289360046, -0.019610565155744553, 0.008264192380011082, 0.9992862343788147, 0.7631308436393738, NaN], "std": [0.0020306436344981194, 0.015622232109308243, 0.027500374242663383, 0.008685783483088017, 0.014746041037142277, 0.0013033193536102772, 0.014721343293786049, 0.010879866778850555, 0.028652584180235863, 0.012323192320764065, 0.0011739921756088734, 0.01855466701090336, NaN], "count": [468]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09699781598628303]], [[0.09216811339973219]], [[0.0879899536710139]]], "std": [[[0.23270264059123613]], [[0.2215783960706946]], [[0.21206742120540822]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.327100462619301]], [[0.3088369459749975]], [[0.2945232392604797]]], "std": [[[0.3031605092622916]], [[0.29151256292777344]], [[0.2838131217741513]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6129178275735588]], [[0.5657491341394805]], [[0.5258536918683208]]], "std": [[[0.2055956976661509]], [[0.21834084849630775]], [[0.22835667241092994]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.540008961363007]], [[0.5217826406784457]], [[0.5091598205849831]]], "std": [[[0.3400736572143408]], [[0.3486654990719635]], [[0.3555169414282649]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4971295045702012]], [[0.47940189272248007]], [[0.4643814211981431]]], "std": [[[0.3150621914632892]], [[0.3231604529994659]], [[0.32930952513890716]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996130572772182]], [[0.996130572772182]], [[0.996130572772182]]], "std": [[[0.017994282656566215]], [[0.017994282656566215]], [[0.017994282656566215]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5794953996235476]], [[0.5794953996235476]], [[0.5794953996235476]]], "std": [[[0.332385803393777]], [[0.332385803393777]], [[0.332385803393777]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.10066781064192032]], [[0.10066781064192032]], [[0.10066781064192032]]], "std": [[[0.0689722337554746]], [[0.0689722337554746]], [[0.0689722337554746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.02994565111705227]], [[0.02994565111705227]], [[0.02994565111705227]]], "std": [[[0.03371089133365643]], [[0.03371089133365643]], [[0.03371089133365643]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13876489699193517]], [[0.13876489699193517]], [[0.13876489699193517]]], "std": [[[0.226467332742624]], [[0.226467332742624]], [[0.226467332742624]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08622730506654973]], [[0.07962612394227551]], [[0.14050214746820036]]], "std": [[[0.2523407535940411]], [[0.2517665395109378]], [[0.3369486505950419]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49622918933997456]], [[0.3615518352890214]], [[0.16520401719047456]]], "std": [[[0.4836081166338124]], [[0.3275919471758457]], [[0.2932478666520546]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5330460922784352]], [[0.7210869977757527]], [[0.3695262024648442]]], "std": [[[0.3026023687885565]], [[0.3935549354258792]], [[0.3891956811682696]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6106773138173569]], [[0.8256297811761756]], [[0.3142688851471644]]], "std": [[[0.36756966655596884]], [[0.27331076989113867]], [[0.37138293247698917]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5544136375797882]], [[0.47592735824195276]], [[0.6447962443279011]]], "std": [[[0.38948374810755026]], [[0.4376649354843756]], [[0.39189191074940594]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.34], "mean": [4.67], "std": [2.7019930915283012], "count": [468]}, "frame_index": {"min": [0], "max": [467], "mean": [233.5], "std": [135.09965457641508], "count": [468]}, "episode_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [468]}, "index": {"min": [41429], "max": [41896], "mean": [41662.5], "std": [135.09965457641508], "count": [468]}, "task_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [468]}}} +{"episode_index": 162, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36286312341690063, 0.025464791804552078, 0.006320912856608629, -1.8165302276611328, -1.6535283327102661, 0.7730254530906677, 1.5707963705062866, 0.0, -0.9450140595436096, -2.481858253479004, 0.0, -0.4878048896789551, 0.0, 0.0, -0.4878048896789551, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36286312341690063, 1.2599200010299683, 0.31273946166038513, -0.7853981852531433, -1.483276605606079, 1.0471975803375244, 2.3707449436187744, 0.6841359734535217, 1.0471975803375244, -1.863271951675415, 0.4878048896789551, 0.0, 0.4878048896789551, 0.4878048896789551, 0.0, 0.4878048896789551, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3628625273704529, 1.1238629817962646, 0.2789680063724518, -1.342572569847107, -1.5808049440383911, 0.9104319214820862, 1.9980838298797607, 0.3596359193325043, -0.045168597251176834, -2.1448559761047363, 0.08648022264242172, -0.08648022264242172, 0.08648022264242172, 0.08648022264242172, -0.08648022264242172, 0.08648022264242172, -2.356198787689209, 1.5707980394363403, -1.047196388244629, -1.5707980394363403, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539062e-07, 0.30819278955459595, 0.07650019973516464, 0.4417661726474762, 0.045413076877593994, 0.11047965288162231, 0.3339362144470215, 0.28058457374572754, 0.8637442588806152, 0.2667020559310913, 0.17917895317077637, 0.17917895317077637, 0.17917895317077637, 0.17917895317077637, 0.17917895317077637, 0.17917895317077637, 4.291534423828125e-06, 1.6689300537109375e-06, 1.1920928955078125e-06, 1.6689300537109375e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [181]}, "observation.state": {"min": [-0.9991698861122131, 0.040711648762226105, -0.0014373476151376963, 2.059232473373413, -0.04135439917445183, -0.99917072057724, -1.6717346795758203e-07, -0.2921370267868042, -0.0014126385794952512, -1.6906321320675488e-07, 0.9999988079071045, 0.7509999871253967, NaN], "max": [-0.9991445541381836, 0.04135439917445183, 4.915451867759657e-08, 2.0650124549865723, -0.04071250557899475, -0.9991445541381836, 0.000577561731915921, -0.24901284277439117, 4.2199122418651314e-08, 0.0006356085068546236, 1.0, 0.7956362962722778, NaN], "mean": [-0.9991475939750671, 0.041296932846307755, -0.00012904262985102832, 2.0647189617156982, -0.04129698500037193, -0.9991477131843567, 5.187294300412759e-05, -0.2521318793296814, -0.00012681631778832525, 5.710019468097016e-05, 1.0, 0.7543871402740479, NaN], "std": [6.4626192397554405e-06, 0.000161720032338053, 0.0003629753482528031, 0.0009954251581802964, 0.0001615314686205238, 6.648753696936183e-06, 0.00014592371007893234, 0.009115641005337238, 0.00035671950899995863, 0.00016061133646871895, 2.801316725253855e-07, 0.009754559956490993, NaN], "count": [181]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.1147684509596048]], [[0.1123729077691745]], [[0.09092516752263644]]], "std": [[[0.27658220811532336]], [[0.2673962888531717]], [[0.22354057641848718]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40961998965996577]], [[0.393791426354749]], [[0.3221225837210846]]], "std": [[[0.38009732265043905]], [[0.35685309251770514]], [[0.3151747647902402]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.5862249031208531]], [[0.6285940597777362]], [[0.46276670348040727]]], "std": [[[0.21096089522561376]], [[0.21912989362812]], [[0.18857056991890916]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4455956885678248]], [[0.4669320970890322]], [[0.3746263821078515]]], "std": [[[0.2487797111117107]], [[0.23706740173584892]], [[0.2517365930083212]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5208063349138432]], [[0.5119214707257]], [[0.420698515581466]]], "std": [[[0.2725648089246721]], [[0.2513765601628972]], [[0.2588675263048266]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962071614460223]], [[0.9962071614460223]], [[0.9962071614460223]]], "std": [[[0.018033555580669186]], [[0.018033555580669186]], [[0.018033555580669186]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5874273914346696]], [[0.5874273914346696]], [[0.5874273914346696]]], "std": [[[0.33577356321507346]], [[0.33577356321507346]], [[0.33577356321507346]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.12839036780883142]], [[0.12839036780883142]], [[0.12839036780883142]]], "std": [[[0.07946187963247746]], [[0.07946187963247746]], [[0.07946187963247746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.07331480844449541]], [[0.07331480844449541]], [[0.07331480844449541]]], "std": [[[0.05725323834857664]], [[0.05725323834857664]], [[0.05725323834857664]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16058558121788438]], [[0.16058558121788438]], [[0.16058558121788438]]], "std": [[[0.20555229910640974]], [[0.20555229910640974]], [[0.20555229910640974]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14495814163701115]], [[0.05224694844936367]], [[0.0762029033904181]]], "std": [[[0.3474105688492622]], [[0.15995781688873423]], [[0.21973100799641374]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38450731748531974]], [[0.4958723481869065]], [[0.16275199139537488]]], "std": [[[0.42454132609739886]], [[0.47247977226294086]], [[0.23789034872007886]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8187631253725799]], [[0.3981464865006226]], [[0.2507529972352814]]], "std": [[[0.34928971039969214]], [[0.29996494717991695]], [[0.28193429309018553]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6185624388533156]], [[0.6107131042834698]], [[0.5439759322627173]]], "std": [[[0.42407131373360957]], [[0.3313049923541629]], [[0.4157499005067729]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509522997188342]], [[0.495720536099259]], [[0.5934861043216918]]], "std": [[[0.42581432260378044]], [[0.3856888511555649]], [[0.39467093202298775]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.6], "mean": [1.8], "std": [1.0449880382090504], "count": [181]}, "frame_index": {"min": [0], "max": [180], "mean": [90.0], "std": [52.24940191045253], "count": [181]}, "episode_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [181]}, "index": {"min": [41897], "max": [42077], "mean": [41987.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [181]}}} +{"episode_index": 163, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.023558683693408966, -3.1198272705078125, -1.5707963705062866, 1.0317516326904297, 0.092958003282547, -0.31821808218955994, 0.9136574268341064, -3.4501025676727295, 0.0, -0.39024388790130615, 0.0, 0.0, -0.39024388790130615, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.7832100987434387, 0.7245847582817078, -0.7853981852531433, -1.152453899383545, 1.0610038042068481, 1.5707963705062866, 0.0, 1.073758602142334, -2.481858253479004, 0.39024388790130615, 0.0, 0.39024388790130615, 0.39024388790130615, 0.0, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974870681762695, 0.7454244494438171, 0.6896284818649292, -2.3781352043151855, -1.3241839408874512, 1.0484092235565186, 0.685699462890625, -0.18355822563171387, 0.9981735348701477, -3.1508684158325195, 0.11129480600357056, -0.11129480600357056, 0.11129480600357056, 0.11129480600357056, -0.11129480600357056, 0.11129480600357056, -2.3561995029449463, 1.5707988739013672, -1.0471965074539185, -1.5707988739013672, 0.0, -1.0471965074539185, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2814998626708984e-06, 0.13443264365196228, 0.12437016516923904, 0.8782938718795776, 0.14480184018611908, 0.008287650533020496, 0.5151991248130798, 0.10360071808099747, 0.04958048462867737, 0.3676499128341675, 0.1734909862279892, 0.1734909862279892, 0.1734909862279892, 0.1734909862279892, 0.1734909862279892, 0.1734909862279892, 5.0067901611328125e-06, 2.5033950805664062e-06, 1.0728836059570312e-06, 2.5033950805664062e-06, 0.0, 1.0728836059570312e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [250]}, "observation.state": {"min": [-0.8386082649230957, 0.5447350144386292, -0.0013713408261537552, 1.9852685928344727, -0.5536198616027832, -0.8386082649230957, 0.0, -0.12498790770769119, -0.00031033583218231797, 0.0, 0.9999979138374329, 0.7509999871253967, NaN], "max": [-0.8327694535255432, 0.5536182522773743, 0.0, 1.997784972190857, -0.5447350144386292, -0.8327681422233582, 0.0015072207897901535, -0.11826624721288681, 0.0, 0.0020138490945100784, 1.0, 0.8189377188682556, NaN], "mean": [-0.8376024961471558, 0.5462687611579895, -0.00023545378644485027, 1.9865840673446655, -0.546268880367279, -0.837602436542511, 0.0002583325549494475, -0.11884843558073044, -5.379521826398559e-05, 0.0003453697427175939, 1.0, 0.7596480250358582, NaN], "std": [0.0019184312550351024, 0.0029230930376797915, 0.00044982312829233706, 0.0029320400208234787, 0.0029235542751848698, 0.0019188019214197993, 0.000493852945510298, 0.0014219566946849227, 0.00010242326970910653, 0.0006601068307645619, 6.702700829919195e-07, 0.017736146226525307, NaN], "count": [250]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13006001779666074]], [[0.11525558727304061]], [[0.10186940979325966]]], "std": [[[0.3058983080881968]], [[0.2751317500120137]], [[0.24790013056150342]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44431750208376497]], [[0.3780866846242618]], [[0.32258788794406995]]], "std": [[[0.4019109850271835]], [[0.3623662715507686]], [[0.32911750762095465]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7914083032754842]], [[0.7745692141909258]], [[0.7249148784509529]]], "std": [[[0.13492346799979618]], [[0.1384128154278906]], [[0.14432360287582605]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3427115780890517]], [[0.31022944549387077]], [[0.2711430592687812]]], "std": [[[0.2587194016536359]], [[0.24960784788918078]], [[0.2413517852065071]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.611295342089505]], [[0.5220763955525782]], [[0.45434265746926655]]], "std": [[[0.2638175057235848]], [[0.27016093046004785]], [[0.28517537418606753]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952533596729276]], [[0.9952533596729276]], [[0.9952533596729276]]], "std": [[[0.02102149200430788]], [[0.02102149200430788]], [[0.02102149200430788]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6000101375251377]], [[0.6000101375251377]], [[0.6000101375251377]]], "std": [[[0.33651181290290333]], [[0.33651181290290333]], [[0.33651181290290333]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.07065770530365971]], [[0.07065770530365971]], [[0.07065770530365971]]], "std": [[[0.05660734290003219]], [[0.05660734290003219]], [[0.05660734290003219]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.029678056127207905]], [[0.029678056127207905]], [[0.029678056127207905]]], "std": [[[0.0356342739010906]], [[0.0356342739010906]], [[0.0356342739010906]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15273754351095795]], [[0.15273754351095795]], [[0.15273754351095795]]], "std": [[[0.23366525152011716]], [[0.23366525152011716]], [[0.23366525152011716]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05839138303657703]], [[0.14403656697452075]], [[0.041671296883036245]]], "std": [[[0.17290363485101237]], [[0.3448878544538539]], [[0.13615166737656184]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16471743744178702]], [[0.4452112981302777]], [[0.37342085883975695]]], "std": [[[0.2740326661678443]], [[0.42934028393173673]], [[0.4330182647776054]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3135684839511538]], [[0.43204729727464325]], [[0.804323944823646]]], "std": [[[0.3737313604193708]], [[0.22374112493306653]], [[0.35848275385331435]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33244687991813804]], [[0.916154733046736]], [[0.25814765595715394]]], "std": [[[0.3465384035570101]], [[0.22701879773263156]], [[0.2861191055297063]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36491270986011454]], [[0.5848717681525605]], [[0.4876425097449123]]], "std": [[[0.34667702237175524]], [[0.37172866756776624]], [[0.4410954924670894]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.98], "mean": [2.49], "std": [1.4433641259224923], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [250]}, "index": {"min": [42078], "max": [42327], "mean": [42202.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [250]}}} +{"episode_index": 164, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.21161781251430511, 0.025464791804552078, 0.0056325457990169525, -0.7853981852531433, -1.5707963705062866, 0.6066896319389343, 1.2511546611785889, -1.5616012811660767, 1.0471975803375244, -3.990365982055664, 0.0, -0.29756098985671997, 0.0, 0.0, -0.29756098985671997, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.21161781251430511, 1.6872700452804565, 0.3732065260410309, -0.6517208218574524, -1.1199848651885986, 1.0471975803375244, 1.5707963705062866, 0.0, 1.3364232778549194, -2.481858253479004, 0.29756098985671997, 0.0, 0.29756098985671997, 0.29756098985671997, 0.0, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.21161805093288422, 1.3958019018173218, 0.3087369501590729, -0.7436251640319824, -1.3947206735610962, 0.8752407431602478, 1.432508945465088, -0.6711847186088562, 1.1620473861694336, -3.149228096008301, 0.038032740354537964, -0.038032740354537964, 0.038032740354537964, 0.038032740354537964, -0.038032740354537964, 0.038032740354537964, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.4911763370037079, 0.10864321142435074, 0.04609563574194908, 0.18030019104480743, 0.17607633769512177, 0.13898426294326782, 0.675797164440155, 0.11419263482093811, 0.6687099933624268, 0.09591025859117508, 0.09591025859117508, 0.09591025859117508, 0.09591025859117508, 0.09591025859117508, 0.09591025859117508, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [152]}, "observation.state": {"min": [-0.9759951233863831, -0.21992714703083038, -0.00021800960530526936, 1.7360637187957764, 0.2177921086549759, -0.9759951829910278, -3.953660439037776e-07, -0.12351435422897339, -0.0002424035337753594, -3.121351426216279e-07, 0.9999999403953552, 0.7509999871253967, NaN], "max": [-0.9755163192749023, -0.21779213845729828, 3.344331389598665e-07, 1.7469450235366821, 0.21992714703083038, -0.9755163192749023, 0.00014549909974448383, -0.10885610431432724, 4.1319665911032644e-07, 9.784290887182578e-05, 1.0, 0.8175480961799622, NaN], "mean": [-0.9755463004112244, -0.21979562938213348, -1.3245320587884635e-05, 1.7365814447402954, 0.21979562938213348, -0.9755463004112244, 8.79939670994645e-06, -0.1096642017364502, -1.4846259546175133e-05, 5.697016604244709e-06, 1.0, 0.7546783089637756, NaN], "std": [0.00010226954327663407, 0.00045568295172415674, 4.6141936763888225e-05, 0.0019044331274926662, 0.0004556875501293689, 0.00010227826714981347, 3.072797699132934e-05, 0.0028076726011931896, 5.1624010666273534e-05, 2.0205181499477476e-05, 9.669149925173315e-09, 0.012774650938808918, NaN], "count": [152]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12685072464059663]], [[0.12100681892400611]], [[0.11304462509329165]]], "std": [[[0.30016453882196464]], [[0.2856330319698427]], [[0.26754506835188985]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42430953717282544]], [[0.4049526725501596]], [[0.3754218552918243]]], "std": [[[0.3969336171597673]], [[0.37264395273114587]], [[0.3463438686358056]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7374493053334326]], [[0.7183125600570245]], [[0.7020002239670192]]], "std": [[[0.23158819223332183]], [[0.23327519559560614]], [[0.2353737510259559]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6591143056586541]], [[0.6480811176356593]], [[0.6308285827514549]]], "std": [[[0.28031172773323326]], [[0.27513903996522154]], [[0.2745381873887797]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5146980891053456]], [[0.5245616623449079]], [[0.5168580592251948]]], "std": [[[0.3086618937091235]], [[0.27613200476518807]], [[0.260041420386334]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965884592611368]], [[0.9965884592611368]], [[0.9965884592611368]]], "std": [[[0.017055610247385427]], [[0.017055610247385427]], [[0.017055610247385427]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5924026940416055]], [[0.5924026940416055]], [[0.5924026940416055]]], "std": [[[0.33679985009759666]], [[0.33679985009759666]], [[0.33679985009759666]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.1161784681862896]], [[0.1161784681862896]], [[0.1161784681862896]]], "std": [[[0.07152113952675483]], [[0.07152113952675483]], [[0.07152113952675483]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.04946563480903459]], [[0.04946563480903459]], [[0.04946563480903459]]], "std": [[[0.05507841567989986]], [[0.05507841567989986]], [[0.05507841567989986]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14587636349981326]], [[0.14587636349981326]], [[0.14587636349981326]]], "std": [[[0.18609436089597797]], [[0.18609436089597797]], [[0.18609436089597797]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09706313388869107]], [[0.08067426411076041]], [[0.07212926518030352]]], "std": [[[0.28315782392656896]], [[0.2537447182228434]], [[0.17980889024432228]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31361367566759274]], [[0.39613714962405056]], [[0.32080733807150985]]], "std": [[[0.41702016178822066]], [[0.46010491867409026]], [[0.3651544304597286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2867235542895384]], [[0.3677132095613801]], [[0.8667568489315634]]], "std": [[[0.353038971092944]], [[0.2520727979048353]], [[0.2618123277549012]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6174630303542367]], [[0.5862160275895181]], [[0.6172101434260651]]], "std": [[[0.4281974195223191]], [[0.40259773136332017]], [[0.3483668363521189]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5801510342381199]], [[0.45681281118172107]], [[0.5519769085979866]]], "std": [[[0.3701145503436688]], [[0.41986061604579344]], [[0.3756907898556066]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.02], "mean": [1.5099999999999998], "std": [0.8775534171775528], "count": [152]}, "frame_index": {"min": [0], "max": [151], "mean": [75.5], "std": [43.877670858877636], "count": [152]}, "episode_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [152]}, "index": {"min": [42328], "max": [42479], "mean": [42403.5], "std": [43.877670858877636], "count": [152]}, "task_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [152]}}} +{"episode_index": 165, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3295685648918152, 0.025464791804552078, 0.009077275171875954, -2.752487897872925, -1.5707963705062866, 1.0471975803375244, 0.4477926194667816, -1.300845980644226, -2.206341505050659, -3.081953525543213, 0.0, -0.4146341383457184, 0.0, 0.0, -0.4146341383457184, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3295685648918152, 1.699385166168213, 0.6057692766189575, -0.7853981852531433, -0.07007235288619995, 2.764949083328247, 1.5707963705062866, 0.09672211855649948, 1.0471975803375244, -1.144567608833313, 0.4146341383457184, 0.0, 0.4146341383457184, 0.4146341383457184, 0.0, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3295679986476898, 1.593382477760315, 0.5679848790168762, -1.687296748161316, -0.446382999420166, 1.7387855052947998, 0.8045945167541504, -0.1653270423412323, -1.2557470798492432, -2.6170449256896973, 0.11440815776586533, -0.11440815776586533, 0.11440815776586533, 0.11440815776586533, -0.11440815776586533, 0.11440815776586533, -2.3562002182006836, 1.5707995891571045, -1.0472023487091064, -1.5707995891571045, 0.0, -1.0472023487091064, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 0.32902461290359497, 0.11728460341691971, 0.5460363030433655, 0.5367194414138794, 0.4865438938140869, 0.41571179032325745, 0.4269872307777405, 1.288128137588501, 0.6073068380355835, 0.18350276350975037, 0.18350276350975037, 0.18350276350975037, 0.18350276350975037, 0.18350276350975037, 0.18350276350975037, 5.7220458984375e-06, 3.2186508178710938e-06, 4.76837158203125e-06, 3.2186508178710938e-06, 0.0, 4.76837158203125e-06, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [424]}, "observation.state": {"min": [0.4753476083278656, 0.8758200407028198, 0.0, 1.8037365674972534, -0.8797980546951294, 0.4753476083278656, -0.011259738355875015, -0.2374047040939331, -0.013521145097911358, -0.0016599566442891955, 0.9999077916145325, 0.7509999871253967, NaN], "max": [0.4825766682624817, 0.8797980546951294, 0.007688111159950495, 1.8503082990646362, -0.8757529258728027, 0.48263558745384216, -0.0, -0.21924059092998505, -0.0, 2.5141558580799028e-05, 1.0, 0.7732152342796326, NaN], "mean": [0.47658711671829224, 0.8791167736053467, 0.0013195379870012403, 1.8088247776031494, -0.8791069388389587, 0.4765951335430145, -0.0019270104821771383, -0.23460231721401215, -0.0023242260795086622, -0.00022968182747717947, 0.9999873042106628, 0.7551609873771667, NaN], "std": [0.0023673600517213345, 0.0012996868463233113, 0.0025195390917360783, 0.01115906797349453, 0.001319629605859518, 0.0023842386435717344, 0.0036834191996604204, 0.005489638540893793, 0.004435400944203138, 0.0004925694083794951, 2.6995350708602928e-05, 0.007764633744955063, NaN], "count": [424]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.1285990876361488]], [[0.11885041886526505]], [[0.10185779301289956]]], "std": [[[0.30274560226544295]], [[0.28158073533194067]], [[0.2467673093897711]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4487097796472989]], [[0.40357753248695255]], [[0.32914753458580515]]], "std": [[[0.3981790876443366]], [[0.3688270670684105]], [[0.32670221746522243]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7373927583550092]], [[0.7184888784281539]], [[0.6942911128679782]]], "std": [[[0.24423262419214947]], [[0.24517116995393484]], [[0.2502380563618401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4304012858657365]], [[0.40481385189074437]], [[0.36594783446020934]]], "std": [[[0.33954583466578203]], [[0.32973232134639713]], [[0.32922178899123844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6344551103708129]], [[0.5523071996008827]], [[0.4312547986945539]]], "std": [[[0.23895900777278647]], [[0.2502373425465264]], [[0.29292582723594185]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960856734198759]], [[0.9960856734198759]], [[0.9960856734198759]]], "std": [[[0.018537276574751807]], [[0.018537276574751807]], [[0.018537276574751807]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5923066792463711]], [[0.5923066792463711]], [[0.5923066792463711]]], "std": [[[0.3365763862752815]], [[0.3365763862752815]], [[0.3365763862752815]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.11480173889603035]], [[0.11480173889603035]], [[0.11480173889603035]]], "std": [[[0.07134446011635455]], [[0.07134446011635455]], [[0.07134446011635455]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30501794351337197]], [[0.30501794351337197]], [[0.30501794351337197]]], "std": [[[0.42183978284544477]], [[0.42183978284544477]], [[0.42183978284544477]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1379810821630386]], [[0.1379810821630386]], [[0.1379810821630386]]], "std": [[[0.15794809390298992]], [[0.15794809390298992]], [[0.15794809390298992]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.047832889757934566]], [[0.08304273679650719]], [[0.1387735123460143]]], "std": [[[0.15453825509080177]], [[0.24018122093536565]], [[0.34071080732296566]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32593268114673796]], [[0.1774323763772463]], [[0.429530518188603]]], "std": [[[0.37446608218149435]], [[0.3020105565633774]], [[0.44195406310159435]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8156665533420372]], [[0.18923222630593226]], [[0.7779785568343134]]], "std": [[[0.3149681243378918]], [[0.23248445976763513]], [[0.20973883386095798]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38648747159340463]], [[0.4994430583970533]], [[0.29084546476844564]]], "std": [[[0.3556457105854372]], [[0.46273297976426647]], [[0.3853141365412729]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6071110668541552]], [[0.4182266935158866]], [[0.5281295655911555]]], "std": [[[0.4220653600969244]], [[0.3566388954264183]], [[0.3849538127313109]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.46], "mean": [4.2299999999999995], "std": [2.44795833297873], "count": [424]}, "frame_index": {"min": [0], "max": [423], "mean": [211.5], "std": [122.39791664893647], "count": [424]}, "episode_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [424]}, "index": {"min": [42480], "max": [42903], "mean": [42691.5], "std": [122.39791664893647], "count": [424]}, "task_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [424]}}} +{"episode_index": 166, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4216376543045044, 0.025464791804552078, 0.010010277852416039, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.32023191452026367, -0.4329192638397217, 1.0471975803375244, -2.481858253479004, 0.0, -0.4243902564048767, 0.0, 0.0, -0.4243902564048767, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4216376543045044, 1.4576512575149536, 0.5730066299438477, 1.3427995443344116, 0.3850714862346649, 3.835400342941284, 1.5707963705062866, 0.0, 1.7415059804916382, 0.03205808997154236, 0.4243902564048767, 0.0, 0.4243902564048767, 0.4243902564048767, 0.0, 0.4243902564048767, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4216383099555969, 1.3019111156463623, 0.5117834806442261, 0.29724234342575073, -0.46397486329078674, 2.4561734199523926, 0.5809394717216492, -0.23779550194740295, 1.3985199928283691, -1.1688826084136963, 0.05780604109168053, -0.05780604109168053, 0.05780604109168053, 0.05780604109168053, -0.05780604109168053, 0.05780604109168053, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.3552475571632385, 0.13964834809303284, 0.9166565537452698, 0.8483598828315735, 1.203182339668274, 0.8088820576667786, 0.17847301065921783, 0.2809448838233948, 1.0839978456497192, 0.14051546156406403, 0.14051546156406403, 0.14051546156406403, 0.14051546156406403, 0.14051546156406403, 0.14051546156406403, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [212]}, "observation.state": {"min": [0.6425029635429382, -0.7662832140922546, 0.0, 1.8760846853256226, 0.765788197517395, 0.6425029635429382, -1.2105046153010335e-05, -0.077272929251194, -0.00033651277772150934, 0.0, 0.9999998807907104, 0.7509999871253967, NaN], "max": [0.6430927515029907, -0.7657881379127502, 0.00048517066170461476, 1.880662202835083, 0.7662832140922546, 0.6430928707122803, 3.199710772605613e-05, -0.07589545100927353, 5.5994132708292454e-06, 0.00035096085048280656, 1.0, 0.8207859396934509, NaN], "mean": [0.6425421833992004, -0.7662491798400879, 3.2630206987960264e-05, 1.8804140090942383, 0.7662491798400879, 0.6425421833992004, 1.8866829805119778e-06, -0.07716475427150726, -2.2425341740017757e-05, 2.3777871319907717e-05, 1.0, 0.7548698782920837, NaN], "std": [0.00013118908100295812, 0.00011010391608579084, 0.00010764403850771487, 0.0008583060698583722, 0.00011008762521669269, 0.00013120568473823369, 6.961128747207113e-06, 0.0003360746195539832, 7.443626236636192e-05, 7.8070122981444e-05, 2.4561982669979443e-08, 0.013169349171221256, NaN], "count": [212]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09279846656353455]], [[0.09200862474191825]], [[0.09134112792204875]]], "std": [[[0.2292701245359406]], [[0.22804320843533002]], [[0.22710289198060846]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3091137759163034]], [[0.3048336682780222]], [[0.2994154769256973]]], "std": [[[0.3033794471701093]], [[0.3022857321027626]], [[0.3023660247052134]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6822786632521755]], [[0.6819171550019413]], [[0.6822600498494258]]], "std": [[[0.2500102488668845]], [[0.2502952651146158]], [[0.250302955862467]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35464939572491216]], [[0.3470744824450761]], [[0.33521842618241515]]], "std": [[[0.32743099053612595]], [[0.32600809480007253]], [[0.3244819163550214]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5394816974017814]], [[0.5298262887659082]], [[0.5173373633985586]]], "std": [[[0.2528819957970119]], [[0.259125410054892]], [[0.264649228275503]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955441238497382]], [[0.9955441238497382]], [[0.9955441238497382]]], "std": [[[0.02015044596869078]], [[0.02015044596869078]], [[0.02015044596869078]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5945429657927259]], [[0.5945429657927259]], [[0.5945429657927259]]], "std": [[[0.3392982921039286]], [[0.3392982921039286]], [[0.3392982921039286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13674612936039982]], [[0.13674612936039982]], [[0.13674612936039982]]], "std": [[[0.12400404217646749]], [[0.12400404217646749]], [[0.12400404217646749]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.185380948453387]], [[0.185380948453387]], [[0.185380948453387]]], "std": [[[0.33758911230649336]], [[0.33758911230649336]], [[0.33758911230649336]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14618605490142436]], [[0.14618605490142436]], [[0.14618605490142436]]], "std": [[[0.1679321302572685]], [[0.1679321302572685]], [[0.1679321302572685]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07969743933276603]], [[0.07629951766623683]], [[0.12122311473749926]]], "std": [[[0.22810402658466875]], [[0.24636243828365348]], [[0.3007978463725003]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2643842160919633]], [[0.2785060152579208]], [[0.41045256090192994]]], "std": [[[0.3153025852158794]], [[0.37015647699014764]], [[0.4604370353491083]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8947821719570492]], [[0.5383877620129136]], [[0.17883310500767458]]], "std": [[[0.24984687167861985]], [[0.26244374561065087]], [[0.2556121018232685]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5049392170944504]], [[0.5276807812827945]], [[0.37868271450709484]]], "std": [[[0.4210930234174013]], [[0.40508053237410446]], [[0.39991244131823617]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6874823988074762]], [[0.4546699202234842]], [[0.4294525347500924]]], "std": [[[0.3672388419093505]], [[0.39990843776406854]], [[0.3523444156011517]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.22], "mean": [2.1100000000000003], "std": [1.223968953854631], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [212]}, "index": {"min": [42904], "max": [43115], "mean": [43009.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [212]}}} +{"episode_index": 167, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996195137500763, 0.025464791804552078, 0.018333548679947853, -2.6184167861938477, -1.5707963705062866, 1.0471975803375244, 0.41176676750183105, -0.8112045526504517, 1.0471975803375244, -3.069391965866089, 0.0, -0.6097561120986938, 0.0, 0.0, -0.6097561120986938, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996195137500763, 1.0345155000686646, 0.7448064684867859, -0.7853981852531433, -0.7603158354759216, 1.5089657306671143, 1.5707963705062866, 0.0, 1.4688925743103027, -2.481858253479004, 0.6097561120986938, 0.0, 0.6097561120986938, 0.6097561120986938, 0.0, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49961915612220764, 0.9233829379081726, 0.6647956371307373, -1.7497307062149048, -1.135451078414917, 1.2812564373016357, 0.9430914521217346, -0.44392552971839905, 1.2610207796096802, -2.8003950119018555, 0.10057622939348221, -0.10057622939348221, 0.10057622939348221, 0.10057622939348221, -0.10057622939348221, 0.10057622939348221, -2.356198310852051, 1.5707975625991821, -1.047196626663208, -1.5707975625991821, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.25227293372154236, 0.1816256195306778, 0.780840277671814, 0.3411424160003662, 0.19821158051490784, 0.5021165609359741, 0.350293904542923, 0.16673728823661804, 0.2547752261161804, 0.21208490431308746, 0.21208490431308746, 0.21208490431308746, 0.21208490431308746, 0.21208490431308746, 0.21208490431308746, 3.814697265625e-06, 1.1920928955078125e-06, 9.5367431640625e-07, 1.1920928955078125e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [149]}, "observation.state": {"min": [0.4406380355358124, -0.8976848721504211, -0.0011561535065993667, 1.8816944360733032, 0.8973314166069031, 0.4406380355358124, -2.690417204576079e-06, -0.14776767790317535, -9.553339168633102e-07, -0.0010375594720244408, 0.9999993443489075, 0.7509999871253967, NaN], "max": [0.4413570165634155, -0.8973308205604553, 8.938476412367891e-07, 1.882767915725708, 0.8976848721504211, 0.4413573145866394, 3.487653657430201e-06, -0.1376885026693344, 0.000510060228407383, 5.267897336125316e-07, 1.0, 0.8199703693389893, NaN], "mean": [0.44068729877471924, -0.8976600170135498, -7.855083094909787e-05, 1.8817816972732544, 0.8976601362228394, 0.440687358379364, 5.1570321346616765e-08, -0.1470949798822403, 3.461146116023883e-05, -7.051439752103761e-05, 1.0, 0.7550731301307678, NaN], "std": [0.0001601910771569237, 7.884432125138119e-05, 0.0002585206530056894, 0.00026018390781246126, 7.872882997617126e-05, 0.00016024860087782145, 7.225112881314999e-07, 0.0021625368390232325, 0.00011394310422474518, 0.0002320569328730926, 1.352336198578996e-07, 0.013558248057961464, NaN], "count": [149]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09957460884562437]], [[0.09599716219034381]], [[0.09285797071128304]]], "std": [[[0.24533818249734451]], [[0.2380277357789144]], [[0.2316194225376047]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3377561616076272]], [[0.3196377541338344]], [[0.3052096861041876]]], "std": [[[0.3221953919745235]], [[0.31483338339350214]], [[0.3110927030412056]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7774640496053419]], [[0.7562667930001589]], [[0.7379400760817306]]], "std": [[[0.18804000307894617]], [[0.1872377895983553]], [[0.18593022780250676]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.40576731167827074]], [[0.3633285871100945]], [[0.3277645583591666]]], "std": [[[0.2294528513302907]], [[0.2270817591477889]], [[0.23319457692971576]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4876620458381362]], [[0.4338570258923309]], [[0.3913707975170507]]], "std": [[[0.2536502968433142]], [[0.2782226976284578]], [[0.3025896938371742]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961597971153853]], [[0.9961597971153853]], [[0.9961597971153853]]], "std": [[[0.01828987517432685]], [[0.01828987517432685]], [[0.01828987517432685]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5898281448758156]], [[0.5898281448758156]], [[0.5898281448758156]]], "std": [[[0.3345855011163922]], [[0.3345855011163922]], [[0.3345855011163922]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07492018660341945]], [[0.07492018660341945]], [[0.07492018660341945]]], "std": [[[0.07009890723474556]], [[0.07009890723474556]], [[0.07009890723474556]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.0369133616443739]], [[0.0369133616443739]], [[0.0369133616443739]]], "std": [[[0.03879277715645841]], [[0.03879277715645841]], [[0.03879277715645841]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13051181291914185]], [[0.13051181291914185]], [[0.13051181291914185]]], "std": [[[0.1884856126459909]], [[0.1884856126459909]], [[0.1884856126459909]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03306124827414636]], [[0.14809011252666313]], [[0.058254387641312126]]], "std": [[[0.1328887823579154]], [[0.3504532056886727]], [[0.16434836473433515]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12433651111687792]], [[0.4998520557020729]], [[0.4612487703607143]]], "std": [[[0.22832210595167296]], [[0.4480886043083642]], [[0.4545829442368136]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104799197473867]], [[0.8968329212742516]], [[0.18784368711405086]]], "std": [[[0.2782948940007472]], [[0.26325491330614553]], [[0.2598681799314745]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4902820200752234]], [[0.7087582061448771]], [[0.3009406802562344]]], "std": [[[0.3717282297039992]], [[0.3840052300796138]], [[0.3581936046956022]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4955798043440214]], [[0.5368545307388027]], [[0.4350028438446957]]], "std": [[[0.4309198838767144]], [[0.35835175317337203]], [[0.3991425925776277]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.96], "mean": [1.48], "std": [0.8602325267042626], "count": [149]}, "frame_index": {"min": [0], "max": [148], "mean": [74.0], "std": [43.01162633521314], "count": [149]}, "episode_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [149]}, "index": {"min": [43116], "max": [43264], "mean": [43190.0], "std": [43.01162633521314], "count": [149]}, "task_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [149]}}} +{"episode_index": 168, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3065734803676605, -1.309255838394165, 0.015216829255223274, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.683225631713867, 1.4078586101531982, -1.0471975803375244, -2.474628448486328, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, -0.3841463327407837, -0.3841463327407837, 0.0, -0.3841463327407837], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3065734803676605, -0.025464791804552078, 0.7823634743690491, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.356194496154785, 1.5707963705062866, -0.2258293628692627, -1.5707963705062866, 1.326666235923767, -0.21444278955459595, 2.745958089828491, 0.3841463327407837, 0.3841463327407837, 0.0, 0.0, 0.3841463327407837, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30657273530960083, -1.2015424966812134, 0.7179986834526062, -0.7853993773460388, -1.5707987546920776, 1.047196388244629, 1.5707987546920776, 0.0, 1.047196388244629, -2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.5079526901245117, 1.4848841428756714, -0.5774599313735962, -2.217695951461792, 0.863918662071228, -0.6113071441650391, 2.6305484771728516, 0.12499868124723434, 0.12499868124723434, -0.12499868124723434, -0.12499868124723434, 0.12499868124723434, -0.12499868124723434], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 0.2859947383403778, 0.1708996295928955, 1.1920928955078125e-06, 2.384185791015625e-06, 1.1920928955078125e-06, 2.384185791015625e-06, 0.0, 1.1920928955078125e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1070462018251419, 0.05603298172354698, 0.2898500859737396, 0.36709433794021606, 0.501494824886322, 0.2860364019870758, 0.08872032910585403, 0.1774260252714157, 0.1774260252714157, 0.1774260252714157, 0.1774260252714157, 0.1774260252714157, 0.1774260252714157], "count": [247]}, "observation.state": {"min": [-0.5941383838653564, -0.809577226638794, -0.006322076544165611, 1.7448540925979614, 0.8043628334999084, -0.5941383838653564, -0.00531262019649148, -0.26284220814704895, -4.555647319648415e-05, -0.008221392519772053, 0.999966025352478, 0.7509999871253967, NaN], "max": [-0.5869800448417664, -0.8043628334999084, 1.8213223995644512e-07, 1.774193525314331, 0.8096012473106384, -0.586957573890686, 4.0899319486698005e-09, -0.24883286654949188, 0.0007168343872763216, 1.4893038269292447e-07, 1.0, 0.8101016879081726, NaN], "mean": [-0.592735230922699, -0.8053873181343079, -0.0012404655572026968, 1.7493711709976196, 0.8053911328315735, -0.5927313566207886, -0.0010311894584447145, -0.25239938497543335, 0.00010380367166362703, -0.0016097804764285684, 0.9999949336051941, 0.7597866058349609, NaN], "std": [0.0024594618007540703, 0.001794580020941794, 0.0021730242297053337, 0.008354075253009796, 0.0018019095296040177, 0.002466387813910842, 0.001814075279980898, 0.0022282779682427645, 0.00021892345102969557, 0.0028222189284861088, 1.0436155207571574e-05, 0.016463231295347214, NaN], "count": [247]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.12607713719186933]], [[0.11742713393965362]], [[0.10645359490535382]]], "std": [[[0.29803650575535645]], [[0.27840513394120353]], [[0.25379585272176264]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4354567659832991]], [[0.39882667299675245]], [[0.3548261110675247]]], "std": [[[0.39396124589842385]], [[0.3659045005028003]], [[0.33287436444800034]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45604568793079286]], [[0.43050670325241686]], [[0.4042855485616154]]], "std": [[[0.3350010814077939]], [[0.31426787522434335]], [[0.29446341310145313]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.28210233146984726]], [[0.268233723666273]], [[0.25352655920273104]]], "std": [[[0.3639360804708378]], [[0.34844221465967123]], [[0.3327060512602034]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6144041464744305]], [[0.574318545475028]], [[0.5296464030159104]]], "std": [[[0.28076420759181137]], [[0.2783999267419427]], [[0.2810591512432697]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957598456639247]], [[0.9957598456639247]], [[0.9957598456639247]]], "std": [[[0.01955643626267021]], [[0.01955643626267021]], [[0.01955643626267021]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5980388468783088]], [[0.5980388468783088]], [[0.5980388468783088]]], "std": [[[0.33713230661599813]], [[0.33713230661599813]], [[0.33713230661599813]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15614930017012105]], [[0.15614930017012105]], [[0.15614930017012105]]], "std": [[[0.29120426287396745]], [[0.29120426287396745]], [[0.29120426287396745]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6031435849877723]], [[0.6031435849877723]], [[0.6031435849877723]]], "std": [[[0.4614631849680768]], [[0.4614631849680768]], [[0.4614631849680768]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1288581624914252]], [[0.1288581624914252]], [[0.1288581624914252]]], "std": [[[0.17723376708287567]], [[0.17723376708287567]], [[0.17723376708287567]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11550817244924029]], [[0.07796800624425414]], [[0.09485521068657961]]], "std": [[[0.28544378102558154]], [[0.2470005447676852]], [[0.2804335018910887]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3869839997693274]], [[0.3403608403725363]], [[0.16963868621214773]]], "std": [[[0.4609996889051632]], [[0.38423184892761714]], [[0.26810335196778196]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5813999440753013]], [[0.4430188340169692]], [[0.3733858891390077]]], "std": [[[0.43210018142514567]], [[0.3992178493815542]], [[0.3669629186197239]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21001588556492326]], [[0.19962247475509476]], [[0.2559369029921055]]], "std": [[[0.3060197995908716]], [[0.35823084518391424]], [[0.40385255847182694]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40590941405802083]], [[0.7870159519503571]], [[0.48513498975049135]]], "std": [[[0.3752762078233362]], [[0.3458928252587677]], [[0.3886116287701514]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.92], "mean": [2.46], "std": [1.426043477598071], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [247]}, "index": {"min": [43265], "max": [43511], "mean": [43388.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [247]}}} +{"episode_index": 169, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3893938958644867, 0.025464791804552078, 0.0180519949644804, -0.7853981852531433, -1.5707963705062866, -0.4216880798339844, 1.5707963705062866, -0.03617548942565918, -0.29438552260398865, -2.593034505844116, 0.0, -0.4146341383457184, 0.0, 0.0, -0.4146341383457184, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3893938958644867, 0.9770588278770447, 0.6926371455192566, 0.16221879422664642, -0.23143957555294037, 1.0471975803375244, 1.971688985824585, 0.12023982405662537, 1.0471975803375244, -2.453192949295044, 0.4146341383457184, 0.0, 0.4146341383457184, 0.4146341383457184, 0.0, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3893935978412628, 0.8824600577354431, 0.6255754828453064, -0.2581010162830353, -0.783454418182373, 0.2097904235124588, 1.7787851095199585, 0.033720944076776505, 0.22069914638996124, -2.514270067214966, 0.09566444158554077, -0.09566444158554077, 0.09566444158554077, 0.09566444158554077, -0.09566444158554077, 0.09566444158554077, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 0.22827984392642975, 0.1618276685476303, 0.3825540542602539, 0.5631051063537598, 0.6033755540847778, 0.14777420461177826, 0.046401768922805786, 0.5842971205711365, 0.04212905094027519, 0.16935020685195923, 0.16935020685195923, 0.16935020685195923, 0.16935020685195923, 0.16935020685195923, 0.16935020685195923, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [156]}, "observation.state": {"min": [0.002496571745723486, -0.9999892711639404, -0.005774626042693853, 2.151343584060669, 0.999986469745636, 0.0024814310017973185, -5.196630468162766e-07, -0.4213225245475769, -0.002642526524141431, -0.00578124076128006, 0.9999797940254211, 0.7509999871253967, NaN], "max": [0.005206635221838951, -0.9999802112579346, 0.0, 2.17382550239563, 0.999993622303009, 0.005206635221838951, 0.0026569508481770754, -0.3799242377281189, 5.203704063205805e-07, 0.0, 1.0, 0.7877564430236816, NaN], "mean": [0.004862084519118071, -0.9999851584434509, -0.000735884066671133, 2.1715855598449707, 0.9999870657920837, 0.004860521759837866, 0.0003386033931747079, -0.38408613204956055, -0.0003363664145581424, -0.0007369093946181238, 0.999998152256012, 0.7544313669204712, NaN], "std": [0.0007924818783067167, 1.8143176703233621e-06, 0.0016911170678213239, 0.005423491820693016, 2.378280214543338e-06, 0.0007963663665577769, 0.0007781937601976097, 0.010015497915446758, 0.0007733613601885736, 0.001693332102149725, 5.2471255003183614e-06, 0.00846630334854126, NaN], "count": [156]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13273539637803755]], [[0.11743447254761143]], [[0.09855496747449023]]], "std": [[[0.30929181980691606]], [[0.2769234968526861]], [[0.2398725864034819]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44882777271505025]], [[0.38476354380198097]], [[0.31093129241710704]]], "std": [[[0.40249531477321254]], [[0.36094911533687546]], [[0.31421352938775526]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7895164002196754]], [[0.7266753450533799]], [[0.6980521481052323]]], "std": [[[0.18409948236352813]], [[0.19836003630870144]], [[0.21579424680969]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6264283000433852]], [[0.5514090999006901]], [[0.504877335141163]]], "std": [[[0.2396149976714865]], [[0.23622557214563147]], [[0.2420228927053297]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7313784405592201]], [[0.6376428731883985]], [[0.5598578292231362]]], "std": [[[0.20830627907883612]], [[0.24090640611772987]], [[0.2661645863424424]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954083904482761]], [[0.9954083904482761]], [[0.9954083904482761]]], "std": [[[0.020358689465925863]], [[0.020358689465925863]], [[0.020358689465925863]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.598280239068029]], [[0.598280239068029]], [[0.598280239068029]]], "std": [[[0.3379978394608695]], [[0.3379978394608695]], [[0.3379978394608695]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10247805424964009]], [[0.10247805424964009]], [[0.10247805424964009]]], "std": [[[0.1124474621278642]], [[0.1124474621278642]], [[0.1124474621278642]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06512936911709385]], [[0.06512936911709385]], [[0.06512936911709385]]], "std": [[[0.07424624136425306]], [[0.07424624136425306]], [[0.07424624136425306]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13319538976631656]], [[0.13319538976631656]], [[0.13319538976631656]]], "std": [[[0.12224840597954868]], [[0.12224840597954868]], [[0.12224840597954868]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06222940123691486]], [[0.13924147198635276]], [[0.03138639340008086]]], "std": [[[0.1783041739505377]], [[0.34146557689609]], [[0.12816184725415927]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4494126578917193]], [[0.18168761562967925]], [[0.4404710013002157]]], "std": [[[0.43370832671510706]], [[0.3209186346494024]], [[0.4557789794264336]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3864430215162567]], [[0.3503177582376612]], [[0.7039375547763649]]], "std": [[[0.3293227600041354]], [[0.36630358195940854]], [[0.4041814569826567]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5427069565899614]], [[0.5837610446250934]], [[0.5491022530143346]]], "std": [[[0.4179355851482495]], [[0.4093306084447334]], [[0.33925021351913376]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5058337601447336]], [[0.7266525580855783]], [[0.350452269878917]]], "std": [[[0.38317000021162634]], [[0.3808611562578598]], [[0.35208444114655435]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.1], "mean": [1.5499999999999998], "std": [0.900647914929395], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [156]}, "index": {"min": [43512], "max": [43667], "mean": [43589.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [156]}}} +{"episode_index": 170, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974629282951355, 0.025464791804552078, 0.007913799956440926, -1.1020127534866333, -1.6782548427581787, 1.0471975803375244, 1.5408141613006592, -0.01996559277176857, 0.26268166303634644, -2.481858253479004, 0.0, -0.4439024329185486, 0.0, 0.0, -0.4439024329185486, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974629282951355, 2.025521755218506, 0.6294799447059631, 0.3082246482372284, -0.4201619625091553, 5.697011470794678, 1.9254255294799805, 0.8370605707168579, 1.132431149482727, -1.4084837436676025, 0.4439024329185486, 0.0, 0.4439024329185486, 0.4439024329185486, 0.0, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997451603412628, 1.8412368297576904, 0.5722115635871887, -0.4838462173938751, -1.4075570106506348, 3.2845568656921387, 1.7189128398895264, 0.1692713350057602, 0.8319594860076904, -1.7787679433822632, 0.04814084246754646, -0.04814084246754646, 0.04814084246754646, 0.04814084246754646, -0.04814084246754646, 0.04814084246754646, -2.3561999797821045, 1.5707993507385254, -1.0472004413604736, -1.5707993507385254, 0.0, -1.0472004413604736, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1324882507324219e-06, 0.4624398350715637, 0.14371512830257416, 0.5089792609214783, 0.3633122146129608, 1.7886041402816772, 0.11531512439250946, 0.26619961857795715, 0.23750515282154083, 0.4183390438556671, 0.13429710268974304, 0.13429710268974304, 0.13429710268974304, 0.13429710268974304, 0.13429710268974304, 0.13429710268974304, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.86102294921875e-06, 2.9802322387695312e-06, 0.0, 2.86102294921875e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [347]}, "observation.state": {"min": [-0.45414963364601135, -0.8912549018859863, -2.5101712375352747e-10, 1.4660245180130005, 0.890925407409668, -0.4541495442390442, 0.0, -0.10043775290250778, -0.00015018571866676211, 0.0, 0.9999998807907104, 0.7509999871253967, NaN], "max": [-0.45350274443626404, -0.8909253478050232, 0.0003262809186708182, 1.4707791805267334, 0.8912549018859863, -0.45350274443626404, 0.00033489454654045403, -0.09924059361219406, 0.0, 0.0004427841922733933, 1.0, 0.8207677006721497, NaN], "mean": [-0.45354217290878296, -0.8912353515625, 1.8923177776741795e-05, 1.4704763889312744, 0.8912353515625, -0.45354217290878296, 1.9415610950090922e-05, -0.10035733133554459, -8.707629604032263e-06, 2.567547016951721e-05, 1.0, 0.7542619705200195, NaN], "std": [0.00013428693637251854, 6.839252455392852e-05, 6.769175524823368e-05, 0.0010337933199480176, 6.838568515377119e-05, 0.0001342684554401785, 6.946743815205991e-05, 0.0002714548318181187, 3.1160398066276684e-05, 9.185275121126324e-05, 2.2168483937434758e-08, 0.012091967277228832, NaN], "count": [347]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.13069056005836555]], [[0.12166481793291851]], [[0.09563517381919424]]], "std": [[[0.3061568001407194]], [[0.28626835595147687]], [[0.23171781717568818]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675129589060753]], [[0.42865216111409515]], [[0.32213884345845306]]], "std": [[[0.4024222031677825]], [[0.37285678138775674]], [[0.3001584924821327]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7192554773012108]], [[0.7038033019712451]], [[0.6047305227484107]]], "std": [[[0.3007916226870886]], [[0.29911599435548325]], [[0.27999107987387245]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48254947424748085]], [[0.4724674406269467]], [[0.4279226857803071]]], "std": [[[0.3654782733269102]], [[0.3580307153575174]], [[0.3394580092690436]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6225672212867911]], [[0.6004135141967597]], [[0.503400764840665]]], "std": [[[0.28480113598849155]], [[0.2748777153409813]], [[0.2727878259333378]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968887883048982]], [[0.9968887883048982]], [[0.9968887883048982]]], "std": [[[0.016003695574362358]], [[0.016003695574362358]], [[0.016003695574362358]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5883108273301454]], [[0.5883108273301454]], [[0.5883108273301454]]], "std": [[[0.33370175782789535]], [[0.33370175782789535]], [[0.33370175782789535]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22093005322234224]], [[0.22093005322234224]], [[0.22093005322234224]]], "std": [[[0.2355893999656386]], [[0.2355893999656386]], [[0.2355893999656386]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25242999387778775]], [[0.25242999387778775]], [[0.25242999387778775]]], "std": [[[0.381979823569844]], [[0.381979823569844]], [[0.381979823569844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12802561941297844]], [[0.12802561941297844]], [[0.12802561941297844]]], "std": [[[0.18089082417093671]], [[0.18089082417093671]], [[0.18089082417093671]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08697574517649473]], [[0.1494690278423192]], [[0.06512403816558941]]], "std": [[[0.25236151489463526]], [[0.3528102648073459]], [[0.20683744909018167]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34581663136168594]], [[0.43144068595599383]], [[0.2574659714301233]]], "std": [[[0.4072006258472676]], [[0.46065467018096123]], [[0.37826705494100815]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7099185229442141]], [[0.5812522170387938]], [[0.15541433563268336]]], "std": [[[0.3803569711546406]], [[0.31938724763934323]], [[0.2157344081252025]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5234126055880443]], [[0.354015371916011]], [[0.4569397387900819]]], "std": [[[0.43174833901168796]], [[0.3782460172059491]], [[0.4121813352030877]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4640564195720352]], [[0.4562996973763001]], [[0.564321836583202]]], "std": [[[0.37779042206493496]], [[0.42542544736882004]], [[0.4053708959163609]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.92], "mean": [3.4599999999999995], "std": [2.003397114902585], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [347]}, "index": {"min": [43668], "max": [44014], "mean": [43841.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [347]}}} +{"episode_index": 171, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997297525405884, -0.09602345526218414, 0.025464791804552078, -0.8509637117385864, -1.5707963705062866, 1.0471975803375244, -0.7425525188446045, -3.4937310218811035, -1.5313018560409546, -3.3509061336517334, 0.0, -0.31707316637039185, 0.0, 0.0, -0.31707316637039185, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997297525405884, -0.0027446753811091185, 0.8908948302268982, -0.25206369161605835, 1.7509642839431763, 8.918717384338379, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.31707316637039185, 0.0, 0.31707316637039185, 0.31707316637039185, 0.0, 0.31707316637039185, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972864985466003, -0.09310220927000046, 0.8637937307357788, -0.6262527108192444, 0.36471274495124817, 5.732933521270752, 0.15957166254520416, -2.027165174484253, -0.5412716269493103, -2.9924838542938232, 0.03661348298192024, -0.03661348298192024, 0.03661348298192024, 0.03661348298192024, -0.03661348298192024, 0.03661348298192024, -2.3561999797821045, 1.570799708366394, -1.0472028255462646, -1.570799708366394, 0.0, -1.0472028255462646, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 0.01328891422599554, 0.12329341471195221, 0.2144690454006195, 1.320404291152954, 3.111849069595337, 0.8636342287063599, 1.385751485824585, 0.990455687046051, 0.3323834538459778, 0.0999683290719986, 0.0999683290719986, 0.0999683290719986, 0.0999683290719986, 0.0999683290719986, 0.0999683290719986, 5.4836273193359375e-06, 3.337860107421875e-06, 5.245208740234375e-06, 3.337860107421875e-06, 0.0, 5.245208740234375e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [452]}, "observation.state": {"min": [-0.6045905351638794, -0.7969736456871033, 0.0, 1.9984335899353027, 0.796536386013031, -0.6045893430709839, -0.002190351253375411, -0.25681552290916443, -0.00019942766812164336, -0.0010027765529230237, 0.9999974966049194, 0.7509999871253967, NaN], "max": [-0.6040138602256775, -0.7965354323387146, 0.0012603981886059046, 2.004293203353882, 0.7969712615013123, -0.6040132641792297, 0.0012070410884916782, -0.20880535244941711, 0.002017968101426959, 0.0017337186727672815, 1.0, 0.7842442393302917, NaN], "mean": [-0.604547917842865, -0.7965684533119202, 5.802168379887007e-05, 1.9988878965377808, 0.7965684533119202, -0.604547917842865, -0.00012438991689123213, -0.21130920946598053, 0.00013418916205409914, -2.890994983317796e-05, 1.0, 0.7527632713317871, NaN], "std": [0.00012820420670323074, 9.718631918076426e-05, 0.00020540604600682855, 0.0014438218204304576, 9.675288310972974e-05, 0.00012826921010855585, 0.00047637158422730863, 0.008634219877421856, 0.0004470697895158082, 0.0002631482493598014, 5.109187668494997e-07, 0.006041394080966711, NaN], "count": [452]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.13388499092397124]], [[0.12252930648679568]], [[0.10408101168718915]]], "std": [[[0.31213703602153586]], [[0.2880349924068403]], [[0.2524964115882801]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46584467417827913]], [[0.41814537203000623]], [[0.3436942863599391]]], "std": [[[0.4081024376291859]], [[0.37465267329704444]], [[0.32751735306596835]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6850760770366079]], [[0.6427545851212139]], [[0.6005679548793629]]], "std": [[[0.18365014997714135]], [[0.19180208974911983]], [[0.2043601165119893]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5998672720481785]], [[0.56507691389541]], [[0.5259835994450447]]], "std": [[[0.29012878347630167]], [[0.2819228123546799]], [[0.2783122390807265]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7611521721783341]], [[0.6978876061077282]], [[0.6186208231659683]]], "std": [[[0.1611950464645743]], [[0.1784808158472873]], [[0.20822214727273938]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970289313085106]], [[0.9970289313085106]], [[0.9970289313085106]]], "std": [[[0.015903122431038395]], [[0.015903122431038395]], [[0.015903122431038395]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5966024323891179]], [[0.5966024323891179]], [[0.5966024323891179]]], "std": [[[0.3373489449153923]], [[0.3373489449153923]], [[0.3373489449153923]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09159728047711681]], [[0.09159728047711681]], [[0.09159728047711681]]], "std": [[[0.14814122697034202]], [[0.14814122697034202]], [[0.14814122697034202]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17440344104537614]], [[0.17440344104537614]], [[0.17440344104537614]]], "std": [[[0.3139625447102038]], [[0.3139625447102038]], [[0.3139625447102038]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1137683778685716]], [[0.1137683778685716]], [[0.1137683778685716]]], "std": [[[0.06981114098855616]], [[0.06981114098855616]], [[0.06981114098855616]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06381451775676242]], [[0.14172169214459152]], [[0.029964383879470875]]], "std": [[[0.1860560086307606]], [[0.34311259502754204]], [[0.1092561719327032]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30368333343391735]], [[0.4254934724342868]], [[0.21449894621505797]]], "std": [[[0.3429404166182571]], [[0.46316827028664537]], [[0.34846908586858344]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4765431133159122]], [[0.4841033708377506]], [[0.6079525726367289]]], "std": [[[0.3655269221600312]], [[0.42728332420935317]], [[0.3897200928787727]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5154622444579897]], [[0.7269870682516021]], [[0.31879374984493297]]], "std": [[[0.439514935279711]], [[0.38368522981688374]], [[0.3394993404524083]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5633422088646682]], [[0.5067119012989416]], [[0.6296326793362261]]], "std": [[[0.386783518945474]], [[0.3640889051123041]], [[0.4068701043044182]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.02], "mean": [4.51], "std": [2.609616830111271], "count": [452]}, "frame_index": {"min": [0], "max": [451], "mean": [225.5], "std": [130.48084150556357], "count": [452]}, "episode_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [452]}, "index": {"min": [44015], "max": [44466], "mean": [44240.5], "std": [130.48084150556357], "count": [452]}, "task_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [452]}}} +{"episode_index": 172, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.32131871581077576, 0.025464791804552078, 0.01264088973402977, -1.2283406257629395, -1.5707963705062866, 0.9354197978973389, 1.5707963705062866, -0.2646472454071045, -0.6859210133552551, -2.942291498184204, 0.0, -0.507317066192627, 0.0, 0.0, -0.507317066192627, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.32131871581077576, 0.9906344413757324, 0.49175745248794556, -0.7853981852531433, -0.6309129595756531, 1.0471975803375244, 2.342243194580078, 0.0, 1.0471975803375244, -2.481858253479004, 0.507317066192627, 0.0, 0.507317066192627, 0.507317066192627, 0.0, 0.507317066192627, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3213192820549011, 0.894595205783844, 0.44408363103866577, -0.9894115328788757, -1.059920072555542, 1.0055897235870361, 1.9910881519317627, -0.1460491567850113, 0.04708030819892883, -2.74346661567688, 0.09584977477788925, -0.09584977477788925, 0.09584977477788925, 0.09584977477788925, -0.09584977477788925, 0.09584977477788925, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 0.23159214854240417, 0.11496392637491226, 0.1655292958021164, 0.38996830582618713, 0.038681648671627045, 0.3132755160331726, 0.11109275370836258, 0.754045844078064, 0.19780638813972473, 0.18996772170066833, 0.18996772170066833, 0.18996772170066833, 0.18996772170066833, 0.18996772170066833, 0.18996772170066833, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [158]}, "observation.state": {"min": [-0.9933415055274963, -0.1173999160528183, -0.0010806495556607842, 2.072822332382202, 0.1152067631483078, -0.9933415055274963, -0.0020153364166617393, -0.3540928065776825, -0.000839381420519203, -0.0021280052606016397, 0.9999973773956299, 0.7509999871253967, NaN], "max": [-0.9930841326713562, -0.1152067631483078, 0.0, 2.122429847717285, 0.11740190535783768, -0.9930824637413025, 0.0, -0.34894266724586487, 0.0, 0.0, 1.0, 0.7745482921600342, NaN], "mean": [-0.9933177828788757, -0.11540739983320236, -9.865737229119986e-05, 2.1188793182373047, 0.1154075562953949, -0.9933177828788757, -0.0001842612837208435, -0.34927695989608765, -7.642839045729488e-05, -0.00019453595450613648, 1.0, 0.7528570890426636, NaN], "std": [6.545615178765729e-05, 0.0005586743354797363, 0.0002749730774667114, 0.010368017479777336, 0.0005591121152974665, 6.58285352983512e-05, 0.0005131183424964547, 0.0010065230308100581, 0.00021313487377483398, 0.0005417324719019234, 6.164093520055758e-07, 0.005266963504254818, NaN], "count": [158]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09214839759644497]], [[0.09063920053161992]], [[0.08943131689254477]]], "std": [[[0.2275552871775127]], [[0.22523694042936712]], [[0.22358189294076924]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2874207059520912]], [[0.2822027478205125]], [[0.27792058290434263]]], "std": [[[0.3044573747374697]], [[0.30544631944600975]], [[0.30631737516381474]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.577835853632859]], [[0.57682067550867]], [[0.5743589453701525]]], "std": [[[0.3044925547066436]], [[0.3048615356736103]], [[0.30507101341673926]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5391050841183914]], [[0.5351343688119891]], [[0.5293411694967649]]], "std": [[[0.30181741433832576]], [[0.3066741381628145]], [[0.3094523933337076]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.506480346223507]], [[0.4973844112249051]], [[0.4899327656372901]]], "std": [[[0.2908275073248285]], [[0.29987480052219406]], [[0.30504561522223456]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955831236157129]], [[0.9955831236157129]], [[0.9955831236157129]]], "std": [[[0.0199526893015891]], [[0.0199526893015891]], [[0.0199526893015891]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6044988778179443]], [[0.6044988778179443]], [[0.6044988778179443]]], "std": [[[0.3382778924843042]], [[0.3382778924843042]], [[0.3382778924843042]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24518754823840552]], [[0.24518754823840552]], [[0.24518754823840552]]], "std": [[[0.2681239399142645]], [[0.2681239399142645]], [[0.2681239399142645]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16701401805549687]], [[0.16701401805549687]], [[0.16701401805549687]]], "std": [[[0.24231300387241989]], [[0.24231300387241989]], [[0.24231300387241989]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15770736361984347]], [[0.15770736361984347]], [[0.15770736361984347]]], "std": [[[0.16222544044235807]], [[0.16222544044235807]], [[0.16222544044235807]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10055588882384457]], [[0.07881071367023607]], [[0.0734899439478948]]], "std": [[[0.28498921160466134]], [[0.22619786330341413]], [[0.24021272725897572]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28761761453666657]], [[0.4076975332111573]], [[0.23747659175841604]]], "std": [[[0.3703827787105841]], [[0.46151871825772395]], [[0.350679441621314]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6845572058035622]], [[0.4017203040855205]], [[0.41726592998951917]]], "std": [[[0.4133938332426231]], [[0.2698580715599359]], [[0.43096044814747725]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6157479378605517]], [[0.6402740886922808]], [[0.39002213920690193]]], "std": [[[0.3875747813248527]], [[0.41391975380675605]], [[0.41572639057058847]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5322418884040742]], [[0.6147624414014434]], [[0.4067795098340968]]], "std": [[[0.42253567624740473]], [[0.3650379013214884]], [[0.3663821540744908]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.14], "mean": [1.5699999999999998], "std": [0.912195154558497], "count": [158]}, "frame_index": {"min": [0], "max": [157], "mean": [78.5], "std": [45.609757727924844], "count": [158]}, "episode_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [158]}, "index": {"min": [44467], "max": [44624], "mean": [44545.5], "std": [45.609757727924844], "count": [158]}, "task_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [158]}}} +{"episode_index": 173, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49959275126457214, 0.025464791804552078, 0.009053313173353672, -1.2616336345672607, -1.5707963705062866, 1.0471975803375244, -0.8808580636978149, -2.11132550239563, -1.78117835521698, -2.7021255493164062, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49959275126457214, 1.5488547086715698, 0.5506531000137329, -0.7853981852531433, -0.32183006405830383, 4.404066562652588, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995937645435333, 1.3947173357009888, 0.4958522617816925, -1.015619158744812, -0.9487014412879944, 2.7668488025665283, 0.3075953423976898, -1.085418939590454, -0.4038277864456177, -2.5890798568725586, 0.053382858633995056, -0.053382858633995056, 0.053382858633995056, 0.053382858633995056, -0.053382858633995056, 0.053382858633995056, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.3667749762535095, 0.13039694726467133, 0.1870317906141281, 0.5152119994163513, 1.4096325635910034, 1.0371145009994507, 0.8945477604866028, 1.1899067163467407, 0.08916313201189041, 0.1377238780260086, 0.1377238780260086, 0.1377238780260086, 0.1377238780260086, 0.1377238780260086, 0.1377238780260086, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [242]}, "observation.state": {"min": [-0.1466776430606842, 0.9891843199729919, -0.0003283631813246757, 1.3356887102127075, -0.9896199107170105, -0.1466776430606842, -1.177581725642085e-05, -0.21056582033634186, -1.2336701729509514e-05, 0.0, 0.9999998807907104, 0.7509999871253967, NaN], "max": [-0.14370916783809662, 0.9896199107170105, 0.0, 1.3610835075378418, -0.9891843199729919, -0.14370906352996826, 0.00033278463524766266, -0.20808666944503784, 0.00028378996648825705, 0.00037202658131718636, 1.0, 0.8140099048614502, NaN], "mean": [-0.146489679813385, 0.9892098307609558, -2.0255736671970226e-05, 1.336897611618042, -0.9892098307609558, -0.146489679813385, 2.0297653463785537e-05, -0.21041764318943024, 1.716219230729621e-05, 2.2972353690420277e-05, 1.0, 0.754162073135376, NaN], "std": [0.0006331963813863695, 9.306506399298087e-05, 6.995226431172341e-05, 0.0043949889950454235, 9.306725405622274e-05, 0.0006332168122753501, 7.080153591232374e-05, 0.0005102396826259792, 6.00796083745081e-05, 7.935135363368317e-05, 2.330629733648948e-08, 0.011308335699141026, NaN], "count": [242]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.138364274980537]], [[0.13848336642546627]], [[0.13500715554509482]]], "std": [[[0.3222467807514228]], [[0.3220625330131356]], [[0.3146690387498586]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5004198120956943]], [[0.4981463497063953]], [[0.47936504545390535]]], "std": [[[0.4240636624762305]], [[0.4219721515701714]], [[0.4120824497956602]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7531752273701109]], [[0.7622511595657723]], [[0.7475469965285112]]], "std": [[[0.26966502385820856]], [[0.27162793991052353]], [[0.26920738831693236]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5340262765617173]], [[0.5346654985512552]], [[0.5270517276641513]]], "std": [[[0.3537896493108278]], [[0.35417629846361404]], [[0.35228539559172223]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7195973381452714]], [[0.7182705186311726]], [[0.6944611226112141]]], "std": [[[0.270559756456183]], [[0.2679073333030794]], [[0.2670686753816311]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964194848624447]], [[0.9964194848624447]], [[0.9964194848624447]]], "std": [[[0.017295337571520825]], [[0.017295337571520825]], [[0.017295337571520825]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.586341899736537]], [[0.586341899736537]], [[0.586341899736537]]], "std": [[[0.3358430548375588]], [[0.3358430548375588]], [[0.3358430548375588]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19779037089340712]], [[0.19779037089340712]], [[0.19779037089340712]]], "std": [[[0.20759648992138094]], [[0.20759648992138094]], [[0.20759648992138094]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23682813079405696]], [[0.23682813079405696]], [[0.23682813079405696]]], "std": [[[0.3682957097482029]], [[0.3682957097482029]], [[0.3682957097482029]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16515230897256133]], [[0.16515230897256133]], [[0.16515230897256133]]], "std": [[[0.19872661936336605]], [[0.19872661936336605]], [[0.19872661936336605]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04531912685049397]], [[0.14550706602534316]], [[0.05952375357995187]]], "std": [[[0.14794763446551368]], [[0.34708888512737407]], [[0.17683366142792126]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29182895222998056]], [[0.3942920811565281]], [[0.43654462878137135]]], "std": [[[0.38489822909116045]], [[0.45531185781405004]], [[0.4393066020494846]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23934376322260378]], [[0.389453969748359]], [[0.7506133544693826]]], "std": [[[0.2341718383391154]], [[0.4182433036518704]], [[0.3667727782522654]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4928335797641104]], [[0.5706567088515924]], [[0.3431489628784724]]], "std": [[[0.4548429228873963]], [[0.39387601834034375]], [[0.37383633271148037]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.665937188650639]], [[0.43605387412651186]], [[0.507567846919213]]], "std": [[[0.37707019560260385]], [[0.3848812221021824]], [[0.4120006192465998]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.82], "mean": [2.41], "std": [1.397175722663402], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [242]}, "index": {"min": [44625], "max": [44866], "mean": [44745.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [242]}}} +{"episode_index": 174, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.01662651263177395, -4.604886054992676, -1.5707963705062866, -2.0208563804626465, 1.2735522985458374, -1.3840358257293701, 1.0471974611282349, -2.481858253479004, 0.0, -0.5560975670814514, 0.0, 0.0, -0.5560975670814514, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3517166376113892, 0.8825650811195374, -0.7853981256484985, 0.45408958196640015, 1.0471975803375244, 1.5707963705062866, 0.0, 1.6718978881835938, 0.2011220008134842, 0.5560975670814514, 0.0, 0.5560975670814514, 0.5560975670814514, 0.0, 0.5560975670814514, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997490644454956, 1.2462540864944458, 0.8137091398239136, -2.9340198040008545, -0.6429998874664307, -0.4737406075000763, 1.4172247648239136, -0.7245526313781738, 1.394649624824524, -1.052557349205017, 0.06252738833427429, -0.06252738833427429, 0.06252738833427429, 0.06252738833427429, -0.06252738833427429, 0.06252738833427429, -2.3561995029449463, 1.5707989931106567, -1.0471975803375244, -1.5707989931106567, 0.0, -1.0471975803375244, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.238719940185547e-07, 0.28863009810447693, 0.18845242261886597, 1.581186294555664, 0.8608129620552063, 1.2494276762008667, 0.10250810533761978, 0.5600842237472534, 0.2480565458536148, 1.117189884185791, 0.16809669137001038, 0.16809669137001038, 0.16809669137001038, 0.16809669137001038, 0.16809669137001038, 0.16809669137001038, 5.0067901611328125e-06, 2.6226043701171875e-06, 0.0, 2.6226043701171875e-06, 0.0, 0.0, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [269]}, "observation.state": {"min": [0.9599341154098511, -0.28022298216819763, -4.5909789747611285e-08, 1.966912031173706, 0.2776212990283966, 0.9599345326423645, -0.0005500309052877128, -0.21041235327720642, -0.0010607419535517693, 0.0, 0.9999990463256836, 0.7509999871253967, NaN], "max": [0.9606906175613403, -0.2776212990283966, 0.0012655792525038123, 1.9754258394241333, 0.2802238166332245, 0.9606906175613403, 0.0, -0.19180043041706085, 7.944496616119068e-08, 0.0008826388511806726, 1.0, 0.816619336605072, NaN], "mean": [0.9606516361236572, -0.27776193618774414, 6.818301335442811e-05, 1.9672510623931885, 0.27776193618774414, 0.9606516361236572, -2.96588841592893e-05, -0.20954249799251556, -5.7165838370565325e-05, 4.754620385938324e-05, 1.0, 0.7537968158721924, NaN], "std": [0.00015161893679760396, 0.0005218388978391886, 0.000253927952144295, 0.001332855666987598, 0.0005219854647293687, 0.00015154376160353422, 0.00011039550736313686, 0.003292092587798834, 0.00021288951393216848, 0.0001770441303960979, 1.7173084643218317e-07, 0.010845680721104145, NaN], "count": [269]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11967812050096191]], [[0.11495698425055874]], [[0.08747415360248267]]], "std": [[[0.28609375599744546]], [[0.27233255691984043]], [[0.21498579027585452]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.427686553462738]], [[0.40017013178514454]], [[0.30426834199361497]]], "std": [[[0.39486494781206516]], [[0.3656019820350138]], [[0.3018739545945596]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5705260529299782]], [[0.6039985878007712]], [[0.4346871120391661]]], "std": [[[0.23996622388368122]], [[0.2503497101379867]], [[0.20217873558741162]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5273339086737598]], [[0.511078196006011]], [[0.4617213568646227]]], "std": [[[0.31031980821084454]], [[0.306290293639773]], [[0.2986640910749155]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.682842857631408]], [[0.6628326503680368]], [[0.5735917496987509]]], "std": [[[0.2756712590720226]], [[0.2634874983706739]], [[0.29775874145800624]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956694193152108]], [[0.9956694193152108]], [[0.9956694193152108]]], "std": [[[0.019775680170809017]], [[0.019775680170809017]], [[0.019775680170809017]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5967683584223334]], [[0.5967683584223334]], [[0.5967683584223334]]], "std": [[[0.3376353796455829]], [[0.3376353796455829]], [[0.3376353796455829]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16531984703186703]], [[0.16531984703186703]], [[0.16531984703186703]]], "std": [[[0.18777526888368332]], [[0.18777526888368332]], [[0.18777526888368332]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08341925486038607]], [[0.08341925486038607]], [[0.08341925486038607]]], "std": [[[0.19983312773897943]], [[0.19983312773897943]], [[0.19983312773897943]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10897772466943072]], [[0.10897772466943072]], [[0.10897772466943072]]], "std": [[[0.12250769301970191]], [[0.12250769301970191]], [[0.12250769301970191]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07353064961835082]], [[0.09754039955984445]], [[0.07763896248284204]]], "std": [[[0.2270406443266218]], [[0.28411768317080266]], [[0.24784860076995813]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2591901687866419]], [[0.37434354394950414]], [[0.41730384076615495]]], "std": [[[0.384630547435361]], [[0.4238902742333275]], [[0.44231925644850995]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2709976791920557]], [[0.5014607075346126]], [[0.6971500263865336]]], "std": [[[0.2961246724097362]], [[0.33602836429158883]], [[0.4124685906008841]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44150067290689743]], [[0.4963822151411093]], [[0.6128489744791593]]], "std": [[[0.3829165979998076]], [[0.4284811156078426]], [[0.3915409783741377]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6007818393593202]], [[0.6693718207915156]], [[0.3590068242884856]]], "std": [[[0.3982121830764381]], [[0.36349086074328085]], [[0.36377399892281737]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.36], "mean": [2.6799999999999993], "std": [1.5530614926653743], "count": [269]}, "frame_index": {"min": [0], "max": [268], "mean": [134.0], "std": [77.6530746332687], "count": [269]}, "episode_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [269]}, "index": {"min": [44867], "max": [45135], "mean": [45001.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [269]}}} +{"episode_index": 175, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4412456154823303, 0.025464791804552078, 0.0175346489995718, -1.9467214345932007, -1.5707963705062866, 1.0062379837036133, 0.2951795756816864, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.4878048896789551, 0.0, 0.0, -0.4878048896789551, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4412456154823303, 1.152719259262085, 0.7937440872192383, -0.7853981852531433, -0.17087626457214355, 1.3215805292129517, 1.5707963705062866, 0.11729341000318527, 2.0960044860839844, -1.1139167547225952, 0.4878048896789551, 0.0, 0.4878048896789551, 0.4878048896789551, 0.0, 0.4878048896789551, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4412459433078766, 1.0502803325653076, 0.7232064008712769, -1.4748852252960205, -0.6221151351928711, 1.1406090259552002, 0.7903111577033997, 0.06824252009391785, 1.6898415088653564, -1.566817283630371, 0.1312667578458786, -0.1312667578458786, 0.1312667578458786, 0.1312667578458786, -0.1312667578458786, 0.1312667578458786, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.260061651468277, 0.17907531559467316, 0.4322657883167267, 0.5974209904670715, 0.10061050206422806, 0.4877011477947235, 0.04294876009225845, 0.40153270959854126, 0.574792206287384, 0.21085292100906372, 0.21085292100906372, 0.21085292100906372, 0.21085292100906372, 0.21085292100906372, 0.21085292100906372, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [201]}, "observation.state": {"min": [-0.7549960613250732, -0.6563127040863037, 0.0, 1.9623217582702637, 0.6557292938232422, -0.7549958825111389, 0.0, -0.3019295632839203, -8.943550255935406e-08, 0.0, 0.9999996423721313, 0.7509999871253967, NaN], "max": [-0.754489004611969, -0.6557289958000183, 0.0006836449611000717, 2.012303352355957, 0.6563127040863037, -0.754489004611969, 0.0005498231039382517, -0.2990712523460388, 0.00015591456030961126, 0.0008634013356640935, 1.0, 0.7718833684921265, NaN], "mean": [-0.7545682787895203, -0.656220018863678, 0.00010641958215273917, 2.005950689315796, 0.6562200784683228, -0.7545682191848755, 8.536721725249663e-05, -0.30065637826919556, 2.434812267892994e-05, 0.00013423807104118168, 1.0, 0.7534831762313843, NaN], "std": [0.0001615018700249493, 0.00018589261162560433, 0.00021617607853841037, 0.013371697627007961, 0.00018579889729153365, 0.00016145309200510383, 0.00017357122851535678, 0.0005749918054789305, 4.9394104280509055e-05, 0.000272798934020102, 1.1658568865868801e-07, 0.005348672159016132, NaN], "count": [201]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1286328409411711]], [[0.11845114065598196]], [[0.09324108842606842]]], "std": [[[0.3012286077080159]], [[0.2808190455491498]], [[0.22910824295525606]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44487028889733793]], [[0.397998332987995]], [[0.30239283546940204]]], "std": [[[0.39108346743761024]], [[0.36835613060295325]], [[0.31007279249390474]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7576191326843654]], [[0.7514511145041444]], [[0.6502736997675169]]], "std": [[[0.1898877398995067]], [[0.19844349709439596]], [[0.20435559197478628]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5341864612607466]], [[0.5004047513194944]], [[0.41641432691540414]]], "std": [[[0.27172177941073117]], [[0.2764233582591987]], [[0.26739073336815844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6175877062223268]], [[0.5625909389917862]], [[0.45893615800001475]]], "std": [[[0.2691126129082198]], [[0.287935796760355]], [[0.3140604550612536]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964743299597463]], [[0.9964743299597463]], [[0.9964743299597463]]], "std": [[[0.017218234324899953]], [[0.017218234324899953]], [[0.017218234324899953]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5861648357027569]], [[0.5861648357027569]], [[0.5861648357027569]]], "std": [[[0.3340673932487079]], [[0.3340673932487079]], [[0.3340673932487079]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08645997461260077]], [[0.08645997461260077]], [[0.08645997461260077]]], "std": [[[0.07230139206192729]], [[0.07230139206192729]], [[0.07230139206192729]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06963829058178451]], [[0.06963829058178451]], [[0.06963829058178451]]], "std": [[[0.08052940564065578]], [[0.08052940564065578]], [[0.08052940564065578]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14913056137266303]], [[0.14913056137266303]], [[0.14913056137266303]]], "std": [[[0.19938488734020607]], [[0.19938488734020607]], [[0.19938488734020607]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14726221240522472]], [[0.06898779647969443]], [[0.04030687370875302]]], "std": [[[0.35018421971591]], [[0.20089167050426032]], [[0.13383104785481986]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5217675275985706]], [[0.2189537199647822]], [[0.24548745348828632]]], "std": [[[0.46977829814123406]], [[0.3115211263213953]], [[0.36228379752454515]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679397206849636]], [[0.7588619524961929]], [[0.23927576844492457]]], "std": [[[0.34620505464749096]], [[0.373627437496898]], [[0.28266101752771317]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46415101412132176]], [[0.5599547519565262]], [[0.5578905217023371]]], "std": [[[0.3696352664120613]], [[0.43088575015713193]], [[0.3719884926958965]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49830102910833635]], [[0.5970787686641977]], [[0.42482407256531424]]], "std": [[[0.44373752759050067]], [[0.3500289306358285]], [[0.38427593577441677]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.0], "mean": [2.0], "std": [1.1604596790352808], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [201]}, "index": {"min": [45136], "max": [45336], "mean": [45236.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [201]}}} +{"episode_index": 176, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.20190373063087463, 0.025464791804552078, 0.007390097249299288, -1.132416009902954, -1.5707963705062866, 0.08897453546524048, 1.0834838151931763, -0.36880815029144287, 0.9467126727104187, -2.481858253479004, 0.0, -0.4146341383457184, 0.0, 0.0, -0.4146341383457184, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.20190373063087463, 1.7439851760864258, 0.5061192512512207, -0.7853981852531433, -1.1927107572555542, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0786422491073608, -1.4123046398162842, 0.4146341383457184, 0.0, 0.4146341383457184, 0.4146341383457184, 0.0, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.20190392434597015, 1.4404888153076172, 0.4180412292480469, -0.9507995247840881, -1.4115729331970215, 0.5882645845413208, 1.3405472040176392, -0.1747116595506668, 1.0354458093643188, -1.9621562957763672, 0.07174326479434967, -0.07174326479434967, 0.07174326479434967, 0.07174326479434967, -0.07174326479434967, 0.07174326479434967, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.9371509552001953e-07, 0.5089601874351501, 0.14770443737506866, 0.1557019203901291, 0.1546938568353653, 0.4345151484012604, 0.21650440990924835, 0.1656823307275772, 0.03586176410317421, 0.49118897318840027, 0.1508825719356537, 0.1508825719356537, 0.1508825719356537, 0.1508825719356537, 0.1508825719356537, 0.1508825719356537, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [156]}, "observation.state": {"min": [0.11356410384178162, 0.9934373497962952, -8.023080511065928e-08, 1.8737754821777344, -0.9935306906700134, 0.11356410384178162, -1.493542498565148e-07, -0.16340096294879913, -1.3927669328950287e-07, -0.0003895194095093757, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.11437692493200302, 0.9935306906700134, 0.00037630132283084095, 1.8813153505325317, -0.9934374094009399, 0.11437688022851944, 0.00013773117098025978, -0.15440601110458374, 9.379468247061595e-05, 9.66730482332423e-08, 1.0, 0.8196029663085938, NaN], "mean": [0.11363838613033295, 0.9935217499732971, 3.431268851272762e-05, 1.8807125091552734, -0.9935217499732971, 0.11363838613033295, 1.2552498446893878e-05, -0.1549798548221588, 8.55111466080416e-06, -3.5521876270649955e-05, 1.0, 0.7560892105102539, NaN], "std": [0.0002077266399282962, 2.383094215474557e-05, 9.62960984907113e-05, 0.0017073542112484574, 2.381371450610459e-05, 0.00020771665731444955, 3.519772144500166e-05, 0.0017485918942838907, 2.396982927166391e-05, 9.968582162400708e-05, 1.785590342251453e-08, 0.014696585945785046, NaN], "count": [156]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.09686754764831276]], [[0.08346602641603817]], [[0.06474705339199392]]], "std": [[[0.25066157388398425]], [[0.2196098318398969]], [[0.17443601964331135]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3467292017453334]], [[0.2977628900060417]], [[0.23012486898935217]]], "std": [[[0.37478347089829134]], [[0.3345402943444837]], [[0.2759246241402411]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3715736083701974]], [[0.3337640460513743]], [[0.2862597038404979]]], "std": [[[0.28145540642800465]], [[0.2585624705647653]], [[0.22426052033483138]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5649803183952696]], [[0.5380754567686655]], [[0.5163690252271355]]], "std": [[[0.31713501497609026]], [[0.32284367590166896]], [[0.3282481946738531]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5275657453843684]], [[0.44767295182496236]], [[0.36953917645851814]]], "std": [[[0.3078408667363084]], [[0.3058686649950023]], [[0.30497633271872376]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956633909813712]], [[0.9956633909813712]], [[0.9956633909813712]]], "std": [[[0.019892469572117495]], [[0.019892469572117495]], [[0.019892469572117495]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6011953106402439]], [[0.6011953106402439]], [[0.6011953106402439]]], "std": [[[0.3394770723279106]], [[0.3394770723279106]], [[0.3394770723279106]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19605536142845362]], [[0.19605536142845362]], [[0.19605536142845362]]], "std": [[[0.21350596911318395]], [[0.21350596911318395]], [[0.21350596911318395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.06283197444361965]], [[0.06283197444361965]], [[0.06283197444361965]]], "std": [[[0.07290847667318678]], [[0.07290847667318678]], [[0.07290847667318678]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15243908801166237]], [[0.15243908801166237]], [[0.15243908801166237]]], "std": [[[0.18672474076232176]], [[0.18672474076232176]], [[0.18672474076232176]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.036511877292895886]], [[0.14671725102612435]], [[0.05740480429372939]]], "std": [[[0.12339330372759781]], [[0.34841571450434916]], [[0.179816910808916]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4913702677746999]], [[0.15573698627564975]], [[0.4383974462395334]]], "std": [[[0.457082917159249]], [[0.2835546560615394]], [[0.44901691357998397]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3893228618693468]], [[0.847199882517899]], [[0.28402223308529323]]], "std": [[[0.4043776709164527]], [[0.2912381044671382]], [[0.2412114183406959]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6906883257526533]], [[0.613949160827766]], [[0.37086889815602725]]], "std": [[[0.3088719102086812]], [[0.41112854237628865]], [[0.3756308146291543]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505216030942318]], [[0.543525043737272]], [[0.5860964452947145]]], "std": [[[0.38792089666892815]], [[0.38998839110654265]], [[0.41981407696172873]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.1], "mean": [1.5499999999999998], "std": [0.900647914929395], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [156]}, "index": {"min": [45337], "max": [45492], "mean": [45414.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [156]}}} +{"episode_index": 177, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.015968890860676765, 0.025464791804552078, -3.905205488204956, -1.5707963705062866, 1.0471975803375244, -1.2682722806930542, -1.9260170459747314, -2.1574270725250244, -4.994676113128662, 0.0, -0.4390243887901306, 0.0, 0.0, -0.4390243887901306, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.6527267694473267, 1.0408707857131958, -0.7853981852531433, -0.7574951648712158, 1.113300085067749, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.4390243887901306, 0.0, 0.4390243887901306, 0.4390243887901306, 0.0, 0.4390243887901306, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997487962245941, 0.6047223210334778, 0.9643248319625854, -2.441995620727539, -1.12674880027771, 1.0822633504867554, 0.019709721207618713, -1.0401126146316528, -0.6862727403640747, -3.837740421295166, 0.05551830679178238, -0.05551830679178238, 0.05551830679178238, 0.05551830679178238, -0.05551830679178238, 0.05551830679178238, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 0.1356750726699829, 0.21635492146015167, 1.258360743522644, 0.3354395031929016, 0.026206811890006065, 1.1720554828643799, 0.7876283526420593, 1.304323434829712, 1.0268950462341309, 0.14048662781715393, 0.14048662781715393, 0.14048662781715393, 0.14048662781715393, 0.14048662781715393, 0.14048662781715393, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [219]}, "observation.state": {"min": [-0.5726817846298218, -0.8200315833091736, -0.0008569839992560446, 1.8965197801589966, 0.8197775483131409, -0.5726820826530457, 0.0, -0.3022827208042145, -0.0005875692586414516, -0.0006349205505102873, 0.9999996423721313, 0.7509999871253967, NaN], "max": [-0.5723183155059814, -0.8197773098945618, 1.963409879124356e-08, 1.9322315454483032, 0.8200315833091736, -0.5723183155059814, 0.00011806849943241104, -0.29949066042900085, 0.0, 7.997376627599806e-08, 1.0, 0.805892825126648, NaN], "mean": [-0.5723408460617065, -0.8200167417526245, -5.185908230487257e-05, 1.9303467273712158, 0.8200167417526245, -0.5723408460617065, 7.1485942498838995e-06, -0.29968130588531494, -3.555563307600096e-05, -3.842217483907007e-05, 1.0, 0.7538771033287048, NaN], "std": [7.695900421822444e-05, 5.381992377806455e-05, 0.0001814770803321153, 0.006662534549832344, 5.377854540711269e-05, 7.701132562942803e-05, 2.5022434783750214e-05, 0.00038457507616840303, 0.00012441517901606858, 0.0001344652846455574, 7.19371797686108e-08, 0.010200819000601768, NaN], "count": [219]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12394819790369552]], [[0.11277870918553119]], [[0.09620236962470773]]], "std": [[[0.29268435574835017]], [[0.26951064706348465]], [[0.23737251421911162]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4206776933542816]], [[0.37643139668917736]], [[0.3129102582929824]]], "std": [[[0.3920979405426554]], [[0.3657853148507855]], [[0.32508969334415805]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7106459329533941]], [[0.6888528972547947]], [[0.6766077874807801]]], "std": [[[0.2008224624501434]], [[0.23500414871013509]], [[0.25805739433228125]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4776159770292988]], [[0.45096412705501476]], [[0.41449654024600163]]], "std": [[[0.32767051059662267]], [[0.34298851830351895]], [[0.3343373871304466]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6419298647949998]], [[0.6106974869425216]], [[0.573528581611503]]], "std": [[[0.31179195842513624]], [[0.3228671678948922]], [[0.32900035466576166]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.99591663062407]], [[0.99591663062407]], [[0.99591663062407]]], "std": [[[0.018709797528768602]], [[0.018709797528768602]], [[0.018709797528768602]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886798378049622]], [[0.5886798378049622]], [[0.5886798378049622]]], "std": [[[0.33368288312189287]], [[0.33368288312189287]], [[0.33368288312189287]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.030476949166862805]], [[0.030476949166862805]], [[0.030476949166862805]]], "std": [[[0.027647801560615894]], [[0.027647801560615894]], [[0.027647801560615894]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15495358182943503]], [[0.15495358182943503]], [[0.15495358182943503]]], "std": [[[0.2895864411793293]], [[0.2895864411793293]], [[0.2895864411793293]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16876272437773712]], [[0.16876272437773712]], [[0.16876272437773712]]], "std": [[[0.23529964014241225]], [[0.23529964014241225]], [[0.23529964014241225]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03827968384440059]], [[0.13020680604925533]], [[0.0936556379673719]]], "std": [[[0.14960659971077128]], [[0.3161514212938368]], [[0.27649704916878076]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19577478842157567]], [[0.4657290709861456]], [[0.4329665893511059]]], "std": [[[0.32276153843275424]], [[0.4399546987683168]], [[0.44033166369942045]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7190573804844259]], [[0.7272257124866978]], [[0.24706279324424274]]], "std": [[[0.2691113882742084]], [[0.37745068402193876]], [[0.29327966653335463]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3471681703973269]], [[0.6901402248119247]], [[0.5046194552236954]]], "std": [[[0.3388732819237361]], [[0.4095187160029699]], [[0.3922539973642388]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4597300808494117]], [[0.7234223193193012]], [[0.47820935015365884]]], "std": [[[0.4121034778647027]], [[0.35152897357377466]], [[0.42283541643040484]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.36], "mean": [2.1799999999999997], "std": [1.2643839079435748], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [219]}, "index": {"min": [45493], "max": [45711], "mean": [45602.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [219]}}} +{"episode_index": 178, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.02089616470038891, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 0.53914475440979, 0.4864048361778259, 0.0, -0.3393614888191223, -2.481858253479004, 0.0, -0.44878047704696655, 0.0, 0.0, -0.44878047704696655, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.18089525401592255, 0.22044524550437927, 0.1952918916940689, 2.2609705924987793, 1.297153353691101, 1.5707963705062866, 2.4328413009643555, 1.677316427230835, -0.29788267612457275, 0.44878047704696655, 0.0, 0.44878047704696655, 0.44878047704696655, 0.0, 0.44878047704696655, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500001573935151, 0.17866620421409607, 0.21772800385951996, -0.17793649435043335, 1.0900236368179321, 0.9178595542907715, 0.8306600451469421, 1.2585114240646362, 0.8022781014442444, -1.4965237379074097, 0.033395156264305115, -0.033395156264305115, 0.033395156264305115, 0.033395156264305115, -0.033395156264305115, 0.033395156264305115, -2.3561995029449463, 1.5707988739013672, -1.0471972227096558, -1.5707988739013672, 0.0, -1.0471972227096558, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4551915228366852e-10, 0.015796929597854614, 0.0192506592720747, 0.31840837001800537, 1.3699852228164673, 0.23315592110157013, 0.3804200291633606, 0.783602774143219, 0.6193588972091675, 0.7287688255310059, 0.11173275113105774, 0.11173275113105774, 0.11173275113105774, 0.11173275113105774, 0.11173275113105774, 0.11173275113105774, 5.0067901611328125e-06, 2.5033950805664062e-06, 3.5762786865234375e-07, 2.5033950805664062e-06, 0.0, 3.5762786865234375e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [263]}, "observation.state": {"min": [-0.9820945262908936, -0.18878287076950073, 0.0, 1.2996934652328491, 0.1883886605501175, -0.9820945262908936, -0.00028309389017522335, -0.2885880470275879, 0.0, -0.0001744846231304109, 0.9999998211860657, 0.7509999871253967, NaN], "max": [-0.9820187091827393, -0.1883886754512787, 0.0005599932046607137, 1.3247851133346558, 0.18878273665905, -0.9820188283920288, 0.0, -0.2460680454969406, 0.0006015461403876543, 0.0, 1.0, 0.7780197262763977, NaN], "mean": [-0.9820960164070129, -0.18839821219444275, 2.037825652223546e-05, 1.300370693206787, 0.18839821219444275, -0.9820960164070129, -1.0678097169147804e-05, -0.2471909075975418, 2.2026120859663934e-05, -6.643958386121085e-06, 1.0, 0.7517337203025818, NaN], "std": [8.483751116727944e-06, 4.059807906742208e-05, 9.569744725013152e-05, 0.0033856246154755354, 4.0578928746981546e-05, 8.46430157253053e-06, 4.967115091858432e-05, 0.005643501877784729, 0.00010333515820093453, 3.077452493016608e-05, 3.0307958809316915e-08, 0.0036501018330454826, NaN], "count": [263]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1296230809412784]], [[0.12698426128770307]], [[0.1254637317599315]]], "std": [[[0.3039970370635491]], [[0.3005006580223475]], [[0.29890972990052384]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4410092476921003]], [[0.4211162020021578]], [[0.41255338495303734]]], "std": [[[0.3986864202693137]], [[0.39894064391569223]], [[0.4021141622888824]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6530573536620284]], [[0.6091992709672357]], [[0.5951443695428994]]], "std": [[[0.19486410292858986]], [[0.23929702332183353]], [[0.2606113180364388]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660095018343167]], [[0.41315958857124463]], [[0.3938426812741444]]], "std": [[[0.3046819524883225]], [[0.3101358203759388]], [[0.3203713744140235]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5867872360256985]], [[0.504204023225514]], [[0.47166275126719065]]], "std": [[[0.2146744263575687]], [[0.2683504555900458]], [[0.2972319862198143]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956295572091564]], [[0.9956295572091564]], [[0.9956295572091564]]], "std": [[[0.019699208929594557]], [[0.019699208929594557]], [[0.019699208929594557]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.593371568660979]], [[0.593371568660979]], [[0.593371568660979]]], "std": [[[0.33739668394400263]], [[0.33739668394400263]], [[0.33739668394400263]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.08185176467905995]], [[0.08185176467905995]], [[0.08185176467905995]]], "std": [[[0.06104530277950675]], [[0.06104530277950675]], [[0.06104530277950675]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1889760442462269]], [[0.1889760442462269]], [[0.1889760442462269]]], "std": [[[0.3392095117516773]], [[0.3392095117516773]], [[0.3392095117516773]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10206094048713497]], [[0.10206094048713497]], [[0.10206094048713497]]], "std": [[[0.08341890382303238]], [[0.08341890382303238]], [[0.08341890382303238]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1425257270378484]], [[0.09868479994850099]], [[0.030276363231589276]]], "std": [[[0.34372531308054216]], [[0.2715240919239067]], [[0.12462299582094968]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.501931196527036]], [[0.4848843639504295]], [[0.10846789392546458]]], "std": [[[0.4545174870418192]], [[0.4471506059411078]], [[0.2090605581420292]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5408681739512945]], [[0.41574938761113694]], [[0.6448089125462435]]], "std": [[[0.38035381706837545]], [[0.39429874522590286]], [[0.3953114939905639]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.632740716600583]], [[0.3858710553473467]], [[0.4593483578992967]]], "std": [[[0.3758816488613265]], [[0.3980941929944344]], [[0.425343571889067]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4301893795375953]], [[0.6448814926127764]], [[0.6214777598738275]]], "std": [[[0.367776555554007]], [[0.36651272486594516]], [[0.3848003479747703]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.24], "mean": [2.6199999999999997], "std": [1.5184202316881845], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [263]}, "index": {"min": [45712], "max": [45974], "mean": [45843.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [263]}}} +{"episode_index": 179, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3778672516345978, 0.025464791804552078, 0.017558742314577103, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -1.015873670578003, -4.360670566558838, 1.0471975803375244, -4.095967769622803, 0.0, -0.30243903398513794, 0.0, 0.0, -0.30243903398513794, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3778672516345978, 0.9168910980224609, 0.6322240829467773, 0.8585542440414429, 1.005359172821045, 1.732391119003296, 1.5707963705062866, 0.0, 1.3343603610992432, -2.481858253479004, 0.30243903398513794, 0.0, 0.30243903398513794, 0.30243903398513794, 0.0, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.377868115901947, 0.8643290996551514, 0.595981776714325, 0.157446026802063, -0.11815774440765381, 1.4207255840301514, 0.27790018916130066, -2.2800581455230713, 1.1856452226638794, -3.34619140625, 0.02739349938929081, -0.02739349938929081, 0.02739349938929081, 0.02739349938929081, -0.02739349938929081, 0.02739349938929081, -2.3561995029449463, 1.5707987546920776, -1.047196388244629, -1.5707987546920776, 0.0, -1.047196388244629, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.642673492431641e-07, 0.170450359582901, 0.11753040552139282, 0.6631200909614563, 1.035464882850647, 0.27565452456474304, 1.0544708967208862, 1.759350299835205, 0.10564765334129333, 0.6530625820159912, 0.08426579087972641, 0.08426579087972641, 0.08426579087972641, 0.08426579087972641, 0.08426579087972641, 0.08426579087972641, 5.0067901611328125e-06, 2.384185791015625e-06, 1.1920928955078125e-06, 2.384185791015625e-06, 0.0, 1.1920928955078125e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [247]}, "observation.state": {"min": [-0.646837055683136, 0.7626281976699829, -0.00040072083356790245, 1.8823630809783936, -0.7627449035644531, -0.646837055683136, -2.0238783804416016e-07, -0.11567629873752594, -1.1630908147708396e-07, -1.7575871424924117e-07, 0.9999998211860657, 0.7509999871253967, NaN], "max": [-0.6466994285583496, 0.7627448439598083, 5.880553288761803e-08, 1.883599042892456, -0.7626281976699829, -0.6466993093490601, 0.000399015931179747, -0.10998561978340149, 4.5200184104032815e-05, 0.0005636912537738681, 1.0, 0.8206745982170105, NaN], "mean": [-0.6468296051025391, 0.7626342177391052, -1.819667886593379e-05, 1.882420539855957, -0.7626342177391052, -0.6468296051025391, 1.811433867260348e-05, -0.1101846769452095, 2.047913085334585e-06, 2.5594030375941657e-05, 1.0, 0.7535498738288879, NaN], "std": [2.538114131311886e-05, 2.1496152839972638e-05, 7.437229214701802e-05, 0.0002343893429497257, 2.151141598005779e-05, 2.5399482183274813e-05, 7.404451753245667e-05, 0.0008535124361515045, 8.377901394851506e-06, 0.00010461184865562245, 2.8380865657595677e-08, 0.010776713490486145, NaN], "count": [247]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12411271710216182]], [[0.11710644133170522]], [[0.09630644857375253]]], "std": [[[0.29384648419029064]], [[0.27835975720325185]], [[0.23363499293559292]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4345933235029246]], [[0.4014695481968308]], [[0.31968808636275553]]], "std": [[[0.3937083880755679]], [[0.37312871270644665]], [[0.31700556998328316]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7168544073557743]], [[0.7121661473179949]], [[0.6252660480080682]]], "std": [[[0.21475656174669028]], [[0.216876890468544]], [[0.20458601871260046]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6368250636529021]], [[0.6290127547205744]], [[0.5770437614120919]]], "std": [[[0.2815125771695029]], [[0.291505356099676]], [[0.30608996158740376]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6502506016599041]], [[0.618792502603449]], [[0.5271084851983953]]], "std": [[[0.28329791782876573]], [[0.29896756490564774]], [[0.3052051039140497]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970522024205872]], [[0.9970522024205872]], [[0.9970522024205872]]], "std": [[[0.015263667109410572]], [[0.015263667109410572]], [[0.015263667109410572]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5752523068938256]], [[0.5752523068938256]], [[0.5752523068938256]]], "std": [[[0.33113074957481536]], [[0.33113074957481536]], [[0.33113074957481536]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1710825237998486]], [[0.1710825237998486]], [[0.1710825237998486]]], "std": [[[0.12732550817652702]], [[0.12732550817652702]], [[0.12732550817652702]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06675350954307376]], [[0.06675350954307376]], [[0.06675350954307376]]], "std": [[[0.09288311956495403]], [[0.09288311956495403]], [[0.09288311956495403]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13676466900155637]], [[0.13676466900155637]], [[0.13676466900155637]]], "std": [[[0.1098180405471971]], [[0.1098180405471971]], [[0.1098180405471971]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10954586730557618]], [[0.08214801671840036]], [[0.08846364793993929]]], "std": [[[0.27578904202797005]], [[0.2562139092013651]], [[0.26859864467798805]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41122652386422237]], [[0.3542877922551668]], [[0.27840636871006397]]], "std": [[[0.4490676726935173]], [[0.3762738260315149]], [[0.4001229688194655]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.688849569936384]], [[0.4293051993205887]], [[0.4209107545073362]]], "std": [[[0.39613890000775226]], [[0.42558490957988965]], [[0.2336258674926049]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48054024063713924]], [[0.46780661185509737]], [[0.5743352155950784]]], "std": [[[0.3694802763342223]], [[0.4281653209693259]], [[0.3507062829584674]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5276585924544572]], [[0.6742146435538067]], [[0.481544072887183]]], "std": [[[0.3891293701141546]], [[0.3565847677605363]], [[0.37392517605028414]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.92], "mean": [2.46], "std": [1.426043477598071], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [247]}, "index": {"min": [45975], "max": [46221], "mean": [46098.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [247]}}} +{"episode_index": 180, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36919966340065, 0.025464791804552078, 0.01221280824393034, -1.1902135610580444, -1.5707963705062866, 0.6997811198234558, 1.5338399410247803, -3.7706451416015625, 0.06960538029670715, -2.481858253479004, 0.0, -0.6682927012443542, 0.0, 0.0, -0.6682927012443542, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36919966340065, 1.0273876190185547, 0.49273088574409485, 1.0263547897338867, 2.121563196182251, 3.074958324432373, 2.395922899246216, 0.0, 1.8176167011260986, -0.011758295819163322, 0.6682927012443542, 0.0, 0.6682927012443542, 0.6682927012443542, 0.0, 0.6682927012443542, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3692001700401306, 0.9786401391029358, 0.469352662563324, -0.5077000260353088, 0.4403969347476959, 1.4336920976638794, 1.9176610708236694, -2.0317893028259277, 1.2861655950546265, -1.0755696296691895, 0.07152383029460907, -0.07152383029460907, 0.07152383029460907, 0.07152383029460907, -0.07152383029460907, 0.07152383029460907, -2.3561999797821045, 1.5707993507385254, -1.047200083732605, -1.5707993507385254, 0.0, -1.047200083732605, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 0.1752833127975464, 0.08406441658735275, 0.6411753296852112, 1.1374326944351196, 0.775518000125885, 0.3053779602050781, 1.3111693859100342, 0.5836834907531738, 0.8663974404335022, 0.19755738973617554, 0.19755738973617554, 0.19755738973617554, 0.19755738973617554, 0.19755738973617554, 0.19755738973617554, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.5033950805664062e-06, 2.9802322387695312e-06, 0.0, 2.5033950805664062e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [335]}, "observation.state": {"min": [-0.7930180430412292, -0.6095163822174072, -1.2718362540908856e-07, 2.1057276725769043, 0.6091981530189514, -0.7930180430412292, -9.359527552987856e-08, -0.24905048310756683, -4.384083851505238e-08, -1.5170277833931323e-07, 0.999997079372406, 0.7509999871253967, NaN], "max": [-0.7927701473236084, -0.6091981530189514, 0.002305972157046199, 2.1536428928375244, 0.6095191836357117, -0.7927709221839905, 0.0007563979597762227, -0.2442181408405304, 0.0013672569766640663, 0.0020049468148499727, 1.0, 0.7844460010528564, NaN], "mean": [-0.7930032014846802, -0.6092130541801453, 0.00011787086259573698, 2.1076669692993164, 0.6092130541801453, -0.7930032014846802, 3.867676787194796e-05, -0.24435196816921234, 6.987904635025188e-05, 0.0001025004603434354, 1.0, 0.7523930072784424, NaN], "std": [4.8232443077722564e-05, 6.197369657456875e-05, 0.00045125099131837487, 0.00775802880525589, 6.245006079552695e-05, 4.8099122068379074e-05, 0.00014811936125624925, 0.0006232279702089727, 0.00026755439466796815, 0.00039240476326085627, 5.187837928133376e-07, 0.005504913628101349, NaN], "count": [335]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1141499613422196]], [[0.1039580604992587]], [[0.07976829740137907]]], "std": [[[0.2743900810877193]], [[0.2485880204079602]], [[0.19935325281049754]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40222566487694217]], [[0.3503168382294267]], [[0.262997106533869]]], "std": [[[0.3756771319541296]], [[0.33038064246394383]], [[0.2838904631264318]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.027450980392156862]], [[0.03137254901960784]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4982283162709357]], [[0.5335568470539955]], [[0.3634381646506282]]], "std": [[[0.19397798629068447]], [[0.19902119419906153]], [[0.24370298379344496]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3165683250284485]], [[0.2888168707515837]], [[0.21324902785573038]]], "std": [[[0.2814694510729551]], [[0.2670418842623691]], [[0.2588134264996294]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49286199943538855]], [[0.42833834845110713]], [[0.32715069560535137]]], "std": [[[0.33598655093732477]], [[0.31542412494171923]], [[0.32614534543448076]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958131578612089]], [[0.9958131578612089]], [[0.9958131578612089]]], "std": [[[0.01897427063517763]], [[0.01897427063517763]], [[0.01897427063517763]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5843316924731659]], [[0.5843316924731659]], [[0.5843316924731659]]], "std": [[[0.33200852813338244]], [[0.33200852813338244]], [[0.33200852813338244]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.0657677690001482]], [[0.0657677690001482]], [[0.0657677690001482]]], "std": [[[0.05521221300416672]], [[0.05521221300416672]], [[0.05521221300416672]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25979869120111365]], [[0.25979869120111365]], [[0.25979869120111365]]], "std": [[[0.39444259899672357]], [[0.39444259899672357]], [[0.39444259899672357]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2603297612605454]], [[0.2603297612605454]], [[0.2603297612605454]]], "std": [[[0.3411101743083982]], [[0.3411101743083982]], [[0.3411101743083982]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08326481417778288]], [[0.08512989885944461]], [[0.1250157025020603]]], "std": [[[0.24610473731324775]], [[0.26228378899980254]], [[0.30664096514679595]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3544479809775557]], [[0.25374044904716786]], [[0.38412009862595564]]], "std": [[[0.4388236946167998]], [[0.33943921803635296]], [[0.391821175923438]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8508933186078371]], [[0.7360668065454696]], [[0.23529958941615017]]], "std": [[[0.2914242651548167]], [[0.26295791889667486]], [[0.31143775556729336]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4266236113541891]], [[0.28118523614774044]], [[0.5556079008054094]]], "std": [[[0.35467647183286843]], [[0.3783730560314414]], [[0.4411041977604132]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4773086620921068]], [[0.5422893452719825]], [[0.34129543060341677]]], "std": [[[0.3985211112877907]], [[0.42544451463204364]], [[0.38635154751328954]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.68], "mean": [3.3400000000000003], "std": [1.9341147845978532], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [335]}, "index": {"min": [46222], "max": [46556], "mean": [46389.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [335]}}} +{"episode_index": 181, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10288984328508377, 0.025464791804552078, 0.004358676262199879, -1.8607275485992432, -1.6558443307876587, 1.0471975803375244, -1.4784331321716309, -2.358280897140503, 0.5336006879806519, -6.53506326675415, 0.0, -0.6195122003555298, 0.0, 0.0, -0.6195122003555298, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10288984328508377, 2.4069390296936035, 0.41198328137397766, -0.24995575845241547, -0.8059906363487244, 2.6670494079589844, 1.5707963705062866, 0.00851479172706604, 1.955722451210022, -1.9714219570159912, 0.6195122003555298, 0.0, 0.6195122003555298, 0.6195122003555298, 0.0, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.10288999229669571, 2.1803534030914307, 0.37319955229759216, -0.981444776058197, -1.378919005393982, 1.4797394275665283, 0.08803419768810272, -1.5133991241455078, 1.2132817506790161, -4.279847621917725, 0.08765941113233566, -0.08765941113233566, 0.08765941113233566, 0.08765941113233566, -0.08765941113233566, 0.08765941113233566, -2.3562002182006836, 1.5707995891571045, -1.0472018718719482, -1.5707995891571045, 0.0, -1.0472018718719482, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 0.5576559901237488, 0.0954514741897583, 0.38342466950416565, 0.2182808816432953, 0.5111985802650452, 1.048532247543335, 0.9225034713745117, 0.4940781593322754, 1.7797985076904297, 0.21019504964351654, 0.21019504964351654, 0.21019504964351654, 0.21019504964351654, 0.21019504964351654, 0.21019504964351654, 5.7220458984375e-06, 3.2186508178710938e-06, 4.291534423828125e-06, 3.2186508178710938e-06, 0.0, 4.291534423828125e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [399]}, "observation.state": {"min": [0.6574561595916748, 0.7512244582176208, -0.0031254447530955076, 1.7230772972106934, -0.7534892559051514, 0.6574346423149109, -0.005807388108223677, -0.08723641186952591, -0.002325346227735281, -6.976384270274139e-07, 0.999978244304657, 0.7509999871253967, NaN], "max": [0.6600468158721924, 0.7534863352775574, 1.0477888281457126e-06, 1.7285364866256714, -0.7512244582176208, 0.6600468158721924, -0.0, -0.08030343800783157, -0.0, 0.0061704539693892, 1.0, 0.8205519914627075, NaN], "mean": [0.659844696521759, 0.751401424407959, -0.00024491609656251967, 1.7233518362045288, -0.751401424407959, 0.6598436832427979, -0.0004558672371786088, -0.08326532691717148, -0.00018213906150776893, 0.0004843806673306972, 0.9999986290931702, 0.7554119229316711, NaN], "std": [0.0006162154022604227, 0.0005384748219512403, 0.0007430586265400052, 0.0009375012596137822, 0.0005390699952840805, 0.0006206418620422482, 0.0013823355548083782, 0.0007886781822890043, 0.000552681740373373, 0.0014688533265143633, 4.556317435344681e-06, 0.013873511925339699, NaN], "count": [399]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09185567136125679]], [[0.0877884960078214]], [[0.07467112991361176]]], "std": [[[0.2289740635022402]], [[0.22455231837953132]], [[0.19532791828689378]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29077570641813033]], [[0.2742402696723846]], [[0.22693194017800683]]], "std": [[[0.2962390785983302]], [[0.2932410876448322]], [[0.25529376389677483]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7116518238224465]], [[0.7141729856882393]], [[0.6252435574277588]]], "std": [[[0.25095876292358665]], [[0.2601415694167344]], [[0.25067390672583895]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5669808655721787]], [[0.5747196060326254]], [[0.48541590876629714]]], "std": [[[0.2664416089963912]], [[0.2684091926975729]], [[0.27579320755567027]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46845199092598294]], [[0.45899840339678843]], [[0.3971989718975036]]], "std": [[[0.30444999001662565]], [[0.3135705191756828]], [[0.30994669621180154]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962926082166391]], [[0.9962926082166391]], [[0.9962926082166391]]], "std": [[[0.01797607575511989]], [[0.01797607575511989]], [[0.01797607575511989]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6047772567527062]], [[0.6047772567527062]], [[0.6047772567527062]]], "std": [[[0.3359661523890756]], [[0.3359661523890756]], [[0.3359661523890756]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.11812060825150826]], [[0.11812060825150826]], [[0.11812060825150826]]], "std": [[[0.07228019741588433]], [[0.07228019741588433]], [[0.07228019741588433]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05160111607996025]], [[0.05160111607996025]], [[0.05160111607996025]]], "std": [[[0.04736324948967412]], [[0.04736324948967412]], [[0.04736324948967412]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2227440425778738]], [[0.2227440425778738]], [[0.2227440425778738]]], "std": [[[0.3105893526887038]], [[0.3105893526887038]], [[0.3105893526887038]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03453193642287119]], [[0.09834747208961898]], [[0.1320665383214946]]], "std": [[[0.13870829702585272]], [[0.2603615091021425]], [[0.32321317384137555]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588141080446405]], [[0.16411981564966194]], [[0.321328872768628]]], "std": [[[0.45293153088931193]], [[0.2954504650555879]], [[0.3661142635955276]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8008873908579881]], [[0.5234567498898606]], [[0.19607564586656798]]], "std": [[[0.3615656283714885]], [[0.26088092408313257]], [[0.22843505965811764]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32675102042458515]], [[0.34410911485417667]], [[0.8574495279593318]]], "std": [[[0.3424848361878219]], [[0.25697605944376484]], [[0.3015040387955374]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3259800119493781]], [[0.5751532584854331]], [[0.44229303871611914]]], "std": [[[0.3406657382829644]], [[0.4444217551864841]], [[0.40814915665193247]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.96], "mean": [3.98], "std": [2.3036203390894663], "count": [399]}, "frame_index": {"min": [0], "max": [398], "mean": [199.0], "std": [115.18101695447331], "count": [399]}, "episode_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [399]}, "index": {"min": [46557], "max": [46955], "mean": [46756.0], "std": [115.18101695447331], "count": [399]}, "task_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [399]}}} +{"episode_index": 182, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49927374720573425, 0.025464791804552078, 0.01542518101632595, -3.0793752670288086, -1.5707963705062866, 0.5034962892532349, 0.19184492528438568, 0.0, 0.7830492258071899, -3.8864126205444336, 0.0, -0.6878048777580261, 0.0, 0.0, -0.6878048777580261, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49927374720573425, 0.8691483736038208, 0.5264827013015747, -0.7853981852531433, -1.2383301258087158, 1.0471975803375244, 1.5707963705062866, 0.04972721263766289, 1.0471975803375244, -2.481858253479004, 0.6878048777580261, 0.0, 0.6878048777580261, 0.6878048777580261, 0.0, 0.6878048777580261, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49927476048469543, 0.8221535086631775, 0.49801358580589294, -2.3626182079315186, -1.420478105545044, 0.664247989654541, 0.7511360049247742, 0.03272807598114014, 0.9034556746482849, -3.4762778282165527, 0.18750202655792236, -0.18750202655792236, 0.18750202655792236, 0.18750202655792236, -0.18750202655792236, 0.18750202655792236, -2.3561995029449463, 1.5707987546920776, -1.047196388244629, -1.5707987546920776, 0.0, -1.047196388244629, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.15729445219039917, 0.09527959674596786, 0.8977073431015015, 0.11276749521493912, 0.21556581556797028, 0.49431881308555603, 0.01888732798397541, 0.0861901044845581, 0.5604434013366699, 0.2973468005657196, 0.2973468005657196, 0.2973468005657196, 0.2973468005657196, 0.2973468005657196, 0.2973468005657196, 5.0067901611328125e-06, 2.384185791015625e-06, 1.1920928955078125e-06, 2.384185791015625e-06, 0.0, 1.1920928955078125e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [248]}, "observation.state": {"min": [0.9852958917617798, -0.17085668444633484, -0.003184427274391055, 2.061326503753662, 0.17059551179409027, 0.9852958917617798, -0.00041075190529227257, -0.2795862555503845, -5.446150908028358e-07, -0.00013959553325548768, 0.9999948740005493, 0.7509999871253967, NaN], "max": [0.9853370785713196, -0.17059583961963654, 5.947163685959822e-07, 2.0871975421905518, 0.17085668444633484, 0.9853410720825195, 0.0, -0.2698248028755188, 0.003207711735740304, 3.401057995233714e-07, 1.0, 0.812899649143219, NaN], "mean": [0.9853005409240723, -0.17082005739212036, -0.0004926389665342867, 2.0645103454589844, 0.17082002758979797, 0.9853008985519409, -6.351675983751193e-05, -0.2712719738483429, 0.0004962515668012202, -2.1496904082596302e-05, 1.0, 0.758154571056366, NaN], "std": [1.1860900485771708e-05, 7.57128800614737e-05, 0.0010061458451673388, 0.006808362435549498, 7.582378020742908e-05, 1.3183026567276102e-05, 0.0001297267444897443, 0.001559903030283749, 0.0010135204065591097, 4.398587407195009e-05, 1.580633693265554e-06, 0.015622747130692005, NaN], "count": [248]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13053156493266574]], [[0.12970853307637475]], [[0.12549423284925612]]], "std": [[[0.31060517060223425]], [[0.3077623927621729]], [[0.29862484004414924]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4310421440215223]], [[0.4299950834545371]], [[0.41591991234440495]]], "std": [[[0.41724283711444893]], [[0.41008648999038244]], [[0.39806926857854796]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7022896590940333]], [[0.6966611090659033]], [[0.6601875891425617]]], "std": [[[0.2076986289078876]], [[0.2078003757792407]], [[0.2092773897529575]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5682536835533776]], [[0.562827635920823]], [[0.5343536774512821]]], "std": [[[0.2795015419463087]], [[0.2719232525623854]], [[0.28313025822151405]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47069904398269685]], [[0.48126927071912856]], [[0.4784474163660882]]], "std": [[[0.34797779348226276]], [[0.33264215634864874]], [[0.31990029447444934]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960005351068302]], [[0.9960005351068302]], [[0.9960005351068302]]], "std": [[[0.018788440289436315]], [[0.018788440289436315]], [[0.018788440289436315]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5969571036102277]], [[0.5969571036102277]], [[0.5969571036102277]]], "std": [[[0.33622697238247173]], [[0.33622697238247173]], [[0.33622697238247173]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.058699074828454004]], [[0.058699074828454004]], [[0.058699074828454004]]], "std": [[[0.054525166886887445]], [[0.054525166886887445]], [[0.054525166886887445]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.049998511356938384]], [[0.049998511356938384]], [[0.049998511356938384]]], "std": [[[0.07185894724135755]], [[0.07185894724135755]], [[0.07185894724135755]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24605902268571325]], [[0.24605902268571325]], [[0.24605902268571325]]], "std": [[[0.32348181536651854]], [[0.32348181536651854]], [[0.32348181536651854]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1461426066408233]], [[0.03706219108141871]], [[0.12824562476404672]]], "std": [[[0.34975572459185544]], [[0.145346053239614]], [[0.31313593547284646]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4525905715249405]], [[0.26661476130413175]], [[0.20343267410585864]]], "std": [[[0.4690717505353877]], [[0.35649450549985295]], [[0.2988633953885193]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7963666675383946]], [[0.5303890789926312]], [[0.24976111033996717]]], "std": [[[0.2811552434897755]], [[0.3778225909569113]], [[0.29276546195384723]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7373931754432904]], [[0.5221609290205601]], [[0.34417831798086357]]], "std": [[[0.3970808199177609]], [[0.339226592512426]], [[0.35819511755890443]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35453363293951345]], [[0.528451935940068]], [[0.44959797517721223]]], "std": [[[0.41669111059138886]], [[0.4269352532089262]], [[0.3445661825174487]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.94], "mean": [2.4699999999999998], "std": [1.431817027416562], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [248]}, "index": {"min": [46956], "max": [47203], "mean": [47079.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [248]}}} +{"episode_index": 183, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08797697722911835, 0.025464791804552078, 0.005049682222306728, -0.7853981852531433, -1.8635395765304565, 0.6073846220970154, 1.5707963705062866, -1.5751452445983887, 1.0471975803375244, -3.2535550594329834, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08797697722911835, 2.2156853675842285, 0.43937167525291443, -0.47230544686317444, -1.5707963705062866, 1.0471975803375244, 1.815672755241394, 0.0, 1.4505057334899902, -2.481858253479004, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08797717839479446, 1.794989824295044, 0.35594767332077026, -0.6648561954498291, -1.689469337463379, 0.8706054091453552, 1.6696481704711914, -0.6737504601478577, 1.2154208421707153, -2.8198516368865967, 0.053605057299137115, -0.053605057299137115, 0.053605057299137115, 0.053605057299137115, -0.053605057299137115, 0.053605057299137115, -2.356198787689209, 1.5707980394363403, -1.047196388244629, -1.5707980394363403, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.0116567611694336e-07, 0.6649001240730286, 0.1318502277135849, 0.12585391104221344, 0.11956176161766052, 0.18255938589572906, 0.10204412788152695, 0.6884658932685852, 0.16948184370994568, 0.34174299240112305, 0.12253831326961517, 0.12253831326961517, 0.12253831326961517, 0.12253831326961517, 0.12253831326961517, 0.12253831326961517, 4.291534423828125e-06, 1.6689300537109375e-06, 1.1920928955078125e-06, 1.6689300537109375e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [182]}, "observation.state": {"min": [0.0037071777042001486, -0.999992847442627, 0.0, 1.355100393295288, 0.999977171421051, 0.00370754674077034, 0.0, -0.2891831696033478, -0.0004993561306037009, 0.0, 0.9999995827674866, 0.7509999871253967, NaN], "max": [0.006755511276423931, -0.999977171421051, 0.0007524329703301191, 1.3771796226501465, 0.9999930262565613, 0.006755511276423931, 0.0004965590196661651, -0.27439287304878235, 0.0, 0.0007505795801989734, 1.0, 0.8133523464202881, NaN], "mean": [0.006517708767205477, -0.9999797940254211, 5.852726462762803e-05, 1.356397032737732, 0.9999797940254211, 0.0065177311189472675, 3.855560862575658e-05, -0.2753407061100006, -3.880783697240986e-05, 5.836031414219178e-05, 1.0, 0.7550578117370605, NaN], "std": [0.0007236981764435768, 4.105606876692036e-06, 0.0001782713079592213, 0.004196746274828911, 4.132271442358615e-06, 0.0007236218662001193, 0.00011749769328162074, 0.0029756068252027035, 0.00011823205568362027, 0.00017778511391952634, 8.946153684519231e-08, 0.012681134976446629, NaN], "count": [182]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1304872342151867]], [[0.13011121504790146]], [[0.12927801884407536]]], "std": [[[0.3045022135953408]], [[0.3038623752356214]], [[0.30257404242314084]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46005256921687315]], [[0.4571152229846489]], [[0.4499102656691417]]], "std": [[[0.3980297012040243]], [[0.3969649914859844]], [[0.39613782076861614]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7412741054562791]], [[0.7403780683984548]], [[0.7367092284470301]]], "std": [[[0.232765665234441]], [[0.23323804381093644]], [[0.23597245277805318]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.580417007814035]], [[0.5780705737511995]], [[0.5661231429680726]]], "std": [[[0.3201888568532432]], [[0.32081252505184665]], [[0.32211853478602975]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.632304949201732]], [[0.625681992314042]], [[0.6155331856760351]]], "std": [[[0.30246675725616073]], [[0.3039689647247677]], [[0.30674258262682963]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959803955096624]], [[0.9959803955096624]], [[0.9959803955096624]]], "std": [[[0.018606894572482085]], [[0.018606894572482085]], [[0.018606894572482085]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5814601161007475]], [[0.5814601161007475]], [[0.5814601161007475]]], "std": [[[0.3341726925656826]], [[0.3341726925656826]], [[0.3341726925656826]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.13810435119637954]], [[0.13810435119637954]], [[0.13810435119637954]]], "std": [[[0.08497791979447825]], [[0.08497791979447825]], [[0.08497791979447825]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06911762895370521]], [[0.06911762895370521]], [[0.06911762895370521]]], "std": [[[0.07360418431205364]], [[0.07360418431205364]], [[0.07360418431205364]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17722711798032711]], [[0.17722711798032711]], [[0.17722711798032711]]], "std": [[[0.24830287975311363]], [[0.24830287975311363]], [[0.24830287975311363]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10017533130690119]], [[0.05101071085388432]], [[0.07857953142612675]]], "std": [[[0.27966995481303225]], [[0.15995979238513713]], [[0.2504483108271389]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27758618271014845]], [[0.38383381915400816]], [[0.2936507241041487]]], "std": [[[0.3776493734915861]], [[0.45492357827289837]], [[0.38065275505513274]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9074290664933939]], [[0.5943846559792824]], [[0.2392534468457196]]], "std": [[[0.20700105436079613]], [[0.2798450011146972]], [[0.2843402451660875]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.439388844967213]], [[0.7771197425586287]], [[0.4881855868505879]]], "std": [[[0.3678816488265271]], [[0.3161605010639232]], [[0.38365407890914466]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6054714928206499]], [[0.5065028636262139]], [[0.47264236423340583]]], "std": [[[0.3899690827049197]], [[0.40873354387658284]], [[0.4192219997606253]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.62], "mean": [1.81], "std": [1.0507616285342742], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [182]}, "index": {"min": [47204], "max": [47385], "mean": [47294.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [182]}}} +{"episode_index": 184, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15739068388938904, 0.025464791804552078, 0.0027910990174859762, -2.2504239082336426, -1.5707963705062866, -0.844883382320404, 1.3270726203918457, 0.0, -0.8138754367828369, -3.5877630710601807, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15739068388938904, 1.9040952920913696, 0.20870065689086914, -0.7853981852531433, -1.3419079780578613, 1.0471975803375244, 1.6002154350280762, 2.8632352352142334, 1.0471975803375244, -2.4696366786956787, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15739060938358307, 1.6508171558380127, 0.18094001710414886, -1.5687096118927002, -1.4717249870300293, 0.09025309979915619, 1.5052177906036377, 1.4058325290679932, 0.14281611144542694, -2.9936060905456543, 0.06686752289533615, -0.06686752289533615, 0.06686752289533615, 0.06686752289533615, -0.06686752289533615, 0.06686752289533615, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-08, 0.5059011578559875, 0.055449891835451126, 0.6011038422584534, 0.07777561992406845, 0.7907829880714417, 0.09208530187606812, 1.218782663345337, 0.7637056112289429, 0.47253721952438354, 0.16296593844890594, 0.16296593844890594, 0.16296593844890594, 0.16296593844890594, 0.16296593844890594, 0.16296593844890594, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [223]}, "observation.state": {"min": [0.6153783202171326, -0.7882317304611206, -0.00032964139245450497, 2.0404155254364014, 0.7877926230430603, 0.6153784394264221, -0.00020401009533088654, -0.2713353931903839, -0.0004146404389757663, -0.0001340309827355668, 0.9999998211860657, 0.7509999871253967, NaN], "max": [0.6159404516220093, -0.7877926230430603, 0.0005357304471544921, 2.07932710647583, 0.7882317900657654, 0.6159405708312988, 0.00011317662574583665, -0.24226900935173035, 0.0003637571644503623, 0.00035745662171393633, 1.0, 0.7833341360092163, NaN], "mean": [0.6155921816825867, -0.788065493106842, 2.9336406441871077e-05, 2.0424437522888184, 0.788065493106842, 0.6155921816825867, 2.4771927655820036e-06, -0.26975488662719727, -2.0007022612844594e-05, 2.1600277250399813e-05, 1.0, 0.7527721524238586, NaN], "std": [5.597393464995548e-05, 4.370103488327004e-05, 0.00011694472777890041, 0.00701008690521121, 4.371197792352177e-05, 5.59584004804492e-05, 3.102467962889932e-05, 0.005390724167227745, 9.254833275917917e-05, 7.793147960910574e-05, 2.793995612648814e-08, 0.006028472911566496, NaN], "count": [223]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12829000107960148]], [[0.11727278981768147]], [[0.10199550724841765]]], "std": [[[0.3018670239377058]], [[0.27969012145825595]], [[0.24766968703208475]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4537039544931204]], [[0.3978328669588967]], [[0.3352189948172422]]], "std": [[[0.3979298967025923]], [[0.37377904771624754]], [[0.33185832419387373]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7395062747646166]], [[0.7263998481852301]], [[0.7162453726335102]]], "std": [[[0.198169376614809]], [[0.2018457718213492]], [[0.206293583562028]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3888234529679318]], [[0.34465117002650725]], [[0.322919815113214]]], "std": [[[0.2926458313012241]], [[0.2869153662407742]], [[0.2792690497934937]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48597156691752313]], [[0.4006183876922747]], [[0.35217785931786616]]], "std": [[[0.32461508157582003]], [[0.32947235516025264]], [[0.3231686730673563]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962637741393195]], [[0.9962637741393195]], [[0.9962637741393195]]], "std": [[[0.017952521509312036]], [[0.017952521509312036]], [[0.017952521509312036]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5885593247729652]], [[0.5885593247729652]], [[0.5885593247729652]]], "std": [[[0.333405363537696]], [[0.333405363537696]], [[0.333405363537696]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.062196038197776284]], [[0.062196038197776284]], [[0.062196038197776284]]], "std": [[[0.050356188497428116]], [[0.050356188497428116]], [[0.050356188497428116]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2493692954627903]], [[0.2493692954627903]], [[0.2493692954627903]]], "std": [[[0.38410297076609967]], [[0.38410297076609967]], [[0.38410297076609967]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27859074184716465]], [[0.27859074184716465]], [[0.27859074184716465]]], "std": [[[0.3710573729406288]], [[0.3710573729406288]], [[0.3710573729406288]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0945996589532157]], [[0.08362478416352005]], [[0.11096186056242545]]], "std": [[[0.27837942890604195]], [[0.26095756490389194]], [[0.26889308200572665]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5348329843068858]], [[0.35226941623063507]], [[0.2574035664400845]]], "std": [[[0.4765705562809407]], [[0.4188851670418875]], [[0.3738092884975419]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2530586585716671]], [[0.2502460619691261]], [[0.9299672565582439]]], "std": [[[0.20528970046604342]], [[0.2846022481537504]], [[0.2247302088968003]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3166020622400323]], [[0.6926146674257405]], [[0.36837393909035865]]], "std": [[[0.3933772585746355]], [[0.42781150275263763]], [[0.3350862659052893]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3993228860095045]], [[0.6284832537713968]], [[0.16116311303427702]]], "std": [[[0.39390084834055916]], [[0.41503125075571645]], [[0.253109064143712]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.44], "mean": [2.2199999999999998], "std": [1.2874781551544865], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [223]}, "index": {"min": [47386], "max": [47608], "mean": [47497.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [223]}}} +{"episode_index": 185, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4786317050457001, 0.013255365192890167, 0.025464791804552078, -3.0548226833343506, -1.7007334232330322, -0.9407594203948975, -2.1673429012298584, 0.0, 1.0471975803375244, -4.944797515869141, 0.0, -0.41951218247413635, 0.0, 0.0, -0.41951218247413635, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4786317050457001, 0.5767234563827515, 1.1079394817352295, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 1.4237775802612305, 1.640417456626892, -2.481858253479004, 0.41951218247413635, 0.0, 0.41951218247413635, 0.41951218247413635, 0.0, 0.41951218247413635, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47863054275512695, 0.5382166504859924, 1.0339668989181519, -2.0454049110412598, -1.6314862966537476, -0.03020273707807064, -0.5578801035881042, 0.7845553159713745, 1.3771584033966064, -3.8788399696350098, 0.05865709111094475, -0.05865709111094475, 0.05865709111094475, 0.05865709111094475, -0.05865709111094475, 0.05865709111094475, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 0.11491378396749496, 0.22076091170310974, 0.9248926043510437, 0.04576190561056137, 0.7944759726524353, 1.5522524118423462, 0.5670844316482544, 0.23898909986019135, 1.021724820137024, 0.1414702981710434, 0.1414702981710434, 0.1414702981710434, 0.1414702981710434, 0.1414702981710434, 0.1414702981710434, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [257]}, "observation.state": {"min": [0.41553962230682373, -0.9095699191093445, -0.003083150601014495, 1.478085994720459, 0.908172070980072, 0.4155414402484894, -1.0713023584685288e-05, -0.3449108600616455, -7.550947316303791e-07, -0.00282801641151309, 0.999995231628418, 0.7509999871253967, NaN], "max": [0.418597012758255, -0.908172070980072, 0.0, 1.4932000637054443, 0.9095742702484131, 0.418597012758255, 8.395230543101206e-05, -0.32863569259643555, 0.0012307876022532582, 0.0, 1.0, 0.8157964944839478, NaN], "mean": [0.4183639883995056, -0.9082792401313782, -0.00023432442685589194, 1.479130744934082, 0.9082793593406677, 0.41836410760879517, 4.281850124243647e-06, -0.32953837513923645, 9.362113632960245e-05, -0.0002148521161871031, 1.0, 0.7550229430198669, NaN], "std": [0.0007177221123129129, 0.0003284986305516213, 0.0007231564959511161, 0.0032381091732531786, 0.00032938687945716083, 0.0007173523772507906, 1.6608468285994604e-05, 0.0029922793619334698, 0.0002889614552259445, 0.0006631230935454369, 1.0245465773550677e-06, 0.01283272635191679, NaN], "count": [257]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08287899276532884]], [[0.054622582715244714]], [[0.05363564857563011]]], "std": [[[0.20257829781752787]], [[0.15290931289214413]], [[0.15152443463100948]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2797549988566953]], [[0.20754596386620722]], [[0.20323422457454648]]], "std": [[[0.2732481389425687]], [[0.24550571761906254]], [[0.2445293106929235]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5505693362328344]], [[0.4508465269353869]], [[0.43569354606176797]]], "std": [[[0.21227488432112743]], [[0.2863025355660069]], [[0.289946374805097]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5260146664869566]], [[0.47916998761475793]], [[0.4705597592958048]]], "std": [[[0.2958194024070388]], [[0.3265035272459266]], [[0.3292845350338616]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5841604207361273]], [[0.5300157742519737]], [[0.5269695371325919]]], "std": [[[0.28498133206297366]], [[0.34291793940961524]], [[0.3470087133698605]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956942756309801]], [[0.9956942756309801]], [[0.9956942756309801]]], "std": [[[0.019572016188673862]], [[0.019572016188673862]], [[0.019572016188673862]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595137541901614]], [[0.595137541901614]], [[0.595137541901614]]], "std": [[[0.3351832627404675]], [[0.3351832627404675]], [[0.3351832627404675]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.05656307186189684]], [[0.05656307186189684]], [[0.05656307186189684]]], "std": [[[0.049937203700219146]], [[0.049937203700219146]], [[0.049937203700219146]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1134532670015443]], [[0.1134532670015443]], [[0.1134532670015443]]], "std": [[[0.23843767726889328]], [[0.23843767726889328]], [[0.23843767726889328]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11154790580778667]], [[0.11154790580778667]], [[0.11154790580778667]]], "std": [[[0.1343594549788544]], [[0.1343594549788544]], [[0.1343594549788544]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07593357969705443]], [[0.08387652175195853]], [[0.11350075873856948]]], "std": [[[0.2210405794255858]], [[0.25971495944245215]], [[0.28739460344334467]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45051620508673357]], [[0.5261090451159431]], [[0.1363522665931733]]], "std": [[[0.4248058289173907]], [[0.4772756986098007]], [[0.25951535861224173]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.698111618724984]], [[0.6553671818578667]], [[0.3841413433059007]]], "std": [[[0.2761570962603097]], [[0.4082810736405829]], [[0.3880448680935694]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.435242986110692]], [[0.5599775724523248]], [[0.528596287377849]]], "std": [[[0.4107738509280697]], [[0.3239388925929297]], [[0.4360043143406787]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5940372871558938]], [[0.5993609228514086]], [[0.3786716609970824]]], "std": [[[0.41896854955311835]], [[0.35119019822072534]], [[0.34717477220283277]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.12], "mean": [2.5600000000000005], "std": [1.4837789592793127], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [257]}, "index": {"min": [47609], "max": [47865], "mean": [47737.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [257]}}} +{"episode_index": 186, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4721922278404236, 0.008398852311074734, 0.025464791804552078, -1.0390931367874146, -1.5707963705062866, -1.1496601104736328, -0.9078587293624878, 0.0, 0.39403674006462097, -6.200349807739258, 0.0, -0.6634146571159363, 0.0, 0.0, -0.6634146571159363, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4721922278404236, 0.2247796505689621, 0.6815177202224731, -0.7853981852531433, 1.5258147716522217, 1.0471975803375244, 1.5707963705062866, 1.5642917156219482, 1.0471975803375244, -2.481858253479004, 0.6634146571159363, 0.0, 0.6634146571159363, 0.6634146571159363, 0.0, 0.6634146571159363, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47219347953796387, 0.2187788188457489, 0.663324773311615, -0.9041178226470947, 0.8606399893760681, -0.5535585284233093, -0.21278998255729675, 1.123077154159546, 0.5702705979347229, -5.094937324523926, 0.2097085416316986, -0.2097085416316986, 0.2097085416316986, 0.2097085416316986, -0.2097085416316986, 0.2097085416316986, -2.3561999797821045, 1.5707995891571045, -1.0472016334533691, -1.5707995891571045, 0.0, -1.0472016334533691, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 0.02917160838842392, 0.08844660222530365, 0.083004891872406, 1.1102126836776733, 0.723112940788269, 0.8060528039932251, 0.5284607410430908, 0.21544098854064941, 1.241611123085022, 0.30346474051475525, 0.30346474051475525, 0.30346474051475525, 0.30346474051475525, 0.30346474051475525, 0.30346474051475525, 5.4836273193359375e-06, 3.2186508178710938e-06, 4.0531158447265625e-06, 3.2186508178710938e-06, 0.0, 4.0531158447265625e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [392]}, "observation.state": {"min": [-0.0013319721911102533, -0.9999999403953552, 0.0, 2.0812206268310547, 0.999705970287323, -0.0011115006636828184, 0.0, -0.3715066611766815, -0.02424546517431736, 0.0, 0.9994873404502869, 0.7401191592216492, NaN], "max": [0.0007904879166744649, -0.9997799396514893, 0.020970864221453667, 2.100574254989624, 0.9999999403953552, 0.0010194469941779971, 0.024247022345662117, -0.32373371720314026, 0.0, 0.020977333188056946, 1.0, 0.7773458361625671, NaN], "mean": [-0.00026058562798425555, -0.9999662041664124, 0.004036781843751669, 2.0964481830596924, 0.9999547004699707, -0.0001824951614253223, 0.004670451395213604, -0.33076250553131104, -0.0046697878278791904, 0.00403733691200614, 0.9999210834503174, 0.7506762742996216, NaN], "std": [0.0004103159881196916, 6.726253923261538e-05, 0.007162352092564106, 0.007058621849864721, 8.990792412078008e-05, 0.00042509310878813267, 0.008284756913781166, 0.013182507827877998, 0.00828379113227129, 0.007163588888943195, 0.00015684236132074147, 0.005650094710290432, NaN], "count": [392]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12576364371541168]], [[0.12043386569086784]], [[0.11063471448563694]]], "std": [[[0.29837704256098246]], [[0.2865650104986519]], [[0.26526121990126134]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110993213262871]], [[0.38671070904337246]], [[0.3487778978080066]]], "std": [[[0.3890124879945361]], [[0.37353626699219256]], [[0.34656221426467954]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6236361354021448]], [[0.618321062757034]], [[0.5916283260611108]]], "std": [[[0.2538859276319099]], [[0.2666126363496256]], [[0.27130301228270354]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4235915887643659]], [[0.3858142039347116]], [[0.3401433335277957]]], "std": [[[0.20587872884477673]], [[0.2198985420545304]], [[0.22557476268363694]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6212721286455829]], [[0.5816232043243069]], [[0.5251752729681867]]], "std": [[[0.2627399814322616]], [[0.2569913483892202]], [[0.24873959219296535]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963709309584783]], [[0.9963709309584783]], [[0.9963709309584783]]], "std": [[[0.017819765411791113]], [[0.017819765411791113]], [[0.017819765411791113]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5964669202724351]], [[0.5964669202724351]], [[0.5964669202724351]]], "std": [[[0.33861579670588227]], [[0.33861579670588227]], [[0.33861579670588227]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12386235013823593]], [[0.12386235013823593]], [[0.12386235013823593]]], "std": [[[0.18192204674665127]], [[0.18192204674665127]], [[0.18192204674665127]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05801444654329705]], [[0.05801444654329705]], [[0.05801444654329705]]], "std": [[[0.10326775600244752]], [[0.10326775600244752]], [[0.10326775600244752]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13133232615230694]], [[0.13133232615230694]], [[0.13133232615230694]]], "std": [[[0.08352230725394445]], [[0.08352230725394445]], [[0.08352230725394445]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06178372162106524]], [[0.11890313694644439]], [[0.0755376408762609]]], "std": [[[0.18175648294239755]], [[0.2967504137775448]], [[0.24511895870125155]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2808998766840275]], [[0.3916675860043412]], [[0.3862810651978722]]], "std": [[[0.38909950213442207]], [[0.4397259531343284]], [[0.4301212279060607]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5538200123248918]], [[0.6680285739000638]], [[0.4479742451339142]]], "std": [[[0.3822334735745236]], [[0.421645157939465]], [[0.4085202304654254]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7363668311550193]], [[0.6767708488819419]], [[0.2441094394051865]]], "std": [[[0.3733158711401868]], [[0.32075604533471785]], [[0.30375546088244715]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5008358730790972]], [[0.5118581202461492]], [[0.6606366886140934]]], "std": [[[0.4209191264378665]], [[0.4122659775022169]], [[0.3661513596880441]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.82], "mean": [3.91], "std": [2.2632056910497553], "count": [392]}, "frame_index": {"min": [0], "max": [391], "mean": [195.5], "std": [113.16028455248777], "count": [392]}, "episode_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [392]}, "index": {"min": [47866], "max": [48257], "mean": [48061.5], "std": [113.16028455248777], "count": [392]}, "task_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [392]}}} +{"episode_index": 187, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0018816496012732387, 0.025464791804552078, 0.016526807099580765, -2.352830410003662, -1.7590551376342773, 1.0471975803375244, 0.8211103677749634, 0.0, 1.0471975803375244, -3.0614728927612305, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0018816496012732387, 0.3770815432071686, 0.24472826719284058, -0.7853981852531433, -1.5707963705062866, 1.3165457248687744, 1.5707963705062866, 0.6874272227287292, 1.2765235900878906, -2.481858253479004, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.001881647389382124, 0.35991814732551575, 0.23358884453773499, -1.787419319152832, -1.6890649795532227, 1.2184357643127441, 1.0961135625839233, 0.4420059025287628, 1.1652148962020874, -2.8426551818847656, 0.10735020786523819, -0.10735020786523819, 0.10735020786523819, 0.10735020786523819, -0.10735020786523819, 0.10735020786523819, -2.3561978340148926, 1.5707969665527344, -1.047196865081787, -1.5707969665527344, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2118911147117615e-09, 0.06247415393590927, 0.0405460000038147, 0.6292175054550171, 0.07462771236896515, 0.10767777264118195, 0.29362455010414124, 0.2771565914154053, 0.07611044496297836, 0.228193998336792, 0.19465449452400208, 0.19465449452400208, 0.19465449452400208, 0.19465449452400208, 0.19465449452400208, 0.19465449452400208, 3.337860107421875e-06, 5.960464477539062e-07, 7.152557373046875e-07, 5.960464477539062e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [125]}, "observation.state": {"min": [-0.9867327809333801, -0.16283021867275238, -0.0009529157541692257, 1.999340295791626, 0.1623528152704239, -0.9867327809333801, 0.0, -0.16355369985103607, -0.0009773189667612314, 0.0, 0.9999995231628418, 0.7509999871253967, NaN], "max": [-0.9866536259651184, -0.1623528152704239, 3.2514051895304874e-07, 2.0379080772399902, 0.16283006966114044, -0.9866541028022766, 0.00022797161363996565, -0.153227761387825, 2.2186853243510996e-07, 7.071491563692689e-05, 1.0, 0.8010978102684021, NaN], "mean": [-0.9867241382598877, -0.16240547597408295, -0.00010063381341751665, 2.034738779067993, 0.16240543127059937, -0.9867242574691772, 2.4094939362839796e-05, -0.1626318097114563, -0.00010321343870600685, 7.397060471703298e-06, 1.0, 0.7552568912506104, NaN], "std": [2.1302581444615498e-05, 0.00012862472794950008, 0.0002582730376161635, 0.00853948574513197, 0.0001285904145333916, 2.1199501134105958e-05, 6.18388585280627e-05, 0.0024236429017037153, 0.00026489057927392423, 1.9026078007300384e-05, 1.2261763515653001e-07, 0.011353626847267151, NaN], "count": [125]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.12513742522418494]], [[0.11713527675014467]], [[0.10824504137690096]]], "std": [[[0.29650647802880675]], [[0.2796049304228824]], [[0.2603231888634552]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4176904105234995]], [[0.38490307927828976]], [[0.35165017156276007]]], "std": [[[0.39304306660561783]], [[0.3742416664572451]], [[0.3497512143044314]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6473201796295961]], [[0.6181241702658972]], [[0.5974784827374403]]], "std": [[[0.2413111522481793]], [[0.258342942733496]], [[0.26619542345899805]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6488077417485923]], [[0.6344650131999724]], [[0.6188659798791786]]], "std": [[[0.26386579692922246]], [[0.26910919241620934]], [[0.27266817148147615]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5149339397877409]], [[0.46070222377792125]], [[0.42880840962629024]]], "std": [[[0.265433624641344]], [[0.29588017377283965]], [[0.3099348625633987]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965193915875573]], [[0.9965193915875573]], [[0.9965193915875573]]], "std": [[[0.01732909112690191]], [[0.01732909112690191]], [[0.01732909112690191]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5903381700821637]], [[0.5903381700821637]], [[0.5903381700821637]]], "std": [[[0.3343093728224943]], [[0.3343093728224943]], [[0.3343093728224943]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.09970634436873822]], [[0.09970634436873822]], [[0.09970634436873822]]], "std": [[[0.06546374287104982]], [[0.06546374287104982]], [[0.06546374287104982]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3058823529411765]], [[0.3058823529411765]], [[0.3058823529411765]]], "mean": [[[0.07702671175511687]], [[0.07702671175511687]], [[0.07702671175511687]]], "std": [[[0.07271963159420372]], [[0.07271963159420372]], [[0.07271963159420372]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10224412807426585]], [[0.10224412807426585]], [[0.10224412807426585]]], "std": [[[0.10800659031063331]], [[0.10800659031063331]], [[0.10800659031063331]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12008620718558619]], [[0.10627040195374343]], [[0.03635917336053124]]], "std": [[[0.2985289181606663]], [[0.2698850044417143]], [[0.14609457007738816]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4984886973769707]], [[0.2968243662705669]], [[0.13655801583996685]]], "std": [[[0.4756722318397299]], [[0.3900901944765235]], [[0.21665743614759062]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6125102075986512]], [[0.6798139464396956]], [[0.33406598443898605]]], "std": [[[0.3389126395301276]], [[0.3815405672910101]], [[0.3547587428024033]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47486188812243885]], [[0.7664024834857852]], [[0.3230809466428752]]], "std": [[[0.39306642236440914]], [[0.36682298801037316]], [[0.3364066185824719]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6027644034598211]], [[0.6014543197806465]], [[0.4260942404936394]]], "std": [[[0.3574564133789213]], [[0.44071873815004375]], [[0.35358002684468054]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.48], "mean": [1.24], "std": [0.7216647421067486], "count": [125]}, "frame_index": {"min": [0], "max": [124], "mean": [62.0], "std": [36.08323710533743], "count": [125]}, "episode_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [125]}, "index": {"min": [48258], "max": [48382], "mean": [48320.0], "std": [36.08323710533743], "count": [125]}, "task_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [125]}}} +{"episode_index": 188, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13561880588531494, 0.025464791804552078, 0.01888231560587883, -2.449436902999878, -1.8978623151779175, 0.6883960962295532, 1.2326021194458008, -0.0420866496860981, 0.37502050399780273, -3.026317596435547, 0.0, -0.5121951103210449, 0.0, 0.0, -0.5121951103210449, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13561880588531494, 0.7443245649337769, 0.5519216656684875, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.5121951103210449, 0.0, 0.5121951103210449, 0.5121951103210449, 0.0, 0.5121951103210449, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13561886548995972, 0.6787628531455994, 0.5033077597618103, -1.7055814266204834, -1.735505223274231, 0.850705087184906, 1.4031909704208374, -0.022871747612953186, 0.6822624206542969, -2.7907752990722656, 0.08979693055152893, -0.08979693055152893, 0.08979693055152893, 0.08979693055152893, -0.08979693055152893, 0.08979693055152893, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860637664795, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.16683554649353027, 0.12370950728654861, 0.6973088383674622, 0.12245941162109375, 0.1492183953523636, 0.1313491314649582, 0.01741158217191696, 0.27777859568595886, 0.23196709156036377, 0.18367400765419006, 0.18367400765419006, 0.18367400765419006, 0.18367400765419006, 0.18367400765419006, 0.18367400765419006, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.384185791015625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [130]}, "observation.state": {"min": [-0.38786381483078003, 0.9217162728309631, -0.000872937380336225, 2.025491237640381, -0.9218180775642395, -0.3878632187843323, -0.0, -0.3824741542339325, -0.0, 0.0, 0.9999992847442627, 0.7509999871253967, NaN], "max": [-0.3876228630542755, 0.9218180775642395, 0.0, 2.0423808097839355, -0.9217166304588318, -0.3876228630542755, 0.0008054030477069318, -0.35228097438812256, 0.0004037762410007417, 0.0011169863864779472, 1.0, 0.8070981502532959, NaN], "mean": [-0.3876402974128723, 0.9218119978904724, -6.340286927297711e-05, 2.0413670539855957, -0.9218119978904724, -0.3876402974128723, 5.8475943660596386e-05, -0.35421204566955566, 2.9310931495274417e-05, 8.111860370263457e-05, 1.0, 0.7546537518501282, NaN], "std": [5.502464046003297e-05, 2.3264388801180758e-05, 0.0002008234878303483, 0.00330669735558331, 2.320384191989433e-05, 5.4901058319956064e-05, 0.00018522521713748574, 0.006167620420455933, 9.284432599088177e-05, 0.00025694043142721057, 1.4739813991582196e-07, 0.01160083431750536, NaN], "count": [130]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1291137745751835]], [[0.11389891577163679]], [[0.09579376660893145]]], "std": [[[0.30448357106295093]], [[0.272945336890241]], [[0.2372294448565566]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42224432790112726]], [[0.36517183165458655]], [[0.30035414416099876]]], "std": [[[0.4043723571966325]], [[0.3691001624094393]], [[0.3264463758933749]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7916641809009777]], [[0.7308520402791943]], [[0.682632122100918]]], "std": [[[0.20584946760589826]], [[0.2087646363030571]], [[0.22255733666305239]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6259084511339503]], [[0.5386166616709952]], [[0.4612922964062681]]], "std": [[[0.26221513492123166]], [[0.27761879852258403]], [[0.28627161122648714]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.700827334168851]], [[0.6100636321147248]], [[0.5211507774136637]]], "std": [[[0.26408765271454504]], [[0.2772784275928694]], [[0.2755655371227421]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956788339767356]], [[0.9956788339767356]], [[0.9956788339767356]]], "std": [[[0.019581149673849035]], [[0.019581149673849035]], [[0.019581149673849035]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6001620864070124]], [[0.6001620864070124]], [[0.6001620864070124]]], "std": [[[0.33893479365093904]], [[0.33893479365093904]], [[0.33893479365093904]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1470233509087093]], [[0.1470233509087093]], [[0.1470233509087093]]], "std": [[[0.09835517024179666]], [[0.09835517024179666]], [[0.09835517024179666]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06918337869671312]], [[0.06918337869671312]], [[0.06918337869671312]]], "std": [[[0.06779713210897635]], [[0.06779713210897635]], [[0.06779713210897635]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14029485191019056]], [[0.14029485191019056]], [[0.14029485191019056]]], "std": [[[0.12341057122317226]], [[0.12341057122317226]], [[0.12341057122317226]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08307866137460763]], [[0.09492386529523747]], [[0.08499292760433745]]], "std": [[[0.25725093343392685]], [[0.2783010312457732]], [[0.2208362212740865]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4457928103904603]], [[0.32460140240905366]], [[0.2375597505785256]]], "std": [[[0.4452057931675309]], [[0.3829989192500406]], [[0.36904440230581653]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5254187143890763]], [[0.8991443521083411]], [[0.31207336462166]]], "std": [[[0.31238730265205195]], [[0.18742565414999696]], [[0.3754560800393823]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5506369152633523]], [[0.5788220903901384]], [[0.5657449552099489]]], "std": [[[0.4265494722009059]], [[0.31368595719283643]], [[0.40840979725089704]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4591013786041758]], [[0.7397129024449286]], [[0.28062948545924304]]], "std": [[[0.3894763918615909]], [[0.37977654531139265]], [[0.2779067344288098]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.58], "mean": [1.29], "std": [0.7505331438384317], "count": [130]}, "frame_index": {"min": [0], "max": [129], "mean": [64.5], "std": [37.526657191921586], "count": [130]}, "episode_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [130]}, "index": {"min": [48383], "max": [48512], "mean": [48447.5], "std": [37.526657191921586], "count": [130]}, "task_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [130]}}} +{"episode_index": 189, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.056888047605752945, 0.025464791804552078, 0.005164528265595436, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.570796251296997, -1.3721376657485962, 1.0471975803375244, -2.481858253479004, 0.0, -0.6048780679702759, 0.0, 0.0, -0.6048780679702759, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.056888047605752945, 1.9335309267044067, 0.3921404480934143, 0.408923476934433, -1.1174722909927368, 1.7401131391525269, 2.080110549926758, 0.0, 1.7177536487579346, 1.6290981769561768, 0.6048780679702759, 0.0, 0.6048780679702759, 0.6048780679702759, 0.0, 0.6048780679702759, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.056887876242399216, 1.7305786609649658, 0.35098007321357727, -0.1870761513710022, -1.3975342512130737, 1.3588849306106567, 1.8350844383239746, -0.6176273822784424, 1.4099808931350708, -0.4276354908943176, 0.06457211822271347, -0.06457211822271347, 0.06457211822271347, 0.06457211822271347, -0.06457211822271347, 0.06457211822271347, -2.3561997413635254, 1.5707991123199463, -1.0471984148025513, -1.5707991123199463, 0.0, -1.0471984148025513, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7136335372924805e-07, 0.46827757358551025, 0.09497150033712387, 0.49581047892570496, 0.16658203303813934, 0.27348706126213074, 0.20680907368659973, 0.5480057597160339, 0.2871270477771759, 1.7454205751419067, 0.17813517153263092, 0.17813517153263092, 0.17813517153263092, 0.17813517153263092, 0.17813517153263092, 0.17813517153263092, 5.245208740234375e-06, 2.7418136596679688e-06, 8.344650268554688e-07, 2.7418136596679688e-06, 0.0, 8.344650268554688e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [287]}, "observation.state": {"min": [0.8503008484840393, -0.5262967348098755, -1.1130146759796844e-07, 1.2419276237487793, 0.5252944827079773, 0.8502974510192871, 0.0, -0.3034524917602539, -0.0020140446722507477, -0.0024530598893761635, 0.9999949336051941, 0.7509999871253967, NaN], "max": [0.8509204983711243, -0.5252944827079773, 0.00042793768807314336, 1.284203052520752, 0.5262930393218994, 0.8509204983711243, 0.003145824186503887, -0.2828628718852997, 0.0, 0.0, 1.0, 0.7879952192306519, NaN], "mean": [0.850890040397644, -0.5253442525863647, 2.1258889319142327e-05, 1.2824606895446777, 0.5253438949584961, 0.8508899807929993, 0.0001582517143106088, -0.28364211320877075, -0.00010133469913853332, -0.0001233970542671159, 1.0, 0.7524336576461792, NaN], "std": [0.00012030572543153539, 0.00019463643548078835, 8.245953358709812e-05, 0.006951851770281792, 0.00019402099133003503, 0.00012088059156667441, 0.0006111146067269146, 0.0031848596408963203, 0.00039141796878539026, 0.00047650045598857105, 8.829588864500693e-07, 0.005812480580061674, NaN], "count": [287]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.08963339012976004]], [[0.08125571199718902]], [[0.0749214781018594]]], "std": [[[0.21946205676337585]], [[0.20201615817236795]], [[0.1880958866304544]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2925642735053051]], [[0.26302346356277884]], [[0.24122397439533935]]], "std": [[[0.2876132298481937]], [[0.2662139611499924]], [[0.24999129302128387]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4276529785266591]], [[0.39516463922869516]], [[0.3701987445776847]]], "std": [[[0.3042653161532633]], [[0.2887262587802595]], [[0.2744370463454924]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48955978008316287]], [[0.4533229892757349]], [[0.4211519750337124]]], "std": [[[0.2714813317495658]], [[0.26335896009835047]], [[0.25250258294585914]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.518907443282364]], [[0.4835502138750921]], [[0.4548554950039932]]], "std": [[[0.2681969806659941]], [[0.27668721156446785]], [[0.2826400980178346]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9946437268111992]], [[0.9946437268111992]], [[0.9946437268111992]]], "std": [[[0.02225701054077748]], [[0.02225701054077748]], [[0.02225701054077748]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5956382771705858]], [[0.5956382771705858]], [[0.5956382771705858]]], "std": [[[0.3370229659740872]], [[0.3370229659740872]], [[0.3370229659740872]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3503631417342424]], [[0.3503631417342424]], [[0.3503631417342424]]], "std": [[[0.3691888997268321]], [[0.3691888997268321]], [[0.3691888997268321]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11806022835248117]], [[0.11806022835248117]], [[0.11806022835248117]]], "std": [[[0.16846493328606804]], [[0.16846493328606804]], [[0.16846493328606804]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13537428845208613]], [[0.13537428845208613]], [[0.13537428845208613]]], "std": [[[0.1662297863121151]], [[0.1662297863121151]], [[0.1662297863121151]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08368132175410432]], [[0.05942325810321393]], [[0.13665084279325765]]], "std": [[[0.2603159919847975]], [[0.17132795874141518]], [[0.3349983418416997]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45856756863683884]], [[0.27919632586798954]], [[0.2024264157699604]]], "std": [[[0.4757056658004054]], [[0.3603743341219099]], [[0.2854712892574385]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3512588756989749]], [[0.6299088507876732]], [[0.21155133371018803]]], "std": [[[0.36317327770300384]], [[0.4293936942205932]], [[0.262664145414718]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4039622997791846]], [[0.7463748912854702]], [[0.4020137491609619]]], "std": [[[0.3590265573499596]], [[0.3864622928021634]], [[0.37681664172613133]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5297160111607996]], [[0.577573708954188]], [[0.5582780154912758]]], "std": [[[0.37893060015884683]], [[0.4043899922187906]], [[0.41700998974526504]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.72], "mean": [2.8600000000000003], "std": [1.6569852141766384], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [287]}, "index": {"min": [48513], "max": [48799], "mean": [48656.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [287]}}} +{"episode_index": 190, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3849513828754425, 0.025464791804552078, 0.013179262168705463, -2.239542245864868, -1.5763415098190308, 1.0471975803375244, 0.46091875433921814, -2.063720464706421, 1.0471975803375244, -3.932232618331909, 0.0, -0.5512195229530334, 0.0, 0.0, -0.5512195229530334, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3849513828754425, 1.2171299457550049, 0.6299237012863159, -0.7853981852531433, -0.4585326015949249, 2.412376642227173, 1.5750625133514404, 0.0004272674268577248, 1.732164978981018, -2.481858253479004, 0.5512195229530334, 0.0, 0.5512195229530334, 0.5512195229530334, 0.0, 0.5512195229530334, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38495150208473206, 1.092957615852356, 0.5656570196151733, -1.6164169311523438, -1.0430519580841064, 1.8073623180389404, 1.0188950300216675, -1.0701113939285278, 1.4034693241119385, -3.27382755279541, 0.0783851221203804, -0.0783851221203804, 0.0783851221203804, 0.0783851221203804, -0.0783851221203804, 0.0783851221203804, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 0.29089170694351196, 0.15055036544799805, 0.6146324276924133, 0.4630482494831085, 0.5868313908576965, 0.475356787443161, 0.8840667605400085, 0.27647873759269714, 0.6233474612236023, 0.18269331753253937, 0.18269331753253937, 0.18269331753253937, 0.18269331753253937, 0.18269331753253937, 0.18269331753253937, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [185]}, "observation.state": {"min": [0.6438876986503601, 0.7646173238754272, -0.00029539529350586236, 1.845331072807312, -0.765119731426239, 0.6438877582550049, -9.343449164589401e-06, -0.16425566375255585, -4.043524270969101e-08, -0.00018084654584527016, 0.9999997615814209, 0.7509999871253967, NaN], "max": [0.6444845199584961, 0.7651199698448181, 0.0, 1.8535171747207642, -0.7646173238754272, 0.6444845199584961, 0.0006318792584352195, -0.1600906401872635, 0.0006736648501828313, 1.4449581613007467e-05, 1.0, 0.8201475143432617, NaN], "mean": [0.6444351077079773, 0.7646570801734924, -1.9027587768505327e-05, 1.8458294868469238, -0.7646570205688477, 0.6444351077079773, 4.004995571449399e-05, -0.16030560433864594, 4.289302887627855e-05, -1.1235899364692159e-05, 1.0, 0.7545755505561829, NaN], "std": [0.00012647868425119668, 0.00010652851779013872, 6.426977051887661e-05, 0.0016759918071329594, 0.000106484854768496, 0.00012647027324419469, 0.00013674452202394605, 0.0007560322992503643, 0.0001459889463149011, 3.894724068231881e-05, 4.8403208552372234e-08, 0.012586262077093124, NaN], "count": [185]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.09648092022281365]], [[0.0910346739838167]], [[0.08555005830518658]]], "std": [[[0.24206459845459316]], [[0.23365495479235346]], [[0.2254128192883787]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3190420890356074]], [[0.29735786778033263]], [[0.2752432637225062]]], "std": [[[0.32219624367663113]], [[0.31424369307831534]], [[0.3073554020280187]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6384667606791699]], [[0.6234280687002067]], [[0.6072525402486838]]], "std": [[[0.3225508282756344]], [[0.32801421511229506]], [[0.3328002359272447]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37885638953095]], [[0.3681419709500024]], [[0.3324533897140129]]], "std": [[[0.3130783330136675]], [[0.30946304123365026]], [[0.3030545571079284]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5452333300475896]], [[0.5237989393082906]], [[0.49999745455447664]]], "std": [[[0.2940250191221221]], [[0.30452695852947087]], [[0.31353316814867255]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951901044128879]], [[0.9951901044128879]], [[0.9951901044128879]]], "std": [[[0.02091151636094749]], [[0.02091151636094749]], [[0.02091151636094749]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5888948005452993]], [[0.5888948005452993]], [[0.5888948005452993]]], "std": [[[0.3358280351105069]], [[0.3358280351105069]], [[0.3358280351105069]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24147140564785813]], [[0.24147140564785813]], [[0.24147140564785813]]], "std": [[[0.2625745147828818]], [[0.2625745147828818]], [[0.2625745147828818]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07132329639218637]], [[0.07132329639218637]], [[0.07132329639218637]]], "std": [[[0.09425793517340433]], [[0.09425793517340433]], [[0.09425793517340433]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13675561376015816]], [[0.13675561376015816]], [[0.13675561376015816]]], "std": [[[0.14939170920618441]], [[0.14939170920618441]], [[0.14939170920618441]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09744653994424965]], [[0.12517017939490013]], [[0.0261082766542546]]], "std": [[[0.27977816661916116]], [[0.3017860033206883]], [[0.1078725207529528]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44475281752521806]], [[0.22122888155296316]], [[0.3482087064161186]]], "std": [[[0.4345890843769475]], [[0.3072976269620951]], [[0.44161480016699245]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3039521059270122]], [[0.651424117761054]], [[0.5566322441428266]]], "std": [[[0.37495696631379555]], [[0.38953968898775293]], [[0.3385901109601024]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7689615521048542]], [[0.5887688372021289]], [[0.2412848880600768]]], "std": [[[0.3765106938182319]], [[0.3354404678304201]], [[0.238012883175222]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5534037769959049]], [[0.4499888606583155]], [[0.5888883135484624]]], "std": [[[0.38071618417776104]], [[0.366103370625457]], [[0.4257031390064264]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.68], "mean": [1.8399999999999999], "std": [1.068082393825495], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [185]}, "index": {"min": [48800], "max": [48984], "mean": [48892.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [185]}}} +{"episode_index": 191, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15483349561691284, 0.025464791804552078, 0.003794458694756031, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 0.9081251621246338, 0.0, -1.9934369325637817, -2.481858253479004, 0.0, -0.5756097435951233, 0.0, 0.0, -0.5756097435951233, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15483349561691284, 2.337416648864746, 0.34829387068748474, -0.21260452270507812, -1.0953075885772705, 1.53032386302948, 1.5707963705062866, 0.26078078150749207, 1.0471975803375244, -0.8707486987113953, 0.5756097435951233, 0.0, 0.5756097435951233, 0.5756097435951233, 0.0, 0.5756097435951233, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.15483346581459045, 1.9894813299179077, 0.29644954204559326, -0.5656682252883911, -1.370379090309143, 1.2568893432617188, 1.276195764541626, 0.11166965216398239, -0.29432255029678345, -1.7650994062423706, 0.05638926476240158, -0.05638926476240158, 0.05638926476240158, 0.05638926476240158, -0.05638926476240158, 0.05638926476240158, -2.3561995029449463, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 0.6474400758743286, 0.09647423028945923, 0.21659152209758759, 0.19347219169139862, 0.19913937151432037, 0.28184807300567627, 0.10572831332683563, 1.2801138162612915, 0.6859085559844971, 0.16154879331588745, 0.16154879331588745, 0.16154879331588745, 0.16154879331588745, 0.16154879331588745, 0.16154879331588745, 5.0067901611328125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [245]}, "observation.state": {"min": [-0.3049798011779785, 0.9523588418960571, 0.0, 1.4550859928131104, -0.9526365995407104, -0.3049798011779785, -0.0, -0.3125988841056824, -0.0, -9.573073475621641e-05, 1.0, 0.7509999871253967, NaN], "max": [-0.3041110634803772, 0.9526365995407104, 0.00010685900633689016, 1.479843020439148, -0.9523588418960571, -0.3041110634803772, 2.1729356376454234e-05, -0.29781123995780945, 5.2213748858775944e-05, 0.0, 1.0, 0.8118460178375244, NaN], "mean": [-0.30494314432144165, 0.9523727297782898, 4.4852458813693374e-06, 1.455929160118103, -0.9523727297782898, -0.30494314432144165, 7.663498422516568e-07, -0.2983076870441437, 2.0947995835740585e-06, -4.039372925035423e-06, 1.0, 0.7531523704528809, NaN], "std": [0.0001559181691845879, 4.9903457693289965e-05, 1.9021712432731874e-05, 0.0036950584035366774, 4.9903457693289965e-05, 0.00015591757255606353, 3.506605708025745e-06, 0.0021881405264139175, 9.028245585795958e-06, 1.7105920051108114e-05, 0.0, 0.00932467170059681, NaN], "count": [245]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12825380425416635]], [[0.12178038089145579]], [[0.11272427044755182]]], "std": [[[0.3009312009868851]], [[0.2870945359644407]], [[0.26787270191929463]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44373866133437406]], [[0.4143386770254766]], [[0.3747608092585552]]], "std": [[[0.3972867035482766]], [[0.37827306081408674]], [[0.35268808512646493]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5069341892360377]], [[0.48979785031895184]], [[0.46499037947657434]]], "std": [[[0.3867067916410561]], [[0.3749024731421983]], [[0.35880778759031734]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6206165798626827]], [[0.5872486295431274]], [[0.5624997924616992]]], "std": [[[0.2982261744268894]], [[0.30538043991474983]], [[0.3096331502422093]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.632743502106564]], [[0.5721513279433725]], [[0.5151368713416764]]], "std": [[[0.25757734284124006]], [[0.274021522808923]], [[0.29022606682813695]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949008610660159]], [[0.9949008610660159]], [[0.9949008610660159]]], "std": [[[0.021870730604811206]], [[0.021870730604811206]], [[0.021870730604811206]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5957730999516526]], [[0.5957730999516526]], [[0.5957730999516526]]], "std": [[[0.3385655304392598]], [[0.3385655304392598]], [[0.3385655304392598]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.371506433016762]], [[0.371506433016762]], [[0.371506433016762]]], "std": [[[0.39035586875986306]], [[0.39035586875986306]], [[0.39035586875986306]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15352277724468263]], [[0.15352277724468263]], [[0.15352277724468263]]], "std": [[[0.2650294814631926]], [[0.2650294814631926]], [[0.2650294814631926]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1780209496335725]], [[0.1780209496335725]], [[0.1780209496335725]]], "std": [[[0.2207850797532558]], [[0.2207850797532558]], [[0.2207850797532558]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10239580336768611]], [[0.10753085480969174]], [[0.07658088595720085]]], "std": [[[0.29167485071103955]], [[0.27235199795213666]], [[0.24828101922160273]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.258446676067917]], [[0.41737958989895335]], [[0.32037968578902437]]], "std": [[[0.385943073115547]], [[0.4696449579008157]], [[0.36336490360836227]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12379331599265335]], [[0.6210930757310277]], [[0.45626185633789784]]], "std": [[[0.1943223000289479]], [[0.4385195265622534]], [[0.3712553588742277]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7361845112724479]], [[0.5008093832793198]], [[0.36450964566942334]]], "std": [[[0.38916807645766344]], [[0.3975130113905265]], [[0.35814221579875566]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49150716258597416]], [[0.445820192034955]], [[0.578685854068723]]], "std": [[[0.2984206207868882]], [[0.4187003217959585]], [[0.44142962817577674]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.88], "mean": [2.44], "std": [1.4144963768069538], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [245]}, "index": {"min": [48985], "max": [49229], "mean": [49107.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [245]}}} +{"episode_index": 192, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4937054514884949, 0.025464791804552078, 0.010218153707683086, -0.7853981852531433, -1.5707963705062866, -1.1912925243377686, 0.5778515934944153, -2.6971774101257324, -0.1854264885187149, -4.710393905639648, 0.0, -0.6292682886123657, 0.0, 0.0, -0.6292682886123657, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4937054514884949, 1.3234870433807373, 0.5310702919960022, 1.7816493511199951, -0.23332837224006653, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.6292682886123657, 0.0, 0.6292682886123657, 0.6292682886123657, 0.0, 0.6292682886123657, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4937041997909546, 1.239567518234253, 0.49739471077919006, 0.8705782294273376, -0.69830721616745, -0.3016633987426758, 1.0377893447875977, -1.8770910501480103, 0.2796700596809387, -4.005428791046143, 0.1696275919675827, -0.1696275919675827, 0.1696275919675827, 0.1696275919675827, -0.1696275919675827, 0.1696275919675827, -2.3561997413635254, 1.5707992315292358, -1.0471997261047363, -1.5707992315292358, 0.0, -1.0471997261047363, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 0.25791144371032715, 0.10349193215370178, 0.9896109700202942, 0.5197117924690247, 0.8263619542121887, 0.3473062217235565, 1.0981096029281616, 0.4641614258289337, 0.8882851600646973, 0.2735317051410675, 0.2735317051410675, 0.2735317051410675, 0.2735317051410675, 0.2735317051410675, 0.2735317051410675, 5.245208740234375e-06, 2.86102294921875e-06, 2.1457672119140625e-06, 2.86102294921875e-06, 0.0, 2.1457672119140625e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [324]}, "observation.state": {"min": [-0.9151847958564758, 0.4027252495288849, -0.01581868715584278, 1.8169820308685303, -0.41869232058525085, -0.9153070449829102, -0.01248969603329897, -0.3548584580421448, -0.01950901746749878, -0.005062571261078119, 0.9997968673706055, 0.7509999871253967, NaN], "max": [-0.9081281423568726, 0.41869232058525085, 0.0, 1.8550454378128052, -0.40256431698799133, -0.9081281423568726, 1.0101243219651224e-07, -0.31611645221710205, 0.0, 2.2242100783387286e-07, 1.0, 0.7789839506149292, NaN], "mean": [-0.9092596769332886, 0.41615286469459534, -0.0025146009866148233, 1.82338285446167, -0.4161320924758911, -0.9092752933502197, -0.001993024256080389, -0.324029803276062, -0.0031071254052221775, -0.0008007381693460047, 0.9999740123748779, 0.7535480856895447, NaN], "std": [0.0022645716089755297, 0.005095869302749634, 0.005045957863330841, 0.012636507861316204, 0.00514086801558733, 0.0022986356634646654, 0.003993848338723183, 0.005728491116315126, 0.006230659782886505, 0.001609770581126213, 5.77168284507934e-05, 0.006103771738708019, NaN], "count": [324]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.0710936510714542]], [[0.06712112257098045]], [[0.06419614816960607]]], "std": [[[0.17643859075565232]], [[0.1687854608538954]], [[0.16312566884654997]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23460992522586135]], [[0.22035873079097237]], [[0.21040212943013803]]], "std": [[[0.25199655067104837]], [[0.2378664261473769]], [[0.22857708748652347]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49207877872259675]], [[0.4895082649865117]], [[0.48027515890594125]]], "std": [[[0.20416281228629898]], [[0.20586948447288828]], [[0.20803031994047508]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23099747265959494]], [[0.22904801678545636]], [[0.22789024677276268]]], "std": [[[0.26200000799651496]], [[0.25363371440547117]], [[0.24658263916460313]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31427645576886065]], [[0.31436236924919414]], [[0.3156358953416872]]], "std": [[[0.3323582782795132]], [[0.3263439050595964]], [[0.3193050007035177]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966541741350279]], [[0.9966541741350279]], [[0.9966541741350279]]], "std": [[[0.016886441876215325]], [[0.016886441876215325]], [[0.016886441876215325]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5911202642542602]], [[0.5911202642542602]], [[0.5911202642542602]]], "std": [[[0.3341438133692021]], [[0.3341438133692021]], [[0.3341438133692021]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.06147049770970253]], [[0.06147049770970253]], [[0.06147049770970253]]], "std": [[[0.055793148648796156]], [[0.055793148648796156]], [[0.055793148648796156]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10173440864324937]], [[0.10173440864324937]], [[0.10173440864324937]]], "std": [[[0.22278551478240652]], [[0.22278551478240652]], [[0.22278551478240652]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2985292085850448]], [[0.2985292085850448]], [[0.2985292085850448]]], "std": [[[0.3654269214854554]], [[0.3654269214854554]], [[0.3654269214854554]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0901307927158415]], [[0.09729170363128323]], [[0.04715726306938082]]], "std": [[[0.25960242359483204]], [[0.2825827372551415]], [[0.15078463790001068]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3045664300260647]], [[0.37992152571161497]], [[0.3465882607753953]]], "std": [[[0.41382937971659045]], [[0.35598669244454756]], [[0.44410287538295606]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8248333611615708]], [[0.321595718072462]], [[0.5825109975182576]]], "std": [[[0.29932019676606314]], [[0.3721189350973377]], [[0.30926734465850675]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49940961220848246]], [[0.5992335365800504]], [[0.4369161404447556]]], "std": [[[0.43132572534008934]], [[0.37942024186917656]], [[0.37843799845496967]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3408906175924082]], [[0.2988188381744408]], [[0.6123258425082697]]], "std": [[[0.3650153644454871]], [[0.33270976841679534]], [[0.44746005118325094]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.46], "mean": [3.23], "std": [1.8706059624267926], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [324]}, "index": {"min": [49230], "max": [49553], "mean": [49391.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [324]}}} +{"episode_index": 193, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49961960315704346, 0.025464791804552078, 0.010430914349853992, -1.0006688833236694, -1.5707963705062866, -0.5541773438453674, -1.2719204425811768, 0.0, -2.228187322616577, -3.157125234603882, 0.0, -0.5365853905677795, 0.0, 0.0, -0.5365853905677795, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49961960315704346, 1.4894331693649292, 0.610103189945221, -0.7853981852531433, 0.04007570818066597, 1.0471975803375244, 1.5707963705062866, 2.870633125305176, 1.0471975803375244, -2.481858253479004, 0.5365853905677795, 0.0, 0.5365853905677795, 0.5365853905677795, 0.0, 0.5365853905677795, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49961888790130615, 1.352604866027832, 0.5540547966957092, -0.8927932381629944, -0.7402676343917847, 0.19023312628269196, 0.026854734867811203, 1.5386031866073608, -0.7090820074081421, -2.8154683113098145, 0.07555944472551346, -0.07555944472551346, 0.07555944472551346, 0.07555944472551346, -0.07555944472551346, 0.07555944472551346, -2.3561995029449463, 1.5707988739013672, -1.047196626663208, -1.5707988739013672, 0.0, -1.047196626663208, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 0.3411194980144501, 0.13972941040992737, 0.08215039223432541, 0.652640700340271, 0.662445604801178, 1.1995673179626465, 1.189950704574585, 1.3584829568862915, 0.2648294270038605, 0.17982648313045502, 0.17982648313045502, 0.17982648313045502, 0.17982648313045502, 0.17982648313045502, 0.17982648313045502, 5.0067901611328125e-06, 2.5033950805664062e-06, 9.5367431640625e-07, 2.5033950805664062e-06, 0.0, 9.5367431640625e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [252]}, "observation.state": {"min": [0.48892125487327576, -0.8723279237747192, -0.00010344333713874221, 2.0685813426971436, 0.8714437484741211, 0.4889163076877594, -0.0046395002864301205, -0.23085471987724304, -5.443712325359229e-08, 0.0, 0.9999892115592957, 0.7509999871253967, NaN], "max": [0.4904954433441162, -0.8714437484741211, 3.2316493161488324e-06, 2.080890655517578, 0.8723184466362, 0.4904954433441162, 2.9502723819518906e-08, -0.22654058039188385, 0.004085708409547806, 0.002199584385380149, 1.0, 0.8192993402481079, NaN], "mean": [0.4903802275657654, -0.8715087175369263, -5.761897227785084e-06, 2.069181442260742, 0.8715080618858337, 0.4903799295425415, -0.00033785696723498404, -0.2304970771074295, 0.00029748055385425687, 0.00016026859520934522, 0.9999993443489075, 0.7550132870674133, NaN], "std": [0.0003612862201407552, 0.00020298980234656483, 2.0739546016557142e-05, 0.0021082900930196047, 0.00020109461911488324, 0.0003622673684731126, 0.001067596604116261, 0.0010878841858357191, 0.000940056808758527, 0.0005064444849267602, 2.1792957340949215e-06, 0.0131536815315485, NaN], "count": [252]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.1312723043322866]], [[0.1307817964434842]], [[0.13012321672966576]]], "std": [[[0.30588524024075736]], [[0.3049909916443656]], [[0.30378095829011875]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47450304467739696]], [[0.4706921492854178]], [[0.46627802756135456]]], "std": [[[0.4022081904441729]], [[0.40031587626607174]], [[0.3984394461425005]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7403333608262908]], [[0.7401582655564877]], [[0.7361238913129631]]], "std": [[[0.21612052147600722]], [[0.21644030521420085]], [[0.21988577803427897]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6730967852686028]], [[0.664690038362734]], [[0.6498218670936793]]], "std": [[[0.29431938236962774]], [[0.29294128643762957]], [[0.2958548088884243]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6982377443436593]], [[0.6907506864857361]], [[0.6813615142852736]]], "std": [[[0.23958961367147227]], [[0.2411228038917317]], [[0.2434047695806522]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964339622514988]], [[0.9964339622514988]], [[0.9964339622514988]]], "std": [[[0.017464382780382405]], [[0.017464382780382405]], [[0.017464382780382405]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5863808002596408]], [[0.5863808002596408]], [[0.5863808002596408]]], "std": [[[0.33307190509532547]], [[0.33307190509532547]], [[0.33307190509532547]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.06188142622734262]], [[0.06188142622734262]], [[0.06188142622734262]]], "std": [[[0.054169744429489075]], [[0.054169744429489075]], [[0.054169744429489075]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13313509301672175]], [[0.13313509301672175]], [[0.13313509301672175]]], "std": [[[0.2595929367155661]], [[0.2595929367155661]], [[0.2595929367155661]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15948622770472026]], [[0.15948622770472026]], [[0.15948622770472026]]], "std": [[[0.23920286868990356]], [[0.23920286868990356]], [[0.23920286868990356]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14310571310361292]], [[0.03176419625680031]], [[0.07993085320034789]]], "std": [[[0.3439231593022997]], [[0.13026326592416845]], [[0.19858977961160845]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812248125952614]], [[0.3893082838963019]], [[0.22919376701126742]]], "std": [[[0.4485566485851786]], [[0.39596098113993455]], [[0.3283458475648216]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23266927782706393]], [[0.917849299700729]], [[0.5637939476601146]]], "std": [[[0.2612984455850327]], [[0.24322208565226455]], [[0.24415406979221702]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6489489214378682]], [[0.5008826741393866]], [[0.34480059357965687]]], "std": [[[0.42224313427415205]], [[0.3809022440124397]], [[0.3219659934818017]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38660577177760747]], [[0.6057557632950243]], [[0.4663153415396458]]], "std": [[[0.33482270285873195]], [[0.4218297126266698]], [[0.4162765346369669]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.02], "mean": [2.51], "std": [1.4549112229502756], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [252]}, "index": {"min": [49554], "max": [49805], "mean": [49679.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [252]}}} +{"episode_index": 194, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4777359962463379, -0.2561226785182953, 0.025464791804552078, -3.464506149291992, -1.846480369567871, -0.6844891309738159, -1.8121668100357056, -2.3664097785949707, -1.330384612083435, -5.543121337890625, 0.0, -0.49268293380737305, 0.0, 0.0, -0.49268293380737305, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4777359962463379, -0.006607383489608765, 0.9870942831039429, -0.7853981852531433, -1.516836166381836, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.49268293380737305, 0.0, 0.49268293380737305, 0.49268293380737305, 0.0, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4777369201183319, -0.23976750671863556, 0.9240598678588867, -2.251704216003418, -1.6354750394821167, 0.1365441232919693, -0.3847859799861908, -1.2828339338302612, -0.2602529227733612, -4.191013336181641, 0.0639626756310463, -0.0639626756310463, 0.0639626756310463, 0.0639626756310463, -0.0639626756310463, 0.0639626756310463, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.238719940185547e-07, 0.05000068619847298, 0.19270093739032745, 1.0885000228881836, 0.1125749871134758, 0.7067174911499023, 1.3785008192062378, 0.9627169370651245, 0.9675183892250061, 1.256571888923645, 0.15934635698795319, 0.15934635698795319, 0.15934635698795319, 0.15934635698795319, 0.15934635698795319, 0.15934635698795319, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [239]}, "observation.state": {"min": [0.708767831325531, 0.7039436101913452, -0.0022521945647895336, 1.6158685684204102, -0.7054418325424194, 0.708767831325531, -0.0, -0.31659260392189026, -0.0, -0.0003645194519776851, 0.9999936819076538, 0.7509999871253967, NaN], "max": [0.7102522850036621, 0.7054418325424194, 1.6320600479957648e-06, 1.6332321166992188, -0.7039384245872498, 0.7102557420730591, 0.002744619734585285, -0.29880136251449585, 0.0035316941794008017, 0.0, 1.0, 0.8143806457519531, NaN], "mean": [0.7088645100593567, 0.7053468227386475, -0.00014485175779554993, 1.6324105262756348, -0.7053463459014893, 0.7088646292686462, 0.00017651630332693458, -0.29972782731056213, 0.00022714922670274973, -2.33086811931571e-05, 1.0, 0.7545055747032166, NaN], "std": [0.0003231949813198298, 0.00032599130645394325, 0.000490392092615366, 0.0029949191957712173, 0.00032697440474294126, 0.00032384941005147994, 0.0005973238148726523, 0.003250627778470516, 0.0007687925826758146, 7.898102921899408e-05, 1.250140826414281e-06, 0.012058313935995102, NaN], "count": [239]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09575198267809569]], [[0.0943157143709712]], [[0.0934773052341897]]], "std": [[[0.23420721113050372]], [[0.23221815163423465]], [[0.231390769593338]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3156617306749655]], [[0.3103156271981793]], [[0.30792564697299185]]], "std": [[[0.3099114064849183]], [[0.3111970203627143]], [[0.31265304758340295]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3919451777017363]], [[0.35698403329732425]], [[0.3393800713609886]]], "std": [[[0.26436483215728956]], [[0.29207739983786996]], [[0.30698576086839924]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48845241203762374]], [[0.478984003792687]], [[0.45212360028995013]]], "std": [[[0.35030170076437833]], [[0.3576955791619179]], [[0.35389252807879285]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.579674795864791]], [[0.5688020849049581]], [[0.559767986261568]]], "std": [[[0.28175608786185885]], [[0.29734832455543175]], [[0.3047936517013781]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970809613951939]], [[0.9970809613951939]], [[0.9970809613951939]]], "std": [[[0.01532942812871212]], [[0.01532942812871212]], [[0.01532942812871212]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.582941502362718]], [[0.582941502362718]], [[0.582941502362718]]], "std": [[[0.3309749735737174]], [[0.3309749735737174]], [[0.3309749735737174]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.05657795695139312]], [[0.05657795695139312]], [[0.05657795695139312]]], "std": [[[0.05082489862408461]], [[0.05082489862408461]], [[0.05082489862408461]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1994982937602386]], [[0.1994982937602386]], [[0.1994982937602386]]], "std": [[[0.36087833800859676]], [[0.36087833800859676]], [[0.36087833800859676]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09616110604838358]], [[0.09616110604838358]], [[0.09616110604838358]]], "std": [[[0.060676735746527266]], [[0.060676735746527266]], [[0.060676735746527266]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.147475032036001]], [[0.09310267546709529]], [[0.07315410473207443]]], "std": [[[0.3476714336204567]], [[0.27597517076171896]], [[0.23404039417134398]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3117138720745985]], [[0.5019455639442604]], [[0.2029055013407846]]], "std": [[[0.4114374272234813]], [[0.4500739409184585]], [[0.25562272677263304]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7988576340901943]], [[0.7662818591408384]], [[0.2703693645304639]]], "std": [[[0.29353908366508386]], [[0.3431883718615496]], [[0.3063336583871381]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3418382260739185]], [[0.45403185159703907]], [[0.5570414385924679]]], "std": [[[0.3790273756072436]], [[0.4017078325748285]], [[0.42956339927393206]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48666507475737464]], [[0.6640294684270207]], [[0.49561796859231366]]], "std": [[[0.380796213111956]], [[0.4008819371561631]], [[0.35360278001262285]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.76], "mean": [2.38], "std": [1.3798550648528272], "count": [239]}, "frame_index": {"min": [0], "max": [238], "mean": [119.0], "std": [68.99275324264136], "count": [239]}, "episode_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [239]}, "index": {"min": [49806], "max": [50044], "mean": [49925.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [239]}}} +{"episode_index": 195, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3883202075958252, 0.025464791804552078, 0.010612085461616516, -1.2371433973312378, -1.5707963705062866, 0.6443892121315002, 1.464821457862854, -1.1654733419418335, 0.8595378994941711, -2.9080753326416016, 0.0, -0.2829268276691437, 0.0, 0.0, -0.2829268276691437, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3883202075958252, 1.5372127294540405, 0.6406112909317017, -0.7853981852531433, -0.844386637210846, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.2829268276691437, 0.0, 0.2829268276691437, 0.2829268276691437, 0.0, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.388320654630661, 1.2728941440582275, 0.5304589867591858, -0.9938433766365051, -1.2585395574569702, 0.8774165511131287, 1.5281997919082642, -0.5320622324943542, 0.9898792505264282, -2.678147792816162, 0.04397614672780037, -0.04397614672780037, 0.04397614672780037, 0.04397614672780037, -0.04397614672780037, 0.04397614672780037, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 0.4466616213321686, 0.18613992631435394, 0.20115232467651367, 0.30481117963790894, 0.16639067232608795, 0.04222192242741585, 0.5141465067863464, 0.0637931302189827, 0.18807722628116608, 0.09940269589424133, 0.09940269589424133, 0.09940269589424133, 0.09940269589424133, 0.09940269589424133, 0.09940269589424133, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [139]}, "observation.state": {"min": [0.8714718222618103, -0.4904455542564392, -0.00013384516933001578, 1.9575731754302979, 0.48907938599586487, 0.8714718222618103, -0.00021359947277233005, -0.20282158255577087, 0.0, 0.0, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.8722392916679382, -0.48907938599586487, 3.340723608857843e-08, 1.9631246328353882, 0.4904455244541168, 0.8722392916679382, 0.0, -0.19764168560504913, 0.00021833048958797008, 0.00012668772251345217, 1.0, 0.8204202055931091, NaN], "mean": [0.8721746206283569, -0.48919281363487244, -1.0820131137734279e-05, 1.9627430438995361, 0.48919281363487244, 0.8721746206283569, -1.7811778889154084e-05, -0.19789253175258636, 1.816218536987435e-05, 1.0221208867733367e-05, 1.0, 0.7557688355445862, NaN], "std": [0.00018906773766502738, 0.0003366273012943566, 3.221516089979559e-05, 0.0011496676597744226, 0.00033662121859379113, 0.00018906623881775886, 5.2715469792019576e-05, 0.0008802051888778806, 5.3639862017007545e-05, 3.0651244742330164e-05, 8.756556368894053e-09, 0.014418406412005424, NaN], "count": [139]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12495207306957529]], [[0.122061553378918]], [[0.11614015105033156]]], "std": [[[0.2943418572382979]], [[0.2874287138262023]], [[0.2745584417192574]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4276464673896644]], [[0.41880098384554054]], [[0.39343399913229543]]], "std": [[[0.3889544838283715]], [[0.37988582508329255]], [[0.3635706376482156]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7305724664066234]], [[0.723587952988384]], [[0.711155325151161]]], "std": [[[0.24235047209840505]], [[0.24227011729191902]], [[0.24427400682233655]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5870030986574719]], [[0.5844581788530877]], [[0.5664081376471796]]], "std": [[[0.26994437340930344]], [[0.26879292790369974]], [[0.27099514028555294]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6370422124186359]], [[0.6341111278751096]], [[0.6059598844222891]]], "std": [[[0.2509189681992269]], [[0.24826487233610825]], [[0.24755290152705275]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.994894956115205]], [[0.994894956115205]], [[0.994894956115205]]], "std": [[[0.021859743105805216]], [[0.021859743105805216]], [[0.021859743105805216]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5980383439583555]], [[0.5980383439583555]], [[0.5980383439583555]]], "std": [[[0.33884924862239646]], [[0.33884924862239646]], [[0.33884924862239646]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.1267476300735403]], [[0.1267476300735403]], [[0.1267476300735403]]], "std": [[[0.07799976471405232]], [[0.07799976471405232]], [[0.07799976471405232]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06468008725325909]], [[0.06468008725325909]], [[0.06468008725325909]]], "std": [[[0.07124204398535501]], [[0.07124204398535501]], [[0.07124204398535501]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14583333500973317]], [[0.14583333500973317]], [[0.14583333500973317]]], "std": [[[0.17709027952952347]], [[0.17709027952952347]], [[0.17709027952952347]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09848202262335118]], [[0.08175087625419854]], [[0.08821227781834666]]], "std": [[[0.2840383986696139]], [[0.25515754274918445]], [[0.2202532694209715]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46430115785584436]], [[0.22215575632120088]], [[0.167611747137212]]], "std": [[[0.47440584635438066]], [[0.27527040937138936]], [[0.30538368150127204]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2438125355815867]], [[0.7129812223100657]], [[0.7755989515124815]]], "std": [[[0.31632116356034906]], [[0.1787856731650446]], [[0.3508897065947299]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6903148439841721]], [[0.5401248569192734]], [[0.46465580761903613]]], "std": [[[0.34968663604604283]], [[0.4249199836979481]], [[0.3430827151557578]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5085131325810992]], [[0.6135272029402712]], [[0.537236897426458]]], "std": [[[0.4249590513262696]], [[0.36381384178999226]], [[0.3819780117622545]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.76], "mean": [1.3800000000000001], "std": [0.8024961059095552], "count": [139]}, "frame_index": {"min": [0], "max": [138], "mean": [69.0], "std": [40.124805295477756], "count": [139]}, "episode_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [139]}, "index": {"min": [50045], "max": [50183], "mean": [50114.0], "std": [40.124805295477756], "count": [139]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [139]}}} +{"episode_index": 196, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.016661031171679497, -2.337977647781372, -1.5707963705062866, 1.0471975803375244, 0.7303209900856018, -0.08120344579219818, 0.33098626136779785, -2.502445936203003, 0.0, -0.3268292546272278, 0.0, 0.0, -0.3268292546272278, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.875075101852417, 0.5725416541099548, -0.7853981852531433, -0.7627457976341248, 1.4347259998321533, 1.5707963705062866, 0.0, 1.0471975803375244, -2.4386699199676514, 0.3268292546272278, 0.0, 0.3268292546272278, 0.3268292546272278, 0.0, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974897503852844, 0.8016839623451233, 0.5245223641395569, -1.719807744026184, -1.0579206943511963, 1.2426689863204956, 1.1096340417861938, -0.038833677768707275, 0.5927615165710449, -2.470949411392212, 0.08337067812681198, -0.08337067812681198, 0.08337067812681198, 0.08337067812681198, -0.08337067812681198, 0.08337067812681198, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.19232872128486633, 0.1258358210325241, 0.6193230748176575, 0.33550846576690674, 0.139810249209404, 0.3159426152706146, 0.02755051478743553, 0.2933177947998047, 0.018263375386595726, 0.1394461989402771, 0.1394461989402771, 0.1394461989402771, 0.1394461989402771, 0.1394461989402771, 0.1394461989402771, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [161]}, "observation.state": {"min": [0.38125085830688477, 0.9232224822044373, -0.0006035364931449294, 1.975756049156189, -0.9244714379310608, 0.381250262260437, -0.0009334852220490575, -0.23708930611610413, -0.0006546549848280847, -6.495753837043594e-07, 0.9999994039535522, 0.7509999871253967, NaN], "max": [0.3842658996582031, 0.9244714379310608, 7.126482728381234e-07, 2.0123612880706787, -0.9232224822044373, 0.3842658996582031, -0.0, -0.22233182191848755, -0.0, 0.0008972439682111144, 1.0, 0.8016977906227112, NaN], "mean": [0.383826345205307, 0.9234057068824768, -8.593732491135597e-05, 2.0086002349853516, -0.9234057068824768, 0.38382628560066223, -0.00013360440789256245, -0.2240319401025772, -9.066495840670541e-05, 0.0001304426259594038, 1.0, 0.7571699023246765, NaN], "std": [0.0009310959721915424, 0.00038594621582888067, 0.0001837080781115219, 0.008736483752727509, 0.0003859411517623812, 0.000931254297029227, 0.0002849260054063052, 0.0037674433551728725, 0.000195949716726318, 0.0002766498946584761, 1.8059444073514896e-07, 0.013472091406583786, NaN], "count": [161]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.11218208786883312]], [[0.10394179003293119]], [[0.09366968351582622]]], "std": [[[0.2723462308112527]], [[0.2526125628204466]], [[0.2280090947066861]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3990413755598337]], [[0.3663734576283234]], [[0.3267592736762979]]], "std": [[[0.37434401371292686]], [[0.34687846209190054]], [[0.314662712970559]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5564688622140146]], [[0.5323088894119257]], [[0.5049886494319351]]], "std": [[[0.22864240849834538]], [[0.21954184110773378]], [[0.20956375718438938]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49506009759329334]], [[0.4709918761663552]], [[0.44437693917551974]]], "std": [[[0.2780683302955836]], [[0.2746703571893509]], [[0.26965488250465164]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.6115030775348339]], [[0.5612860669044472]], [[0.5073101654874871]]], "std": [[[0.2534365086436557]], [[0.24514913083855042]], [[0.23388024404981608]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996551011170858]], [[0.996551011170858]], [[0.996551011170858]]], "std": [[[0.017082862976020453]], [[0.017082862976020453]], [[0.017082862976020453]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5818684830794258]], [[0.5818684830794258]], [[0.5818684830794258]]], "std": [[[0.33614575068128033]], [[0.33614575068128033]], [[0.33614575068128033]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18665854082134203]], [[0.18665854082134203]], [[0.18665854082134203]]], "std": [[[0.19255900110831722]], [[0.19255900110831722]], [[0.19255900110831722]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09362720354377516]], [[0.09362720354377516]], [[0.09362720354377516]]], "std": [[[0.11879945893550556]], [[0.11879945893550556]], [[0.11879945893550556]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16124910564068315]], [[0.16124910564068315]], [[0.16124910564068315]]], "std": [[[0.14923444043010334]], [[0.14923444043010334]], [[0.14923444043010334]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09672416181684192]], [[0.055350458093021415]], [[0.13450110541805727]]], "std": [[[0.2817005988332874]], [[0.1678260282595282]], [[0.3244982310578007]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3743028677836854]], [[0.38472819322318713]], [[0.2445438509318436]]], "std": [[[0.4286122243473606]], [[0.41807287736553644]], [[0.3794525417504779]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7530772464931392]], [[0.5716617829786407]], [[0.3041690776649225]]], "std": [[[0.3877328865384121]], [[0.3111455667445152]], [[0.3148410012353969]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.543989555358411]], [[0.4396181952415726]], [[0.7372075282423082]]], "std": [[[0.36809891493109725]], [[0.3720804197017217]], [[0.40264020217280483]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4975684316474786]], [[0.5349945449949071]], [[0.5193578396168153]]], "std": [[[0.41097133184470297]], [[0.38900026302713575]], [[0.38495891122461406]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.2], "mean": [1.5999999999999999], "std": [0.9295160030897801], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [161]}, "index": {"min": [50184], "max": [50344], "mean": [50264.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [161]}}} +{"episode_index": 197, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44820520281791687, 0.025464791804552078, 0.01339110266417265, -2.7937350273132324, -1.5707963705062866, 0.8492195010185242, -1.4132715463638306, -3.237537384033203, 0.06443366408348083, -2.641500949859619, 0.0, -0.6341463327407837, 0.0, 0.0, -0.6341463327407837, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44820520281791687, 1.4530538320541382, 0.7641136050224304, -0.7853981852531433, -0.7794691324234009, 3.356339693069458, 1.5707963705062866, 0.0, 1.2181756496429443, 0.5820239186286926, 0.6341463327407837, 0.0, 0.6341463327407837, 0.6341463327407837, 0.0, 0.6341463327407837, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4482044279575348, 1.3297159671783447, 0.6992542743682861, -1.6792337894439697, -1.2193387746810913, 2.2682886123657227, -0.10101854056119919, -1.5406187772750854, 0.7710504531860352, -0.9039813876152039, 0.0650297999382019, -0.0650297999382019, 0.0650297999382019, 0.0650297999382019, -0.0650297999382019, 0.0650297999382019, -2.3561995029449463, 1.5707989931106567, -1.0471973419189453, -1.5707989931106567, 0.0, -1.0471973419189453, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 0.3218117356300354, 0.16922956705093384, 0.6779376864433289, 0.2697179913520813, 1.0089212656021118, 1.1143155097961426, 1.28797447681427, 0.3807152211666107, 1.2645288705825806, 0.18188892304897308, 0.18188892304897308, 0.18188892304897308, 0.18188892304897308, 0.18188892304897308, 0.18188892304897308, 5.0067901611328125e-06, 2.6226043701171875e-06, 2.384185791015625e-07, 2.6226043701171875e-06, 0.0, 2.384185791015625e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [266]}, "observation.state": {"min": [-0.9311753511428833, 0.36457154154777527, -2.3499998860643245e-05, 2.011298894882202, -0.3647992014884949, -0.9311753511428833, -3.0643388271300864e-08, -0.11489992588758469, -9.684938959253486e-06, -3.148884886172709e-08, 1.0, 0.7509999871253967, NaN], "max": [-0.9310862421989441, 0.3647992014884949, 8.106394666640426e-09, 2.0134804248809814, -0.36457154154777527, -0.9310862421989441, 3.3457316021667793e-05, -0.11205924302339554, 0.0, 3.9722086512483656e-05, 1.0, 0.8208730816841125, NaN], "mean": [-0.931091845035553, 0.36478930711746216, -1.0333233149140142e-06, 2.0114026069641113, -0.36478930711746216, -0.931091845035553, 1.4756540167581988e-06, -0.11477190256118774, -4.241388467107754e-07, 1.7508338032712345e-06, 1.0, 0.753524661064148, NaN], "std": [1.638720277696848e-05, 4.163786070421338e-05, 4.284036549506709e-06, 0.0004336242564022541, 4.163786070421338e-05, 1.638720277696848e-05, 6.114584266470047e-06, 0.0005204015178605914, 1.7601469153305516e-06, 7.255549462570343e-06, 0.0, 0.010770627297461033, NaN], "count": [266]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08930405132197539]], [[0.0879617351677171]], [[0.08420949231236559]]], "std": [[[0.2226825848354507]], [[0.2205315583637711]], [[0.21145512893091423]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27832391397788897]], [[0.27326392903866514]], [[0.2610118213011411]]], "std": [[[0.2950741579582544]], [[0.295659488140032]], [[0.28676693626258154]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3981381702162757]], [[0.3973566071276498]], [[0.38510687585454484]]], "std": [[[0.3424925295978021]], [[0.3425000356161]], [[0.33143067341827903]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3783965275724188]], [[0.36802882334836057]], [[0.34686459986682683]]], "std": [[[0.3121268162388107]], [[0.3152473951610631]], [[0.3090904296836978]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5319304615933442]], [[0.5273069293652279]], [[0.5084159376003744]]], "std": [[[0.29117626786387774]], [[0.299219162747004]], [[0.30269316221034837]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996226515146943]], [[0.996226515146943]], [[0.996226515146943]]], "std": [[[0.018130609835283973]], [[0.018130609835283973]], [[0.018130609835283973]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6015667297663567]], [[0.6015667297663567]], [[0.6015667297663567]]], "std": [[[0.3367124022938472]], [[0.3367124022938472]], [[0.3367124022938472]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41569150085395806]], [[0.41569150085395806]], [[0.41569150085395806]]], "std": [[[0.39925887770604956]], [[0.39925887770604956]], [[0.39925887770604956]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12003795771583145]], [[0.12003795771583145]], [[0.12003795771583145]]], "std": [[[0.24073444973833746]], [[0.24073444973833746]], [[0.24073444973833746]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14327322702276082]], [[0.14327322702276082]], [[0.14327322702276082]]], "std": [[[0.1566897620593043]], [[0.1566897620593043]], [[0.1566897620593043]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.039163194842589406]], [[0.09763014864302137]], [[0.13551474259550952]]], "std": [[[0.12931364027539616]], [[0.28391643031196606]], [[0.3282594374002995]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27592699613958643]], [[0.4151766596861377]], [[0.2692749061048447]]], "std": [[[0.3993415217832607]], [[0.42639664208817085]], [[0.3335446643766177]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5098731233541944]], [[0.27666974185454085]], [[0.4390184075408488]]], "std": [[[0.4663935606068074]], [[0.326931078780384]], [[0.4226313815066273]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6174058208625949]], [[0.5174440991060766]], [[0.377975516515556]]], "std": [[[0.4134855411040171]], [[0.38958319628249394]], [[0.36516855599450887]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4967496967392682]], [[0.6498673793377684]], [[0.454721912758811]]], "std": [[[0.2960170025413634]], [[0.4125050816233959]], [[0.42636312418319283]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.3], "mean": [2.6499999999999995], "std": [1.5357408635573904], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [266]}, "index": {"min": [50345], "max": [50610], "mean": [50477.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [266]}}} +{"episode_index": 198, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.06958344578742981, 0.025464791804552078, 0.007127777207642794, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.1014083623886108, -1.4722713232040405, 1.0471975803375244, -5.469269752502441, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.06958344578742981, 1.9026445150375366, 0.5325638055801392, -0.11360990256071091, -1.0204287767410278, 1.6863199472427368, 1.5707963705062866, 0.0, 2.1808338165283203, -2.481858253479004, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.06958366930484772, 1.6724662780761719, 0.46813368797302246, -0.4906655550003052, -1.330261468887329, 1.3592500686645508, 1.3594924211502075, -0.7215206027030945, 1.6103116273880005, -3.9746854305267334, 0.056273236870765686, -0.056273236870765686, 0.056273236870765686, 0.056273236870765686, -0.056273236870765686, 0.056273236870765686, -2.3561995029449463, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2351741790771484e-07, 0.48753735423088074, 0.1364654153585434, 0.2597159445285797, 0.2121763676404953, 0.2652445435523987, 0.17889510095119476, 0.6208906173706055, 0.48088228702545166, 1.2772334814071655, 0.1411467045545578, 0.1411467045545578, 0.1411467045545578, 0.1411467045545578, 0.1411467045545578, 0.1411467045545578, 5.0067901611328125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [245]}, "observation.state": {"min": [0.2385387420654297, -0.9711318016052246, -8.705211257620249e-06, 1.9074844121932983, 0.970818817615509, 0.23854278028011322, 0.0, -0.19562464952468872, -0.0038679419085383415, -9.210356438416056e-06, 0.999992311000824, 0.7509999871253967, NaN], "max": [0.2398141473531723, -0.970818817615509, 0.001533312606625259, 1.9388434886932373, 0.9711253643035889, 0.2398141473531723, 0.003606287529692054, -0.18516404926776886, 0.0, 0.0006287945434451103, 1.0, 0.8085126876831055, NaN], "mean": [0.23973146080970764, -0.9708409309387207, 9.967219375539571e-05, 1.9370007514953613, 0.9708407521247864, 0.23973165452480316, 0.00023486782447434962, -0.18570129573345184, -0.00025187424034811556, 4.070331124239601e-05, 0.9999999403953552, 0.7540175318717957, NaN], "std": [0.0002791894366964698, 6.859318091301247e-05, 0.0003355268854647875, 0.006209996994584799, 6.737295916536823e-05, 0.00027841777773573995, 0.0007893972797319293, 0.0018874229863286018, 0.000846663024276495, 0.00013743476301897317, 1.5161344890657347e-06, 0.010528329759836197, NaN], "count": [245]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.09585136234309735]], [[0.09369953818537094]], [[0.08936919621991953]]], "std": [[[0.23459032747771533]], [[0.23474520859733555]], [[0.2272352898896894]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3306402077126463]], [[0.3227101672309428]], [[0.3041652702255965]]], "std": [[[0.309596598253217]], [[0.3135424051467304]], [[0.3051458630819738]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6523264165075763]], [[0.6630033588347277]], [[0.6460680457402345]]], "std": [[[0.2553449806244437]], [[0.27072348770665616]], [[0.27337943252198893]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5756827312710933]], [[0.5691989303227875]], [[0.539980927934253]]], "std": [[[0.2741425038651192]], [[0.2839606579283461]], [[0.2887191203362532]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5876241565194184]], [[0.5892321042640236]], [[0.5621164829667716]]], "std": [[[0.25143277009701265]], [[0.26319032459429237]], [[0.27044069672512777]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957684985693603]], [[0.9957684985693603]], [[0.9957684985693603]]], "std": [[[0.019361641713945422]], [[0.019361641713945422]], [[0.019361641713945422]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5907310511496415]], [[0.5907310511496415]], [[0.5907310511496415]]], "std": [[[0.3356537155055408]], [[0.3356537155055408]], [[0.3356537155055408]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14283637465793061]], [[0.14283637465793061]], [[0.14283637465793061]]], "std": [[[0.11852629307762667]], [[0.11852629307762667]], [[0.11852629307762667]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.06852219586921668]], [[0.06852219586921668]], [[0.06852219586921668]]], "std": [[[0.06685707920708334]], [[0.06685707920708334]], [[0.06685707920708334]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1285044448065468]], [[0.1285044448065468]], [[0.1285044448065468]]], "std": [[[0.14693832477894397]], [[0.14693832477894397]], [[0.14693832477894397]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11564973569880056]], [[0.13106662214148682]], [[0.02865838793367626]]], "std": [[[0.290757660797664]], [[0.31693451614206786]], [[0.11584036138176657]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3996955268958238]], [[0.5243411299337286]], [[0.12140066559779412]]], "std": [[[0.37270453894297095]], [[0.47990544077389]], [[0.23311638812450658]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2967498630381327]], [[0.6767440157554763]], [[0.5315957381892602]]], "std": [[[0.3317756371780801]], [[0.41763751872235316]], [[0.3399429955731625]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3764189618256933]], [[0.6076395700101456]], [[0.5441478893120122]]], "std": [[[0.3789894250054837]], [[0.38119170941832553]], [[0.36446729391317984]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4508220166285454]], [[0.608047590979896]], [[0.5419072173036651]]], "std": [[[0.4004180118718684]], [[0.3626621295496445]], [[0.4142741169628147]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.88], "mean": [2.44], "std": [1.4144963768069538], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [245]}, "index": {"min": [50611], "max": [50855], "mean": [50733.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [245]}}} +{"episode_index": 199, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47684386372566223, -0.618453860282898, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -1.2916783094406128, -2.7904841899871826, -0.7485846281051636, -2.481858491897583, 0.0, -0.4682926833629608, 0.0, 0.0, -0.4682926833629608, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47684386372566223, -0.0151464669033885, 1.0397670269012451, -0.6154389977455139, 1.84085214138031, 2.338630437850952, 1.5707963705062866, 0.0, 1.0471975803375244, -1.9522212743759155, 0.4682926833629608, 0.0, 0.4682926833629608, 0.4682926833629608, 0.0, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4768446683883667, -0.581047773361206, 0.9768767356872559, -0.7049092650413513, 0.5300512909889221, 1.8410671949386597, -0.1466672569513321, -1.7322391271591187, -0.03198913857340813, -2.1643083095550537, 0.08685392886400223, -0.08685392886400223, 0.08685392886400223, 0.08685392886400223, -0.08685392886400223, 0.08685392886400223, -2.3561995029449463, 1.5707989931106567, -1.0471973419189453, -1.5707989931106567, 0.0, -1.0471973419189453, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 0.11786830425262451, 0.19816340506076813, 0.058344561606645584, 1.413108229637146, 0.5315078496932983, 1.1428682804107666, 1.1632649898529053, 0.7183903455734253, 0.21127265691757202, 0.17768244445323944, 0.17768244445323944, 0.17768244445323944, 0.17768244445323944, 0.17768244445323944, 0.17768244445323944, 5.0067901611328125e-06, 2.6226043701171875e-06, 2.384185791015625e-07, 2.6226043701171875e-06, 0.0, 2.384185791015625e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [266]}, "observation.state": {"min": [0.31519103050231934, -0.9490281939506531, -0.00038675221730954945, 1.3016769886016846, 0.9489831924438477, 0.31518957018852234, 0.0, -0.36489337682724, -0.0018873951630666852, -0.0010340895969420671, 0.9999976754188538, 0.7509999871253967, NaN], "max": [0.3153265714645386, -0.9489831924438477, 0.0, 1.3259501457214355, 0.949026346206665, 0.3153265714645386, 0.0021171269472688437, -0.33178985118865967, 6.424513685487909e-07, 0.0, 1.0, 0.7995449900627136, NaN], "mean": [0.3153122663497925, -0.9489895701408386, -4.0195016481447965e-05, 1.3240829706192017, 0.9489893913269043, 0.31531214714050293, 0.0002196768909925595, -0.33440521359443665, -0.00019580750085879117, -0.0001073919193004258, 1.0, 0.7548581957817078, NaN], "std": [3.64618499588687e-05, 1.2222573786857538e-05, 0.00010401805775472894, 0.005159179214388132, 1.1805150279542431e-05, 3.680226654978469e-05, 0.0005690489779226482, 0.007167873438447714, 0.0005072592757642269, 0.00027807324659079313, 5.831570319969615e-07, 0.010553211905062199, NaN], "count": [266]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12464973502824063]], [[0.11974778765512566]], [[0.114292566641923]]], "std": [[[0.2994158703658776]], [[0.2902026928608612]], [[0.28003543046220036]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4252474131474005]], [[0.40838673605620907]], [[0.388208552187333]]], "std": [[[0.4072824308911748]], [[0.3999388740660892]], [[0.3917018436849417]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6293901458534921]], [[0.6171981484499001]], [[0.6030769621757256]]], "std": [[[0.2851709919603488]], [[0.2951777457191027]], [[0.30905390180483905]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42083101688402863]], [[0.4003081786183917]], [[0.3742651836563085]]], "std": [[[0.3380753643543816]], [[0.33496781869777964]], [[0.3290825217555534]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6540565335672247]], [[0.6383231508806798]], [[0.6186714169132651]]], "std": [[[0.31370763684493774]], [[0.32434379906660565]], [[0.334954732408215]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963001439692186]], [[0.9963001439692186]], [[0.9963001439692186]]], "std": [[[0.017802171357687]], [[0.017802171357687]], [[0.017802171357687]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5910081399270833]], [[0.5910081399270833]], [[0.5910081399270833]]], "std": [[[0.3376151501238383]], [[0.3376151501238383]], [[0.3376151501238383]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.053370938334637574]], [[0.053370938334637574]], [[0.053370938334637574]]], "std": [[[0.04340326920840635]], [[0.04340326920840635]], [[0.04340326920840635]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26471811336620416]], [[0.26471811336620416]], [[0.26471811336620416]]], "std": [[[0.40561169278307285]], [[0.40561169278307285]], [[0.40561169278307285]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10088781331074888]], [[0.10088781331074888]], [[0.10088781331074888]]], "std": [[[0.11375198769788422]], [[0.11375198769788422]], [[0.11375198769788422]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08216330280273938]], [[0.09576550250755889]], [[0.07973498398367589]]], "std": [[[0.20983710341512246]], [[0.27861028971819113]], [[0.25408953445392757]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5024328062061664]], [[0.37152545009659416]], [[0.13409950036579046]]], "std": [[[0.46211712663510346]], [[0.3958922774461132]], [[0.25282874207585204]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5710105981998148]], [[0.6322386603285342]], [[0.5126446816885504]]], "std": [[[0.29840658736822184]], [[0.4188126572275012]], [[0.4149911208767276]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29871474447307733]], [[0.5051822521560178]], [[0.47845469596477147]]], "std": [[[0.3255946395271481]], [[0.4506663415250612]], [[0.42894078363390725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7345138809259896]], [[0.6018969939468555]], [[0.36732141077764163]]], "std": [[[0.32408801332857085]], [[0.3867320023247928]], [[0.38370400790960885]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.3], "mean": [2.6499999999999995], "std": [1.5357408635573904], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [266]}, "index": {"min": [50856], "max": [51121], "mean": [50988.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [266]}}} +{"episode_index": 200, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08756410330533981, 0.025464791804552078, 0.00949315819889307, -0.7853981852531433, -1.5707963705062866, 0.7072014212608337, 1.5707963705062866, 0.0, 0.32737764716148376, -2.481858253479004, 0.0, -0.36097562313079834, 0.0, 0.0, -0.36097562313079834, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08756410330533981, 1.2912535667419434, 0.48137345910072327, -0.69422847032547, -1.2240087985992432, 1.0471975803375244, 2.004117250442505, 0.22363536059856415, 1.0471975803375244, -2.013350009918213, 0.36097562313079834, 0.0, 0.36097562313079834, 0.36097562313079834, 0.0, 0.36097562313079834, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08756417036056519, 1.1023929119110107, 0.4109667241573334, -0.7473067045211792, -1.4142082929611206, 0.8584502339363098, 1.808629035949707, 0.12453066557645798, 0.6874103546142578, -2.2265207767486572, 0.08340394496917725, -0.08340394496917725, 0.08340394496917725, 0.08340394496917725, -0.08340394496917725, 0.08340394496917725, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.705522537231445e-08, 0.3547128438949585, 0.13223564624786377, 0.03271491453051567, 0.13615486025810242, 0.15429382026195526, 0.19562460482120514, 0.10183294117450714, 0.3018600642681122, 0.2083764225244522, 0.14761333167552948, 0.14761333167552948, 0.14761333167552948, 0.14761333167552948, 0.14761333167552948, 0.14761333167552948, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [137]}, "observation.state": {"min": [-0.9560142159461975, 0.2933201789855957, -0.0003247368149459362, 1.9825656414031982, -0.29380902647972107, -0.9560140371322632, -0.0008234153501689434, -0.25968584418296814, -0.0005515988450497389, -0.0006920610903762281, 0.9999995827674866, 0.7509999871253967, NaN], "max": [-0.9558641314506531, 0.29380902647972107, 0.0, 2.0251004695892334, -0.29331985116004944, -0.9558641314506531, 0.0, -0.23680247366428375, 0.0, 1.1745568073706636e-08, 1.0, 0.7839281558990479, NaN], "mean": [-0.9558829665184021, 0.2937486171722412, -4.0340535633731633e-05, 2.020848035812378, -0.29374855756759644, -0.9558828473091125, -0.00010228538303636014, -0.23896221816539764, -6.857726839371026e-05, -8.594657992944121e-05, 1.0, 0.7543373107910156, NaN], "std": [4.349640948930755e-05, 0.00014165362517815083, 9.412766667082906e-05, 0.010327495634555817, 0.00014173879753798246, 4.344838089309633e-05, 0.00023862060334067792, 0.005347514990717173, 0.00015997800801414996, 0.00020051644241902977, 1.082652403283646e-07, 0.008069989271461964, NaN], "count": [137]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09776012864021844]], [[0.09735795227088476]], [[0.09460028257395772]]], "std": [[[0.2380014080291326]], [[0.2399841166425476]], [[0.23455792926900879]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3259513736755603]], [[0.3166872287165952]], [[0.3037618077223023]]], "std": [[[0.3131769786116327]], [[0.3214874227614352]], [[0.31943388788728244]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.692514221570438]], [[0.7134623624765388]], [[0.7020118099016222]]], "std": [[[0.2262109708508672]], [[0.2318018867358328]], [[0.22975298913943773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5662811711463422]], [[0.5465639811411723]], [[0.5072065733649569]]], "std": [[[0.22552608084412834]], [[0.2525411372787979]], [[0.26855332844190904]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5456826722618188]], [[0.5080524163292074]], [[0.473373214215066]]], "std": [[[0.25595867462702576]], [[0.3050167751916645]], [[0.3238330587928946]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995895502621554]], [[0.995895502621554]], [[0.995895502621554]]], "std": [[[0.018993638078018203]], [[0.018993638078018203]], [[0.018993638078018203]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5982483579663527]], [[0.5982483579663527]], [[0.5982483579663527]]], "std": [[[0.3359528939504867]], [[0.3359528939504867]], [[0.3359528939504867]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.12081021745588219]], [[0.12081021745588219]], [[0.12081021745588219]]], "std": [[[0.07561840149228577]], [[0.07561840149228577]], [[0.07561840149228577]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06878561327064939]], [[0.06878561327064939]], [[0.06878561327064939]]], "std": [[[0.06437293143888154]], [[0.06437293143888154]], [[0.06437293143888154]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11603597956401533]], [[0.11603597956401533]], [[0.11603597956401533]]], "std": [[[0.12460936631885201]], [[0.12460936631885201]], [[0.12460936631885201]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0404452947144454]], [[0.08313858126951748]], [[0.11827761047307332]]], "std": [[[0.13860547772449647]], [[0.2593122096806205]], [[0.2939728229333179]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.167909907590135]], [[0.20495478079060356]], [[0.5081257045070344]]], "std": [[[0.26583423349912816]], [[0.2786745575903856]], [[0.486691998186465]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39705946056135255]], [[0.6152844951119534]], [[0.6922211560319214]]], "std": [[[0.4075817924473818]], [[0.2649788319448157]], [[0.37962192619358326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5065968493070768]], [[0.6416036762778022]], [[0.4970541778901636]]], "std": [[[0.367648723235512]], [[0.40344440722558755]], [[0.43685755639389107]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5992021047535324]], [[0.46941873584699434]], [[0.502755680816152]]], "std": [[[0.39225360539012283]], [[0.3209727015599422]], [[0.4432510284390163]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.72], "mean": [1.36], "std": [0.7909487973314075], "count": [137]}, "frame_index": {"min": [0], "max": [136], "mean": [68.0], "std": [39.54743986657038], "count": [137]}, "episode_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [137]}, "index": {"min": [51122], "max": [51258], "mean": [51190.0], "std": [39.54743986657038], "count": [137]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [137]}}} +{"episode_index": 201, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.020955771207809448, 0.025464791804552078, -2.922027111053467, -1.5707963705062866, 1.0471975803375244, 0.669557511806488, 0.0, -0.6000661849975586, -2.481858253479004, 0.0, -0.4097560942173004, 0.0, 0.0, -0.4097560942173004, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.7082557082176208, 0.8606499433517456, -0.7853981256484985, -0.7873565554618835, 1.6757467985153198, 1.5707963705062866, 0.13747209310531616, 1.0471975803375244, -1.3877191543579102, 0.4097560942173004, 0.0, 0.4097560942173004, 0.4097560942173004, 0.0, 0.4097560942173004, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974876642227173, 0.6670117378234863, 0.8105354905128479, -2.201622247695923, -1.0219594240188599, 1.463233470916748, 1.0942225456237793, 0.09404709935188293, -0.05931483209133148, -1.7353124618530273, 0.11331508308649063, -0.11331508308649063, 0.11331508308649063, 0.11331508308649063, -0.11331508308649063, 0.11331508308649063, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2218952178955078e-06, 0.13254785537719727, 0.1610679030418396, 0.8213983774185181, 0.3123188614845276, 0.24141310155391693, 0.3088052272796631, 0.054112598299980164, 0.6260303854942322, 0.4298631548881531, 0.17994526028633118, 0.17994526028633118, 0.17994526028633118, 0.17994526028633118, 0.17994526028633118, 0.17994526028633118, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [228]}, "observation.state": {"min": [-0.9957352876663208, 0.0922565758228302, 0.0, 2.051873207092285, -0.09378718584775925, -0.9957352876663208, -1.9629256712505594e-05, -0.3125475347042084, 0.0, -2.0054787455592304e-05, 0.9999994039535522, 0.7509999871253967, NaN], "max": [-0.9955921769142151, 0.09378762543201447, 0.0003788986068684608, 2.087651014328003, -0.0922565758228302, -0.9955917000770569, 0.00104707817081362, -0.28598782420158386, 0.00047445407835766673, 0.0010073469020426273, 1.0, 0.7936930656433105, NaN], "mean": [-0.9957099556922913, 0.09251610934734344, 6.287553696893156e-05, 2.0559632778167725, -0.09251605719327927, -0.9957098960876465, 0.00017262061010114849, -0.2891554832458496, 7.873775030020624e-05, 0.00016598704678472131, 1.0, 0.7561923265457153, NaN], "std": [4.617138620233163e-05, 0.0004944389220327139, 0.00012271763989701867, 0.008800925686955452, 0.0004943158128298819, 4.629646355169825e-05, 0.0003386539756320417, 0.0067125530913472176, 0.0001537832140456885, 0.0003257250355090946, 1.9606372347880097e-07, 0.010920466855168343, NaN], "count": [228]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06408755098770126]], [[0.06323626441787686]], [[0.06239001911766383]]], "std": [[[0.1690799856834333]], [[0.16763678398748078]], [[0.1664286580585599]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22707610520012528]], [[0.2250743577209277]], [[0.2210171267713679]]], "std": [[[0.26904224252540515]], [[0.2677105247194648]], [[0.26650774553249945]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33135914318533405]], [[0.3287458356551471]], [[0.3264964182040929]]], "std": [[[0.2673010763460332]], [[0.26934357944236637]], [[0.27210726438458993]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3489803237597491]], [[0.3469547673794048]], [[0.34211565147244904]]], "std": [[[0.28998477503631376]], [[0.28987255801036044]], [[0.2878281659235845]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43526134872402505]], [[0.4367448485909189]], [[0.43751336124203793]]], "std": [[[0.31271978004774753]], [[0.31521901717704254]], [[0.3181548623340933]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967624025089671]], [[0.9967624025089671]], [[0.9967624025089671]]], "std": [[[0.016477759359057206]], [[0.016477759359057206]], [[0.016477759359057206]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6050954817000841]], [[0.6050954817000841]], [[0.6050954817000841]]], "std": [[[0.3353354580593723]], [[0.3353354580593723]], [[0.3353354580593723]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.07203099462143875]], [[0.07203099462143875]], [[0.07203099462143875]]], "std": [[[0.05309451858497279]], [[0.05309451858497279]], [[0.05309451858497279]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14091811591433195]], [[0.14091811591433195]], [[0.14091811591433195]]], "std": [[[0.2474113993627465]], [[0.2474113993627465]], [[0.2474113993627465]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19610257689478447]], [[0.19610257689478447]], [[0.19610257689478447]]], "std": [[[0.2738387828986349]], [[0.2738387828986349]], [[0.2738387828986349]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06722261584090562]], [[0.09655239520656934]], [[0.0881679980634229]]], "std": [[[0.20336091001576098]], [[0.27967775206215384]], [[0.24828283547349847]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2969715608824837]], [[0.38682543648422746]], [[0.1796097877610741]]], "std": [[[0.4124245376515584]], [[0.44093809072728607]], [[0.25467882617151855]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8235905668310209]], [[0.38555281832988997]], [[0.6020013531899543]]], "std": [[[0.21612256513935774]], [[0.370173762070672]], [[0.43467732136748793]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6453530732767783]], [[0.6280508110087165]], [[0.2848611357541888]]], "std": [[[0.41059467705652547]], [[0.3750718544058289]], [[0.33400023121718686]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5812677673237483]], [[0.4861438444944682]], [[0.39798031370135006]]], "std": [[[0.43087699761395937]], [[0.3602122116867995]], [[0.4216133032530532]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.54], "mean": [2.2699999999999996], "std": [1.3163459525013426], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [228]}, "index": {"min": [51259], "max": [51486], "mean": [51372.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [228]}}} +{"episode_index": 202, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05150684714317322, 0.025464791804552078, 0.015449377708137035, -2.3835413455963135, -2.0504205226898193, -1.7533859014511108, -2.2368884086608887, -1.9527361392974854, -1.5726743936538696, -2.481858253479004, 0.0, -0.4829268157482147, 0.0, 0.0, -0.4829268157482147, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05150684714317322, 0.9350848197937012, 0.5673118829727173, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -1.8564239740371704, 0.4829268157482147, 0.0, 0.4829268157482147, 0.4829268157482147, 0.0, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05150693655014038, 0.8803992867469788, 0.5341345071792603, -1.633027195930481, -1.8212008476257324, -0.5319918990135193, -0.5900400280952454, -1.064739465713501, -0.4324014186859131, -2.1312096118927, 0.06285866349935532, -0.06285866349935532, 0.06285866349935532, 0.06285866349935532, -0.06285866349935532, 0.06285866349935532, -2.3561995029449463, 1.5707987546920776, -1.047196388244629, -1.5707987546920776, 0.0, -1.047196388244629, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 0.1754293292760849, 0.10643205046653748, 0.6623135805130005, 0.1834363043308258, 1.1150226593017578, 1.5620629787445068, 0.7657790780067444, 1.0813074111938477, 0.2560172975063324, 0.15670733153820038, 0.15670733153820038, 0.15670733153820038, 0.15670733153820038, 0.15670733153820038, 0.15670733153820038, 5.0067901611328125e-06, 2.384185791015625e-06, 1.1920928955078125e-06, 2.384185791015625e-06, 0.0, 1.1920928955078125e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [247]}, "observation.state": {"min": [0.7453402876853943, 0.6664708852767944, -0.0028925875667482615, 1.9770469665527344, -0.6666842103004456, 0.7453402876853943, -0.0, -0.13962411880493164, -0.0, -1.4051757716515567e-05, 0.9999956488609314, 0.7509999871253967, NaN], "max": [0.7455255389213562, 0.6666842103004456, 6.73976182952174e-06, 1.9881610870361328, -0.6664722561836243, 0.7455295920372009, 0.0006046710768714547, -0.09095451235771179, 0.002556930296123028, 0.0014799153432250023, 1.0, 0.7738275527954102, NaN], "mean": [0.7453525066375732, 0.6666719317436218, -0.00018658407498151064, 1.977729320526123, -0.6666719913482666, 0.7453527450561523, 3.9087957702577114e-05, -0.09359871596097946, 0.00016514939488843083, 9.522188338451087e-05, 1.0, 0.7522807717323303, NaN], "std": [4.014846126665361e-05, 4.608024755725637e-05, 0.0006305267452262342, 0.002271942561492324, 4.582300971378572e-05, 4.092285598744638e-05, 0.00013162493996787816, 0.009137649089097977, 0.0005576169933192432, 0.0003224163956474513, 8.657742682771641e-07, 0.00437891436740756, NaN], "count": [247]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.125771052061603]], [[0.1179370223517744]], [[0.10831632189827473]]], "std": [[[0.29778641562521785]], [[0.2806502817134974]], [[0.25948806808871727]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42084691988351036]], [[0.38825325037165787]], [[0.3515184615209238]]], "std": [[[0.3949540132582847]], [[0.37321576701510195]], [[0.3459139434477894]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7011352056707914]], [[0.6750802184147829]], [[0.6485569442851865]]], "std": [[[0.20637718111372813]], [[0.21249127012800714]], [[0.21721037413238248]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4299613261261552]], [[0.4083119900810774]], [[0.3877087959358703]]], "std": [[[0.24962521473606417]], [[0.2482581644329197]], [[0.24615922226027706]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5627696619908522]], [[0.5164504647315649]], [[0.4742696925013294]]], "std": [[[0.2368521829692465]], [[0.25185801618289383]], [[0.2610213581843544]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956885477079926]], [[0.9956885477079926]], [[0.9956885477079926]]], "std": [[[0.019753435593357436]], [[0.019753435593357436]], [[0.019753435593357436]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6012189492191665]], [[0.6012189492191665]], [[0.6012189492191665]]], "std": [[[0.33665903610999304]], [[0.33665903610999304]], [[0.33665903610999304]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.09575079981036565]], [[0.09575079981036565]], [[0.09575079981036565]]], "std": [[[0.06347986401484043]], [[0.06347986401484043]], [[0.06347986401484043]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1385509025401481]], [[0.1385509025401481]], [[0.1385509025401481]]], "std": [[[0.2696328639270966]], [[0.2696328639270966]], [[0.2696328639270966]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08756733729366033]], [[0.08756733729366033]], [[0.08756733729366033]]], "std": [[[0.0735521797708085]], [[0.0735521797708085]], [[0.0735521797708085]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0800231142010513]], [[0.10883088947764051]], [[0.09201629594760513]]], "std": [[[0.24511400394909863]], [[0.27464132738809977]], [[0.27371229028036137]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39699419228037985]], [[0.27655434519486805]], [[0.2335738779352923]]], "std": [[[0.44596756112222163]], [[0.3729750861965252]], [[0.3492796808272121]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19236366342987385]], [[0.8498649827565512]], [[0.5149301122316168]]], "std": [[[0.24495371200085553]], [[0.27574616981008887]], [[0.3258273570738207]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49960463920187276]], [[0.640426689358415]], [[0.49580226930894106]]], "std": [[[0.41518539399362253]], [[0.38391140159086307]], [[0.4343428805767498]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5306719265388177]], [[0.42458164100769064]], [[0.6090542972498325]]], "std": [[[0.39678251793553354]], [[0.33288700119054954]], [[0.42180414741706024]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.92], "mean": [2.46], "std": [1.426043477598071], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [247]}, "index": {"min": [51487], "max": [51733], "mean": [51610.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [247]}}} +{"episode_index": 203, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.01148538663983345, -2.708610773086548, -1.5707963705062866, -0.7259011268615723, 1.4238229990005493, -1.1117689609527588, -1.4389866590499878, -2.481858253479004, 0.0, -0.3414634168148041, 0.0, 0.0, -0.3414634168148041, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.861189365386963, 0.8394523859024048, -0.7853981852531433, -0.36554470658302307, 1.0471975803375244, 1.6831361055374146, 0.0, 1.0471975803375244, 0.30761876702308655, 0.3414634168148041, 0.0, 0.3414634168148041, 0.3414634168148041, 0.0, 0.3414634168148041, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974873661994934, 1.6382356882095337, 0.7388944029808044, -1.8153114318847656, -0.9704334735870361, 0.1525004655122757, 1.56513512134552, -0.5890306830406189, -0.22537638247013092, -1.0462950468063354, 0.05205882713198662, -0.05205882713198662, 0.05205882713198662, 0.05205882713198662, -0.05205882713198662, 0.05205882713198662, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 0.4750520884990692, 0.21426227688789368, 0.8397225141525269, 0.5216127634048462, 0.7498953938484192, 0.07026446610689163, 0.4857714772224426, 1.0609536170959473, 1.2253127098083496, 0.12007787078619003, 0.12007787078619003, 0.12007787078619003, 0.12007787078619003, 0.12007787078619003, 0.12007787078619003, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [242]}, "observation.state": {"min": [0.4833424687385559, -0.8754313588142395, -4.699604971847293e-08, 1.3959624767303467, 0.874957263469696, 0.4833424687385559, -1.721884643757221e-07, -0.3112940788269043, -0.003436399856582284, 0.0, 0.9999938011169434, 0.7509999871253967, NaN], "max": [0.4841880798339844, -0.8749609589576721, 0.0023116290103644133, 1.4004275798797607, 0.8754313588142395, 0.48419296741485596, 0.002648266265168786, -0.29853206872940063, 1.734543673137523e-07, 0.0007403369527310133, 1.0, 0.8191421627998352, NaN], "mean": [0.48341235518455505, -0.8753929734230042, 0.00019022291235160083, 1.3962032794952393, 0.8753925561904907, 0.48341265320777893, 0.00021798345551360399, -0.2993718087673187, -0.00028281949926167727, 6.09480521234218e-05, 1.0, 0.7556335926055908, NaN], "std": [0.0002048284950433299, 0.00011383997480152175, 0.000562000903300941, 0.0007170101744122803, 0.00011461557733127847, 0.00020586476603057235, 0.0006439404096454382, 0.002582402667030692, 0.0008355096797458827, 0.0001800767204258591, 1.3849595461579156e-06, 0.014097334817051888, NaN], "count": [242]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.0902095566861196]], [[0.08476558230419146]], [[0.07771824144315227]]], "std": [[[0.24039166868212897]], [[0.2288676119138628]], [[0.21245846641748664]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31280741585646266]], [[0.29437167662112895]], [[0.2700081271864445]]], "std": [[[0.3679990168529246]], [[0.3573503808758934]], [[0.3379760517374709]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.328321514714432]], [[0.3149713932424993]], [[0.2985267704291114]]], "std": [[[0.30888404914353956]], [[0.30124696035874643]], [[0.28908883332854046]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26558942285576725]], [[0.27460330948151634]], [[0.27769569319468834]]], "std": [[[0.24228087104461513]], [[0.24036096326266265]], [[0.23694722209418526]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668988976665185]], [[0.4464516931973706]], [[0.423769976483463]]], "std": [[[0.3689753637449713]], [[0.3744848346260719]], [[0.37109832958416844]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964719923878036]], [[0.9964719923878036]], [[0.9964719923878036]]], "std": [[[0.01730018127639636]], [[0.01730018127639636]], [[0.01730018127639636]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880250467547916]], [[0.5880250467547916]], [[0.5880250467547916]]], "std": [[[0.3357313092325783]], [[0.3357313092325783]], [[0.3357313092325783]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.362080819907047]], [[0.362080819907047]], [[0.362080819907047]]], "std": [[[0.36938200234111873]], [[0.36938200234111873]], [[0.36938200234111873]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08859014370770024]], [[0.08859014370770024]], [[0.08859014370770024]]], "std": [[[0.15416969085280394]], [[0.15416969085280394]], [[0.15416969085280394]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15635147399132698]], [[0.15635147399132698]], [[0.15635147399132698]]], "std": [[[0.17704220814010166]], [[0.17704220814010166]], [[0.17704220814010166]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0674660036170003]], [[0.09549021217186988]], [[0.09229152056842024]]], "std": [[[0.21149611515357933]], [[0.2773865584240237]], [[0.26221700541374476]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30776891431652176]], [[0.25389062496856746]], [[0.36574801698662435]]], "std": [[[0.405373960094147]], [[0.3547625294238502]], [[0.4399610475342865]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20223995853257346]], [[0.2914423140755225]], [[0.5865450539163718]]], "std": [[[0.23625208409797283]], [[0.359233807755074]], [[0.4670350708417089]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7264241331839326]], [[0.4107177378526391]], [[0.545847752048393]]], "std": [[[0.2796999007707336]], [[0.4070836274769345]], [[0.4006460306220232]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6935711970366616]], [[0.469263489151346]], [[0.4035262212405225]]], "std": [[[0.3457324146157425]], [[0.3529008458054514]], [[0.4113316906957338]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.82], "mean": [2.41], "std": [1.397175722663402], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [242]}, "index": {"min": [51734], "max": [51975], "mean": [51854.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [242]}}} +{"episode_index": 204, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2727508246898651, 0.025464791804552078, 0.02271362580358982, -0.7853981852531433, -1.5707963705062866, -0.7562134861946106, 0.37538301944732666, 0.0, 0.47226858139038086, -3.896906614303589, 0.0, -0.6195122003555298, 0.0, 0.0, -0.6195122003555298, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2727508246898651, 0.6546241044998169, 0.5838997960090637, 0.4258681833744049, 0.6729781031608582, 1.0471975803375244, 1.5707963705062866, 0.47735312581062317, 1.0471975803375244, -2.481858253479004, 0.6195122003555298, 0.0, 0.6195122003555298, 0.6195122003555298, 0.0, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2727508246898651, 0.625916600227356, 0.558294415473938, 0.020872734487056732, -0.01918569579720497, -0.2308555543422699, 0.8621270060539246, 0.324383407831192, 0.683011531829834, -3.4862661361694336, 0.16896580159664154, -0.16896580159664154, 0.16896580159664154, 0.16896580159664154, -0.16896580159664154, 0.16896580159664154, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.10736121982336044, 0.09576184302568436, 0.4364680349826813, 0.8585975766181946, 0.6967414617538452, 0.419241338968277, 0.18042424321174622, 0.19811967015266418, 0.5476754903793335, 0.2680964469909668, 0.2680964469909668, 0.2680964469909668, 0.2680964469909668, 0.2680964469909668, 0.2680964469909668, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [229]}, "observation.state": {"min": [-0.9534892439842224, 0.3014269471168518, 0.0, 1.95746910572052, -0.3033604025840759, -0.9534892439842224, -1.6128666402437375e-07, -0.3736400008201599, -2.7704441407649938e-08, -1.603959276508249e-07, 0.9999943375587463, 0.7509999871253967, NaN], "max": [-0.9528717994689941, 0.3033660352230072, 0.0021002248395234346, 1.9667563438415527, -0.3014269471168518, -0.9528722763061523, 0.0026383674703538418, -0.3243072032928467, 0.0027982541359961033, 0.0018833179492503405, 1.0, 0.7730916738510132, NaN], "mean": [-0.9533947110176086, 0.3017256259918213, 0.0003238391946069896, 1.9651103019714355, -0.3017250895500183, -0.9533947706222534, 0.00040518504101783037, -0.3300575613975525, 0.00043137979810126126, 0.00028802527231164277, 1.0, 0.7537538409233093, NaN], "std": [0.00019455351866781712, 0.0006115449359640479, 0.00066264538327232, 0.0032138058450073004, 0.0006099964957684278, 0.00019441965559963137, 0.0008303507347591221, 0.012546931393444538, 0.0008827153942547739, 0.0005910958279855549, 1.7372947240801295e-06, 0.005854180548340082, NaN], "count": [229]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.1314697279068941]], [[0.12242695087679065]], [[0.11077690672041875]]], "std": [[[0.307047363372325]], [[0.28909190665700074]], [[0.26520642585686893]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4434443686711715]], [[0.40159050513950667]], [[0.35065082938205894]]], "std": [[[0.39784295785280044]], [[0.3788952598141395]], [[0.3508898154730929]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7233792304788267]], [[0.6756062472046033]], [[0.6505815833395361]]], "std": [[[0.2097408181229486]], [[0.21174908496606826]], [[0.21904055504187697]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6288129037189925]], [[0.5497617513952676]], [[0.5018357315909504]]], "std": [[[0.2033561187067522]], [[0.22364606608902945]], [[0.2513285380500902]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6592734898822563]], [[0.5771496388028896]], [[0.4948957098245748]]], "std": [[[0.2499310804817803]], [[0.2758152705244144]], [[0.2914552833858315]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957402706782245]], [[0.9957402706782245]], [[0.9957402706782245]]], "std": [[[0.019512692772265382]], [[0.019512692772265382]], [[0.019512692772265382]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5979137056416219]], [[0.5979137056416219]], [[0.5979137056416219]]], "std": [[[0.33726255124578064]], [[0.33726255124578064]], [[0.33726255124578064]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.07112352585779703]], [[0.07112352585779703]], [[0.07112352585779703]]], "std": [[[0.05694690312106757]], [[0.05694690312106757]], [[0.05694690312106757]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07417823080807166]], [[0.07417823080807166]], [[0.07417823080807166]]], "std": [[[0.1106945597630522]], [[0.1106945597630522]], [[0.1106945597630522]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17536763783862439]], [[0.17536763783862439]], [[0.17536763783862439]]], "std": [[[0.21033379146687764]], [[0.21033379146687764]], [[0.21033379146687764]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.032666635820909534]], [[0.10573818926017793]], [[0.1455890017441264]]], "std": [[[0.13429602562251364]], [[0.26851764848277976]], [[0.346916012030861]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5400698629576656]], [[0.19133541475137983]], [[0.25988314822526254]]], "std": [[[0.48277097304316263]], [[0.27481293431235093]], [[0.3319194711832542]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5029851316745022]], [[0.4323662249688357]], [[0.8653599733385369]]], "std": [[[0.3676125030323767]], [[0.3992496105135278]], [[0.2681277860367301]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4726334726086324]], [[0.6527974647469876]], [[0.48779990625572067]]], "std": [[[0.297611629715878]], [[0.4252833273987393]], [[0.4131516072666105]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45956491791340526]], [[0.4674215602454518]], [[0.5721304708470715]]], "std": [[[0.42392949194454915]], [[0.33577223944855805]], [[0.4180972525691049]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.56], "mean": [2.28], "std": [1.3221195104830727], "count": [229]}, "frame_index": {"min": [0], "max": [228], "mean": [114.0], "std": [66.10597552415364], "count": [229]}, "episode_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [229]}, "index": {"min": [51976], "max": [52204], "mean": [52090.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [229]}}} +{"episode_index": 205, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05837514251470566, 0.0206239502876997, 0.025464791804552078, -2.3538613319396973, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, -0.30373191833496094, -5.105940818786621, 0.0, -0.6487804651260376, 0.0, 0.0, -0.6487804651260376, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05837514251470566, 0.3568921983242035, 0.4406616985797882, -0.7853981852531433, -1.247170090675354, 2.0691046714782715, 1.8644379377365112, 1.0352452993392944, 1.0471975803375244, -2.481858253479004, 0.6487804651260376, 0.0, 0.6487804651260376, 0.6487804651260376, 0.0, 0.6487804651260376, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.058375272899866104, 0.3442666530609131, 0.4250728487968445, -1.7237117290496826, -1.376308560371399, 1.6726288795471191, 1.7389687299728394, 0.6381354928016663, 0.20509584248065948, -4.165335178375244, 0.12046074122190475, -0.12046074122190475, 0.12046074122190475, 0.12046074122190475, -0.12046074122190475, 0.12046074122190475, -2.356199026107788, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.30385160446167e-07, 0.052696071565151215, 0.06506502628326416, 0.5977044105529785, 0.12374842166900635, 0.39563295245170593, 0.10351496189832687, 0.3935333788394928, 0.5302342772483826, 1.049606204032898, 0.2402346134185791, 0.2402346134185791, 0.2402346134185791, 0.2402346134185791, 0.2402346134185791, 0.2402346134185791, 4.5299530029296875e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [189]}, "observation.state": {"min": [0.4362564980983734, 0.8986212015151978, 0.0, 1.24752676486969, -0.8998215794563293, 0.4362568259239197, -0.0010394026758149266, -0.3074570894241333, -0.0011696871370077133, -6.705604027956724e-05, 0.9999993443489075, 0.7509999871253967, NaN], "max": [0.4387253522872925, 0.8998221755027771, 0.0005423066904768348, 1.289857029914856, -0.8986212015151978, 0.4387253522872925, 1.6715257515897974e-06, -0.2914101779460907, -0.0, 3.115263461950235e-05, 1.0, 0.7922233939170837, NaN], "mean": [0.43850696086883545, 0.8987269401550293, 4.72267965960782e-05, 1.2868115901947021, -0.8987269401550293, 0.43850696086883545, -9.17058132472448e-05, -0.29258453845977783, -0.0001031234860420227, -2.43228623730829e-06, 1.0, 0.7541150450706482, NaN], "std": [0.0006197284092195332, 0.0003016183036379516, 0.00013464340008795261, 0.008952904492616653, 0.00030148893711157143, 0.0006196576869115233, 0.0002606902562547475, 0.003433478996157646, 0.000293058343231678, 1.4317721252155025e-05, 1.566226046634256e-07, 0.009014719165861607, NaN], "count": [189]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09743787094537551]], [[0.0976860532250245]], [[0.09512817417928492]]], "std": [[[0.24088801514071584]], [[0.24063354499609665]], [[0.2335204695650414]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3181833002412004]], [[0.3219171550019413]], [[0.3139508895312853]]], "std": [[[0.32583493452438145]], [[0.3229644162501639]], [[0.3125373945156366]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6130518470238203]], [[0.6223315637256578]], [[0.6044350552641973]]], "std": [[[0.2704098124487212]], [[0.25347540526433626]], [[0.24115605567907805]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5493073853459856]], [[0.5532821401054523]], [[0.5339176659686137]]], "std": [[[0.28008629144322084]], [[0.2700019285842892]], [[0.25915321189653195]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4641518268399662]], [[0.4825851721763224]], [[0.4699784227223258]]], "std": [[[0.2838763870237905]], [[0.2607674133586304]], [[0.24017253238269834]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996102496427592]], [[0.996102496427592]], [[0.996102496427592]]], "std": [[[0.018217815944023958]], [[0.018217815944023958]], [[0.018217815944023958]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5961073432348214]], [[0.5961073432348214]], [[0.5961073432348214]]], "std": [[[0.33636882443430666]], [[0.33636882443430666]], [[0.33636882443430666]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3176470588235294]], [[0.3176470588235294]], [[0.3176470588235294]]], "mean": [[[0.12543051624397922]], [[0.12543051624397922]], [[0.12543051624397922]]], "std": [[[0.0848524816698247]], [[0.0848524816698247]], [[0.0848524816698247]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10220761608566001]], [[0.10220761608566001]], [[0.10220761608566001]]], "std": [[[0.11050703826099076]], [[0.11050703826099076]], [[0.11050703826099076]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0392156862745098]], [[0.0392156862745098]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11835308601741713]], [[0.11835308601741713]], [[0.11835308601741713]]], "std": [[[0.07035869323606586]], [[0.07035869323606586]], [[0.07035869323606586]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10249543918658396]], [[0.10772427111811175]], [[0.033900254209272375]]], "std": [[[0.26854070392724755]], [[0.28434250022577867]], [[0.1379421852083954]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17256736612773765]], [[0.3386434827273818]], [[0.48821671424289426]]], "std": [[[0.28589944213333085]], [[0.40576854206322843]], [[0.48375683921972273]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5170942492109186]], [[0.4931988619256738]], [[0.5349413910497682]]], "std": [[[0.3591687147083864]], [[0.402295702360827]], [[0.4267062377943697]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6597635605659794]], [[0.6773591820778104]], [[0.35146993712159463]]], "std": [[[0.4086412720263436]], [[0.28377831057976]], [[0.37941220526511277]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7327376333659896]], [[0.5079742786619111]], [[0.4761622915983534]]], "std": [[[0.36740761153622653]], [[0.35512192385897384]], [[0.38952524579410885]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.76], "mean": [1.88], "std": [1.0911767348448493], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [189]}, "index": {"min": [52205], "max": [52393], "mean": [52299.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [189]}}} +{"episode_index": 206, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.27508726716041565, 0.025464791804552078, 0.013787927106022835, -2.80161452293396, -1.5707963705062866, 1.0471975803375244, -0.9535213112831116, -1.581257700920105, 1.0471975803375244, -5.5548624992370605, 0.0, -0.6585366129875183, 0.0, 0.0, -0.6585366129875183, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.27508726716041565, 1.0494996309280396, 0.5682522058486938, -0.7853981852531433, -1.1685516834259033, 3.0394389629364014, 1.5707963705062866, 0.0, 2.193906545639038, -2.481858253479004, 0.6585366129875183, 0.0, 0.6585366129875183, 0.6585366129875183, 0.0, 0.6585366129875183, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2750864624977112, 0.9716663360595703, 0.5261096358299255, -1.887512445449829, -1.3524047136306763, 2.1660995483398438, 0.19639553129673004, -0.8949346542358398, 1.6887933015823364, -4.188380241394043, 0.0961410254240036, -0.0961410254240036, 0.0961410254240036, 0.0961410254240036, -0.0961410254240036, 0.0961410254240036, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 0.21895729005336761, 0.11855480074882507, 0.8147568702697754, 0.15785974264144897, 0.8223148584365845, 1.0169966220855713, 0.6550676226615906, 0.4676373600959778, 1.2571231126785278, 0.2207227498292923, 0.2207227498292923, 0.2207227498292923, 0.2207227498292923, 0.2207227498292923, 0.2207227498292923, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [219]}, "observation.state": {"min": [-0.043230053037405014, 0.9990651607513428, -0.0018151778494939208, 1.3285942077636719, -0.9990679621696472, -0.043230053037405014, -0.0004105090338271111, -0.30691537261009216, -0.0004884881200268865, -2.1926685178641492e-07, 0.9999982714653015, 0.7509999871253967, NaN], "max": [-0.04316262900829315, 0.999066948890686, 2.1948147832517861e-07, 1.364270806312561, -0.9990651607513428, -0.043163321912288666, 2.1837739949681634e-10, -0.28535059094429016, 9.706369041850849e-09, 0.001795763848349452, 1.0, 0.7986069917678833, NaN], "mean": [-0.04322601109743118, 0.9990658760070801, -0.00012223556404933333, 1.3623101711273193, -0.9990658760070801, -0.04322606325149536, -2.7649719413602725e-05, -0.3056102991104126, -3.2902364182518795e-05, 0.00012092755059711635, 1.0, 0.7537234425544739, NaN], "std": [1.3894496078137308e-05, 7.076513384163263e-07, 0.0004033376753795892, 0.00668950704857707, 7.959591812323197e-07, 1.3746242075285409e-05, 9.122747724177316e-05, 0.004323774017393589, 0.00010855806613108143, 0.0003990223922301084, 3.520042355376063e-07, 0.009170119650661945, NaN], "count": [219]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09263163795664293]], [[0.09227621704952287]], [[0.09105077815127967]]], "std": [[[0.22757416475106101]], [[0.22673450205783746]], [[0.22396179641197056]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30835543029495915]], [[0.30952785874789024]], [[0.3037454299663848]]], "std": [[[0.29827059640254855]], [[0.29822781286813943]], [[0.2949924236708548]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6428487384420613]], [[0.6434779073970138]], [[0.632733250586237]]], "std": [[[0.22406744043418353]], [[0.21976793688126334]], [[0.22168754483554545]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5721024293715982]], [[0.5731276162734168]], [[0.562991307531528]]], "std": [[[0.25802277588653777]], [[0.25786661832719826]], [[0.2584355319195313]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5278788673706205]], [[0.5354573788750822]], [[0.5215153876741695]]], "std": [[[0.25426370346470173]], [[0.2523021869994389]], [[0.2553307319002005]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967022197545616]], [[0.9967022197545616]], [[0.9967022197545616]]], "std": [[[0.016576278931110622]], [[0.016576278931110622]], [[0.016576278931110622]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5898237178391071]], [[0.5898237178391071]], [[0.5898237178391071]]], "std": [[[0.33460990802815105]], [[0.33460990802815105]], [[0.33460990802815105]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13678819224416963]], [[0.13678819224416963]], [[0.13678819224416963]]], "std": [[[0.11298579901154372]], [[0.11298579901154372]], [[0.11298579901154372]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10249780358092418]], [[0.10249780358092418]], [[0.10249780358092418]]], "std": [[[0.14002364049545515]], [[0.14002364049545515]], [[0.14002364049545515]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1301869655218197]], [[0.1301869655218197]], [[0.1301869655218197]]], "std": [[[0.15940369021675962]], [[0.15940369021675962]], [[0.15940369021675962]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14020494591598823]], [[0.04440907240773263]], [[0.06166638436093291]]], "std": [[[0.3420947733105145]], [[0.14276042014580967]], [[0.18854101158684522]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4194870793158411]], [[0.45008577400386646]], [[0.16968769207351214]]], "std": [[[0.4183430845595666]], [[0.4369121571497207]], [[0.30358215917833004]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5843046326974414]], [[0.7153528291929611]], [[0.2596950963963438]]], "std": [[[0.3293181845475802]], [[0.3573625417153147]], [[0.32658659904488085]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5728691811323209]], [[0.4991427722691279]], [[0.5196766010121432]]], "std": [[[0.38266171257106574]], [[0.33880265984893726]], [[0.41699495415627785]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5334420780384245]], [[0.5788884329081313]], [[0.5999219374354168]]], "std": [[[0.408116159829502]], [[0.3843850039315847]], [[0.39449932643894725]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.36], "mean": [2.1799999999999997], "std": [1.2643839079435748], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [219]}, "index": {"min": [52394], "max": [52612], "mean": [52503.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [219]}}} +{"episode_index": 207, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.18589773774147034, 0.025464791804552078, 0.009653998538851738, -6.41889762878418, -1.5707963705062866, -1.6668058633804321, -2.2781107425689697, -2.986820697784424, -0.28364303708076477, -6.935476303100586, 0.0, -0.30243903398513794, 0.0, 0.0, -0.30243903398513794, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.18589773774147034, 1.4637224674224854, 0.5549142360687256, -0.7029981017112732, 1.1528173685073853, 2.3353705406188965, 1.5707963705062866, 0.0, 2.0891613960266113, -2.245792865753174, 0.30243903398513794, 0.0, 0.30243903398513794, 0.30243903398513794, 0.0, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1858978122472763, 1.3972707986831665, 0.5297208428382874, -3.701639175415039, -0.2887236177921295, 0.5616216659545898, -0.9398505091667175, -1.4798994064331055, 0.7393408417701721, -4.858057022094727, 0.014109048992395401, -0.014109048992395401, 0.014109048992395401, 0.014109048992395401, -0.014109048992395401, 0.014109048992395401, -2.3562002182006836, 1.5707998275756836, -1.0472028255462646, -1.5707998275756836, 0.0, -1.0472028255462646, 2.481858491897583, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-08, 0.24505624175071716, 0.092903733253479, 1.910348892211914, 1.0091561079025269, 1.361994743347168, 1.2144005298614502, 1.0681675672531128, 0.7578322291374207, 1.6939246654510498, 0.062082383781671524, 0.062082383781671524, 0.062082383781671524, 0.062082383781671524, 0.062082383781671524, 0.062082383781671524, 5.7220458984375e-06, 3.4570693969726562e-06, 5.245208740234375e-06, 3.4570693969726562e-06, 0.0, 5.245208740234375e-06, 2.384185791015625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [501]}, "observation.state": {"min": [-0.9745379686355591, -0.22614771127700806, -0.00028863592888228595, 1.4898014068603516, 0.22422242164611816, -0.9745379686355591, 0.0, -0.22057078778743744, -0.0006075228448025882, 0.0, 0.999998927116394, 0.7509999871253967, NaN], "max": [-0.974092960357666, -0.22422242164611816, 9.244681464792848e-09, 1.5010509490966797, 0.22614707052707672, -0.9740920662879944, 0.0014559469418600202, -0.2063349187374115, 0.0, 0.0013536298647522926, 1.0, 0.817591667175293, NaN], "mean": [-0.9745311737060547, -0.22426754236221313, -6.7647001742443535e-06, 1.4900490045547485, 0.22426754236221313, -0.9745311737060547, 3.446399568929337e-05, -0.20658914744853973, -1.4370801181939896e-05, 3.2046973501564935e-05, 1.0, 0.752254068851471, NaN], "std": [6.0439833760028705e-05, 0.00026117212837561965, 3.889526124112308e-05, 0.0013990056468173862, 0.0002610977098811418, 6.0545320593519136e-05, 0.00019756572146434337, 0.0015361127443611622, 8.247052028309554e-05, 0.00018369451572652906, 1.311074981913407e-07, 0.007446791976690292, NaN], "count": [501]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13220862294737212]], [[0.12138219518396828]], [[0.1034987984683517]]], "std": [[[0.3064733483606714]], [[0.2830497287258338]], [[0.24871164447451322]]], "count": [105]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661652538767066]], [[0.4206078625834931]], [[0.34657401444213676]]], "std": [[[0.39497799081115414]], [[0.36364691205889943]], [[0.3219889412038005]]], "count": [105]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7591627759022855]], [[0.7294567650253563]], [[0.6906182923450379]]], "std": [[[0.1935838875914219]], [[0.1971107441983659]], [[0.2129449277582915]]], "count": [105]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6525898624557035]], [[0.615052189200977]], [[0.5628247841890652]]], "std": [[[0.27992122915315565]], [[0.27893271712997453]], [[0.2813571476060648]]], "count": [105]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6783153810068879]], [[0.6236635646244636]], [[0.5411892712581311]]], "std": [[[0.25583273439165455]], [[0.25704715195280614]], [[0.2712957531902831]]], "count": [105]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9972093543366756]], [[0.9972093543366756]], [[0.9972093543366756]]], "std": [[[0.014937088228760194]], [[0.014937088228760194]], [[0.014937088228760194]]], "count": [105]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5843357083608383]], [[0.5843357083608383]], [[0.5843357083608383]]], "std": [[[0.33354691038211903]], [[0.33354691038211903]], [[0.33354691038211903]]], "count": [105]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.140522400038752]], [[0.140522400038752]], [[0.140522400038752]]], "std": [[[0.09950537845217372]], [[0.09950537845217372]], [[0.09950537845217372]]], "count": [105]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11997633881362813]], [[0.11997633881362813]], [[0.11997633881362813]]], "std": [[[0.23676696382704143]], [[0.23676696382704143]], [[0.23676696382704143]]], "count": [105]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16218305832872004]], [[0.16218305832872004]], [[0.16218305832872004]]], "std": [[[0.21754138475027868]], [[0.21754138475027868]], [[0.21754138475027868]]], "count": [105]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07642777266395996]], [[0.14015891823482696]], [[0.05603483411991611]]], "std": [[[0.24786874595644223]], [[0.3311373718027727]], [[0.16715382676803103]]], "count": [105]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3705479985047152]], [[0.21285321624973644]], [[0.41425436720519976]]], "std": [[[0.3968559331692764]], [[0.3478365669894451]], [[0.4260980607036734]]], "count": [105]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4226711269759206]], [[0.7736637265167914]], [[0.42310831800545073]]], "std": [[[0.28269787845457484]], [[0.35238290919210097]], [[0.3840583920145223]]], "count": [105]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7134550527345898]], [[0.4806144206596834]], [[0.4894651323361213]]], "std": [[[0.33380790107513636]], [[0.4002078404046147]], [[0.43477373570096445]]], "count": [105]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5917083207323945]], [[0.5410872631258994]], [[0.519663736543259]]], "std": [[[0.36769900549556356]], [[0.4361625379477812]], [[0.40524830706401027]]], "count": [105]}, "timestamp": {"min": [0.0], "max": [10.0], "mean": [5.0], "std": [2.8925190866555517], "count": [501]}, "frame_index": {"min": [0], "max": [500], "mean": [250.0], "std": [144.62595433277758], "count": [501]}, "episode_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [501]}, "index": {"min": [52613], "max": [53113], "mean": [52863.0], "std": [144.62595433277758], "count": [501]}, "task_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [501]}}} +{"episode_index": 208, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4989343583583832, 0.025464791804552078, 0.009456410072743893, -0.7853981852531433, -1.5707963705062866, 0.8706835508346558, 1.4431606531143188, -2.357300043106079, 0.9281635284423828, -4.902939796447754, 0.0, -0.31707316637039185, 0.0, 0.0, -0.31707316637039185, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4989343583583832, 1.7763450145721436, 0.6596499085426331, 0.592898428440094, -0.9121391177177429, 1.0471975803375244, 1.6226911544799805, 0.0, 1.054046392440796, -2.481858253479004, 0.31707316637039185, 0.0, 0.31707316637039185, 0.31707316637039185, 0.0, 0.31707316637039185, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49893373250961304, 1.5446144342422485, 0.5735970139503479, -0.0865464061498642, -1.2618892192840576, 0.9727292060852051, 1.5670416355133057, -1.1945990324020386, 1.0294407606124878, -3.687924861907959, 0.046654533594846725, -0.046654533594846725, 0.046654533594846725, 0.046654533594846725, -0.046654533594846725, 0.046654533594846725, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.46842074394226074, 0.17394940555095673, 0.6074238419532776, 0.2719137668609619, 0.06726023554801941, 0.04455259069800377, 1.0384882688522339, 0.03637687861919403, 1.0506809949874878, 0.10968165099620819, 0.10968165099620819, 0.10968165099620819, 0.10968165099620819, 0.10968165099620819, 0.10968165099620819, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [212]}, "observation.state": {"min": [0.1916169673204422, 0.9814326763153076, -0.0025788191705942154, 1.7089327573776245, -0.9814696311950684, 0.19161762297153473, -0.0, -0.18109145760536194, -0.0, -4.968234890156964e-08, 0.9999966621398926, 0.7509999871253967, NaN], "max": [0.1918070763349533, 0.9814665913581848, 2.853300351546295e-08, 1.7264724969863892, -0.9814326763153076, 0.1918070763349533, 2.268083881062921e-05, -0.14121203124523163, 0.0005157947889529169, 0.0025268064346164465, 1.0, 0.7955352067947388, NaN], "mean": [0.19179198145866394, 0.9814339280128479, -0.0002084184088744223, 1.7253687381744385, -0.9814343452453613, 0.19179199635982513, 1.8060931097352295e-06, -0.1436937153339386, 4.1717998101376e-05, 0.0002042084961431101, 1.0, 0.7539047598838806, NaN], "std": [4.499940405366942e-05, 8.21406956674764e-06, 0.0006218946073204279, 0.003451446769759059, 8.839571819407865e-06, 4.485639146878384e-05, 5.4124607231642585e-06, 0.007792885880917311, 0.00012445451284293085, 0.0006093383999541402, 7.386880156445841e-07, 0.00899407546967268, NaN], "count": [212]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.08276460596892223]], [[0.07995284622518341]], [[0.06937250208041221]]], "std": [[[0.2059547054271021]], [[0.20467874395974614]], [[0.1821372731135144]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2695127054344189]], [[0.2579931964988725]], [[0.2221367459469681]]], "std": [[[0.27514160746962024]], [[0.27747820393674316]], [[0.25402897983872635]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3762969279637576]], [[0.381047536664541]], [[0.34354106073194296]]], "std": [[[0.32889897833814513]], [[0.3423094027128786]], [[0.3153880024857065]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5934085875928977]], [[0.6094459096179082]], [[0.5737071249005056]]], "std": [[[0.2795154937807663]], [[0.28322577977546365]], [[0.2878661921671653]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46627810936966696]], [[0.4553402843576472]], [[0.40907934802798385]]], "std": [[[0.297143922818228]], [[0.3170079810959519]], [[0.32458164576688003]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967166810501773]], [[0.9967166810501773]], [[0.9967166810501773]]], "std": [[[0.016629704172828642]], [[0.016629704172828642]], [[0.016629704172828642]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5863194413431048]], [[0.5863194413431048]], [[0.5863194413431048]]], "std": [[[0.33579128507675465]], [[0.33579128507675465]], [[0.33579128507675465]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104290845985123]], [[0.4104290845985123]], [[0.4104290845985123]]], "std": [[[0.40179868735416635]], [[0.40179868735416635]], [[0.40179868735416635]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1169365791116556]], [[0.1169365791116556]], [[0.1169365791116556]]], "std": [[[0.17902507037477186]], [[0.17902507037477186]], [[0.17902507037477186]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16638338593876043]], [[0.16638338593876043]], [[0.16638338593876043]]], "std": [[[0.18808790468232672]], [[0.18808790468232672]], [[0.18808790468232672]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09783467478848863]], [[0.13149826559672123]], [[0.03141615150899455]]], "std": [[[0.28226424819176693]], [[0.31607625236062575]], [[0.12047453650851038]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17007453407819131]], [[0.47687042837380494]], [[0.29241560634376523]]], "std": [[[0.2794070700787855]], [[0.45129338659591367]], [[0.36671787022172747]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26077257892658107]], [[0.4624417957326907]], [[0.4144214804488192]]], "std": [[[0.37250174353594956]], [[0.37264802492297994]], [[0.4364499059652398]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5373542977192245]], [[0.7155792437559135]], [[0.30981949197038]]], "std": [[[0.4238566459762918]], [[0.33784429312694025]], [[0.29968035375158747]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6197765640642906]], [[0.549440932722051]], [[0.45647140229505845]]], "std": [[[0.3367624852013495]], [[0.4218017082204864]], [[0.4297241362358528]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.22], "mean": [2.1100000000000003], "std": [1.223968953854631], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [212]}, "index": {"min": [53114], "max": [53325], "mean": [53219.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [212]}}} +{"episode_index": 209, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997481107711792, 0.025464791804552078, 0.02113289013504982, -0.7853981852531433, -1.5707963705062866, -2.1989054679870605, -0.8679124116897583, -0.3954238295555115, 0.5367375016212463, -2.481858253479004, 0.0, -0.3073170781135559, 0.0, 0.0, -0.3073170781135559, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997481107711792, 0.7685786485671997, 0.6378331780433655, 1.6134306192398071, 1.4025822877883911, 2.691791296005249, 1.5707963705062866, 0.9708222150802612, 1.873355507850647, 0.5912854075431824, 0.3073170781135559, 0.0, 0.3073170781135559, 0.3073170781135559, 0.0, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997464716434479, 0.7412741780281067, 0.6151708364486694, 0.3415762186050415, 0.21441641449928284, 0.2704252302646637, 0.3889846205711365, 0.42206576466560364, 1.385547399520874, -0.38614514470100403, 0.027053773403167725, -0.027053773403167725, 0.027053773403167725, 0.027053773403167725, -0.027053773403167725, 0.027053773403167725, -2.3561999797821045, 1.5707993507385254, -1.047200083732605, -1.5707993507385254, 0.0, -1.047200083732605, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-06, 0.11436714977025986, 0.09491243213415146, 0.820198655128479, 0.896051824092865, 1.6541235446929932, 0.7976645827293396, 0.41811463236808777, 0.3822856843471527, 1.0297564268112183, 0.08511415123939514, 0.08511415123939514, 0.08511415123939514, 0.08511415123939514, 0.08511415123939514, 0.08511415123939514, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.5033950805664062e-06, 2.9802322387695312e-06, 0.0, 2.5033950805664062e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [333]}, "observation.state": {"min": [0.19252550601959229, -0.9812919497489929, -0.0004751997475977987, 2.0565264225006104, 0.9811368584632874, 0.19252550601959229, 0.0, -0.21270820498466492, -0.000509132631123066, -0.0005846503772772849, 0.9999997019767761, 0.7509999871253967, NaN], "max": [0.19331388175487518, -0.9811368584632874, 0.0, 2.071138858795166, 0.9812919497489929, 0.1933135837316513, 0.000612549833022058, -0.21028728783130646, 0.0, 0.0, 1.0, 0.8187554478645325, NaN], "mean": [0.1925640106201172, -0.9812850952148438, -2.242166556243319e-05, 2.070643663406372, 0.9812850952148438, 0.1925639659166336, 2.8901167752337642e-05, -0.21261025965213776, -2.4026030587265268e-05, -2.7581851099967025e-05, 1.0, 0.7535902261734009, NaN], "std": [0.00014828243001829833, 2.9168528271839023e-05, 8.959725528256968e-05, 0.002140192547813058, 2.9171053029131144e-05, 0.0001482335792388767, 0.00011552352225407958, 0.0003979738103225827, 9.603711805539206e-05, 0.00011022805119864643, 5.22610328346218e-08, 0.010702602565288544, NaN], "count": [333]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09621300604643897]], [[0.09447957239733895]], [[0.09029505576041161]]], "std": [[[0.23371757119354908]], [[0.230970078494157]], [[0.22183874701993117]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31807635666010187]], [[0.3079885682941827]], [[0.29057418304006394]]], "std": [[[0.3060228266676316]], [[0.30563898836166825]], [[0.300966981994403]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.630302442648685]], [[0.6293812260652012]], [[0.6031536567980361]]], "std": [[[0.274418344924104]], [[0.27505946702637096]], [[0.267814771694384]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33026798123236845]], [[0.3084250411220882]], [[0.28846522912027234]]], "std": [[[0.2954419165276032]], [[0.2933454047185576]], [[0.2984257338647277]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5054568451093716]], [[0.47644335813734545]], [[0.43781362322980555]]], "std": [[[0.21741230604145062]], [[0.2434803615206283]], [[0.2636704995149419]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957808274843742]], [[0.9957808274843742]], [[0.9957808274843742]]], "std": [[[0.01933415493699438]], [[0.01933415493699438]], [[0.01933415493699438]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931494416582679]], [[0.5931494416582679]], [[0.5931494416582679]]], "std": [[[0.3385278972004142]], [[0.3385278972004142]], [[0.3385278972004142]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19201564282222586]], [[0.19201564282222586]], [[0.19201564282222586]]], "std": [[[0.2243624104084482]], [[0.2243624104084482]], [[0.2243624104084482]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3164387782129712]], [[0.3164387782129712]], [[0.3164387782129712]]], "std": [[[0.43265265264085]], [[0.43265265264085]], [[0.43265265264085]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13549275493515348]], [[0.13549275493515348]], [[0.13549275493515348]]], "std": [[[0.10357846797729264]], [[0.10357846797729264]], [[0.10357846797729264]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10146515066475958]], [[0.1016139854662839]], [[0.03308350952295695]]], "std": [[[0.2670328248391583]], [[0.2797246265658741]], [[0.13095045032168387]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21866159991577766]], [[0.21280197225088865]], [[0.4826422998596518]]], "std": [[[0.3452854103965908]], [[0.30166134397031136]], [[0.4850698996983201]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3324614659379021]], [[0.4645053607914217]], [[0.7959751383197512]]], "std": [[[0.36796122490033595]], [[0.310881671102006]], [[0.36242693887474375]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49748693447489456]], [[0.43891302636440505]], [[0.27215264760532987]]], "std": [[[0.4551062141167635]], [[0.415535316314858]], [[0.34989799268878685]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5025195176528255]], [[0.4030487490369083]], [[0.6951329753884387]]], "std": [[[0.4026891369735404]], [[0.36082799204816557]], [[0.3661735818952242]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.64], "mean": [3.32], "std": [1.9225677274589488], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [333]}, "index": {"min": [53326], "max": [53658], "mean": [53492.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [333]}}} +{"episode_index": 210, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974963068962097, 0.025464791804552078, 0.013074018061161041, -0.7853981852531433, -1.5707963705062866, -0.36770498752593994, 1.5707963705062866, 0.0, -1.3727726936340332, -2.481858253479004, 0.0, -0.28780487179756165, 0.0, 0.0, -0.28780487179756165, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974963068962097, 1.6215225458145142, 0.832514762878418, 3.506298780441284, -0.9201733469963074, 1.0471975803375244, 1.903646469116211, 4.956934928894043, 1.0471975803375244, -0.3265046179294586, 0.28780487179756165, 0.0, 0.28780487179756165, 0.28780487179756165, 0.0, 0.28780487179756165, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997498095035553, 1.4882887601852417, 0.7641125321388245, 1.4292786121368408, -1.2605865001678467, 0.3345752954483032, 1.7347686290740967, 2.52315616607666, -0.19578205049037933, -1.3685156106948853, 0.028634309768676758, -0.028634309768676758, 0.028634309768676758, 0.028634309768676758, -0.028634309768676758, 0.028634309768676758, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 0.3542863726615906, 0.18189667165279388, 1.774923324584961, 0.25194045901298523, 0.5671073198318481, 0.12994417548179626, 2.029838800430298, 0.9947354197502136, 0.8943027853965759, 0.08438584953546524, 0.08438584953546524, 0.08438584953546524, 0.08438584953546524, 0.08438584953546524, 0.08438584953546524, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [307]}, "observation.state": {"min": [-0.13209490478038788, 0.9912368655204773, 0.0, 1.929957628250122, -0.9917758703231812, -0.13209564983844757, -8.619188918146392e-08, -0.238162562251091, -7.275586000332623e-08, -0.00040265824645757675, 0.9999987483024597, 0.7509999871253967, NaN], "max": [-0.12798680365085602, 0.9917758703231812, 0.0006007257616147399, 1.9318877458572388, -0.9912359118461609, -0.12798680365085602, 0.0014696934958919883, -0.23642751574516296, 0.0015358157688751817, 0.0, 1.0, 0.8209439516067505, NaN], "mean": [-0.1282120943069458, 0.991747260093689, 3.2594518415862694e-05, 1.9317845106124878, -0.991747260093689, -0.1282120943069458, 8.047765004448593e-05, -0.23679813742637634, 8.40600550873205e-05, -2.1747589926235378e-05, 1.0, 0.7541416883468628, NaN], "std": [0.0008307924726977944, 0.00010875453153857961, 0.00012059169239364564, 0.00037081234040670097, 0.00010893076250795275, 0.0008309222757816315, 0.00029690947849303484, 0.00016367634816560894, 0.0003101680485997349, 8.058165985858068e-05, 2.3064718845944299e-07, 0.011949017643928528, NaN], "count": [307]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.12153281686806934]], [[0.10958464846901107]], [[0.08855529202550005]]], "std": [[[0.2869188655203185]], [[0.2609714761641241]], [[0.21780330040514745]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42744592571134676]], [[0.37675135704567386]], [[0.29343482526213865]]], "std": [[[0.3788692918368498]], [[0.3460738624990189]], [[0.29720254149112607]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6568334791801197]], [[0.6346415796782788]], [[0.5886068285800693]]], "std": [[[0.21691627518616224]], [[0.21734997178118087]], [[0.21601614886453246]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43798830409356726]], [[0.38977265067649436]], [[0.32143330174996027]]], "std": [[[0.2606610352669857]], [[0.2514054303508001]], [[0.2596398376621037]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5616795876861056]], [[0.5016436845659231]], [[0.41151235003765196]]], "std": [[[0.28446409720397625]], [[0.29142215264132193]], [[0.31541653813575815]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960816151911331]], [[0.9960816151911331]], [[0.9960816151911331]]], "std": [[[0.018462392382736698]], [[0.018462392382736698]], [[0.018462392382736698]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5844839806583692]], [[0.5844839806583692]], [[0.5844839806583692]]], "std": [[[0.33372391849331384]], [[0.33372391849331384]], [[0.33372391849331384]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08767624829761596]], [[0.08767624829761596]], [[0.08767624829761596]]], "std": [[[0.07129854701913871]], [[0.07129854701913871]], [[0.07129854701913871]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13547098587733716]], [[0.13547098587733716]], [[0.13547098587733716]]], "std": [[[0.2957293685144388]], [[0.2957293685144388]], [[0.2957293685144388]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1607456250993267]], [[0.1607456250993267]], [[0.1607456250993267]]], "std": [[[0.2313883911422182]], [[0.2313883911422182]], [[0.2313883911422182]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10462636735553289]], [[0.1453476967271981]], [[0.02927028192351459]]], "std": [[[0.26647321698077164]], [[0.3469320068543846]], [[0.11823118663101316]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4781180346424675]], [[0.2755845653195788]], [[0.27220891294857946]]], "std": [[[0.4455593075791745]], [[0.333160789549911]], [[0.3947726616276213]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8802823137804761]], [[0.8346956965474881]], [[0.18006146352388636]]], "std": [[[0.18668663130802654]], [[0.30050122406416535]], [[0.23440238884114645]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5772633523571187]], [[0.6571819678386043]], [[0.3159593144463421]]], "std": [[[0.3892408439972138]], [[0.42166052520411085]], [[0.3534993073602713]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5780605582679704]], [[0.57824967628719]], [[0.329961348925193]]], "std": [[[0.40090197031698466]], [[0.39410546338239266]], [[0.3597993604929715]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.12], "mean": [3.06], "std": [1.772455923288362], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [307]}, "index": {"min": [53659], "max": [53965], "mean": [53812.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [307]}}} +{"episode_index": 211, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2739814519882202, 0.025464791804552078, 0.005432595033198595, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.398139238357544, -1.3640989065170288, 1.0471975803375244, -4.148756504058838, 0.0, -0.497560977935791, 0.0, 0.0, -0.497560977935791, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2739814519882202, 1.6050989627838135, 0.3424278199672699, -0.6037309169769287, -1.25797700881958, 1.2889163494110107, 1.5707963705062866, 0.0, 1.6746046543121338, -2.481858253479004, 0.497560977935791, 0.0, 0.497560977935791, 0.497560977935791, 0.0, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2739817202091217, 1.3577289581298828, 0.28965380787849426, -0.7175409197807312, -1.445412039756775, 1.148276925086975, 1.5073015689849854, -0.627572238445282, 1.3313605785369873, -3.270934581756592, 0.07054650038480759, -0.07054650038480759, 0.07054650038480759, 0.07054650038480759, -0.07054650038480759, 0.07054650038480759, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 0.44956275820732117, 0.09590860456228256, 0.06768405437469482, 0.12172164022922516, 0.09361493587493896, 0.06132319197058678, 0.5888339281082153, 0.26280298829078674, 0.7342339754104614, 0.16443495452404022, 0.16443495452404022, 0.16443495452404022, 0.16443495452404022, 0.16443495452404022, 0.16443495452404022, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [162]}, "observation.state": {"min": [0.02962997555732727, 0.9994572997093201, 0.0, 2.1394686698913574, -0.9995609521865845, 0.02962997555732727, -4.564883056445979e-06, -0.36984652280807495, -4.632314812624827e-06, -0.0017515500076115131, 0.9999984502792358, 0.7509999871253967, NaN], "max": [0.03289544954895973, 0.9995609521865845, 0.0017469287849962711, 2.160303831100464, -0.9994587898254395, 0.03289518877863884, 0.00017804749950300902, -0.35962560772895813, 0.00012336326471995562, 0.0, 1.0, 0.8152900338172913, NaN], "mean": [0.029834406450390816, 0.9995529651641846, 0.00010702299186959863, 2.1590826511383057, -0.9995531439781189, 0.029834391549229622, 1.0490241947991308e-05, -0.36008262634277344, 7.032300345599651e-06, -0.00010730593203334138, 1.0, 0.7545443773269653, NaN], "std": [0.000696594244800508, 2.1964187908452004e-05, 0.0003726351715158671, 0.004172460176050663, 2.1676289179595187e-05, 0.0006965474458411336, 3.7182147934800014e-05, 0.0017396361799910665, 2.5256302251364104e-05, 0.00037363285082392395, 3.003322319727886e-07, 0.01233692653477192, NaN], "count": [162]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1029304528760651]], [[0.102592254630384]], [[0.09894113355475223]]], "std": [[[0.25009705771296914]], [[0.24932497575404497]], [[0.240297328332986]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35036556647897693]], [[0.3512454041498272]], [[0.3355060199518404]]], "std": [[[0.3318171890272009]], [[0.3315774814758764]], [[0.3186997070223223]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.434509412314565]], [[0.4316732415068555]], [[0.4177641560232041]]], "std": [[[0.3624950358758451]], [[0.3609686659025691]], [[0.34939312770642084]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5460059787124042]], [[0.5424141860978173]], [[0.5233447355345134]]], "std": [[[0.30368103845898775]], [[0.3031501060243819]], [[0.29630226439523305]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6435405162372736]], [[0.6458771695128583]], [[0.6175229529313863]]], "std": [[[0.29581425911855647]], [[0.29503532852064573]], [[0.29178113325886945]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951504971196097]], [[0.9951504971196097]], [[0.9951504971196097]]], "std": [[[0.02093910467164514]], [[0.02093910467164514]], [[0.02093910467164514]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5913143470992583]], [[0.5913143470992583]], [[0.5913143470992583]]], "std": [[[0.33545986564949565]], [[0.33545986564949565]], [[0.33545986564949565]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38934033129684276]], [[0.38934033129684276]], [[0.38934033129684276]]], "std": [[[0.39774445024576216]], [[0.39774445024576216]], [[0.39774445024576216]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1380132972035639]], [[0.1380132972035639]], [[0.1380132972035639]]], "std": [[[0.18980272215852764]], [[0.18980272215852764]], [[0.18980272215852764]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20343969486840596]], [[0.20343969486840596]], [[0.20343969486840596]]], "std": [[[0.23477285423902683]], [[0.23477285423902683]], [[0.23477285423902683]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05928493365815257]], [[0.13459325108245138]], [[0.08227505563971084]]], "std": [[[0.17475732270003166]], [[0.32470000448373976]], [[0.25812712206130345]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2827238587237501]], [[0.5349597295229436]], [[0.1905022493933109]]], "std": [[[0.4001024038884586]], [[0.47909717156495946]], [[0.25851243578419736]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.325908089031584]], [[0.5072074598451946]], [[0.43821454028757634]]], "std": [[[0.3646363040051987]], [[0.46861250879981725]], [[0.4032705058870595]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6433390263872041]], [[0.3638263813031796]], [[0.5104143805601992]]], "std": [[[0.3956169424807595]], [[0.31740994486077695]], [[0.42212201095350793]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5601948298487687]], [[0.489958627792966]], [[0.5023749274957068]]], "std": [[[0.3019553118345314]], [[0.4183286496546963]], [[0.4420542851149609]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.22], "mean": [1.6099999999999999], "std": [0.9352896164646899], "count": [162]}, "frame_index": {"min": [0], "max": [161], "mean": [80.5], "std": [46.76448082323449], "count": [162]}, "episode_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [162]}, "index": {"min": [53966], "max": [54127], "mean": [54046.5], "std": [46.76448082323449], "count": [162]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [162]}}} +{"episode_index": 212, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39765411615371704, 0.025464791804552078, 0.021635673940181732, -3.520155191421509, -2.066450357437134, 0.6616664528846741, -1.6855164766311646, 0.0, -0.9360301494598389, -4.874233722686768, 0.0, -0.41951218247413635, 0.0, 0.0, -0.41951218247413635, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39765411615371704, 1.2305655479431152, 1.0455265045166016, -0.749909520149231, -0.9449893236160278, 3.3596386909484863, 2.4956233501434326, 3.3785436153411865, 1.5890605449676514, -2.460437059402466, 0.41951218247413635, 0.0, 0.41951218247413635, 0.41951218247413635, 0.0, 0.41951218247413635, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3976539075374603, 1.1662198305130005, 0.9908621907234192, -2.213913917541504, -1.5637060403823853, 1.9549424648284912, 0.5851221680641174, 2.1569015979766846, 0.5780963897705078, -3.554046154022217, 0.03670363128185272, -0.03670363128185272, 0.03670363128185272, 0.03670363128185272, -0.03670363128185272, 0.03670363128185272, -2.3561999797821045, 1.570799469947815, -1.0472010374069214, -1.570799469947815, 0.0, -1.0472010374069214, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 0.21971237659454346, 0.18667280673980713, 1.121995449066162, 0.36889803409576416, 1.0818582773208618, 1.5995625257492065, 1.3760545253753662, 0.8603076934814453, 1.0209977626800537, 0.11505959928035736, 0.11505959928035736, 0.11505959928035736, 0.11505959928035736, 0.11505959928035736, 0.11505959928035736, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.4570693969726562e-06, 3.0994415283203125e-06, 0.0, 3.4570693969726562e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [365]}, "observation.state": {"min": [0.373531699180603, 0.9275168180465698, -0.0010231704218313098, 2.117567539215088, -0.9276174306869507, 0.373531699180603, -0.0, -0.30949530005455017, -0.0, -1.7119416497735074e-06, 0.9999991655349731, 0.7509999871253967, NaN], "max": [0.3737800419330597, 0.9276174306869507, 9.116144497056666e-07, 2.1561460494995117, -0.9275166988372803, 0.37378084659576416, 0.0007841471815481782, -0.278010755777359, 0.0011097497772425413, 0.0006559116300195456, 1.0, 0.7755664587020874, NaN], "mean": [0.37354612350463867, 0.9276101589202881, -4.806151264347136e-05, 2.1189963817596436, -0.9276101589202881, 0.37354618310928345, 3.68706023436971e-05, -0.3083123564720154, 5.2160896302666515e-05, 3.079923408222385e-05, 1.0, 0.7518667578697205, NaN], "std": [4.606709262588993e-05, 1.872277061920613e-05, 0.0001924956013681367, 0.005989965051412582, 1.8739254301181063e-05, 4.6200351789593697e-05, 0.00014757871394976974, 0.004918272141367197, 0.00020882046374026686, 0.00012340197281446308, 1.3920963226610183e-07, 0.00366398086771369, NaN], "count": [365]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1239757981507298]], [[0.1262583130991872]], [[0.11212732726208366]]], "std": [[[0.2968476931937071]], [[0.2992943965555815]], [[0.2754622172025978]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4513171460164381]], [[0.453750172166264]], [[0.4069789638641955]]], "std": [[[0.4073541919407452]], [[0.402822361009821]], [[0.3901652684739286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.023529411764705882]], [[0.01568627450980392]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.5749156777583987]], [[0.6117060332289271]], [[0.48464724054527253]]], "std": [[[0.16716004220035607]], [[0.16385632849012974]], [[0.18265026321201788]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47753008366576344]], [[0.48485573238221114]], [[0.4454075535894738]]], "std": [[[0.3511831263079211]], [[0.34703989204078195]], [[0.35339694417782813]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6598207848099399]], [[0.672360024971652]], [[0.6191308094798399]]], "std": [[[0.2774444936126425]], [[0.2700934093220175]], [[0.3088396665482733]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957068070550952]], [[0.9957068070550952]], [[0.9957068070550952]]], "std": [[[0.019369138104874405]], [[0.019369138104874405]], [[0.019369138104874405]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.585014940745971]], [[0.585014940745971]], [[0.585014940745971]]], "std": [[[0.33337608451380263]], [[0.33337608451380263]], [[0.33337608451380263]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.07972032286119879]], [[0.07972032286119879]], [[0.07972032286119879]]], "std": [[[0.06054530525430002]], [[0.06054530525430002]], [[0.06054530525430002]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18861535273799682]], [[0.18861535273799682]], [[0.18861535273799682]]], "std": [[[0.34467903353206125]], [[0.34467903353206125]], [[0.34467903353206125]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0930207089025549]], [[0.0930207089025549]], [[0.0930207089025549]]], "std": [[[0.10252349183801629]], [[0.10252349183801629]], [[0.10252349183801629]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.060854300066184266]], [[0.05095773259544918]], [[0.14467439285826844]]], "std": [[[0.18697589076994808]], [[0.15203358847355233]], [[0.34682004624862023]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42742173593215543]], [[0.15919329761931106]], [[0.4946947456934964]]], "std": [[[0.3950400826867569]], [[0.274932531839438]], [[0.47849089282740104]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.549987994294876]], [[0.8822853353235552]], [[0.20170228479887561]]], "std": [[[0.27809277869788823]], [[0.2555669823201228]], [[0.23686301040750146]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5263492866248104]], [[0.44913568579170665]], [[0.41305051931514375]]], "std": [[[0.42171064559010135]], [[0.39076025996183]], [[0.3917482088014746]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6830975671414902]], [[0.6118648124343271]], [[0.3829292230691394]]], "std": [[[0.3155030383314509]], [[0.4022729997750854]], [[0.3694753981927984]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.28], "mean": [3.6399999999999997], "std": [2.1073205736194955], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [365]}, "index": {"min": [54128], "max": [54492], "mean": [54310.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [365]}}} +{"episode_index": 213, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24880503118038177, 0.025464791804552078, 0.006028811447322369, -1.6247221231460571, -1.7175407409667969, -2.0175602436065674, -0.8358897566795349, -0.9708438515663147, -0.5622488260269165, -5.840576171875, 0.0, -0.4878048896789551, 0.0, 0.0, -0.4878048896789551, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24880503118038177, 2.121579885482788, 0.502285897731781, -0.22354541718959808, -0.4418747127056122, 1.2432435750961304, 1.5707963705062866, 0.026843667030334473, 2.081695556640625, -2.1181037425994873, 0.4878048896789551, 0.0, 0.4878048896789551, 0.4878048896789551, 0.0, 0.4878048896789551, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24880437552928925, 1.9293105602264404, 0.4567669630050659, -0.9410638809204102, -1.084514856338501, -0.09937621653079987, 0.4380340874195099, -0.4286072254180908, 0.763785183429718, -3.8747682571411133, 0.037538908421993256, -0.037538908421993256, 0.037538908421993256, 0.037538908421993256, -0.037538908421993256, 0.037538908421993256, -2.3561999797821045, 1.570799469947815, -1.0472010374069214, -1.570799469947815, 0.0, -1.0472010374069214, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.48363369703292847, 0.11450088769197464, 0.4188227653503418, 0.46626928448677063, 1.2109899520874023, 0.8423536419868469, 0.3969659209251404, 0.8497587442398071, 1.4282327890396118, 0.12494964897632599, 0.12494964897632599, 0.12494964897632599, 0.12494964897632599, 0.12494964897632599, 0.12494964897632599, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.4570693969726562e-06, 3.0994415283203125e-06, 0.0, 3.4570693969726562e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [365]}, "observation.state": {"min": [-0.00882327277213335, 0.9999610781669617, -7.25232922604846e-08, 2.138441324234009, -0.9999682307243347, -0.00882327277213335, -0.0007768638897687197, -0.31939756870269775, -0.0007742827874608338, -0.0003316393413115293, 0.9999996423721313, 0.7509999871253967, NaN], "max": [-0.007934396155178547, 0.9999684691429138, 0.00032550431205891073, 2.180727958679199, -0.9999610781669617, -0.007934141904115677, 1.3715624191945608e-08, -0.3148708641529083, 1.3075199589707154e-08, 7.264148393915093e-08, 1.0, 0.7972935438156128, NaN], "mean": [-0.008789402432739735, 0.9999613761901855, 1.2335603969404474e-05, 2.139676809310913, -0.9999613761901855, -0.008789395913481712, -2.9551036277553067e-05, -0.3192381262779236, -2.9450022339005955e-05, -1.2574862921610475e-05, 1.0, 0.7524270415306091, NaN], "std": [0.00015159563918132335, 1.2715942148133763e-06, 5.532175055122934e-05, 0.005837234202772379, 1.2344595461399877e-06, 0.0001516328629804775, 0.00013241340639069676, 0.0007145805866457522, 0.00013196401414461434, 5.638538277707994e-05, 5.457507867845379e-08, 0.006598161067813635, NaN], "count": [365]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.10807387961169215]], [[0.10374672548818441]], [[0.09678171329405194]]], "std": [[[0.2643735121957459]], [[0.2544874490690859]], [[0.2384634499887467]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36174580950330953]], [[0.3444277850533531]], [[0.3176983097195651]]], "std": [[[0.3676180451688157]], [[0.3562146059057694]], [[0.3377080320807167]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.48547063182169004]], [[0.47442892366412726]], [[0.4530229271148287]]], "std": [[[0.271701650093293]], [[0.26594798652799684]], [[0.2558915797208285]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35913867246566905]], [[0.34990715829439056]], [[0.3329180850685748]]], "std": [[[0.2872778617387529]], [[0.2840453503707562]], [[0.2769952429545765]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5311564449862569]], [[0.504894695937949]], [[0.47249322633878965]]], "std": [[[0.2978590623500025]], [[0.30613608207816256]], [[0.3111780580819504]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950808701990423]], [[0.9950808701990423]], [[0.9950808701990423]]], "std": [[[0.021225986164406782]], [[0.021225986164406782]], [[0.021225986164406782]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5921355188222822]], [[0.5921355188222822]], [[0.5921355188222822]]], "std": [[[0.3379886040262302]], [[0.3379886040262302]], [[0.3379886040262302]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20587370271798058]], [[0.20587370271798058]], [[0.20587370271798058]]], "std": [[[0.2688967126132274]], [[0.2688967126132274]], [[0.2688967126132274]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22783765341573176]], [[0.22783765341573176]], [[0.22783765341573176]]], "std": [[[0.35532259622305484]], [[0.35532259622305484]], [[0.35532259622305484]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1339027205287231]], [[0.1339027205287231]], [[0.1339027205287231]]], "std": [[[0.1141677885436233]], [[0.1141677885436233]], [[0.1141677885436233]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10251845548588438]], [[0.07348505288370948]], [[0.08606424768874753]]], "std": [[[0.2924482169938709]], [[0.22400113963872395]], [[0.24829706911076757]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39628080233837665]], [[0.3921441247885221]], [[0.16086215634641393]]], "std": [[[0.4095334453650116]], [[0.45927199768322824]], [[0.23268217782244574]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6058134596131808]], [[0.7451769694848289]], [[0.26410233817544665]]], "std": [[[0.3783038090031793]], [[0.38061635519113524]], [[0.3574774269262983]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42810682690366936]], [[0.43138620161993874]], [[0.47522852883843597]]], "std": [[[0.4220150579723641]], [[0.36936389316726254]], [[0.4511588352818465]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46220731835704765]], [[0.6644400630058117]], [[0.5166671897034181]]], "std": [[[0.32075828718345173]], [[0.391927511290617]], [[0.40738010699308125]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.28], "mean": [3.6399999999999997], "std": [2.1073205736194955], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [365]}, "index": {"min": [54493], "max": [54857], "mean": [54675.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [365]}}} +{"episode_index": 214, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37766334414482117, 0.004422437399625778, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, -0.8666058778762817, 1.2628233432769775, 0.0, -1.2689924240112305, -6.116578578948975, 0.0, -0.40487805008888245, 0.0, 0.0, -0.40487805008888245, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37766334414482117, 0.19011545181274414, 1.094701886177063, 0.0649537518620491, 1.7468758821487427, 1.0471975803375244, 1.5707963705062866, 1.7672103643417358, 1.0471975803375244, -2.481858253479004, 0.40487805008888245, 0.0, 0.40487805008888245, 0.40487805008888245, 0.0, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3776628375053406, 0.1757282167673111, 1.011857271194458, -0.34458112716674805, 0.16099055111408234, 0.08435546606779099, 1.427199363708496, 0.9103800654411316, -0.14537611603736877, -4.378172874450684, 0.039968423545360565, -0.039968423545360565, 0.039968423545360565, 0.039968423545360565, -0.039968423545360565, 0.039968423545360565, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 0.040023595094680786, 0.23045919835567474, 0.33764734864234924, 1.3661595582962036, 0.772582471370697, 0.11967657506465912, 0.7191075086593628, 0.9455972909927368, 1.5010913610458374, 0.11574700474739075, 0.11574700474739075, 0.11574700474739075, 0.11574700474739075, 0.11574700474739075, 0.11574700474739075, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [224]}, "observation.state": {"min": [0.7611582279205322, -0.6485658288002014, -0.0007443885551765561, 1.9047952890396118, 0.6472293734550476, 0.7611583471298218, 0.0, -0.14601854979991913, -7.050647177209157e-09, -0.00058861164143309, 0.9999997019767761, 0.7509999871253967, NaN], "max": [0.7622953057289124, -0.6472293734550476, 5.801083169387766e-09, 1.907979130744934, 0.6485660672187805, 0.7622953057289124, 0.00013903445506002754, -0.1436503678560257, 0.0004764254845213145, 6.588206646895856e-10, 1.0, 0.8208637237548828, NaN], "mean": [0.7622462511062622, -0.6472899317741394, -3.298657247796655e-05, 1.90786874294281, 0.6472899317741394, 0.7622462511062622, 6.1171326706244145e-06, -0.14417465031147003, 2.114952076226473e-05, -2.6042869649245404e-05, 1.0, 0.7538105249404907, NaN], "std": [0.00020927020523231477, 0.0002460249525029212, 0.00013649158063344657, 0.00048714331933297217, 0.0002460654068272561, 0.00020924890122842044, 2.5366001864313148e-05, 0.00022981976508162916, 8.748593972995877e-05, 0.00010779423610074446, 4.8937813801330776e-08, 0.011590307578444481, NaN], "count": [224]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.13150411958497704]], [[0.11848654085621116]], [[0.10640659670044277]]], "std": [[[0.3078049444260092]], [[0.2797175374697814]], [[0.2546216990288182]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44939917159025305]], [[0.3957317746838142]], [[0.34829776214032004]]], "std": [[[0.4033130730056968]], [[0.3660355021404146]], [[0.3330617329915318]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5960013692833926]], [[0.5748988721852408]], [[0.5365625354139467]]], "std": [[[0.2518534334014698]], [[0.26047797991337196]], [[0.26633141537476396]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6303599445044595]], [[0.6141160913597681]], [[0.5876967365859513]]], "std": [[[0.26791459615729746]], [[0.2747865565220911]], [[0.28186211349793633]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.736147191929677]], [[0.6912635347494218]], [[0.6411850604610367]]], "std": [[[0.2115216113809805]], [[0.2210491162881196]], [[0.24030862805932776]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9972250298566813]], [[0.9972250298566813]], [[0.9972250298566813]]], "std": [[[0.014760068816899964]], [[0.014760068816899964]], [[0.014760068816899964]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5861688429689443]], [[0.5861688429689443]], [[0.5861688429689443]]], "std": [[[0.33172067948057155]], [[0.33172067948057155]], [[0.33172067948057155]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.06760853515511056]], [[0.06760853515511056]], [[0.06760853515511056]]], "std": [[[0.05605852745338256]], [[0.05605852745338256]], [[0.05605852745338256]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.049559847139156614]], [[0.049559847139156614]], [[0.049559847139156614]]], "std": [[[0.08228182105947716]], [[0.08228182105947716]], [[0.08228182105947716]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09360249072783246]], [[0.09360249072783246]], [[0.09360249072783246]]], "std": [[[0.04415251332694537]], [[0.04415251332694537]], [[0.04415251332694537]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.031223496956663724]], [[0.13734966817341485]], [[0.11667277814993854]]], "std": [[[0.12741789134544326]], [[0.32993520355702904]], [[0.29423869958666055]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40879193530974167]], [[0.2538382046160005]], [[0.49532625624375126]]], "std": [[[0.4373848755224259]], [[0.354711099864814]], [[0.48432522343794115]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6822990227930028]], [[0.6467256088851874]], [[0.4116642023588957]]], "std": [[[0.3943007507520626]], [[0.3365292310506286]], [[0.41690590819068046]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5622812838004119]], [[0.7055394755282504]], [[0.3272057244360758]]], "std": [[[0.3894091479498758]], [[0.3292156768251883]], [[0.3822971084185849]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5265188752564054]], [[0.45429878005030544]], [[0.6684233915446416]]], "std": [[[0.3732945225885637]], [[0.36205560301901313]], [[0.3870579915079301]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.46], "mean": [2.23], "std": [1.2932517156377563], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [224]}, "index": {"min": [54858], "max": [55081], "mean": [54969.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [224]}}} +{"episode_index": 215, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.004401862155646086, 0.025464791804552078, 0.004850959870964289, -0.7853981852531433, -2.05031418800354, -0.37736430764198303, 0.8881628513336182, -0.3598022758960724, 1.0471975803375244, -2.481858253479004, 0.0, -0.2926829159259796, 0.0, 0.0, -0.2926829159259796, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.004401862155646086, 2.1874747276306152, 0.41670680046081543, -0.7351898550987244, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.6853536367416382, -1.7944200038909912, 0.2926829159259796, 0.0, 0.2926829159259796, 0.2926829159259796, 0.0, 0.2926829159259796, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.004401862155646086, 1.8216750621795654, 0.34702348709106445, -0.7697836756706238, -1.8131815195083618, 0.3157375454902649, 1.263443946838379, -0.18201884627342224, 1.3326948881149292, -2.1364574432373047, 0.05664992332458496, -0.05664992332458496, 0.05664992332458496, 0.05664992332458496, -0.05664992332458496, 0.05664992332458496, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6305577158927917, 0.12011925131082535, 0.017371514812111855, 0.21815131604671478, 0.6581070423126221, 0.27528372406959534, 0.1640511304140091, 0.2559753358364105, 0.31151247024536133, 0.11355654895305634, 0.11355654895305634, 0.11355654895305634, 0.11355654895305634, 0.11355654895305634, 0.11355654895305634, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [204]}, "observation.state": {"min": [0.5396279692649841, 0.8414254188537598, 0.0, 1.3371851444244385, -0.841903567314148, 0.5396279692649841, -0.0008634941186755896, -0.31447574496269226, -0.0009253056487068534, -0.0012749343877658248, 0.9999987483024597, 0.7509999871253967, NaN], "max": [0.5403729677200317, 0.841903567314148, 0.0005875408533029258, 1.3392940759658813, -0.8414251804351807, 0.5403718948364258, 0.0014919711975380778, -0.30380386114120483, 0.0009619657066650689, 0.00015671731671318412, 1.0, 0.8199631571769714, NaN], "mean": [0.539717435836792, 0.8418458104133606, 7.665767043363303e-05, 1.3390542268753052, -0.8418458104133606, 0.539717435836792, 0.0001378654851578176, -0.30478528141975403, 7.460149936378002e-05, -0.0001389939134242013, 1.0, 0.7571038007736206, NaN], "std": [0.0002141386503353715, 0.0001374163111904636, 0.00017867237329483032, 0.0005897684022784233, 0.00013747155026067048, 0.00021388049935922027, 0.0004084659740328789, 0.002509578363969922, 0.00027400560793466866, 0.00035169266629964113, 3.194853093191341e-07, 0.01578724943101406, NaN], "count": [204]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1267974580413883]], [[0.12054825919287382]], [[0.10774457835526399]]], "std": [[[0.2961801293318716]], [[0.28347997273597436]], [[0.2562482949541762]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44541121082337387]], [[0.41370600104205013]], [[0.35662100958163095]]], "std": [[[0.3823152414683232]], [[0.3681763757488805]], [[0.3358753757081427]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7227309639768497]], [[0.6996314991507359]], [[0.6541079775845223]]], "std": [[[0.21433439176658475]], [[0.2132755849741187]], [[0.20969659456496395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.510706196174992]], [[0.48587736933971976]], [[0.42251733565078853]]], "std": [[[0.30787292098846475]], [[0.3059573686111771]], [[0.28746740161007]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5482009279208417]], [[0.5095460912725953]], [[0.4570018473926283]]], "std": [[[0.30262093838865367]], [[0.3081769496780821]], [[0.3143933671087179]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8313725490196079]], [[0.8313725490196079]], [[0.8313725490196079]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9973185649212662]], [[0.9973185649212662]], [[0.9973185649212662]]], "std": [[[0.014365724565816628]], [[0.014365724565816628]], [[0.014365724565816628]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5758218416124016]], [[0.5758218416124016]], [[0.5758218416124016]]], "std": [[[0.3296443878189233]], [[0.3296443878189233]], [[0.3296443878189233]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.12137358436415159]], [[0.12137358436415159]], [[0.12137358436415159]]], "std": [[[0.07555787437237128]], [[0.07555787437237128]], [[0.07555787437237128]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.05548327589987467]], [[0.05548327589987467]], [[0.05548327589987467]]], "std": [[[0.05820802721018573]], [[0.05820802721018573]], [[0.05820802721018573]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17939778755454167]], [[0.17939778755454167]], [[0.17939778755454167]]], "std": [[[0.2687227047577791]], [[0.2687227047577791]], [[0.2687227047577791]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15048884624127684]], [[0.06919247014834798]], [[0.05146005440923334]]], "std": [[[0.35437259138174537]], [[0.21092946829576745]], [[0.15343699704958572]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5368872285824833]], [[0.30896747046686396]], [[0.20873996825569255]]], "std": [[[0.4803684615652098]], [[0.38425483617302036]], [[0.2611454052792241]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4996768571660393]], [[0.9023852487542673]], [[0.1936371908634867]]], "std": [[[0.26675458595582324]], [[0.2597403982266399]], [[0.22653154092444233]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5394964805661672]], [[0.563446568107767]], [[0.44321467104676415]]], "std": [[[0.4292851569424424]], [[0.2891192461367595]], [[0.4204483043101866]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5258847079476776]], [[0.5691953951307961]], [[0.3654527587171115]]], "std": [[[0.42272067895444493]], [[0.37653222474347253]], [[0.39354672733460905]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.06], "mean": [2.03], "std": [1.1777803983199358], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [204]}, "index": {"min": [55082], "max": [55285], "mean": [55183.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [204]}}} +{"episode_index": 216, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30374395847320557, 0.012623704969882965, 0.025464791804552078, -3.5328266620635986, -1.8689345121383667, 1.0471975803375244, -0.8459939360618591, 0.0, 0.0006911771488375962, -2.481858253479004, 0.0, -0.3853658437728882, 0.0, 0.0, -0.3853658437728882, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30374395847320557, 0.36801326274871826, 0.7423637509346008, -0.7853981852531433, -1.5707963705062866, 3.702521324157715, 1.5707963705062866, 0.35556691884994507, 1.0471975803375244, 1.785895586013794, 0.3853658437728882, 0.0, 0.3853658437728882, 0.3853658437728882, 0.0, 0.3853658437728882, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30374252796173096, 0.36104220151901245, 0.728309154510498, -3.0296082496643066, -1.7180720567703247, 2.7955594062805176, -0.28326836228370667, 0.2929145097732544, 0.3496423363685608, 0.5577903985977173, 0.14849548041820526, -0.14849548041820526, 0.14849548041820526, 0.14849548041820526, -0.14849548041820526, 0.14849548041820526, -2.3562004566192627, 1.5707999467849731, -1.047199010848999, -1.5707999467849731, 0.0, -1.047199010848999, 2.4818506240844727, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.430511474609375e-06, 0.04049978777766228, 0.08169780671596527, 0.8079346418380737, 0.09193204343318939, 0.6997030973434448, 0.6592181921005249, 0.1029587984085083, 0.29101571440696716, 1.1915500164031982, 0.18653863668441772, 0.18653863668441772, 0.18653863668441772, 0.18653863668441772, 0.18653863668441772, 0.18653863668441772, 5.9604644775390625e-06, 3.5762786865234375e-06, 1.430511474609375e-06, 3.5762786865234375e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [603]}, "observation.state": {"min": [-0.2512547969818115, -0.981528639793396, -0.0007029272383078933, 1.3419477939605713, 0.9663258194923401, -0.25110048055648804, -0.05910784378647804, -0.39941319823265076, -1.0427839214344203e-07, -0.009814679622650146, 0.9982356429100037, 0.7509999871253967, NaN], "max": [-0.19131523370742798, -0.9679113030433655, 0.005880298558622599, 1.4291824102401733, 0.981528639793396, -0.19131523370742798, 0.0, -0.35432618856430054, 0.05866895988583565, 0.0, 1.0, 0.8237860798835754, NaN], "mean": [-0.20576263964176178, -0.9783444404602051, 0.0010830219835042953, 1.3953733444213867, 0.9780060052871704, -0.2057352215051651, -0.014411614276468754, -0.36316171288490295, 0.014255085960030556, -0.0023739677853882313, 0.9996594190597534, 0.7709110975265503, NaN], "std": [0.021794447675347328, 0.004867840092629194, 0.0019841815810650587, 0.025090256705880165, 0.0054161944426596165, 0.02174762450158596, 0.02163572981953621, 0.014784522354602814, 0.02143150381743908, 0.0035716418642550707, 0.0005816493649035692, 0.027935165911912918, NaN], "count": [603]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.08502644591412341]], [[0.08569084667563344]], [[0.06093092749949734]]], "std": [[[0.20618731786435743]], [[0.2085599400563359]], [[0.16026834397749504]]], "count": [121]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28942027715949104]], [[0.28730053190199706]], [[0.22649865116868537]]], "std": [[[0.2752951563216867]], [[0.27675263160650326]], [[0.2507466294230009]]], "count": [121]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5088688384817346]], [[0.4840984142360296]], [[0.4073467100952316]]], "std": [[[0.21949741810418716]], [[0.2284189541296222]], [[0.27768690909064375]]], "count": [121]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46434669221178604]], [[0.4485895544794787]], [[0.3703487528480163]]], "std": [[[0.27774676602538967]], [[0.2754975463150989]], [[0.3016242839293537]]], "count": [121]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43391412857097894]], [[0.4208822550449674]], [[0.3701549776514842]]], "std": [[[0.26881045840928913]], [[0.2707683319988563]], [[0.29150128615728504]]], "count": [121]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965790603383742]], [[0.9965790603383742]], [[0.9965790603383742]]], "std": [[[0.01708688147578675]], [[0.01708688147578675]], [[0.01708688147578675]]], "count": [121]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5878210875816062]], [[0.5878210875816062]], [[0.5878210875816062]]], "std": [[[0.3350411499186564]], [[0.3350411499186564]], [[0.3350411499186564]]], "count": [121]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07506033363039138]], [[0.07506033363039138]], [[0.07506033363039138]]], "std": [[[0.06336683169740791]], [[0.06336683169740791]], [[0.06336683169740791]]], "count": [121]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1063121330932241]], [[0.1063121330932241]], [[0.1063121330932241]]], "std": [[[0.22248014712703326]], [[0.22248014712703326]], [[0.22248014712703326]]], "count": [121]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2354288159589009]], [[0.2354288159589009]], [[0.2354288159589009]]], "std": [[[0.29364968309482103]], [[0.29364968309482103]], [[0.29364968309482103]]], "count": [121]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14547130280280587]], [[0.046180353435074345]], [[0.037732418776030716]]], "std": [[[0.3489210990944762]], [[0.1374926979034441]], [[0.1353734641502467]]], "count": [121]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41728377660420923]], [[0.497832442710587]], [[0.17627552955379042]]], "std": [[[0.4136148085537431]], [[0.4629772323770592]], [[0.3168453769860716]]], "count": [121]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7346030878974787]], [[0.4438036884021909]], [[0.4653129180972384]]], "std": [[[0.3843919423525545]], [[0.3232926123176234]], [[0.42129156252974576]]], "count": [121]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41478696053085873]], [[0.39704259126837527]], [[0.6295668120180147]]], "std": [[[0.417753314853415]], [[0.2720788690116797]], [[0.4402163594389908]]], "count": [121]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5510968019162231]], [[0.6528368644991942]], [[0.2341860611304274]]], "std": [[[0.3857158618083636]], [[0.4018770286265305]], [[0.308043272561845]]], "count": [121]}, "timestamp": {"min": [0.0], "max": [12.04], "mean": [6.0200000000000005], "std": [3.481417335894487], "count": [603]}, "frame_index": {"min": [0], "max": [602], "mean": [301.0], "std": [174.07086679472434], "count": [603]}, "episode_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [603]}, "index": {"min": [55286], "max": [55888], "mean": [55587.0], "std": [174.07086679472434], "count": [603]}, "task_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [603]}}} +{"episode_index": 217, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3418160676956177, 0.025464791804552078, 0.012127621099352837, -1.1498899459838867, -1.5707963705062866, 0.050126947462558746, 1.5707963705062866, -0.5437578558921814, -1.1287113428115845, -3.4888455867767334, 0.0, -0.5756097435951233, 0.0, 0.0, -0.5756097435951233, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3418160676956177, 1.2615516185760498, 0.600814700126648, -0.7853981852531433, -0.7453885078430176, 1.0471975803375244, 2.641756057739258, 0.0, 1.0471975803375244, -2.481858253479004, 0.5756097435951233, 0.0, 0.5756097435951233, 0.5756097435951233, 0.0, 0.5756097435951233, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3418160378932953, 1.13160240650177, 0.5389266610145569, -0.9689792990684509, -1.177067518234253, 0.5005255341529846, 2.085752487182617, -0.27821841835975647, -0.14256906509399414, -3.0320329666137695, 0.09088961780071259, -0.09088961780071259, 0.09088961780071259, 0.09088961780071259, -0.09088961780071259, 0.09088961780071259, -2.356199026107788, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 0.3027459383010864, 0.14418281614780426, 0.14678777754306793, 0.3284870386123657, 0.42012274265289307, 0.4357621967792511, 0.22475898265838623, 0.9484753608703613, 0.43751704692840576, 0.1998872607946396, 0.1998872607946396, 0.1998872607946396, 0.1998872607946396, 0.1998872607946396, 0.1998872607946396, 4.5299530029296875e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [190]}, "observation.state": {"min": [0.37166446447372437, -0.9283671379089355, 0.0, 1.6449823379516602, 0.9273309707641602, 0.37166446447372437, -0.001336673623882234, -0.11716634780168533, -2.8717652185150655e-06, 0.0, 0.9999982714653015, 0.7509999871253967, NaN], "max": [0.3742414712905884, -0.9273303747177124, 0.001287441817112267, 1.6742161512374878, 0.9283671379089355, 0.37423986196517944, 1.0468493201187812e-06, -0.0872662365436554, 0.0007623424171470106, 0.0016924371011555195, 1.0, 0.7984132766723633, NaN], "mean": [0.37185564637184143, -0.9282897710800171, 9.495648555457592e-05, 1.672355055809021, 0.9282898902893066, 0.3718555271625519, -9.854708332568407e-05, -0.0890931487083435, 5.591794615611434e-05, 0.0001249059714609757, 1.0, 0.7539867162704468, NaN], "std": [0.0005978565313853323, 0.00024036125978454947, 0.00029796615126542747, 0.005931091029196978, 0.00024024612503126264, 0.0005975327803753316, 0.0003095720603596419, 0.0059023224748671055, 0.00017598694830667228, 0.0003919785376638174, 3.654120064311428e-07, 0.009551117196679115, NaN], "count": [190]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1237238553709504]], [[0.10907489550999772]], [[0.09691693036436215]]], "std": [[[0.29296150428030693]], [[0.2602749903647512]], [[0.23407682469162797]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4105482766274322]], [[0.351067092874563]], [[0.3048360273078829]]], "std": [[[0.3879917147256459]], [[0.34371625312578913]], [[0.3100568822991583]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.6596692060771506]], [[0.6168211247838282]], [[0.5702150324785705]]], "std": [[[0.25205783999768533]], [[0.24452329200820588]], [[0.23562089485495805]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6010316162305009]], [[0.568972719610056]], [[0.533968890042252]]], "std": [[[0.2606925737860136]], [[0.27191105635200025]], [[0.28020983207321387]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.615326560677963]], [[0.5474123588219871]], [[0.4997775149182822]]], "std": [[[0.26099422886056256]], [[0.28341859003769515]], [[0.2987625525295072]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954909873391579]], [[0.9954909873391579]], [[0.9954909873391579]]], "std": [[[0.020219215690960947]], [[0.020219215690960947]], [[0.020219215690960947]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6042297874794389]], [[0.6042297874794389]], [[0.6042297874794389]]], "std": [[[0.3377034748518315]], [[0.3377034748518315]], [[0.3377034748518315]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18556633145375384]], [[0.18556633145375384]], [[0.18556633145375384]]], "std": [[[0.1949985527688448]], [[0.1949985527688448]], [[0.1949985527688448]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07313981375868292]], [[0.07313981375868292]], [[0.07313981375868292]]], "std": [[[0.10470479096964155]], [[0.10470479096964155]], [[0.10470479096964155]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12321450608901952]], [[0.12321450608901952]], [[0.12321450608901952]]], "std": [[[0.14010802006989462]], [[0.14010802006989462]], [[0.14010802006989462]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10935850347115351]], [[0.03593052999045793]], [[0.09275336470212721]]], "std": [[[0.2773303494334594]], [[0.1294375263454809]], [[0.277113138707522]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20580754259229084]], [[0.21197441009165882]], [[0.48483217695272085]]], "std": [[[0.3106984780911557]], [[0.3271824364143714]], [[0.48021363898671876]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7166916128374677]], [[0.19528443476155896]], [[0.7932152584572696]]], "std": [[[0.3331872296762939]], [[0.2705504046158913]], [[0.33735138813793847]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411914468738831]], [[0.5896476006359591]], [[0.6036327370043807]]], "std": [[[0.3508327935990442]], [[0.42364215508594094]], [[0.3888228211645611]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6258297421495872]], [[0.5006408769314641]], [[0.5647138553106]]], "std": [[[0.38398804887234655]], [[0.367470552787276]], [[0.43242125123848685]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.78], "mean": [1.89], "std": [1.0969503179269333], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [190]}, "index": {"min": [55889], "max": [56078], "mean": [55983.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [190]}}} +{"episode_index": 218, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41138726472854614, 0.025464791804552078, 0.010336002334952354, -1.7702677249908447, -1.5707963705062866, 0.05646763741970062, 1.053653597831726, 0.0, 0.8313196897506714, -2.481858253479004, 0.0, -0.6000000238418579, 0.0, 0.0, -0.6000000238418579, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41138726472854614, 1.4411036968231201, 0.5849351286888123, -0.7853981852531433, -0.7936729788780212, 1.0471975803375244, 1.5707963705062866, 0.8073477149009705, 1.0471975803375244, -1.5552150011062622, 0.6000000238418579, 0.0, 0.6000000238418579, 0.6000000238418579, 0.0, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4113875925540924, 1.2138612270355225, 0.49269899725914, -1.2760066986083984, -1.2033889293670654, 0.5529381632804871, 1.3247759342193604, 0.4095189571380615, 0.953623354434967, -2.0060174465179443, 0.11281692981719971, -0.11281692981719971, 0.11281692981719971, 0.11281692981719971, -0.11281692981719971, 0.11281692981719971, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818615913391113, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.40666940808296204, 0.16506442427635193, 0.43963003158569336, 0.33317428827285767, 0.4383660554885864, 0.2227269560098648, 0.3658009171485901, 0.08735489845275879, 0.4236907660961151, 0.22077450156211853, 0.22077450156211853, 0.22077450156211853, 0.22077450156211853, 0.22077450156211853, 0.22077450156211853, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [142]}, "observation.state": {"min": [-0.4064456820487976, -0.9145336747169495, -1.436849970559706e-06, 2.0041115283966064, 0.9136749505996704, -0.4064456820487976, -0.0002701113699004054, -0.19906407594680786, 0.0, -6.83917414789903e-06, 0.9999999403953552, 0.7509999871253967, NaN], "max": [-0.40450969338417053, -0.9136749505996704, 0.00016398179286625236, 2.0270767211914062, 0.9145336747169495, -0.4045097231864929, 0.0, -0.18893928825855255, 0.000311308482196182, 5.037774462834932e-05, 1.0, 0.8142411708831787, NaN], "mean": [-0.4062821865081787, -0.9137487411499023, 1.2797515410056803e-05, 2.0255730152130127, 0.9137487411499023, -0.4062821865081787, -2.2116992113296874e-05, -0.18955513834953308, 2.5404577172594145e-05, 2.746474820014555e-06, 1.0, 0.755353569984436, NaN], "std": [0.00046768615720793605, 0.00020753865828737617, 3.863422534777783e-05, 0.004638231825083494, 0.00020752978161908686, 0.00046768077299930155, 6.549609679495916e-05, 0.001954160863533616, 7.533298776252195e-05, 1.0357749488321133e-05, 1.414754002837526e-08, 0.013219896703958511, NaN], "count": [142]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14159477660630956]], [[0.13787242597185928]], [[0.13320570566039758]]], "std": [[[0.3283591564826632]], [[0.3214511384997354]], [[0.31316264698718993]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5062047367012876]], [[0.4830744140479625]], [[0.45670853777029435]]], "std": [[[0.42487480159085284]], [[0.41830918733602923]], [[0.4148431470229908]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.8354888294772784]], [[0.8253969721536575]], [[0.8120946227128039]]], "std": [[[0.20626854159766456]], [[0.20938275483308058]], [[0.2123015754594197]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.5804599424257237]], [[0.5593440810680143]], [[0.547625021541738]]], "std": [[[0.2892193208054702]], [[0.2919949696093348]], [[0.29795821241993925]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.7157414978029104]], [[0.6533128893019539]], [[0.5925129756700738]]], "std": [[[0.24107590713159707]], [[0.2763656605469016]], [[0.3205311587046039]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996511973853527]], [[0.996511973853527]], [[0.996511973853527]]], "std": [[[0.01704507509984588]], [[0.01704507509984588]], [[0.01704507509984588]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5829479424203593]], [[0.5829479424203593]], [[0.5829479424203593]]], "std": [[[0.33436419517386956]], [[0.33436419517386956]], [[0.33436419517386956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.11715573955720245]], [[0.11715573955720245]], [[0.11715573955720245]]], "std": [[[0.07358041031732801]], [[0.07358041031732801]], [[0.07358041031732801]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05619632385630974]], [[0.05619632385630974]], [[0.05619632385630974]]], "std": [[[0.06616487334185278]], [[0.06616487334185278]], [[0.06616487334185278]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15094570140904762]], [[0.15094570140904762]], [[0.15094570140904762]]], "std": [[[0.17310088823365208]], [[0.17310088823365208]], [[0.17310088823365208]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11833667607462259]], [[0.10115770295669994]], [[0.032638495102565494]]], "std": [[[0.2949443796641457]], [[0.2658320912604096]], [[0.13380616899718556]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3524650118588525]], [[0.4703124339917561]], [[0.25132448596551576]]], "std": [[[0.38052012358668347]], [[0.4432667763728049]], [[0.3817000499094494]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37531860381374255]], [[0.886001430974907]], [[0.1834626883686685]]], "std": [[[0.28967518628907946]], [[0.27785371267494385]], [[0.23892137205049577]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6900908152734777]], [[0.4524115883486188]], [[0.5831779297266597]]], "std": [[[0.32269230282007355]], [[0.3960092681622656]], [[0.4224595477597688]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5195672595087075]], [[0.4693169408250972]], [[0.5862932264729016]]], "std": [[[0.3521706364924732]], [[0.4242437435877432]], [[0.4175445658086122]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.82], "mean": [1.4100000000000001], "std": [0.819817052762383], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [142]}, "index": {"min": [56079], "max": [56220], "mean": [56149.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [142]}}} +{"episode_index": 219, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49961236119270325, 0.015564117580652237, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.7496607303619385, 0.0, 0.5153703689575195, -2.7424728870391846, 0.0, -0.46341463923454285, 0.0, 0.0, -0.46341463923454285, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49961236119270325, 0.3511991798877716, 0.5746046304702759, -0.13480141758918762, 1.4812031984329224, 3.171264886856079, 1.5707963705062866, 0.7788965702056885, 1.0471975803375244, -2.2223377227783203, 0.46341463923454285, 0.0, 0.46341463923454285, 0.46341463923454285, 0.0, 0.46341463923454285, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996127486228943, 0.3415546119213104, 0.5588259696960449, -0.3527149558067322, 0.6747323274612427, 2.416468381881714, -0.009477073326706886, 0.5600695610046387, 0.7459577918052673, -2.445003032684326, 0.1352505385875702, -0.1352505385875702, 0.1352505385875702, 0.1352505385875702, -0.1352505385875702, 0.1352505385875702, -2.3561997413635254, 1.5707992315292358, -1.0471996068954468, -1.5707992315292358, 0.0, -1.0471996068954468, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 0.04612627997994423, 0.07546743750572205, 0.21025659143924713, 1.1060173511505127, 0.7120680212974548, 0.764255940914154, 0.27044373750686646, 0.17115378379821777, 0.14984619617462158, 0.20767563581466675, 0.20767563581466675, 0.20767563581466675, 0.20767563581466675, 0.20767563581466675, 0.20767563581466675, 5.245208740234375e-06, 2.86102294921875e-06, 2.0265579223632812e-06, 2.86102294921875e-06, 0.0, 2.0265579223632812e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [320]}, "observation.state": {"min": [-0.08301673084497452, -0.9970139861106873, -0.008375284262001514, 2.1333863735198975, 0.9955682158470154, -0.0828964114189148, -0.05071304365992546, -0.312132865190506, 0.0, -0.012307828292250633, 0.998678982257843, 0.7509999871253967, NaN], "max": [-0.07692138850688934, -0.9965406060218811, 0.0, 2.139660358428955, 0.996776819229126, -0.07658880949020386, 0.0, -0.26147782802581787, 0.04989967495203018, 0.0, 1.0, 0.8171239495277405, NaN], "mean": [-0.08108578622341156, -0.9967015385627747, -0.0014748716494068503, 2.1347975730895996, 0.9965288043022156, -0.08101201057434082, -0.009030984714627266, -0.27513280510902405, 0.00888538733124733, -0.0021881875582039356, 0.9998118281364441, 0.7644058465957642, NaN], "std": [0.001331953564658761, 0.00010004115029005334, 0.0027646806556731462, 0.0016803380567580462, 0.0003230501024518162, 0.0014299580361694098, 0.01686215214431286, 0.007415205705910921, 0.01659088395535946, 0.004088286310434341, 0.0003919620648957789, 0.024029720574617386, NaN], "count": [320]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1321809076833428]], [[0.12476114453852401]], [[0.11220217248008604]]], "std": [[[0.30934060015591514]], [[0.2943583878931901]], [[0.26862295981283396]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43877903105430127]], [[0.40238319818197793]], [[0.34977808221198947]]], "std": [[[0.40282376959816674]], [[0.38486970479248656]], [[0.3558401181829772]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.6926917040336192]], [[0.6262539182493557]], [[0.5455557728169754]]], "std": [[[0.1992332402399103]], [[0.2547460867355869]], [[0.30653841058145365]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5706556761892884]], [[0.5373102231556416]], [[0.49050981330940774]]], "std": [[[0.31040548732451345]], [[0.31359925076620393]], [[0.3176389104193713]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6819756398985845]], [[0.5967468240604952]], [[0.4978017945525052]]], "std": [[[0.22118222647902971]], [[0.2616040656848589]], [[0.2945260522483586]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.99520492646975]], [[0.99520492646975]], [[0.99520492646975]]], "std": [[[0.02106567725202801]], [[0.02106567725202801]], [[0.02106567725202801]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6044329859162296]], [[0.6044329859162296]], [[0.6044329859162296]]], "std": [[[0.33968608685356905]], [[0.33968608685356905]], [[0.33968608685356905]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1030202690152358]], [[0.1030202690152358]], [[0.1030202690152358]]], "std": [[[0.11232685756971063]], [[0.11232685756971063]], [[0.11232685756971063]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16278067929062806]], [[0.16278067929062806]], [[0.16278067929062806]]], "std": [[[0.3109171175970612]], [[0.3109171175970612]], [[0.3109171175970612]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15202400068128888]], [[0.15202400068128888]], [[0.15202400068128888]]], "std": [[[0.13278143614919288]], [[0.13278143614919288]], [[0.13278143614919288]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12531970219092048]], [[0.10112771283404783]], [[0.027536199172394922]]], "std": [[[0.30803284637442985]], [[0.266856657401967]], [[0.11247101737227166]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49222307517446295]], [[0.43642218453675374]], [[0.1290634959910574]]], "std": [[[0.4772257047139424]], [[0.43280691470778493]], [[0.23694314070273934]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6032237437227207]], [[0.5333451150714381]], [[0.5695075340761796]]], "std": [[[0.3191559424734694]], [[0.39359592740220717]], [[0.44678813669530865]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5871015180806428]], [[0.5332871250480288]], [[0.3761709901018648]]], "std": [[[0.4195150759334502]], [[0.4126518691331208]], [[0.368562406286977]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5611935215863302]], [[0.6753296868283923]], [[0.40848076197066835]]], "std": [[[0.37906165279451065]], [[0.3450655358630798]], [[0.4007474863241331]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.38], "mean": [3.19], "std": [1.847511840286822], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [320]}, "index": {"min": [56221], "max": [56540], "mean": [56380.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [320]}}} +{"episode_index": 220, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.025464791804552078, 0.0022881885524839163, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.3610761165618896, -1.104114294052124, 1.0471975803375244, -5.1253838539123535, 0.0, -0.70243901014328, 0.0, 0.0, -0.70243901014328, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 1.9831740856170654, 0.17820198833942413, -0.14943768084049225, -1.068796992301941, 1.916131615638733, 1.5707963705062866, 0.0, 2.0948004722595215, -2.481858253479004, 0.70243901014328, 0.0, 0.70243901014328, 0.70243901014328, 0.0, 0.70243901014328, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00025000033201649785, 1.7319890260696411, 0.15563106536865234, -0.480972021818161, -1.3468058109283447, 1.490302324295044, 1.494883418083191, -0.5581826567649841, 1.5818958282470703, -3.8480384349823, 0.10774826258420944, -0.10774826258420944, 0.10774826258420944, 0.10774826258420944, -0.10774826258420944, 0.10774826258420944, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2014213502407074e-10, 0.5172968506813049, 0.04648260027170181, 0.26077812910079956, 0.19602157175540924, 0.3706825375556946, 0.07430486381053925, 0.4722403287887573, 0.44739964604377747, 1.1467920541763306, 0.24133014678955078, 0.24133014678955078, 0.24133014678955078, 0.24133014678955078, 0.24133014678955078, 0.24133014678955078, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [244]}, "observation.state": {"min": [0.8153172731399536, -0.579012930393219, 0.0, 1.3579021692276, 0.5777339935302734, 0.8153162002563477, 0.0, -0.3052026033401489, -0.002950393594801426, -0.0018750580493360758, 0.9999938607215881, 0.7509999871253967, NaN], "max": [0.8162251114845276, -0.5777339935302734, 0.001319832168519497, 1.3969963788986206, 0.5790069103240967, 0.8162251114845276, 0.0032370833214372396, -0.29069989919662476, 0.0, 0.0, 1.0, 0.7985923886299133, NaN], "mean": [0.8161600232124329, -0.5778257250785828, 9.340414544567466e-05, 1.3945955038070679, 0.5778253078460693, 0.8161600232124329, 0.00022899609757587314, -0.29149743914604187, -0.0002087042958009988, -0.00013268794282339513, 1.0, 0.7537556290626526, NaN], "std": [0.00020627331105060875, 0.00029070867458358407, 0.00030008319299668074, 0.007827102206647396, 0.00028953052242286503, 0.00020648575446102768, 0.0007356491405516863, 0.0026948018930852413, 0.0006704852567054331, 0.00042623834451660514, 1.2697087186097633e-06, 0.009139768779277802, NaN], "count": [244]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.11501959577305838]], [[0.1151302636440507]], [[0.11396207447104556]]], "std": [[[0.27585331592186185]], [[0.2757806247929744]], [[0.274005405830573]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.401486714531235]], [[0.4040845750426979]], [[0.39734867976806676]]], "std": [[[0.37653832662271786]], [[0.3769075334385828]], [[0.3760641682842315]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.607860790415821]], [[0.6065695199662574]], [[0.5993471455269294]]], "std": [[[0.22684958235481606]], [[0.22611824197241012]], [[0.22678045427299467]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6023389532961709]], [[0.6023356621879968]], [[0.5947253352967329]]], "std": [[[0.2746949211983442]], [[0.2746139643449088]], [[0.27737029432881033]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5073946694508316]], [[0.520033089450684]], [[0.508301937046492]]], "std": [[[0.2715002110409542]], [[0.2721043104419582]], [[0.2735068997988339]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952787712123254]], [[0.9952787712123254]], [[0.9952787712123254]]], "std": [[[0.02065998417919248]], [[0.02065998417919248]], [[0.02065998417919248]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880003111398111]], [[0.5880003111398111]], [[0.5880003111398111]]], "std": [[[0.3366176685850643]], [[0.3366176685850643]], [[0.3366176685850643]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17396631509209137]], [[0.17396631509209137]], [[0.17396631509209137]]], "std": [[[0.158730886251868]], [[0.158730886251868]], [[0.158730886251868]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08651839781772974]], [[0.08651839781772974]], [[0.08651839781772974]]], "std": [[[0.08641802730531926]], [[0.08641802730531926]], [[0.08641802730531926]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14828654769592253]], [[0.14828654769592253]], [[0.14828654769592253]]], "std": [[[0.19176360458825473]], [[0.19176360458825473]], [[0.19176360458825473]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0335036703098188]], [[0.09129403047426693]], [[0.13939001040038462]]], "std": [[[0.13490250705874426]], [[0.2262132881266868]], [[0.3417090704751706]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678702077595855]], [[0.18551530854809692]], [[0.4436069365402192]]], "std": [[[0.45207659206514783]], [[0.30982694309930436]], [[0.4418636399545716]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508143481050982]], [[0.3952688616775666]], [[0.6431828583422016]]], "std": [[[0.31081241984751157]], [[0.3838219767573485]], [[0.4001949203113887]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6187129554191637]], [[0.8261688067587077]], [[0.3146121716016525]]], "std": [[[0.36263844140469415]], [[0.2510822986463345]], [[0.3613494905201763]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3071115174704333]], [[0.5254428438178732]], [[0.6751888142555678]]], "std": [[[0.34112381860991203]], [[0.3749506323760092]], [[0.38545386744832677]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.86], "mean": [2.43], "std": [1.4087228258248674], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [244]}, "index": {"min": [56541], "max": [56784], "mean": [56662.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [244]}}} +{"episode_index": 221, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.012879044748842716, -1.2454856634140015, -1.5707963705062866, 0.14042210578918457, 1.5707963705062866, -1.8166440725326538, -0.12818987667560577, -2.481858253479004, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.4337400197982788, 0.7251268029212952, -0.6788899898529053, -0.8708420991897583, 1.0471975803375244, 1.9979678392410278, 0.0, 1.0471975803375244, -1.024411916732788, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975264072418213, 1.377506971359253, 0.6966902017593384, -0.9249181747436523, -0.9853816628456116, 0.3493443429470062, 1.8949099779129028, -1.0124460458755493, 0.3584771752357483, -1.678634524345398, 0.20925335586071014, -0.20925335586071014, 0.20925335586071014, 0.20925335586071014, -0.20925335586071014, 0.20925335586071014, -2.3562002182006836, 1.5707999467849731, -1.0472002029418945, -1.5707999467849731, 0.0, -1.0472002029418945, 2.4818530082702637, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.652406692504883e-06, 0.22418972849845886, 0.11338604986667633, 0.1746843308210373, 0.2262343019247055, 0.2769797742366791, 0.12586688995361328, 0.5230380892753601, 0.34558939933776855, 0.4215359687805176, 0.25574517250061035, 0.25574517250061035, 0.25574517250061035, 0.25574517250061035, 0.25574517250061035, 0.25574517250061035, 5.7220458984375e-06, 3.5762786865234375e-06, 2.6226043701171875e-06, 3.5762786865234375e-06, 0.0, 2.6226043701171875e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [568]}, "observation.state": {"min": [0.9870802164077759, -0.1415262520313263, -0.15818561613559723, 1.5595990419387817, 0.028931546956300735, 0.989934504032135, -0.0002563130983617157, -0.10917628556489944, 0.0, -0.09667389839887619, 0.9835261702537537, 0.7509999871253967, NaN], "max": [0.9955361485481262, -0.015001121908426285, 0.0, 1.6372483968734741, 0.1415262520313263, 0.9961246848106384, 0.09344184398651123, -0.052117638289928436, 0.15545134246349335, 0.00015955299022607505, 1.0, 0.8151622414588928, NaN], "mean": [0.9902962446212769, -0.11058265715837479, -0.03954384848475456, 1.5877611637115479, 0.11345143616199493, 0.9918466210365295, 0.022456811740994453, -0.0668429434299469, 0.03843412920832634, -0.024401171132922173, 0.9966798424720764, 0.7679187059402466, NaN], "std": [0.0017252875259146094, 0.046071857213974, 0.05823973938822746, 0.023912936449050903, 0.04142261669039726, 0.0025947869289666414, 0.03374389931559563, 0.021260548382997513, 0.05694293603301048, 0.03582517057657242, 0.005521617829799652, 0.024118302389979362, NaN], "count": [568]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10056983952275185]], [[0.09167460644316996]], [[0.08817013650218686]]], "std": [[[0.24605178280003803]], [[0.2282447576963657]], [[0.22250944469347986]]], "count": [116]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34790571992020153]], [[0.3128119748316195]], [[0.29714961503269594]]], "std": [[[0.3225521908350053]], [[0.29987251598568654]], [[0.29422701702114074]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7264065428244202]], [[0.6850259884752945]], [[0.6763141847543851]]], "std": [[[0.2505916523029735]], [[0.25125042390775626]], [[0.2528476249191968]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6890799788167803]], [[0.6536542788117465]], [[0.6432309205638743]]], "std": [[[0.24153744329758248]], [[0.25575987988928406]], [[0.26086990737269716]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6673132714286273]], [[0.6234142997461654]], [[0.6014897830135097]]], "std": [[[0.2272077321931519]], [[0.24950639929795757]], [[0.2638373450110948]]], "count": [116]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9971821256282944]], [[0.9971821256282944]], [[0.9971821256282944]]], "std": [[[0.015002373023874856]], [[0.015002373023874856]], [[0.015002373023874856]]], "count": [116]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5838965898073178]], [[0.5838965898073178]], [[0.5838965898073178]]], "std": [[[0.3321193132839882]], [[0.3321193132839882]], [[0.3321193132839882]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1393440985025726]], [[0.1393440985025726]], [[0.1393440985025726]]], "std": [[[0.13408532620762587]], [[0.13408532620762587]], [[0.13408532620762587]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03562930165645184]], [[0.03562930165645184]], [[0.03562930165645184]]], "std": [[[0.03835391743651172]], [[0.03835391743651172]], [[0.03835391743651172]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1077884184078507]], [[0.1077884184078507]], [[0.1077884184078507]]], "std": [[[0.127824159121386]], [[0.127824159121386]], [[0.127824159121386]]], "count": [116]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09324481040368655]], [[0.13750448899413442]], [[0.08528329388475465]]], "std": [[[0.2712086211096264]], [[0.3337215950405699]], [[0.26374562197044166]]], "count": [116]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21993917836383328]], [[0.49467696457124316]], [[0.40500058743362816]]], "std": [[[0.34629217226675124]], [[0.46835797049693323]], [[0.4179325162438136]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8229140365976353]], [[0.3392972934189236]], [[0.3235837918633748]]], "std": [[[0.2853528034356405]], [[0.30334730308091185]], [[0.3684164402327504]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763084873071906]], [[0.30974601178118316]], [[0.7085176188120642]]], "std": [[[0.4180835048066502]], [[0.30034262244553755]], [[0.37432429314742177]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6453749966558714]], [[0.5245152238956855]], [[0.44461002303512126]]], "std": [[[0.4044134229510505]], [[0.38603124221762386]], [[0.3675068535337652]]], "count": [116]}, "timestamp": {"min": [0.0], "max": [11.34], "mean": [5.669999999999999], "std": [3.279344446684429], "count": [568]}, "frame_index": {"min": [0], "max": [567], "mean": [283.5], "std": [163.96722233422142], "count": [568]}, "episode_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [568]}, "index": {"min": [56785], "max": [57352], "mean": [57068.5], "std": [163.96722233422142], "count": [568]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [568]}}} +{"episode_index": 222, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46198055148124695, 0.025464791804552078, 0.008740494027733803, -0.7853981852531433, -1.5707963705062866, 0.14748241007328033, 1.2899937629699707, 0.0, 1.0471975803375244, -2.6357429027557373, 0.0, -0.49268293380737305, 0.0, 0.0, -0.49268293380737305, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46198055148124695, 1.5459179878234863, 0.53061842918396, 0.04591834917664528, -0.4716326594352722, 1.0471975803375244, 1.5707963705062866, 2.9164845943450928, 1.7091046571731567, -2.481858253479004, 0.49268293380737305, 0.0, 0.49268293380737305, 0.49268293380737305, 0.0, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46198102831840515, 1.3910874128341675, 0.4774731397628784, -0.3374886214733124, -0.9733571410179138, 0.5664269328117371, 1.4865825176239014, 1.5866957902908325, 1.3773528337478638, -2.5563011169433594, 0.07396040111780167, -0.07396040111780167, 0.07396040111780167, 0.07396040111780167, -0.07396040111780167, 0.07396040111780167, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.36703869700431824, 0.12598174810409546, 0.3535696864128113, 0.4709240198135376, 0.3800523579120636, 0.08914842456579208, 1.2504911422729492, 0.2561201751232147, 0.05789864808320999, 0.17013676464557648, 0.17013676464557648, 0.17013676464557648, 0.17013676464557648, 0.17013676464557648, 0.17013676464557648, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [240]}, "observation.state": {"min": [-0.6312086582183838, -0.7756716012954712, -1.1008925326905228e-07, 1.9088385105133057, 0.7756130695343018, -0.6312086582183838, -0.0006163666839711368, -0.13943293690681458, -3.987993864029704e-07, 0.0, 0.9999996423721313, 0.7509999871253967, NaN], "max": [-0.631136417388916, -0.7756130695343018, 0.0006073502590879798, 1.9458074569702148, 0.7756713628768921, -0.6311367154121399, 4.245803779667767e-07, -0.10773038864135742, 0.0008609281503595412, 8.316859020851552e-05, 1.0, 0.7823246717453003, NaN], "mean": [-0.6312039494514465, -0.7756182551383972, 4.841623376705684e-05, 1.9112279415130615, 0.7756182551383972, -0.6312039494514465, -4.9142934585688636e-05, -0.10963485389947891, 6.867617048555985e-05, 6.537835815834114e-06, 1.0, 0.752977728843689, NaN], "std": [1.7137062968686223e-05, 1.386887288390426e-05, 0.00014558520342689008, 0.007439118809998035, 1.382163191010477e-05, 1.7078291421057656e-05, 0.00014778868353459984, 0.006066248752176762, 0.00020651062368415296, 1.974604674614966e-05, 8.323335976001545e-08, 0.006202826276421547, NaN], "count": [240]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.1252318816381243]], [[0.11088264061138974]], [[0.10104269656291093]]], "std": [[[0.29442360116263355]], [[0.26241446456205664]], [[0.2417899389586708]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43916788205655366]], [[0.37930906845142903]], [[0.3378672036510647]]], "std": [[[0.38830446305791394]], [[0.34415600946705455]], [[0.3171383385988717]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7189276982158412]], [[0.6909945932752226]], [[0.6760336661322305]]], "std": [[[0.23076124504541043]], [[0.22898798344300114]], [[0.22958991958940303]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.532211467781942]], [[0.5042714761907635]], [[0.4844121623479254]]], "std": [[[0.29643260615362155]], [[0.29532094641480444]], [[0.29535126334072687]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6614015976761075]], [[0.5800209040354968]], [[0.5303194909645401]]], "std": [[[0.21050922293286597]], [[0.21821359620238912]], [[0.22897072545796107]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955502299685306]], [[0.9955502299685306]], [[0.9955502299685306]]], "std": [[[0.020122277883859493]], [[0.020122277883859493]], [[0.020122277883859493]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.590959068350845]], [[0.590959068350845]], [[0.590959068350845]]], "std": [[[0.3375344414990223]], [[0.3375344414990223]], [[0.3375344414990223]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.11325127020816193]], [[0.11325127020816193]], [[0.11325127020816193]]], "std": [[[0.06972245737730505]], [[0.06972245737730505]], [[0.06972245737730505]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15886485602072298]], [[0.15886485602072298]], [[0.15886485602072298]]], "std": [[[0.2909250744722942]], [[0.2909250744722942]], [[0.2909250744722942]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14003345155305036]], [[0.14003345155305036]], [[0.14003345155305036]]], "std": [[[0.154007659153511]], [[0.154007659153511]], [[0.154007659153511]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08244933148527014]], [[0.07898781391425282]], [[0.09376687983767085]]], "std": [[[0.25826363628207977]], [[0.20963871346106883]], [[0.27722268774307407]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39012054924223377]], [[0.3176243107482041]], [[0.30345872670055674]]], "std": [[[0.44252920898818987]], [[0.421785536129173]], [[0.3470925340679846]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8504114891057479]], [[0.5241045510232409]], [[0.2060051592881604]]], "std": [[[0.268547604657511]], [[0.2508702172902334]], [[0.2824650905188175]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5654674976245415]], [[0.5564975206046305]], [[0.48091636172953506]]], "std": [[[0.36380513243541573]], [[0.4403892059501446]], [[0.42547909252026866]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5768835311149869]], [[0.529806819728678]], [[0.5559167392547799]]], "std": [[[0.3409451108722349]], [[0.4098020506007633]], [[0.4211870038662941]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.78], "mean": [2.39], "std": [1.3856286178722879], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [240]}, "index": {"min": [57353], "max": [57592], "mean": [57472.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [240]}}} +{"episode_index": 223, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.0026085106655955315, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, 0.18238912522792816, 0.36629578471183777, -4.302037239074707, -0.6795329451560974, -5.016206741333008, 0.0, -0.5317073464393616, 0.0, 0.0, -0.5317073464393616, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.0404171347618103, 0.39455997943878174, 1.7142127752304077, 2.3453028202056885, 1.7133569717407227, 2.4422190189361572, 0.0, 2.1005520820617676, -2.481858253479004, 0.5317073464393616, 0.0, 0.5317073464393616, 0.5317073464393616, 0.0, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002499998372513801, 0.039588671177625656, 0.38647449016571045, 0.0673445388674736, 1.2466133832931519, 0.8707046508789062, 1.3389265537261963, -2.7597267627716064, 0.9598628878593445, -3.9246091842651367, 0.07590985298156738, -0.07590985298156738, 0.07590985298156738, 0.07590985298156738, -0.07590985298156738, 0.07590985298156738, -2.3561997413635254, 1.5707991123199463, -1.0471985340118408, -1.5707991123199463, 0.0, -1.0471985340118408, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7462298274040222e-10, 0.004588935058563948, 0.044798169285058975, 0.8727738261222839, 1.3234710693359375, 0.5684362053871155, 0.7349277138710022, 1.5338283777236938, 0.9904363751411438, 0.9391390085220337, 0.18026433885097504, 0.18026433885097504, 0.18026433885097504, 0.18026433885097504, 0.18026433885097504, 0.18026433885097504, 5.245208740234375e-06, 2.7418136596679688e-06, 9.5367431640625e-07, 2.7418136596679688e-06, 0.0, 9.5367431640625e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [291]}, "observation.state": {"min": [-0.44781994819641113, -0.8944258093833923, -0.00042017968371510506, 1.5563087463378906, 0.8941232562065125, -0.44782012701034546, 0.0, -0.29554229974746704, -0.0009729764424264431, -1.9642261577246245e-06, 0.9999995231628418, 0.7509999871253967, NaN], "max": [-0.4472163915634155, -0.8941236734390259, 9.977425179386046e-07, 1.5758137702941895, 0.8944258093833923, -0.4472163915634155, 0.0008781888755038381, -0.24953919649124146, 0.0, 2.5131368602160364e-05, 1.0, 0.7728198766708374, NaN], "mean": [-0.4472651481628418, -0.8944016098976135, -3.195623867213726e-05, 1.557602882385254, 0.8944016098976135, -0.4472651481628418, 6.694570038234815e-05, -0.25233665108680725, -7.41685726097785e-05, 1.396815946463903e-06, 1.0, 0.7522964477539062, NaN], "std": [0.00014121974527370185, 7.068892591632903e-05, 9.859026613412425e-05, 0.00406051566824317, 7.077762711560354e-05, 0.00014125903544481844, 0.0002062856947304681, 0.00897793285548687, 0.00022857812291476876, 5.08510174768162e-06, 1.0329738131531485e-07, 0.004186035133898258, NaN], "count": [291]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12536369896955055]], [[0.11723442037804828]], [[0.10608072871089547]]], "std": [[[0.2949497714478953]], [[0.2783967625430256]], [[0.2558982571338126]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43013054729090433]], [[0.392899580296535]], [[0.34408297911004626]]], "std": [[[0.38749801337842565]], [[0.36657149279745366]], [[0.34211186197055593]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6658401344875011]], [[0.6115208661488603]], [[0.5516703540757638]]], "std": [[[0.17579868188814526]], [[0.20510212766368463]], [[0.2546797559697055]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4263683546671978]], [[0.36532169777729495]], [[0.30701134654470524]]], "std": [[[0.2825391724726686]], [[0.26680243780312063]], [[0.26900266159520175]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6365859178389731]], [[0.5415561215081429]], [[0.4354248808582631]]], "std": [[[0.17836883567766496]], [[0.21371508393847438]], [[0.2576344140676225]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961198639299774]], [[0.9961198639299774]], [[0.9961198639299774]]], "std": [[[0.018424706918943632]], [[0.018424706918943632]], [[0.018424706918943632]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.598267007579339]], [[0.598267007579339]], [[0.598267007579339]]], "std": [[[0.3351209968208236]], [[0.3351209968208236]], [[0.3351209968208236]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2823529411764706]], [[0.2823529411764706]], [[0.2823529411764706]]], "mean": [[[0.10940254853009909]], [[0.10940254853009909]], [[0.10940254853009909]]], "std": [[[0.07512124114426255]], [[0.07512124114426255]], [[0.07512124114426255]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22373193830043903]], [[0.22373193830043903]], [[0.22373193830043903]]], "std": [[[0.3645706109514349]], [[0.3645706109514349]], [[0.3645706109514349]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11004943770196426]], [[0.11004943770196426]], [[0.11004943770196426]]], "std": [[[0.06082849880249219]], [[0.06082849880249219]], [[0.06082849880249219]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08121408631849854]], [[0.033623852085206705]], [[0.13186109887339226]]], "std": [[[0.25427867125205156]], [[0.12563910089274447]], [[0.3185619020511579]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5266215044548649]], [[0.17916131727476395]], [[0.3369405474853667]]], "std": [[[0.47560015294325386]], [[0.25151507411330637]], [[0.42938342766329607]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5223416167602433]], [[0.4196562575647543]], [[0.672182044952997]]], "std": [[[0.40636799377868593]], [[0.3387081215905152]], [[0.39020853188409677]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5518517405389022]], [[0.5014408629838174]], [[0.356214683787403]]], "std": [[[0.4295942387367207]], [[0.4408844367045804]], [[0.3896993875400126]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.633775634668217]], [[0.5402780637715912]], [[0.5470340275640367]]], "std": [[[0.35257532854062124]], [[0.414507742282187]], [[0.3875409115494543]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9000000000000004], "std": [1.680079363204806], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [291]}, "index": {"min": [57593], "max": [57883], "mean": [57738.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [291]}}} +{"episode_index": 224, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996528625488281, 0.016465233638882637, 0.025464791804552078, -0.7853981852531433, -1.5707963705062866, -2.099658966064453, -1.219101905822754, 0.0, -1.3479515314102173, -2.481858253479004, 0.0, -0.5951219797134399, 0.0, 0.0, -0.5951219797134399, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996528625488281, 0.4419736862182617, 0.6835473775863647, 0.05123049020767212, 1.7291878461837769, 1.0471975803375244, 1.5707963705062866, 3.8401992321014404, 1.0471975803375244, -0.1265583336353302, 0.5951219797134399, 0.0, 0.5951219797134399, 0.5951219797134399, 0.0, 0.5951219797134399, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996504485607147, 0.42871761322021484, 0.663048267364502, -0.3015684485435486, 0.1745116263628006, -0.5548041462898254, -0.20171582698822021, 2.039212226867676, -0.6371580362319946, -0.9465855956077576, 0.0693097934126854, -0.0693097934126854, 0.0693097934126854, 0.0693097934126854, -0.0693097934126854, 0.0693097934126854, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.4139881134033203e-06, 0.06063789874315262, 0.09378203004598618, 0.2751738131046295, 1.1536424160003662, 0.9475024342536926, 0.8891066312789917, 1.163796067237854, 0.8328829407691956, 0.7900837063789368, 0.18434573709964752, 0.18434573709964752, 0.18434573709964752, 0.18434573709964752, 0.18434573709964752, 0.18434573709964752, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [350]}, "observation.state": {"min": [-0.046915099024772644, 0.9988936185836792, 0.0, 1.8891324996948242, -0.9989171624183655, -0.04691805690526962, -9.87717385214637e-07, -0.06599986553192139, -8.622723157714063e-07, -0.003211196046322584, 0.9999943375587463, 0.7509999871253967, NaN], "max": [-0.046523675322532654, 0.9989171624183655, 0.003255680901929736, 1.9006574153900146, -0.9988983869552612, -0.046523675322532654, 0.0008722656639292836, -0.05456599220633507, 0.0010236249072477221, 0.0, 1.0, 0.8182916641235352, NaN], "mean": [-0.046546921133995056, 0.9989179968833923, 0.00019369587244000286, 1.900007963180542, -0.9989179968833923, -0.0465470552444458, 5.172460078028962e-05, -0.055028535425662994, 6.073974145692773e-05, -0.00019106079707853496, 1.0, 0.7542278170585632, NaN], "std": [8.176366100087762e-05, 5.246024556981865e-06, 0.000683584192302078, 0.002280591754242778, 4.3626669139484875e-06, 8.231467654695734e-05, 0.0001827736123232171, 0.0017993900692090392, 0.00021457509137690067, 0.0006742780678905547, 1.082336098079395e-06, 0.011805063113570213, NaN], "count": [350]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.05611048816092902]], [[0.05292028450517035]], [[0.04649399480047824]]], "std": [[[0.15127603490494268]], [[0.14466290000118953]], [[0.13173395355782222]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18896505108660885]], [[0.1715471963553726]], [[0.14531713662859896]]], "std": [[[0.22136367098212759]], [[0.21599646515576262]], [[0.20246949783293489]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.37352167350302523]], [[0.3735120456034402]], [[0.3715976573318018]]], "std": [[[0.2768231064728295]], [[0.2779755203468494]], [[0.28041184554170845]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621180225723886]], [[0.3458977878898217]], [[0.32743600947098855]]], "std": [[[0.3174421259895166]], [[0.31963161872119744]], [[0.323077132588183]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588866089851008]], [[0.38999769193269457]], [[0.3571393483900862]]], "std": [[[0.3114618612333838]], [[0.3388190732605034]], [[0.35360478212272217]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952825236657366]], [[0.9952825236657366]], [[0.9952825236657366]]], "std": [[[0.0207948801322201]], [[0.0207948801322201]], [[0.0207948801322201]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5995515617005668]], [[0.5995515617005668]], [[0.5995515617005668]]], "std": [[[0.3370571341764962]], [[0.3370571341764962]], [[0.3370571341764962]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "mean": [[[0.0040350273689038554]], [[0.0040350273689038554]], [[0.0040350273689038554]]], "std": [[[0.0021350656046340687]], [[0.0021350656046340687]], [[0.0021350656046340687]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1940309315888046]], [[0.1940309315888046]], [[0.1940309315888046]]], "std": [[[0.33313783500867095]], [[0.33313783500867095]], [[0.33313783500867095]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16301414948524465]], [[0.16301414948524465]], [[0.16301414948524465]]], "std": [[[0.22116527032538177]], [[0.22116527032538177]], [[0.22116527032538177]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0920196407005742]], [[0.1454407248484702]], [[0.04906118524151222]]], "std": [[[0.2719466157668085]], [[0.3471919198875996]], [[0.15434665626893532]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39762534072826833]], [[0.5231231543675916]], [[0.10743837386532876]]], "std": [[[0.38182805418755517]], [[0.4854334912119182]], [[0.19876374518679044]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9139842968273798]], [[0.14697197260628544]], [[0.7676676248968176]]], "std": [[[0.19423388111144338]], [[0.19563545317079675]], [[0.17631887829020318]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6182739317812553]], [[0.42725726367288475]], [[0.395986929445695]]], "std": [[[0.40955331560618446]], [[0.41262355680944685]], [[0.36025224232706937]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38098310926573015]], [[0.6041197968739836]], [[0.5342566487694219]]], "std": [[[0.3834515920503175]], [[0.38406716731908513]], [[0.4266389240457099]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.98], "mean": [3.49], "std": [2.0207176942858696], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [350]}, "index": {"min": [57884], "max": [58233], "mean": [58058.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [350]}}} +{"episode_index": 225, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4583798348903656, 0.025464791804552078, 0.02033999003469944, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.8347711563110352, 0.0, 1.0471975803375244, -4.117495536804199, 0.0, -0.3707317113876343, 0.0, 0.0, -0.3707317113876343, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4583798348903656, 0.9769155383110046, 0.780310869216919, 0.853124737739563, 0.8676238656044006, 1.4525330066680908, 1.5707963705062866, 2.5098068714141846, 1.5149089097976685, -2.481858253479004, 0.3707317113876343, 0.0, 0.3707317113876343, 0.3707317113876343, 0.0, 0.3707317113876343, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45838093757629395, 0.8958538770675659, 0.7155640125274658, 0.131414994597435, -0.22061246633529663, 1.216493010520935, 0.23377889394760132, 1.359984278678894, 1.2024729251861572, -3.3805336952209473, 0.04997052252292633, -0.04997052252292633, 0.04997052252292633, 0.04997052252292633, -0.04997052252292633, 0.04997052252292633, -2.356198787689209, 1.5707980394363403, -1.047196388244629, -1.5707980394363403, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 0.213877335190773, 0.17083518207073212, 0.6815922260284424, 1.0279555320739746, 0.1692533791065216, 1.0165023803710938, 1.0619908571243286, 0.1612144112586975, 0.6899219751358032, 0.12212350964546204, 0.12212350964546204, 0.12212350964546204, 0.12212350964546204, 0.12212350964546204, 0.12212350964546204, 4.291534423828125e-06, 1.6689300537109375e-06, 1.1920928955078125e-06, 1.6689300537109375e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [182]}, "observation.state": {"min": [0.7381072044372559, 0.6736857295036316, -0.0009926079073920846, 1.4241323471069336, -0.6746832132339478, 0.7381073832511902, -0.0003161648637615144, -0.27393579483032227, -0.0005801054649055004, -0.00010141719394596294, 0.9999995231628418, 0.7509999871253967, NaN], "max": [0.7390179634094238, 0.6746829152107239, 0.0004968375433236361, 1.4347596168518066, -0.6736857295036316, 0.7390179634094238, 1.2312094440858345e-05, -0.2722685635089874, 0.0007076716283336282, 0.0007020880002528429, 1.0, 0.8198179006576538, NaN], "mean": [0.7389503717422485, 0.6737605929374695, -5.2783005230594426e-05, 1.4342364072799683, -0.6737605929374695, 0.7389503717422485, -1.1427641766204033e-05, -0.27380234003067017, 3.1259118259185925e-05, 4.404221908771433e-05, 1.0, 0.7549341320991516, NaN], "std": [0.0002145251928595826, 0.00023493057233281434, 0.00021603936329483986, 0.0018675037426874042, 0.00023498984228353947, 0.00021447718609124422, 4.9656853661872447e-05, 0.0004133087059017271, 0.0001603028067620471, 0.00015310653543565422, 9.486257113167085e-08, 0.013298815116286278, NaN], "count": [182]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12864534956624832]], [[0.11580340389635557]], [[0.09789590495751668]]], "std": [[[0.3012732104023748]], [[0.2753192408572182]], [[0.24038006483060803]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4408619565195525]], [[0.3795270835806023]], [[0.30991263542796144]]], "std": [[[0.39050450380437707]], [[0.3625955717746126]], [[0.322635840588503]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7002866777845504]], [[0.6598115029192827]], [[0.633441758851894]]], "std": [[[0.2278777771738687]], [[0.25934194715305847]], [[0.278555154328337]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4797162404922983]], [[0.4490361411689603]], [[0.37914038239351006]]], "std": [[[0.32956443055766454]], [[0.33568862490052426]], [[0.32081314487406554]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.608474245469194]], [[0.5004429705537015]], [[0.43136885691659105]]], "std": [[[0.2541454229776995]], [[0.3102780406328935]], [[0.32336471217903323]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963789669487713]], [[0.9963789669487713]], [[0.9963789669487713]]], "std": [[[0.017483791467451458]], [[0.017483791467451458]], [[0.017483791467451458]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869194208239706]], [[0.5869194208239706]], [[0.5869194208239706]]], "std": [[[0.33546297094374183]], [[0.33546297094374183]], [[0.33546297094374183]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1455740951967121]], [[0.1455740951967121]], [[0.1455740951967121]]], "std": [[[0.15620200862942787]], [[0.15620200862942787]], [[0.15620200862942787]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22071048909971294]], [[0.22071048909971294]], [[0.22071048909971294]]], "std": [[[0.3552551242967079]], [[0.3552551242967079]], [[0.3552551242967079]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13646520900347417]], [[0.13646520900347417]], [[0.13646520900347417]]], "std": [[[0.15095466923884238]], [[0.15095466923884238]], [[0.15095466923884238]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0971366125055405]], [[0.13306641292678625]], [[0.07797490496489283]]], "std": [[[0.2824090562394226]], [[0.31686358033592477]], [[0.2508786187141421]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4322810960436293]], [[0.40060372925203735]], [[0.14135713552888068]]], "std": [[[0.4346753046853249]], [[0.4190417469443542]], [[0.25162388557289445]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8339006940965915]], [[0.7090425088061284]], [[0.19518752543936763]]], "std": [[[0.3232075161132059]], [[0.3284199324165309]], [[0.26754046943730425]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3564078761288038]], [[0.5415024458673726]], [[0.55248300298198]]], "std": [[[0.3771702868369434]], [[0.4299784491590213]], [[0.42133359060117986]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5883536130775281]], [[0.548943566346206]], [[0.49639864922406157]]], "std": [[[0.4170622777273818]], [[0.3912738351235425]], [[0.3887352116892797]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.62], "mean": [1.81], "std": [1.0507616285342742], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [182]}, "index": {"min": [58234], "max": [58415], "mean": [58324.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [182]}}} +{"episode_index": 226, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4152761399745941, 0.025464791804552078, 0.015176833607256413, -1.3941720724105835, -1.5707963705062866, 0.6638447046279907, 1.5707963705062866, 0.0, -0.21947671473026276, -2.481858253479004, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4152761399745941, 1.0838404893875122, 0.6459612250328064, -0.7853981852531433, -0.6479698419570923, 1.0471975803375244, 2.163133382797241, 0.3837012052536011, 1.0471975803375244, -2.125319004058838, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41527578234672546, 0.960114061832428, 0.5722207427024841, -1.1187288761138916, -1.0820013284683228, 0.8356043696403503, 1.9004485607147217, 0.21761466562747955, 0.3261672854423523, -2.2751352787017822, 0.09674210101366043, -0.09674210101366043, 0.09674210101366043, 0.09674210101366043, -0.09674210101366043, 0.09674210101366043, -2.356198310852051, 1.5707975625991821, -1.047196626663208, -1.5707975625991821, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.27086395025253296, 0.16143275797367096, 0.2554672062397003, 0.37807849049568176, 0.15824642777442932, 0.2467159628868103, 0.163068026304245, 0.5477360486984253, 0.15525490045547485, 0.17437013983726501, 0.17437013983726501, 0.17437013983726501, 0.17437013983726501, 0.17437013983726501, 0.17437013983726501, 3.814697265625e-06, 1.1920928955078125e-06, 9.5367431640625e-07, 1.1920928955078125e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [147]}, "observation.state": {"min": [-0.49694395065307617, -0.8693181872367859, 0.0, 1.963405728340149, 0.8677826523780823, -0.49694395065307617, -0.0010742247104644775, -0.20188350975513458, -1.1934510268929444e-07, 0.0, 0.9999987483024597, 0.7509999871253967, NaN], "max": [-0.49425140023231506, -0.8677826523780823, 0.0011939614778384566, 1.97015380859375, 0.8693177103996277, -0.4942525625228882, 1.0727659400799894e-06, -0.16647998988628387, 0.001520167919807136, 0.0005165626062080264, 1.0, 0.8056598901748657, NaN], "mean": [-0.49662864208221436, -0.867963433265686, 0.00013684664736501873, 1.9694395065307617, 0.867963433265686, -0.49662870168685913, -0.00012241906370036304, -0.1696767807006836, 0.000174094078829512, 5.834996409248561e-05, 1.0, 0.756224513053894, NaN], "std": [0.0007523935637436807, 0.00042933091754093766, 0.0003345998702570796, 0.001748800277709961, 0.0004292065859772265, 0.0007521080551669002, 0.0003000571741722524, 0.008198659867048264, 0.0004259594716131687, 0.0001433523721061647, 3.367444492141658e-07, 0.013142098672688007, NaN], "count": [147]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.061170630011178236]], [[0.05998988795614002]], [[0.058864037937599034]]], "std": [[[0.16013876405114]], [[0.15796180107305474]], [[0.15596658858909968]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23675692805763598]], [[0.23249701097907788]], [[0.22721336077264598]]], "std": [[[0.2502079699570898]], [[0.2478749723000504]], [[0.24552325487971816]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3988203348642217]], [[0.3967797244132768]], [[0.3951785949221178]]], "std": [[[0.2408779153523909]], [[0.24370881544692602]], [[0.24676554945788126]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.5150686767371359]], [[0.5020746950125763]], [[0.4856368904526347]]], "std": [[[0.32328115185249656]], [[0.32339162630391205]], [[0.32289358744886065]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5094700926915001]], [[0.5003477805471903]], [[0.4862801746942749]]], "std": [[[0.33218407070079836]], [[0.33351163822113994]], [[0.33319317485730093]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965176481317194]], [[0.9965176481317194]], [[0.9965176481317194]]], "std": [[[0.01724149224326699]], [[0.01724149224326699]], [[0.01724149224326699]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886782512601497]], [[0.5886782512601497]], [[0.5886782512601497]]], "std": [[[0.3333979499375081]], [[0.3333979499375081]], [[0.3333979499375081]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.13333333333333333]], [[0.13333333333333333]], [[0.13333333333333333]]], "mean": [[[0.021193423684579334]], [[0.021193423684579334]], [[0.021193423684579334]]], "std": [[[0.022318526553181787]], [[0.022318526553181787]], [[0.022318526553181787]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.049243129610518674]], [[0.049243129610518674]], [[0.049243129610518674]]], "std": [[[0.0472071627490001]], [[0.0472071627490001]], [[0.0472071627490001]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19866730772196708]], [[0.19866730772196708]], [[0.19866730772196708]]], "std": [[[0.29851651094283393]], [[0.29851651094283393]], [[0.29851651094283393]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12463532067182059]], [[0.0948741674160174]], [[0.08236361112619871]]], "std": [[[0.3011702911552713]], [[0.277531903672807]], [[0.25830123598715904]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27543558970046755]], [[0.2630946341123228]], [[0.43457225719192294]]], "std": [[[0.3965577200291863]], [[0.305031571949309]], [[0.44851893839623175]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4523436405101352]], [[0.7518128400157984]], [[0.34227877188288536]]], "std": [[[0.420379493546695]], [[0.36470355283517875]], [[0.2330310480707851]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41584735507690984]], [[0.6311206907303806]], [[0.6367654884258002]]], "std": [[[0.400324813783664]], [[0.36007485360209845]], [[0.352526383468063]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.617324633488702]], [[0.5027270894815298]], [[0.3997462534139883]]], "std": [[[0.4007630402206469]], [[0.3934427422705302]], [[0.42610670497020897]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.92], "mean": [1.46], "std": [0.8486852577172922], "count": [147]}, "frame_index": {"min": [0], "max": [146], "mean": [73.0], "std": [42.43426288586461], "count": [147]}, "episode_index": {"min": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [147]}, "index": {"min": [58416], "max": [58562], "mean": [58489.0], "std": [42.43426288586461], "count": [147]}, "task_index": {"min": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [147]}}} +{"episode_index": 227, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48302921652793884, 0.025464791804552078, 0.013387232087552547, -1.9152470827102661, -1.5707963705062866, 0.37411805987358093, 0.953509509563446, 0.0, 0.5273262858390808, -2.481858253479004, 0.0, -0.5463414788246155, 0.0, 0.0, -0.5463414788246155, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48302921652793884, 1.1675299406051636, 0.6137884259223938, -0.7853981852531433, -0.6361552476882935, 1.0471975803375244, 1.5707963705062866, 0.8118311166763306, 1.0471975803375244, -1.2951953411102295, 0.5463414788246155, 0.0, 0.5463414788246155, 0.5463414788246155, 0.0, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4830291271209717, 1.0294480323791504, 0.5411970615386963, -1.4064435958862305, -1.0586310625076294, 0.674647331237793, 1.2717019319534302, 0.47685426473617554, 0.7453629374504089, -1.7922734022140503, 0.12272260338068008, -0.12272260338068008, 0.12272260338068008, 0.12272260338068008, -0.12272260338068008, 0.12272260338068008, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 0.29598528146743774, 0.15560391545295715, 0.4794888198375702, 0.3941194713115692, 0.2803342044353485, 0.24863368272781372, 0.36509969830513, 0.23270799219608307, 0.527392566204071, 0.21828630566596985, 0.21828630566596985, 0.21828630566596985, 0.21828630566596985, 0.21828630566596985, 0.21828630566596985, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [153]}, "observation.state": {"min": [0.6775718331336975, -0.7354565858840942, -0.00026953770429827273, 1.8299551010131836, 0.7330682873725891, 0.6775718331336975, -0.0003808173059951514, -0.07244238257408142, -1.4165024708745477e-07, -3.0144474294502288e-05, 0.9999998807907104, 0.7509999871253967, NaN], "max": [0.6801549196243286, -0.7330683469772339, 1.6411208036970493e-07, 1.8523260354995728, 0.7354565858840942, 0.6801549792289734, 4.140624199067133e-08, -0.05298464000225067, 0.00044206922757439315, 0.00013056003081146628, 1.0, 0.8112609386444092, NaN], "mean": [0.677858829498291, -0.735192596912384, -2.690817382244859e-05, 1.8506338596343994, 0.735192596912384, 0.677858829498291, -4.162204641033895e-05, -0.05458416789770126, 4.881957283942029e-05, 8.549666745238937e-06, 1.0, 0.7564550042152405, NaN], "std": [0.0007146189454942942, 0.00066039664670825, 7.006576197454706e-05, 0.004674465861171484, 0.0006604183581657708, 0.0007146292482502759, 0.00010425867367302999, 0.004262786358594894, 0.00012185805826447904, 3.0490884455502965e-05, 2.8912499061561903e-08, 0.014083091169595718, NaN], "count": [153]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08793118177471734]], [[0.08765701127412423]], [[0.08740686559497778]]], "std": [[[0.22052998544710933]], [[0.2201458359248666]], [[0.2198701403897525]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28212474828856343]], [[0.281465856093814]], [[0.2793813320136714]]], "std": [[[0.2936024560810459]], [[0.29320069004232474]], [[0.29412773769208245]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6908883940156548]], [[0.6898458610693687]], [[0.6897741312728367]]], "std": [[[0.23099287947742375]], [[0.2312350359230623]], [[0.23118615832592004]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27021341777024066]], [[0.26506253843146643]], [[0.2551207685153334]]], "std": [[[0.28438679525455807]], [[0.2829962208837166]], [[0.28290060725537564]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42300516532319987]], [[0.424415253629238]], [[0.42144191039844003]]], "std": [[[0.2823829575235789]], [[0.28433207942228705]], [[0.2869065032779957]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960488489503391]], [[0.9960488489503391]], [[0.9960488489503391]]], "std": [[[0.01850541807707753]], [[0.01850541807707753]], [[0.01850541807707753]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5852952535755932]], [[0.5852952535755932]], [[0.5852952535755932]]], "std": [[[0.33636586586434497]], [[0.33636586586434497]], [[0.33636586586434497]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1279621482326387]], [[0.1279621482326387]], [[0.1279621482326387]]], "std": [[[0.11013229095884797]], [[0.11013229095884797]], [[0.11013229095884797]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04868217805914473]], [[0.04868217805914473]], [[0.04868217805914473]]], "std": [[[0.08807575364096855]], [[0.08807575364096855]], [[0.08807575364096855]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1387775839859558]], [[0.1387775839859558]], [[0.1387775839859558]]], "std": [[[0.15439465267328015]], [[0.15439465267328015]], [[0.15439465267328015]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11742565468443114]], [[0.09778979152962097]], [[0.07985982346839081]]], "std": [[[0.28581837045760133]], [[0.28370700731897647]], [[0.2543625820359416]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34905915344490107]], [[0.419064253723787]], [[0.21734233761217628]]], "std": [[[0.3744187365018908]], [[0.4669714999592799]], [[0.3369773382781763]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8268586077432238]], [[0.27293295540575246]], [[0.4928477004152778]]], "std": [[[0.3210957703757806]], [[0.3340721620792338]], [[0.2869450991883742]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45806681190994913]], [[0.7903775815719399]], [[0.4788178269700548]]], "std": [[[0.4319118056943352]], [[0.27826366922590884]], [[0.37689180183254206]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4392961641959886]], [[0.49894357171068554]], [[0.660917319289126]]], "std": [[[0.3673954542313429]], [[0.395711268463014]], [[0.3984052590025334]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.04], "mean": [1.5199999999999998], "std": [0.8833270440027672], "count": [153]}, "frame_index": {"min": [0], "max": [152], "mean": [76.0], "std": [44.16635220013836], "count": [153]}, "episode_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [153]}, "index": {"min": [58563], "max": [58715], "mean": [58639.0], "std": [44.16635220013836], "count": [153]}, "task_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [153]}}} +{"episode_index": 228, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.19515208899974823, 0.025464791804552078, 0.0073701427318155766, -0.7853981852531433, -1.930994987487793, -1.8509464263916016, -2.6528160572052, -1.283463716506958, -1.474655270576477, -2.481858253479004, 0.0, -0.5902438759803772, 0.0, 0.0, -0.5902438759803772, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.19515208899974823, 1.8341032266616821, 0.530834972858429, -0.4719560444355011, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.1179492473602295, 0.5902438759803772, 0.0, 0.5902438759803772, 0.5902438759803772, 0.0, 0.5902438759803772, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.19515225291252136, 1.6734055280685425, 0.4843257665634155, -0.6066152453422546, -1.7374470233917236, -0.544764518737793, -0.784177839756012, -0.6325817704200745, -0.3823676109313965, -2.3364765644073486, 0.09382934123277664, -0.09382934123277664, 0.09382934123277664, 0.09382934123277664, -0.09382934123277664, 0.09382934123277664, -2.3561999797821045, 1.5707992315292358, -1.0471998453140259, -1.5707992315292358, 0.0, -1.0471998453140259, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-07, 0.4120272994041443, 0.11924983561038971, 0.1314552277326584, 0.13021521270275116, 1.2027195692062378, 1.7849664688110352, 0.49107810854911804, 1.0793132781982422, 0.12313877046108246, 0.20976749062538147, 0.20976749062538147, 0.20976749062538147, 0.20976749062538147, 0.20976749062538147, 0.20976749062538147, 5.4836273193359375e-06, 2.86102294921875e-06, 2.2649765014648438e-06, 2.86102294921875e-06, 0.0, 2.2649765014648438e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [326]}, "observation.state": {"min": [-0.09926025569438934, -0.9957582354545593, -4.738396057746286e-07, 1.9676802158355713, 0.9950576424598694, -0.09925657510757446, 0.0, -0.1932453215122223, -0.002769625512883067, -4.613522435192863e-07, 0.9999951124191284, 0.7509999871253967, NaN], "max": [-0.09200866520404816, -0.9950608611106873, 0.0012017600238323212, 1.986261248588562, 0.9957582354545593, -0.09200866520404816, 0.002899179933592677, -0.1719883382320404, 0.0, 0.0014764623483642936, 1.0, 0.8122665286064148, NaN], "mean": [-0.09263479709625244, -0.9956983327865601, 9.96849630610086e-05, 1.9685571193695068, 0.9956981539726257, -0.09263454377651215, 0.00024957043933682144, -0.1734784096479416, -0.00023862443049438298, 0.00012361766130197793, 1.0, 0.7551610469818115, NaN], "std": [0.0017993916990235448, 0.00017212565580848604, 0.0002906642039306462, 0.0030903546139597893, 0.00017280470638070256, 0.0017986029852181673, 0.0007184225833043456, 0.004440162796527147, 0.0006866910262033343, 0.0003592650464270264, 1.1190616078238236e-06, 0.01251734048128128, NaN], "count": [326]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.13481737903601643]], [[0.12231296507522676]], [[0.10697754495936741]]], "std": [[[0.31377843837209995]], [[0.28688812739672037]], [[0.2544175359814411]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.476884606693127]], [[0.4249170658174696]], [[0.3615919267265745]]], "std": [[[0.410237861950443]], [[0.3740639248156089]], [[0.3279655157025]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7990731896055162]], [[0.7444035818629631]], [[0.7177802159337111]]], "std": [[[0.21189857888579916]], [[0.21614698386661707]], [[0.22097665115543336]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5864441225756744]], [[0.5250012277952459]], [[0.4861789737884826]]], "std": [[[0.29619372810884737]], [[0.2846958079308913]], [[0.2771976874076776]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6573616618084599]], [[0.5879014679227595]], [[0.5412448073514827]]], "std": [[[0.2502986973881204]], [[0.25099166936855405]], [[0.24837017366803388]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962820629910595]], [[0.9962820629910595]], [[0.9962820629910595]]], "std": [[[0.017957601575113967]], [[0.017957601575113967]], [[0.017957601575113967]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5943483438175379]], [[0.5943483438175379]], [[0.5943483438175379]]], "std": [[[0.3348587430584806]], [[0.3348587430584806]], [[0.3348587430584806]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.09366676255673775]], [[0.09366676255673775]], [[0.09366676255673775]]], "std": [[[0.0600899268469783]], [[0.0600899268469783]], [[0.0600899268469783]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13746596874788355]], [[0.13746596874788355]], [[0.13746596874788355]]], "std": [[[0.2810593369413766]], [[0.2810593369413766]], [[0.2810593369413766]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15467292567312482]], [[0.15467292567312482]], [[0.15467292567312482]]], "std": [[[0.23624142577295748]], [[0.23624142577295748]], [[0.23624142577295748]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0917977108424848]], [[0.06927241162187663]], [[0.09460978574939431]]], "std": [[[0.2547269874287381]], [[0.21222439851252103]], [[0.27983803050098116]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.525914790607601]], [[0.24106236408588264]], [[0.21530324799117007]]], "std": [[[0.48032177379484653]], [[0.34512624129100866]], [[0.2834858855014112]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7754663080512121]], [[0.663202151692728]], [[0.2237986026872019]]], "std": [[[0.38173358171926164]], [[0.2238203228862742]], [[0.2516671555110037]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5244764288123512]], [[0.5676453328022498]], [[0.3688493258525667]]], "std": [[[0.3951294123993513]], [[0.3863337357933834]], [[0.3748266852149098]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.495209918117926]], [[0.4586435524656154]], [[0.576085004201058]]], "std": [[[0.38321758804937206]], [[0.36847144031855333]], [[0.42476989199810555]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.5], "mean": [3.25], "std": [1.8821530224718712], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [326]}, "index": {"min": [58716], "max": [59041], "mean": [58878.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [326]}}} +{"episode_index": 229, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.22057797014713287, 0.025464791804552078, 0.007938897237181664, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, -1.4417877197265625, 1.0471975803375244, -4.40867805480957, 0.0, -0.4682926833629608, 0.0, 0.0, -0.4682926833629608, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.22057797014713287, 1.7414872646331787, 0.5429256558418274, -0.04507281631231308, -1.0304378271102905, 1.5196573734283447, 2.369772434234619, 0.0, 1.3848142623901367, -2.481858253479004, 0.4682926833629608, 0.0, 0.4682926833629608, 0.4682926833629608, 0.0, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.22057753801345825, 1.522923231124878, 0.47478586435317993, -0.38265764713287354, -1.3115458488464355, 1.2767088413238525, 1.9926505088806152, -0.7354404330253601, 1.2291715145111084, -3.548016309738159, 0.0896148532629013, -0.0896148532629013, 0.0896148532629013, 0.0896148532629013, -0.0896148532629013, 0.0896148532629013, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.3213367462158203e-07, 0.45249035954475403, 0.14106778800487518, 0.32282334566116333, 0.21446889638900757, 0.18189369142055511, 0.3401001989841461, 0.5976587533950806, 0.1441706269979477, 0.8487003445625305, 0.17893020808696747, 0.17893020808696747, 0.17893020808696747, 0.17893020808696747, 0.17893020808696747, 0.17893020808696747, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [216]}, "observation.state": {"min": [0.6364418864250183, 0.7689706683158875, -0.0028285342268645763, 1.459012508392334, -0.771324634552002, 0.6364418864250183, -4.355484417573052e-09, -0.27369216084480286, -7.319369643710161e-08, -8.186233202422954e-08, 0.9999939799308777, 0.7509999871253967, NaN], "max": [0.6392778158187866, 0.771324634552002, 1.0972596697911285e-07, 1.4656084775924683, -0.7689685821533203, 0.6392834782600403, 0.0020044567063450813, -0.2309732586145401, 0.00334496540017426, 0.0009067266364581883, 1.0, 0.7961359024047852, NaN], "mean": [0.6367363929748535, 0.771081268787384, -0.00029279961017891765, 1.4593783617019653, -0.7710810899734497, 0.6367369294166565, 0.00020724255591630936, -0.2345382571220398, 0.00034647699794732034, 9.29236484807916e-05, 1.0, 0.754580557346344, NaN], "std": [0.0007620209362357855, 0.0006320188986137509, 0.0007593921618536115, 0.0011495871003717184, 0.00063250248786062, 0.0007633276982232928, 0.0005377147463150322, 0.009609856642782688, 0.0008985179010778666, 0.00024182425113394856, 1.5076896033860976e-06, 0.009807906113564968, NaN], "count": [216]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.100832379461822]], [[0.0873329873244055]], [[0.06734776244207201]]], "std": [[[0.2583227512955486]], [[0.22650384755336145]], [[0.17762612618559617]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669867168781948]], [[0.31547837544785023]], [[0.23881105297356453]]], "std": [[[0.38625309161825805]], [[0.33956003704725185]], [[0.26759099492251]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104866910616372]], [[0.3914812508088629]], [[0.374104829976175]]], "std": [[[0.28666221761672284]], [[0.28875772068489375]], [[0.29086500393577724]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.524648601781946]], [[0.49889008785005745]], [[0.4759088695633515]]], "std": [[[0.3116460302506427]], [[0.31629255072592316]], [[0.3200118540035849]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5500966652383741]], [[0.5127597551383333]], [[0.46632798293559075]]], "std": [[[0.36335051338062024]], [[0.35488765426197155]], [[0.3463987181702232]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949968490388529]], [[0.9949968490388529]], [[0.9949968490388529]]], "std": [[[0.02159454022190132]], [[0.02159454022190132]], [[0.02159454022190132]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.60616555454301]], [[0.60616555454301]], [[0.60616555454301]]], "std": [[[0.3377816116970379]], [[0.3377816116970379]], [[0.3377816116970379]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.08899443502307733]], [[0.08899443502307733]], [[0.08899443502307733]]], "std": [[[0.061575710185895305]], [[0.061575710185895305]], [[0.061575710185895305]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.04807066494735099]], [[0.04807066494735099]], [[0.04807066494735099]]], "std": [[[0.04685495200720726]], [[0.04685495200720726]], [[0.04685495200720726]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2414724611092]], [[0.2414724611092]], [[0.2414724611092]]], "std": [[[0.34193238580393964]], [[0.34193238580393964]], [[0.34193238580393964]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10354042638224197]], [[0.036341163461725445]], [[0.07946416896501085]]], "std": [[[0.28373929488002536]], [[0.13166973250195563]], [[0.2519192673555191]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3651217663085206]], [[0.27305676356928327]], [[0.27866749950210923]]], "std": [[[0.4525068227294512]], [[0.3898528389246927]], [[0.2974464750734651]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25943387306702714]], [[0.7460407003059765]], [[0.7171523062903217]]], "std": [[[0.30279748339348506]], [[0.24311545993825895]], [[0.36598772182309225]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.592785574378173]], [[0.6717901107161514]], [[0.4381299343991213]]], "std": [[[0.3996551650268216]], [[0.3350893205771661]], [[0.4221578460677643]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5617169338512739]], [[0.6055515375604091]], [[0.28681301905530177]]], "std": [[[0.4237924720961936]], [[0.4012612952748874]], [[0.3470636853731056]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.3], "mean": [2.15], "std": [1.247063216788414], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [216]}, "index": {"min": [59042], "max": [59257], "mean": [59149.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [216]}}} +{"episode_index": 230, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35612836480140686, 0.025464791804552078, 0.020767200738191605, -0.7853982448577881, -1.5707964897155762, 0.6910318732261658, -1.6488789319992065, -2.8911895751953125, 0.2784489691257477, -5.969964981079102, 0.0, -0.5951219797134399, 0.0, 0.0, -0.5951219797134399, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35612836480140686, 0.8725205659866333, 0.7115632891654968, 0.48138418793678284, 2.1061761379241943, 1.0471975803375244, 1.5707964897155762, 0.0, 1.0471975803375244, -2.481858253479004, 0.5951219797134399, 0.0, 0.5951219797134399, 0.5951219797134399, 0.0, 0.5951219797134399, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3561277985572815, 0.8216712474822998, 0.6700924038887024, -0.03330522030591965, 0.5099257230758667, 0.8806238770484924, -0.12986761331558228, -1.5694762468338013, 0.6717443466186523, -4.401393890380859, 0.06637058407068253, -0.06637058407068253, 0.06637058407068253, 0.06637058407068253, -0.06637058407068253, 0.06637058407068253, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 0.16336823999881744, 0.13323092460632324, 0.5007554888725281, 1.4816532135009766, 0.14439259469509125, 1.3203614950180054, 1.1864821910858154, 0.292818546295166, 1.4260534048080444, 0.1771026849746704, 0.1771026849746704, 0.1771026849746704, 0.1771026849746704, 0.1771026849746704, 0.1771026849746704, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [231]}, "observation.state": {"min": [0.14019997417926788, 0.9900854229927063, -0.0008544280426576734, 1.27422297000885, -0.9901224374771118, 0.1402008980512619, -0.0, -0.25622862577438354, -0.0, -6.122895257476557e-08, 0.9999989867210388, 0.7509999871253967, NaN], "max": [0.1404663622379303, 0.9901228547096252, 5.7677443265902184e-08, 1.2798175811767578, -0.9900854229927063, 0.1404663622379303, 0.0011428173165768385, -0.23545581102371216, 0.0012513254769146442, 0.0006857573171146214, 1.0, 0.8161352872848511, NaN], "mean": [0.14045405387878418, 0.9900849461555481, -4.075652395840734e-05, 1.2796615362167358, -0.9900848865509033, 0.14045408368110657, 5.448357478599064e-05, -0.23628033697605133, 5.966137541690841e-05, 3.271198147558607e-05, 1.0, 0.7536066174507141, NaN], "std": [4.999098018743098e-05, 7.381532213912578e-06, 0.00016202213009819388, 0.0007380450842902064, 7.329388608923182e-06, 4.984075712854974e-05, 0.00021660207130480558, 0.003363550640642643, 0.00023718336888123304, 0.00013004487846046686, 1.7520818573757424e-07, 0.010603622533380985, NaN], "count": [231]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.09703311157916195]], [[0.09457188570171751]], [[0.09244894121938643]]], "std": [[[0.25142612494126404]], [[0.2476304101000333]], [[0.24493232638670612]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3420164649287094]], [[0.32832835576691605]], [[0.31463763008024587]]], "std": [[[0.37119890984973963]], [[0.36886257510643294]], [[0.3704427106840095]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.434327646314502]], [[0.4196413952742959]], [[0.4087140739131397]]], "std": [[[0.2763410838600673]], [[0.2795961556535306]], [[0.2858065105203785]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5729008181501799]], [[0.5370583501140959]], [[0.5053786202692835]]], "std": [[[0.3014341068245155]], [[0.31568833334207075]], [[0.33224472175648356]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5935464667861605]], [[0.550542501765249]], [[0.5139000785225687]]], "std": [[[0.3053104730512469]], [[0.32870851286435065]], [[0.3558581717880746]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951909828464062]], [[0.9951909828464062]], [[0.9951909828464062]]], "std": [[[0.020890210760583134]], [[0.020890210760583134]], [[0.020890210760583134]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5938161700164488]], [[0.5938161700164488]], [[0.5938161700164488]]], "std": [[[0.33876891045990354]], [[0.33876891045990354]], [[0.33876891045990354]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20902962600860597]], [[0.20902962600860597]], [[0.20902962600860597]]], "std": [[[0.23083432179724173]], [[0.23083432179724173]], [[0.23083432179724173]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.061617041878479786]], [[0.061617041878479786]], [[0.061617041878479786]]], "std": [[[0.11827290454815295]], [[0.11827290454815295]], [[0.11827290454815295]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12181911377457517]], [[0.12181911377457517]], [[0.12181911377457517]]], "std": [[[0.11164739243790975]], [[0.11164739243790975]], [[0.11164739243790975]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14000058472826563]], [[0.05961416115298758]], [[0.07909055308454217]]], "std": [[[0.3401468518149316]], [[0.17524658032295676]], [[0.25073884710280725]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42668264476886136]], [[0.23362252974100964]], [[0.34922863210466637]]], "std": [[[0.419693875060663]], [[0.37222147717939763]], [[0.41103238588083524]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33697750204353144]], [[0.5971764062144813]], [[0.6838998451677104]]], "std": [[[0.31968095858345386]], [[0.3848718779769388]], [[0.42083622855846103]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5376090005237073]], [[0.5736608589470465]], [[0.5767667356672843]]], "std": [[[0.3868985004541515]], [[0.40179284697000345]], [[0.39210071316504763]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5082695530248623]], [[0.6864100259439639]], [[0.3327332894787134]]], "std": [[[0.4248065979054324]], [[0.34227691113238695]], [[0.3323598185696894]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.6], "mean": [2.3], "std": [1.3336666250104132], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [231]}, "index": {"min": [59258], "max": [59488], "mean": [59373.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [231]}}} +{"episode_index": 231, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.267001211643219, 0.025464791804552078, 0.006575106177479029, -0.7853981852531433, -1.5707963705062866, 0.2548390030860901, 1.2600973844528198, -0.42409899830818176, -1.7706397771835327, -2.848952293395996, 0.0, -0.6487804651260376, 0.0, 0.0, -0.6487804651260376, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.267001211643219, 1.8281962871551514, 0.47204726934432983, 0.05966946855187416, -0.6039267778396606, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.6487804651260376, 0.0, 0.6487804651260376, 0.6487804651260376, 0.0, 0.6487804651260376, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2670018672943115, 1.610411286354065, 0.4158141016960144, -0.3459007441997528, -1.0487233400344849, 0.6264596581459045, 1.469030737876892, -0.21833059191703796, -0.39739635586738586, -2.661574363708496, 0.09525974839925766, -0.09525974839925766, 0.09525974839925766, 0.09525974839925766, -0.09525974839925766, 0.09525974839925766, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.4655947685241699, 0.1202179417014122, 0.36916524171829224, 0.42525792121887207, 0.34763646125793457, 0.1075870618224144, 0.18527673184871674, 1.2062253952026367, 0.14969398081302643, 0.21917925775051117, 0.21917925775051117, 0.21917925775051117, 0.21917925775051117, 0.21917925775051117, 0.21917925775051117, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [239]}, "observation.state": {"min": [-0.405521422624588, 0.9140854477882385, -0.00044541439274325967, 2.0773656368255615, -0.9142817258834839, -0.40552079677581787, -0.0001420760090695694, -0.31938275694847107, -0.0, -0.0009818804683163762, 0.9999993443489075, 0.7509999871253967, NaN], "max": [-0.4050789177417755, 0.9142817258834839, 0.0010367849608883262, 2.1238503456115723, -0.9140852093696594, -0.4050789177417755, 0.0010532067390158772, -0.30084651708602905, 0.0007820961182005703, 0.0008342445944435894, 1.0, 0.7711890339851379, NaN], "mean": [-0.40511462092399597, 0.9142650961875916, 6.415683310478926e-05, 2.080038070678711, -0.914264976978302, -0.40511462092399597, 1.996769969991874e-05, -0.30182337760925293, 4.425999941304326e-05, -5.055040310253389e-05, 1.0, 0.7521728873252869, NaN], "std": [0.00010751567606348544, 4.7760189772816375e-05, 0.00023078783124219626, 0.008861655369400978, 4.772626925841905e-05, 0.0001075327381840907, 0.00013423323980532587, 0.003327768761664629, 0.00014597114932257682, 0.00022354982502292842, 1.2552611394767155e-07, 0.0038724872283637524, NaN], "count": [239]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12594438644100986]], [[0.12485517179410323]], [[0.12366660296347258]]], "std": [[[0.2997707374535134]], [[0.29782504295729556]], [[0.2958157278302961]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4101100308390515]], [[0.40423260249005727]], [[0.3970423505539831]]], "std": [[[0.39455229456580176]], [[0.39379565963371554]], [[0.39329472105588886]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7645740368579975]], [[0.756985177272578]], [[0.7493987491374923]]], "std": [[[0.23265976770030514]], [[0.233019259197259]], [[0.23303106652509797]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5004244456648635]], [[0.49164947686266464]], [[0.4840224664401515]]], "std": [[[0.3125272363491623]], [[0.3118917595561834]], [[0.31131194221366165]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5954981945173679]], [[0.5822481420460527]], [[0.5700341154073887]]], "std": [[[0.2864449402444215]], [[0.29467663699751373]], [[0.30207596773733913]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962298438064737]], [[0.9962298438064737]], [[0.9962298438064737]]], "std": [[[0.01827861831346523]], [[0.01827861831346523]], [[0.01827861831346523]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6048203643688589]], [[0.6048203643688589]], [[0.6048203643688589]]], "std": [[[0.33798066771368623]], [[0.33798066771368623]], [[0.33798066771368623]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.10148683254978405]], [[0.10148683254978405]], [[0.10148683254978405]]], "std": [[[0.062588296565825]], [[0.062588296565825]], [[0.062588296565825]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16771077542880633]], [[0.16771077542880633]], [[0.16771077542880633]]], "std": [[[0.2983248032461189]], [[0.2983248032461189]], [[0.2983248032461189]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16459266635418573]], [[0.16459266635418573]], [[0.16459266635418573]]], "std": [[[0.19345581805972006]], [[0.19345581805972006]], [[0.19345581805972006]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14698347002697662]], [[0.061572919034581446]], [[0.0285229173917096]]], "std": [[[0.3503176852685146]], [[0.16189636356226464]], [[0.11647310983606744]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2067919017817448]], [[0.2997887749607555]], [[0.4024204383986761]]], "std": [[[0.3442113812330746]], [[0.382334597756625]], [[0.4285388160437915]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24461663082523802]], [[0.9012470295871161]], [[0.344268556572795]]], "std": [[[0.26379585772527997]], [[0.25802566934915955]], [[0.2346384277055382]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4957758841165138]], [[0.6018551831936222]], [[0.31169714026303386]]], "std": [[[0.4441229502494668]], [[0.40090329315019296]], [[0.30143213541755937]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6804962438585092]], [[0.4700148461970199]], [[0.4143573199328635]]], "std": [[[0.4053193161023403]], [[0.39033532091224926]], [[0.3704247866493994]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.76], "mean": [2.38], "std": [1.3798550648528272], "count": [239]}, "frame_index": {"min": [0], "max": [238], "mean": [119.0], "std": [68.99275324264136], "count": [239]}, "episode_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [239]}, "index": {"min": [59489], "max": [59727], "mean": [59608.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [239]}}} +{"episode_index": 232, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2436690479516983, 0.025464791804552078, 0.015781480818986893, -2.413106918334961, -1.5707963705062866, 1.0471975803375244, 1.3402811288833618, -0.7485020756721497, -0.23276111483573914, -2.609020233154297, 0.0, -0.2926829159259796, 0.0, 0.0, -0.2926829159259796, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2436690479516983, 0.6949959993362427, 0.4307149052619934, -0.7853981852531433, -0.6009851694107056, 2.0908048152923584, 1.5942306518554688, 0.0, 1.0471975803375244, -2.481858253479004, 0.2926829159259796, 0.0, 0.2926829159259796, 0.2926829159259796, 0.0, 0.2926829159259796, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24366910755634308, 0.6477380394935608, 0.40142619609832764, -1.7933878898620605, -0.9267367124557495, 1.6684527397155762, 1.494937539100647, -0.4628846049308777, 0.1961265355348587, -2.5512983798980713, 0.07547304034233093, -0.07547304034233093, 0.07547304034233093, 0.07547304034233093, -0.07547304034233093, 0.07547304034233093, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.13918645679950714, 0.0862591341137886, 0.6340996026992798, 0.41103604435920715, 0.38955825567245483, 0.08373364061117172, 0.29199373722076416, 0.5248634815216064, 0.04362168535590172, 0.12559774518013, 0.12559774518013, 0.12559774518013, 0.12559774518013, 0.12559774518013, 0.12559774518013, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [157]}, "observation.state": {"min": [-0.8896898627281189, -0.45899397134780884, -0.0033282500226050615, 1.882197380065918, 0.45656540989875793, -0.8896898627281189, -0.003685279516503215, -0.11856810748577118, -0.0012706932611763477, -0.004798108246177435, 0.9999877214431763, 0.7509999871253967, NaN], "max": [-0.8884331583976746, -0.45656540989875793, 0.0, 1.932021975517273, 0.459004282951355, -0.8884264230728149, 0.0, -0.11844049394130707, 0.0, 0.0, 1.0, 0.775141716003418, NaN], "mean": [-0.8895020484924316, -0.45692744851112366, -0.0004948981222696602, 1.9262776374816895, 0.4569286108016968, -0.8895013928413391, -0.0005480964318849146, -0.118544802069664, -0.00018849832122214139, -0.0007140043308027089, 0.9999983310699463, 0.754328727722168, NaN], "std": [0.0003910345258191228, 0.0007564754923805594, 0.0010356840211898088, 0.01270585972815752, 0.0007592701003886759, 0.00039285991806536913, 0.0011472866171970963, 3.3198979508597404e-05, 0.00039466735324822366, 0.0014943713322281837, 3.4143306493206182e-06, 0.006963133346289396, NaN], "count": [157]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0879328581745615]], [[0.0768417190206338]], [[0.06561102963807867]]], "std": [[[0.21837327314828034]], [[0.19609452610236647]], [[0.1722204680738309]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27929421554880973]], [[0.2364824625106703]], [[0.19743270629273563]]], "std": [[[0.27906736296898993]], [[0.2534927663974799]], [[0.23126258669519767]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.6099612483412024]], [[0.5551986620988123]], [[0.49472005933114327]]], "std": [[[0.26477462514967487]], [[0.25897212724310376]], [[0.2468779948961515]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965188122237712]], [[0.5297950460372925]], [[0.46184235672313456]]], "std": [[[0.25424455724085143]], [[0.25831842348315587]], [[0.264668625877418]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49349697007492166]], [[0.4118577313213853]], [[0.34015032746794555]]], "std": [[[0.22372345339343777]], [[0.2371282556204796]], [[0.24423239581635645]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961620890892522]], [[0.9961620890892522]], [[0.9961620890892522]]], "std": [[[0.018267482873623366]], [[0.018267482873623366]], [[0.018267482873623366]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.600379421588409]], [[0.600379421588409]], [[0.600379421588409]]], "std": [[[0.33577444353175523]], [[0.33577444353175523]], [[0.33577444353175523]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20670774516844803]], [[0.20670774516844803]], [[0.20670774516844803]]], "std": [[[0.19786849406553053]], [[0.19786849406553053]], [[0.19786849406553053]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16335704433272916]], [[0.16335704433272916]], [[0.16335704433272916]]], "std": [[[0.2256103884085181]], [[0.2256103884085181]], [[0.2256103884085181]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15162513151356777]], [[0.15162513151356777]], [[0.15162513151356777]]], "std": [[[0.1417959544980364]], [[0.1417959544980364]], [[0.1417959544980364]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09641773335988751]], [[0.10136297476481787]], [[0.03296726259328327]]], "std": [[[0.28067950854599866]], [[0.268395715694545]], [[0.11252915759451547]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31728939690509766]], [[0.4306326934179848]], [[0.324395836895683]]], "std": [[[0.4266168595099882]], [[0.4037244118400372]], [[0.43187365826947705]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7260633317038727]], [[0.8435243289203784]], [[0.19691537064194714]]], "std": [[[0.3112336527971614]], [[0.31857906717765255]], [[0.2723151774229729]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6182823312150345]], [[0.39825152166813854]], [[0.6358975947685596]]], "std": [[[0.41966396962567665]], [[0.38358016254471883]], [[0.3546198019022433]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7717491730319569]], [[0.4694863524288687]], [[0.47266472070172755]]], "std": [[[0.37838602488966316]], [[0.3750838400315794]], [[0.3564772333607416]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.12], "mean": [1.5599999999999998], "std": [0.9064215354899728], "count": [157]}, "frame_index": {"min": [0], "max": [156], "mean": [78.0], "std": [45.32107677449864], "count": [157]}, "episode_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [157]}, "index": {"min": [59728], "max": [59884], "mean": [59806.0], "std": [45.32107677449864], "count": [157]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [157]}}} +{"episode_index": 233, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3713471591472626, 0.025464791804552078, 0.0026709099765866995, -0.7853981852531433, -1.5707963705062866, 0.5282217860221863, 0.2976284325122833, -0.6080064177513123, 0.07830418646335602, -2.481858253479004, 0.0, -0.30243903398513794, 0.0, 0.0, -0.30243903398513794, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3713471591472626, 1.6609995365142822, 0.17421625554561615, -0.5119987726211548, -0.35344550013542175, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.002727746963501, 0.30243903398513794, 0.0, 0.30243903398513794, 0.30243903398513794, 0.0, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3713461458683014, 1.4933134317398071, 0.1566278338432312, -0.6687315702438354, -0.8030580282211304, 0.8116241097450256, 0.8646405935287476, -0.3487180769443512, 0.44519102573394775, -2.2914419174194336, 0.09495173394680023, -0.09495173394680023, 0.09495173394680023, 0.09495173394680023, -0.09495173394680023, 0.09495173394680023, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 0.395748496055603, 0.041508644819259644, 0.09151604771614075, 0.4809853434562683, 0.17332521080970764, 0.4650304615497589, 0.2188914269208908, 0.3702760338783264, 0.16213461756706238, 0.1388624608516693, 0.1388624608516693, 0.1388624608516693, 0.1388624608516693, 0.1388624608516693, 0.1388624608516693, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [256]}, "observation.state": {"min": [-0.8002741932868958, 0.5995631814002991, 0.0, 1.8853617906570435, -0.6015956997871399, -0.8002423644065857, -0.008587083779275417, -0.1771717369556427, 0.0, -0.013498087413609028, 0.9999019503593445, 0.7509999871253967, NaN], "max": [-0.7988007068634033, 0.6015956997871399, 0.011095564812421799, 1.894147276878357, -0.5996280908584595, -0.7988007068634033, 6.135358887604525e-08, -0.13005433976650238, 0.003812110982835293, 0.0, 1.0, 0.7885640263557434, NaN], "mean": [-0.7990597486495972, 0.6012360453605652, 0.0020964385475963354, 1.8928582668304443, -0.6012498736381531, -0.7990540862083435, -0.0016535999020561576, -0.13488128781318665, 0.0006843879236839712, -0.0025809507351368666, 0.9999852776527405, 0.7592193484306335, NaN], "std": [0.0004765296762343496, 0.0006610199925489724, 0.003751706564798951, 0.002525665331631899, 0.0006369047332555056, 0.0004657339595723897, 0.002937508514150977, 0.01088903471827507, 0.0012536491267383099, 0.004596997052431107, 2.9802691642544232e-05, 0.014015727676451206, NaN], "count": [256]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.1292331101039301]], [[0.11541900138872964]], [[0.10600767925240615]]], "std": [[[0.3018085524540583]], [[0.27162203233416166]], [[0.25256032504259074]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4490014839491421]], [[0.39104904005992125]], [[0.3515236570193208]]], "std": [[[0.38911145258990115]], [[0.34895793693542343]], [[0.3255995143268785]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7377602587288464]], [[0.7061753447181]], [[0.69107099821564]]], "std": [[[0.2302968698215221]], [[0.23461374236593885]], [[0.23948072948861446]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965094686415998]], [[0.5590194737311498]], [[0.536758325504546]]], "std": [[[0.20054866282359696]], [[0.2105477438632168]], [[0.21965628577166146]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5019545467651854]], [[0.43114583002244367]], [[0.38902284664763614]]], "std": [[[0.31883759781674365]], [[0.29399907261735037]], [[0.28456441807197413]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966587232136451]], [[0.9966587232136451]], [[0.9966587232136451]]], "std": [[[0.01679847900023159]], [[0.01679847900023159]], [[0.01679847900023159]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5836202417905023]], [[0.5836202417905023]], [[0.5836202417905023]]], "std": [[[0.3364528091359353]], [[0.3364528091359353]], [[0.3364528091359353]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.12481346698934011]], [[0.12481346698934011]], [[0.12481346698934011]]], "std": [[[0.07713299377124136]], [[0.07713299377124136]], [[0.07713299377124136]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07398547030727068]], [[0.07398547030727068]], [[0.07398547030727068]]], "std": [[[0.07088195734371978]], [[0.07088195734371978]], [[0.07088195734371978]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3331919792984736]], [[0.3331919792984736]], [[0.3331919792984736]]], "std": [[[0.36012655842461117]], [[0.36012655842461117]], [[0.36012655842461117]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06498745851748586]], [[0.07987497812298204]], [[0.09621678264000788]]], "std": [[[0.17039689160610808]], [[0.2536434676094744]], [[0.28108710000443604]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39791835262198993]], [[0.2935928306413705]], [[0.3095289544428284]]], "std": [[[0.45910739975994524]], [[0.40262371785021955]], [[0.3263476152150596]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3347315004247997]], [[0.8052849390226321]], [[0.3090665738611713]]], "std": [[[0.2854238052697913]], [[0.36094990766860446]], [[0.35503555711481927]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3214732979680022]], [[0.5816836029990123]], [[0.6733192462101628]]], "std": [[[0.3661416952282384]], [[0.3052313276546813]], [[0.41007691936051954]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4820082586161923]], [[0.47212277416010695]], [[0.3468117342624612]]], "std": [[[0.45280603069142]], [[0.42166600565020174]], [[0.34299040427584243]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.1], "mean": [2.55], "std": [1.4780054127099804], "count": [256]}, "frame_index": {"min": [0], "max": [255], "mean": [127.5], "std": [73.90027063549903], "count": [256]}, "episode_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [256]}, "index": {"min": [59885], "max": [60140], "mean": [60012.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [256]}}} +{"episode_index": 234, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2570610046386719, 0.025464791804552078, 0.006660202518105507, -2.375343084335327, -1.5707963705062866, -2.013035535812378, 0.8029977679252625, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.3268292546272278, 0.0, 0.0, -0.3268292546272278, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2570610046386719, 1.7584575414657593, 0.45991674065589905, -0.7853981852531433, -0.37144380807876587, 1.0471975803375244, 1.5707963705062866, 2.2162530422210693, 1.9951423406600952, 0.6134095191955566, 0.3268292546272278, 0.0, 0.3268292546272278, 0.3268292546272278, 0.0, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2570610046386719, 1.5406336784362793, 0.40294551849365234, -1.5617238283157349, -1.0266021490097046, -0.4235084056854248, 1.256728172302246, 1.012802243232727, 1.4383273124694824, -0.9292240738868713, 0.03263768181204796, -0.03263768181204796, 0.03263768181204796, 0.03263768181204796, -0.03263768181204796, 0.03263768181204796, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.45461753010749817, 0.11890356242656708, 0.6404623985290527, 0.4489082098007202, 1.208060383796692, 0.2721061706542969, 0.8446720838546753, 0.34951087832450867, 1.2674590349197388, 0.09476810693740845, 0.09476810693740845, 0.09476810693740845, 0.09476810693740845, 0.09476810693740845, 0.09476810693740845, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [221]}, "observation.state": {"min": [-0.5779063105583191, -0.817742109298706, -0.001306095626205206, 1.827745795249939, 0.8161030411720276, -0.5779058933258057, -0.0007877410389482975, -0.1813783347606659, -0.0013499325141310692, -0.0007948452839627862, 0.9999988675117493, 0.7509999871253967, NaN], "max": [-0.5755833387374878, -0.8161029815673828, 0.0, 1.8465546369552612, 0.8177419900894165, -0.5755844712257385, 0.000755529326852411, -0.17478127777576447, 0.0004023939836770296, 0.0, 1.0, 0.816877007484436, NaN], "mean": [-0.5774437189102173, -0.816430926322937, -7.25507561583072e-05, 1.828538417816162, 0.816430926322937, -0.5774437785148621, 2.4557895812904462e-05, -0.18101553618907928, -6.188217230373994e-05, -4.5169625082053244e-05, 1.0, 0.7536367177963257, NaN], "std": [0.00037491830880753696, 0.00026448507560417056, 0.00026685907505452633, 0.0031209480948746204, 0.00026448871358297765, 0.000374732626369223, 0.00015102053293958306, 0.0013581063831225038, 0.000257291627349332, 0.00016679029795341194, 2.018705487216721e-07, 0.010570256970822811, NaN], "count": [221]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13873357111388723]], [[0.13359224993646443]], [[0.13057598550517638]]], "std": [[[0.3239847436462524]], [[0.313617688933819]], [[0.30742048640581143]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4703159276090314]], [[0.45022045730846627]], [[0.4374643768385915]]], "std": [[[0.42794100959902165]], [[0.41668019069095075]], [[0.41050052272317356]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.8140251862312586]], [[0.7679292612910559]], [[0.7547757064181304]]], "std": [[[0.18121005279107924]], [[0.18372166429502673]], [[0.1841275335447252]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5950561560419797]], [[0.5690145209754501]], [[0.5573245168112729]]], "std": [[[0.29014027811395526]], [[0.291122711025053]], [[0.29318986868836316]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5967361916621237]], [[0.5719622166297523]], [[0.5583569229613805]]], "std": [[[0.36313842930952134]], [[0.36021714527184084]], [[0.36067873068041073]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958374321309522]], [[0.9958374321309522]], [[0.9958374321309522]]], "std": [[[0.019207201896403184]], [[0.019207201896403184]], [[0.019207201896403184]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5987875310720712]], [[0.5987875310720712]], [[0.5987875310720712]]], "std": [[[0.3347719375076681]], [[0.3347719375076681]], [[0.3347719375076681]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.06733373969265556]], [[0.06733373969265556]], [[0.06733373969265556]]], "std": [[[0.053289603499435026]], [[0.053289603499435026]], [[0.053289603499435026]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.035882591660514274]], [[0.035882591660514274]], [[0.035882591660514274]]], "std": [[[0.047304613724483545]], [[0.047304613724483545]], [[0.047304613724483545]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2514518346855174]], [[0.2514518346855174]], [[0.2514518346855174]]], "std": [[[0.3423034390132714]], [[0.3423034390132714]], [[0.3423034390132714]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12557489316303794]], [[0.02868540211132502]], [[0.1393262951362276]]], "std": [[[0.30251788462292456]], [[0.11806586674114013]], [[0.3324457856276198]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37333700129619235]], [[0.3705730873451258]], [[0.2761535837070028]]], "std": [[[0.36950260201188706]], [[0.4447904593402111]], [[0.40446187523874844]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9275674968869255]], [[0.7377703828427853]], [[0.16330392928006673]]], "std": [[[0.21691538354152032]], [[0.30739169000929517]], [[0.21636468628399388]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7598106781305594]], [[0.4441392685934536]], [[0.5904734649374267]]], "std": [[[0.35169311483679444]], [[0.3824966017153281]], [[0.3795935167905208]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3608779131638292]], [[0.4825653303077669]], [[0.5142882710349623]]], "std": [[[0.3451522569530146]], [[0.42773623977480896]], [[0.4181020864423526]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.4], "mean": [2.1999999999999997], "std": [1.2759310326189266], "count": [221]}, "frame_index": {"min": [0], "max": [220], "mean": [110.0], "std": [63.796551630946325], "count": [221]}, "episode_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [221]}, "index": {"min": [60141], "max": [60361], "mean": [60251.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [221]}}} +{"episode_index": 235, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.26494184136390686, 0.025464791804552078, 0.012799272313714027, -1.5391384363174438, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, -0.7556395530700684, 1.0471975803375244, -4.032016754150391, 0.0, -0.6634146571159363, 0.0, 0.0, -0.6634146571159363, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.26494184136390686, 1.1701420545578003, 0.5881441235542297, -0.7853981852531433, -1.1528266668319702, 1.6979504823684692, 1.9118471145629883, 0.0, 1.5198826789855957, -2.481858253479004, 0.6634146571159363, 0.0, 0.6634146571159363, 0.6634146571159363, 0.0, 0.6634146571159363, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.26494210958480835, 1.0474733114242554, 0.5264872312545776, -1.229947805404663, -1.3429404497146606, 1.4205867052078247, 1.7250866889953613, -0.4212093949317932, 1.2876300811767578, -3.3958218097686768, 0.14538811147212982, -0.14538811147212982, 0.14538811147212982, 0.14538811147212982, -0.14538811147212982, 0.14538811147212982, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 0.282724529504776, 0.14210455119609833, 0.32877880334854126, 0.17195747792720795, 0.27320706844329834, 0.12734593451023102, 0.3156956732273102, 0.17698298394680023, 0.6711705923080444, 0.2615191638469696, 0.2615191638469696, 0.2615191638469696, 0.2615191638469696, 0.2615191638469696, 0.2615191638469696, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [173]}, "observation.state": {"min": [0.6886076927185059, 0.7229195833206177, -2.2156574175369315e-07, 1.233097791671753, -0.7251340746879578, 0.6886076927185059, -0.0006898225983604789, -0.3093845248222351, -0.002690361812710762, -0.0018205501837655902, 0.999994695186615, 0.7509999871253967, NaN], "max": [0.6909249424934387, 0.7251340746879578, 0.0031744963489472866, 1.2422384023666382, -0.7229215502738953, 0.6909297704696655, 7.587065198322307e-08, -0.30402079224586487, 2.075882719054789e-07, 1.0841975495168299e-07, 1.0, 0.8199153542518616, NaN], "mean": [0.6888471841812134, 0.7249056696891785, 0.0003288191510364413, 1.241320252418518, -0.7249059081077576, 0.6888476014137268, -7.094531611073762e-05, -0.3087243139743805, -0.00027835802757181227, -0.00018887074838858098, 1.0, 0.7568848133087158, NaN], "std": [0.0006230489234440029, 0.0005949253682047129, 0.0008531140629202127, 0.0023433284368366003, 0.0005944672739133239, 0.0006241860100999475, 0.00018449602066539228, 0.0016124891117215157, 0.0007223805296234787, 0.000489907106384635, 1.3274739103508182e-06, 0.01575007103383541, NaN], "count": [173]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10725191528682194]], [[0.10256760216483571]], [[0.09736362654907728]]], "std": [[[0.27376130742530225]], [[0.26578630646810747]], [[0.2569227805241999]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38751348194282675]], [[0.36518522005430193]], [[0.3429127420469915]]], "std": [[[0.403448145244548]], [[0.39645811775768236]], [[0.3917958944296273]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4503144510360486]], [[0.4060000697382335]], [[0.3671032561720013]]], "std": [[[0.2517565786623895]], [[0.25478105784564176]], [[0.2688006554695584]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5401993963619441]], [[0.516575709234482]], [[0.497839985623195]]], "std": [[[0.31922990793803535]], [[0.32500368042162925]], [[0.33315262088923425]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46789165092527213]], [[0.4326177774827314]], [[0.3994987725400341]]], "std": [[[0.3377777666379603]], [[0.3404779105818469]], [[0.3473952797444159]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996991319601607]], [[0.996991319601607]], [[0.996991319601607]]], "std": [[[0.01555489292548922]], [[0.01555489292548922]], [[0.01555489292548922]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5847230875798217]], [[0.5847230875798217]], [[0.5847230875798217]]], "std": [[[0.3318275712924136]], [[0.3318275712924136]], [[0.3318275712924136]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3058823529411765]], [[0.3058823529411765]], [[0.3058823529411765]]], "mean": [[[0.12023183671060846]], [[0.12023183671060846]], [[0.12023183671060846]]], "std": [[[0.08048908552761369]], [[0.08048908552761369]], [[0.08048908552761369]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.30980392156862746]], [[0.30980392156862746]], [[0.30980392156862746]]], "mean": [[[0.06952134895201541]], [[0.06952134895201541]], [[0.06952134895201541]]], "std": [[[0.05899968002757332]], [[0.05899968002757332]], [[0.05899968002757332]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13735297135166777]], [[0.13735297135166777]], [[0.13735297135166777]]], "std": [[[0.20368742542640475]], [[0.20368742542640475]], [[0.20368742542640475]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1379201336291844]], [[0.10685603547530294]], [[0.030706393319613678]]], "std": [[[0.33098034513756547]], [[0.2852276737294613]], [[0.12293115712148457]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26775223480863225]], [[0.17774499812578495]], [[0.5335802844649368]]], "std": [[[0.3142388708030602]], [[0.303350324838545]], [[0.4789821884020798]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.288161800748479]], [[0.6671650536347365]], [[0.5974011108495928]]], "std": [[[0.34038848548096334]], [[0.37655448487376425]], [[0.3333729559774473]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5426559283198249]], [[0.592597257007519]], [[0.43809862863787147]]], "std": [[[0.4231458786334663]], [[0.33172604696697594]], [[0.3895258239314229]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49211257896681465]], [[0.5957912989483609]], [[0.4172000394289243]]], "std": [[[0.37580287751197494]], [[0.4284734556137323]], [[0.3903029678466508]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.44], "mean": [1.72], "std": [0.9987992791347019], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [173]}, "index": {"min": [60362], "max": [60534], "mean": [60448.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [173]}}} +{"episode_index": 236, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48217156529426575, 0.025464791804552078, 0.01501509826630354, -1.3087466955184937, -1.5707963705062866, 0.37609344720840454, 1.2132530212402344, -1.188276767730713, 1.0444252490997314, -2.481858253479004, 0.0, -0.4585365951061249, 0.0, 0.0, -0.4585365951061249, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48217156529426575, 1.6306439638137817, 0.9614953398704529, -0.7853981852531433, -0.666446328163147, 1.0471975803375244, 1.5789904594421387, 0.0, 1.1405640840530396, -1.8011394739151, 0.4585365951061249, 0.0, 0.4585365951061249, 0.4585365951061249, 0.0, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4821709394454956, 1.3433785438537598, 0.7921105623245239, -1.0170378684997559, -1.1652488708496094, 0.744004487991333, 1.437844157218933, -0.5441863536834717, 1.0718439817428589, -2.1659765243530273, 0.07149389386177063, -0.07149389386177063, 0.07149389386177063, 0.07149389386177063, -0.07149389386177063, 0.07149389386177063, -2.356198310852051, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.47763359546661377, 0.2816327214241028, 0.2307581603527069, 0.3900960087776184, 0.28817591071128845, 0.156757652759552, 0.5321964025497437, 0.03169584274291992, 0.308142751455307, 0.1580108404159546, 0.1580108404159546, 0.1580108404159546, 0.1580108404159546, 0.1580108404159546, 0.1580108404159546, 3.814697265625e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [144]}, "observation.state": {"min": [0.3423336446285248, 0.9388419389724731, -0.00015837373211979866, 1.6250660419464111, -0.9395784735679626, 0.3423336446285248, -0.00010313822713214904, -0.23869448900222778, -4.408952372614294e-05, 0.0, 1.0, 0.7509999871253967, NaN], "max": [0.34434834122657776, 0.9395784735679626, 0.0, 1.6374439001083374, -0.9388419389724731, 0.34434834122657776, 4.666722190904693e-07, -0.22987595200538635, 5.836419063598441e-07, 0.00018420166452415287, 1.0, 0.8186344504356384, NaN], "mean": [0.34248095750808716, 0.9395236968994141, -1.1090716725448146e-05, 1.6257739067077637, -0.9395236968994141, 0.34248095750808716, -7.455614650098141e-06, -0.2381187528371811, -3.1861266052146675e-06, 1.2978416634723544e-05, 1.0, 0.7550109028816223, NaN], "std": [0.0004638033569790423, 0.0001694761449471116, 3.559127071639523e-05, 0.0023449875880032778, 0.00016947452968452126, 0.0004637999809347093, 2.3668848371016793e-05, 0.001834627240896225, 1.0128746907867026e-05, 4.152542896918021e-05, 0.0, 0.013116247020661831, NaN], "count": [144]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12005187451677775]], [[0.09356773962962292]], [[0.0922717739193759]]], "std": [[[0.2850185605249501]], [[0.25247549229610716]], [[0.2509668735798629]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4125863885720493]], [[0.3439966230601539]], [[0.3359269076256747]]], "std": [[[0.3808183800295361]], [[0.3838674707205827]], [[0.38334326390206025]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6109839595357311]], [[0.2785440252774274]], [[0.27262539504362326]]], "std": [[[0.24252008281742846]], [[0.2611853827416593]], [[0.2644535761683334]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.541256540809272]], [[0.43075998983431135]], [[0.40160455202908085]]], "std": [[[0.2554012598505955]], [[0.284417078533696]], [[0.2878227682670583]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6597026401956425]], [[0.5691172413700613]], [[0.5548690872539297]]], "std": [[[0.2563339824629614]], [[0.33895897652949675]], [[0.346979074065141]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964382457883806]], [[0.9964382457883806]], [[0.9964382457883806]]], "std": [[[0.017332855752682216]], [[0.017332855752682216]], [[0.017332855752682216]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.589016297959285]], [[0.589016297959285]], [[0.589016297959285]]], "std": [[[0.3351217435293255]], [[0.3351217435293255]], [[0.3351217435293255]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.143401656685382]], [[0.143401656685382]], [[0.143401656685382]]], "std": [[[0.1383442248243799]], [[0.1383442248243799]], [[0.1383442248243799]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04515606947269178]], [[0.04515606947269178]], [[0.04515606947269178]]], "std": [[[0.07920428071283493]], [[0.07920428071283493]], [[0.07920428071283493]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12598019031832153]], [[0.12598019031832153]], [[0.12598019031832153]]], "std": [[[0.14817791953068912]], [[0.14817791953068912]], [[0.14817791953068912]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09335889507815712]], [[0.08247875699645475]], [[0.08397018690517143]]], "std": [[[0.27681923308838663]], [[0.2578715700589441]], [[0.20594203784158913]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39677750620100305]], [[0.311599752161047]], [[0.2925975560772512]]], "std": [[[0.43565702287471425]], [[0.420104397129213]], [[0.34414266717914727]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8443250847755401]], [[0.4207367106755154]], [[0.2255087866821432]]], "std": [[[0.32531622511725045]], [[0.3157399477047193]], [[0.2884392201637191]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44051062468693236]], [[0.4691774442412648]], [[0.7172552372407531]]], "std": [[[0.41675439124875535]], [[0.348372602428567]], [[0.3085361362796956]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869025830639358]], [[0.7534207689847253]], [[0.2908839884368644]]], "std": [[[0.3883186840796135]], [[0.3250863791355407]], [[0.3484397897659021]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.86], "mean": [1.4300000000000002], "std": [0.8313643405070166], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [144]}, "index": {"min": [60535], "max": [60678], "mean": [60606.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [144]}}} +{"episode_index": 237, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35187992453575134, 0.025464791804552078, 0.006575092673301697, -0.7853981852531433, -1.5707963705062866, 0.3356834948062897, 1.2124661207199097, -1.7607017755508423, 0.9681397676467896, -3.460894823074341, 0.0, -0.40487805008888245, 0.0, 0.0, -0.40487805008888245, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35187992453575134, 1.8360480070114136, 0.4740736484527588, -0.6294329166412354, -0.9804965853691101, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.40487805008888245, 0.0, 0.40487805008888245, 0.40487805008888245, 0.0, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.351879358291626, 1.5253958702087402, 0.3938634395599365, -0.731919527053833, -1.3354769945144653, 0.7501281499862671, 1.4398952722549438, -0.7720955610275269, 1.0322178602218628, -2.914487838745117, 0.05297589674592018, -0.05297589674592018, 0.05297589674592018, 0.05297589674592018, -0.05297589674592018, 0.05297589674592018, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 0.5310313105583191, 0.1371142417192459, 0.05665764957666397, 0.23842336237430573, 0.29826727509498596, 0.13568150997161865, 0.7695046663284302, 0.024144437164068222, 0.43080469965934753, 0.1306460201740265, 0.1306460201740265, 0.1306460201740265, 0.1306460201740265, 0.1306460201740265, 0.1306460201740265, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [169]}, "observation.state": {"min": [0.9780401587486267, 0.206522598862648, -0.0014842915115877986, 1.9633572101593018, -0.20841656625270844, 0.9780401587486267, -0.0007162182009778917, -0.15307657420635223, -9.750817298481707e-06, 0.0, 0.9999986290931702, 0.7509999871253967, NaN], "max": [0.9784407019615173, 0.20841656625270844, 9.31279191718204e-06, 1.984444499015808, -0.2065238058567047, 0.9784412980079651, -0.0, -0.14132018387317657, 0.0013043769868090749, 0.0010073186131194234, 1.0, 0.814786434173584, NaN], "mean": [0.9780661463737488, 0.20829878747463226, -9.175106970360503e-05, 1.9643657207489014, -0.20829881727695465, 0.9780661463737488, -4.436439121491276e-05, -0.14190880954265594, 8.058676758082584e-05, 6.238752393983305e-05, 1.0, 0.7542306780815125, NaN], "std": [8.579832501709461e-05, 0.00040521277696825564, 0.0003173906297888607, 0.0036602939944714308, 0.0004049894050695002, 8.591124060330912e-05, 0.0001532223541289568, 0.002104742918163538, 0.0002788553829304874, 0.00021553099213633686, 2.6406416964164237e-07, 0.011519461870193481, NaN], "count": [169]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13695908176204377]], [[0.13403739980996332]], [[0.13032866154224765]]], "std": [[[0.31906455909449416]], [[0.31339185683161086]], [[0.3063335333848662]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48851294080095703]], [[0.46987521684231986]], [[0.44851186254057723]]], "std": [[[0.41650146295107415]], [[0.40926459494254835]], [[0.40274557272618877]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7533516530308303]], [[0.7474743252658267]], [[0.7378540754286051]]], "std": [[[0.23519737866697146]], [[0.23634289996603783]], [[0.24047846510083676]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6564779362310911]], [[0.6337053318232323]], [[0.6033500356402607]]], "std": [[[0.25035314539648534]], [[0.2558498193608868]], [[0.2632036355896742]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.664615308481041]], [[0.6298858063248555]], [[0.5921885695011906]]], "std": [[[0.2854938355116112]], [[0.2920939423143876]], [[0.3022845711204732]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968377734459605]], [[0.9968377734459605]], [[0.9968377734459605]]], "std": [[[0.016174645972143582]], [[0.016174645972143582]], [[0.016174645972143582]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5873714144321933]], [[0.5873714144321933]], [[0.5873714144321933]]], "std": [[[0.33356002626434106]], [[0.33356002626434106]], [[0.33356002626434106]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.08205910315290577]], [[0.08205910315290577]], [[0.08205910315290577]]], "std": [[[0.054853712635308985]], [[0.054853712635308985]], [[0.054853712635308985]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "mean": [[[0.03408534216326659]], [[0.03408534216326659]], [[0.03408534216326659]]], "std": [[[0.037883160506721594]], [[0.037883160506721594]], [[0.037883160506721594]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19543812307591207]], [[0.19543812307591207]], [[0.19543812307591207]]], "std": [[[0.2718453883896602]], [[0.2718453883896602]], [[0.2718453883896602]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08787987052828723]], [[0.12445717569542095]], [[0.09168881593196766]]], "std": [[[0.26705983703243935]], [[0.300110055532328]], [[0.2743878528811143]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36733401730446974]], [[0.169237930088762]], [[0.4412697360877253]]], "std": [[[0.3608024010216129]], [[0.2744167139667294]], [[0.47208767023133896]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9412637774921192]], [[0.18969978897478762]], [[0.6479284217500139]]], "std": [[[0.1993850419050743]], [[0.2490573421122164]], [[0.23886478529375324]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49719210536374187]], [[0.9012655129012379]], [[0.26763867011870923]]], "std": [[[0.36869339872165896]], [[0.26766242114978245]], [[0.2557533492671879]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5760216081234313]], [[0.5574687529127447]], [[0.28988022592505425]]], "std": [[[0.36235337325964984]], [[0.4163767517625974]], [[0.3639604157702267]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.36], "mean": [1.6800000000000002], "std": [0.9757048734120374], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [169]}, "index": {"min": [60679], "max": [60847], "mean": [60763.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [169]}}} +{"episode_index": 238, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0003864462487399578, 0.009512138552963734, 0.025464791804552078, -6.4894022941589355, -1.5707963705062866, -0.6927189230918884, -0.7853670716285706, 0.0, 0.09101171791553497, -6.174990177154541, 0.0, -0.4243902564048767, 0.0, 0.0, -0.4243902564048767, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0003864462487399578, 0.18331903219223022, 0.4907603859901428, 0.30787211656570435, 2.25708270072937, 1.3587591648101807, 1.5707963705062866, 3.468258857727051, 1.788148045539856, -2.481858253479004, 0.4243902564048767, 0.0, 0.4243902564048767, 0.4243902564048767, 0.0, 0.4243902564048767, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00038644668529741466, 0.1799944043159485, 0.48185765743255615, -3.030494213104248, 0.4821906089782715, 0.40790635347366333, 0.08030281960964203, 1.6665937900543213, 0.9968914985656738, -4.549261093139648, 0.028714783489704132, -0.028714783489704132, 0.028714783489704132, 0.028714783489704132, -0.028714783489704132, 0.028714783489704132, -2.3562002182006836, 1.5707995891571045, -1.0472021102905273, -1.5707995891571045, 0.0, -1.0472021102905273, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.3655745685100555e-10, 0.01967720128595829, 0.052677422761917114, 2.561939239501953, 1.3763500452041626, 0.7967003583908081, 0.6375952959060669, 1.1958765983581543, 0.5312603116035461, 1.4299949407577515, 0.1030416488647461, 0.1030416488647461, 0.1030416488647461, 0.1030416488647461, 0.1030416488647461, 0.1030416488647461, 5.7220458984375e-06, 3.2186508178710938e-06, 4.5299530029296875e-06, 3.2186508178710938e-06, 0.0, 4.5299530029296875e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [412]}, "observation.state": {"min": [0.9305002093315125, 0.3662090003490448, 0.0, 1.816913366317749, -0.36628881096839905, 0.9305011034011841, -0.00048128876369446516, -0.13134874403476715, -0.001384612638503313, -3.068811565754004e-05, 0.9999990463256836, 0.7509999871253967, NaN], "max": [0.9305326342582703, 0.3662891089916229, 0.001298571121878922, 1.8553638458251953, -0.3662090003490448, 0.9305326342582703, 1.8960010493174195e-05, -0.10164062678813934, -0.0, 0.0, 1.0, 0.7827847599983215, NaN], "mean": [0.9305324554443359, 0.3662135899066925, 4.2768220737343654e-05, 1.8179875612258911, -0.3662135899066925, 0.9305324554443359, -1.5565768990200013e-05, -0.10242817550897598, -4.549747609416954e-05, -1.1807771898020292e-06, 1.0, 0.7518786787986755, NaN], "std": [5.27013253304176e-06, 1.2194621376693249e-05, 0.00020633683016058058, 0.005305038765072823, 1.215073098137509e-05, 5.14588600708521e-06, 7.605207792948931e-05, 0.003947485238313675, 0.00021984383056405932, 5.245163720246637e-06, 1.367606898838858e-07, 0.004334123805165291, NaN], "count": [412]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09727061452124366]], [[0.09279871467071148]], [[0.08869417839978917]]], "std": [[[0.23313469587787863]], [[0.2227203475771256]], [[0.21337834571874192]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3275841696892156]], [[0.3116132170045953]], [[0.29687884121878294]]], "std": [[[0.30539654610324274]], [[0.29402714850661166]], [[0.2853417619959107]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5854017224002559]], [[0.5462403192938199]], [[0.5133799801648371]]], "std": [[[0.2298674303204984]], [[0.2434070787252574]], [[0.2565454104327889]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35171766073824623]], [[0.33886713726563095]], [[0.32763659406514223]]], "std": [[[0.30183755041251187]], [[0.2962652253755376]], [[0.2920768495525536]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5664241948754468]], [[0.5295672246395907]], [[0.4964705345904991]]], "std": [[[0.2252762080703968]], [[0.23662460514853118]], [[0.24761380879352107]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967068385714123]], [[0.9967068385714123]], [[0.9967068385714123]]], "std": [[[0.016471841129865796]], [[0.016471841129865796]], [[0.016471841129865796]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5876433694027523]], [[0.5876433694027523]], [[0.5876433694027523]]], "std": [[[0.3336169249015919]], [[0.3336169249015919]], [[0.3336169249015919]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "mean": [[[0.06993162300315633]], [[0.06993162300315633]], [[0.06993162300315633]]], "std": [[[0.05506215486538226]], [[0.05506215486538226]], [[0.05506215486538226]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3190109844423389]], [[0.3190109844423389]], [[0.3190109844423389]]], "std": [[[0.4300410201873522]], [[0.4300410201873522]], [[0.4300410201873522]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08751714051784662]], [[0.08751714051784662]], [[0.08751714051784662]]], "std": [[[0.04103116728110561]], [[0.04103116728110561]], [[0.04103116728110561]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.040721758530025326]], [[0.14361645983245389]], [[0.08652552989322673]]], "std": [[[0.14471657210376523]], [[0.34557383813727177]], [[0.2549230030676854]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21742502704032948]], [[0.2900003352799688]], [[0.3364664414926396]]], "std": [[[0.31837592013914917]], [[0.4040255432307484]], [[0.42888429555690605]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5712721930193368]], [[0.5952749128104441]], [[0.4540704557326504]]], "std": [[[0.314649325310625]], [[0.42362100592271745]], [[0.3716130979887319]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4355122172667843]], [[0.4755993887175608]], [[0.2013982864511353]]], "std": [[[0.39278058352788964]], [[0.43345168717934457]], [[0.3165479757577836]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35241873115307476]], [[0.6779536629671875]], [[0.6408568025958716]]], "std": [[[0.3763897040286953]], [[0.3198104099630131]], [[0.3934363245688937]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.22], "mean": [4.109999999999999], "std": [2.3786761023729146], "count": [412]}, "frame_index": {"min": [0], "max": [411], "mean": [205.5], "std": [118.93380511864572], "count": [412]}, "episode_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [412]}, "index": {"min": [60848], "max": [61259], "mean": [61053.5], "std": [118.93380511864572], "count": [412]}, "task_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [412]}}} +{"episode_index": 239, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.01766536384820938, -4.362246990203857, -1.9319908618927002, -0.4524702727794647, -1.9083929061889648, 0.0, -1.3678489923477173, -3.8235697746276855, 0.0, -0.3414634168148041, 0.0, 0.0, -0.3414634168148041, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2132624387741089, 0.8416609764099121, -0.11197791993618011, -0.17231887578964233, 1.98164963722229, 1.5707963705062866, 2.5315566062927246, 1.0471975803375244, -2.0932064056396484, 0.3414634168148041, 0.0, 0.3414634168148041, 0.3414634168148041, 0.0, 0.3414634168148041, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997500479221344, 1.1407976150512695, 0.7913920283317566, -2.2421162128448486, -1.163278579711914, 1.065149188041687, -0.0032056267373263836, 1.1752376556396484, -0.19617807865142822, -2.9992618560791016, 0.02698628231883049, -0.02698628231883049, 0.02698628231883049, 0.02698628231883049, -0.02698628231883049, 0.02698628231883049, -2.3561997413635254, 1.5707992315292358, -1.0471994876861572, -1.5707992315292358, 0.0, -1.0471994876861572, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.23008447885513306, 0.15961331129074097, 1.5392534732818604, 0.5310723781585693, 0.7322539687156677, 1.148065209388733, 0.7477405071258545, 0.7515375018119812, 0.5807130336761475, 0.08938244730234146, 0.08938244730234146, 0.08938244730234146, 0.08938244730234146, 0.08938244730234146, 0.08938244730234146, 5.245208740234375e-06, 2.86102294921875e-06, 1.9073486328125e-06, 2.86102294921875e-06, 0.0, 1.9073486328125e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [315]}, "observation.state": {"min": [0.9412202835083008, 0.3373440206050873, -0.0011949532199651003, 1.914984941482544, -0.3377884328365326, 0.941219687461853, -7.794594694132684e-07, -0.3207639753818512, -1.4626596112066181e-06, -0.001600180403329432, 0.9999970197677612, 0.7509999871253967, NaN], "max": [0.9413814544677734, 0.3377913534641266, 1.2744177411150304e-06, 1.9633139371871948, -0.3373440206050873, 0.9413814544677734, 0.002126451814547181, -0.31595122814178467, 0.0018425058806315064, 3.038497027318954e-07, 1.0, 0.7828774452209473, NaN], "mean": [0.9413726329803467, 0.33736106753349304, -4.7533427277812734e-05, 1.916542410850525, -0.33736103773117065, 0.9413726329803467, 8.480081305606291e-05, -0.3206080496311188, 7.337833085330203e-05, -6.376699457177892e-05, 1.0, 0.7519700527191162, NaN], "std": [2.809323268593289e-05, 7.773264223942533e-05, 0.00020802546350751072, 0.007059896364808083, 7.729585195193067e-05, 2.818335997289978e-05, 0.0003710151941049844, 0.0007019094773568213, 0.0003210825379937887, 0.00027898550615645945, 4.6467843617392646e-07, 0.004455081187188625, NaN], "count": [315]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12273040472986158]], [[0.11242631786820949]], [[0.10057973795858756]]], "std": [[[0.2919622841241308]], [[0.2726518687482795]], [[0.24825880411566406]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41641824432656005]], [[0.37030953046722603]], [[0.32929557276212357]]], "std": [[[0.3894665180385395]], [[0.3754685518065202]], [[0.35387043601097323]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6854533112585002]], [[0.6247441807132209]], [[0.5579282782501872]]], "std": [[[0.1852744011264057]], [[0.1926621773380097]], [[0.1985258075483887]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36133346073972145]], [[0.31045171063192895]], [[0.27301804141512287]]], "std": [[[0.3196903041893205]], [[0.3047252204254685]], [[0.2975685546753651]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5162815211786298]], [[0.456553087224425]], [[0.42261214880261466]]], "std": [[[0.31440466782622034]], [[0.34019188403682665]], [[0.3531792796337086]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953798648285277]], [[0.9953798648285277]], [[0.9953798648285277]]], "std": [[[0.020685925907356194]], [[0.020685925907356194]], [[0.020685925907356194]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6003491672651414]], [[0.6003491672651414]], [[0.6003491672651414]]], "std": [[[0.3367676566809396]], [[0.3367676566809396]], [[0.3367676566809396]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06723409448591858]], [[0.06723409448591858]], [[0.06723409448591858]]], "std": [[[0.07954152954224031]], [[0.07954152954224031]], [[0.07954152954224031]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3271603355750152]], [[0.3271603355750152]], [[0.3271603355750152]]], "std": [[[0.4341470624670744]], [[0.4341470624670744]], [[0.4341470624670744]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1814624308736524]], [[0.1814624308736524]], [[0.1814624308736524]]], "std": [[[0.2841849067125642]], [[0.2841849067125642]], [[0.2841849067125642]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.031930145089053716]], [[0.13481680771894955]], [[0.1309455002410663]]], "std": [[[0.12786353019579338]], [[0.32027646485744427]], [[0.3215716586874803]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3670303435077393]], [[0.2561881711885876]], [[0.4462288594244852]]], "std": [[[0.4457244253284901]], [[0.35155632625488525]], [[0.45648414752294253]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8935341579879447]], [[0.37703037167125664]], [[0.3964145160133066]]], "std": [[[0.24848495009868207]], [[0.28347092817013736]], [[0.3545441556005376]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5368344193051524]], [[0.38703529626343885]], [[0.1956409057655414]]], "std": [[[0.4689180457992178]], [[0.37223720559507056]], [[0.2739621091364563]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6110597100096493]], [[0.5614357211302153]], [[0.42591838480886696]]], "std": [[[0.42656400609766687]], [[0.3814792941629304]], [[0.4062860026616202]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.28], "mean": [3.1399999999999997], "std": [1.8186441836342442], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [315]}, "index": {"min": [61260], "max": [61574], "mean": [61417.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [315]}}} +{"episode_index": 240, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12154097855091095, 0.0009783562272787094, 0.025464791804552078, -3.2547125816345215, -2.061474561691284, 1.0471975803375244, -0.8211934566497803, -0.3673267662525177, 0.25538569688796997, -2.481858253479004, 0.0, -0.6341463327407837, 0.0, 0.0, -0.6341463327407837, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12154097855091095, 0.006813164334744215, 0.1773339807987213, -0.7853981852531433, -1.5707963705062866, 3.8530800342559814, 1.5707963705062866, 0.0, 1.0471975803375244, -0.6863667964935303, 0.6341463327407837, 0.0, 0.6341463327407837, 0.6341463327407837, 0.0, 0.6341463327407837, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12154050171375275, 0.006752768065780401, 0.17576175928115845, -2.6311283111572266, -1.8985204696655273, 3.1892106533050537, -0.13225598633289337, -0.22630462050437927, 0.550163984298706, -1.194657564163208, 0.18866410851478577, -0.18866410851478577, 0.18866410851478577, 0.18866410851478577, -0.18866410851478577, 0.18866410851478577, -2.3561997413635254, 1.5707991123199463, -1.0471985340118408, -1.5707991123199463, 0.0, -1.0471985340118408, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.0005012599285691977, 0.01304698921740055, 0.836735188961029, 0.14667290449142456, 0.9484971761703491, 0.7494533061981201, 0.11536882817745209, 0.24968291819095612, 0.5941756963729858, 0.2836289703845978, 0.2836289703845978, 0.2836289703845978, 0.2836289703845978, 0.2836289703845978, 0.2836289703845978, 5.245208740234375e-06, 2.7418136596679688e-06, 9.5367431640625e-07, 2.7418136596679688e-06, 0.0, 9.5367431640625e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [290]}, "observation.state": {"min": [-0.375949501991272, 0.9266401529312134, -0.004777995403856039, 1.724705696105957, -0.9271097183227539, -0.375949501991272, -2.556133154030249e-07, -0.16026736795902252, -6.931415555300191e-05, -2.7357452836440643e-07, 0.9999857544898987, 0.7509999871253967, NaN], "max": [-0.37478944659233093, 0.9271013140678406, 1.9152733443661418e-07, 1.7371878623962402, -0.9266401529312134, -0.37478259205818176, 0.00246620224788785, -0.11177197098731995, 0.0007243107538670301, 0.005318866576999426, 1.0, 0.7723053693771362, NaN], "mean": [-0.3757617771625519, 0.9267140626907349, -0.0008198515861295164, 1.7347081899642944, -0.9267157316207886, -0.3757607936859131, 0.0004285642353352159, -0.11717963218688965, 8.973526564659551e-05, 0.0009207301191054285, 0.9999988675117493, 0.7542438507080078, NaN], "std": [0.0003663456882350147, 0.00014526883023791015, 0.0015605894150212407, 0.00451123109087348, 0.00014833702880423516, 0.00036848109448328614, 0.0008117459947243333, 0.011683862656354904, 0.00021004753943998367, 0.0017465056153014302, 4.264202743797796e-06, 0.006267045624554157, NaN], "count": [290]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.06531569224249324]], [[0.06479879379678412]], [[0.0632642146971986]]], "std": [[[0.1711046792264292]], [[0.17043779647320642]], [[0.16800145344990491]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2403888040630568]], [[0.24095931243466231]], [[0.2326954162534341]]], "std": [[[0.26588157440672167]], [[0.2658588526583521]], [[0.2648656269648247]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4011954192709538]], [[0.408325495158222]], [[0.3912429150313386]]], "std": [[[0.2910250019243906]], [[0.29062439355818054]], [[0.2962217492229277]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45560882483700366]], [[0.45918255122575]], [[0.44656648098861995]]], "std": [[[0.32218941066968976]], [[0.32195413058858696]], [[0.3262890701475764]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.31588743578550393]], [[0.33623643675178083]], [[0.29482806776142284]]], "std": [[[0.2653428752007127]], [[0.2628317475745433]], [[0.270740318396956]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968556720318167]], [[0.9968556720318167]], [[0.9968556720318167]]], "std": [[[0.01614623625426876]], [[0.01614623625426876]], [[0.01614623625426876]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5862041922066183]], [[0.5862041922066183]], [[0.5862041922066183]]], "std": [[[0.33307574584966104]], [[0.33307574584966104]], [[0.33307574584966104]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.07019518658665545]], [[0.07019518658665545]], [[0.07019518658665545]]], "std": [[[0.05649342451215331]], [[0.05649342451215331]], [[0.05649342451215331]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10357547923242344]], [[0.10357547923242344]], [[0.10357547923242344]]], "std": [[[0.22586870652344135]], [[0.22586870652344135]], [[0.22586870652344135]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1218722838131525]], [[0.1218722838131525]], [[0.1218722838131525]]], "std": [[[0.11885840595296171]], [[0.11885840595296171]], [[0.11885840595296171]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03731257011542348]], [[0.029951718343368263]], [[0.1462974536827487]]], "std": [[[0.14203352007495587]], [[0.10832182749764509]], [[0.3494947243832908]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5139868610485814]], [[0.24879130900675991]], [[0.19589796625876504]]], "std": [[[0.4820401411608]], [[0.32073288258085736]], [[0.26840837644585636]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4476827218832542]], [[0.5699619953449729]], [[0.6882311071413963]]], "std": [[[0.4136585305710667]], [[0.3951645733957611]], [[0.3535859739611321]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5172837212857853]], [[0.5394822030039744]], [[0.5979532955003416]]], "std": [[[0.39467688833916476]], [[0.37120051342447424]], [[0.43201415246875574]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5770753219861181]], [[0.5950593935053587]], [[0.5778475253991341]]], "std": [[[0.3438187636523299]], [[0.4364049486987973]], [[0.4289852027711331]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.78], "mean": [2.8899999999999997], "std": [1.6743058263053379], "count": [290]}, "frame_index": {"min": [0], "max": [289], "mean": [144.5], "std": [83.7152913152669], "count": [290]}, "episode_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [290]}, "index": {"min": [61575], "max": [61864], "mean": [61719.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [290]}}} +{"episode_index": 241, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.019820518791675568, -3.3387722969055176, -1.5707963705062866, 1.0471975803375244, -0.9006597995758057, -0.6175928711891174, 0.21531644463539124, -2.481858253479004, 0.0, -0.4878048896789551, 0.0, 0.0, -0.4878048896789551, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8041474223136902, 0.6259081363677979, -0.7853981852531433, -1.2434996366500854, 3.3136861324310303, 1.5707963705062866, 0.0, 1.0471975803375244, -0.18430271744728088, 0.4878048896789551, 0.0, 0.4878048896789551, 0.4878048896789551, 0.0, 0.4878048896789551, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974942207336426, 0.7691908478736877, 0.5986999273300171, -2.6363062858581543, -1.4269558191299438, 2.683476686477661, -0.09191229939460754, -0.33681339025497437, 0.5523602962493896, -0.9054584503173828, 0.13707906007766724, -0.13707906007766724, 0.13707906007766724, 0.13707906007766724, -0.13707906007766724, 0.13707906007766724, -2.3561997413635254, 1.5707991123199463, -1.0471982955932617, -1.5707991123199463, 0.0, -1.0471982955932617, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 0.13155882060527802, 0.10239836573600769, 0.9880431294441223, 0.10726932436227798, 0.8742277026176453, 0.8756100535392761, 0.20597602427005768, 0.28550758957862854, 0.8534581065177917, 0.21546469628810883, 0.21546469628810883, 0.21546469628810883, 0.21546469628810883, 0.21546469628810883, 0.21546469628810883, 5.245208740234375e-06, 2.7418136596679688e-06, 7.152557373046875e-07, 2.7418136596679688e-06, 0.0, 7.152557373046875e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [285]}, "observation.state": {"min": [0.5414827466011047, -0.8407118320465088, -0.016316689550876617, 1.9702461957931519, 0.837723970413208, 0.5414827466011047, 0.0, -0.20680370926856995, -0.002820425434038043, -0.021188315004110336, 0.9997720122337341, 0.7509999871253967, NaN], "max": [0.5460876822471619, -0.8375691175460815, 0.0, 1.9951725006103516, 0.8407118320465088, 0.5459208488464355, 0.01380856428295374, -0.17241381108760834, 0.0, 0.0, 1.0, 0.7973822355270386, NaN], "mean": [0.5422551035881042, -0.8401913046836853, -0.0027428597677499056, 1.9739435911178589, 0.8402117490768433, 0.5422325730323792, 0.0023157892283052206, -0.17663997411727905, -0.0004461535718291998, -0.0035618911497294903, 0.999969482421875, 0.7555501461029053, NaN], "std": [0.0014996093232184649, 0.0010161444079130888, 0.005316916853189468, 0.007300061173737049, 0.0009721561218611896, 0.0014520618133246899, 0.004493177868425846, 0.008826004341244698, 0.0008865308482199907, 0.00690451730042696, 6.623213994316757e-05, 0.010566312819719315, NaN], "count": [285]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.09239258467998533]], [[0.08616802756806016]], [[0.07973392449897437]]], "std": [[[0.2325286653223843]], [[0.22320323087543145]], [[0.21034253671273287]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30180470746487437]], [[0.2784122280627993]], [[0.2540144224031393]]], "std": [[[0.3104570846220917]], [[0.3026133075512744]], [[0.28658019612528524]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6986244267550732]], [[0.6839452420754902]], [[0.6341044370280515]]], "std": [[[0.17638956460136404]], [[0.19261944708058112]], [[0.19605330524733752]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5629598636349311]], [[0.5418289133375042]], [[0.5247068224779738]]], "std": [[[0.32159742215580006]], [[0.3335891828248137]], [[0.3407008181382289]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40963609785078836]], [[0.377706884840048]], [[0.35251896779367675]]], "std": [[[0.3367992763175027]], [[0.3481379149732616]], [[0.351012627367434]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967167481061711]], [[0.9967167481061711]], [[0.9967167481061711]]], "std": [[[0.01666694083684423]], [[0.01666694083684423]], [[0.01666694083684423]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5964443331314948]], [[0.5964443331314948]], [[0.5964443331314948]]], "std": [[[0.3348417703308434]], [[0.3348417703308434]], [[0.3348417703308434]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "mean": [[[0.06253936354474077]], [[0.06253936354474077]], [[0.06253936354474077]]], "std": [[[0.049258871518939464]], [[0.049258871518939464]], [[0.049258871518939464]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08918745570113411]], [[0.08918745570113411]], [[0.08918745570113411]]], "std": [[[0.22673325546257048]], [[0.22673325546257048]], [[0.22673325546257048]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2645852110687988]], [[0.2645852110687988]], [[0.2645852110687988]]], "std": [[[0.3353513078405185]], [[0.3353513078405185]], [[0.3353513078405185]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09571468479324291]], [[0.0784903013563416]], [[0.07795691518288517]]], "std": [[[0.2794339926914861]], [[0.2482560924130652]], [[0.21363673633380567]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49344058268976343]], [[0.43778945893189186]], [[0.11325035422328707]]], "std": [[[0.4576533418404444]], [[0.4418919577958744]], [[0.21656969809335075]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4563614747222373]], [[0.4625302774575854]], [[0.6581441770921973]]], "std": [[[0.3388023337170158]], [[0.4160250425563183]], [[0.3992756174432485]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5823804099937571]], [[0.524991255227853]], [[0.43389630058787987]]], "std": [[[0.4165490974784731]], [[0.3415521962453353]], [[0.3900593926546731]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2147194826495969]], [[0.3967176922545633]], [[0.6699860724700947]]], "std": [[[0.2316837062423847]], [[0.3900158257453763]], [[0.432135902938952]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.68], "mean": [2.8400000000000003], "std": [1.6454381382071666], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [285]}, "index": {"min": [61865], "max": [62149], "mean": [62007.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [285]}}} +{"episode_index": 242, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39680248498916626, 0.025464791804552078, 0.008206062018871307, -0.8517444729804993, -1.5707963705062866, -0.05916014686226845, 0.7554788589477539, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.507317066192627, 0.0, 0.0, -0.507317066192627, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39680248498916626, 1.6542439460754395, 0.5330822467803955, -0.7853981852531433, -0.7606222629547119, 1.0471975803375244, 1.5707963705062866, 0.24270254373550415, 1.2797532081604004, -0.6856125593185425, 0.507317066192627, 0.0, 0.507317066192627, 0.507317066192627, 0.0, 0.507317066192627, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39680206775665283, 1.4067003726959229, 0.45330965518951416, -0.8160536885261536, -1.2061247825622559, 0.5127914547920227, 1.1783314943313599, 0.11570174992084503, 1.1410759687423706, -1.6175910234451294, 0.07330047339200974, -0.07330047339200974, 0.07330047339200974, 0.07330047339200974, -0.07330047339200974, 0.07330047339200974, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 0.45860713720321655, 0.14778649806976318, 0.02812820114195347, 0.34071969985961914, 0.4933246970176697, 0.3618296980857849, 0.1070200502872467, 0.08678353577852249, 0.796837568283081, 0.1695142686367035, 0.1695142686367035, 0.1695142686367035, 0.1695142686367035, 0.1695142686367035, 0.1695142686367035, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [0.6707569360733032, -0.7416771650314331, -0.0002692889829631895, 1.4315510988235474, 0.7416031956672668, 0.670756995677948, -2.5223162083420902e-06, -0.23079264163970947, 0.0, -0.00022649708262179047, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.6708388328552246, -0.7416031956672668, 0.0, 1.4658176898956299, 0.7416772246360779, 0.6708388328552246, 3.991247285739519e-05, -0.2181825190782547, 0.00015102529141586274, 1.6014158745747409e-06, 1.0, 0.8051587343215942, NaN], "mean": [0.6708323955535889, -0.7416099905967712, -1.692622208793182e-05, 1.4639681577682495, 0.741610050201416, 0.6708323955535889, 2.4452092475257814e-06, -0.23006044328212738, 9.54013376031071e-06, -1.4193722563504707e-05, 1.0, 0.7539266347885132, NaN], "std": [1.7336633391096257e-05, 1.572521978232544e-05, 5.8003541198559105e-05, 0.006447335705161095, 1.574089219502639e-05, 1.7332724382868037e-05, 8.534598237019964e-06, 0.0024967417120933533, 3.258880678913556e-05, 4.8736230382928625e-05, 1.0162508168320983e-08, 0.010192892514169216, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12348987152742154]], [[0.12211203581326516]], [[0.11874157357618333]]], "std": [[[0.2934098929476389]], [[0.2915072647949682]], [[0.28571195803423804]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4012412681361317]], [[0.3952651293409536]], [[0.38203796442143084]]], "std": [[[0.39250552679810635]], [[0.3938311265449324]], [[0.3910555911760312]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.48930679391212045]], [[0.48835911166901697]], [[0.47845623020590883]]], "std": [[[0.3872978552831097]], [[0.38652662327700377]], [[0.3794024861724803]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6046871683662008]], [[0.6040203045549125]], [[0.587392866985719]]], "std": [[[0.3101928506731374]], [[0.3102103163841173]], [[0.3106956108618633]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5425002055266208]], [[0.5213658112333541]], [[0.49698260098129743]]], "std": [[[0.31765769973845315]], [[0.33991722923742634]], [[0.3510304355159691]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955885471044886]], [[0.9955885471044886]], [[0.9955885471044886]]], "std": [[[0.019761798110458535]], [[0.019761798110458535]], [[0.019761798110458535]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6003657327778414]], [[0.6003657327778414]], [[0.6003657327778414]]], "std": [[[0.33838635369938186]], [[0.33838635369938186]], [[0.33838635369938186]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4265219866545161]], [[0.4265219866545161]], [[0.4265219866545161]]], "std": [[[0.4021250449944876]], [[0.4021250449944876]], [[0.4021250449944876]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16081179595397546]], [[0.16081179595397546]], [[0.16081179595397546]]], "std": [[[0.24847142597906682]], [[0.24847142597906682]], [[0.24847142597906682]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18643919530125241]], [[0.18643919530125241]], [[0.18643919530125241]]], "std": [[[0.21862318528647293]], [[0.21862318528647293]], [[0.21862318528647293]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1082919148576636]], [[0.11399505797325941]], [[0.03364674902483821]]], "std": [[[0.28248467030337904]], [[0.2832844656616417]], [[0.13745118918296928]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49652530726732746]], [[0.3127655527995542]], [[0.2928777200425671]]], "std": [[[0.4768610940646117]], [[0.41743585590773424]], [[0.38531056986444445]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4857588492118574]], [[0.30564026202800126]], [[0.4338018911131362]]], "std": [[[0.39723225990072425]], [[0.40589868519346695]], [[0.4407510033716085]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44553994492020677]], [[0.6469164784069641]], [[0.4744141928034167]]], "std": [[[0.38767849173136404]], [[0.41062904784335597]], [[0.40371677125685146]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32368569246377804]], [[0.6916991479194872]], [[0.5588855199957621]]], "std": [[[0.37663135336581055]], [[0.32738840631432337]], [[0.40303512026681193]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [172]}, "index": {"min": [62150], "max": [62321], "mean": [62235.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [172]}}} +{"episode_index": 243, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3920746445655823, 0.025464791804552078, 0.01233636774122715, -1.208463191986084, -1.5707963705062866, 0.5298962593078613, 1.5707963705062866, -0.47404903173446655, -0.47393688559532166, -3.3593990802764893, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3920746445655823, 1.1996088027954102, 0.5811481475830078, -0.7853981852531433, -0.5013440847396851, 1.0471975803375244, 1.9457590579986572, 0.0, 1.0471975803375244, -2.481858253479004, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3920746147632599, 1.0592889785766602, 0.51316899061203, -0.9930843114852905, -1.012391448020935, 0.7779567837715149, 1.7447400093078613, -0.2668305039405823, 0.1974995881319046, -2.9667513370513916, 0.10140814632177353, -0.10140814632177353, 0.10140814632177353, 0.10140814632177353, -0.10140814632177353, 0.10140814632177353, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 0.30284827947616577, 0.14671456813812256, 0.1703418493270874, 0.44978126883506775, 0.21155160665512085, 0.13875874876976013, 0.21179373562335968, 0.6733173131942749, 0.3860817551612854, 0.1984860897064209, 0.1984860897064209, 0.1984860897064209, 0.1984860897064209, 0.1984860897064209, 0.1984860897064209, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [159]}, "observation.state": {"min": [0.9065128564834595, -0.4221782088279724, -0.0005680212052538991, 1.9151043891906738, 0.4197905659675598, 0.9065128564834595, -0.002157531213015318, -0.23219242691993713, 0.0, 0.0, 0.9999974966049194, 0.7509999871253967, NaN], "max": [0.9076198935508728, -0.4197925627231598, 0.0, 1.9544472694396973, 0.4221782088279724, 0.9076184630393982, 0.0, -0.20964638888835907, 0.0014180917060002685, 0.001725158654153347, 1.0, 0.7920659780502319, NaN], "mean": [0.9066168665885925, -0.42195066809654236, -5.317586692399345e-05, 1.951573371887207, 0.42195048928260803, 0.9066168069839478, -0.0002053356874966994, -0.2112855762243271, 0.00013454759027808905, 0.00016397373110521585, 1.0, 0.7542465925216675, NaN], "std": [0.0002870297757908702, 0.0006182319484651089, 0.0001456480531487614, 0.008264588192105293, 0.0006186824757605791, 0.000286702299490571, 0.0005594224203377962, 0.004716335330158472, 0.0003667788114398718, 0.00044681099825538695, 6.014760742800718e-07, 0.009101901203393936, NaN], "count": [159]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12777759404435485]], [[0.11466336348841373]], [[0.09796061935598083]]], "std": [[[0.3026220854895602]], [[0.27325685320976484]], [[0.23918734649578238]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.428220611537252]], [[0.3788029727263157]], [[0.31540182164312663]]], "std": [[[0.40235349843498713]], [[0.3609238183767445]], [[0.31364354810243533]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7837402478791866]], [[0.7284287265195055]], [[0.6906226618413174]]], "std": [[[0.23345203853908109]], [[0.23076278463285943]], [[0.2373987749387197]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6313883031547833]], [[0.5945335658835197]], [[0.5772983368101866]]], "std": [[[0.28866219602778864]], [[0.28026443444194843]], [[0.27269069047757116]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5820339491085241]], [[0.5371487670749706]], [[0.4940868133717698]]], "std": [[[0.3287905710059723]], [[0.3060949180849509]], [[0.28667550285223614]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963835750366629]], [[0.9963835750366629]], [[0.9963835750366629]]], "std": [[[0.017646843586878715]], [[0.017646843586878715]], [[0.017646843586878715]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.58631045583994]], [[0.58631045583994]], [[0.58631045583994]]], "std": [[[0.3364335733486706]], [[0.3364335733486706]], [[0.3364335733486706]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15658191459614523]], [[0.15658191459614523]], [[0.15658191459614523]]], "std": [[[0.1279500301848622]], [[0.1279500301848622]], [[0.1279500301848622]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08509504583612454]], [[0.08509504583612454]], [[0.08509504583612454]]], "std": [[[0.09446941353408536]], [[0.09446941353408536]], [[0.09446941353408536]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14181251546478854]], [[0.14181251546478854]], [[0.14181251546478854]]], "std": [[[0.15823633394225672]], [[0.15823633394225672]], [[0.15823633394225672]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13612894465265332]], [[0.09012670900582113]], [[0.036806723838606954]]], "std": [[[0.326044746294826]], [[0.24974046638085]], [[0.14785180636013648]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4866266181449496]], [[0.38070192604930897]], [[0.13080461962152257]]], "std": [[[0.4781940102585893]], [[0.36270613407835606]], [[0.23658325409349518]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9025131138054209]], [[0.6427329086006688]], [[0.18269687136849883]]], "std": [[[0.2641010579330618]], [[0.23725623054077857]], [[0.24013685414636715]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5289486894241299]], [[0.5711492539014854]], [[0.5707381188513845]]], "std": [[[0.40674317885275924]], [[0.40050107740000374]], [[0.3560893801888449]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5630802050035841]], [[0.5622486074146495]], [[0.4106373095525957]]], "std": [[[0.42757837233088253]], [[0.3798133437762798]], [[0.36221023963790866]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.16], "mean": [1.5799999999999998], "std": [0.9179687721631202], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [159]}, "index": {"min": [62322], "max": [62480], "mean": [62401.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [159]}}} +{"episode_index": 244, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2075762301683426, 0.025464791804552078, 0.007690340280532837, -2.084937572479248, -1.9105587005615234, -0.07381846010684967, 1.5707963705062866, -1.9797255992889404, 0.3273230493068695, -2.481858253479004, 0.0, -0.2829268276691437, 0.0, 0.0, -0.2829268276691437, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2075762301683426, 1.7884769439697266, 0.5401181578636169, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 2.5216891765594482, 0.0, 1.0471975803375244, -1.455055832862854, 0.2829268276691437, 0.0, 0.2829268276691437, 0.2829268276691437, 0.0, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.20757617056369781, 1.6449514627456665, 0.49677178263664246, -1.7102890014648438, -1.7337061166763306, 0.23884882032871246, 2.277252197265625, -1.229529619216919, 0.5780362486839294, -1.9856034517288208, 0.09752018749713898, -0.09752018749713898, 0.09752018749713898, 0.09752018749713898, -0.09752018749713898, 0.09752018749713898, -2.3561999797821045, 1.5707993507385254, -1.0472004413604736, -1.5707993507385254, 0.0, -1.0472004413604736, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 0.38693591952323914, 0.11685367673635483, 0.49271517992019653, 0.10972033441066742, 0.43057194352149963, 0.3798108398914337, 0.6953679919242859, 0.2532091736793518, 0.33794546127319336, 0.1335276961326599, 0.1335276961326599, 0.1335276961326599, 0.1335276961326599, 0.1335276961326599, 0.1335276961326599, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.86102294921875e-06, 2.9802322387695312e-06, 0.0, 2.86102294921875e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [347]}, "observation.state": {"min": [0.4586659073829651, 0.8732967376708984, -1.514196083007846e-05, 2.067605495452881, -0.8886088132858276, 0.4586659073829651, -0.0, -0.37062013149261475, -0.0, -0.03981209918856621, 0.9991783499717712, 0.7509999871253967, NaN], "max": [0.4862443506717682, 0.8886088132858276, 0.0311884842813015, 2.103018045425415, -0.873785138130188, 0.48560813069343567, 0.026179112493991852, -0.3496328890323639, 0.008488231338560581, 1.1293531315459404e-05, 1.0, 0.8041520118713379, NaN], "mean": [0.4646552801132202, 0.8853271007537842, 0.006738895550370216, 2.072456121444702, -0.88541579246521, 0.464544415473938, 0.005687040742486715, -0.35477855801582336, 0.0017496910877525806, -0.00864307302981615, 0.99985671043396, 0.7610329389572144, NaN], "std": [0.009786236099898815, 0.005392332095652819, 0.011038541793823242, 0.007624403573572636, 0.0052345688454806805, 0.009587015025317669, 0.009294901974499226, 0.008054629899561405, 0.002925432752817869, 0.014130724593997002, 0.0002625831984914839, 0.01670224778354168, NaN], "count": [347]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09594137830912947]], [[0.09307423702013894]], [[0.0895912789656747]]], "std": [[[0.23206681648822455]], [[0.22663988972136548]], [[0.21957254090247955]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.308225096242115]], [[0.2939308759993857]], [[0.27901230142205646]]], "std": [[[0.3006227392764261]], [[0.29762851594090406]], [[0.2955906754055061]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6484957141161585]], [[0.6368856661778284]], [[0.6177797438595151]]], "std": [[[0.2406579060149124]], [[0.23965645879763653]], [[0.23658961034415005]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5243677954202097]], [[0.5113196458638858]], [[0.48318498938168336]]], "std": [[[0.27139494757161087]], [[0.2742519154874061]], [[0.28075560665988725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5201035961458897]], [[0.48824554295573436]], [[0.45650230840258543]]], "std": [[[0.28526249510780416]], [[0.30676553017034247]], [[0.3253010329247055]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967562333575405]], [[0.9967562333575405]], [[0.9967562333575405]]], "std": [[[0.01648742711291508]], [[0.01648742711291508]], [[0.01648742711291508]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6010740827913532]], [[0.6010740827913532]], [[0.6010740827913532]]], "std": [[[0.33617974775965326]], [[0.33617974775965326]], [[0.33617974775965326]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.1207057509231934]], [[0.1207057509231934]], [[0.1207057509231934]]], "std": [[[0.07427787143800797]], [[0.07427787143800797]], [[0.07427787143800797]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05346839483373802]], [[0.05346839483373802]], [[0.05346839483373802]]], "std": [[[0.10842773540238908]], [[0.10842773540238908]], [[0.10842773540238908]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1311039629421756]], [[0.1311039629421756]], [[0.1311039629421756]]], "std": [[[0.17241989464118718]], [[0.17241989464118718]], [[0.17241989464118718]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14862693196700041]], [[0.04460719202355543]], [[0.07328688766981091]]], "std": [[[0.35326739120401845]], [[0.13823093463377986]], [[0.23265352331094474]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26071299028828043]], [[0.3830226414562952]], [[0.21690542087359208]]], "std": [[[0.3190849323178021]], [[0.45070185530886275]], [[0.35577794725570894]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2755554978874009]], [[0.4460978695640221]], [[0.8313757677073086]]], "std": [[[0.34940515652682125]], [[0.24532088330630628]], [[0.34230056059309477]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3090615164981214]], [[0.8228287369802405]], [[0.5462330021437801]]], "std": [[[0.3582117770649153]], [[0.3039818182706273]], [[0.3320785688703382]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5821099678064174]], [[0.3721672135082958]], [[0.6553144436598892]]], "std": [[[0.3607701164525163]], [[0.3718995845940489]], [[0.38482658128415775]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.92], "mean": [3.4599999999999995], "std": [2.003397114902585], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [347]}, "index": {"min": [62481], "max": [62827], "mean": [62654.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [347]}}} +{"episode_index": 245, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.009568238630890846, -0.7955798506736755, -1.5707963705062866, 0.501561164855957, 0.6932647228240967, -1.7776786088943481, 0.570398211479187, -3.370441198348999, 0.0, -0.33170732855796814, 0.0, 0.0, -0.33170732855796814, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.545932650566101, 0.5808746814727783, -0.7689619660377502, -0.4213551878929138, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.33170732855796814, 0.0, 0.33170732855796814, 0.33170732855796814, 0.0, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997487962245941, 1.37546968460083, 0.5168243050575256, -0.7853304743766785, -0.9454931616783142, 0.7336073517799377, 1.1493885517120361, -1.0603539943695068, 0.7686352729797363, -2.9274652004241943, 0.07305099070072174, -0.07305099070072174, 0.07305099070072174, 0.07305099070072174, -0.07305099070072174, 0.07305099070072174, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 0.3816472887992859, 0.1434009075164795, 0.007169733289629221, 0.4672253429889679, 0.22749440371990204, 0.3289085626602173, 0.7733707427978516, 0.20488417148590088, 0.34173548221588135, 0.1350409984588623, 0.1350409984588623, 0.1350409984588623, 0.1350409984588623, 0.1350409984588623, 0.1350409984588623, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [218]}, "observation.state": {"min": [-0.8110173940658569, 0.5850077271461487, -0.004108905326575041, 2.0371036529541016, -0.5866222977638245, -0.8110256791114807, -0.0006905206828378141, -0.2760676443576813, -0.0037363755982369184, 0.0, 0.9999912977218628, 0.7509999871253967, NaN], "max": [-0.8098606467247009, 0.5866222977638245, 2.001910161197884e-06, 2.06345796585083, -0.5850101709365845, -0.8098606467247009, 4.601435193762882e-06, -0.25994908809661865, 4.320572770666331e-06, 0.0018437510589137673, 1.0, 0.8103154897689819, NaN], "mean": [-0.8100107312202454, 0.5864115357398987, -0.0005304768565110862, 2.061246395111084, -0.5864118337631226, -0.8100113272666931, -8.917995728552341e-05, -0.2614220380783081, -0.00048230530228465796, 0.00023820182832423598, 0.9999992847442627, 0.7574200630187988, NaN], "std": [0.000339684309437871, 0.0004734642570838332, 0.0012092451797798276, 0.00569460354745388, 0.00047282743616960943, 0.0003418023989070207, 0.00020337877504061908, 0.0036656924057751894, 0.0010995515622198582, 0.000542792899068445, 2.271966650368995e-06, 0.01505536213517189, NaN], "count": [218]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12329929436977759]], [[0.12456921955540534]], [[0.11130279335153234]]], "std": [[[0.2970587881565502]], [[0.29819887771016373]], [[0.2759267339191594]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43668798644932477]], [[0.4356002282586028]], [[0.39345368811318515]]], "std": [[[0.40866972831447385]], [[0.4038028063388723]], [[0.3901076107541538]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.37514874829929235]], [[0.3817674659070564]], [[0.3473781495362072]]], "std": [[[0.3854196514081377]], [[0.3888446542045232]], [[0.366177376617351]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6221661070843987]], [[0.6011287307440332]], [[0.5364549883289043]]], "std": [[[0.3208928422860913]], [[0.32725215514132727]], [[0.32949115270069235]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6845481679967224]], [[0.6778965057792208]], [[0.5994891915796448]]], "std": [[[0.2744193248834404]], [[0.2786098589447172]], [[0.3037512177555555]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957680492942022]], [[0.9957680492942022]], [[0.9957680492942022]]], "std": [[[0.01948089720430573]], [[0.01948089720430573]], [[0.01948089720430573]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5967422427950011]], [[0.5967422427950011]], [[0.5967422427950011]]], "std": [[[0.3389729139662116]], [[0.3389729139662116]], [[0.3389729139662116]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5129555532756518]], [[0.5129555532756518]], [[0.5129555532756518]]], "std": [[[0.4339466331640378]], [[0.4339466331640378]], [[0.4339466331640378]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1715468972856404]], [[0.1715468972856404]], [[0.1715468972856404]]], "std": [[[0.2739488450737284]], [[0.2739488450737284]], [[0.2739488450737284]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20894459096179083]], [[0.20894459096179083]], [[0.20894459096179083]]], "std": [[[0.22437453654812411]], [[0.22437453654812411]], [[0.22437453654812411]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13943836850084926]], [[0.06518336796775412]], [[0.028820628569474368]]], "std": [[[0.3425164250842959]], [[0.17172814270465833]], [[0.11898836046474508]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18299409169638922]], [[0.470901107832073]], [[0.23874226022955947]]], "std": [[[0.30814982765916393]], [[0.47450538850979085]], [[0.31521526624867185]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36020335400669623]], [[0.21873064747255902]], [[0.3722858784771047]]], "std": [[[0.43046944687256306]], [[0.32633480004710513]], [[0.4377054984150337]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6444548327589988]], [[0.41997668731320714]], [[0.44109695022634754]]], "std": [[[0.3924464574613806]], [[0.3282762138632659]], [[0.4358848823498985]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5411958551349133]], [[0.5255190972117447]], [[0.3986582095647328]]], "std": [[[0.30670906110217216]], [[0.44264880466480255]], [[0.39524388090972973]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.34], "mean": [2.17], "std": [1.258610344785073], "count": [218]}, "frame_index": {"min": [0], "max": [217], "mean": [108.5], "std": [62.930517239253646], "count": [218]}, "episode_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [218]}, "index": {"min": [62828], "max": [63045], "mean": [62936.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [218]}}} +{"episode_index": 246, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4595111906528473, 0.025464791804552078, 0.010248142294585705, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, -0.3831917345523834, -3.1594274044036865, -1.5879689455032349, -3.3762450218200684, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4595111906528473, 0.9689918160438538, 0.38996458053588867, 0.3863910138607025, 1.08500075340271, 3.1301610469818115, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858015060425, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45951083302497864, 0.910472571849823, 0.3664126992225647, -0.05707880109548569, 0.06585178524255753, 2.317472457885742, 0.4217170774936676, -1.9729105234146118, -0.5246840119361877, -3.028632640838623, 0.0926317349076271, -0.0926317349076271, 0.0926317349076271, 0.0926317349076271, -0.0926317349076271, 0.0926317349076271, -2.3561995029449463, 1.5707987546920776, -1.047196388244629, -1.5707987546920776, 0.0, -1.047196388244629, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 0.18448054790496826, 0.07424283027648926, 0.4565369188785553, 1.0996214151382446, 0.8636654019355774, 0.7715909481048584, 1.3125507831573486, 1.0571424961090088, 0.36509349942207336, 0.19447320699691772, 0.19447320699691772, 0.19447320699691772, 0.19447320699691772, 0.19447320699691772, 0.19447320699691772, 5.0067901611328125e-06, 2.384185791015625e-06, 1.1920928955078125e-06, 2.384185791015625e-06, 0.0, 1.1920928955078125e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [248]}, "observation.state": {"min": [0.48215675354003906, 0.8760613203048706, 0.0, 1.8544715642929077, -0.8760849833488464, 0.48215675354003906, -4.826482472708449e-05, -0.223921999335289, -9.842972212936729e-05, -7.878663018345833e-05, 1.0, 0.7509999871253967, NaN], "max": [0.4821997582912445, 0.8760849833488464, 0.00011643883772194386, 1.897553563117981, -0.8760613203048706, 0.4821997582912445, 1.2920315839437535e-07, -0.22031402587890625, 6.716653899729863e-08, 0.0, 1.0, 0.7962068319320679, NaN], "mean": [0.4821597635746002, 0.8760820031166077, 1.113974030886311e-05, 1.8576593399047852, -0.8760820031166077, 0.4821597635746002, -4.606650236382848e-06, -0.22352491319179535, -9.407213838130701e-06, -7.537862074968871e-06, 1.0, 0.754426121711731, NaN], "std": [1.121063996833982e-05, 6.18716376266093e-06, 3.0232251447159797e-05, 0.009106063283979893, 6.18716376266093e-06, 1.1211489436391275e-05, 1.2517351024143863e-05, 0.0010314066894352436, 2.5539677153574303e-05, 2.0454777768463828e-05, 0.0, 0.009711267426609993, NaN], "count": [248]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.08298687915369972]], [[0.05026475181570867]], [[0.04669551013182537]]], "std": [[[0.2025948188531102]], [[0.1424353909751727]], [[0.1349881352845682]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29450027794709416]], [[0.2048170558261265]], [[0.1897406756964268]]], "std": [[[0.2723224104315172]], [[0.2363497661553282]], [[0.22619428083757942]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5563361651079501]], [[0.2710920765967205]], [[0.26631146033872666]]], "std": [[[0.2020112704357712]], [[0.2630257204635277]], [[0.26612625686007757]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3924325902858664]], [[0.34534713613909024]], [[0.33225202592921166]]], "std": [[[0.314191077216856]], [[0.3200050893120282]], [[0.3162584796947162]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46861542649959]], [[0.4017898491977756]], [[0.38221358004574557]]], "std": [[[0.3045395803810537]], [[0.3215307552121429]], [[0.31812763865134597]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967110671223792]], [[0.9967110671223792]], [[0.9967110671223792]]], "std": [[[0.016595549588561118]], [[0.016595549588561118]], [[0.016595549588561118]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5826015123808834]], [[0.5826015123808834]], [[0.5826015123808834]]], "std": [[[0.3321072480681261]], [[0.3321072480681261]], [[0.3321072480681261]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.07309411778117081]], [[0.07309411778117081]], [[0.07309411778117081]]], "std": [[[0.060352152656712406]], [[0.060352152656712406]], [[0.060352152656712406]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3516136863965517]], [[0.3516136863965517]], [[0.3516136863965517]]], "std": [[[0.4273904807111732]], [[0.4273904807111732]], [[0.4273904807111732]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27247572070105697]], [[0.27247572070105697]], [[0.27247572070105697]]], "std": [[[0.3442994309133398]], [[0.3442994309133398]], [[0.3442994309133398]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08094138300304904]], [[0.10880062710765372]], [[0.07722266143898139]]], "std": [[[0.2555805142155851]], [[0.2830019788896204]], [[0.22328428981314222]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3280550502886425]], [[0.2691461317744156]], [[0.3635835004703978]]], "std": [[[0.41393092966999756]], [[0.33957890923948403]], [[0.44956513371115736]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8827072315195358]], [[0.3990789188696237]], [[0.22838458758216873]]], "std": [[[0.2359913265469933]], [[0.3179493920103357]], [[0.26787715713653637]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35709887741560836]], [[0.4900998503980779]], [[0.2875505250149032]]], "std": [[[0.3998872996228652]], [[0.44946684479459537]], [[0.35538749595277347]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39016511867905057]], [[0.4934321524102271]], [[0.42153403058155653]]], "std": [[[0.40195482994433945]], [[0.4491442225889591]], [[0.37400028329950447]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.94], "mean": [2.4699999999999998], "std": [1.431817027416562], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [248]}, "index": {"min": [63046], "max": [63293], "mean": [63169.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [248]}}} +{"episode_index": 247, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49966901540756226, 0.025464791804552078, 0.019527621567249298, -2.982224464416504, -1.5707963705062866, -0.23291826248168945, 0.37276625633239746, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.5658536553382874, 0.0, 0.0, -0.5658536553382874, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49966901540756226, 0.9526422023773193, 0.7305316925048828, -0.7853981852531433, -0.8263962268829346, 1.0471975803375244, 1.5707963705062866, 2.023284912109375, 1.8662947416305542, -0.06741789728403091, 0.5658536553382874, 0.0, 0.5658536553382874, 0.5658536553382874, 0.0, 0.5658536553382874, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996694326400757, 0.8760104775428772, 0.671765923500061, -1.9710044860839844, -1.1549335718154907, 0.3400805592536926, 0.9004748463630676, 1.1196041107177734, 1.4936898946762085, -1.1282522678375244, 0.08386381715536118, -0.08386381715536118, 0.08386381715536118, 0.08386381715536118, -0.08386381715536118, 0.08386381715536118, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 0.20577111840248108, 0.1577949970960617, 0.8935778141021729, 0.31006214022636414, 0.5251405239105225, 0.5000737905502319, 0.8392216563224792, 0.33027735352516174, 1.0105843544006348, 0.19073116779327393, 0.19073116779327393, 0.19073116779327393, 0.19073116779327393, 0.19073116779327393, 0.19073116779327393, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [183]}, "observation.state": {"min": [0.7721043229103088, 0.6348292231559753, -0.0005275298608466983, 1.873755931854248, -0.6354957818984985, 0.7721039652824402, -0.0007561956299468875, -0.30269864201545715, -7.894235022831708e-05, 0.0, 0.9999995827674866, 0.7509999871253967, NaN], "max": [0.7726524472236633, 0.6354956030845642, 0.0, 1.9066417217254639, -0.6348292231559753, 0.7726524472236633, -0.0, -0.28338977694511414, 3.2542340022700955e-07, 0.0009191049030050635, 1.0, 0.803337037563324, NaN], "mean": [0.7726151943206787, 0.6348733305931091, -3.5301167372381315e-05, 1.9048550128936768, -0.6348733305931091, 0.7726151943206787, -5.0736234697978944e-05, -0.30156293511390686, -4.97588143844041e-06, 6.1608268879354e-05, 1.0, 0.7539478540420532, NaN], "std": [0.00012153560965089127, 0.00014776605530641973, 0.00011682657350320369, 0.00612771138548851, 0.00014780268247704953, 0.00012160454207332805, 0.000167849866556935, 0.0038003227673470974, 1.682526635704562e-05, 0.00020381105423439294, 8.566441778157241e-08, 0.009987625293433666, NaN], "count": [183]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13160854856630932]], [[0.12067108163329625]], [[0.09360676755911489]]], "std": [[[0.30645376591545054]], [[0.2839921479279531]], [[0.22867735039946727]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45665599537581864]], [[0.40461796389839405]], [[0.29823478315097457]]], "std": [[[0.39551610507497215]], [[0.3675625964241737]], [[0.3027707701353402]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7479338009818338]], [[0.7378065850326999]], [[0.6472837306736244]]], "std": [[[0.2513541541642848]], [[0.2569313920407817]], [[0.25161573873295506]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5648476776162399]], [[0.5161555323541818]], [[0.4184894215817033]]], "std": [[[0.2696704890764731]], [[0.27692055435780755]], [[0.27876828705661066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6840132328298099]], [[0.6014035516877658]], [[0.45485311585733434]]], "std": [[[0.2200616730347458]], [[0.25838770315723875]], [[0.2962456089838703]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970973096464741]], [[0.9970973096464741]], [[0.9970973096464741]]], "std": [[[0.015312557351918634]], [[0.015312557351918634]], [[0.015312557351918634]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5865949167533365]], [[0.5865949167533365]], [[0.5865949167533365]]], "std": [[[0.3348332657338339]], [[0.3348332657338339]], [[0.3348332657338339]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16402043598466026]], [[0.16402043598466026]], [[0.16402043598466026]]], "std": [[[0.18102531617747122]], [[0.18102531617747122]], [[0.18102531617747122]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07524322483002982]], [[0.07524322483002982]], [[0.07524322483002982]]], "std": [[[0.11121754598373136]], [[0.11121754598373136]], [[0.11121754598373136]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13261392980980907]], [[0.13261392980980907]], [[0.13261392980980907]]], "std": [[[0.12714316615037358]], [[0.12714316615037358]], [[0.12714316615037358]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1349872224803878]], [[0.05656298066574532]], [[0.07831968140356242]]], "std": [[[0.32368631167907835]], [[0.1656827027603765]], [[0.2517925853229358]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32345172203144795]], [[0.42998185196584704]], [[0.3394459297347064]]], "std": [[[0.4201001765347649]], [[0.40519277954642696]], [[0.43034337759343944]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3552232394616477]], [[0.6225645497759995]], [[0.7473157016303323]]], "std": [[[0.38633368517290456]], [[0.29801122037242345]], [[0.40239846525748935]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5663324810516526]], [[0.5249735014829433]], [[0.5168082983133406]]], "std": [[[0.438273618251364]], [[0.37968794543429324]], [[0.340937417645807]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660821274989254]], [[0.5889821677995777]], [[0.544345040639285]]], "std": [[[0.426238801207223]], [[0.3033223241866937]], [[0.4213385706072054]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.64], "mean": [1.82], "std": [1.056535217901735], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [183]}, "index": {"min": [63294], "max": [63476], "mean": [63385.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [183]}}} +{"episode_index": 248, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997474253177643, 0.025464791804552078, 0.017172273248434067, -2.323594808578491, -1.5707963705062866, 0.5864138603210449, 1.5707963705062866, -0.7821710109710693, -0.5681619048118591, -2.722803831100464, 0.0, -0.5707316994667053, 0.0, 0.0, -0.5707316994667053, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997474253177643, 1.082586407661438, 0.7300460338592529, -0.7853981852531433, -0.9929070472717285, 1.0471975803375244, 1.9630422592163086, 0.0, 1.0471975803375244, -2.481858253479004, 0.5707316994667053, 0.0, 0.5707316994667053, 0.5707316994667053, 0.0, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997480511665344, 0.9705779552459717, 0.6545135378837585, -1.6250311136245728, -1.263649821281433, 0.7903162837028503, 1.7854961156845093, -0.4414116144180298, 0.12848761677742004, -2.6160876750946045, 0.10942942649126053, -0.10942942649126053, 0.10942942649126053, 0.10942942649126053, -0.10942942649126053, 0.10942942649126053, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 0.2600719630718231, 0.17538122832775116, 0.6458242535591125, 0.2337735891342163, 0.18441572785377502, 0.14941705763339996, 0.33590561151504517, 0.7151395082473755, 0.10447750985622406, 0.2139894664287567, 0.2139894664287567, 0.2139894664287567, 0.2139894664287567, 0.2139894664287567, 0.2139894664287567, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [162]}, "observation.state": {"min": [0.8945693969726562, -0.446929007768631, -1.4831675798632205e-06, 1.969071388244629, 0.4445675015449524, 0.8945693969726562, -1.0832405678229406e-05, -0.2124703824520111, -0.00028946789097972214, -2.3685674932494294e-06, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.8957453370094299, -0.44456747174263, 0.0003216525074094534, 1.98684561252594, 0.446929007768631, 0.8957453370094299, 2.74290177912917e-05, -0.1908578723669052, 4.7462623342653387e-07, 0.00014321703929454088, 1.0, 0.8124361038208008, NaN], "mean": [0.8946778178215027, -0.44671210646629333, 2.8512979042716324e-05, 1.9856035709381104, 0.44671210646629333, 0.8946778178215027, 1.1141438562844996e-06, -0.19244083762168884, -2.6029618311440572e-05, 1.169168626802275e-05, 1.0, 0.7556822299957275, NaN], "std": [0.00030001768027432263, 0.0006022432935424149, 8.01806163508445e-05, 0.003664115210995078, 0.0006022384623065591, 0.0003000260330736637, 5.827836048410973e-06, 0.004582199268043041, 7.279741839738563e-05, 3.410902718314901e-05, 1.4808892778717109e-08, 0.013383821584284306, NaN], "count": [162]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08686832549784046]], [[0.07723205598370807]], [[0.06892247455392676]]], "std": [[[0.21758690223242452]], [[0.19726212524893835]], [[0.1781950842127612]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28348251146154574]], [[0.250164296572567]], [[0.2230805335779536]]], "std": [[[0.2874668655031704]], [[0.26388740755277446]], [[0.24451677827151203]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6458770809989466]], [[0.590459595075676]], [[0.5275667404953157]]], "std": [[[0.25278622025310193]], [[0.2422219582882943]], [[0.226917604743217]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39211671229827044]], [[0.37545950857344407]], [[0.34119289528334845]]], "std": [[[0.2956709728742067]], [[0.291741091164719]], [[0.27438727351006253]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47413924445329586]], [[0.43632208737261874]], [[0.4020555304095579]]], "std": [[[0.27330547616233986]], [[0.28384748847095265]], [[0.29256376522813365]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9945897735586146]], [[0.9945897735586146]], [[0.9945897735586146]]], "std": [[[0.02258772026911925]], [[0.02258772026911925]], [[0.02258772026911925]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.602138640949352]], [[0.602138640949352]], [[0.602138640949352]]], "std": [[[0.3396238362061277]], [[0.3396238362061277]], [[0.3396238362061277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.134921353377711]], [[0.134921353377711]], [[0.134921353377711]]], "std": [[[0.1773976669175466]], [[0.1773976669175466]], [[0.1773976669175466]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0469857928466007]], [[0.0469857928466007]], [[0.0469857928466007]]], "std": [[[0.07310847875511793]], [[0.07310847875511793]], [[0.07310847875511793]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1287115995469697]], [[0.1287115995469697]], [[0.1287115995469697]]], "std": [[[0.1574985658944502]], [[0.1574985658944502]], [[0.1574985658944502]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14391331269349844]], [[0.04332810296581955]], [[0.08005610843222416]]], "std": [[[0.34601684783993436]], [[0.1361644794924626]], [[0.2315971949780243]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29304954297987446]], [[0.47900915649594883]], [[0.15320410838662607]]], "std": [[[0.35602354555532467]], [[0.47382783323719324]], [[0.2886124146764724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7095038459965225]], [[0.6331114450499601]], [[0.2852287045251396]]], "std": [[[0.4127651654356746]], [[0.26271600577292353]], [[0.3216546246080892]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7185914405706196]], [[0.656778302826209]], [[0.3060624331535562]]], "std": [[[0.38794665189953387]], [[0.25900561243710607]], [[0.3515578602082905]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.436220783200596]], [[0.6190563156352449]], [[0.4215346394499799]]], "std": [[[0.38244343899096794]], [[0.3925756896629705]], [[0.39523063626404836]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.22], "mean": [1.6099999999999999], "std": [0.9352896164646899], "count": [162]}, "frame_index": {"min": [0], "max": [161], "mean": [80.5], "std": [46.76448082323449], "count": [162]}, "episode_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [162]}, "index": {"min": [63477], "max": [63638], "mean": [63557.5], "std": [46.76448082323449], "count": [162]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [162]}}} +{"episode_index": 249, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41096171736717224, 0.025464791804552078, 0.014489054679870605, -3.2124722003936768, -1.5707963705062866, 1.0471975803375244, -0.6272680163383484, 0.0, -1.968939185142517, -2.481858253479004, 0.0, -0.4439024329185486, 0.0, 0.0, -0.4439024329185486, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41096171736717224, 1.2265264987945557, 0.6978737711906433, -0.7853981852531433, -0.8641807436943054, 1.3357369899749756, 1.5707963705062866, 2.4054224491119385, 1.0471975803375244, -2.2077267169952393, 0.4439024329185486, 0.0, 0.4439024329185486, 0.4439024329185486, 0.0, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41096219420433044, 1.1116009950637817, 0.632482647895813, -1.981689453125, -1.241322636604309, 1.1770037412643433, 0.46658387780189514, 1.2023100852966309, -0.4722677767276764, -2.349623203277588, 0.047302648425102234, -0.047302648425102234, 0.047302648425102234, 0.047302648425102234, -0.047302648425102234, 0.047302648425102234, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.28302040696144104, 0.16103380918502808, 0.9981712102890015, 0.27861860394477844, 0.1101333349943161, 0.919112503528595, 1.0013859272003174, 1.260326623916626, 0.11069153249263763, 0.13047033548355103, 0.13047033548355103, 0.13047033548355103, 0.13047033548355103, 0.13047033548355103, 0.13047033548355103, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [203]}, "observation.state": {"min": [-0.9912962317466736, -0.13249635696411133, 0.0, 1.9139677286148071, 0.1316501647233963, -0.9912962317466736, 0.0, -0.29167860746383667, -4.636959602066781e-06, 0.0, 0.9999991059303284, 0.7509999871253967, NaN], "max": [-0.9911834597587585, -0.1316501647233963, 0.00017719011520966887, 1.9378677606582642, 0.13249647617340088, -0.9911825656890869, 0.0013238777173683047, -0.2780168950557709, 6.262007445911877e-06, 0.001335682813078165, 1.0, 0.812734067440033, NaN], "mean": [-0.9912874698638916, -0.13170413672924042, 8.231669198721647e-06, 1.9150043725967407, 0.13170413672924042, -0.9912874698638916, 6.117532029747963e-05, -0.27858981490135193, 6.39296615645435e-08, 6.17266123299487e-05, 1.0, 0.7535087466239929, NaN], "std": [2.0699417291325517e-05, 0.00015498696302529424, 3.318742892588489e-05, 0.0041344184428453445, 0.0001550060696899891, 2.0842177036684006e-05, 0.0002473113709129393, 0.0023129109758883715, 1.0812748314492637e-06, 0.0002495258522685617, 1.4967079664529592e-07, 0.010228723287582397, NaN], "count": [203]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10448028319087288]], [[0.1029336822927249]], [[0.1014112725148881]]], "std": [[[0.25400055476954647]], [[0.2510248670234852]], [[0.24785611396705323]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3381024079136802]], [[0.3313051121477968]], [[0.32318752543936763]]], "std": [[[0.33538866163807235]], [[0.3327249602742446]], [[0.3305358264376275]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7406043864007762]], [[0.7343239743282833]], [[0.7260473428727191]]], "std": [[[0.25285550255607936]], [[0.2529501010893391]], [[0.25185978530079633]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084237643759669]], [[0.4948409156898285]], [[0.4788525150356302]]], "std": [[[0.2950717719990697]], [[0.2984823405472855]], [[0.30203622486280074]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5921959134736279]], [[0.5815693731136311]], [[0.5704128557069009]]], "std": [[[0.26798024536589277]], [[0.278027840073783]], [[0.28484311707822196]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952650984951964]], [[0.9952650984951964]], [[0.9952650984951964]]], "std": [[[0.02076679355264178]], [[0.02076679355264178]], [[0.02076679355264178]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5997201364455361]], [[0.5997201364455361]], [[0.5997201364455361]]], "std": [[[0.33912895992399866]], [[0.33912895992399866]], [[0.33912895992399866]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16017718875792852]], [[0.16017718875792852]], [[0.16017718875792852]]], "std": [[[0.1327926733612953]], [[0.1327926733612953]], [[0.1327926733612953]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11344870451172843]], [[0.11344870451172843]], [[0.11344870451172843]]], "std": [[[0.21554369927855688]], [[0.21554369927855688]], [[0.21554369927855688]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1356398288462815]], [[0.1356398288462815]], [[0.1356398288462815]]], "std": [[[0.14134931675639514]], [[0.14134931675639514]], [[0.14134931675639514]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04902148943432234]], [[0.05316928084458365]], [[0.14544202707586915]]], "std": [[[0.15564317585151421]], [[0.16343195703599261]], [[0.34829277188812446]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45360653554537644]], [[0.2457063081585016]], [[0.21577556492998348]]], "std": [[[0.43716254363436535]], [[0.34399152362349406]], [[0.35551831508268816]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6918303671114491]], [[0.5948110824782018]], [[0.36122848324036017]]], "std": [[[0.4204283768749837]], [[0.2069481476474347]], [[0.39435999624445534]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3868161827570876]], [[0.6748621603697735]], [[0.4092153872047776]]], "std": [[[0.3723806985405392]], [[0.3803857009348175]], [[0.39705680895417944]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5646823872738453]], [[0.37832381071165855]], [[0.7045172900527127]]], "std": [[[0.4244143448619735]], [[0.34253072193680834]], [[0.35055490552700214]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.04], "mean": [2.02], "std": [1.1720068259186889], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [203]}, "index": {"min": [63639], "max": [63841], "mean": [63740.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [203]}}} +{"episode_index": 250, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.010895478539168835, 0.025464791804552078, 0.011977101676166058, -1.8240538835525513, -1.8355716466903687, 1.0471975803375244, 1.2567498683929443, -0.25117549300193787, 1.0471975803375244, -2.7925209999084473, 0.0, -0.3219512104988098, 0.0, 0.0, -0.3219512104988098, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.010895478539168835, 0.9717332720756531, 0.45704472064971924, -0.7853981852531433, -1.5707963705062866, 1.4372786283493042, 1.5707963705062866, 0.0, 1.614530086517334, -2.481858253479004, 0.3219512104988098, 0.0, 0.3219512104988098, 0.3219512104988098, 0.0, 0.3219512104988098, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.010895488783717155, 0.87935471534729, 0.4135960042476654, -1.458616852760315, -1.7362499237060547, 1.295263409614563, 1.4243779182434082, -0.1558733433485031, 1.3559138774871826, -2.6756744384765625, 0.08381133526563644, -0.08381133526563644, 0.08381133526563644, 0.08381133526563644, -0.08381133526563644, 0.08381133526563644, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0244548320770264e-08, 0.22531138360500336, 0.1059727892279625, 0.4537402093410492, 0.1108839213848114, 0.16656094789505005, 0.10774005204439163, 0.10582701116800308, 0.20932334661483765, 0.12989433109760284, 0.13831713795661926, 0.13831713795661926, 0.13831713795661926, 0.13831713795661926, 0.13831713795661926, 0.13831713795661926, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [158]}, "observation.state": {"min": [0.980270504951477, -0.19765658676624298, -4.673386566622639e-09, 1.3702305555343628, 0.19669032096862793, 0.98027104139328, -0.0005389402504079044, -0.1871841996908188, -0.0011429828591644764, 0.0, 0.9999990463256836, 0.7509999871253967, NaN], "max": [0.9804656505584717, -0.19669032096862793, 0.001274653011932969, 1.3707340955734253, 0.19765737652778625, 0.9804656505584717, 0.0, -0.18495900928974152, 5.151267412628613e-09, 0.0007802481413818896, 1.0, 0.8209945559501648, NaN], "mean": [0.9804379343986511, -0.19683241844177246, 0.00018767928122542799, 1.3706912994384766, 0.19683250784873962, 0.9804379343986511, -7.934337190818042e-05, -0.18642252683639526, -0.00016831654647830874, 0.00011484089191071689, 1.0, 0.7593898773193359, NaN], "std": [6.0448401200119406e-05, 0.0002995343238580972, 0.0003952806582674384, 0.00010759372526081279, 0.0002997507981490344, 6.030885560903698e-05, 0.0001671083300607279, 0.0005166357732377946, 0.00035448462585918605, 0.0002418939402559772, 2.880479144096171e-07, 0.018346309661865234, NaN], "count": [158]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09551088017026858]], [[0.09421561720683622]], [[0.09047076660423754]]], "std": [[[0.23740627429990577]], [[0.23501979154405786]], [[0.22589872268684213]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31151213277623213]], [[0.3056116653288996]], [[0.2907741909526712]]], "std": [[[0.3115223789738372]], [[0.3095642995685513]], [[0.2977687297939132]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6268027728994542]], [[0.6153086339285894]], [[0.5795366216251556]]], "std": [[[0.2601511667190173]], [[0.26789376248240515]], [[0.2692441313100509]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.5999050581006657]], [[0.5840156079531091]], [[0.5369221862131536]]], "std": [[[0.2556764862977609]], [[0.2560667292953525]], [[0.2567036669144534]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5315445221623412]], [[0.514796772729132]], [[0.4716408226161091]]], "std": [[[0.2637294529752821]], [[0.2699202214007371]], [[0.26838623270752804]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969883074463669]], [[0.9969883074463669]], [[0.9969883074463669]]], "std": [[[0.015549222424250012]], [[0.015549222424250012]], [[0.015549222424250012]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5866285681332483]], [[0.5866285681332483]], [[0.5866285681332483]]], "std": [[[0.3324925656223859]], [[0.3324925656223859]], [[0.3324925656223859]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.27058823529411763]], [[0.27058823529411763]], [[0.27058823529411763]]], "mean": [[[0.1045661778955281]], [[0.1045661778955281]], [[0.1045661778955281]]], "std": [[[0.07252710867033238]], [[0.07252710867033238]], [[0.07252710867033238]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.0379008992879324]], [[0.0379008992879324]], [[0.0379008992879324]]], "std": [[[0.042473926840467205]], [[0.042473926840467205]], [[0.042473926840467205]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07870242628702245]], [[0.07870242628702245]], [[0.07870242628702245]]], "std": [[[0.05353774797699544]], [[0.05353774797699544]], [[0.05353774797699544]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10954077105004992]], [[0.09382211117749654]], [[0.0406276441016542]]], "std": [[[0.2780094670645622]], [[0.27776466764860114]], [[0.13945515249471002]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4846349746628928]], [[0.401344782473709]], [[0.2502943007099218]]], "std": [[[0.43351983009518286]], [[0.4595896614200563]], [[0.37561251705912563]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4877209733043383]], [[0.6751913610422111]], [[0.40904811334608737]]], "std": [[[0.38170597866408934]], [[0.40194354467449894]], [[0.39157165302620933]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6749846783759843]], [[0.35413169528951766]], [[0.598504776063156]]], "std": [[[0.4058029581059982]], [[0.3907840357389346]], [[0.2987494054717754]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5512137832254067]], [[0.6504211733323677]], [[0.5367401949049515]]], "std": [[[0.37273503910640265]], [[0.38896699531255013]], [[0.39678408535687926]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.14], "mean": [1.5699999999999998], "std": [0.912195154558497], "count": [158]}, "frame_index": {"min": [0], "max": [157], "mean": [78.5], "std": [45.609757727924844], "count": [158]}, "episode_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [158]}, "index": {"min": [63842], "max": [63999], "mean": [63920.5], "std": [45.609757727924844], "count": [158]}, "task_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [158]}}} +{"episode_index": 251, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.014112962409853935, -1.3544212579727173, -1.5707963705062866, -0.9696639180183411, -1.3698843717575073, -2.978602170944214, -0.46929070353507996, -2.481858253479004, 0.0, -0.37560975551605225, 0.0, 0.0, -0.37560975551605225, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2956486940383911, 0.7180675268173218, -0.7853981852531433, 0.7010232210159302, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -1.1566212177276611, 0.37560975551605225, 0.0, 0.37560975551605225, 0.37560975551605225, 0.0, 0.37560975551605225, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974870681762695, 1.1934894323349, 0.661448061466217, -1.0998181104660034, -0.21403929591178894, -0.11537624895572662, -0.1450737565755844, -1.792220950126648, 0.1681462824344635, -1.6858189105987549, 0.06992634385824203, -0.06992634385824203, 0.06992634385824203, 0.06992634385824203, -0.06992634385824203, 0.06992634385824203, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2814998626708984e-06, 0.277883380651474, 0.15400665998458862, 0.21985627710819244, 0.9578338861465454, 0.8298167586326599, 1.2052685022354126, 1.2678203582763672, 0.6167517900466919, 0.5628512501716614, 0.1433449685573578, 0.1433449685573578, 0.1433449685573578, 0.1433449685573578, 0.1433449685573578, 0.1433449685573578, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [255]}, "observation.state": {"min": [0.5289677381515503, -0.8486419320106506, -0.0028821087907999754, 1.9023268222808838, 0.8468405604362488, 0.5289677381515503, -0.0008896899526007473, -0.14511516690254211, -2.869757054213551e-07, -0.0019679737742990255, 0.9999954700469971, 0.7509999871253967, NaN], "max": [0.5318418741226196, -0.8468387722969055, 0.0, 1.907204508781433, 0.8486419320106506, 0.5318460464477539, 4.875723789155018e-07, -0.09755688160657883, 0.002285527531057596, 0.0, 1.0, 0.7860005497932434, NaN], "mean": [0.5292799472808838, -0.8484475612640381, -0.0003123223432339728, 1.9029353857040405, 0.8484476804733276, 0.5292803049087524, -9.644661622587591e-05, -0.10137125104665756, 0.0002476373629178852, -0.00021336089412216097, 1.0, 0.7539722919464111, NaN], "std": [0.0007872463902458549, 0.0004934677272103727, 0.0007890101987868547, 0.0014704680070281029, 0.0004930371069349349, 0.0007882348727434874, 0.0002436591312289238, 0.01029678899794817, 0.0006256863125599921, 0.0005389099824242294, 1.1679778708639788e-06, 0.007871432229876518, NaN], "count": [255]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.09316581673194568]], [[0.08841667253406613]], [[0.07646404491142238]]], "std": [[[0.23118957195589632]], [[0.2252354824830926]], [[0.19703426555526124]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3060531150526624]], [[0.2847721055112651]], [[0.24212247374925483]]], "std": [[[0.3064904490651686]], [[0.30272664592873805]], [[0.27176079452444146]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7118417679715093]], [[0.7194868325497841]], [[0.6342666025611365]]], "std": [[[0.25702127652605866]], [[0.2617701660059054]], [[0.24333572886619131]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43431202226795446]], [[0.4216415575498008]], [[0.3328256617923665]]], "std": [[[0.2187952139578923]], [[0.22260519380743232]], [[0.21447139756779954]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48602824532569433]], [[0.4442279809909669]], [[0.360824386387365]]], "std": [[[0.23925085401686952]], [[0.26900336470070607]], [[0.29024253274283923]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952754961975899]], [[0.9952754961975899]], [[0.9952754961975899]]], "std": [[[0.020883200411629336]], [[0.020883200411629336]], [[0.020883200411629336]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6009279771687752]], [[0.6009279771687752]], [[0.6009279771687752]]], "std": [[[0.3394132984339403]], [[0.3394132984339403]], [[0.3394132984339403]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13277113588159523]], [[0.13277113588159523]], [[0.13277113588159523]]], "std": [[[0.19064454666060318]], [[0.19064454666060318]], [[0.19064454666060318]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.060001436339386476]], [[0.060001436339386476]], [[0.060001436339386476]]], "std": [[[0.13537865063502078]], [[0.13537865063502078]], [[0.13537865063502078]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1593461101823856]], [[0.1593461101823856]], [[0.1593461101823856]]], "std": [[[0.20481028364347367]], [[0.20481028364347367]], [[0.20481028364347367]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12680059760301643]], [[0.07716248404905549]], [[0.0957554937299293]]], "std": [[[0.3066431891247515]], [[0.2466504523825586]], [[0.2818712459860776]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47561234259443663]], [[0.24689013747149283]], [[0.2569356993370174]]], "std": [[[0.467615529166332]], [[0.31246406250927117]], [[0.38253699380632267]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.80083982267713]], [[0.38030732030167147]], [[0.24716542914830172]]], "std": [[[0.3670443322577943]], [[0.2652158550519948]], [[0.32522614607333145]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7675815960801747]], [[0.5151506540306352]], [[0.3902465447722812]]], "std": [[[0.3263685048664522]], [[0.3612280763321549]], [[0.39770580204720807]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5271508323995786]], [[0.5629255510829207]], [[0.4097880507560228]]], "std": [[[0.387671264184644]], [[0.42656703759595793]], [[0.39507562339410995]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.08], "mean": [2.54], "std": [1.4722318657965079], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [255]}, "index": {"min": [64000], "max": [64254], "mean": [64127.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [255]}}} +{"episode_index": 252, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49663689732551575, 0.009539304301142693, 0.025464791804552078, -2.014862060546875, -1.5707963705062866, 0.2713395059108734, 0.43345844745635986, -5.637403964996338, -0.4759938716888428, -5.012845516204834, 0.0, -0.502439022064209, 0.0, 0.0, -0.502439022064209, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49663689732551575, 0.3162853419780731, 0.844310998916626, -0.244032084941864, 1.6541777849197388, 2.6456611156463623, 2.4563424587249756, 0.0, 1.7874805927276611, -2.481858253479004, 0.502439022064209, 0.0, 0.502439022064209, 0.502439022064209, 0.0, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49663862586021423, 0.30636167526245117, 0.8178213834762573, -1.0572471618652344, 0.2834291458129883, 1.1185673475265503, 1.3607158660888672, -3.1544487476348877, 0.42185381054878235, -4.038577079772949, 0.03015950694680214, -0.03015950694680214, 0.03015950694680214, 0.03015950694680214, -0.03015950694680214, 0.03015950694680214, -2.3562002182006836, 1.5707995891571045, -1.0472021102905273, -1.5707995891571045, 0.0, -1.0472021102905273, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7285346984863281e-06, 0.04440184310078621, 0.11853007227182388, 0.6124762892723083, 1.1583656072616577, 0.7809984683990479, 0.630535900592804, 1.9776920080184937, 0.7160258889198303, 0.7753037214279175, 0.11403574049472809, 0.11403574049472809, 0.11403574049472809, 0.11403574049472809, 0.11403574049472809, 0.11403574049472809, 5.7220458984375e-06, 3.2186508178710938e-06, 4.5299530029296875e-06, 3.2186508178710938e-06, 0.0, 4.5299530029296875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [415]}, "observation.state": {"min": [0.6234483122825623, 0.7815595865249634, -2.2138448230180074e-07, 1.259830355644226, -0.781864583492279, 0.6234483122825623, -8.790927677182481e-05, -0.306188702583313, -0.00013027555542066693, -2.47671123361215e-05, 1.0, 0.7509999871253967, NaN], "max": [0.6238306164741516, 0.781864583492279, 9.962542389985174e-05, 1.2841840982437134, -0.7815595865249634, 0.6238306164741516, -0.0, -0.29652148485183716, -0.0, 4.041444015001616e-07, 1.0, 0.8135844469070435, NaN], "mean": [0.6238183975219727, 0.7815656065940857, 2.591512838989729e-06, 1.2836323976516724, -0.7815656065940857, 0.6238183975219727, -2.299595280419453e-06, -0.3059544265270233, -3.4137037800974213e-06, -5.922004788772028e-07, 1.0, 0.752398669719696, NaN], "std": [5.444527050713077e-05, 4.345942579675466e-05, 1.4126314454188105e-05, 0.0030308556742966175, 4.345942579675466e-05, 5.4444415582111105e-05, 1.2504943697422277e-05, 0.0012734310002997518, 1.8569598978501745e-05, 3.3311180231976323e-06, 0.0, 0.007729875389486551, NaN], "count": [415]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.121065899277874]], [[0.11177101719248624]], [[0.0961179635631141]]], "std": [[[0.2894496590375689]], [[0.26751247064502137]], [[0.2352330280750278]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4017169928605483]], [[0.3671780021471329]], [[0.3094682298759933]]], "std": [[[0.3934382769072715]], [[0.3604535670503917]], [[0.3147599945543131]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4816561690508425]], [[0.48833606854731904]], [[0.49589926580392424]]], "std": [[[0.27281596174122535]], [[0.2596414483327419]], [[0.24913681950490743]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5122598258824066]], [[0.49028233121503445]], [[0.46003617134415753]]], "std": [[[0.3041698425727006]], [[0.29591339699523134]], [[0.28584578394445037]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5703010358139358]], [[0.5441915682452317]], [[0.5097592354543814]]], "std": [[[0.3289997277587849]], [[0.31785425397637407]], [[0.3108163429765829]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959235548259864]], [[0.9959235548259864]], [[0.9959235548259864]]], "std": [[[0.018884637002778145]], [[0.018884637002778145]], [[0.018884637002778145]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5996719956064913]], [[0.5996719956064913]], [[0.5996719956064913]]], "std": [[[0.3368558101057157]], [[0.3368558101057157]], [[0.3368558101057157]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.06529157220153545]], [[0.06529157220153545]], [[0.06529157220153545]]], "std": [[[0.053635145899482435]], [[0.053635145899482435]], [[0.053635145899482435]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07474744097563789]], [[0.07474744097563789]], [[0.07474744097563789]]], "std": [[[0.16019663177461038]], [[0.16019663177461038]], [[0.16019663177461038]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10617918166206328]], [[0.10617918166206328]], [[0.10617918166206328]]], "std": [[[0.08815305209477922]], [[0.08815305209477922]], [[0.08815305209477922]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14653923747947248]], [[0.03097536027509051]], [[0.0838404764730693]]], "std": [[[0.34892550541958783]], [[0.12739802769002792]], [[0.2066617492973969]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5308962194501274]], [[0.3191998503310219]], [[0.14371833129818393]]], "std": [[[0.4791396392717835]], [[0.3352692195122424]], [[0.27178212634932836]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7534897468032731]], [[0.5845433359418115]], [[0.49387820888076167]]], "std": [[[0.307962031389691]], [[0.4338718700444758]], [[0.38174254138990504]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5129962790629059]], [[0.5159901105820394]], [[0.5057861168611626]]], "std": [[[0.35284069686974384]], [[0.3938008014610717]], [[0.4328609895797665]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7228447338581135]], [[0.3957007223942209]], [[0.5854811569304716]]], "std": [[[0.3294743475373975]], [[0.3934983071433749]], [[0.3937473489313678]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.28], "mean": [4.14], "std": [2.3959966610995096], "count": [415]}, "frame_index": {"min": [0], "max": [414], "mean": [207.0], "std": [119.7998330549755], "count": [415]}, "episode_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [415]}, "index": {"min": [64255], "max": [64669], "mean": [64462.0], "std": [119.7998330549755], "count": [415]}, "task_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [415]}}} +{"episode_index": 253, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994412958621979, 0.01928546279668808, 0.025464791804552078, -3.1127707958221436, -1.5797550678253174, -0.15853667259216309, -1.6194062232971191, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.46341463923454285, 0.0, 0.0, -0.46341463923454285, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994412958621979, 0.4720991551876068, 0.6233662366867065, -0.7853981852531433, -0.9321960806846619, 1.0471975803375244, 1.5707964897155762, 7.166464805603027, 1.526419997215271, 6.181662559509277, 0.46341463923454285, 0.0, 0.46341463923454285, 0.46341463923454285, 0.0, 0.46341463923454285, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49943965673446655, 0.4616581201553345, 0.6095836162567139, -2.0997068881988525, -1.3402413129806519, 0.38838762044906616, -0.2576681971549988, 4.006784915924072, 1.2603670358657837, 2.335204839706421, 0.03474976122379303, -0.03474976122379303, 0.03474976122379303, 0.03474976122379303, -0.03474976122379303, 0.03474976122379303, -2.3562002182006836, 1.570799708366394, -1.047202467918396, -1.570799708366394, 0.0, -1.047202467918396, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-06, 0.05591943860054016, 0.07383782416582108, 0.8846091032028198, 0.2622421681880951, 0.4584409296512604, 1.229465365409851, 2.770460844039917, 0.16937319934368134, 3.349982261657715, 0.11817874759435654, 0.11817874759435654, 0.11817874759435654, 0.11817874759435654, 0.11817874759435654, 0.11817874759435654, 5.7220458984375e-06, 3.337860107421875e-06, 4.887580871582031e-06, 3.337860107421875e-06, 0.0, 4.887580871582031e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [432]}, "observation.state": {"min": [-0.9999285340309143, -0.012437650002539158, -0.0022078901529312134, 1.9777276515960693, 0.01174972951412201, -0.999928891658783, -1.804800753291147e-08, -0.14892584085464478, -0.002232111757621169, -1.8076811159062345e-08, 0.9999954104423523, 0.7509999871253967, NaN], "max": [-0.9999226331710815, -0.01175421942025423, 0.0, 1.9924618005752563, 0.012437650002539158, -0.9999226331710815, 0.002073408104479313, -0.1238584965467453, 0.0, 0.0020473094191402197, 1.0, 0.8116758465766907, NaN], "mean": [-0.999919056892395, -0.012412482872605324, -8.185048500308767e-05, 1.992053508758545, 0.012412345968186855, -0.999919056892395, 7.689559424761683e-05, -0.12463611364364624, -8.275919390143827e-05, 7.591675966978073e-05, 1.0, 0.7529149055480957, NaN], "std": [3.9512406146968715e-06, 0.00011450656893430278, 0.00037147291004657745, 0.001940221176482737, 0.00011516685481183231, 3.975035724579357e-06, 0.0003489809751044959, 0.0036138042341917753, 0.00037558283656835556, 0.00034455384593456984, 6.904621727699123e-07, 0.008844014257192612, NaN], "count": [432]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12291668091606535]], [[0.11069249931770526]], [[0.09403592994257996]]], "std": [[[0.2903324642908606]], [[0.2628935910631737]], [[0.22845315320902568]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4223604299898544]], [[0.3656230031563256]], [[0.2994341493377215]]], "std": [[[0.38526637148145626]], [[0.3446253656420275]], [[0.30898100382169935]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6164157860538285]], [[0.5953224434399457]], [[0.5120037269721335]]], "std": [[[0.2149498278183153]], [[0.2312237545333832]], [[0.2523373798491673]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38052685760190336]], [[0.3681824311955212]], [[0.3130982564771061]]], "std": [[[0.3081056343622268]], [[0.30288402976470535]], [[0.28918236666973224]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6105829794453262]], [[0.5314263292677285]], [[0.4250225864703803]]], "std": [[[0.23474943749410976]], [[0.23708933940593968]], [[0.27820634518714604]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960462860702572]], [[0.9960462860702572]], [[0.9960462860702572]]], "std": [[[0.01875079498091022]], [[0.01875079498091022]], [[0.01875079498091022]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5954049008543604]], [[0.5954049008543604]], [[0.5954049008543604]]], "std": [[[0.33707910621573056]], [[0.33707910621573056]], [[0.33707910621573056]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12866690672712436]], [[0.12866690672712436]], [[0.12866690672712436]]], "std": [[[0.18668211555927822]], [[0.18668211555927822]], [[0.18668211555927822]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27144745324688474]], [[0.27144745324688474]], [[0.27144745324688474]]], "std": [[[0.4072942188704418]], [[0.4072942188704418]], [[0.4072942188704418]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1110452312794753]], [[0.1110452312794753]], [[0.1110452312794753]]], "std": [[[0.07836638796428813]], [[0.07836638796428813]], [[0.07836638796428813]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10028831529191821]], [[0.0931448764862123]], [[0.04977283440991732]]], "std": [[[0.2881273277283082]], [[0.25436023307366334]], [[0.15609569516690922]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37013728641827787]], [[0.49695023707646596]], [[0.18574357117423762]]], "std": [[[0.40951004105037125]], [[0.4724605075640914]], [[0.2874948470195602]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4770168397717146]], [[0.5883253234948779]], [[0.48146243757925183]]], "std": [[[0.3182805832884335]], [[0.42268498742807015]], [[0.4012755906400261]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34463296030084]], [[0.3777573163118399]], [[0.5116595889065246]]], "std": [[[0.31881965789114797]], [[0.4250091945018667]], [[0.46497931418087296]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5847784087746791]], [[0.654605732885131]], [[0.4630726276762885]]], "std": [[[0.41741519978238345]], [[0.3792812862228037]], [[0.3561788691365878]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.62], "mean": [4.3100000000000005], "std": [2.49414648059545], "count": [432]}, "frame_index": {"min": [0], "max": [431], "mean": [215.5], "std": [124.70732402977247], "count": [432]}, "episode_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [432]}, "index": {"min": [64670], "max": [65101], "mean": [64885.5], "std": [124.70732402977247], "count": [432]}, "task_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [432]}}} +{"episode_index": 254, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49631378054618835, 0.025464791804552078, 0.010940643027424812, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.0287251472473145, -2.542675018310547, 1.0471975803375244, -4.47160005569458, 0.0, -0.6048780679702759, 0.0, 0.0, -0.6048780679702759, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49631378054618835, 1.5832191705703735, 0.6802111864089966, -0.44043809175491333, -0.2334885597229004, 1.769891619682312, 1.5707963705062866, 0.0, 2.1200978755950928, -2.481858253479004, 0.6048780679702759, 0.0, 0.6048780679702759, 0.6048780679702759, 0.0, 0.6048780679702759, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49631446599960327, 1.434428095817566, 0.6162841320037842, -0.6970516443252563, -0.7816686630249023, 1.4246159791946411, 1.2402775287628174, -1.5249499082565308, 1.6911847591400146, -3.6926608085632324, 0.130759596824646, -0.130759596824646, 0.130759596824646, 0.130759596824646, -0.130759596824646, 0.130759596824646, -2.3561995029449463, 1.5707988739013672, -1.0471972227096558, -1.5707988739013672, 0.0, -1.0471972227096558, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 0.3661484718322754, 0.157310351729393, 0.11954540014266968, 0.5587450265884399, 0.26441752910614014, 0.23137469589710236, 1.0760157108306885, 0.44930320978164673, 0.8519547581672668, 0.24194596707820892, 0.24194596707820892, 0.24194596707820892, 0.24194596707820892, 0.24194596707820892, 0.24194596707820892, 5.0067901611328125e-06, 2.5033950805664062e-06, 3.5762786865234375e-07, 2.5033950805664062e-06, 0.0, 3.5762786865234375e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [262]}, "observation.state": {"min": [0.9507296085357666, -0.3100152313709259, -1.0905924682447221e-05, 1.3593164682388306, 0.3032715618610382, 0.9507271647453308, -1.353967218165053e-05, -0.2690097689628601, -0.002997464267536998, -0.002933270065113902, 0.999991238117218, 0.7509999871253967, NaN], "max": [0.9529041647911072, -0.3032715618610382, 0.0019430856918916106, 1.365858554840088, 0.31000688672065735, 0.9529041647911072, 0.0037166355177760124, -0.26817139983177185, 1.4498655218631029e-05, 9.594317816663533e-06, 1.0, 0.8209530115127563, NaN], "mean": [0.952644944190979, -0.30408403277397156, 0.00023353833239525557, 1.3631449937820435, 0.3040831387042999, 0.9526447057723999, 0.00044431787682697177, -0.26837649941444397, -0.0003592774737626314, -0.00035053727333433926, 0.9999992847442627, 0.7573176622390747, NaN], "std": [0.0006208884296938777, 0.001928806654177606, 0.0005554287927225232, 0.0011964014265686274, 0.0019267380703240633, 0.0006215056055225432, 0.0010584372794255614, 0.0001898845366667956, 0.000855164194945246, 0.0008351568249054253, 2.217668679804774e-06, 0.015992440283298492, NaN], "count": [262]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0696239835149545]], [[0.06885295492294931]], [[0.06331602752246208]]], "std": [[[0.1771801539228689]], [[0.17592032160958543]], [[0.16690240224479883]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21502628662011639]], [[0.21121586866681286]], [[0.18936396987576534]]], "std": [[[0.23450053760071143]], [[0.23402828977473572]], [[0.22623931241378745]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.37153314946579846]], [[0.3702339194697748]], [[0.3542869379618062]]], "std": [[[0.2544441736935253]], [[0.254679260926519]], [[0.2563408068094358]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715950796994014]], [[0.4689640760924595]], [[0.44142575392730193]]], "std": [[[0.29143310335714095]], [[0.2928063834327123]], [[0.30556024871954834]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42597316016793507]], [[0.41870355416883764]], [[0.39554927240893967]]], "std": [[[0.28727468077368234]], [[0.29675880140895794]], [[0.30868650002996123]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9972093132728622]], [[0.9972093132728622]], [[0.9972093132728622]]], "std": [[[0.014695360700317383]], [[0.014695360700317383]], [[0.014695360700317383]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5778317873573972]], [[0.5778317873573972]], [[0.5778317873573972]]], "std": [[[0.33456139888007647]], [[0.33456139888007647]], [[0.33456139888007647]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3222973919912344]], [[0.3222973919912344]], [[0.3222973919912344]]], "std": [[[0.3338541496791566]], [[0.3338541496791566]], [[0.3338541496791566]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10863453343445377]], [[0.10863453343445377]], [[0.10863453343445377]]], "std": [[[0.1372765633811934]], [[0.1372765633811934]], [[0.1372765633811934]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15212915386735387]], [[0.15212915386735387]], [[0.15212915386735387]]], "std": [[[0.15339597542205588]], [[0.15339597542205588]], [[0.15339597542205588]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07611803061910787]], [[0.07739006002182001]], [[0.10531138054209406]]], "std": [[[0.2171301151432956]], [[0.24769528722587117]], [[0.27965728031423726]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3981568023947037]], [[0.3250096956261387]], [[0.4233418306688634]]], "std": [[[0.4499982988008862]], [[0.40405660717364467]], [[0.4454548996552506]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31618276513437016]], [[0.30937422676057186]], [[0.6139975363627891]]], "std": [[[0.38481700780569833]], [[0.25462488537586453]], [[0.45991454148238736]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7007106419873786]], [[0.32112665469046614]], [[0.6067758445534776]]], "std": [[[0.32727257463083936]], [[0.3208992985499764]], [[0.41119240106416316]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28668108504644635]], [[0.6484779295254917]], [[0.6642907722235298]]], "std": [[[0.34831023858697685]], [[0.36805396750107305]], [[0.32445146225236854]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.22], "mean": [2.61], "std": [1.512646687101783], "count": [262]}, "frame_index": {"min": [0], "max": [261], "mean": [130.5], "std": [75.63233435508916], "count": [262]}, "episode_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [262]}, "index": {"min": [65102], "max": [65363], "mean": [65232.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [262]}}} +{"episode_index": 255, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4841000735759735, 0.025464791804552078, 0.01860685646533966, -0.7853981852531433, -1.5707963705062866, 1.0108451843261719, -1.5202683210372925, -0.3219510614871979, 1.0471975803375244, -4.418785572052002, 0.0, -0.33170732855796814, 0.0, 0.0, -0.33170732855796814, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4841000735759735, 1.0165553092956543, 0.7427863478660583, 3.5809643268585205, -0.6470866799354553, 6.180788040161133, 1.5707963705062866, 2.1785078048706055, 2.229900360107422, -2.4094810485839844, 0.33170732855796814, 0.0, 0.33170732855796814, 0.33170732855796814, 0.0, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4841002821922302, 0.9634493589401245, 0.7039808630943298, 1.3803048133850098, -1.0448356866836548, 3.7727959156036377, -0.5372896790504456, 0.8897570967674255, 1.680695652961731, -3.113055467605591, 0.024254925549030304, -0.024254925549030304, 0.024254925549030304, 0.024254925549030304, -0.024254925549030304, 0.024254925549030304, -2.3561997413635254, 1.5707991123199463, -1.0471988916397095, -1.5707991123199463, 0.0, -1.0471988916397095, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 0.18126340210437775, 0.13244764506816864, 1.56924569606781, 0.3096241354942322, 2.0077478885650635, 1.116424798965454, 0.7942902445793152, 0.40153107047080994, 0.7216013073921204, 0.08354593068361282, 0.08354593068361282, 0.08354593068361282, 0.08354593068361282, 0.08354593068361282, 0.08354593068361282, 5.245208740234375e-06, 2.7418136596679688e-06, 1.3113021850585938e-06, 2.7418136596679688e-06, 0.0, 1.3113021850585938e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [301]}, "observation.state": {"min": [-0.2197691947221756, -0.9756000638008118, -0.0007348570507019758, 1.3265929222106934, 0.9755519032478333, -0.2197691947221756, -3.2761820421001175e-06, -0.31245937943458557, -0.0013219441752880812, -0.00045573365059681237, 0.9999990463256836, 0.7509999871253967, NaN], "max": [-0.2195541113615036, -0.9755519032478333, 1.1605741747189313e-05, 1.3512321710586548, 0.975599467754364, -0.2195548564195633, 0.001189627917483449, -0.30838340520858765, 5.746661372540984e-06, 1.0602004294923972e-05, 1.0, 0.8143137097358704, NaN], "mean": [-0.21976087987422943, -0.975555956363678, -2.6763775167637505e-05, 1.3273895978927612, 0.975555956363678, -0.21976090967655182, 4.3556588934734464e-05, -0.30850502848625183, -4.837065716856159e-05, -1.6545513062737882e-05, 1.0, 0.7529076933860779, NaN], "std": [3.57673125108704e-05, 8.33658759802347e-06, 0.0001226915483130142, 0.003660542191937566, 8.255718967120629e-06, 3.565894439816475e-05, 0.000199078131117858, 0.000574944366235286, 0.00022115845058578998, 7.598860247526318e-05, 1.4567723383152043e-07, 0.008962815627455711, NaN], "count": [301]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12677504792827154]], [[0.11967616112482407]], [[0.11003731666053104]]], "std": [[[0.2983799045136361]], [[0.2837499740709144]], [[0.26371255915244807]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43072542783400425]], [[0.3955203994391437]], [[0.35230148106573433]]], "std": [[[0.38787802346194056]], [[0.3699322715710698]], [[0.34678048714376686]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6636480391821583]], [[0.6348376205582948]], [[0.6056097743498754]]], "std": [[[0.27377218781755885]], [[0.28220675311620447]], [[0.2918494216778659]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43985782654089645]], [[0.4058327972206632]], [[0.3751319105392576]]], "std": [[[0.33179746901251334]], [[0.3268552545142683]], [[0.3247549238391034]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6472406337864307]], [[0.6021236820982625]], [[0.5553943542876608]]], "std": [[[0.265455195335911]], [[0.2821186770828187]], [[0.29574783069301697]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970190311615909]], [[0.9970190311615909]], [[0.9970190311615909]]], "std": [[[0.01551968587377576]], [[0.01551968587377576]], [[0.01551968587377576]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.592955840275305]], [[0.592955840275305]], [[0.592955840275305]]], "std": [[[0.3354144303441102]], [[0.3354144303441102]], [[0.3354144303441102]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21979533169582596]], [[0.21979533169582596]], [[0.21979533169582596]]], "std": [[[0.24279363907371107]], [[0.24279363907371107]], [[0.24279363907371107]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2667876343383015]], [[0.2667876343383015]], [[0.2667876343383015]]], "std": [[[0.39486330674998227]], [[0.39486330674998227]], [[0.39486330674998227]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12620441215027786]], [[0.12620441215027786]], [[0.12620441215027786]]], "std": [[[0.11019429883002682]], [[0.11019429883002682]], [[0.11019429883002682]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10834550064340226]], [[0.07272877526921305]], [[0.09428003387668805]]], "std": [[[0.27664649015980186]], [[0.22634683525496227]], [[0.2787441809599913]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3725649775932397]], [[0.334317416252093]], [[0.24968725755067256]]], "std": [[[0.4345558794076981]], [[0.3335495490368435]], [[0.38702287211634534]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3280059626189657]], [[0.6530612992367016]], [[0.533121074290665]]], "std": [[[0.3803837496833819]], [[0.4008146635848123]], [[0.34523596772711795]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38085916162573236]], [[0.4180466213502261]], [[0.51751366165289]]], "std": [[[0.40092369434552416]], [[0.3874072340479388]], [[0.43758422747077474]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4779042520876208]], [[0.6076602393496641]], [[0.4917726935923304]]], "std": [[[0.39090797044141234]], [[0.3808035301729748]], [[0.36361998032722564]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.0], "mean": [3.0], "std": [1.7378147196982767], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [301]}, "index": {"min": [65364], "max": [65664], "mean": [65514.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [301]}}} +{"episode_index": 256, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3609026074409485, 0.025464791804552078, 0.007092556916177273, -1.4937628507614136, -1.5707963705062866, -0.7962817549705505, 1.5707963705062866, -0.8246506452560425, 0.575311541557312, -2.481858253479004, 0.0, -0.43414634466171265, 0.0, 0.0, -0.43414634466171265, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3609026074409485, 2.1131927967071533, 0.5885750651359558, -0.7853981852531433, -0.8783336877822876, 1.0471975803375244, 1.6369518041610718, 0.0, 1.0471975803375244, -2.1918015480041504, 0.43414634466171265, 0.0, 0.43414634466171265, 0.43414634466171265, 0.0, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.360901802778244, 1.7348027229309082, 0.48318490386009216, -1.0857841968536377, -1.292278528213501, 0.2554180920124054, 1.5945714712142944, -0.36002951860427856, 0.8667670488357544, -2.3675801753997803, 0.058412618935108185, -0.058412618935108185, 0.058412618935108185, 0.058412618935108185, -0.058412618935108185, 0.058412618935108185, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 0.6227198243141174, 0.17344196140766144, 0.29955431818962097, 0.28466367721557617, 0.7996955513954163, 0.024187542498111725, 0.3627829849720001, 0.18668751418590546, 0.11730436980724335, 0.14198949933052063, 0.14198949933052063, 0.14198949933052063, 0.14198949933052063, 0.14198949933052063, 0.14198949933052063, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [184]}, "observation.state": {"min": [0.8209124207496643, 0.5690529942512512, 0.0, 1.8492599725723267, -0.5710541605949402, 0.8209124207496643, -0.0011329848784953356, -0.30888932943344116, -0.001487740664742887, -2.234935259082249e-08, 0.9999988079071045, 0.7509999871253967, NaN], "max": [0.8223002552986145, 0.5710541605949402, 0.0010251872008666396, 1.8891429901123047, -0.5690519213676453, 0.8223007917404175, -0.0, -0.29490378499031067, -0.0, 0.0003540331672411412, 1.0, 0.7977160811424255, NaN], "mean": [0.821002185344696, 0.5709247589111328, 6.585010123671964e-05, 1.8512547016143799, -0.5709247589111328, 0.8210023045539856, -7.275755342561752e-05, -0.30814144015312195, -9.55623181653209e-05, 2.2310097847366706e-05, 1.0, 0.7534473538398743, NaN], "std": [0.0003019444120582193, 0.0004352005198597908, 0.0002232633123639971, 0.007078190334141254, 0.00043539205216802657, 0.00030205119401216507, 0.0002464545250404626, 0.0026011941954493523, 0.0003237385244574398, 7.602425466757268e-05, 2.3214060718146357e-07, 0.008562866598367691, NaN], "count": [184]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1285556809502639]], [[0.1264491879854435]], [[0.12458962067094886]]], "std": [[[0.3039477037030072]], [[0.30076489905259457]], [[0.2981194164275411]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4383012839211126]], [[0.42935216667974263]], [[0.4204817047779407]]], "std": [[[0.4051637776374734]], [[0.4056417442503609]], [[0.40558998551720077]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7979165528391173]], [[0.7915164672756692]], [[0.7830604328732622]]], "std": [[[0.2331061226436092]], [[0.23454462571770907]], [[0.23604937174539795]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5218440666509755]], [[0.5157637389349229]], [[0.5079117744290015]]], "std": [[[0.2870871394276346]], [[0.2873360026668636]], [[0.2873313278730246]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5676878355733388]], [[0.5448133905455071]], [[0.5290111695168817]]], "std": [[[0.3346159486924298]], [[0.35497699332564797]], [[0.36480043370678167]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964662832404944]], [[0.9964662832404944]], [[0.9964662832404944]]], "std": [[[0.017407907005750674]], [[0.017407907005750674]], [[0.017407907005750674]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5875297349745958]], [[0.5875297349745958]], [[0.5875297349745958]]], "std": [[[0.3347353705959542]], [[0.3347353705959542]], [[0.3347353705959542]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.12763384208715803]], [[0.12763384208715803]], [[0.12763384208715803]]], "std": [[[0.07916234562311167]], [[0.07916234562311167]], [[0.07916234562311167]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05485700912833243]], [[0.05485700912833243]], [[0.05485700912833243]]], "std": [[[0.10729186973881656]], [[0.10729186973881656]], [[0.10729186973881656]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15175319907382262]], [[0.15175319907382262]], [[0.15175319907382262]]], "std": [[[0.19807845998736484]], [[0.19807845998736484]], [[0.19807845998736484]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12995864522752434]], [[0.09361522734328846]], [[0.026615406382791824]]], "std": [[[0.31519155841040425]], [[0.26326788205110124]], [[0.10249152025227064]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3037779776046392]], [[0.5347480458207016]], [[0.12672813823727228]]], "std": [[[0.3087644674215454]], [[0.48279981394441346]], [[0.2342340912606983]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5507753912549597]], [[0.8677628980527611]], [[0.24337241222538056]]], "std": [[[0.21890115338965285]], [[0.30976350712709133]], [[0.31653303316188863]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47854550319153]], [[0.765236692235117]], [[0.3497839134012074]]], "std": [[[0.38834509329505523]], [[0.33758410283899176]], [[0.37997980226351974]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5108404449567523]], [[0.597284293943972]], [[0.3936718226020274]]], "std": [[[0.3914183012748437]], [[0.3779453788842954]], [[0.3883284990986502]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.66], "mean": [1.8299999999999998], "std": [1.0623088063270492], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [184]}, "index": {"min": [65665], "max": [65848], "mean": [65756.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [184]}}} +{"episode_index": 257, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49088940024375916, 0.025464791804552078, 0.008404764346778393, -3.5130457878112793, -1.5707963705062866, -1.7436609268188477, -0.017413560301065445, -0.5195093750953674, -1.6725834608078003, -5.018192768096924, 0.0, -0.33170732855796814, 0.0, 0.0, -0.33170732855796814, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49088940024375916, 1.9705787897109985, 0.6503980755805969, -0.7853981852531433, 0.5065106749534607, 1.0471975803375244, 1.5707963705062866, 0.09284771233797073, 1.0471975803375244, -2.481858253479004, 0.33170732855796814, 0.0, 0.33170732855796814, 0.33170732855796814, 0.0, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.490890234708786, 1.8138177394866943, 0.5986548066139221, -2.6611082553863525, -0.15022727847099304, -0.6858605742454529, 0.6477966904640198, -0.18375687301158905, -0.7443754076957703, -4.208193302154541, 0.09109876304864883, -0.09109876304864883, 0.09109876304864883, 0.09109876304864883, -0.09109876304864883, 0.09109876304864883, -2.3561999797821045, 1.570799469947815, -1.0472015142440796, -1.570799469947815, 0.0, -1.0472015142440796, 2.4818685054779053, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.344650268554688e-07, 0.42484036087989807, 0.1402205526828766, 1.1255992650985718, 0.865557074546814, 1.0633695125579834, 0.6180776953697205, 0.18845529854297638, 1.0958826541900635, 1.0455117225646973, 0.14678870141506195, 0.14678870141506195, 0.14678870141506195, 0.14678870141506195, 0.14678870141506195, 0.14678870141506195, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.933906555175781e-06, 3.0994415283203125e-06, 0.0, 3.933906555175781e-06, 1.0251998901367188e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [386]}, "observation.state": {"min": [0.9083070755004883, 0.37185707688331604, 0.0, 1.9085265398025513, -0.4182620346546173, 0.9081695675849915, -3.282500756540685e-06, -0.24123334884643555, -7.666649253224023e-06, -0.017052970826625824, 0.9998351335525513, 0.7509999871253967, NaN], "max": [0.9282900094985962, 0.4183022081851959, 0.001424552290700376, 1.9436553716659546, -0.37185707688331604, 0.9282900094985962, 0.01810193434357643, -0.23244379460811615, 0.00624480377882719, 4.649440370485536e-07, 1.0, 0.8109129071235657, NaN], "mean": [0.924885630607605, 0.3798767626285553, 0.00021068047499284148, 1.9153393507003784, -0.3798709809780121, 0.924865186214447, 0.002969389548525214, -0.23362727463245392, 0.001021736767143011, -0.002795932814478874, 0.9999793767929077, 0.7578761577606201, NaN], "std": [0.0065143778920173645, 0.015275993384420872, 0.0004317329730838537, 0.012509282678365707, 0.01526406966149807, 0.0065561337396502495, 0.0057756793685257435, 0.0022170068696141243, 0.0019890328403562307, 0.0054395850747823715, 4.661409184336662e-05, 0.014856241643428802, NaN], "count": [386]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.12353585584570684]], [[0.10895768431513367]], [[0.09857294250417926]]], "std": [[[0.29419265120356064]], [[0.2622024653251146]], [[0.24084453751503923]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41472964163265247]], [[0.35020409296374755]], [[0.3060097794461309]]], "std": [[[0.38912240437189627]], [[0.34507305440001257]], [[0.31832612442915326]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.38223250592942626]], [[0.34827879199968353]], [[0.32444924297135835]]], "std": [[[0.39207758720557156]], [[0.35904047144088563]], [[0.34033201661459517]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2963921608861047]], [[0.28827188925568514]], [[0.28573610113653203]]], "std": [[[0.30715615149457587]], [[0.28474952542507703]], [[0.2734728845116365]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6423573548019803]], [[0.5752241272830051]], [[0.530718523748886]]], "std": [[[0.2958201749118666]], [[0.2977918298754702]], [[0.30579563669030285]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954425434070212]], [[0.9954425434070212]], [[0.9954425434070212]]], "std": [[[0.020430297897019205]], [[0.020430297897019205]], [[0.020430297897019205]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.599977494667372]], [[0.599977494667372]], [[0.599977494667372]]], "std": [[[0.3384650585116139]], [[0.3384650585116139]], [[0.3384650585116139]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4983027457417768]], [[0.4983027457417768]], [[0.4983027457417768]]], "std": [[[0.4346043744822198]], [[0.4346043744822198]], [[0.4346043744822198]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0933667513583868]], [[0.0933667513583868]], [[0.0933667513583868]]], "std": [[[0.21954372423374027]], [[0.21954372423374027]], [[0.21954372423374027]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15261105176655662]], [[0.15261105176655662]], [[0.15261105176655662]]], "std": [[[0.17131482537262166]], [[0.17131482537262166]], [[0.17131482537262166]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11429003058423876]], [[0.10852218379913779]], [[0.02809568353862526]]], "std": [[[0.2936762834783877]], [[0.2743773722052162]], [[0.11345605478973256]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36567459067345004]], [[0.46880478323814734]], [[0.22302960455068796]]], "std": [[[0.44172108709704694]], [[0.4465275358537132]], [[0.3608664051555598]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37004233244886475]], [[0.39662866871723895]], [[0.24031422170454997]]], "std": [[[0.4351509837048505]], [[0.4108005841440178]], [[0.37866657002403126]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7628520067511975]], [[0.4749480483688294]], [[0.3566297724588964]]], "std": [[[0.36702952235665054]], [[0.30281477623497893]], [[0.38489339188725635]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5230062905227753]], [[0.571751570954294]], [[0.5092112927657982]]], "std": [[[0.35052755688130244]], [[0.41835087232772816]], [[0.4081719026869743]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.7], "mean": [3.8499999999999996], "std": [2.228564560428977], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [386]}, "index": {"min": [65849], "max": [66234], "mean": [66041.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [386]}}} +{"episode_index": 258, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12663483619689941, 0.025464791804552078, 0.005364013370126486, -1.2281981706619263, -1.5707963705062866, 1.0471975803375244, 0.4216918349266052, -1.179267406463623, 1.0471975803375244, -4.3731207847595215, 0.0, -0.49268293380737305, 0.0, 0.0, -0.49268293380737305, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12663483619689941, 1.5105615854263306, 0.31819120049476624, -0.7853981256484985, -0.7651978731155396, 1.3535997867584229, 1.5707963705062866, 0.0, 1.519681453704834, -2.481858253479004, 0.49268293380737305, 0.0, 0.49268293380737305, 0.49268293380737305, 0.0, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1266346424818039, 1.3043324947357178, 0.2747507393360138, -1.0004527568817139, -1.1943100690841675, 1.1943491697311401, 1.0094391107559204, -0.5798101425170898, 1.263861060142517, -3.423821449279785, 0.07169173657894135, -0.07169173657894135, 0.07169173657894135, 0.07169173657894135, -0.07169173657894135, 0.07169173657894135, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.9371509552001953e-07, 0.4049370586872101, 0.08529780060052872, 0.18903690576553345, 0.33703330159187317, 0.1291288286447525, 0.4937242865562439, 0.5143823027610779, 0.18959768116474152, 0.831877589225769, 0.16540762782096863, 0.16540762782096863, 0.16540762782096863, 0.16540762782096863, 0.16540762782096863, 0.16540762782096863, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [0.3769434094429016, 0.9256716966629028, 0.0, 1.3106852769851685, -0.9262362718582153, 0.3769434094429016, -0.0, -0.2628280520439148, -0.00022040923067834228, -0.0014619380235671997, 0.999998927116394, 0.7509999871253967, NaN], "max": [0.3783250153064728, 0.9262362718582153, 0.0014361650682985783, 1.3336206674575806, -0.9256728291511536, 0.3783248960971832, 0.0003502783947624266, -0.253232479095459, 1.9925256822261872e-07, 0.0, 1.0, 0.8143813014030457, NaN], "mean": [0.37703752517700195, 0.9261988997459412, 9.855885582510382e-05, 1.33229398727417, -0.9261988997459412, 0.37703752517700195, 2.401585334155243e-05, -0.25368645787239075, -1.50266096170526e-05, -0.00010032355203293264, 1.0, 0.7545137405395508, NaN], "std": [0.0003095881547778845, 0.0001264408347196877, 0.0003220054495614022, 0.004432842135429382, 0.00012622910435311496, 0.0003095681022386998, 7.846023072488606e-05, 0.0016270391643047333, 4.922259540762752e-05, 0.00032775086583569646, 2.2371371244389593e-07, 0.011897746473550797, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05861789013680094]], [[0.052950090894399546]], [[0.04762946467188497]]], "std": [[[0.15486346254048353]], [[0.1427637509485333]], [[0.13203477462280172]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21311487697572104]], [[0.19257990291633223]], [[0.17267307051407138]]], "std": [[[0.2411486665972203]], [[0.22661418593541227]], [[0.2147635048780458]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.2970229391849076]], [[0.27785400837261137]], [[0.2608989043721178]]], "std": [[[0.21758335707737742]], [[0.2135163618856717]], [[0.21309233420088788]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39881059028720756]], [[0.3824776934883936]], [[0.3381187508004809]]], "std": [[[0.30239835061959397]], [[0.3029179040443023]], [[0.28337430166677813]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648562674890414]], [[0.33926891532236164]], [[0.312344245355199]]], "std": [[[0.28057910345571213]], [[0.28195479020213027]], [[0.2825970254929367]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955255707973829]], [[0.9955255707973829]], [[0.9955255707973829]]], "std": [[[0.019984184035575267]], [[0.019984184035575267]], [[0.019984184035575267]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5978343663309172]], [[0.5978343663309172]], [[0.5978343663309172]]], "std": [[[0.3385066752096306]], [[0.3385066752096306]], [[0.3385066752096306]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29098170645434057]], [[0.29098170645434057]], [[0.29098170645434057]]], "std": [[[0.3129627805246684]], [[0.3129627805246684]], [[0.3129627805246684]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09650603001023945]], [[0.09650603001023945]], [[0.09650603001023945]]], "std": [[[0.13405125020436842]], [[0.13405125020436842]], [[0.13405125020436842]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18031438398005487]], [[0.18031438398005487]], [[0.18031438398005487]]], "std": [[[0.21302901817712894]], [[0.21302901817712894]], [[0.21302901817712894]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06888927244917323]], [[0.09457491931487551]], [[0.12933109634538129]]], "std": [[[0.21129007298941566]], [[0.27885301285632863]], [[0.3153211730350155]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22263457098581027]], [[0.45068274669397185]], [[0.34512812858120917]]], "std": [[[0.3187781871525502]], [[0.42668136839684356]], [[0.43468312109324403]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.351213478791195]], [[0.4397429475534956]], [[0.6040719081654754]]], "std": [[[0.4085585285365348]], [[0.30108601092142445]], [[0.4529727722542597]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.678874053420828]], [[0.6861624391215397]], [[0.34330413715364744]]], "std": [[[0.3712828127904974]], [[0.3675080194747413]], [[0.36672781959300194]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35159075861116307]], [[0.7024307516105173]], [[0.43318752275712785]]], "std": [[[0.3472983423402487]], [[0.36393159995752483]], [[0.3879523484411058]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [172]}, "index": {"min": [66235], "max": [66406], "mean": [66320.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [172]}}} +{"episode_index": 259, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995284974575043, 0.025464791804552078, 0.009427429176867008, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.175184965133667, -2.310955286026001, 1.0471975803375244, -4.940253734588623, 0.0, -0.6341463327407837, 0.0, 0.0, -0.6341463327407837, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995284974575043, 1.918203353881836, 0.7101462483406067, 0.5856789350509644, -0.8444235324859619, 1.1826778650283813, 1.5707963705062866, 0.0, 1.7874168157577515, -2.481858253479004, 0.6341463327407837, 0.0, 0.6341463327407837, 0.6341463327407837, 0.0, 0.6341463327407837, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995275139808655, 1.655247688293457, 0.612795352935791, -0.1321689337491989, -1.225117564201355, 1.0998276472091675, 1.4046485424041748, -1.126949429512024, 1.3934986591339111, -3.6814167499542236, 0.08807505667209625, -0.08807505667209625, 0.08807505667209625, 0.08807505667209625, -0.08807505667209625, 0.08807505667209625, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.834766387939453e-07, 0.5154077410697937, 0.19081130623817444, 0.5803444385528564, 0.3071785569190979, 0.048368774354457855, 0.15274454653263092, 0.9968450665473938, 0.3015404939651489, 1.0609626770019531, 0.20809821784496307, 0.20809821784496307, 0.20809821784496307, 0.20809821784496307, 0.20809821784496307, 0.20809821784496307, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [218]}, "observation.state": {"min": [0.8864836692810059, 0.46143850684165955, -0.0017954529030248523, 2.067380428314209, -0.4627598524093628, 0.8864836692810059, -0.0010898765176534653, -0.290230393409729, -0.0, 0.0, 0.9999977946281433, 0.7509999871253967, NaN], "max": [0.8871703743934631, 0.4627598524093628, 0.0, 2.0719175338745117, -0.46144071221351624, 0.8871703743934631, 4.4390375819602923e-07, -0.2682369649410248, 0.0010916473111137748, 0.0017954084323719144, 1.0, 0.8156728148460388, NaN], "mean": [0.8865280747413635, 0.46267661452293396, -0.0001141455868491903, 2.0716426372528076, -0.4626767337322235, 0.8865280747413635, -6.906130147399381e-05, -0.2693353593349457, 6.936525460332632e-05, 0.0001139611704275012, 1.0, 0.7542800307273865, NaN], "std": [0.00014856531925033778, 0.0002856864593923092, 0.0003891527303494513, 0.0009416030952706933, 0.00028527306858450174, 0.00014856434427201748, 0.00023563497234135866, 0.003909341059625149, 0.0002364499814575538, 0.0003886579943355173, 4.347163269358134e-07, 0.011622960679233074, NaN], "count": [218]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07956370017655842]], [[0.05244789380476379]], [[0.05153113376262581]]], "std": [[[0.19604198839758583]], [[0.14668827343434598]], [[0.14551002483938646]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25945104610703074]], [[0.19803518562104916]], [[0.19394670791951404]]], "std": [[[0.2579272272620409]], [[0.23573680508857975]], [[0.2356250831610601]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5894819964715136]], [[0.1850345050027124]], [[0.17813559392499517]]], "std": [[[0.23478522825956352]], [[0.18973598191038446]], [[0.19269755151334578]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5003231200349227]], [[0.40783764268677275]], [[0.3994445121709982]]], "std": [[[0.2554405348931993]], [[0.2829438890794133]], [[0.28466424943549173]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44544080531566277]], [[0.3605102277154492]], [[0.3518641016407931]]], "std": [[[0.2849199244634727]], [[0.31419959237407985]], [[0.31653819497603214]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962865731772002]], [[0.9962865731772002]], [[0.9962865731772002]]], "std": [[[0.01788729275921474]], [[0.01788729275921474]], [[0.01788729275921474]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5952605856268159]], [[0.5952605856268159]], [[0.5952605856268159]]], "std": [[[0.3358457130960062]], [[0.3358457130960062]], [[0.3358457130960062]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.08490428762729742]], [[0.08490428762729742]], [[0.08490428762729742]]], "std": [[[0.05618678400761262]], [[0.05618678400761262]], [[0.05618678400761262]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.04653782796248351]], [[0.04653782796248351]], [[0.04653782796248351]]], "std": [[[0.04580887686221227]], [[0.04580887686221227]], [[0.04580887686221227]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1705474062406331]], [[0.1705474062406331]], [[0.1705474062406331]]], "std": [[[0.22944681879853188]], [[0.22944681879853188]], [[0.22944681879853188]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07629597442752623]], [[0.03725876975050477]], [[0.13279977817877262]]], "std": [[[0.2451722508401508]], [[0.1383928043410148]], [[0.3204236407629212]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.369533412325294]], [[0.18858918078362977]], [[0.3360304528090091]]], "std": [[[0.4528983810605023]], [[0.31558364155354307]], [[0.3683289777360846]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5780852965651908]], [[0.17862555329576857]], [[0.9000736408923543]]], "std": [[[0.22846629881081496]], [[0.23289732200742366]], [[0.23838659578405272]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43207158361446557]], [[0.6637798994294205]], [[0.5431813616524206]]], "std": [[[0.3813310988136726]], [[0.34736156882927116]], [[0.39742235269660187]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6043177072751059]], [[0.35257639186449863]], [[0.5306813103545854]]], "std": [[[0.3708710109749141]], [[0.3717830220908942]], [[0.4177964270195903]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.34], "mean": [2.17], "std": [1.258610344785073], "count": [218]}, "frame_index": {"min": [0], "max": [217], "mean": [108.5], "std": [62.930517239253646], "count": [218]}, "episode_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [218]}, "index": {"min": [66407], "max": [66624], "mean": [66515.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [218]}}} +{"episode_index": 260, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.006161582190543413, -0.7853981852531433, -1.6712268590927124, -2.3983395099639893, -1.0091935396194458, -1.8226591348648071, 1.0471975803375244, -5.744793891906738, 0.0, -0.6585366129875183, 0.0, 0.0, -0.6585366129875183, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6210289001464844, 0.39223191142082214, 0.8146655559539795, 0.5255959033966064, 1.0471975803375244, 1.5707963705062866, 0.004749858286231756, 2.0552046298980713, -2.481858253479004, 0.6585366129875183, 0.0, 0.6585366129875183, 0.6585366129875183, 0.0, 0.6585366129875183, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997507929801941, 1.5081111192703247, 0.3649098873138428, 0.05406351387500763, -0.5958946943283081, -0.9784430265426636, -0.18725180625915527, -0.8720122575759888, 1.43212890625, -4.071557998657227, 0.0781734511256218, -0.0781734511256218, 0.0781734511256218, 0.0781734511256218, -0.0781734511256218, 0.0781734511256218, -2.3561999797821045, 1.570799469947815, -1.0472009181976318, -1.570799469947815, 0.0, -1.0472009181976318, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 0.3296046257019043, 0.07975322753190994, 0.566871702671051, 0.9112688899040222, 1.2322635650634766, 0.9846922159194946, 0.6181311011314392, 0.3883349895477295, 1.3942312002182007, 0.20526067912578583, 0.20526067912578583, 0.20526067912578583, 0.20526067912578583, 0.20526067912578583, 0.20526067912578583, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.337860107421875e-06, 3.0994415283203125e-06, 0.0, 3.337860107421875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [362]}, "observation.state": {"min": [-0.10709335654973984, 0.9942336678504944, -0.005518136080354452, 2.033912420272827, -0.9945757389068604, -0.10708657652139664, -0.0003040654119104147, -0.22858677804470062, -0.0002777472254820168, -0.00026750873075798154, 0.9999836087226868, 0.7509999871253967, NaN], "max": [-0.10401438921689987, 0.9945757389068604, 0.0002371680166106671, 2.0406148433685303, -0.9942485690116882, -0.1040143147110939, 0.001511620357632637, -0.2092149406671524, 0.0009163115173578262, 0.0056481813080608845, 1.0, 0.8169153332710266, NaN], "mean": [-0.10519686341285706, 0.994452178478241, -0.00033875691588036716, 2.0343878269195557, -0.9944531917572021, -0.10519649088382721, 8.76640115166083e-05, -0.2275046408176422, 5.1051436457782984e-05, 0.00034617874189279974, 0.9999995231628418, 0.7540094256401062, NaN], "std": [0.0004164189740549773, 4.7185239964164793e-05, 0.001176750985905528, 0.0015599067555740476, 4.446801540325396e-05, 0.0004152007168158889, 0.00031646343995817006, 0.0037802965380251408, 0.00019022273772861809, 0.001203620689921081, 3.079098632952082e-06, 0.011057646945118904, NaN], "count": [362]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.0846353314007796]], [[0.07905976901892386]], [[0.07591253350285089]]], "std": [[[0.2148930389556758]], [[0.20619534322485614]], [[0.20193611492198518]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25588970496033303]], [[0.23631380461626872]], [[0.22606770241354637]]], "std": [[[0.2821169882679869]], [[0.2735961425654287]], [[0.27035650763017643]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7016626158140833]], [[0.6999148683925538]], [[0.699437887038814]]], "std": [[[0.23248321582439543]], [[0.2340156561292286]], [[0.23484980660499977]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26507680124134053]], [[0.2498025764253925]], [[0.2413969815414966]]], "std": [[[0.26918430066914656]], [[0.2669308114022927]], [[0.2674566626827266]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28995405189195134]], [[0.2728402571999697]], [[0.2649720544145978]]], "std": [[[0.2886588500839724]], [[0.2954257615229303]], [[0.2998234967522302]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995762069240678]], [[0.995762069240678]], [[0.995762069240678]]], "std": [[[0.01960465367845037]], [[0.01960465367845037]], [[0.01960465367845037]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6066714879926185]], [[0.6066714879926185]], [[0.6066714879926185]]], "std": [[[0.3381488433635261]], [[0.3381488433635261]], [[0.3381488433635261]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08428951827644637]], [[0.08428951827644637]], [[0.08428951827644637]]], "std": [[[0.11577794552522973]], [[0.11577794552522973]], [[0.11577794552522973]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32293899312743124]], [[0.32293899312743124]], [[0.32293899312743124]]], "std": [[[0.4215740501216888]], [[0.4215740501216888]], [[0.4215740501216888]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27625092755203373]], [[0.27625092755203373]], [[0.27625092755203373]]], "std": [[[0.35233712275920265]], [[0.35233712275920265]], [[0.35233712275920265]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0701428721825586]], [[0.14199650101824526]], [[0.04483473849168271]]], "std": [[[0.22550685161394085]], [[0.3421267135368849]], [[0.14901735554128406]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.338315813613842]], [[0.25846366537449766]], [[0.41319582563027607]]], "std": [[[0.35702220851421307]], [[0.376546373644437]], [[0.46941130637973605]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25870641745977146]], [[0.47496246004300974]], [[0.7379634290021196]]], "std": [[[0.28869288325458836]], [[0.2955956086062452]], [[0.4011007163751484]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.385533056928527]], [[0.5393822453163065]], [[0.18154787630314942]]], "std": [[[0.42386512860003966]], [[0.43335145902779604]], [[0.26382815892952893]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.432900936168729]], [[0.4176248834063908]], [[0.49293051054421977]]], "std": [[[0.4327584332009596]], [[0.36258046990016735]], [[0.4303884861397904]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.22], "mean": [3.61], "std": [2.09], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [362]}, "index": {"min": [66625], "max": [66986], "mean": [66805.5], "std": [104.5], "count": [362]}, "task_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [362]}}} +{"episode_index": 261, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23411253094673157, 0.025464791804552078, 0.011115681380033493, -1.0046610832214355, -1.5707963705062866, 0.3550540506839752, 1.4562716484069824, -0.4310460686683655, 0.7665448784828186, -2.481858253479004, 0.0, -0.5463414788246155, 0.0, 0.0, -0.5463414788246155, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23411253094673157, 1.5312224626541138, 0.6683966517448425, -0.7853981852531433, -1.17110276222229, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.3030693531036377, 0.5463414788246155, 0.0, 0.5463414788246155, 0.5463414788246155, 0.0, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2341122031211853, 1.283239722251892, 0.5601494908332825, -0.9008463025093079, -1.383566975593567, 0.68711918592453, 1.5177043676376343, -0.22386988997459412, 0.9342132210731506, -2.3875749111175537, 0.12029847502708435, -0.12029847502708435, 0.12029847502708435, 0.12029847502708435, -0.12029847502708435, 0.12029847502708435, -2.356198310852051, 1.5707975625991821, -1.047196626663208, -1.5707975625991821, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.43615949153900146, 0.1903887242078781, 0.10041108727455139, 0.16729521751403809, 0.3136860430240631, 0.04587544873356819, 0.1950947344303131, 0.108155757188797, 0.08191454410552979, 0.21618644893169403, 0.21618644893169403, 0.21618644893169403, 0.21618644893169403, 0.21618644893169403, 0.21618644893169403, 3.814697265625e-06, 1.1920928955078125e-06, 9.5367431640625e-07, 1.1920928955078125e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [147]}, "observation.state": {"min": [-0.5121840834617615, -0.8592455387115479, 0.0, 1.7114930152893066, 0.8588756918907166, -0.5121840834617615, -6.233078124751046e-07, -0.08848515152931213, -0.00020285167556721717, 0.0, 0.9999999403953552, 0.7509999871253967, NaN], "max": [-0.5115634202957153, -0.8588756918907166, 2.9395179808489047e-05, 1.7238646745681763, 0.8592455387115479, -0.5115634202957153, 0.00025092545547522604, -0.06899310648441315, 1.0277058208885137e-06, 0.00015049106150399894, 1.0, 0.8153433203697205, NaN], "mean": [-0.5116307139396667, -0.8592063188552856, 2.540313744248124e-06, 1.7226728200912476, 0.8592063188552856, -0.5116307139396667, 2.6239566068397835e-05, -0.07063072174787521, -2.1237670807749964e-05, 1.561827230034396e-05, 1.0, 0.7566205859184265, NaN], "std": [0.0001671439822530374, 9.957981092156842e-05, 7.1361214395437855e-06, 0.0030639860779047012, 9.958328155335039e-05, 0.00016714067896828055, 6.769181345589459e-05, 0.004395626951009035, 5.479767423821613e-05, 4.0377221012022346e-05, 9.832216818494999e-09, 0.014887968078255653, NaN], "count": [147]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1277887146103611]], [[0.12960266507341625]], [[0.12281607412637774]]], "std": [[[0.301824698298476]], [[0.30418916968083026]], [[0.290040223752906]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4190155858246311]], [[0.43024117895166003]], [[0.4093072579395973]]], "std": [[[0.40106678950883135]], [[0.3994306052009972]], [[0.3843096017458706]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7660688799167968]], [[0.7763609597322052]], [[0.6878767349900188]]], "std": [[[0.20656419204230295]], [[0.2067991462125075]], [[0.20316057017272246]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6297501332737876]], [[0.645122698386834]], [[0.5644628767960109]]], "std": [[[0.2725643692891719]], [[0.2587537576071868]], [[0.2647428216768288]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6518811191108912]], [[0.6748654957349035]], [[0.6237988615233379]]], "std": [[[0.2838724519673467]], [[0.2642133520847067]], [[0.2690749747493597]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952031628971141]], [[0.9952031628971141]], [[0.9952031628971141]]], "std": [[[0.02089124298301105]], [[0.02089124298301105]], [[0.02089124298301105]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5983632691406305]], [[0.5983632691406305]], [[0.5983632691406305]]], "std": [[[0.337084029914612]], [[0.337084029914612]], [[0.337084029914612]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2627450980392157]], [[0.2627450980392157]], [[0.2627450980392157]]], "mean": [[[0.095356874010505]], [[0.095356874010505]], [[0.095356874010505]]], "std": [[[0.06685361768280411]], [[0.06685361768280411]], [[0.06685361768280411]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.0482091275277595]], [[0.0482091275277595]], [[0.0482091275277595]]], "std": [[[0.050532658252501084]], [[0.050532658252501084]], [[0.050532658252501084]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13947465920467567]], [[0.13947465920467567]], [[0.13947465920467567]]], "std": [[[0.18680409935721448]], [[0.18680409935721448]], [[0.18680409935721448]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0775865609059533]], [[0.044704802751441536]], [[0.1113744534098308]]], "std": [[[0.2496476524056141]], [[0.1495239264290826]], [[0.28684196170860204]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4854359169337171]], [[0.23655332460264294]], [[0.31113801799916985]]], "std": [[[0.4765884782246614]], [[0.32261487713213144]], [[0.3743135645681353]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7284798741493109]], [[0.7525628411892783]], [[0.3172197243864544]]], "std": [[[0.3993489501040294]], [[0.19916226769189524]], [[0.371503752997254]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6643279748888714]], [[0.6120378061692856]], [[0.38067424399396227]]], "std": [[[0.4127759866403804]], [[0.39341057992008693]], [[0.32841022074002185]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5078278686051213]], [[0.44191020129538766]], [[0.6292325414691029]]], "std": [[[0.35985977108684286]], [[0.4035491594756438]], [[0.4141118776220966]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.92], "mean": [1.46], "std": [0.8486852577172922], "count": [147]}, "frame_index": {"min": [0], "max": [146], "mean": [73.0], "std": [42.43426288586461], "count": [147]}, "episode_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [147]}, "index": {"min": [66987], "max": [67133], "mean": [67060.0], "std": [42.43426288586461], "count": [147]}, "task_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [147]}}} +{"episode_index": 262, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30102571845054626, 0.025464791804552078, 0.0053319972939789295, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.4831032752990723, -1.6537292003631592, 1.0471975803375244, -5.620980262756348, 0.0, -0.35121950507164, 0.0, 0.0, -0.35121950507164, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30102571845054626, 2.023237466812134, 0.4236396849155426, 0.5499926805496216, -0.9861232042312622, 1.325853705406189, 1.5707963705062866, 0.0, 1.7131645679473877, -2.481858253479004, 0.35121950507164, 0.0, 0.35121950507164, 0.35121950507164, 0.0, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3010254502296448, 1.744627594947815, 0.365303099155426, -0.21373069286346436, -1.3333570957183838, 1.1598951816558838, 1.5322171449661255, -0.7110087871551514, 1.337519884109497, -3.87554669380188, 0.03186718374490738, -0.03186718374490738, 0.03186718374490738, 0.03186718374490738, -0.03186718374490738, 0.03186718374490738, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 0.544619619846344, 0.11403629928827286, 0.5472722053527832, 0.22897592186927795, 0.106373131275177, 0.03650090470910072, 0.6801551580429077, 0.2746880054473877, 1.3284869194030762, 0.09711522608995438, 0.09711522608995438, 0.09711522608995438, 0.09711522608995438, 0.09711522608995438, 0.09711522608995438, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [229]}, "observation.state": {"min": [0.9633803963661194, 0.267257958650589, -0.0010408562375232577, 1.2795010805130005, -0.26813849806785583, 0.9633803963661194, -1.629418534321303e-06, -0.23025411367416382, -0.0, -0.0014491068432107568, 0.9999978542327881, 0.7509999871253967, NaN], "max": [0.9636244773864746, 0.26813849806785583, 0.0, 1.3144700527191162, -0.26725587248802185, 0.9636239409446716, 0.0017913971096277237, -0.20502527058124542, 0.0014804165111854672, 2.4736746127018705e-06, 1.0, 0.7963134050369263, NaN], "mean": [0.9633897542953491, 0.26810070872306824, -4.505765900830738e-05, 1.313217282295227, -0.26810064911842346, 0.9633897542953491, 7.749555516056716e-05, -0.20590190589427948, 6.414116796804592e-05, -6.262318493099883e-05, 1.0, 0.7525450587272644, NaN], "std": [4.430461922311224e-05, 0.00015969984815455973, 0.00018892601656261832, 0.0053915162570774555, 0.00016002688789740205, 4.422305210027844e-05, 0.0003251840826123953, 0.003806089051067829, 0.0002689834509510547, 0.0002628415240906179, 3.5019769484279095e-07, 0.006744232960045338, NaN], "count": [229]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.13119225422804803]], [[0.12306764541595168]], [[0.11632401187963987]]], "std": [[[0.30586721983681475]], [[0.28894623110902656]], [[0.2748619651303082]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46207929103038914]], [[0.42601410992220834]], [[0.3949176505457352]]], "std": [[[0.39718486303832184]], [[0.37676009892303386]], [[0.3607445046029039]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.687642287119013]], [[0.654100506205697]], [[0.6359394377086698]]], "std": [[[0.32843639232451893]], [[0.31707875927982]], [[0.31011757520687333]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6008607870630213]], [[0.5623077977403471]], [[0.540662692928476]]], "std": [[[0.30084226162470895]], [[0.29341695302538523]], [[0.28974154220377074]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.627895352416128]], [[0.5648433565280016]], [[0.52529625673326]]], "std": [[[0.26893372603932547]], [[0.27858683173013]], [[0.28716266721092365]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961162066960775]], [[0.9961162066960775]], [[0.9961162066960775]]], "std": [[[0.018037430403459922]], [[0.018037430403459922]], [[0.018037430403459922]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5806303048834869]], [[0.5806303048834869]], [[0.5806303048834869]]], "std": [[[0.33321006896496225]], [[0.33321006896496225]], [[0.33321006896496225]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2595191079407037]], [[0.2595191079407037]], [[0.2595191079407037]]], "std": [[[0.2840166079989757]], [[0.2840166079989757]], [[0.2840166079989757]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09906978316103295]], [[0.09906978316103295]], [[0.09906978316103295]]], "std": [[[0.10271818157920345]], [[0.10271818157920345]], [[0.10271818157920345]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15550612992367016]], [[0.15550612992367016]], [[0.15550612992367016]]], "std": [[[0.1856928163394506]], [[0.1856928163394506]], [[0.1856928163394506]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08246138010623011]], [[0.14549921510959296]], [[0.030812219747856053]]], "std": [[[0.24877806119753323]], [[0.3464317392205751]], [[0.11211469660012471]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4822289559851163]], [[0.25579389401531966]], [[0.19388419563988515]]], "std": [[[0.4678108279156979]], [[0.3669260337675567]], [[0.23324304968000226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21221129880083767]], [[0.3289736583939687]], [[0.7178643041498942]]], "std": [[[0.22630255755946113]], [[0.3614698722037785]], [[0.40342389323631395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42712219680800056]], [[0.8128462211600552]], [[0.3989421393946587]]], "std": [[[0.344599403518037]], [[0.31404929942251086]], [[0.3633294259809439]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42620411844502515]], [[0.65532842081123]], [[0.5017381610966606]]], "std": [[[0.3736493263355519]], [[0.35923618326972]], [[0.4274371852780805]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.56], "mean": [2.28], "std": [1.3221195104830727], "count": [229]}, "frame_index": {"min": [0], "max": [228], "mean": [114.0], "std": [66.10597552415364], "count": [229]}, "episode_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [229]}, "index": {"min": [67134], "max": [67362], "mean": [67248.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [229]}}} +{"episode_index": 263, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33288121223449707, 0.025464791804552078, 0.009146368131041527, -0.7853981852531433, -1.5707963705062866, 0.35319387912750244, 1.1726635694503784, 0.0, 0.4168599843978882, -2.481858253479004, 0.0, -0.5268292427062988, 0.0, 0.0, -0.5268292427062988, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33288121223449707, 1.3303269147872925, 0.4778228998184204, -0.6715467572212219, -0.8465576171875, 1.0471975803375244, 1.5707963705062866, 0.9305140376091003, 1.0471975803375244, -0.9284787178039551, 0.5268292427062988, 0.0, 0.5268292427062988, 0.5268292427062988, 0.0, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3328816294670105, 1.1564462184906006, 0.41536852717399597, -0.7383472919464111, -1.224648356437683, 0.6853975653648376, 1.402148723602295, 0.4945280849933624, 0.7133045792579651, -1.6562503576278687, 0.09204689413309097, -0.09204689413309097, 0.09204689413309097, 0.09204689413309097, -0.09204689413309097, 0.09204689413309097, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 0.35068339109420776, 0.12595708668231964, 0.04080618917942047, 0.2988438308238983, 0.3042999804019928, 0.15210489928722382, 0.417498379945755, 0.28166455030441284, 0.6970617771148682, 0.19040022790431976, 0.19040022790431976, 0.19040022790431976, 0.19040022790431976, 0.19040022790431976, 0.19040022790431976, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [158]}, "observation.state": {"min": [-0.9000189900398254, -0.4365196228027344, -0.0005680868052877486, 1.6263539791107178, 0.43585067987442017, -0.9000189900398254, -0.0008737720781937242, -0.14927572011947632, -0.00013331673108041286, -0.001034109271131456, 0.999999463558197, 0.7509999871253967, NaN], "max": [-0.899694561958313, -0.43585067987442017, 0.0, 1.6751042604446411, 0.436519980430603, -0.8996941447257996, 0.0, -0.14017023146152496, 0.0, 0.0, 1.0, 0.777365505695343, NaN], "mean": [-0.8999915719032288, -0.4359065294265747, -4.713227826869115e-05, 1.671883463859558, 0.43590661883354187, -0.8999915719032288, -7.243690924951807e-05, -0.1407126933336258, -1.0797219147207215e-05, -8.574366802349687e-05, 1.0, 0.7528532147407532, NaN], "std": [7.914640445960686e-05, 0.00016322200826834887, 0.0001387181255267933, 0.009875037707388401, 0.0001632961939321831, 7.923453813418746e-05, 0.00021310501324478537, 0.0017229061340913177, 3.204293898306787e-05, 0.00025224933051504195, 1.2005509120172064e-07, 0.005576006602495909, NaN], "count": [158]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.09172756490852556]], [[0.08679115477797425]], [[0.08225277159186235]]], "std": [[[0.2242985436508076]], [[0.21580943166416836]], [[0.2069606356226385]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3050115275958884]], [[0.2895886356184004]], [[0.2719111561727389]]], "std": [[[0.2912115552129963]], [[0.2826094898605434]], [[0.2724588579158748]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3748871655498491]], [[0.3587615240754487]], [[0.34575187672962554]]], "std": [[[0.3229284994431311]], [[0.31732770254996057]], [[0.31047998171864394]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5465039499333127]], [[0.5356111489977476]], [[0.5218015182818109]]], "std": [[[0.2967248311545374]], [[0.29948290270853384]], [[0.2985887049395363]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.566545707041751]], [[0.5566900437272135]], [[0.5330016502480065]]], "std": [[[0.25734241049246714]], [[0.2625159434719315]], [[0.2677506402000793]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965303981583742]], [[0.9965303981583742]], [[0.9965303981583742]]], "std": [[[0.01723058532356612]], [[0.01723058532356612]], [[0.01723058532356612]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5939976248767007]], [[0.5939976248767007]], [[0.5939976248767007]]], "std": [[[0.336616372287199]], [[0.336616372287199]], [[0.336616372287199]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43563637143924294]], [[0.43563637143924294]], [[0.43563637143924294]]], "std": [[[0.40650282691733514]], [[0.40650282691733514]], [[0.40650282691733514]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18446416024773166]], [[0.18446416024773166]], [[0.18446416024773166]]], "std": [[[0.27176159623742263]], [[0.27176159623742263]], [[0.27176159623742263]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20599221345800384]], [[0.20599221345800384]], [[0.20599221345800384]]], "std": [[[0.22795925482345822]], [[0.22795925482345822]], [[0.22795925482345822]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.059655273182765804]], [[0.12970639130793388]], [[0.094521428748648]]], "std": [[[0.18545787044193704]], [[0.3150243156802551]], [[0.2785340806273533]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45591616123211365]], [[0.3431700573529915]], [[0.2336918642974443]]], "std": [[[0.4411649056614678]], [[0.3806756800427457]], [[0.3688910651437021]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48688329105452927]], [[0.5820902667554487]], [[0.13550585365297582]]], "std": [[[0.4036219468684686]], [[0.45330865437237955]], [[0.23931473968534386]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5267990633618791]], [[0.6058018844075368]], [[0.3477065817469562]]], "std": [[[0.4182559719786909]], [[0.4043049341704938]], [[0.34074356624025737]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5699854475082328]], [[0.49757912707848434]], [[0.42177195597639894]]], "std": [[[0.33224308333149066]], [[0.41408479670066817]], [[0.42345533788230544]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.14], "mean": [1.5699999999999998], "std": [0.912195154558497], "count": [158]}, "frame_index": {"min": [0], "max": [157], "mean": [78.5], "std": [45.609757727924844], "count": [158]}, "episode_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [158]}, "index": {"min": [67363], "max": [67520], "mean": [67441.5], "std": [45.609757727924844], "count": [158]}, "task_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [158]}}} +{"episode_index": 264, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0849757045507431, 0.025464791804552078, 0.01022837683558464, -2.4378085136413574, -2.1820452213287354, 1.0471975803375244, 1.000964879989624, -0.009389560669660568, 0.6304503679275513, -2.481858253479004, 0.0, -0.3073170781135559, 0.0, 0.0, -0.3073170781135559, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0849757045507431, 1.3635656833648682, 0.5476999282836914, -0.7849706411361694, -0.8098859786987305, 6.729099273681641, 2.296313762664795, 0.8562235832214355, 1.5963103771209717, -1.3085023164749146, 0.3073170781135559, 0.0, 0.3073170781135559, 0.3073170781135559, 0.0, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08497598767280579, 1.3202216625213623, 0.5302866697311401, -1.7005679607391357, -1.8431785106658936, 4.9992828369140625, 1.9299684762954712, 0.38031724095344543, 1.072640299797058, -1.9112805128097534, 0.10258413851261139, -0.10258413851261139, 0.10258413851261139, 0.10258413851261139, -0.10258413851261139, 0.10258413851261139, -2.3562004566192627, 1.5708000659942627, -1.0471972227096558, -1.5708000659942627, 0.0, -1.0471972227096558, 2.481846809387207, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.8312206268310547e-07, 0.193078875541687, 0.07755374163389206, 0.5060594081878662, 0.4411003887653351, 1.7492380142211914, 0.4270472526550293, 0.2778947353363037, 0.25820931792259216, 0.3341277241706848, 0.14433827996253967, 0.14433827996253967, 0.14433827996253967, 0.14433827996253967, 0.14433827996253967, 0.14433827996253967, 5.9604644775390625e-06, 3.6954879760742188e-06, 3.5762786865234375e-07, 3.6954879760742188e-06, 0.0, 3.5762786865234375e-07, 1.1444091796875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [666]}, "observation.state": {"min": [-0.043332330882549286, -0.998738169670105, -0.19089768826961517, 1.3059139251708984, 0.9694595336914062, -0.08303090184926987, 0.0, -0.3420570492744446, -0.2434067726135254, -0.1767730563879013, 0.9550011157989502, 0.7254671454429626, NaN], "max": [0.0631188303232193, -0.9807441234588623, 0.0, 1.3125168085098267, 0.9989863634109497, 0.0631188452243805, 0.2347850650548935, -0.2663837671279907, 3.847126572509296e-05, 0.0, 1.0, 0.8177676796913147, NaN], "mean": [0.04059399664402008, -0.995546281337738, -0.03906368091702461, 1.308768630027771, 0.9935343265533447, 0.03337671980261803, 0.04950881749391556, -0.283357709646225, -0.0508965328335762, -0.0374147854745388, 0.9923487901687622, 0.7509214282035828, NaN], "std": [0.03707243874669075, 0.005159837193787098, 0.06570001691579819, 0.0014088930329307914, 0.008825705386698246, 0.050033070147037506, 0.08214535564184189, 0.027105513960123062, 0.08487404137849808, 0.06202837824821472, 0.014233637601137161, 0.015047533437609673, NaN], "count": [666]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.12309080567576879]], [[0.1151616923993019]], [[0.10431019701404164]]], "std": [[[0.29229700001549486]], [[0.27581747045272254]], [[0.25291447801068984]]], "count": [131]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41011776051142246]], [[0.38196176670962806]], [[0.3451023707257569]]], "std": [[[0.39153768474223594]], [[0.37452040140031084]], [[0.3513675670361451]]], "count": [131]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6430695252769897]], [[0.5883074473906954]], [[0.5228058064409493]]], "std": [[[0.23476787473585556]], [[0.23599803041175393]], [[0.2395377068254794]]], "count": [131]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6063654176658586]], [[0.5955545735691553]], [[0.5639073386289448]]], "std": [[[0.34648657352003537]], [[0.3427353227025587]], [[0.3452556097168904]]], "count": [131]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5110233588735281]], [[0.47194983130580326]], [[0.4289395261969877]]], "std": [[[0.3059158524856777]], [[0.30923285838769976]], [[0.3128309244063269]]], "count": [131]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955546104243579]], [[0.9955546104243579]], [[0.9955546104243579]]], "std": [[[0.019885833814806894]], [[0.019885833814806894]], [[0.019885833814806894]]], "count": [131]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5976388693927426]], [[0.5976388693927426]], [[0.5976388693927426]]], "std": [[[0.33496598315961035]], [[0.33496598315961035]], [[0.33496598315961035]]], "count": [131]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2627450980392157]], [[0.2627450980392157]], [[0.2627450980392157]]], "mean": [[[0.10210440494355008]], [[0.10210440494355008]], [[0.10210440494355008]]], "std": [[[0.06915394918360082]], [[0.06915394918360082]], [[0.06915394918360082]]], "count": [131]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11644706263804289]], [[0.11644706263804289]], [[0.11644706263804289]]], "std": [[[0.27236604638673545]], [[0.27236604638673545]], [[0.27236604638673545]]], "count": [131]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13953891715145464]], [[0.13953891715145464]], [[0.13953891715145464]]], "std": [[[0.23098984656482818]], [[0.23098984656482818]], [[0.23098984656482818]]], "count": [131]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10137567930600998]], [[0.07938230332230048]], [[0.0956201968169175]]], "std": [[[0.25963971607331576]], [[0.25314363890814295]], [[0.28077353545108313]]], "count": [131]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32336862428859925]], [[0.38834695309670236]], [[0.19747937952689704]]], "std": [[[0.3850635854892896]], [[0.457005563222982]], [[0.28679770315683556]]], "count": [131]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7998102694165993]], [[0.3338131153855877]], [[0.6883018346504538]]], "std": [[[0.30986149115157746]], [[0.3699922463379116]], [[0.32124401663567886]]], "count": [131]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6050372718456283]], [[0.6988864748219256]], [[0.21805126365203087]]], "std": [[[0.3601620234265398]], [[0.34485478663359376]], [[0.29300731031958527]]], "count": [131]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4436180811849578]], [[0.578593004623521]], [[0.5397751518343493]]], "std": [[[0.3820574488084245]], [[0.42502098331462423]], [[0.3965335446154912]]], "count": [131]}, "timestamp": {"min": [0.0], "max": [13.3], "mean": [6.6499999999999995], "std": [3.8451484583389846], "count": [666]}, "frame_index": {"min": [0], "max": [665], "mean": [332.5], "std": [192.2574229169492], "count": [666]}, "episode_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [666]}, "index": {"min": [67521], "max": [68186], "mean": [67853.5], "std": [192.2574229169492], "count": [666]}, "task_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [666]}}} +{"episode_index": 265, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974504113197327, 0.025464791804552078, 0.01885310187935829, -2.2185444831848145, -1.5707963705062866, -0.7741335034370422, -1.31171452999115, -4.80428409576416, 0.9266473650932312, -2.57132887840271, 0.0, -0.4585365951061249, 0.0, 0.0, -0.4585365951061249, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974504113197327, 1.3361517190933228, 0.9892327785491943, 0.2044922113418579, 0.43961891531944275, 1.2171416282653809, 1.774485468864441, 0.0, 2.229992389678955, -0.19206292927265167, 0.4585365951061249, 0.0, 0.4585365951061249, 0.4585365951061249, 0.0, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974527955055237, 1.2492680549621582, 0.9249053001403809, -1.0409287214279175, -0.6283793449401855, 0.12611575424671173, 0.502507209777832, -2.6150853633880615, 1.4102996587753296, -1.4666887521743774, 0.04233502596616745, -0.04233502596616745, 0.04233502596616745, 0.04233502596616745, -0.04233502596616745, 0.04233502596616745, -2.3561997413635254, 1.5707992315292358, -1.0471996068954468, -1.5707992315292358, 0.0, -1.0471996068954468, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.2633344531059265, 0.19496150314807892, 0.8407264351844788, 0.758254885673523, 0.7010335326194763, 1.1990267038345337, 1.8333425521850586, 0.4652591645717621, 0.9176615476608276, 0.12806011736392975, 0.12806011736392975, 0.12806011736392975, 0.12806011736392975, 0.12806011736392975, 0.12806011736392975, 5.245208740234375e-06, 2.86102294921875e-06, 2.0265579223632812e-06, 2.86102294921875e-06, 0.0, 2.0265579223632812e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [319]}, "observation.state": {"min": [-0.13207612931728363, 0.9912395477294922, 0.0, 1.2788147926330566, -0.9915062785148621, -0.1320761740207672, -0.0, -0.3155025243759155, -0.0, -0.0016959375934675336, 0.9999967217445374, 0.7509999871253967, NaN], "max": [-0.13004490733146667, 0.9915062189102173, 0.0019295690581202507, 1.3183616399765015, -0.9912395477294922, -0.13004815578460693, 0.0016709036426618695, -0.2990821599960327, 0.0019072291906923056, 0.0, 1.0, 0.7967900633811951, NaN], "mean": [-0.13191619515419006, 0.9912573099136353, 9.467762720305473e-05, 1.3167905807495117, -0.9912573099136353, -0.1319163292646408, 8.13490041764453e-05, -0.3148651719093323, 9.300712554249913e-05, -8.325451926793903e-05, 1.0, 0.7527133822441101, NaN], "std": [0.00036918369005434215, 4.8647365474607795e-05, 0.0003700864617712796, 0.006420270539820194, 4.8655871069058776e-05, 0.0003686427662614733, 0.00031940030748955905, 0.0026260074228048325, 0.00036490565980784595, 0.0003253064933232963, 5.64009837944468e-07, 0.007120868656784296, NaN], "count": [319]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0752078474288385]], [[0.07419597516514215]], [[0.06832049948668636]]], "std": [[[0.18903377399943655]], [[0.1870391368701297]], [[0.17713984629513907]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23531784473989317]], [[0.22987696029815777]], [[0.20592776057791537]]], "std": [[[0.2514702791437679]], [[0.2474116509185695]], [[0.23629504472573656]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5131560211923762]], [[0.5042782139770172]], [[0.4884982541972023]]], "std": [[[0.24085300967944928]], [[0.24236497705979757]], [[0.2462352646469271]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5053504124949456]], [[0.48648041462062064]], [[0.4607501138275494]]], "std": [[[0.2896549110104318]], [[0.2881779177226452]], [[0.2924363904247389]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5865930593023092]], [[0.5773345886215366]], [[0.5559439626471292]]], "std": [[[0.30381238349934087]], [[0.31046554408721805]], [[0.32106184047174563]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955205764669672]], [[0.9955205764669672]], [[0.9955205764669672]]], "std": [[[0.020096888841407597]], [[0.020096888841407597]], [[0.020096888841407597]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6054432957752712]], [[0.6054432957752712]], [[0.6054432957752712]]], "std": [[[0.3387918805280053]], [[0.3387918805280053]], [[0.3387918805280053]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14968212106155004]], [[0.14968212106155004]], [[0.14968212106155004]]], "std": [[[0.20187153869462743]], [[0.20187153869462743]], [[0.20187153869462743]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09410727349658785]], [[0.09410727349658785]], [[0.09410727349658785]]], "std": [[[0.22810735363412318]], [[0.22810735363412318]], [[0.22810735363412318]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1314448407453676]], [[0.1314448407453676]], [[0.1314448407453676]]], "std": [[[0.19711762505221167]], [[0.19711762505221167]], [[0.19711762505221167]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.036330879754521414]], [[0.12629678446393092]], [[0.12840994011229195]]], "std": [[[0.14524318993495394]], [[0.31068341279901873]], [[0.3141082294676455]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2661790395033565]], [[0.2005189490179985]], [[0.36606708281616396]]], "std": [[[0.38383755149737037]], [[0.32128546394165863]], [[0.42950590136193756]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5831175726266704]], [[0.36708269009871314]], [[0.5444840745367605]]], "std": [[[0.33224436094496734]], [[0.3761227992344542]], [[0.4236483829752158]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5509724527272007]], [[0.510113092615727]], [[0.5169801936711211]]], "std": [[[0.35361734371078524]], [[0.4079669771354978]], [[0.41314306256537253]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3413071654023259]], [[0.6518073642233474]], [[0.5335412042317697]]], "std": [[[0.3689927423898829]], [[0.3529107758540152]], [[0.401849670160417]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.36], "mean": [3.1799999999999997], "std": [1.841738309315414], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [319]}, "index": {"min": [68187], "max": [68505], "mean": [68346.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [319]}}} +{"episode_index": 266, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23866215348243713, 0.025464791804552078, 0.007023066282272339, -1.3897496461868286, -1.597581148147583, 0.11097794771194458, 1.5707963705062866, -1.086653470993042, 1.0471975803375244, -2.481858253479004, 0.0, -0.5804877877235413, 0.0, 0.0, -0.5804877877235413, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23866215348243713, 2.004284620285034, 0.5527719855308533, -0.7853981852531433, -1.539158821105957, 1.0471975803375244, 2.11523175239563, 0.0, 1.6127681732177734, -1.8230292797088623, 0.5804877877235413, 0.0, 0.5804877877235413, 0.5804877877235413, 0.0, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23866242170333862, 1.622538447380066, 0.4474881887435913, -1.053379774093628, -1.5705513954162598, 0.629145085811615, 1.8005003929138184, -0.48194265365600586, 1.2886073589324951, -2.199005365371704, 0.10244348645210266, -0.10244348645210266, 0.10244348645210266, 0.10244348645210266, -0.10244348645210266, 0.10244348645210266, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 0.6018446087837219, 0.16598600149154663, 0.2627159357070923, 0.014986868016421795, 0.4157068729400635, 0.23132061958312988, 0.4798561632633209, 0.23644223809242249, 0.28363946080207825, 0.21000319719314575, 0.21000319719314575, 0.21000319719314575, 0.21000319719314575, 0.21000319719314575, 0.21000319719314575, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [164]}, "observation.state": {"min": [-0.05591607838869095, -0.998515248298645, 0.0, 2.1111035346984863, 0.9984346032142639, -0.0559210404753685, -0.0010715629905462265, -0.28293469548225403, -1.2846754771089763e-08, 0.0, 0.9999905824661255, 0.7509999871253967, NaN], "max": [-0.054472777992486954, -0.998426616191864, 0.004206282086670399, 2.1475183963775635, 0.998515248298645, -0.054472777992486954, 1.9083211455495075e-08, -0.26014137268066406, 0.001305096666328609, 0.004139780066907406, 1.0, 0.7965817451477051, NaN], "mean": [-0.054586708545684814, -0.9985079169273376, 0.00033276338945142925, 2.113292694091797, 0.9985084533691406, -0.05458701401948929, -8.476708899252117e-05, -0.2813555896282196, 0.0001031463616527617, 0.0003275327035225928, 0.999999463558197, 0.7540028095245361, NaN], "std": [0.0003443072200752795, 2.0831699657719582e-05, 0.0010050240671262145, 0.007004263810813427, 1.9179677110514604e-05, 0.00034532969584688544, 0.0002559387939982116, 0.004829956218600273, 0.0003115164290647954, 0.0009892095113173127, 1.9850422177114524e-06, 0.009317698888480663, NaN], "count": [164]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1304539288442028]], [[0.11832100106551975]], [[0.10091690890644416]]], "std": [[[0.3058618052905893]], [[0.27938871927570397]], [[0.24168912898243147]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4503360162436439]], [[0.3977864467766519]], [[0.3304678000470733]]], "std": [[[0.4026025624099749]], [[0.3644188742641612]], [[0.31591482322298714]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.780267727760712]], [[0.768828645784089]], [[0.6717117490818357]]], "std": [[[0.22743380196494908]], [[0.22894074956808008]], [[0.2250060232645522]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5231770888444979]], [[0.5076296832744246]], [[0.44870743402863694]]], "std": [[[0.3192831125612347]], [[0.3133296294098007]], [[0.29100559527544195]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6773877935292306]], [[0.6403415912789657]], [[0.5519464557889774]]], "std": [[[0.24402042463216025]], [[0.2503099493020819]], [[0.25927851145334774]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954821694759776]], [[0.9954821694759776]], [[0.9954821694759776]]], "std": [[[0.02007587377787329]], [[0.02007587377787329]], [[0.02007587377787329]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5955618185853733]], [[0.5955618185853733]], [[0.5955618185853733]]], "std": [[[0.3358233176346611]], [[0.3358233176346611]], [[0.3358233176346611]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.1060347041590139]], [[0.1060347041590139]], [[0.1060347041590139]]], "std": [[[0.06492024307984996]], [[0.06492024307984996]], [[0.06492024307984996]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08378981432865885]], [[0.08378981432865885]], [[0.08378981432865885]]], "std": [[[0.15676525298730118]], [[0.15676525298730118]], [[0.15676525298730118]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11577995977981494]], [[0.11577995977981494]], [[0.11577995977981494]]], "std": [[[0.13016209208118396]], [[0.13016209208118396]], [[0.13016209208118396]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10488671493357098]], [[0.09202344009318102]], [[0.031124169595337193]]], "std": [[[0.28506363600903845]], [[0.25543574968184785]], [[0.1271170051425924]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3778522112719785]], [[0.35722314155989676]], [[0.29280911103198504]]], "std": [[[0.4247480749588205]], [[0.43422484405264217]], [[0.4150742329145014]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19787556419236754]], [[0.4949983604809524]], [[0.7966355432977199]]], "std": [[[0.2536329343404242]], [[0.3050055928582168]], [[0.34244456215851443]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5332254563328016]], [[0.48017205495104576]], [[0.6135286084339006]]], "std": [[[0.3822490814506934]], [[0.37574594533371386]], [[0.43295682041645067]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5862553089906665]], [[0.5644017941501692]], [[0.49255426606879543]]], "std": [[[0.39843392126857696]], [[0.3733581284630638]], [[0.40425819143951647]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.26], "mean": [1.63], "std": [0.9468368391650169], "count": [164]}, "frame_index": {"min": [0], "max": [163], "mean": [81.5], "std": [47.341841958250846], "count": [164]}, "episode_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [164]}, "index": {"min": [68506], "max": [68669], "mean": [68587.5], "std": [47.341841958250846], "count": [164]}, "task_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [164]}}} +{"episode_index": 267, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13784000277519226, 0.025464791804552078, 0.008951103314757347, -0.7853981852531433, -1.8740421533584595, 0.7399133443832397, 1.5707963705062866, -1.3992704153060913, 1.0471975803375244, -2.937769651412964, 0.0, -0.29756098985671997, 0.0, 0.0, -0.29756098985671997, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13784000277519226, 1.7245917320251465, 0.6062095761299133, -0.6851097941398621, -1.5707963705062866, 1.0471975803375244, 2.2995293140411377, 0.0, 1.406832218170166, -2.481858253479004, 0.29756098985671997, 0.0, 0.29756098985671997, 0.29756098985671997, 0.0, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1378401517868042, 1.4702284336090088, 0.5167977213859558, -0.7471017241477966, -1.7123275995254517, 0.9163438677787781, 1.9501622915267944, -0.715143620967865, 1.2333904504776, -2.7085061073303223, 0.06446260213851929, -0.06446260213851929, 0.06446260213851929, 0.06446260213851929, -0.06446260213851929, 0.06446260213851929, -2.356198787689209, 1.5707980394363403, -1.047196388244629, -1.5707980394363403, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 0.47572091221809387, 0.16722044348716736, 0.0360402874648571, 0.11730393022298813, 0.11619732528924942, 0.3161822557449341, 0.5984601378440857, 0.1526222974061966, 0.1859578639268875, 0.12027084082365036, 0.12027084082365036, 0.12027084082365036, 0.12027084082365036, 0.12027084082365036, 0.12027084082365036, 4.291534423828125e-06, 1.6689300537109375e-06, 1.1920928955078125e-06, 1.6689300537109375e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [182]}, "observation.state": {"min": [-0.3397687077522278, 0.940509021282196, -5.2416901041851816e-08, 1.7731930017471313, -0.942423939704895, -0.3397687077522278, -0.0, -0.2900083661079407, -0.0, -0.0016590410377830267, 0.9999957084655762, 0.7509999871253967, NaN], "max": [-0.3344119191169739, 0.9424240589141846, 0.002371996408328414, 1.7950763702392578, -0.940509021282196, -0.3344162106513977, 0.001723346533253789, -0.2846267521381378, 0.002417410258203745, 5.691146753861176e-08, 1.0, 0.8156335949897766, NaN], "mean": [-0.3391016125679016, 0.940747082233429, 0.0002949334739241749, 1.7750306129455566, -0.940747082233429, -0.33910199999809265, 0.00021398846001829952, -0.28523704409599304, 0.0003005329053848982, -0.00020605078316293657, 1.0, 0.7575680017471313, NaN], "std": [0.0015538843581452966, 0.0005562808364629745, 0.0006874909158796072, 0.004781315568834543, 0.0005562531296163797, 0.0015528065850958228, 0.0004990732995793223, 0.001426392700523138, 0.0007006091182120144, 0.00048048386815935373, 1.1830771882159752e-06, 0.015856722369790077, NaN], "count": [182]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09962643105872697]], [[0.0986959714770625]], [[0.09766277138398877]]], "std": [[[0.2569467639760375]], [[0.25580410699327316]], [[0.25456137250819283]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36314734682902267]], [[0.35872721554679804]], [[0.3527062860300237]]], "std": [[[0.3815684430065327]], [[0.38075157150853683]], [[0.3798861806931531]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.34165278942875665]], [[0.33459747158669906]], [[0.3283842777834775]]], "std": [[[0.21250985861799157]], [[0.2150138051254696]], [[0.21825057276739238]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5774839424364527]], [[0.5715469053323596]], [[0.5562590386450398]]], "std": [[[0.3157475068384096]], [[0.31801362816122464]], [[0.32194277645338726]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896163096270278]], [[0.5832700311340979]], [[0.5738793340803371]]], "std": [[[0.3181827682792032]], [[0.3225110602663969]], [[0.3264818807988384]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950786265054908]], [[0.9950786265054908]], [[0.9950786265054908]]], "std": [[[0.021176082975619757]], [[0.021176082975619757]], [[0.021176082975619757]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5947060379228467]], [[0.5947060379228467]], [[0.5947060379228467]]], "std": [[[0.3351346788024763]], [[0.3351346788024763]], [[0.3351346788024763]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.0914742997845491]], [[0.0914742997845491]], [[0.0914742997845491]]], "std": [[[0.061385365796285014]], [[0.061385365796285014]], [[0.061385365796285014]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.0477259649525143]], [[0.0477259649525143]], [[0.0477259649525143]]], "std": [[[0.04827440641976364]], [[0.04827440641976364]], [[0.04827440641976364]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1105703581661795]], [[0.1105703581661795]], [[0.1105703581661795]]], "std": [[[0.14637765636359348]], [[0.14637765636359348]], [[0.14637765636359348]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09506732622942136]], [[0.08377107888400051]], [[0.08215441654244543]]], "std": [[[0.2791659805022968]], [[0.22505676774224667]], [[0.25887248926291134]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30310028961483704]], [[0.4947431721910747]], [[0.22772954842482115]]], "std": [[[0.3558491719832451]], [[0.47932155889005323]], [[0.3187306394778956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3069253069991035]], [[0.6764560719537636]], [[0.7687072476129743]]], "std": [[[0.3655295727698107]], [[0.18189396073091205]], [[0.38121265665374177]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48239463927563436]], [[0.6397685575786349]], [[0.5305401145718709]]], "std": [[[0.36221279247121924]], [[0.42349864002134613]], [[0.3428882798352172]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47095640354565277]], [[0.6902117413703965]], [[0.42644911690609005]]], "std": [[[0.3235406493818006]], [[0.39467439114967556]], [[0.4034462978194684]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.62], "mean": [1.81], "std": [1.0507616285342742], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [182]}, "index": {"min": [68670], "max": [68851], "mean": [68760.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [182]}}} +{"episode_index": 268, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1969674974679947, 0.025464791804552078, 0.0030810798052698374, -0.7853981852531433, -1.5707963705062866, 0.7969168424606323, 0.0847153589129448, -0.5770624279975891, 0.7766952514648438, -2.9409165382385254, 0.0, -0.3365853726863861, 0.0, 0.0, -0.3365853726863861, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1969674974679947, 1.9492459297180176, 0.23584651947021484, -0.08411479741334915, -0.7130950689315796, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.3365853726863861, 0.0, 0.3365853726863861, 0.3365853726863861, 0.0, 0.3365853726863861, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.19696784019470215, 1.7224185466766357, 0.2084021121263504, -0.38430410623550415, -1.0680078268051147, 0.9091513752937317, 0.7550537586212158, -0.33120256662368774, 0.9241918921470642, -2.7116644382476807, 0.09923656284809113, -0.09923656284809113, 0.09923656284809113, 0.09923656284809113, -0.09923656284809113, 0.09923656284809113, -2.3561995029449463, 1.5707988739013672, -1.0471971035003662, -1.5707988739013672, 0.0, -1.0471971035003662, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.427267074584961e-07, 0.49197354912757874, 0.059526070952415466, 0.2681628465652466, 0.3424583375453949, 0.0931902676820755, 0.568061351776123, 0.221198171377182, 0.09229996800422668, 0.1672113984823227, 0.1515861302614212, 0.1515861302614212, 0.1515861302614212, 0.1515861302614212, 0.1515861302614212, 0.1515861302614212, 5.0067901611328125e-06, 2.5033950805664062e-06, 4.76837158203125e-07, 2.5033950805664062e-06, 0.0, 4.76837158203125e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [261]}, "observation.state": {"min": [-0.4863741397857666, 0.8737466335296631, -0.0027279313653707504, 1.8348928689956665, -0.8758845925331116, -0.4863680601119995, -0.0, -0.18704953789710999, -1.233830317914908e-07, 0.0, 0.9999929666519165, 0.7509999871253967, NaN], "max": [-0.4825206696987152, 0.8758845925331116, 0.0, 1.8673433065414429, -0.8737500905990601, -0.4825206696987152, 0.0026315562427043915, -0.149703711271286, 0.0010853017447516322, 0.0036341147497296333, 1.0, 0.7782300710678101, NaN], "mean": [-0.4832216799259186, 0.8754966259002686, -0.00047704027383588254, 1.8628151416778564, -0.8754972815513611, -0.48322078585624695, 0.0004815871943719685, -0.15395331382751465, 0.0001893419394036755, 0.0006508691585622728, 1.0, 0.755464494228363, NaN], "std": [0.0012898723362013698, 0.0007150085875764489, 0.0008922615088522434, 0.008888850919902325, 0.0007140040979720652, 0.0012881034053862095, 0.0008842918323352933, 0.009010178968310356, 0.0003544568025972694, 0.0012051869416609406, 2.334319106012117e-06, 0.008335254155099392, NaN], "count": [261]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09619300324349842]], [[0.08313379883604205]], [[0.06444603098925696]]], "std": [[[0.2489005298304583]], [[0.21792410539075355]], [[0.17122836246434467]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.340836467195202]], [[0.2932300255282168]], [[0.2244672944448803]]], "std": [[[0.36770082084745626]], [[0.32518430455451997]], [[0.2608479846604272]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3482663879819565]], [[0.3101671732746996]], [[0.2605568611357542]]], "std": [[[0.30645974890270844]], [[0.2779886661815781]], [[0.23750522425547635]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696949797189147]], [[0.3436046727298696]], [[0.3232059014638994]]], "std": [[[0.2696871302614091]], [[0.2656583175599934]], [[0.2626031308022097]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45179247511049153]], [[0.3875750795787006]], [[0.31589790993173034]]], "std": [[[0.3182634756795671]], [[0.2937920087304223]], [[0.2666503883345572]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957755126263083]], [[0.9957755126263083]], [[0.9957755126263083]]], "std": [[[0.019240303570922754]], [[0.019240303570922754]], [[0.019240303570922754]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5881949800541947]], [[0.5881949800541947]], [[0.5881949800541947]]], "std": [[[0.3361459274927247]], [[0.3361459274927247]], [[0.3361459274927247]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28983303728112086]], [[0.28983303728112086]], [[0.28983303728112086]]], "std": [[[0.3342379403518186]], [[0.3342379403518186]], [[0.3342379403518186]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08677850399419026]], [[0.08677850399419026]], [[0.08677850399419026]]], "std": [[[0.09999363953966509]], [[0.09999363953966509]], [[0.09999363953966509]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22145166436329328]], [[0.22145166436329328]], [[0.22145166436329328]]], "std": [[[0.2578021447996166]], [[0.2578021447996166]], [[0.2578021447996166]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1033465822565817]], [[0.03397077431567682]], [[0.10106804372855464]]], "std": [[[0.2840808416875581]], [[0.13099113190611683]], [[0.266507698328266]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3405411204117774]], [[0.3906970685131205]], [[0.2622073129925682]]], "std": [[[0.36328380022232526]], [[0.45731684606842077]], [[0.38191176421571105]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5630051572764806]], [[0.4504336175836909]], [[0.42179051573435367]]], "std": [[[0.4332726360573815]], [[0.3439203144135397]], [[0.4405855531735635]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6904224648308077]], [[0.719328969329259]], [[0.273928516969525]]], "std": [[[0.34675891276963494]], [[0.2952442407730224]], [[0.33970266433358387]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3571823513988886]], [[0.6293062842865679]], [[0.391011435058617]]], "std": [[[0.2848036495960506]], [[0.44025563185337724]], [[0.40243840104918815]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.2], "mean": [2.5999999999999996], "std": [1.5068731421943475], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [261]}, "index": {"min": [68852], "max": [69112], "mean": [68982.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [261]}}} +{"episode_index": 269, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995652735233307, 0.025464791804552078, 0.011570850387215614, -0.7853981852531433, -1.5707963705062866, -0.04519578814506531, 0.6685349941253662, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, -0.5317073464393616, 0.0, 0.0, -0.5317073464393616, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995652735233307, 1.6050636768341064, 0.7293188571929932, 1.8523175716400146, 0.0069833723828196526, 1.0471975803375244, 1.5707963705062866, 2.9083378314971924, 1.5206526517868042, 0.21041586995124817, 0.5317073464393616, 0.0, 0.5317073464393616, 0.5317073464393616, 0.0, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49956515431404114, 1.4491398334503174, 0.6584697961807251, 0.7183670997619629, -0.6654545664787292, 0.42067116498947144, 1.1389161348342896, 1.6687781810760498, 1.2738956212997437, -0.9299021363258362, 0.09422800689935684, -0.09422800689935684, 0.09422800689935684, 0.09422800689935684, -0.09422800689935684, 0.09422800689935684, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 0.3763602077960968, 0.17101351916790009, 1.135316252708435, 0.6828734278678894, 0.47130846977233887, 0.34117692708969116, 1.2554553747177124, 0.17239660024642944, 1.1697700023651123, 0.19707904756069183, 0.19707904756069183, 0.19707904756069183, 0.19707904756069183, 0.19707904756069183, 0.19707904756069183, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [257]}, "observation.state": {"min": [0.8137916922569275, 0.5784438848495483, 0.0, 1.9480048418045044, -0.5811560750007629, 0.8137921094894409, -0.00015381688717752695, -0.2715962529182434, -0.0008271621773019433, -0.0011448017321527004, 0.9999992847442627, 0.7509999871253967, NaN], "max": [0.8157216906547546, 0.5811559557914734, 0.000965723826084286, 1.9650970697402954, -0.5784444808959961, 0.8157213926315308, 0.0008017580839805305, -0.26084229350090027, -0.0, 0.0, 1.0, 0.8167836666107178, NaN], "mean": [0.8140091300010681, 0.5808525085449219, 0.00011028243170585483, 1.949072003364563, -0.5808525085449219, 0.8140091300010681, 7.17780421837233e-05, -0.2616865634918213, -4.834221545024775e-05, -0.00012241075455676764, 1.0, 0.7560951113700867, NaN], "std": [0.0004947897978127003, 0.0006951878895051777, 0.00028329776250757277, 0.003250847337767482, 0.0006950359093025327, 0.0004947296110913157, 0.00020413198217283934, 0.0023564365692436695, 0.00015342430560849607, 0.0003136581217404455, 1.9621225533228426e-07, 0.01429318729788065, NaN], "count": [257]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12937639535141027]], [[0.12328552375089771]], [[0.11682066075635136]]], "std": [[[0.3011136568895541]], [[0.2903682222292335]], [[0.2775797777236588]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4403658414085514]], [[0.4053374277723127]], [[0.3790343293160088]]], "std": [[[0.39089102785857993]], [[0.38496429877680705]], [[0.3743696599913882]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.753075796742554]], [[0.7482618724313364]], [[0.7432619455223696]]], "std": [[[0.20205937076687955]], [[0.2037208036140523]], [[0.20610964204304957]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5496308232263187]], [[0.5080259962676634]], [[0.4833811683970466]]], "std": [[[0.3238821922115993]], [[0.3353375618164901]], [[0.33837931375159375]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6518619330499548]], [[0.5971974135162084]], [[0.5623279091739976]]], "std": [[[0.2731003872960734]], [[0.3113108150216134]], [[0.3245920849105095]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960313580649249]], [[0.9960313580649249]], [[0.9960313580649249]]], "std": [[[0.01855251835041112]], [[0.01855251835041112]], [[0.01855251835041112]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5941806890808032]], [[0.5941806890808032]], [[0.5941806890808032]]], "std": [[[0.33541547818745104]], [[0.33541547818745104]], [[0.33541547818745104]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.06760209777970899]], [[0.06760209777970899]], [[0.06760209777970899]]], "std": [[[0.0546910151309245]], [[0.0546910151309245]], [[0.0546910151309245]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16226636384179882]], [[0.16226636384179882]], [[0.16226636384179882]]], "std": [[[0.3173954760840271]], [[0.3173954760840271]], [[0.3173954760840271]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17656306113293785]], [[0.17656306113293785]], [[0.17656306113293785]]], "std": [[[0.24778609642842023]], [[0.24778609642842023]], [[0.24778609642842023]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12505963893029598]], [[0.08071439444078989]], [[0.09098770126018328]]], "std": [[[0.30020738599435826]], [[0.25250461902947113]], [[0.2737828409438848]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31313819234475365]], [[0.3528649163711174]], [[0.25760255778382624]]], "std": [[[0.42335619838751865]], [[0.4292765166255848]], [[0.3665643046521266]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8217733386709904]], [[0.6505797138184297]], [[0.2947462299443905]]], "std": [[[0.33425743832107285]], [[0.27623492289748103]], [[0.358445676588887]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4935699860054141]], [[0.46212442910203305]], [[0.4462849987024665]]], "std": [[[0.41634705617050016]], [[0.401924810640652]], [[0.3934905041624524]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4594794778483878]], [[0.5916648501197955]], [[0.4927784369381965]]], "std": [[[0.4120183828966713]], [[0.39730796437035026]], [[0.3826794038257301]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.12], "mean": [2.5600000000000005], "std": [1.4837789592793127], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [257]}, "index": {"min": [69113], "max": [69369], "mean": [69241.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [257]}}} +{"episode_index": 270, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28510215878486633, 0.025464791804552078, 0.00853075459599495, -3.184540271759033, -1.5707964897155762, -0.5813635587692261, 1.5707963705062866, -1.7663326263427734, -0.7038977742195129, -2.481858253479004, 0.0, -0.3951219618320465, 0.0, 0.0, -0.3951219618320465, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28510215878486633, 1.5076853036880493, 0.5050775408744812, -0.7853981852531433, -1.2803902626037598, 1.0471975803375244, 1.9749654531478882, 0.0, 1.0471975803375244, -0.005056063178926706, 0.3951219618320465, 0.0, 0.3951219618320465, 0.3951219618320465, 0.0, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28510263562202454, 1.3410100936889648, 0.4492412507534027, -2.0758657455444336, -1.4581973552703857, 0.1841852366924286, 1.7801183462142944, -0.9260031580924988, 0.1114702969789505, -1.1546401977539062, 0.06194724515080452, -0.06194724515080452, 0.06194724515080452, 0.06194724515080452, -0.06194724515080452, 0.06194724515080452, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.37255769968032837, 0.1248079463839531, 1.0454680919647217, 0.10111090540885925, 0.6953920722007751, 0.1679907739162445, 0.7446095943450928, 0.7553362250328064, 1.0721043348312378, 0.13956624269485474, 0.13956624269485474, 0.13956624269485474, 0.13956624269485474, 0.13956624269485474, 0.13956624269485474, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [212]}, "observation.state": {"min": [-0.018666325137019157, 0.9998257756233215, -7.829580863472074e-05, 1.7493501901626587, -0.9998664855957031, -0.018666209653019905, -0.0, -0.20760099589824677, -0.0, -1.8999346593773225e-06, 0.9999988079071045, 0.7509999871253967, NaN], "max": [-0.016341136768460274, 0.9998664855957031, 3.207310328434687e-06, 1.7912245988845825, -0.999824583530426, -0.016341136768460274, 0.001527890795841813, -0.2045113444328308, 0.0015264792600646615, 0.00010314198880223557, 1.0, 0.7982069253921509, NaN], "mean": [-0.016530631110072136, 0.9998612403869629, -4.956089469487779e-06, 1.7522141933441162, -0.9998612403869629, -0.01653062365949154, 0.00012450355279725045, -0.20512565970420837, 0.00012439265265129507, 7.2215948421217036e-06, 1.0, 0.7542255520820618, NaN], "std": [0.0005629315273836255, 9.966232028091326e-06, 1.6720290659577586e-05, 0.008719414472579956, 1.0190862667514011e-05, 0.0005629074294120073, 0.00036987161729484797, 0.00037533609429374337, 0.0003695373306982219, 2.295020931342151e-05, 2.6125786689590313e-07, 0.00982404313981533, NaN], "count": [212]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09551497863260759]], [[0.09518110818076418]], [[0.09499404207495385]]], "std": [[[0.23372708067413034]], [[0.23311960045392768]], [[0.2328898077872432]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3017833166028629]], [[0.30090391211373235]], [[0.29986829398152337]]], "std": [[[0.3084126034558196]], [[0.3075552074951299]], [[0.30803141319359634]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6830528032422915]], [[0.6825468027366892]], [[0.6828852128793106]]], "std": [[[0.2368438634571119]], [[0.2376693292235122]], [[0.23775727352954099]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46065028086402987]], [[0.461912575077567]], [[0.4589659630481241]]], "std": [[[0.2688004310574741]], [[0.26785187612131306]], [[0.2683436149640366]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4412620595175589]], [[0.4441248233912764]], [[0.44059271597562116]]], "std": [[[0.27404391040141607]], [[0.27466003365255315]], [[0.27647407109437405]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961630560366823]], [[0.9961630560366823]], [[0.9961630560366823]]], "std": [[[0.018234801804186476]], [[0.018234801804186476]], [[0.018234801804186476]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6000997994355226]], [[0.6000997994355226]], [[0.6000997994355226]]], "std": [[[0.3353577055786135]], [[0.3353577055786135]], [[0.3353577055786135]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09550369444997657]], [[0.09550369444997657]], [[0.09550369444997657]]], "std": [[[0.06584166107974553]], [[0.06584166107974553]], [[0.06584166107974553]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04903252819201618]], [[0.04903252819201618]], [[0.04903252819201618]]], "std": [[[0.09676884769899916]], [[0.09676884769899916]], [[0.09676884769899916]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13857464706754083]], [[0.13857464706754083]], [[0.13857464706754083]]], "std": [[[0.19948433370610724]], [[0.19948433370610724]], [[0.19948433370610724]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02992383780228004]], [[0.07827223928797264]], [[0.14659320682549548]]], "std": [[[0.12267880588850257]], [[0.1976537270307441]], [[0.34847213043356273]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23775965656602233]], [[0.1961151203889784]], [[0.47128030813570254]]], "std": [[[0.3085927556287906]], [[0.3207701937919982]], [[0.4766726745510865]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7642523156111047]], [[0.36218055362769574]], [[0.6426833206932785]]], "std": [[[0.3838328335186193]], [[0.382656333432793]], [[0.26124467167012866]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40080861079427155]], [[0.6463201186086417]], [[0.6551482976830142]]], "std": [[[0.33335672413578776]], [[0.4273121511139543]], [[0.3724453567923262]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886116968452166]], [[0.7996112026425426]], [[0.238302753788496]]], "std": [[[0.39287433253065124]], [[0.3243937134742003]], [[0.27734938355845484]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.22], "mean": [2.1100000000000003], "std": [1.223968953854631], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [212]}, "index": {"min": [69370], "max": [69581], "mean": [69475.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [212]}}} +{"episode_index": 271, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.025464791804552078, 0.0139004560187459, -1.8373982906341553, -1.5707963705062866, 1.0471975803375244, 0.8313437104225159, -1.4424943923950195, 1.0471975803375244, -3.799408435821533, 0.0, -0.6000000238418579, 0.0, 0.0, -0.6000000238418579, 0.0, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1823794841766357, 0.645425021648407, -0.7853981852531433, -0.5036291480064392, 1.7712823152542114, 1.5707963705062866, 0.0, 1.5311362743377686, -2.481858253479004, 0.6000000238418579, 0.0, 0.6000000238418579, 0.6000000238418579, 0.0, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997490644454956, 1.0318862199783325, 0.5632749795913696, -1.3345322608947754, -1.022329568862915, 1.433749794960022, 1.173546314239502, -0.768081545829773, 1.2834211587905884, -3.190046787261963, 0.10708336532115936, -0.10708336532115936, 0.10708336532115936, 0.10708336532115936, -0.10708336532115936, 0.10708336532115936, -2.356198310852051, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.238719940185547e-07, 0.3083884119987488, 0.16834020614624023, 0.4598197340965271, 0.4607737064361572, 0.3215083181858063, 0.33083415031433105, 0.6408173441886902, 0.19463132321834564, 0.5898544192314148, 0.21598248183727264, 0.21598248183727264, 0.21598248183727264, 0.21598248183727264, 0.21598248183727264, 0.21598248183727264, 3.814697265625e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [144]}, "observation.state": {"min": [0.9133844971656799, -0.4070979654788971, -0.00026417861226946115, 1.8151664733886719, 0.4070715010166168, 0.9133844971656799, -0.00012669380521401763, -0.2472609281539917, 0.0, -5.518872399079555e-07, 0.9999999403953552, 0.7509999871253967, NaN], "max": [0.9133962392807007, -0.4070715308189392, 0.0, 1.8208730220794678, 0.4070979654788971, 0.9133962988853455, 1.2606739119291888e-07, -0.24219991266727448, 0.0002928732137661427, 8.189947038772516e-06, 1.0, 0.8204149603843689, NaN], "mean": [0.9133850932121277, -0.4070957601070404, -2.0642582967411727e-05, 1.820516586303711, 0.4070957601070404, 0.9133850932121277, -9.875386240310036e-06, -0.24243538081645966, 2.2874848582432605e-05, 6.17000182501215e-07, 1.0, 0.7553489208221436, NaN], "std": [2.7944831799686654e-06, 6.249018042581156e-06, 6.290712190093473e-05, 0.0011299486504867673, 6.252012099139392e-06, 2.804991709126625e-06, 3.0125323974061757e-05, 0.0008396436460316181, 6.972206756472588e-05, 1.916691644510138e-06, 1.3141589150222899e-08, 0.013756942003965378, NaN], "count": [144]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12600121505460704]], [[0.12031457576019704]], [[0.10185809342375163]]], "std": [[[0.29651075749918504]], [[0.2860645252073824]], [[0.2567443900757472]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4227428302055065]], [[0.3998087576468979]], [[0.34992792955901963]]], "std": [[[0.3921081585055589]], [[0.38399906651987536]], [[0.37439598395812157]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.701542513164768]], [[0.651897031498212]], [[0.453504755275798]]], "std": [[[0.21593497480857696]], [[0.2117137393228261]], [[0.20349531843858948]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6465012663524422]], [[0.612665072075135]], [[0.5538195737786924]]], "std": [[[0.2554394632701368]], [[0.27279098667738894]], [[0.3129423861376844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6070812953340428]], [[0.5621695148700019]], [[0.49511483405988505]]], "std": [[[0.27838651361693756]], [[0.29477722129820916]], [[0.3297163694369593]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955539019547492]], [[0.9955539019547492]], [[0.9955539019547492]]], "std": [[[0.02018732767236136]], [[0.02018732767236136]], [[0.02018732767236136]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6057313871001703]], [[0.6057313871001703]], [[0.6057313871001703]]], "std": [[[0.3387980091248763]], [[0.3387980091248763]], [[0.3387980091248763]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11849907228032625]], [[0.11849907228032625]], [[0.11849907228032625]]], "std": [[[0.18060999044711898]], [[0.18060999044711898]], [[0.18060999044711898]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06255030976516321]], [[0.06255030976516321]], [[0.06255030976516321]]], "std": [[[0.07625791066993609]], [[0.07625791066993609]], [[0.07625791066993609]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19048945242746051]], [[0.19048945242746051]], [[0.19048945242746051]]], "std": [[[0.26400704040862516]], [[0.26400704040862516]], [[0.26400704040862516]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10196012448274683]], [[0.07606337998418819]], [[0.03574558821853012]]], "std": [[[0.28797187568774163]], [[0.24473749154201135]], [[0.12707076575796009]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.450696998774887]], [[0.3468377452824432]], [[0.22715067280631343]]], "std": [[[0.4433981337300327]], [[0.38888821211738406]], [[0.37191287039587856]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8056178170457677]], [[0.5753529257535921]], [[0.26589522769197965]]], "std": [[[0.31478779250042643]], [[0.302119246587779]], [[0.34346573289348087]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3962089625700148]], [[0.5118041079842901]], [[0.759500494537954]]], "std": [[[0.3830749763961962]], [[0.37214422563988014]], [[0.3763879314999032]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3974555308118939]], [[0.6702388266273988]], [[0.4685432179232625]]], "std": [[[0.4226404573646419]], [[0.34955837294798664]], [[0.3869645744341967]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.86], "mean": [1.4300000000000002], "std": [0.8313643405070166], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [144]}, "index": {"min": [69582], "max": [69725], "mean": [69653.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [144]}}} diff --git a/pick/meta/info.json b/pick/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ac5c9359dfe996db787d5187e8289f30b539674 --- /dev/null +++ b/pick/meta/info.json @@ -0,0 +1,461 @@ +{ + "codebase_version": "v2.1", + "robot_type": null, + "total_episodes": 272, + "total_frames": 69726, + "total_tasks": 272, + "total_videos": 4080, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 50.0, + "splits": { + "train": "0:272" + }, + "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": { + "action": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "front_rocker", + "front_left_wheel", + "front_right_wheel", + "rear_left_wheel", + "rear_right_wheel", + "ewellix_torso_joint", + "pan_joint", + "tilt_joint", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_arm_finger_joint", + "left_arm_left_inner_finger_joint", + "left_arm_left_inner_knuckle_joint", + "left_arm_right_outer_knuckle_joint", + "left_arm_right_inner_finger_joint", + "left_arm_right_inner_knuckle_joint", + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_arm_finger_joint", + "right_arm_left_inner_finger_joint", + "right_arm_left_inner_knuckle_joint", + "right_arm_right_outer_knuckle_joint", + "right_arm_right_inner_finger_joint", + "right_arm_right_inner_knuckle_joint" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 13 + ], + "names": [ + "r_xx", + "r_xy", + "r_xz", + "p_x", + "r_yx", + "r_yy", + "r_yz", + "p_y", + "r_zx", + "r_zy", + "r_zz", + "p_z", + "joint" + ] + }, + "observation.image.world__world_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__world_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__world_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/pick/meta/tasks.jsonl b/pick/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bef20e3e7cf4674be976a0a222d70861af016104 --- /dev/null +++ b/pick/meta/tasks.jsonl @@ -0,0 +1,272 @@ +{"task_index": 0, "task": "procedural_kitchen_pick_288015-d820a30"} +{"task_index": 1, "task": "procedural_kitchen_pick_121723-d820a30"} +{"task_index": 2, "task": "procedural_kitchen_pick_39982-d820a30"} +{"task_index": 3, "task": "procedural_kitchen_pick_309991-d820a30"} +{"task_index": 4, "task": "procedural_kitchen_pick_84903-d820a30"} +{"task_index": 5, "task": "procedural_kitchen_pick_217424-d820a30"} +{"task_index": 6, "task": "procedural_kitchen_pick_129441-d820a30"} +{"task_index": 7, "task": "procedural_kitchen_pick_243864-d820a30"} +{"task_index": 8, "task": "procedural_kitchen_pick_134752-d820a30"} +{"task_index": 9, "task": "procedural_kitchen_pick_26772-d820a30"} +{"task_index": 10, "task": "procedural_kitchen_pick_163385-d820a30"} +{"task_index": 11, "task": "procedural_kitchen_pick_195103-d820a30"} +{"task_index": 12, "task": "procedural_kitchen_pick_201864-d820a30"} +{"task_index": 13, "task": "procedural_kitchen_pick_92693-d820a30"} +{"task_index": 14, "task": "procedural_kitchen_pick_154163-d820a30"} +{"task_index": 15, "task": "procedural_kitchen_pick_227115-d820a30"} +{"task_index": 16, "task": "procedural_kitchen_pick_49514-d820a30"} +{"task_index": 17, "task": "procedural_kitchen_pick_286231-d820a30"} +{"task_index": 18, "task": "procedural_kitchen_pick_88374-d820a30"} +{"task_index": 19, "task": "procedural_kitchen_pick_259165-d820a30"} +{"task_index": 20, "task": "procedural_kitchen_pick_251624-d820a30"} +{"task_index": 21, "task": "procedural_kitchen_pick_288014-d820a30"} +{"task_index": 22, "task": "procedural_kitchen_pick_129442-d820a30"} +{"task_index": 23, "task": "procedural_kitchen_pick_158915-d820a30"} +{"task_index": 24, "task": "procedural_kitchen_pick_13924-d820a30"} +{"task_index": 25, "task": "procedural_kitchen_pick_26913-d820a30"} +{"task_index": 26, "task": "procedural_kitchen_pick_47353-d820a30"} +{"task_index": 27, "task": "procedural_kitchen_pick_189992-d820a30"} +{"task_index": 28, "task": "procedural_kitchen_pick_320783-d820a30"} +{"task_index": 29, "task": "procedural_kitchen_pick_222675-d820a30"} +{"task_index": 30, "task": "procedural_kitchen_pick_201863-d820a30"} +{"task_index": 31, "task": "procedural_kitchen_pick_63581-d820a30"} +{"task_index": 32, "task": "procedural_kitchen_pick_189994-d820a30"} +{"task_index": 33, "task": "procedural_kitchen_pick_137744-d820a30"} +{"task_index": 34, "task": "procedural_kitchen_pick_26775-d820a30"} +{"task_index": 35, "task": "procedural_kitchen_pick_310604-d820a30"} +{"task_index": 36, "task": "procedural_kitchen_pick_47352-d820a30"} +{"task_index": 37, "task": "procedural_kitchen_pick_286233-d820a30"} +{"task_index": 38, "task": "procedural_kitchen_pick_129443-d820a30"} +{"task_index": 39, "task": "procedural_kitchen_pick_286234-d820a30"} +{"task_index": 40, "task": "procedural_kitchen_pick_201862-d820a30"} +{"task_index": 41, "task": "procedural_kitchen_pick_271361-d820a30"} +{"task_index": 42, "task": "procedural_kitchen_pick_296384-d820a30"} +{"task_index": 43, "task": "procedural_kitchen_pick_7233-d820a30"} +{"task_index": 44, "task": "procedural_kitchen_pick_152803-d820a30"} +{"task_index": 45, "task": "procedural_kitchen_pick_259161-d820a30"} +{"task_index": 46, "task": "procedural_kitchen_pick_84904-d820a30"} +{"task_index": 47, "task": "procedural_kitchen_pick_33894-d820a30"} +{"task_index": 48, "task": "procedural_kitchen_pick_92695-d820a30"} +{"task_index": 49, "task": "procedural_kitchen_pick_296381-d820a30"} +{"task_index": 50, "task": "procedural_kitchen_pick_111354-d820a30"} +{"task_index": 51, "task": "procedural_kitchen_pick_198302-d820a30"} +{"task_index": 52, "task": "procedural_kitchen_pick_248613-d820a30"} +{"task_index": 53, "task": "procedural_kitchen_pick_269422-d820a30"} +{"task_index": 54, "task": "procedural_kitchen_pick_309994-d820a30"} +{"task_index": 55, "task": "procedural_kitchen_pick_88373-d820a30"} +{"task_index": 56, "task": "procedural_kitchen_pick_33895-d820a30"} +{"task_index": 57, "task": "procedural_kitchen_pick_187365-d820a30"} +{"task_index": 58, "task": "procedural_kitchen_pick_47354-d820a30"} +{"task_index": 59, "task": "procedural_kitchen_pick_201861-d820a30"} +{"task_index": 60, "task": "procedural_kitchen_pick_13922-d820a30"} +{"task_index": 61, "task": "procedural_kitchen_pick_129445-d820a30"} +{"task_index": 62, "task": "procedural_kitchen_pick_248612-d820a30"} +{"task_index": 63, "task": "procedural_kitchen_pick_187363-d820a30"} +{"task_index": 64, "task": "procedural_kitchen_pick_309993-d820a30"} +{"task_index": 65, "task": "procedural_kitchen_pick_103502-d820a30"} +{"task_index": 66, "task": "procedural_kitchen_pick_121722-d820a30"} +{"task_index": 67, "task": "procedural_kitchen_pick_310601-d820a30"} +{"task_index": 68, "task": "procedural_kitchen_pick_33891-d820a30"} +{"task_index": 69, "task": "procedural_kitchen_pick_129444-d820a30"} +{"task_index": 70, "task": "procedural_kitchen_pick_49513-d820a30"} +{"task_index": 71, "task": "procedural_kitchen_pick_189995-d820a30"} +{"task_index": 72, "task": "procedural_kitchen_pick_103505-d820a30"} +{"task_index": 73, "task": "procedural_kitchen_pick_105522-d820a30"} +{"task_index": 74, "task": "procedural_kitchen_pick_296623-d820a30"} +{"task_index": 75, "task": "procedural_kitchen_pick_152804-d820a30"} +{"task_index": 76, "task": "procedural_kitchen_pick_248615-d820a30"} +{"task_index": 77, "task": "procedural_kitchen_pick_225303-d820a30"} +{"task_index": 78, "task": "procedural_kitchen_pick_269425-d820a30"} +{"task_index": 79, "task": "procedural_kitchen_pick_296383-d820a30"} +{"task_index": 80, "task": "procedural_kitchen_pick_265991-d820a30"} +{"task_index": 81, "task": "procedural_kitchen_pick_103501-d820a30"} +{"task_index": 82, "task": "procedural_kitchen_pick_288012-d820a30"} +{"task_index": 83, "task": "procedural_kitchen_pick_13921-d820a30"} +{"task_index": 84, "task": "procedural_kitchen_pick_111353-d820a30"} +{"task_index": 85, "task": "procedural_kitchen_pick_152802-d820a30"} +{"task_index": 86, "task": "procedural_kitchen_pick_63585-d820a30"} +{"task_index": 87, "task": "procedural_kitchen_pick_251625-d820a30"} +{"task_index": 88, "task": "procedural_kitchen_pick_320784-d820a30"} +{"task_index": 89, "task": "procedural_kitchen_pick_239305-d820a30"} +{"task_index": 90, "task": "procedural_kitchen_pick_37591-d820a30"} +{"task_index": 91, "task": "procedural_kitchen_pick_301334-d820a30"} +{"task_index": 92, "task": "procedural_kitchen_pick_296625-d820a30"} +{"task_index": 93, "task": "procedural_kitchen_pick_282995-d820a30"} +{"task_index": 94, "task": "procedural_kitchen_pick_105525-d820a30"} +{"task_index": 95, "task": "procedural_kitchen_pick_163381-d820a30"} +{"task_index": 96, "task": "procedural_kitchen_pick_269423-d820a30"} +{"task_index": 97, "task": "procedural_kitchen_pick_310603-d820a30"} +{"task_index": 98, "task": "procedural_kitchen_pick_39984-d820a30"} +{"task_index": 99, "task": "procedural_kitchen_pick_154162-d820a30"} +{"task_index": 100, "task": "procedural_kitchen_pick_39981-d820a30"} +{"task_index": 101, "task": "procedural_kitchen_pick_92691-d820a30"} +{"task_index": 102, "task": "procedural_kitchen_pick_158912-d820a30"} +{"task_index": 103, "task": "procedural_kitchen_pick_105521-d820a30"} +{"task_index": 104, "task": "procedural_kitchen_pick_286235-d820a30"} +{"task_index": 105, "task": "procedural_kitchen_pick_243863-d820a30"} +{"task_index": 106, "task": "procedural_kitchen_pick_309995-d820a30"} +{"task_index": 107, "task": "procedural_kitchen_pick_26771-d820a30"} +{"task_index": 108, "task": "procedural_kitchen_pick_222674-d820a30"} +{"task_index": 109, "task": "procedural_kitchen_pick_286653-d820a30"} +{"task_index": 110, "task": "procedural_kitchen_pick_171334-d820a30"} +{"task_index": 111, "task": "procedural_kitchen_pick_271362-d820a30"} +{"task_index": 112, "task": "procedural_kitchen_pick_49515-d820a30"} +{"task_index": 113, "task": "procedural_kitchen_pick_49512-d820a30"} +{"task_index": 114, "task": "procedural_kitchen_pick_299882-d820a30"} +{"task_index": 115, "task": "procedural_kitchen_pick_284805-d820a30"} +{"task_index": 116, "task": "procedural_kitchen_pick_39983-d820a30"} +{"task_index": 117, "task": "procedural_kitchen_pick_103503-d820a30"} +{"task_index": 118, "task": "procedural_kitchen_pick_13923-d820a30"} +{"task_index": 119, "task": "procedural_kitchen_pick_282991-d820a30"} +{"task_index": 120, "task": "procedural_kitchen_pick_284801-d820a30"} +{"task_index": 121, "task": "procedural_kitchen_pick_282994-d820a30"} +{"task_index": 122, "task": "procedural_kitchen_pick_259164-d820a30"} +{"task_index": 123, "task": "procedural_kitchen_pick_296382-d820a30"} +{"task_index": 124, "task": "procedural_kitchen_pick_217422-d820a30"} +{"task_index": 125, "task": "procedural_kitchen_pick_26915-d820a30"} +{"task_index": 126, "task": "procedural_kitchen_pick_121725-d820a30"} +{"task_index": 127, "task": "procedural_kitchen_pick_222672-d820a30"} +{"task_index": 128, "task": "procedural_kitchen_pick_284803-d820a30"} +{"task_index": 129, "task": "procedural_kitchen_pick_225305-d820a30"} +{"task_index": 130, "task": "procedural_kitchen_pick_137742-d820a30"} +{"task_index": 131, "task": "procedural_kitchen_pick_43423-d820a30"} +{"task_index": 132, "task": "procedural_kitchen_pick_92692-d820a30"} +{"task_index": 133, "task": "procedural_kitchen_pick_103504-d820a30"} +{"task_index": 134, "task": "procedural_kitchen_pick_26914-d820a30"} +{"task_index": 135, "task": "procedural_kitchen_pick_288013-d820a30"} +{"task_index": 136, "task": "procedural_kitchen_pick_26912-d820a30"} +{"task_index": 137, "task": "procedural_kitchen_pick_88372-d820a30"} +{"task_index": 138, "task": "procedural_kitchen_pick_239301-d820a30"} +{"task_index": 139, "task": "procedural_kitchen_pick_171333-d820a30"} +{"task_index": 140, "task": "procedural_kitchen_pick_309992-d820a30"} +{"task_index": 141, "task": "procedural_kitchen_pick_39985-d820a30"} +{"task_index": 142, "task": "procedural_kitchen_pick_26773-d820a30"} +{"task_index": 143, "task": "procedural_kitchen_pick_284802-d820a30"} +{"task_index": 144, "task": "procedural_kitchen_pick_217423-d820a30"} +{"task_index": 145, "task": "procedural_kitchen_pick_121724-d820a30"} +{"task_index": 146, "task": "procedural_kitchen_pick_154164-d820a30"} +{"task_index": 147, "task": "procedural_kitchen_pick_259162-d820a30"} +{"task_index": 148, "task": "procedural_kitchen_pick_158913-d820a30"} +{"task_index": 149, "task": "procedural_kitchen_pick_271363-d820a30"} +{"task_index": 150, "task": "procedural_kitchen_pick_296385-d820a30"} +{"task_index": 151, "task": "procedural_kitchen_pick_137741-d820a30"} +{"task_index": 152, "task": "procedural_kitchen_pick_92694-d820a30"} +{"task_index": 153, "task": "procedural_kitchen_pick_198303-d820a30"} +{"task_index": 154, "task": "procedural_kitchen_pick_26911-d820a30"} +{"task_index": 155, "task": "procedural_kitchen_pick_217425-d820a30"} +{"task_index": 156, "task": "procedural_kitchen_pick_301333-d820a30"} +{"task_index": 157, "task": "procedural_kitchen_pick_320781-d820a30"} +{"task_index": 158, "task": "procedural_kitchen_pick_163382-d820a30"} +{"task_index": 159, "task": "procedural_kitchen_pick_284804-d820a30"} +{"task_index": 160, "task": "procedural_kitchen_pick_154161-d820a30"} +{"task_index": 161, "task": "procedural_kitchen_pick_222671-d820a30"} +{"task_index": 162, "task": "procedural_kitchen_pick_265994-d820a30"} +{"task_index": 163, "task": "procedural_kitchen_pick_43421-d820a30"} +{"task_index": 164, "task": "procedural_kitchen_pick_37593-d820a30"} +{"task_index": 165, "task": "procedural_kitchen_pick_239303-d820a30"} +{"task_index": 166, "task": "procedural_kitchen_pick_163384-d820a30"} +{"task_index": 167, "task": "procedural_kitchen_pick_301331-d820a30"} +{"task_index": 168, "task": "procedural_kitchen_pick_121721-d820a30"} +{"task_index": 169, "task": "procedural_kitchen_pick_134751-d820a30"} +{"task_index": 170, "task": "procedural_kitchen_pick_47351-d820a30"} +{"task_index": 171, "task": "procedural_kitchen_pick_251621-d820a30"} +{"task_index": 172, "task": "procedural_kitchen_pick_84905-d820a30"} +{"task_index": 173, "task": "procedural_kitchen_pick_251622-d820a30"} +{"task_index": 174, "task": "procedural_kitchen_pick_43422-d820a30"} +{"task_index": 175, "task": "procedural_kitchen_pick_171335-d820a30"} +{"task_index": 176, "task": "procedural_kitchen_pick_225302-d820a30"} +{"task_index": 177, "task": "procedural_kitchen_pick_63583-d820a30"} +{"task_index": 178, "task": "procedural_kitchen_pick_189991-d820a30"} +{"task_index": 179, "task": "procedural_kitchen_pick_84901-d820a30"} +{"task_index": 180, "task": "procedural_kitchen_pick_105524-d820a30"} +{"task_index": 181, "task": "procedural_kitchen_pick_26774-d820a30"} +{"task_index": 182, "task": "procedural_kitchen_pick_227112-d820a30"} +{"task_index": 183, "task": "procedural_kitchen_pick_37595-d820a30"} +{"task_index": 184, "task": "procedural_kitchen_pick_37594-d820a30"} +{"task_index": 185, "task": "procedural_kitchen_pick_189993-d820a30"} +{"task_index": 186, "task": "procedural_kitchen_pick_299884-d820a30"} +{"task_index": 187, "task": "procedural_kitchen_pick_33892-d820a30"} +{"task_index": 188, "task": "procedural_kitchen_pick_271365-d820a30"} +{"task_index": 189, "task": "procedural_kitchen_pick_301332-d820a30"} +{"task_index": 190, "task": "procedural_kitchen_pick_43425-d820a30"} +{"task_index": 191, "task": "procedural_kitchen_pick_320782-d820a30"} +{"task_index": 192, "task": "procedural_kitchen_pick_248611-d820a30"} +{"task_index": 193, "task": "procedural_kitchen_pick_198305-d820a30"} +{"task_index": 194, "task": "procedural_kitchen_pick_299881-d820a30"} +{"task_index": 195, "task": "procedural_kitchen_pick_296622-d820a30"} +{"task_index": 196, "task": "procedural_kitchen_pick_301335-d820a30"} +{"task_index": 197, "task": "procedural_kitchen_pick_18162-d820a30"} +{"task_index": 198, "task": "procedural_kitchen_pick_158914-d820a30"} +{"task_index": 199, "task": "procedural_kitchen_pick_269421-d820a30"} +{"task_index": 200, "task": "procedural_kitchen_pick_282992-d820a30"} +{"task_index": 201, "task": "procedural_kitchen_pick_84902-d820a30"} +{"task_index": 202, "task": "procedural_kitchen_pick_111352-d820a30"} +{"task_index": 203, "task": "procedural_kitchen_pick_154165-d820a30"} +{"task_index": 204, "task": "procedural_kitchen_pick_43424-d820a30"} +{"task_index": 205, "task": "procedural_kitchen_pick_195104-d820a30"} +{"task_index": 206, "task": "procedural_kitchen_pick_137745-d820a30"} +{"task_index": 207, "task": "procedural_kitchen_pick_198304-d820a30"} +{"task_index": 208, "task": "procedural_kitchen_pick_286232-d820a30"} +{"task_index": 209, "task": "procedural_kitchen_pick_171332-d820a30"} +{"task_index": 210, "task": "procedural_kitchen_pick_251623-d820a30"} +{"task_index": 211, "task": "procedural_kitchen_pick_187361-d820a30"} +{"task_index": 212, "task": "procedural_kitchen_pick_299885-d820a30"} +{"task_index": 213, "task": "procedural_kitchen_pick_7235-d820a30"} +{"task_index": 214, "task": "procedural_kitchen_pick_134755-d820a30"} +{"task_index": 215, "task": "procedural_kitchen_pick_217421-d820a30"} +{"task_index": 216, "task": "procedural_kitchen_pick_265992-d820a30"} +{"task_index": 217, "task": "procedural_kitchen_pick_47355-d820a30"} +{"task_index": 218, "task": "procedural_kitchen_pick_286651-d820a30"} +{"task_index": 219, "task": "procedural_kitchen_pick_195102-d820a30"} +{"task_index": 220, "task": "procedural_kitchen_pick_296621-d820a30"} +{"task_index": 221, "task": "procedural_kitchen_pick_134754-d820a30"} +{"task_index": 222, "task": "procedural_kitchen_pick_18165-d820a30"} +{"task_index": 223, "task": "procedural_kitchen_pick_134753-d820a30"} +{"task_index": 224, "task": "procedural_kitchen_pick_299883-d820a30"} +{"task_index": 225, "task": "procedural_kitchen_pick_259163-d820a30"} +{"task_index": 226, "task": "procedural_kitchen_pick_137743-d820a30"} +{"task_index": 227, "task": "procedural_kitchen_pick_187362-d820a30"} +{"task_index": 228, "task": "procedural_kitchen_pick_243862-d820a30"} +{"task_index": 229, "task": "procedural_kitchen_pick_171331-d820a30"} +{"task_index": 230, "task": "procedural_kitchen_pick_187364-d820a30"} +{"task_index": 231, "task": "procedural_kitchen_pick_7231-d820a30"} +{"task_index": 232, "task": "procedural_kitchen_pick_271364-d820a30"} +{"task_index": 233, "task": "procedural_kitchen_pick_225304-d820a30"} +{"task_index": 234, "task": "procedural_kitchen_pick_111351-d820a30"} +{"task_index": 235, "task": "procedural_kitchen_pick_282993-d820a30"} +{"task_index": 236, "task": "procedural_kitchen_pick_152805-d820a30"} +{"task_index": 237, "task": "procedural_kitchen_pick_288011-d820a30"} +{"task_index": 238, "task": "procedural_kitchen_pick_286652-d820a30"} +{"task_index": 239, "task": "procedural_kitchen_pick_18161-d820a30"} +{"task_index": 240, "task": "procedural_kitchen_pick_239302-d820a30"} +{"task_index": 241, "task": "procedural_kitchen_pick_227111-d820a30"} +{"task_index": 242, "task": "procedural_kitchen_pick_49511-d820a30"} +{"task_index": 243, "task": "procedural_kitchen_pick_13925-d820a30"} +{"task_index": 244, "task": "procedural_kitchen_pick_243865-d820a30"} +{"task_index": 245, "task": "procedural_kitchen_pick_7234-d820a30"} +{"task_index": 246, "task": "procedural_kitchen_pick_310605-d820a30"} +{"task_index": 247, "task": "procedural_kitchen_pick_163383-d820a30"} +{"task_index": 248, "task": "procedural_kitchen_pick_225301-d820a30"} +{"task_index": 249, "task": "procedural_kitchen_pick_63584-d820a30"} +{"task_index": 250, "task": "procedural_kitchen_pick_152801-d820a30"} +{"task_index": 251, "task": "procedural_kitchen_pick_18164-d820a30"} +{"task_index": 252, "task": "procedural_kitchen_pick_18163-d820a30"} +{"task_index": 253, "task": "procedural_kitchen_pick_248614-d820a30"} +{"task_index": 254, "task": "procedural_kitchen_pick_265995-d820a30"} +{"task_index": 255, "task": "procedural_kitchen_pick_265993-d820a30"} +{"task_index": 256, "task": "procedural_kitchen_pick_7232-d820a30"} +{"task_index": 257, "task": "procedural_kitchen_pick_296624-d820a30"} +{"task_index": 258, "task": "procedural_kitchen_pick_269424-d820a30"} +{"task_index": 259, "task": "procedural_kitchen_pick_227114-d820a30"} +{"task_index": 260, "task": "procedural_kitchen_pick_88371-d820a30"} +{"task_index": 261, "task": "procedural_kitchen_pick_198301-d820a30"} +{"task_index": 262, "task": "procedural_kitchen_pick_201865-d820a30"} +{"task_index": 263, "task": "procedural_kitchen_pick_239304-d820a30"} +{"task_index": 264, "task": "procedural_kitchen_pick_310602-d820a30"} +{"task_index": 265, "task": "procedural_kitchen_pick_105523-d820a30"} +{"task_index": 266, "task": "procedural_kitchen_pick_88375-d820a30"} +{"task_index": 267, "task": "procedural_kitchen_pick_33893-d820a30"} +{"task_index": 268, "task": "procedural_kitchen_pick_158911-d820a30"} +{"task_index": 269, "task": "procedural_kitchen_pick_320785-d820a30"} +{"task_index": 270, "task": "procedural_kitchen_pick_222673-d820a30"} +{"task_index": 271, "task": "procedural_kitchen_pick_227113-d820a30"} diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e492e14d113fd9c86f9b700185447daf31532cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e17ec115b27f8cb6b6514cea684ee15887488e11588265f8faae2390dbfbf62 +size 187909 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccaabc7023404f637df7023554e02f8551e78234 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db0540897c26b0fad923ceab3390782b24b5fa46e5538f46befac7ce1709d6 +size 108899 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08e9e617f2e80e56f7b0377c58bbe05397905f2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ec94bb32ac993e605743f40d77cb734e288611a21bab0372370a2a50ae943f +size 181173 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76decd959107a7185d4e816de7a46b7b063951ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fa9b2f53e16504dd968b6370c151b757d8281607936bbdd66ab33d993279c0 +size 160986 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e60dc9fe21c41978267c87682d3f4108a4c212 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03122293022df44eac45fc5d6e3243ac621d01fc24d72ced10e5f759b248116 +size 117825 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..080e9d782731f3362c7c7c2ce5e22fd3c6e13411 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff422cda91c2a58fdd6e9cadf2076f101ba821b14bab5d9f2398ad84a926bea +size 309507 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0714a80e563392ba70eed6cdb36d1cadf2b1e38f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ab46f27cb475c098627238853c84e80484432858998239548ca501e2b1e819 +size 691235 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee52e41c97bd38918917ae6cb1d286d484e3dfed --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a354da1adcd2be01b2151c9852fb24fd89c00c690bbbf7abd2c71c0ebc2f3687 +size 263342 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60bb8d551ce5d1224cb7db3f0f618c778f272d96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c6c9366b448be15da745fb4a97fc956deff920f1d0049337a21a5d2f168fbf +size 168077 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4799a2578c5341e0a71fc1b3bd984d701ae2866f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5211fd4f2f45dbc07d0e3d70aeca28d3f3cd6cf0d9e858b22d9e39956d0981c +size 337911 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41355e68d279da4b9946ef149c8637ed2639333b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e627ff4fdcb737d6d154375dbb00efbeeb183423a984eedb4f19e9124a197cf +size 199280 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbcde23d1f89ed82e9f4d8b4089cdc58b75c424f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacfb7532ad70f6a9db0efd5b382d75e4a46f9dcdf394f4598ae67f506ace50d +size 332003 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b753ac5946c27dff5b87a1f0a767990fcce75583 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663501ca6b63f2a1f37f584d754bfd31cb3954c41651611b9bc99aba37c8bca3 +size 175002 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73fb4c7e8d31602fd828cb5efc7b015bf431431d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740c3a1a2131448d1290255110e9a22e9fb13ed5b1cbd95c4a90acecb1bd5f2b +size 222218 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..194bebdd8b03b6a161e42c1953123117da5abcb8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadeea23762d1a34263f24b13a2aec53f151a9695946bf9fc2a9006eb2067611 +size 248431 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e65ae1790c1469189e2dee4b6f6cab77b825f47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb152963eb550e1feebb5ebec977f923b55b2d3516ae09e76da1173531b033e +size 188182 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c895c819332468d9d199c40f62355c8b645f696 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0ed0a7677b189e712532762b0910f6e2f30027606bb6b8b9ece69c3f8fa76b +size 366620 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..491276a74ca84ed99b4624541ae3f2f569bd6fd8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ced4ce738239b8b9b305985ffc3b27706c117ac604d577163fff6cea88f292d +size 293372 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9f662fce6de8644b8ec15149d1461b8de881aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6abb751d8a3b176086a5beeb1289ace7946fb23241b887ac80edb15433b163 +size 210344 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bc1db9d4ea6d8f0e137c27cd1a4e7e18c4d8a6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7496ba69ef4c5c723ceb19ad56063d73d919def1ecd085927069c511006f66 +size 136378 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16c421325287d868581292b4dc5296f6365b53e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512848b7e44d7ae6cb325e20fd3c7d3e72724b0ba06993abe0e6f09087e8b794 +size 262342 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5c5a8d15c5ee5850b941f69b9c3ac471c17af16 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d4712f607759e958311be60c861ca591647f88859588330474781508df3dea +size 130453 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ae2e2385f4c9c002ef228c430e752f0b396714c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee57c03adf0e975eb3929f6a29a8b53e81ab359ef2f9efc1be311654556216f +size 310382 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8b91ab1eab8b7845defdf7803e74b1b091f1807 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffac47c4ba70eb41088532293d90b8f9e86550da670edc4cf5ce3b38aaa0882 +size 141628 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d117b7c3eee7d9b043ad22ab28a0e8acb46c0a34 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9c2a6b3d762204b4a0d155f2fa2c63ff67518f2c2e22811eaf1b0e35cfbe71 +size 207187 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..842d99f0a925937cb41fb8210f2c2c062d1e3988 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4df7eefbdb54055d79a49f62777ed07d78b904c595f5a7c160f23899646129 +size 298145 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56087344622f5b7dc5135d01b473e04e76ed7b46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f0d1b68fff9ce39cc64aa6d8b9e8f683d69239258cbcbe00b0194735b0096b +size 255854 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe0f82b22337c44ab3ad2a67316b43567f7a4828 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93679f4db4ca5a177fa6e8fc01c4cd2399a70ff31ca76b55384e567f4c9f20ea +size 190910 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca608c206caf0a11bece98edddfa652ba7270982 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56227c38e0946d1f8b4d2b35bd34e0ac16d1b4a080c8976a3d437abc6dfaad59 +size 116371 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..184a91dc7e31ad67d0055ddcddec1218981dd497 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f6e47e7f2752059245aa9ff6782a1a85c191920878cc67071b09c598f4e045 +size 153294 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3523e83312cda42c3596d133c1b89777000e9fc7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2724c906da4c610ebb6eb98e5e8ec9c221c9956e5a1871a65b6797ae33bf1157 +size 207030 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d47d4c68537da5a67803ce97a53c6b002498621 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c78e8820b2f03adf20cfb09e470e45b91a7f4d636562cd54465642446d0c87 +size 154472 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..170b8e875d4b98a0ef5cf55ecec82759445355eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e6a4383ac2a21aff8f1e5eca3cea6ffbac1b5e082d88c7dbbee2a6eeebd609 +size 266898 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f28d1e4b61c0ca103b52ee3677a0c6e0874d9a88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861487ec14eaca42dbd017e2d296baeca6879c4d926da18fa8c9605d3178f8ec +size 196373 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28dc38d7fc22f8db4568b1ea47c5b4a8f8a316a7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88a3ad7565ecee9e229fd0997246465dc3df4dac9f65c9a54175ba28fb6e30d +size 150781 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17fdd1ebd45462d4a234086951e883998beacc39 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8eddf63c9c6ba691cf19f3793a7225b5364fbc659b9913ada4d8d0751ecd4e +size 222682 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7cb418b4ccda7afa9e956dfb0fa8ced63f307b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ac071decf619477194c6894282c454df772f17860c0ff98a1da4025dd40964 +size 139994 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e1c1dc0e8df2b15cc0d051e3b22531292fa481e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a0bd416d5973a47810ccb07cf472f30fa38875a26619bf54d6f72e9d3bb992 +size 161682 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..422c0b6efd3396ef21f0d3e34f4087392cff69dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af1b90ab996b3cf50040a875db9842fd2742c38e56aa5791569cfc1f880bfc5 +size 295147 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dee9404bf26e7c66ded33d341e451f24e4ef98f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6780e9f1cfaa6296f16ccb9ec6335cb7621f73d822409b1b4669c3f5daa2cda9 +size 272517 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..408ecf0279a0f74a4312040ab98df029542816c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a9037deff4e5d2e6359adb4748b5de012cc75068514377408972bdbceedac2 +size 198239 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d77e5a2ee017af9b52a57850e531cbc503066865 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b767937e98955e2cc839aa69f255fe6454efb4c9e9f651194fe0cff2483d6a0 +size 274227 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee92e45b66d55c80db169ba74ea263526a409928 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d204c5f2d0a64b34db2ecf8b43604d75bc241c0efbe001dc68fe7debc25fcfcc +size 193974 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0be0a0a66112e66e0da25563860e3fffeb25830 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0a503d63e55e6062729ac7a458022406d7b035d78396f5efa61940def114cf +size 198303 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6034052a23e5745df300f72e79c47d82ff6fca3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550badb05e56da40ca50d28e992ecc46bcb9476a5a02832cf949f12976289b8d +size 289499 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d93d73e1fe740f1221ee9ca415e6f8452363d544 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97028fba235b72e4deb683e7f6989b2249633053cdb50dbaa1e75853d18a1fe7 +size 188931 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d315af841e28ae60401bb191328f93ee76cd094e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cf18063287fd930e9c6d7dc7eed8fbd62556ddea0bca6f89fb28940b88cdd0 +size 254898 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..940127f4cae9d341d9466bff86568c7d147fb04f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9b36539fa023997cf587bf7a8fc773dc4e2ceea65945c28e53c41cd8bec3d8 +size 200821 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc4bcf81f157859a557bcb9938bf47e2e6a5245a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb22d36f10cc8e3d81c5d58761c1005ad8c1e5a39b786632f5780bfde07ab82 +size 263331 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9049e49fa2e4b531d5755ba7148e2685e7f4ee0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07190ac358d9138965682fb19eb5d09d874a16265f2e3d259396fe87f2f54b7b +size 146319 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d84d839525c41740a34aefc03dc07b45c937c072 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0243be3a9e3035f056d44c9f705c63bc2fef09dca64d6617ca867e03be30c642 +size 105778 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd769427c32b5f03d202a020457cba40f88cd4c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978f05bdfeb575559fcdfedf55fd07c6b481035e6291cef0665256bab7776cfc +size 200769 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9c46b75153a8569f85a5fec56b800b8fa671134 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2143cece9c8f092b7791a577c29c6e74b748f23b7acd46ed2a442a005d999046 +size 372830 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e5dbc9ec5d003fe3d1e33d3ee8be840644198b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdb8c581a94babbf375dede7b42d138ad8d052e36e8ef6d5c798487403d881f +size 142803 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1b972c51909d3d8d31eeffb087e370c61e62208 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f2f72a98edf2063c599d93dbda1b3cb038143459cd43043b1b1c1c625f52ec +size 276445 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b43873f972ef6a6841273816e20bf32388914196 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f60b1bb05d35b317db733915c031eb19a8cd0067f85c7ad50229847d6bd4562 +size 207629 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13679d284f121ea915c6734a726086458e48168f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70041abf1d38a70032ce63e1311ac467f4b14a1225dd49a02cbd82761df60a3 +size 93595 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0cf13034963a6820a607d4cbf26f37f9fff6290 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b166bce1983f6dd962f0088d2136cdbcf65388eed939aaa196fc49d4887d7e +size 139216 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32df1a521edd5f5e13b6db43f9c275a6175a42a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0049b6ab962b48d2be30c355b3270f216425481457a9e0de727dd65e2f6e759f +size 221403 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15b534cf08677d069da6640dd4473494ad060d71 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206e3df103a01951eee60ba336b761a7c026802687dde8f0f293e55c8a122927 +size 459677 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95f67af4528b70ad8f8927e9c70dcd0397014232 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd9f4aa880ad40cd72c2768ee0d9cdf32649d9edcddd08c1605f86371841e20 +size 329198 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbf6de2d27a3647b3edf2a772a52d7dc99d535dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345bbd6e54f6b12070d31ff45a46d6dca597fbc7fbe52c2521e94285b2a67e21 +size 187968 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd9d43434688847e938c36731c4c59da099b8c3d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba86ce129bde7592c90e09087b257d1d22b76764c49fe6bce2f7f4b45422457f +size 206291 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28871a7614644bd2a4fd1b8106a1a69039146233 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a87ae5db2b5306f6694657b604c19fef062bac91839409de6845ca5b426285f +size 149194 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7bccd301e2a38a1ed5d81d6350e323ba6d9adcc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86c752108bd86b1b71c9a8c5544f9c1637b9c6918e6550bad47d4f7a86aa15b +size 133491 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceca42f1c7c0658960fb4cbd6ad1b477d73446e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb0652af362d14429de15cc7824005d524d078d29498cfd60575bb820da2569 +size 296582 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f15aa303238f5e67e679052bd8b5b1115e7b51bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b7755c689d28437305c7e4d1e8373f96d54192d210f3c7eb465b5845da9082 +size 247218 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28514692022ac87c96595b1910e28abcf0432caa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c1a75c33cb65f498925006d655e6b9fdbb104598351fc9e0c5b9ad52546584 +size 216332 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab90d5a147fb19f767cecc837c4cded1c83bc1aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a8bc01286ded6656b58f4372748cc51330fcaf243fe81c1c31b1f34a52bdc6 +size 186350 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b593802ebea35feec4945297254365247b443baa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f77b2bc81910e4c282aa074236d3b6fa69dda1440338a5196b7edf2becaa987 +size 116740 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1f2f7fa4f7505a9db4a6e42d939ddfe6cec33be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac3411d0a065557beefb53a193d49a6e0b54cc2888f0928e1197f4be3d84020 +size 204655 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01e30710f1b0edebe698a0d9007a0b09cdfd5ab6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bae0db8b3d95210dc15b9b572e41109ff108aa41837e12cab5321ce6dcff08 +size 176929 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa2334fce864a163d032914540e1ab4ee8f04e00 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f594d3263e7ee6f981b8186a548d04e5b66f9fce8956ab009ec951dda8bec19 +size 165725 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b71fab707f39bbd50af75dd178d9ebcd75cdb427 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218791f308991752312a1cdee7755ddeaaee6d7f204b344da4ac3904dba4aae8 +size 215181 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..537b747280674205c4a9c09bb97bffc02ff3411d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc7e1957d023696376c1e11b70b9cfa072ca260cf1575823d499922ae5fe6e6 +size 161038 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53877dedc72be7cb90a6e0425a6cac7bd658afba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985c0f0e72b7bdc2081daa30921622df4a3a0265324586fda24556132e376d05 +size 137447 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..424068740b9e293a3a83301aefd5923bb135decf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4386398fcd31275a2277f5542c1b8f1ec590fa581995e88f2a3145804292b0ed +size 142756 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f1e6b8b7cf818659e2c3a65b09a11060efbb1af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18856d4468ac5b3664001e364bd7f9a8c2c038b585ee53a5634e546424e76e1b +size 253384 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3faec7328fa0ef3c205e821e500987ebec2a08bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557fa3d42c8095eb112a21c1e346c66ff47bc23e8ff7895f66e4b30f191b2480 +size 120357 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efe4f294aea11ffc0d111767a6d1f26fd2ecfed5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3071709ce6d69029b6d033950fc2e37ea40fadecdab114d674b045842365541d +size 136776 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b46534d17e3d60eb2bee60c5f431fa637a7d37c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbf1b00e86be179f2f57c3e7dad9d725f48b49936239166e04b6e65d0fbfaf6 +size 199520 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..becc6e6136aeb7f0729fca9d1aba8407e62b5787 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f75addba1b2b5d22aa7a55c5db58d9cee2363f62e08775ef72cd7ca572aa5a +size 356261 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c9b85183357a5e38c2cbe37db33a5640c853c27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d3c8cc7db2d66958752cdc0bb20c3301300d3bad7efa4f47297f8a4b5efa90 +size 298473 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f75b405a30a721a22a5786ec1b9ba72d470a845 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fe6d56d9a71706463dbccd4109e39e483ebe75f126c13ffcf127f0985dc22f +size 336804 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f0c08ec869b091e46c98e6afc13549e165faf4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ae90a0bb1d7079c20ad36feec27cc6dc338efcd0ce0fa045b59d685c235342 +size 148223 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a22a28d84a8bfabab5dd98a840a2476b02454227 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e07c29e9d90c66a044ecb17e281b9531fe38592a60da3a993025ba51a845f2e +size 236131 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a115f087cc4f59c3394f959db1a54aff5e7c812 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd873c2a3e08d3cb45c284cf09a81a6167a6086cd8bd611e55ce848614b8d95 +size 163625 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2828a14f8bcfe9845c223dcafc05d8407bb3bfd5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5148139fd8d60c5588aebef19b538cf0f81639edcbd0fff616f3fde990b5cc52 +size 271225 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab713a1c75f52861a87308e89101f75d682b0596 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1070a8e1108e06cbd16315b182a1a3e7c5972ed1ee164375c609491c083e35db +size 179189 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a50daa44cba69f73b21f9224c9479d88922d610 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7288f701f646ff12a8ed7c61be7216fcf9ef21a92055d74a4c3e12d8945188 +size 157643 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395f7e88eb8d8ec2ee317943ef01ded9e993821c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d83f6218876ceec35b8d723b1b7f32adcd87ac45c3a6e35f2c5483be260069 +size 241009 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..146e26522bc0f34e90c75acecd981682ccca2444 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd28a3e7ec6e9a83d5b89b6ea189556825f6927325ee11f3653bd8b348e28185 +size 212354 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..647c273774f0d58d49d4fb117c81afb881495041 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d750524c1146f367c2f56d41d367d2a0904d67df5e2008e436e2ea8f4b53e4 +size 163804 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ca1276e034d1fbb70a17a7bb19d048e7dc773fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a03ef5384ee467a03da1931621f2fbca06fea6ff5ba47999aed5d6b001ab0e9 +size 155838 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6eb9a01bdcc941935b4513930cadf119cf7cb6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19771b8b7721e2b732ed3711e51d983755c50c572c26e90db9a511015b45af90 +size 112024 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41c4d2ce85198047ddf504ff27e4736bf8fbeae6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523141e9a7cbe916b1a1d495f9e602a0adfe1378f61ac4043f71262fa51998b6 +size 176528 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..562fdd140e72c4846e83c1da2adf99ff5786defc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884b212f150c7e9fa08cf4ce6914c9cf79d78d87cb5719573e905214b3ed7413 +size 236826 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69075d01fe0237f194851eb28fe4744b5b83967a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7523904ee27226bc65a45e1f26b65cb3d5bcfd512a6ebd0000599532107fe8 +size 635256 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01239525353ade873b42c8bc4ccf5bb179258190 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1104aff145a9f53b27ca37542c6b2090c3e2335aa501185d0160716beb441767 +size 198042 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eeef7112dea6643a975ef5a72714c4f79420597 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0695b63d65d4130b5b2500be4e9b92dfd3f920673e3fcfb69598987c4e339c61 +size 288306 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d74027e09f81aaa16ea4e451cbb1b616314075c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddffc31b8460a5225db078b99eeac773369eb22bea1ecab3e232588cdb8e1d4f +size 211685 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f686c0b5ab0c833180fb7abd7b42d4afe45bbfe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9812564792386c202fd7d6b605edce1161ce02992c9cd435a7c5c7c1abc9fafa +size 154500 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa0eff55a524a3e1df946be00f1452755413374f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae0200920db4fe104509fe35e53765a885b269fb4780a1b2cbd383d316dc8cc +size 160882 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64990a0922b99ca73cf0207d318d33383b965a2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a6dcaba9988b01240d5f3aeef6d84ba510d8362cbec42750b1ae23f7a5ad12 +size 270611 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad26b5edfc24b1b893a79c554ea6e66887240093 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e0f8c565e5ce99fc58f890c727334247ad398022da6a48db289dbf55238fcf +size 295012 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..feae9ac5f6a4ec6c93dc17bc97d4d7ce25873d59 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdf7333ad36e8aefd9688ade2d6e60f37f0b21079e064446063a2c1a6149163 +size 144863 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b51218c9ee5f8273eccf1bd2bf479ea60fb72724 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2bda3c8fe46c87f419e309964ca4dd4409d1d479046e4b33dcf44957a2d85e +size 148917 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05db1b85303c92b4120e4e21a3ab34d6343755c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80efc2ac8ddd7a93ce74c551db674481c8db79d4c99e28e11fdc8874439a1f2 +size 372533 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9df044799361051e3b82d61df347c16450cfd345 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2b7673060d70ac7c42397611e33f4ef22ffaad0dc231f0211af20f698ca9c6 +size 128692 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09fd525191b6deccd1e7637715047e0ea11ed311 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1596fd281bd30d834a21c4c08b43061b63a463ea11686386d2331a77d6611bdb +size 103830 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cdfd5b151ca1d3596397d30d38fd0d56e84b912 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98f824517ee4421ca1aea30e6ca27cbe7cf2adf5184bbf68538bd88379068c4 +size 213090 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..234ba317676422e1748dc5f4e28211f2d7966ed0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b336eb7fd7cef7c94012ab3302a47ef2065f9ebd3cf2638a9ef0b91e95ca0466 +size 142939 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab37500a52b59253708425257e19d792ee93507e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d2c77b5f23afadc634be4d7afc68f834ace1fe9c4efafbbeab4b167a435b75 +size 197981 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46c3ccd36b8b8142fd74f802ceb3a63d8f710b97 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d2b0396aabf278a78e470fb891e7ca4876216bfb05884966f9f2f6c34a0a92 +size 207191 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd77ca4ad20c10cc7393a3ff102c63ec48f1242d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c664ba173b372c0b58ae43cac2d031b9fe9cdb193b6e129172b41f5208e668 +size 284017 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cce44b4dd6595d41c036e242790c58f3ebca5e72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd498c369f7c1e823b66024c1043ebe16adc84f0306fa51cd0f950390be99b2f +size 223174 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bf88538ebabe096fed0e07130ddc71b76c2bd9c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2770dbb83f5a61e395c53bc883b99990869466c8ad86fdfb2d15916650e2908 +size 228422 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10305b39ab436287d18574b46d00744b51aeb937 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57b6ea61ea9fe9ebaa6f66d672615a531c90b5989c47ef57f37b1d78acbabd4 +size 221365 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e37c275b4b927585d631039576ba8945d866a88e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c686a0af88bd363a6598efaaf1081d290c6ca653333fb84434dac6db4d5855fc +size 214621 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d340ca7b2b292afcaf0a7f5a359a706cf288c4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281b75b8d03e26b6a1efbc1268b0c0e4d6945757a3e0853d481be2e216fe1caf +size 163461 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..288028a950728a9323404c62768fe3cc23c71b39 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0948782c9b842c9ac11021b7661d7d2f6998bd3da9a08cbea3e40174c56a39 +size 209385 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e43ee358c09af8b551038cb5b023ce15881ef99 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3f15f85e6d38ac8b2e5bb9768a1756696a8855763092464e2e3b23ea65dbc5 +size 170247 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4ee85504c13644d2d2323b933e2b2c515d14ada --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8e41c785a489a1c8094019181d0154e6afc5bbefdf54bb4a4f2ff5de63882e +size 139912 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2a2f30b42fdd4118f0bfefce25f39d5267fc425 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259044125b2699c4a7df5f618994bbc22c8567bdafb02be1158a02130e0f10b7 +size 172392 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10cf20b5e128c3e32eb0800ff2ffa796e33c3bb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b1558fb6b777dd0af144507bf50af525d3b4a9f27d61c527537f5369965707 +size 152418 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd93f5eddc7a01a325950317232152ef0f3a745b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f141e3f116fd748c457d74a20536025e855e2f2a48d5b8f88cf26f9dd6b081 +size 180776 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a1c622c98344f82b5a75f1a2e3b87a9eda8651c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f62a323682a8f0deaba49a62289efd87913be2f5ef52ca4cbf952d50a96b13 +size 194748 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b448b93105e03b6515758ba22339eb2003b61401 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc724c5e60267b23541185cd5ae9a9f18a5a633131c9a9c27ee0337eaf7e99cf +size 160934 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..232a023cdfea3bc8446d901eb8a7634521903b8d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f50cbf9eb1b95bfba225b31508971dfb7170d517d8f2b0d65d0658dc373942b +size 98888 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda41da933e5c0e758d24751f8bfc641e6f7dbfd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332f2275aaf39d794cbe8b87f859b193ce006a06a9c8cde36448ae267a86fc2c +size 204404 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f540138ffe7a6c815933353619b1abf9ec18ed4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441c9f6aa2ed4e29db164fdf3847099ea1df14dabcf61f6aabb2fef00a656048 +size 175122 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37833f76cde359e70a10ae935c410ad319ec5335 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7801a0a7b7e7756615a85ca87b517b4713496b975f238d2487c33e70a87d726c +size 381080 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17e0b4659426458799098588b693d5fce31f81cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6d42d6020b5271973b4219c756fa1807ead53b8f2993bc0c4101edef0ac0c6 +size 193973 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c4695194b010e259275afd8596a357be6e6ac8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6cae7e271605cbaf100aed00fc9ff94e81456ca5c4778692062116fd6ed63c +size 173548 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7df982c27eec6f61837a1b1bb1cf231a4bd4b526 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c511d5f62452acb86f888b55734c918a81f8119985fae211867f0fbed80355 +size 184465 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f399fb565fbd88b9f8d0584aaa2d5e81bd237483 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5c212ea33e2d630385062d0d43ef01efc0e5a36d4584c8ec398a486a241cd0 +size 97452 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64d42da4851e82b7da51d8caf54cde22b02fe1a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199b4b78e331534d9d5dd155240c9081d9338950dbeaba7215c572b6e4ef369f +size 200757 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b21a4b79d5c95a071ef090a78ab1f984a050975 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1dc526cab7880943e0cf35205537d72c615961be9f9aced8b44b0f8972b8d9 +size 251853 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b88eab4c6fc48e3d88b7f6328f5e7a558822a7a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b08d8a64476a0c9e3760d3e269dead4e35121cc926437476f662f4fc94f3c79 +size 338669 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7503912336969500c817c051cba4c889a0294288 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa7f2af7daefa0b520aa6b4fa9d301253755d0677fcbfe28c735154d9d9a1c7 +size 335076 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..febd18098ceb3e9ff845afb2ed5303de799aaa96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5564867df7b6a37747d59f786b8bc80b40f7ae45adab5e74af739d6828b76554 +size 259358 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13510e694608b8ee88bf1e5837794e3b53bf6466 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e408fd0db9b17521599d24a2a0c94e70e45e0331807b88184c9b9ebb599c72 +size 119433 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39dee4f3241ca9cdab8eee8e9854037be2dfe8a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e62f29ba23744d96f2104fe77b6e7fa2a810dde70c774635612fc2847081f3 +size 174281 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc43f008877227b36cd075e64ed266af72a6ce6f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ee055862094c5c270c5d688ba2110a024e592784ad4a503831f6d5c0e51b31 +size 132342 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8af4df7c85b56ee26da5a65a4ea259b51de653b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3963e701a34bf5f0ec301ccac84765fb8021025a96b95c054c913c18f3775ab8 +size 386102 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d65e32fb809a8ec815d6e750ec6dff029f41d64c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7beb70dd343a9bc586a9838ddd9fb3e29c1f04e76782541ccfb2c2cff87b6f +size 133921 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9cce26f0bf71fdf67b9aa7f497998ddfe7351c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97de2b7ea722f5da8e37d9eb60b4ea177a73d0c56087e05c243775e1da822300 +size 137010 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f33efc65ffc6b7db4a2219262f2c0f43c1aec0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d5fdfbc1618e0e2e1e369ce99eafca01f192d60558d200458f9b974d385e2d +size 222342 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8ccc4b5be3f9fa0113fcbcafc3f791e61b54f71 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d7ec4e0b0870806f410d14dbbac7c4fa781b5611c80f6f36ea1b34d8217a63 +size 306365 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6052481af42299075d2360ec005945be0003ff23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa436fe74bd1faff453bfc8f57fa19a9216b22f358f5a52d09827fc11151b36e +size 209689 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9064dd8cb2e2c5ec23c374f36dfcf3446032c758 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d9b9256fafabe8b89f9dcefa24745c969d19d983b8effea457e020a776550c +size 328768 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..206d37d826c1705567db94d8226a2987a4d55e81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3ec6f67687942fef2f9b88ac7a7a31c92f50ad028ee0d1101a37a080545959 +size 212451 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2801ce4b80cfdd31c36c0a277c9749579c379573 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebbd99307583a6276775f8fcc25053185f4934e716dd19d58e40dd3df83d54d +size 198266 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..072b42420bd446ac225a4e4a3632f0e6198cbce7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9104918da543afbbf2ca68366aa97c9ca14838a406cee9e601d6572e275e3c6 +size 286874 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0a6e6b512200db9d0324f2f38c9bdee41da7120 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604b08df30ed9c6be0fbcaa441ea7f927024cbd55734443296e9484a03b8e6f8 +size 183707 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98c405f75079a441ff532d2e06c5d15b974a56d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c670d63fee6bc80814c41ce06313c4b41ae0765b999b4eac7ca310a4f90a20a +size 366055 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf68cc3bdc437eb94a545676be37cd2077aae12f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e716a9289e4baf138db6cf7fd4811aff08b0fdace3b5b90d151fcc8ea4528e8a +size 387333 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b644566ff6b7f38265854b98f543f1d4308fc30 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77762340a768be3b8a5d3d235b3a00a7c117b96b6502b0aedff23157eaef4128 +size 270535 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92a093965aae6913a71ef4db3a4211c1987acf27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74309dab16d8e4689c8d65510f0484614e7b7cd47da1764276febbf53df233a2 +size 192924 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b44e62887bfff9ffc60a32a1511143e0e3b5be47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8615018a123de0e4f7192ab96fdfe27592349206ac7c8ccf28f16410ffddacef +size 300881 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e73e41132340c663cf5283514d62c6894150723 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c43b7fc54a280b019b122b2448392bb5e1f447d878d1b72579d4af8e5fc315 +size 147629 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9e827141085a27996d69189142e4bec3dc896e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afe16f6a6e20ec45851aa156de21da6501f1d27e315deee58eaeef23646c57e +size 404414 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e836fb61fd20f22796a8916174ea96fb3928e5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae147affa6b7718631e5865d4d93a4c6ce73aa6e3122d84042bd9bdb9af89c9 +size 161603 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b5e3ce57f39d1ca76400e81597a1c053fe3346 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba4b0a396b796ec19ea5131aede562042fd2514aea41c2e3695edea545bab6e +size 190926 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08dcf0219fec49b9badc9daf703cb8a9943a5ba6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a777148fbfe75754181a2c8c9ce04ad3eb6c08c0c8ec93577a20806459f70347 +size 130634 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c52cb7086bdd7efa06f75b36e8aa845c2a36faf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ee57c9e506322f1cec8a5e54a709f36b8f08cd9cd13a761e36bdfbe974e0d9 +size 369550 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f8e154a33d9a0bea6416e0e86f715aa638258d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b6a3ce9987c0af0816aeb5fff182b7bac475cd825ce14f2dc94154fe89218f +size 182472 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..253ed70512ef8de61f5a783eda3030420474ae85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331607d7314b8110f914b80813893774a10dd298bb93ffcadfcc8681aabf5278 +size 124540 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..073f4784b2929508a637494b3b61b4b3c0cc9168 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8178f85466110836944da4b5ffc4e0ae0bd87adb5c6ef488a5226f17714352c6 +size 196950 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bc79511cf852661f5ba0e8ec36af89c7841f26d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5662acefe5e9084df42026db67f3715a1fa5f8a768976555b7166e40cade497 +size 133134 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cdbe7d235a0d49ec99c16219772ef177f454c14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db67e824a99a763cd019ab6348da89da0f48b16fa5c228a0ed3f36ab5f38c84 +size 301978 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de6bf2855ba58da1c9188d86e4278e37b31c8992 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c6755ff25716e23d66c6494a00a2ba9805b76562b5303d7864d2e0013b392e +size 385611 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..462829cbbf93d94a264bc1b6fa8876324c8855e3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2a989907e30dd6cc80e9caaabcabe07e8ae30ce31f4755e8ab0c9b97a4e33d +size 130831 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfaec9d4bfd75529d7ffd36e035a48637fedf7ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f6f8f25d667952f228ae55bae70e8fc581ddb73ccfcf297f844cf6ce1aed6c +size 215054 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97bd02d94308377d3df54f39c8910499b5602a9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053c47f9d2096dd6456366729452a71d3f284baae2f287cb4d9c9f33098e94b6 +size 215915 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd1ce1c955838364525668d10107ce2d1cdeb33d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb5890f898023b6806dd338048cfcdd3f0c8bb6753330c6759e57ca59bfcea3 +size 178779 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bab75e35c40656ad696cd8dbac994ef7ee241ca0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d97da1d244d8bd54a3ea9524b81b2112b1eae40ff1849c0186cd114b22d97b +size 130776 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d3b0634d82c65c2d05153d4842c150a76dadc55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11fdf63393df99a38a2396a203826f2a17f36c74f4a0420e978a59ac8bef9ec +size 175870 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af35d6bcc343ebe75019234dfe99d59df50661f8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea496989770459322994d1e2b1397af081a0ddf2f2a6fea0dd547880325b72 +size 207417 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e3e5772a55b5ad25a565f28cf67258f873ba19c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e17cc1e38a944fa4fbae45c7e39c058f50c6aa9d47c4f088e1e6e387a057c8 +size 214663 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e18e89a3637039beb7a9e757c87f83baa623f901 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fb8a416db21ab8b6e92707bb85f88663da013a0f8c55b5005d8a275a847697 +size 270968 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d20cb763fe01b6feea2d002f27d5183e2830cceb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aaf546effbcef741dee6237e27bf0bc5df75be2d4f20357292ff07f858ef302 +size 300784 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08f4201e4350af566a7b4c791e66a8a3d15e5f40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812d704f80b754a35781ab5c5d265750c7ff1bf3462578224004f00748a0f11b +size 193323 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bb96b98ccfb2001fda54e6569c575a5da370600 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2533317f6ea1ebc14d5a2f45c64ae5d71d23afd83a9711d9fc1c288c0443876 +size 154029 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02572a04c1fb8dd5ee0e96033ecff435dfe56494 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1368b4fea282cdb9f004b2d0d0b8b2bb4e86d074a88de9db71b402d7da04ea7 +size 184665 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cb63d3647fa539b24c7d130ca11a1e57b922fcf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9dfc144f4dd979aaba5f383865e23810ba90c38ee773be4148dfbd6d75108b +size 211152 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8db63f5eef0f0e8548ebbf94e5263152d20f9a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c28964edcb77fb5f375b6aeeb46bf28d42a830c81a38c7051f7ebeb7c1740a +size 344095 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee1156d8e375c641d46ad283b2647e650bf13187 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea70073dcd665c689812ab1dfe2572d69e6f297bb04cddb0983d1f202e1212b +size 105654 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdd7ff042f45c7e88ab77a6b54713d883f886e12 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0d4717f37fdc00858c4d23d194b9ba87ab5bc84cade7a5917c66d4082e2cde +size 112336 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f24a3187561440fdc2c3d6481620d0b34df49a8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c835f93d48924500b7591ed3c09a81993ac1f24c929c1625524d223fd09c6d8 +size 220886 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9f4e078be599f1f94ecdaae9b94a8a95b871f52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ab81d35f3136c4f11b93489ab32f846877468077fa3b933605b38042df1ba4 +size 153642 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f628bdc4130c2d2db2acdfee359a32cecd55e79c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d44e3c749112d7f1ce49aa7aef8a77e9ef5acfb8290d7c2e8d7e7145dde9c0 +size 205480 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d8b5abe13a2b754884bd2ac673516f1b98ac922 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ad882e6fc91cf3dc1cd669d3b83f9b3d0be382c52bb24a983ca6035b70e202 +size 267731 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eb36d4bf037364d218a494e51503837e29bcc02 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719eb7f21656f442c799875b9fe555d25869f21e2f921e5e5aaeb7f36d59f9f2 +size 212035 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67c3efd0aa79c947cbaae8bf3166439af291c739 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33946dcb719b129643bf66484afabb6ddbd3b7bee27343701f4511427d3540d6 +size 200223 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fba7edb4235cbeaed3629db0d84104ddb966c87d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991bbb4e3e4644471e5f2292afda9407151e2c9bbcc981fe11fcd03ec296870f +size 119126 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35ae1e998cb884e5fbe27286103f4dc43e1348af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502deb4bfc95be46e55de602b5e839fe5766b3c131187c3d037606589b5c2c8d +size 155331 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b000790fbc1df6814070aa964a606ce79afcc6c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8866778dbd77b52280a34a3ce3bb04c10ce1a2c888edb557341fe7b24fc7d7d +size 224470 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55c89c860aad4463cac14ea60347e8e3d8ae596d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fa529eee4e69c9fdb4dccd824368779f95f5666ca7a6447cca2c1b9d483e07 +size 214698 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6782d0604177a2688b6984c498a68afb8c3b8e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeafe79c06890895286622c321a4e2840d1f4c0c08f3546f73148606708b6508 +size 219116 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..040191aef577bb6cbe5dcc9c9aee3dda036a73f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08d43a476d7eb8d3a4ea0e1bd3f446b6dc6086fb9724ac0639648f357cfea30 +size 115588 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e06bce72d62443aa2b5118015a541452b136451f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e519d677661ba13c96c3839f7ce3a1034acbea3b506735f5013a0866933f7f +size 173700 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58a50f2436a64680ab02faab2b03d81b47e6c764 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f5d6bc025f0044c6629ae7ee7b300d8858db9d6cdbece66a3ab37080179aea +size 194310 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab913961da2eb2900bb7935d8e9d773e4ce09ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ebacc160e11efeaa4fe22f08abf6c11e8c1c675a2e32597e5cf61ac230b5f2 +size 222611 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d39b8aba315ba419fb7eda6ccd1b6ff62a4752e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28d9dc21d13b30ae31baf99d55452e50848ebfb25eb19428159207105d73222 +size 183627 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eced826f60d9e9445318e1eab607dc1d5f6d0c83 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b6af615e0402680358d109d2bd62d5070040644d4d40d96729af5aa0e3d534 +size 156439 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e798d3448e98f0addcf0b179bd81724cbc7d20b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b108f5ef073bd6ab1cf7a50c9d06dae28d23fbcfb0a8049802efebb9bb567c +size 188615 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3595e0dac0332ed74afea80ed72a82441548a49 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9df311d8207855b48c1f955496302d958324d9e448e536626476c9a53061930 +size 446683 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6e19ccbc1c8aa1c40af0afd5f13ef0cea9f468e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c810f584d64763be77f0a554787a52e6079c4088d0b25e9e81b09af381e2c038 +size 194970 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bef7e11c6e2de458c347a96ba5531b0a4b84167 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0a3cff8cda5a7137d892c0ddf4197d81f970c1962eb13ca40851eb0b39cff6 +size 293695 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a741fc72545a4da6906489c6dfd5cbb398cd24c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10393b7690cc9df652ae634814eb94e30f27ccf97d02f406260ed682f640f05a +size 265245 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b525e6dd7510563397e24ec5a2f27d2b64f43ba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17eb1fb7c4d318bb1261f0cd2345513861faa7a43a55b903296926b2389ee4a1 +size 135286 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbb81669f65301eddd77c94cba3318b505776395 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566bd28ebb2d513f7343dd8ac71f41863d6390a89acd2598c88abf0ff78394df +size 299383 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a734d93652ba2b88faeacdf8c489799d1cceba4a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bf94fcbc441aedd3e3ede6a64ddefe7bad1c806036edafe02a3128eeee3bf7 +size 306572 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40e5fb09553af2ddee8a96ad9c4ccdcda6e41e1b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b2f1a21fc2cba84374a3b8439a9fa1f1bb139616a71cd43af8b8ee0d0a496d +size 190465 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09f8dbd02b6b35ed2af3a45c4531e866517aee1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca153d555906e470d9e7dcf32faf8a186c86ecd58e97771b98e1c72838a7f0e9 +size 172803 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..881f837abd87e21a96139a3304385bd8603b0076 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee98a6c6647ed8b28a32992e527dd5997b36c65a93dbd6f72bf1870db4bba453 +size 535753 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2816297df352163fba69962ba5e7b40cff0c0c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1be560bb9a3e84bf6ddc449ffff8350fa1f91118eeef77d64c7d0505527cad +size 151816 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73d93aa03610cb2a844ff8fd4da586a6e372ecd1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c4cafb1413390789edaa3ff422cb58a1206e06c8ea019f32bb4bc124f67ad1 +size 130119 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..352d2863ee4f48b6b8a9034c4869e454d5ae90c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af6e5a6ac01b84019fdd1a927373c3f6f8ddc5c5f23070b1a6c13bd4b2ecce6 +size 273634 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ebebdf5d303d0eef9d2924a2748683d282ce614 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c803f88797e3657c0957793b67aee9950d949a5b89acfcf447599e50761102 +size 198711 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56f68bd497094a721b4faa06a95311c3f17b5613 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e275f3e7ac9b75feb64155b4ce1c753af3054907bb63d578a7f9ac6ff179af9 +size 503634 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80b3014c5895140830e57bc2fecfb3c863a41f7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaab0e11a5cfb030260bf37f6ce80f7b10eb3a68be2759cc2ebcd73b22b9c26 +size 212958 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab71eb4d83102b510186975dcc7f69dc329263fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f9a572a88f7357079ff928ab41bf31a342e0fd35d48453d31b9d1e7576c0d3 +size 228000 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97b585c435b3838600a086dec74a46d470aaf643 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f660ee018dd51e0b1bd5cf0e90abd470e78badb37c9e930fbbe27c686828245 +size 279374 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e129e6fd88620c0ea9a9ca377ca1a7e24a867f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11104bbae3ed4ec02f8b9ce45a84db82ec34d1c2544dc9fbf8988f752ab8bba +size 168577 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64fd7bec470ab56452976ed391a179566fee23f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e4c7dc2714690efb5751a8c347e943c85720ce779059f6486e6caabf14f730 +size 119963 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78de19188519fb0465f7dbfb02dec49d614bb75b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847b8073f1f2d4cb99269016bf599240ec9be1f1077ab9fa0cd024f98af89d12 +size 135185 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..befa0fd61a42ac014fa1839f276d229c8396a643 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8295572cff5b5be4130d8fdd3eb8cf46dfe707399af502ae1070e5d2fb99a61 +size 267985 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9a1b3f3a7eaff7ecb5002fd6d4f4bdffda2af7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27103ce03f3c18342fb3fb977c7a822d6a52e5ad308a74ea92b225792e547dd8 +size 163526 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbcbc30751ff412a7b8d64a49fd757e1561454bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaa56cef24bce50c5c9cbae5b0408b1fa1a44453d985523351252ff9da7496d +size 193732 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cca28a84b2a1c153e0d47b4e9220703776ebf2d9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d354d9fa809da49179be5b40645c59a78994914ced7161d49bba766774ccebfe +size 196416 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b5fbcff7508683c307f6a363db781ef70755f99 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc9558e2d8c73adb5bd87296b00f5fa057830449ec00f2138eff3ac5136768e +size 125953 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c393374b17679881755caf81ad46c05bcf7d96d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5eef1939f761edb3277d600e50427df711107b83b38f235aa0f939d29737eb +size 239995 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea48ae356819936ecd235ac15e868ce501f3f032 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49acd0de9d4fe5d8b396fe434d896ca654cf5c26ea6d75d218ebd2db8586bca1 +size 177235 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..408a2007e90f8dd33f4074c745cdcbaf9149ccbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be75b1e93b9713ef4e55b5e11e6e9ceda67d5a7cfc8f27787bb5d3282f53b4be +size 151467 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1060054bf0c87a832156dce80e7a6a3b1482e88e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ca7764464e356efcdc26f08b06f56a972567136b6f03c7f1653ba14ab8c26a +size 125664 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae5f75065e253d4609cf534e333b848d89859aef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cdbeaf8325aeb82cb071af85870541e00caceb45c73cd64296d331930aea36 +size 143674 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1caa3f29f6e0c4c48c1107c3b9807d24056d5dcb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddf4a860153cc5ead0b0bf103b5a3fd5db2856e097c36c9389eecc37b245c0f +size 340670 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bbbcc67b3e996dd41ffef0b8d31ae79976ef0da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c54142268d56c990a9b07485e330c383c116fb22385aa7101f0701b46b1fa5 +size 247594 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b70dc1060c6ddd0a963d82b78d1a5e418f53f72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6be73e6f206c7136e5d02db8a5cf817dbb7c7f637d99ff2b9db7da2eb3593c +size 254160 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8e2de023f7535d951b6399ae353ccf91fdb8567 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c108e41e14f942cff1c500f6f60fd80d387ca7b872cbeab32458f0fc071d000f +size 228565 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cfb20d3880b4a3f8562ee216516cec384875db3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094b4f75302955b56e8201da4d3b9e68fabad1554943560c8c40ae29db5159b7 +size 137107 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec322ec7971f336762234b3bf0c7374d45b527f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a72e76c2944dc959d4ddf16a019e48bddfbc3916efaf4b5222ec25acf0cc76 +size 143675 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6eb90b0fcda2486391b531670dfa152e4124263 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cc81edd3f142108070bbce9e00d26714270abaad93c253d4c1ce5fa5dbd104 +size 303080 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72724306b35e0fde9c8f251537204e6b97882629 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b693d52d5e7865b4d0875371a303569b794e94944cbe57a5ca9ec87cc752fa92 +size 175621 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee56cec5af0d1ba9b09baafa38da0e361bae4fe2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978b47ea06b75cc2c84226e4918fc217a2a73fd6242595156a7c5f0a783dd53e +size 211611 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee3b50e34149e305046682df6b1aaef98bd8c539 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d103f74f3d2192a71eaa4788f141ee25a07f5a7499a92dbdc154edb9bdb10a +size 167153 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb0e50e4a662c2fcd95f593e39b3d5f2a84bd26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e752f765043ba23ad077ff6d36ebd69ac1f08355244b3e89d3423ab741ec6314 +size 134474 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55934ae57855ecc93ec5c5994cbbf2c3786dcc1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a448d664740235549663349891b0129f01d7c1355351f46b37d30141905f5b +size 178861 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..497ad7dece3764f6180d172917974a296e355ff1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92793f652fa44dd3a2ac3536c2899476648257d76930e5c7081a70adcb84ec18 +size 128168 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3a3a3d92690978323ad362ec3cf8377fbafcb4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dd550bd1c9d50ec00a0920be8a7a1ac6a839d6fa8608243bf9325c1bab3513 +size 218023 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d9fdca216d83038faef4127b26b033dbe73b42e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c533818d95840ad76a1f66ed17359a78b4cc68a207043de14c27c9687b2f08a +size 340995 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40977517168b5b10df032423e2fb21f99116daff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8ccca5c684c75c45139c167d3e107d88f731d48eb9f3cecbb09359ddfa4bd2 +size 356146 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..084a40e51cd05578723edecf5c693e4ad6b0535e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f90752b2f5cef2021f4b16c39bd00ba88457ca6752f683b9a94595bd53c777 +size 239064 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dcb40ea36a3417bf6f87787fca24ca8bdbf9af3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20703f2359ce73b3989c212f3577a0ed2145b47c9c38a19136b4a60e4210e335 +size 272195 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11e95328d252de5eece782b72c1e2583ba7bee87 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87f2c4d3befc419e3d9037355a6e04ceccc4d40eb96a71c78e2b6871059e045 +size 159613 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3b734d5b3500e0152b5e3aaa274b378d1a35220 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca7353daddea98d811ce699b23bf455da4810eeb6f37e71b30678fde8b59b03 +size 306087 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6af864705491d201492c4f77c1380649e619849c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb35fc36d7eb85766b5a75d6a9f9a62c42768b8b0e827ee377fb1d23b5d3f5f8 +size 140107 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0bdebb0b47b4dfb079ab9b22252a40bcb8256a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea8030d70b48f8606eac808e5ba2b77a90a0477dcfc045b0ec6026ec9ff923f +size 178951 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95909631ca9319398c865da709edd131bbf50fa4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a311a60028219496b3091c8cbd56d71fc932e9e3ffd303fba95e68fdabc1fb7a +size 280707 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ca1fd76b82229ac078895850222053f26f2ba1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43907f5dfb788a3840dcf4b1d2a49341b7be8ef717f9a9e129e296fb80b1e90b +size 120796 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49c06551bf6bfbf64952e91fe1a893a13df06860 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04d86104ed326fcd922f713e193f3ff90762c3a202a990eb0e2e0efe57eb3a7 +size 199922 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95faea29364eb1c62729ab23e3964df109b8c100 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142d37ba9a78bfdefc2030f759299e46857db6217991d2f8719b628b8ae306bd +size 130488 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b88f83f10ffdb74a469031a4d83a0578d1952682 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e284ad391a0b98f957cc93a8e629109ebd49b712e3e5f736f90bd3916a8210a8 +size 554740 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a76459749745e90dce28d3cb442b1cadd2312fb7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41472ff9bfe074f3cc6d63b01485e4f61dab68575b1985896fbeef8aeac45504 +size 266067 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09bc1b5d42b890be88a7063d77c8de3dc5c0601b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563c187bca2a93d78ee87724d13a7c61b77001e5d2a468efdd7d6ed3f87e05f8 +size 135831 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dec62a965c71a56351e89e83770ae7182c895955 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36602da9ae88ae47e6906611df15d57fb88677d97647de2fd8298bd57f2b83f3 +size 152348 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be236528a8e281e8f6bb7cc5585e9b7207da587a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cab09dbcd9c094fa56e93a67a3907add3bb55347a7f2458e97827d9f4cc191 +size 240373 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f30b55e95fec9141295015065588d680c442e5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8ec244300e7f67d0a9b57ae5d5a79320ac23495e0e26cbdaac2107d1c1a193 +size 213118 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2856a72dfb33fe4ea304aeff3db259f7bbc4a0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372ea3eb24867a9f949c281ea39b824e52067a83a45c1208d1454e1f7d89817a +size 169402 diff --git a/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42341f45c33414d1b457e156de84f52c2e4550fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4023e0e49f403e49aed279bded08c77b3fa1179c4ff08ba85cf2e5f3295801 +size 114749 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..352f379fe7c54a410785c22333283d80c19ae6df --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2c0d948b81b045c954107856bc9b8adb96a9ac5f8b33ba702d59a8a3b7646b +size 698166 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5d41f692ca5caa62479f3ac38dcf5dd8893df94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98943021d11beb5b42bb46f8ea9b4f751348fc2ea46f37e6279870f3f9ff975f +size 294933 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e4e6fae61eff4bcc50863a383bd42737438aa5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825f5aa7eee5ade3f3e4074a8605e702fa4c9708be012694bc8c6be21992b1a2 +size 567780 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df8db8a994972e3edf7c98a5100c54d26fc31b6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d972b67877d465abdfefccb777a53b75cec05926b3f3557b2696fc646687094 +size 516953 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b73955da004b2a53bd048d676bc3e5dfb01d0c23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4297873753efa53e687533a79e12dd62bd8cc8b4cfbff00b9665a48fb07989b9 +size 327930 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5a9c771b0525d9bb9636deb87365e01d0716ea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9043292d1b7a84d0548dc3e95c4015e0eb7a873760fbd616c540a58f329bd8ba +size 1731913 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..661a15ca2dfaa13046c40435a6bdcbf960660cb9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483816e06221223d95430817795ddcbc541d98a6f6609979829bde3c1037fef4 +size 2383281 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..406105e6cfd740b6934be51c23985580035d1a88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c279d8b5eef36be8806def8b90cc412cd315fa76f6c634f0a1f9168d0937167 +size 1277219 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a33b163fec79f5b81df802b00456934279c6e98 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8583de93109f0c747b3a87b801090a8f62a3db8c190505171f47f57352c5ed15 +size 586907 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..274a4c347f4405bdb57ef2996779f7b5c78aa5e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9826ae10b3515bc2adf89f92b00f2d75350b419d0f770349c49f92538f5882c1 +size 1598031 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd3eb9b89b9be57d12de01a1d732c78bd56d158b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc53074a906d05b85e5d2fec6910e9389ff54cd57a621a56e5daf75b90bc4021 +size 596517 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20a71501fbb7f88e4540c0546e7ff67ae8ba3237 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f0d2e3ea2c3cd178d667cdb146325b12878c4db36a0aacc4c3b1b694560c35 +size 915673 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4902ef70b76eb9d8754859adb71c6226241f5b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687d987e0e8fdcc099efde27131336b80210c9909f0491253b5372cd52a38f88 +size 577322 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81134225c16c47c9df75dc1ef8e86dffaf1bb952 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c635a496560af83714ca7bb9d4edadce5fde0869584964e5978c15750454066b +size 883924 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fc375c10e6343d03ef808e52fc4e9ea4cf60985 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ca22df0f7366813f9b0c24468e15320b274b0f1891bc0c2c429c0564d335ec +size 747741 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10c2992d57876af46abc8b5215c4b2061985ad0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b040888d3fe6f82e5de6a5d14a1a290c8191a94c776e87aaa1161f9ee4b8ea23 +size 543083 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78bfdffe5cd9f9de5a6d1a08ff1d9318ebed7158 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68637562bccfe7d749daa87e390ff11bc4c59403fb546dae7ee1c4ac91d28ea8 +size 1104905 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbad4ebc47deb14b0aa274c2e2505c6220f02983 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d459637d8b5830870b237c3528271f458300c4236a71a4e6a380788804b5ad9 +size 1067823 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..169e263f5f3738d4554cd373da8441c521b07e55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3782dbe4a1a0461a2395689f14c64b9faf4f9c5f0cd6798906091b5b4454da6 +size 589506 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da19ed3a228a6b82c259f7769b69260611b51df4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2ca13e4beb8175947d759b0c6dab47c6bfcb663f9147b61c59f8615dc7c223 +size 461094 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d4159816a266779c344c4ceb55166a9d8944c09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55362994b2209535a5e47c45f272e755c4066332554b6a140b4f7d63743cfe7b +size 665651 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c32134ff4234cb5091f6412f1115fecf2a2765b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6abd20977947e4664b741082a847128067943813a41fe531af23d827da92c8 +size 423496 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbd93a5d6efcca46bf62c065e1d11e4c8fd306ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a335d7288adcbf694997c71449dce5776b2a4b8697ae47d33c0392c337358a +size 1045287 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e5f0d3abc53d685e90c57b0f7847cbb34dd7334 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd87f4568a4f4fd6186b700e289af4bb1c804d1efa1b71f2c62b5f6b16be83e +size 527099 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78e54d5c8ed843d548200dca2811ea9f4a22b97e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb7717befe31d8f2eff6cf3841b317013dfdd185697e146543dcd429bf34401 +size 709150 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d779d30718ef0e5b00a3f15bf92b612c8b0f931 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a7ffe7d93a998ec782f872feeca994df358ff6c3153f043c42f47ea4d5aae0 +size 857166 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7cd38870f023c2a338dbaec532290459f74e16e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecede9b1d1dda7d048486a35162b8b191db038f8cbb2c12014c7d670bb38e65 +size 722471 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c572bae73f3941b320845d26a0c11d1712f94295 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5118eab279c6ceab73695e59423429ef1a9273881f01a17a6ee5ebd7bc8cb723 +size 669187 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..182cde5dada527941327066e2ff38f75b93585c3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4557b16119eae74f92553b38c2336c331ad1fc628b4582b72af64feaab33d237 +size 427986 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..895d1c77622fa963b78fa62e20b6323b7251abb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febc3528f172184af58bc297c0aebfa1fcfbe5c8868a94f67ce4964b3df924fd +size 497559 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..094bf6e9fae32cd085c92fb2d0d5427ce14093bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ab1e858bebdccca57ee80a54d1397d405ec01463a8aadc67e887655abacde0 +size 525803 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5795331753ca97e5910185c988eae6dd7d87246 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361ca44ae79b831bd23c114e80e60b48d2aa287e500f9496106c7665bc590707 +size 622476 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30758c6285367e8a85cca7d6abbaf9d1042bdd3e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736e0d86f1e5e526f1f3df4d41c340db5bd1c950d49808b35430e2d16c83141d +size 685174 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..147f0edd019b6e834d1fb7f064648ff5f79e9a53 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81040dfdccf833e7c37556dd727e5af8c76c87c5d48e8ac6e2e5a89925d832c8 +size 571970 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d882e40a7e4aff9130868072892dc068a7604341 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a68d9785e0f2f29574c2de36c291a07fafaf538c4e58f48875affd882d279d +size 490560 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa5a5fdc1d3822e426c540a8e2a429b9a5bc4b62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5971598232890443e4cb972f1f13b6374abba7e3b69e5857d190860a9a3223d +size 1158658 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2340bc387d1dc279cadb5319703a5aa6cbadfb3e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15adabf5e2e387cf15044182fa0e2fbad30b6b3e2fa988145db4420e633641bf +size 528718 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..577521ca4f0749ec0eee726c58974257af5e8b1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1d532e001feae97edaebd37e96eaf2dcbc7826653e4cb84bf2d41de780bb70 +size 550847 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9816ab0b90d0c8cc753a1c34078d3aae8009939 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491981808edfd5237eed31aeafa81367535cdca7cc019d9e4c94748e49e09454 +size 1048453 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fe3c6776b35f31df1e626c47581ab2f420562d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777ab8338859bd18b346e8ca363a3474d8b535c7e0aff5eacdd6b90432988b61 +size 1323831 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea071a2c180fcb681881abbf3f5a491944ee264b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ae270d3b2f45b8c7051c4d3d3da1337e43470e221fbefefc6e079d35ccf752 +size 754115 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddf39a099ec26a9a7309a7cdf3f35832b1b19db6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d6e7cbdd50eacd53300fbdd4a84644e5a31bcd49732be2cd0b1f55a85b5dd4 +size 935280 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17e6038642be9c4ce92ec54c919b573545d72337 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf8523f064b792c16cd0282ff7d27cab8a15b18a19b788f53a840e89bcf8f56 +size 553017 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ec8c7d37272d9b39ec5f89621f5cb08fb23e5d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da35e96df3029fded9cc517a6c90cc94d8a5d7901ac45ec7a23aef088feb4777 +size 873013 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..572630c98772f5551e8cea5beee84f78dda92af7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85d92293291f3ec45d8b39263425fed262c0d8ec9d57cd877e7606a88b5d406 +size 875145 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62ec8b4b4a64494d3732f6f6a77010e1215d005e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e2617edfe440b285b762847817dfe79cb940f1fb81e8961d6b6fc67b32f626 +size 676476 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..550339be4697db8c9d9d38321d478542616a98e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890d729e903e2a06bb1a4dc9c315f601c0cfd350a84c4199cfda607c216d177e +size 1351577 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98f529e79670b9cf0052373712de320714b0f11b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9940d17579c1ed8a3d3e85978fcef67e827899d9fe477d0742d134ea7085fd47 +size 828779 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c3a91f27abb48558af4785adf12d3ea56e57fcc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ace97106aa6ab899d746543003a3d6230209135d64ffbbb43034ac09582c83 +size 763216 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07ac7c105b7d8a45f4638258c5826e8ceb1eba14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7c19d696885a0748eaeef88fc96dae174fa040d050458d1f5b468cb023fc4c +size 441273 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..829235283528f08be4e91848a109e7523833de12 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8937915d3ac4e78f7e232234b593879add0e3f78ad2317f30314e503f3aa4d +size 293241 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab1e7f451d27e6127e501f18fdff41166eef0dbe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d88096c4a3d92014327615201f029d9d1d8beef8102bd78bdf952cc55314b19 +size 709381 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ad17a6c0d72366745a038a5c2138a2992c9f8d8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d176c222510aed3135d46137a6740aee93defa5d7cf233214173583e395ac27a +size 1741442 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d4d6428391dec74884752aa2a886aa6956af98e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342125d63eeaaa6ca6c7039e8107acd55b9c9ab43d89dfeb0a164184ecacf62d +size 383469 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e0a9ff1d52dc70967427c75540be9ae8fc70cb4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b401c2fa45271d6e48b0e160cd6df0e406763cf2a08b6e32fb8be98a0b64d45 +size 922505 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44411b7e6c56a7e90cda86d593da7eebeadcc596 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101affba7632360f5d15742d15d0ade0448acd83a144368781ad2a91506b1e93 +size 724357 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa66fded2ebdcf055f3dc04e31e1ee91cd2373f8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2c30a54e2c8d05d858ab5108b4cbeabedb5c168042df56f373e2821d332bc1 +size 429214 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5745d0e40c5aa14552a4668f29b96fb8a2cab60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db5fed26c4f31af41ec087068c6cfa7c257e541928e828529e6d4a98e6c8478 +size 372742 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50faf41890b73b2a16dedc03a07f200dce8b82d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14428f7d673a3cf982e8a214966cc115af10e8201c53ca86cd391425f5e43740 +size 917676 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2463ed129caef9aacd1676d59d5231ecfbf3ef51 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e994faf9362d63b3db2d1df0f1e3eddaddced7dcd0bd1567028e90095a0c2 +size 2516012 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..505600ba4231c96bda31429c390c3aa7e7ed7314 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ef82ecb218c18ec9bd61eeaf14264ce281816c9826d31e77952585b7115acc +size 921601 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe5825274c96984eb6828bbe618eaa6177e6842 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60952e28fee8fb3ac7748be5ee8cad11aae819ea42dc51e370ffd46ca896e61b +size 599429 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24357098fb50d51280973ddc64cd3a8a83fcd2f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c68439dd4cd53633c5ff60df5a376fa4a74a99358571279712b73ba4a53e970 +size 1120545 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca934dd17c61764a652b0eacac2d4743294ae41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fb33b2f96dadc8fced33c52b7ddd20b8f628bee82596947c64ad4fd8cc1c18 +size 520472 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a30896ad7d18db2e40d445804891f037aa0628b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8699d7a12fe1d87f14fda1d19ffb63241966bfcba3acfe71f9619c92ab061a6c +size 470529 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69a2bb6260e7ad00cf6f4ce041b58901ae23b001 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c2723b9575fb3f9df768f3ba566840d7b91cf22e235f3014143fe71c1f961a +size 1669235 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db126e9ed67d7d57333f4607ec162cb234344c2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d156a23dd0852eab8ab26e587c2ffd565033cfd66341d47b6279ba8c9987d16 +size 888618 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..683280027cebe6db31d6c06b33b7c9526b41efbf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ec84520a905f9600ba05188261cdc2d3f1dbb46e9316c8fc73747edf3e5f11 +size 736496 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf2fd022009a2bc014a18faff63c8d188aea745b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dd3536903f1e2dcba3b9e0b1f2b55585c4932a846b258f553a79ff3c3d0dab +size 515000 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd507b2988effac9b5fca836b1d6d78d5d8e95c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8052b45f6fb83bb7a2ef7622c2d96f8ac8e2311473df51b502315c8be998ebd6 +size 425514 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0648f6821ae23158d4b6e10863fec409a72fadd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed5046304b5849b51be84124e3b239c0c173fab910380bfc05f66477ccb9712 +size 615400 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1693e7b71db4ed0258a37d9598bc4a34befd52e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fcf75b8c5c0fd67122064cdf9e401b2777f5763e6e5044d36dc397d4166ff1 +size 557286 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fed59f4b950fe5dbfb77e8110eec24f35997e8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b08770e4b45ded6ab8ad4689b220a258b4f7abe4522059efea67b008aff329c +size 464222 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55f4ac45a000ac8dd47cfd6476aa368c25ea4db2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7423d397a4570f19a7cec0157a2b482398445dfca3c7d7215269138d299c7b29 +size 942741 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4340549145fed51347f6e19ac00793421f9de38c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac888e1cc63a1b10dc5d920610353e11962c5f728e9d452b51e937cc8c6640db +size 482081 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ab5145485163284490c4fea4fa60e6356b66640 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1419def3c7d3ffa5e42f577169669c2fe65d1b607d51fbf00874ec51d0248c +size 350193 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bd76c7d76a409b6d0ff3a9a29bc0be3c920a43e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492359c4ef36419b10b7925b39a243a2a19ce00949931a88b765f43b10163cdb +size 387451 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aca0a56b0766226f5675f66974e8b2bebe0bd925 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5793666558526b726dba32cfd4db5af0bea098da024eff6e39b2101cf41ad9 +size 926610 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e6b9770a4821f3b82fca2169013d3f08d0fe12 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42af9feb342a275e108a2eced86bec6db109495772565c0e8a0a2d54a620daf0 +size 669152 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aa33868370abeee5d1f6328186e8542522a2eeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786335b6c390112c2c636bc36c5e660d00171a0ca31cef09d55aac7d59ae8ee4 +size 337887 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ce30e28d8cffdd095caffc83e69179cc31098a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d53828308ce913c6b63d8cc6d2d1d72f6d0669ab461436a7fa45f84b878174 +size 704657 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42a8efbbb5cd8ca0f23cdc7efbecb8aca1b2bb8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed10229a6328453ea51e33a04b47010332e123238665b072a89bdd2bfc206009 +size 1264373 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..772a8af7261f5c5171c2edea3439f370a7b9d367 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e304d2c9219111bd66f255896b5dd3eebbd9012f6e2b9c5514a2cd3613fe4b31 +size 807029 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9798adeeed10198c3059ae481d3921793f3d9acd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac07d77d3264108e1c3b8172651ca5163d2f639343d6cea36ad72d37fec35852 +size 990391 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..115090c4336f128ca7d4362da0c6d321b0f99ddb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12990677b0e88cd1ee8a0e003be32c990b5702286a6abad3413550159f0675b9 +size 474597 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d40b1965987d1453e1c4d945699174c3ae2bfd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3969ddc122bc08750342c7b49e77061787c5b6ebc9cbe802f72b20376d40cf10 +size 630069 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..292cf9f148de0355f47a5d568d59ac1c3ec3bd7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7549394ac7057ec1749ad225734dc4f35eb0504cc78a27a1f78c3e88d84f8c +size 730173 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55708e89cc339a35a64209a784824a222776fb64 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7e267958d0bc836728d086fa8e5aea5652cec6432cc032d585b6976a02f5a5 +size 1079105 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab33ddba48410eac920485ef904a03d1fd3faef8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0139fe3e1332b7dfccbc066beee2908e8af915b687bb0868ccffcce87b9aee57 +size 910129 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..396a7b36ce5da85ecbfd89639e468f4a4e99f968 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87c6779b162c889291d015f794fff8626cace3f150a2cdace055b184cdfcf2 +size 432009 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4ddf1996179e9eb7a519f9444643d6e6a78e316 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf748d827c60e889901f2e448a4b10c34bb2fcc1c48a7f671d97e2935abba692 +size 884200 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9730e5c3edb501152da8f72bc31a2137c477763a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36ce78931839ea06e29c1a2d294a400a6c18370c916c0f2e9873570149cd8f4 +size 959117 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecb3d49c94b4b91875c920f9d99929e8025c25ed --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bec32aee78d942d70e95d3c09ce8a68cc90cbf4165a78d5510c1f73b3a88e3 +size 648743 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a781dbf4c6f377cae56beda78da32fa0182db281 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b24bdefeea87d35a7312e89b2f1290bff036d8ce6f7b91c5d06315f8276c539 +size 557669 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b3eb2bb85ccf2dddaa79391be86c82e287ea34f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853f65d5f1c49f89ad849365b5ee381cc20e470b49c0ac38fda60ed386d53afc +size 518088 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0da81e7b3e5547a81da1c746dc17d122271941b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f28b0be6c93b9080ac359c13cb305ce8ad905f8b41e75891b4ec989d92dba5 +size 672257 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2603afeeb7d562ef7eae58c83ed60f85cd008b83 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270425c3b3b8bdb42ab8a3310e2f10bec5c1cdde70422b30b1a7b3ffb2e7adc7 +size 819950 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80700b35fa5d43086629bae4e4573f6332e4c98c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e170ffd8cf975fc852660bda6715b4d401a9f90aa0041a80729cda8d3f19bcb +size 2368947 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..031d180be74d90245af8260a671d91ee52d0813f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd0daedfc48bb8f49f5cf5f7cdbbfe20bf75dba2b6b13f7562f77f62aeb3f39 +size 778581 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..263e954fa31e9af46b70e789d1aaf0227ef2c934 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb3a5adc4275211f74969a9a16b342d78ef4f34ca48391954236de65c723e1d +size 1474705 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eabfe55acb00800cdca2212f13caa648ce5068db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e800b3451ab2bdd3e55b39d8a499371168ca0cee463f8096db69a81aa725d1 +size 869235 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64029ebc782b149f707065007ee71d6d8e01fea6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27835faf0971a6398d8b2b575a08ed2acc84754ec06c3b5411bc6ba51abf185 +size 433324 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8472d5314f79b53af3ea2da3df7fce152ddf734 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69b893935ffc6ce2daa313e121c9fe6b09d25d4d7654bd67b75c498ee5fcab6 +size 532650 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be8fd725d25cc20d4cfdda61f04f475e990a8791 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657e9c0172e4be81764011331a02e43fadb53a8f3ca91ff9c22ceef5549f5b39 +size 1162945 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd61267df1126aef64fdc6f13871f12bf663245d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe7705260bcb70ebd938ecfa96c5b768a560c3a4ed1cdf5e962fedb2219bd8b +size 725747 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a09fae45022183cff1d5c5e358e6bafe48029d1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a39b1168ef44999138a1085fe07588cb71a6eedfdf9b198ff9c26caf9efef33 +size 547810 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a649afe6df0dc19f981cd1c12a47cf9d37f16a7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f3918cfc5a786aeb767c0122f1929da249f6ee1a7bc4c408abc32009d9e39c +size 443057 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..026a98de99d4e66fec71d8f7c8d85a394b70edeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428fa648a56fd422fed37899d00bcb28642703c9f6fab281cdc8fdafd3f3706c +size 1269971 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2b8591d307bf38828f7424588049f1ba4a9951d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcd9a051bb3136f38b08065eda3263c6c0bc6d67ff9b4d4bb881551f039a5da +size 352087 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2658c5aa3e89e8032624fca3142c82d904cd17ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d8614475b7ccfafaf242ab3237c5a699baf0f1075821bc9e8a0408e5f8d574 +size 380229 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32b3bfdc59e47b7c51ba6c0ef39dddd6caa0fbd3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1e22d3a50787ec8f29808dc48483baf2ed52e2f02a24d65148dc409b991fbe +size 654997 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb83f324d6eeadff75d20408505570191958fa0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423749c66c0bbc9393c14a3d37ebd41427c38d122f837697c3332a58a43b0b0e +size 394191 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fce59b3460c435dcd09acc01e1434294f699267 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a663d90c6ccff43a2ce02fea10a26206b5cac4e5f70e1fd020e64f9b9eb49fec +size 533211 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f817df0299817e944ec554e154494bc0aabf155c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba91df3e9445b296b066d3daa0985f47f698ad2163d11444b129bf9976f7a105 +size 1018267 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..382d2dd4cdc1043c9dadb7c1d2f4211a6e453406 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4052df60a90ccceb823fa6f44199c7aaa421be25abb2cc16dc397b643f665a5 +size 883925 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5224b07fee3d48d2e7e990748e3d4582f05e4634 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ffa257ce340edc0402d11466c7194102148c04a18006b3ad0f8028256979da +size 761287 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94e80796224d1e40ab66f081487fa51ab9022151 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a24cc7d0169fc753c7b77d3020f694abbdcd4b019348860c5cd15b4f32133d +size 824798 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..202fb577190975c16da525dcd7f136acd49e90cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e903df1712d5e64add34b80a1f1dc320740aa33e81fea9bde3031a7df4b95b +size 1138599 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fda114b9c8d67cd4de8e96e0a80129af5368d9e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5366d9d75c650e8ad233e04f3d51431e2281efbca67cbb2e7179da6b09d59fa1 +size 804645 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0032caa659b234a110ae95374ebb7848984fcfed --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b24311ce3cf5dc6e8d1ed424f26d1802174cebf5abd8f7755511ffd0fe3137 +size 443491 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c21b4f02e1751b727af2c30ccbab0d1569456650 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2664e4cff04ce44a9141933bd1053bfae9a99cc644d584cfc3f5ba50de05f125 +size 627935 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cca22b67bbac7356da21a5c80ca948a37373f68 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6599cc789cbe4d78577f4f8a22ab1cc7f21dd9e2e042ec4a8c7895b4b158b07 +size 600842 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..caca2d1ce739d62d965b05021b3c550a52c9a7a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6188129f273e0601528e846e2f805826c87b01f2df4335ba98e28caca449eb +size 398480 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52e8cf5979f00f6a241e714af7665cc200f568f8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b9fb3d5d71852acd346412c382fc430976fbda221c9a87d3736f762ff282c0 +size 615996 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57084f061e93b6e110695eba2ab5c1094e15feb2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e23d5e8505396f4ad842940d0ba4d6b49533c4f9b29e6d8fd85cfab4931228 +size 684280 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5064a4af9c9a5de7fcf56d65402958601c2ccb11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f365fbbc5a0274d2e57b4eb31d2a0bdaebbac6530217668ffd203a1cdd8362a4 +size 655124 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b742606b89ba2e2089e05eb969949f98383917b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21759f3733e82f1108b2addd300df6bcb44210ab644f8230994a5a9a8293710f +size 843864 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86d78a755b3e5fea50d29c82332c963dcefe0144 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76ae534ec93861cf93d63789cc1d2c209fd9e405a5cb24fa37d2c49e21aca8a +size 927819 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c657e22e16b841340de22afb22daf8a7112ee09f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d32266c61972ba19df83de5759ec0c7d8977c295b193281264920fbbd59532d +size 407970 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e7caca34ac0fcdd372e433ea71d5c6e53b51cb4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362c22093063d5f6fe8528039339e54e154d21c9bcd17449622115179563104e +size 559804 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d73ebf168b513fa28cf11111f57b556e613ab2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96bd5307cf123e80d01c4f2094caf19961751766266da89fd2fe93a3a299354 +size 583235 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6abd0b1a00d00e8f0b47eb949768a26ec5bef4ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98cee5067476925d7243752a2bb1c7e4a18ae2b3da9e94bfa6422e351b946fb +size 973280 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd392494008ee08fda35b0d305b035e773f76b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c783515e66a33f94e3d2363fae30b920a1f4f882de5f510fafad26085eb6ef +size 831035 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7c2608614a5dc6e9187f8c783074b35d8a1c5c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f97a16edd8259ae18f136bb40d1dac656cf76ac4d36b5b006c88e5bc69e031 +size 645684 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45bbbb6dfdfce488e06499c74e6b10476b5c5950 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f37f9b9cb574e508e75216f3fdbaf0117d4d093b0a434d0a3406dcb88db11e +size 484003 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1051219f296970ab77839ff8ea2925d5994394b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4945d98a37111b694e6d1ef02dc7a6ae2a528398ed2cc556fee781a77e97bd +size 259369 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d08323359719ce77275d017e6d2632af65c46979 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3882b05c3d7455bdeee172465823c50f4bd3a978f983eafcfafa2e708be4e128 +size 697611 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e218c6a3f05dfa8b13bb8bfaea7f6d17e81bf7a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7a9959fc10767f455f8c7752f09fe17c7135757d9d6a6f6c6a40f513c3dfeb +size 854759 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0dc225e67f0d01b601503553f6c4e089592eb34 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6d48415c11ba6cba4bdaf3b5b5b8f14a19b8aa6878a172e86743b73e957879 +size 1834920 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1be40f090220c81fc406c71e7458b2537144d27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32ac41b48ff5a8ba8227bc6bff37cc3c627338c5b11226621907c541764303 +size 1112469 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..141e9fa997d53500ceef6aa550dd5a89bea92ffe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdeb5d5fdc59b3d8ea9d8b08cb3f797254a2b756aa78c15aca2198a9d56d66c +size 781271 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..750a3fdea13bc9ea657108620093bd0d16ee8622 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41aaa296b3ad02b5f3344d216b5708f44edd960fc8c115789c4eac7b052e81f +size 327817 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e36c4635ec26997911ba11fc3931063922e4bc9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558a4849f7f92e4adeb199433dd68516091f702c112f8458a271b12c66599cfd +size 738771 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..319d30524ed258a338739d5341bf25188230eb67 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d8a6f1dbc125f9cdb7b78aa58d05acde2dbbf36434e1ae056c4502ddd69c45 +size 335856 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..371c3e1fd295c4e1b5ab22f8d28c8e390ed8872e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7c4bc2c33a1be809900a4912a62c6cbbef28431571b019305db2134361ee45 +size 1757150 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72907779ae498c4351b619127a767eb2ba1bdd01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f9c37c7b76d9a5732db48f45190f92f6244684b66570792000238e8addefc0 +size 432997 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b8d9a00b1ae8c864e3ce9c9ee62d5bb0d2ed61f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4538f9bff6a48b65d8719d22d6cd62ead8465bd7ed022efdd9d89051b3e8fb1 +size 686987 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e4aa233d61606066b32e7862c86303aacc6d871 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919ebdd2ddda083b62dd9f58337c560a6ada590cfbd783def461eba96d74aafc +size 616027 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61302e72e44fc9fe5544dbe1473e9a63663619c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4daa622671b4042773946212aa70c4e255c5aab69ed7582e3514bccfbac475 +size 1533910 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8002b595eae4e83ee7ca39b5f770ad95948b201b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e97cb692f3916c2432157f869e01b9b9fe4e4b642b83debae0b836db475d69 +size 836762 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e17bc8a8cc000c39f5d4d746e153d1d9d079687 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9738f477d0f37240c8feeea9e5fd5b5bc2d25921784925960549175b51a215f5 +size 1752343 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17895b9122d7967f018d26027160922c00049dd4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1398e026627695215619f21eb2177d5051023fdc31c060e729072ab7174df654 +size 764520 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..480fa1fa8f3827e9257baba155498811bd3e89b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f7b4f97cbf3a1e0c8d1541aceca029eb1ee2e0c1bc8418fb7f84081813262 +size 700929 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c77079eddb1031966e567fb659244bcab7c4e83 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78b1d431f1ad3bcb30a55a35a29b02ed252059c6284e166071d630a8d4d12d3 +size 669082 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1eac13253592130efc3b9c7cf33f65a1341fb81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2dbbe18e2675fd5b8d9908c0d89c36f2efa9f0783852bc7d090df07abf237a +size 499299 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843b4dbb0543aaf80ed49e0d4415cfdd0f8d7009 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aad4508d1e710082eb312096fcf011b959dabbac31b10b78cf7ca878ad0a98d +size 1008027 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90f97cf0b0ad55ae8e3e7905ed0d6e29ca923d8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110a75c0c25ec1141eb58399a67083571e6da31a87e175465209406512683ff4 +size 1362339 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11f89f01966df08c52f96f2cc81f0ab8ffdd872f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab033882f06208379ef6f17bb85663393710647fe0656408753eabbe20dc34f9 +size 826453 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82f8f04c2f771fb6e6de4cc6e7aabd3be6dfe97a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bd641880cc9c9f2df0466fb912824b80d680e81c16ad6c551b05c87922491f +size 612269 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbc4af9ece19a510bdab3a18e38d5096ff66aad4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f9d765797b0d9e7271032c74f20109bf5ee4e8cbf390a1f8dc0d62e7a218c9 +size 1050797 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..586e3da13a8dfb48b618f204974e8c2c95051c31 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10867dd8b13a98920f0714e087e116fbb43b02fcc6fa79018c0269658f124af3 +size 493783 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c0574a6e4f549bdc78bf4852d43b55d219d2f19 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38db3d4406bd9e4c00a8f8d708d0cb2569195ceb52557bd5a5947c7444a40612 +size 1473338 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07830383a8164a17e3afcf44b7765d7dce0c4800 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae0dad0c4fa752254a0c48307a3d95518cf5cecd4b181e3bd03990143566c9 +size 547874 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fc049e708f9a6eae67c877c7d48d1fe3b2c4b58 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7103d2ddabe1ea71fceae17a0c3be484082bc6e7dfca7ccaac14bc6744bd9320 +size 702595 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..191da91eec9519bb5093e2c9ba1255f46f33aa94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8d7164fbe5cb4523935b5a6341d138465a780f67b0a3ccfe590461fb02a6ad +size 458339 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb52304df42663cf408f65fde92edb10f668eb40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4738fb7b8ded0bcbd3d01ae1232f68e2f0f2a92cf64987b3278b166256dbbe98 +size 1855168 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..301960554333868dd13030ad8eca2d4171e64753 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eae8fe6ace260986963c326aca5575810f821ff47da5a7478887ae3c76ba75 +size 632051 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6139a0e5f650258a465e88edf8b66e8d4e243e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021e8f470106cd8053c49bc6f61779ff16613cd3d3e010bfceaac1ab9fa82628 +size 348071 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c764e5bd57f65bd4d3c94ba0d73835ba3e433bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305e5817befa14da74fb0c6c9f33b1e0d2836f3e789aea43f6fc8deaed22be45 +size 777165 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cccb7cde601e862b68ff07540d64249ea79d04c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e420e8c121968c9190ed0b90ec022e3dee296cba39b8f01bfc93250dd6e8eb0 +size 603596 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..981c5e1550a1c9e873994b9d0794a4138e6ea2c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eda09d60eedfd0cfa7e79b994ce7751246ebf4dea1826ca162f3a44741c096f +size 1345003 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52cf5093098bae2ab75a56c1f41c860634649476 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0172d039acb425b3692aec3e104111f8eaa37a900f6fe233d9ce8e452fb749 +size 1690949 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a42a78609c600edb24813c92665d397863606a79 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854d5246e21ad92a16a84f4dfec1468855a5bab81b166d9642fac8a5d9f4289b +size 416957 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd3a2ee21f83508afe255dc39a1358a7ff9bdf7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd22c0ba056dd1a365329e726fd69b60655401c4223cf15846a23ec45db59f0 +size 569748 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e76b1c525f27b1479d88ce7957f445d1d50c3fe3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6787ab882c9b4014472bed50cb214b0f838ef73eed4fb932450388bc6908db2 +size 1127558 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c21cb07fc57552f53b633b84d0f74bd7301a9dbe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34293924bb597c9f426d059207a151227346badb52c97b8a375b5014aa5f3e1 +size 777300 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c6efd32c7e14898ebb79b486eb7dfce4af2d0de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cddffa9adaac3db9698753ffa07ba320c27a99057535cd985ca091868ca2218 +size 658774 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..799f839438437daca585ec2a673b90e6d092b4e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586f98586595850b4af57e98f85811c8ebae5cb80c9e53df105435d26c3a84ca +size 807559 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b84fdf0b61d7be2b8e34d4da6fbb01525c598e6f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c0fb09db99d804214c8bf50f91c9b406acf73b167dc3757dce6adab79a3cf9 +size 892705 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baa2827bbe9135bce2ad5925466ab8cce673ebe6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f060f226f707eda65c3b9ba90fb6bd06c7aec20bce40f6733f4be74875650d1 +size 935811 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5355c8e949fe92c1d172c582022041d2f6a3ce0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9a0b9c7912e728bc77e497af48b9e0b3c9ffb695ab3078e199a5654930962e +size 1163700 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f39e0a4ee10a4ef7e715f9d41e5ba4277e04ba0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae3266c150164c8dd236a9934998b8329e24aaa9631d4ec6f01ca8de9bfe700 +size 805680 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1eddd45a3bbec2a8f33cea95177a43fbdd3e9fd1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4340c0de2fd21afce09d75b943a0e97af66a4f86856812b94b801f10df1d54 +size 693829 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a0fb9fa82976813c9f4f9892408adaa34ab3d44 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e077ad250ca5171e1a511e26f97afc7742eb5b758e6d4de278cf563d4e046d19 +size 632978 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0beb3c37ea2f4d7fac95b71d8c14a942ed6ff24 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba14da6ff45985f9415d7c8a6beed4796160078d62dba1c8fcb0ec842857e7b +size 833769 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7435520875b9c07d5d7efe7e86c15074303a280 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b00b0cdf9c8532e36124b456e9c2a725416c591c1e9db6424d3fd81b03c7a07 +size 765438 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28db095eea9c0c1a77f2c44c2716b66386e82e95 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587f905c3b5acf53d5e7abe8d7475155a8dd3a2b64ac57b755b9c22afe60df7f +size 973285 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c6f1d43bb65a125a19cfa915f4b91d196aec049 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e744182209605da131576214c2dd5ff671c43f4eacea3470cf05fef883a7d9c +size 305347 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b377361a7599a8089bda608e11cf611d7c72cdb2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2477f3c5a97cf6d9636bec0c2b2083c35ab52526f9e1724dfd31754937076c95 +size 487498 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a86cdb5c249988b872921e69fff416340fbf448 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d685b1aff9afff46143d1a1941d291dc2c87f757672f3067b1d51967a3639cc9 +size 884505 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a521b13934e01e8819be0f409a911527f986bb51 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3088c78e56c473e89442455642b4e69b5ad6ec3f6a387b0c389b9ecf99fcb1 +size 385903 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f811bc40875f0786ae5cf4ac6a7de820f95835f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a6ec321c949a2c7b4ddfded1d416735a38d58eeb7d72037b4d8b5985a9bfc0 +size 782555 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cd071163bd2578fbe69610e2ce0f56fe0a5739d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d50237acfdaeb64e6a7dd4f6607c4b807a2eaaa8ec650fe33030e60a48ac14 +size 939476 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12e52e73bd23b3fd74e0f076ad9a111c983165fc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a64008a816e4c10847721fd7a35f4ce5f4a7b9acb60475b5666502aa8d47d28 +size 802861 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f86218f0e92e2c6ef33482d83590b7e0bdba12e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c3b8bb1100749103c1108a2ee345e000c2c5ae983c81432ae6b66d87de840a +size 714251 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..857a726b4e8b177cd4f53dc58b71108a05b043c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a662ec7e411a5aed9f35fdd6e21d1f5ac0c32bddc45b31aa55008a44c5b51e +size 407150 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..572232ee8a7bfd37a1cb0b15cec9d6cf503bc558 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74588482ceb209a022cedc296ca470951ae0feac428eb87531c225fddfa28de +size 594348 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e500d9082c8dcf0f3defecda9cbaef5b88765765 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0cefdd9d87f2d8f565ef9c97b31703281c4cc1f7da63e8ed5ba23bf4fc7934 +size 755583 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69d50b428d4bf433d6330dbb101e883fc87de775 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec8e8f4ce4f4b8abf59116ca906fe9b77b2dd2b313b3a4b6cf21ca8454fc39f +size 540939 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4811613572ccc06166a79ca2da9258031c1aa0bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2b0c910cbf0f2ebd6c2df6213361aaa253fb3a27808888a3b1ece2c304801c +size 661839 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c485418b2f9e9761e2987c1b117e28e9b0e7ddc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c07984d6d985bbb3366edc17080eb68907a5050b975cbe64d8bd1783f0ab45 +size 322589 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2885471745c678c1ff45a0ac68420a3c4318448a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d455185b4a6e007aa52d828e1e081392e8fb10dc75ed97a7d7a4fce6727fb07 +size 550427 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dad45e23a732e5215f86e5d40884e6feb2e59f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4cc9dc967def51e57d5f9a3bf27a23a10416210eeef747a91c4d552a78acb9 +size 562135 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf6aad73da1e6cf81a420b5277f41c612a81a10e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0a9762ec6f525e6d13b70acea34a016b52fead55ed07dd791ef7acd9833f1f +size 701534 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84a015058d9c4f1416a86d1524e6c63c3b7b81d5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfb558690b888301b3711f5ec77d01e9c752fe5ad21e003c038f1a8c452c56d +size 587287 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b38b7420bbe1995d05528ab075bf86ca9d0d186 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340594ce9fc91a38f39c6fd2a7099e23d08d5b274e7efd9138d7533694dd835d +size 438977 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddced7c848f0b7374eebb9e44bd64e6e1ad300f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263a6189b20c326ef174c638de633644e2fe2bd1b3838def39ffec3938b54a35 +size 504031 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58f5e1e7ddecdaddef6aed134e3d7775eeac12ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f7cbcbea5bd47d553f8251eed1fff4c5c79f59cdcf1eda1421ab0a482050e8 +size 2265896 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b84a5adef423458281452adc45cdab89e37fbcc6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b83800b16c3a81b0c071bfec5e4557cfa8e72f26bf98f4883b5b853e58e467 +size 492613 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6517a217f027be596a8bdd21a7d3a16902405471 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97ac9d9b7343546fc5620b0b41a6984b50bd6c9cd784804ef512638897f6f98 +size 1075610 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0322e8ffb6a83d198866d12e76fa130164219c2b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e18e4f36b8a568a3d73c69c1522c1a38cb3ddaded3a23c8d294f91bd16463c9 +size 1287213 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbabe97f57fd7c1f7266fa833c27dcf16dfc3d13 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3442fac418e95cc1f6cec60f62cf124156e2637ae65da0e2c9416aab0cc42827 +size 340463 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aa2033910d2da2f63f509b1e04400dd86944d5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf51e3ae956f7cdbec952e424561e97a0de74be3cd7ee4c41e9df210724984a +size 1143972 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79796e0d388356ec9950a4eeb982dbb7ca0e4990 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4475b96b475a2f958315118174990021faa5daf49e192a2cc884e71ab51703e +size 1108812 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1901f308454246cfd1a6a3892100ae56e760be48 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245bbba7b93fc25207135eec5db247a39288a73799c4f9229b09371d53cf7a7e +size 610335 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c99573839790f13556cf53366becf01ea43fa7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be55c3f54b3b7af6f0854d931d04b922038e8c887c598ffec5ac5be8ef2d0432 +size 703415 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acfbca9136ee6e8659633da88d67247f45f2a3e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec499c52d400291dd665a75f4681b78e3754a2ed3aa13fbd4027d29f3442be5 +size 2063551 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a431261f16f66fd8d1ed630a4d216802c17f369f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db533a06348778137b347d06aabc78b65335422c572d537950d9c42879394eb4 +size 538047 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5051e052c1ec04dc941adcbfdcbab8ee213d520c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf81b81902426320a9cf76e96fcebb7a9285d4ba1aa553a37904d47bb0c43ce +size 366739 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58c00436ac221dc09deb46db2ab54f3ef5b6f34a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3e7c84e6eb8a1fc18990ca3e411dcd63c9defae6ad9cb02ee6e450127c4c25 +size 867583 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e70b22077611fbde4f8157ac57b9338f7ac5019 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd0e598a4c6e75ce848073f040afae1494597fc67cdcd91f9880911eff05e8e +size 622142 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea08bf985970642265618aed97cb6abf7913b3e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0876080149d47243c906721513d8a27ae34dd427eec1caeec7d5ef20af76a9bf +size 1314482 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..382d86199b6ac968fa324cd41223cd64e09d54fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e837daf4f0c58e6a843f0abd3da4380b37c7d617810bad48273171bdb61213f9 +size 682480 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89605ac10504997c6d735358fdd16cba3437304c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce06727e47525e9a163e001ca23b9f3f0e62808a271655d89bde04dee606ff9 +size 711241 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f00ee5e082b991d61cd50a861e008ff9fa972c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0d9fd598b0dc6ce10674ee3ed6c6c787ad03c079872e5b12bccfef1431c643 +size 996358 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5181bf733c3bcc181a0a090fe8b22211f01577e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8694177e4cb1e3158925f4699e629763a864ad3b1acf45a6b25b52cd55cf6fb +size 836279 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34808a8124978485b65672b2f4c4077e74934f51 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680c2d3d2d03b47919d8937f3fe19b5b6ced11ef251a0ea3671fae8d5e9e6388 +size 387012 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c784bdcef1dbb34dd0f141ec84091194b4d1732 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603a33f22e7b0d40d41ba13650d5847e7f141a4c9a3c6cdf1677a7a1690643b2 +size 350410 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31fe04c82f412ba38a8684f6f6ade5862a900f8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7372ae935d5b1d908e7e09dec0ccb5f146e9cee09902992e7e8aa07da5c7ad +size 1167869 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebd2f3c583e7370ed91309ca8255c5e834f29f05 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c6ab01846fadda5e98e81b2b6a4fee4cd1ccb2b315ea9d962763e2daa49a19 +size 872875 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53e3c605f3c30beb257212026ea019ed5ab1f8b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288c8289d810c9d49c452b844a6093834f97ca0d031cc6e80807610f7bbe35f6 +size 713655 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bd7a23df3550cdd914f693dee745581fe9a2e43 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a22f9043c1ffb1b6c1c63ae44fe591fd75c3d6c136154a7bbdaddb99cdfa8e +size 634990 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5fa927a1037ecb32580bfb976d589cf2398be82 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c633ec92a3c572651066604ea1a9c7500954e02de6b73c3eaaeb8200b371847 +size 424043 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ed019a76c3a1b6b4dfb06394f6d54897565c4fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09729fc29c01e001730a80f030e26d2dad1def5881ebdfd47c2f84dd8681ba72 +size 933000 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8620595854a5941b8064aa7869707f62956a2fac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f3befa19da96087be18120f3b0aaedd82aa434b89749e129829d9e7d41b950 +size 450835 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9a49c4ce166425163600153ab63a3e84cd25d3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56a9c5349bcb840241c9edb78245cabc7c5aa68f301bde98483782614395b07 +size 559810 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f18f4247946b8408ad9a56f527ddbbae7cfde1c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba230f1f864084f70a917738372783d76d1ed72ac315fe3521511d1f269eda2 +size 525186 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..850ee4523d621ebe23545cc12f3983d447092061 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73aadf01197a5db5c63acd134b52750f24dd894b6c974946fb05cd645edae05 +size 535610 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a27c7b2f893343aaa74701b6a7562f74c16a5893 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00a7c1c5a5d2d85bc99c7e344fe3ed3bc0561e8ebbc44c386caa43b030cc2f1 +size 1275240 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e5b3b688030cde3817c34360a7fa98fdbeaa5c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea3f7214b84d07ea129f5aee85fcd27e3d50512030efcc8296ce19a28ea601e +size 863235 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5891a75be6630671b995803f28ee0f3f0bea9ff4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b711a9f5bd902f0b1bcfa235d6ed5e180e03247dbdff4492c62a83386986769 +size 839466 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c3a517d762ee258f560745d38eaf0326b475ac4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8673c07d4f510eb8365711fd0f3064ba15fb926806dc38e0ee031bc4c1003aee +size 614647 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59dd045c28a30885f596b55ec4f56ee35c094e8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb792933a28e9a9d5f7801f33e71af00d98fe5ac416a8c526ad7f0a1ac0bac1 +size 502931 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df9aeb021faa2cb60b3c936cbf2c668dec2217ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2de1180a0220389d516e9332a0226e5f407e372521ca77766145bcb667f25c +size 613286 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9510fb12433eb929435b7be1ba17d51bd729936b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5b8e9d5ce68db609793dde75d044514030ab764673a6b7ed9939804f0c0021 +size 1096153 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82ffe683121c7e5e658bd5a6fd4e705a4ebee9e9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ead1ead5c5892c8d29a0772a46793772712d4acbcee3bdcc904a08da255e9f +size 638627 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b578e32640ce86a833d35a22f9ef4a9d7679d26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6817682776376a303d3140c75662ee7377cf47cd7000583a40f9e9be8a003d86 +size 759005 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e9ec87a84c5b83271c47c0cc5ae204f9d2c8bc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ca5aaf953d1cf7988722bc03b007aace60dee80f3d3aade5c95e943aa4cd7b +size 748725 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f42ad72197268771a17efda789c4c679356e7301 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77398109d3eb613732fc101e4905f42a559fa75ccc842dbe57990cc443948b84 +size 441425 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f7da957d5ea107832cf08f4c3c7fb6325ec363c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5214ef685479b797a4637189c80c411189919ce58f131e5edd003823633e6f +size 465034 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96396fa50aa6a34bd55c63b76bc2cc2d3301c8ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e521dbde4e3fffa2e9e8415eaf95fedd4f70f3ea6f0032fc4c887748e979a859 +size 335483 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71183a0de0b75f5f3d046aa532baad74b3c0306f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d998ce4b866e9fdec6fb1ea0edff269c5a189fb19c07d22c87c9343277109b +size 619857 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7b0eb9e7b93d7abea03dbeda353bc891daf5c01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9122abfe38f75548c9d81af106529a63b95caead3e3f6f962c74b7d4dd309cf +size 1577130 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b7b24e6fb8bb62ec5380c1667cbc207911571cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855c0d62940bc77a0c51bddec24f6839a96cd08df4bd3c1ba95e1a65e0900fc4 +size 1251539 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd49683fb023fd8659c48807d667f40ef1cb2abf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a256d3ca02fc3a74b05e20f4c7d60d35e51e88bd89c541da5aa3cd53d980e7 +size 893017 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa480f3eac5259eb981691e24ee70f6fd11138eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378c28258d69adc6b71b0e41789df8d7058152154e6de56308374e4bc40701c4 +size 1065464 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2d815d3a0344692ea185d87b03bc8ef66a229aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2a96dbd91bdc811452699d504d3cba76b00d7c43cc6c3dc645a07820be2b04 +size 423294 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1f2e64279c941765f816a94977202d69535f8b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5988865c99716c5fdf58a63265180ea3a4ee2fd7e2bbd09807788df8c69081cc +size 1327858 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77648ca0992f1819ca98b4f133837530d0f5b1b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d4c66bf9fbb4087085f4b698dd6d2a49a91cced854a92303eb2cfa070a2f1 +size 470930 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9b69c460279d11d26f81e700f0f40873520cfd4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86f2ef4df17ad2bad995661d9bed163da68d1cd3c1f12437788f70404ba1941 +size 617070 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04ae768142a0d82e724cc99d8aa4cb7d5d2d7657 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237534abf019cb2b1451f1a50a2959f8f04a9511f4c69bc59f8ffa6c940f0fe2 +size 994951 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..295d45161a8c1e6012b3207867128cfa1fc7bcd7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c402c32d5f629a287b304550b46d3bed36a776a9a3f4e3f1e06e101043a606 +size 339990 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3ce5f4a260588e259d2416e2d50321081ae56e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c43ca08795e65d2e3023e75460151aa2244e268f93fba16f15f232c096475e4 +size 569089 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..345425c63dc1600a8aeff70cad629e72485f44e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c53b907d4c171c671fef9c54d035743e0dc4d8fa527e541d3243f65209421d +size 470242 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a728d4669fd92df5b6965a00bcc336b6fe06328 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83059c0c2bc1dc00afc9d6e6247ce7c1f91c4d4ef58f2099468cb0e7cc8351f1 +size 1876673 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78eb8138a1b7a20245f1c1cdf102cc7f8120b259 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226fba0b70d53cdedc07acfd0b872cfabbae31329130d711f9a3518240b3b86b +size 755976 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cba5b29471297396d202855ee0a35919cbc31fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ede999e52ca4032ecac6cf1f40f972477608b1eb17c088b63fdd14d0522be7 +size 453442 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5528a86c3bc95d2351284498823fe64aafc483a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c77c4e9f3029aa07387ba44f5dd8b733d913113f61eb8dd4da1a00e21bcf82 +size 596860 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..000952c54a7e10059fb72920fb81aaf4c2e78387 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ec8499ebc5b43c8d74412c83eac63abcac4dc0884e99f811d2a01dc55e02e9 +size 1135030 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0fe9343a6ec699c2658c0fa24d57fbd39e5c0f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050cc9a0de55ae9fbb5f22827c9098dabb74a2fa8ef46c06f536add4b6b38a3f +size 761114 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab4206c7cfc0ee5aa864bd0fd1483aec9132bfcf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f237d2def00e2734096233f6130f677aaec86322034dfc4bc6b6621f1c302edd +size 562797 diff --git a/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2458a9f09e9bcb0f917067f510423dae4b339ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d779457b59bde0b238f75964f477bfac3d170b32c7b349b8c7201d276c467c57 +size 374406 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9afbeed0c76d8fc424ac5c0e0e16ec0068eb03b0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3156cb315cd92e7ecb63573a7771a024fffafccfc9d394395ab9d696e2a698fb +size 800544 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..108c6da510b889d8bc5ce7cf9c257b0d9295cf3c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b82b55dd0ab1b51f75c13b119c65e682f79c19f70d761fbd2b351cc61fe2ff3 +size 467894 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9e2f3039925c27892a1efb01ee83b10866737cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457a06192e3e74d0b9598c12ce110863e0ec38e144a3f7be733b94a9b5e83d40 +size 746660 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc7943e6ed3fc7a2331ce8c58d6888d60cf345c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2585c787e5aee9ebde8b9df2ec703f65f85f5c601fc4bf88dcf192fee7e34fd +size 660784 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc3932adb4434da98a099de058f2f704bc30e99 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafc4be3ea9e547d92085c983e96652da15210c49ddc2b13e9900f6ff619e624 +size 496933 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e93447af4041f4a8ebd44ef03917c178010a6e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0323f97f9be21a044ca9aff5d1fb8962c97c0d2b3ceb5b3d0b8582285af1e21c +size 1248743 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de224fbe5bdfbb79d3cb6c4b880990ca71d62b41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483a3d4c18114b5e27c96d445d8d183e162122cb500804fbf4534f1483d5e0bd +size 2734949 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0540b4992faf0398757031fcc04e057ee5f5394a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ca128b9a597adfa32e20e38de12d3af8b7e3544d48b1c1ed9d4d8c7d307a6a +size 1006624 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e0cdb77e76489ffad4f4f105e6dcc4aa927f07d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f37e8b5c0808f058975f32db3eefca0953604034c774403ea213d0ccb51dfad +size 677006 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2eeb23fc87835c9034699ddf4395f6c94e800504 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8621e490c09f1f4558b10cb1501670f42f580953cdc499bdf99aa758c48aec2 +size 1396428 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d2f97622d4a7678b96c592dea8f11172ebbc935 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fc76744262cbed257035e5e2af844ae44787deb687f651a7406ae533ae4951 +size 898716 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e6ece8ce5be17c8e3fbb6f06bc10b8451eb3f97 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df2c1e7f1eb7d0a609d50aa11a6acbef7950479f6cdd269b6d3f949b7058bbd +size 1460254 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3754edcf5b3e1944e61cf6f1730558d7d3f6953 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c6bf780bac5bd521319e335c8debbba741a7ab35bf06f4f849a81a5d564595 +size 810264 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff5db676edbf3e91ef75cc0ab7ed341b665b7178 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36736a4ecb66fe8a771ef985f3e302b9fec4aa499636aaec1fe6e6cd2615b5f +size 996072 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c535bc1af270832cdedcd415e5663e1e715ce5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f8dc3f3d44aa56e58fe7a1e4d72c306007164a9d41c913adf5bffeb0215056 +size 1123250 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06604c799254e23d3da4b563bbea301d48700d92 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191491c19ec8635cd3988e1ef3505d56c85f05f43e9fdba8feeb3929cebcfac8 +size 785368 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d5b8f7934eaa7d494f1f04ba1b79faff6764bbf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7baee6d8fe7a1fa1fb440a9634f703ddfda0e9d50861216effa86ec3d1d934 +size 1642036 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c2bbc5d2274e9c754d21292be811ba244741aef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bd9fb7a30dab06077cc3a42985fcbb9efbbcbe8a6d1361712f823ac8fa25b4 +size 1230338 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36053c13db66755f6bd18511947f436c1314b9fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021fa2ada2b29cc4f35c2ec3fd53d1633cf23dedd4b39a4f80957c7d57a04e52 +size 902641 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdddaf9e706144abf701678807cd12b531d7c10e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6510784472d3c5d7af844642771fd54f6f27e76fe4eaa3c8f696d16909e43d +size 531036 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..678be0ac477f4b15510f08455d0793d3dbd6d2bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6757347bccee71257da22484b5c0cf971d95da63528e4b452be2471bebfe71 +size 1108695 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cfdd0ecd8ef096da158eca5261a5c03fbdbfa8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384f11e29195be9aaa0f94ea9bd21e690f1c30bd19fe1f0812c237a79a6c546e +size 558983 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d13835344f93a6bdd8060bcd8af6fbfbac413fb3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0c3149a67336c7759639b4030d197461ed91af4c6920803b813c2508be79da +size 1262740 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5298c9e26b6da659a9e6beb397bed1571522e23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5378f1683a8358e10d95c88f7f12cecb3694dc0405dd2e453537efc8417cabe0 +size 594729 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b9124d24be0c965ae7654bbc0073c4cc6c1906b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048cd2417945ff4d55b4013833a08bba9e13f1760e8179f613e30d0e4c1caf5b +size 945178 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0d3762942cfbe7643dd3f88b521db0a1c8a399b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fec32e2e4fdc04e1cd70b0d4104fd5641d5687fed11f71347984a03a5f82cb2 +size 1374749 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..495c032ca5017da7f6b2fdd7aa94db00c442f07b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d0c79aef1c519b4f933594bb639b1a56a7c5a9b418a47f9fe78d74d28e7e1b +size 1224799 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fff096faadd4c04ec7c349d56133f2f5b9f0c17 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8896fef099caee35a28b0479f895e492301919400fa2324c9047f6946486edbf +size 799686 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaf12acf5c3e6f406b2e6b4fae2724177d0daff9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d40151512cc6641a750b9ebc601718b0c1f8e4f561fa33bc210cab0c09cc742 +size 429734 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ddbf03fd172672f673a60cf52da469e5108752a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c314ac9e69a5c9793c28d69691d92ce25e56210361177b44da4e081570473360 +size 690346 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fb0bf5280bd06a8d018533f60b360e7e639a45d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12205e977abe5234c3b86fa070f7eca6939cbf1b2ad7e4c0b11885a7ef1161c +size 859508 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c61b16ebcd6a4c272c820651a444db9c378dc21e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a5472ae2810eb96136a9fc184cfdfbadfd2f082095a438bbab74e5a487fd0a +size 564915 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2612dd54b57e27660294639dd2ae9978c7484992 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863c05bff6a9d5ee1f08fc0ecf5e1e51b7a6c22458c350783b019312fa40c0d3 +size 1134463 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..029329ed8c50e813a86adb24c8f9ba11dbabe264 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb18589a5bdf4e334b267ab9d3d7e7f70f611b47933856fef155eaae0b48855 +size 800448 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10e3022dea936a7b3fd3809338aaa9910592e2fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200cf14528799f31cbb4a974bc0318ca1659ec0d62c1a6c2596df27b3e7b6033 +size 615739 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..754a68d7ae37603bbc48b77964f44f42b076dcac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3d49b341d250a7bc5076e0e79375ce502fa3956b636950b01f1e0b2aa30ff1 +size 921873 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ab0c8932d3a0cc8ff11fae2cb41ed9ceb1a40b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8426308f6b2402bb9740033ac384dd5e5f8f61d76a0937f5c5de4819876090cc +size 665391 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe9fc62c3a04983bf11d02e15c32dffc2459f818 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db3d08dcc254340f45f0bd15d1acbf18d762d42ac4bc20df23d8fc291006f4c +size 688413 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12a251cba4c4ad5a93e1d1cc1c6cf23f5ee8defd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99545ebf94340192d4d1acfaa24f4970f5b93b8dfb85ad702b896079cefdf559 +size 1247197 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..162c60de96858aaae2c5858fd5b09f29c7505459 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa81dc27f17b263fc37ff2d3fdd91c45b5acff3c90b49f1f7dd529d8c4e6f8a +size 1023640 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..308dd391c331d582162ee4f3de9023bb16cc26da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5c65b1be67ab8e8d1b7250fe086adc6e0168d1d4897f4ada7227cb29ec529 +size 875693 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7763429b38d77c9654ebf29acbabf97f387c7d5b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d7d0c444700857bcbfdbd589ee8ba3acc8f7ad8d786130187bdd72f705dbc8 +size 1142812 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eb0f411d91503c1c4d3e3397029c7cc0e4aaad2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae847c878526affaf567cb8ffb06be6eff2281bb73966997927ecc2b3c33bce4 +size 867822 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e813ed39747f3e6fa02c9c2aebf0ead9f37a4b11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1adfd9c15f1c91cfb2a4fcb6092883365a80650723327c728eea6e4dc6a9086 +size 845716 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63cfffb4cb63b2911b9eeabffd352ff86e7425e9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9db226e6b43eec62f166433ba3f9c70dd6afe2ba6941a3181511b798b64d65 +size 1274514 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a66bb7ea9a8d41c3fc98cdce78276c4da950be7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3187414516f32651a7971d09027c8d853e2c96b2faf56673767b559801c4c0 +size 809317 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1681976adbc781e138ab18aed1206415727ebe12 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c27f1b31f8e8f5c678bc55068e35dfd2be968f0e8dff7514d86845d3e5c6327 +size 1077640 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b3ab07cba91c4bb7d6a82d862bd9a67ec9b7d55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3749fb252d51d12ce47a1039471b6cd6705b43a290cffd8fd53b7aac30ae19fc +size 826775 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87e6a3fddcae41a1436b41c041874267384904eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811800d900215624dff300f884fa22a9f129712dea0e2bace955ee12e5861dd2 +size 1191279 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02af8f0275a33e9a69ab64173744a399597a0ed3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212d9a000fca7c9b0d8fa8f62bfc76f381f24d6be32930ef05ee5440aace0e6d +size 624952 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe414a642410608aa31d715ba93c3b313d762f59 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9240eb5d370d7cff47371319d2b97546358aabedebb2035b7ee942fb9f1ccba7 +size 411859 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec7ee2c5b0ef56df25cb52ff2a9ff2a79c7fe85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2436916bb5ac09fab8140f879059e90cda2e9cec2665ddbb002f7bf96b167139 +size 762374 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b10a45b55597903e86a2fe72eb8fb4b1a760bfa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648caece6d95131ccaa695a1626fb472f9a82051ce4c452213c241a85335d45f +size 1592017 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e829e423b0e19aac7c47e0251978be597689604 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be807b68bfd7f9bbb006bf10cbba7bd95f923d32e8ba8fe418bf0ff60fdeff0f +size 597610 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18bedfec5ff50843f38e714e91aa40e511d7026f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b69caf5c16a59fb70acc8e559f36c97c478487897b43f74428eafb88484f80f +size 1214784 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d3036f58c12bc4682de9c8dad8e5d0051638367 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fd1f3cc54fa86827c9c7fc495062cc75734894feb4c97acc71a0f2418d7e62 +size 829930 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ece749df6f0275ef7e1d36c0a313abc1ebbef5a3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e6e03ec224ac82835bce4c8998cdb5faa737a992ba1fb13131c86ab146cc7e +size 402147 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a9e732ac11ec80eb2d53f8a660635a39a4bd537 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a673543ddc34049a355d38a3fb1a9793a345e72a2940f5a28898ea36322544 +size 563473 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19b3fd218366bde9694d67d9e9fb7bdf213cae14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d22c231512986725b5b20655ec4989f90dcd354d059b7d3bf430e89c82a7375 +size 1014203 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c80205922f5081e6e0392b675225397b2101aa7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102583e90e62f55a5660f66d74b87425d995e37c624d63a9adebdb104c323f6b +size 2072994 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1aba135919bfb8fd893904c8a353a146eef5490 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0451ea43e92411dc6d69505bed5168a60181769c0675352d488a1bcd2f7d1e6b +size 1342942 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b09f04a02325f3735e45c3c5acafc017e1dfe94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d830fada3f69fc72cd8abdec35f88068c325b7a64837646f8dc3ea80879f269b +size 745429 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb6c1a9e9f4aca403e14d5c4794369e8d4e90434 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4a7a23e039ad7d069fc259c43cd5fd766e94b32e88c501620e6d6b74e86d1f +size 836207 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ddedae9f7fe9438e28d72a433bf9dc19db1c0cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2c51b7e726599a29ad0cc8e206be1fc269cca0237618a9daf860e395b524f4 +size 638858 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8eb21e7e7752d1dd458e34f3ce0cb355b6b8238 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de59d564dad7c2af02c4aa2cc3f512c0fbbc2d798e3dc88f5d9070dd1655ac0 +size 512070 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fd69387d883ac2706bea52c5b4e99545a93ad4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3c39af356d6131def3a47f974f957dbe106deed6c034dabde6395cd8484d63 +size 1330106 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fafb961fe2f0937ed9a87547f9913b9a3d36578b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a126321e77022d6f0d54881d3b05e938c2aad26a44b0eaac1c5a8860bbfe397 +size 1144399 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb6d32b8eca169be41f067189ed3a19a5ec134e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3af840e04325927a0cb63c2bf45c8e2629a25f083ef3de21feafd5dde13a9a4 +size 853350 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b1f003efd4783f9cdf4fbb46696aa37575a467d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2128eb55eacdfe2c1d5c62a964e76bea31c651e8fb0a3d444799f15c3d2c15a4 +size 813945 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d51a6a714fbb45e1bd8ad285df4ca100384735a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea973faa1115fb4d3055403783d6b385eaf8b0ffb47dc2326b4e3e2a48fdefd3 +size 467096 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08d3df8f12138614c123773da14bc3b5b51a0eb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04467e3dcea7f3319bc11f5c2cdbfd92e349ddc97df2ec67a4e125a17959bc9 +size 890221 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffc462fecd5747cbbefe0bddf16fdb1dac89ce0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2f2e90dee08b69f7901bd9d358c3d490c5c32696532f88bd7b4418fb0b9809 +size 798615 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c79eb6d4aae640f0df2e6723f0f402563a75af4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c721795474b892915ad13c2b1173db05ba2dcafc121fca6ace200fd64245ba +size 652323 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..074a36a36f2828db8860c79a1f8663d84327d035 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4514a7275f95333c4739831a5e45815380122e7fa72190694ba2bcd745117ca2 +size 861856 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e76b5748417eb2efd992ba25999194d3ce78af8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc13d9fc67f109c4491de733ad86e19fcf0d4af1a48a5e705b79be0c27360e3 +size 638980 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3490c9a174f77c11e195c4c42cf392cedbf348b0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92770feefb81eb166e0fe7c0eab10a6090fcbc0ee4eb1c38f0b56671f120a767 +size 551509 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0455fcd3465b40b0fdec5967602b21648d818bdf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628efd25a0a122a0f0c025591ee5310ecd4b7934261977622258086cb6cd6ea0 +size 675614 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..769974876eff7531f712ed35e16bb7dfcc37c6a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb8f34fcea60be36f0efcce326fa594b57b05ef0208b6d820e9b3bf6b6306e5 +size 1081897 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f56ab465fb644b3adcb9740f66f73ef2e904c0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca3af8414d8c48544829a39687ac71494a66cfab35596b549d15b322faa801b +size 471829 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c902641505ae6df85468800f31c77c3a08f94844 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879bfd2d10a32059b40d0c7e2a6cc4248327bcb22260767142c4c8af00790fc4 +size 588134 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..854893c08b817070cf81742cecf44eabb11f8c18 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a738a44a797f2d1819dc43d7a68d9a66651ede5b16a418f631fa95c8c09846a +size 791257 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01f4cc7a3b50b603cc184b1fda17e45782ec86ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98f821790c8f450aa31191d110574cc2dd4fd800698873fda067280bad32abc +size 1593591 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e3a8529a531ed3fa69a47fc570b1fc23c57422d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4707007102dfe7cf58082fbfe3734bf04ca7d08db6d1d98269f32994379d1a1 +size 1282783 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1bd520392e0b0f33d4a65f8e227200a63343487 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3b288cc75f5e568fa323330e3b11304cda03b4c4bd5928b7204d8b0f224788 +size 1441152 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ce57fc2f8770f5885998c6fdb488ea5641249fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dd77d5cd7f5cf492082d7b324f43754d54dab70e5d88b1f187ab5fd13a1189 +size 706294 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a5ba04beb978043c795bf745a0785b222dc191d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53849a5883a6c7749c90ec6e5c1c985ea43798855281c693407cd96948ac144d +size 934333 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d5512d1716f7558a450087ca9fbd10756cfa18b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc489a85ae0bd5ae70e0497f73a177050eb3ebdeb0ad020b58131200f67738a +size 691627 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bcb6b181683e46cf4f446d69e0c7adbf4074486 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398b48825f0265519b65c3e60189d1242c70177cd10ac9ba314b14739bc0d2d3 +size 1080096 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2c0e4004f28b2e7d47df4568457d9b2a41f1e7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319797305fd55b720253a8b1b38b687640edd7d953af3c3a7bcc868493d755c0 +size 726090 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55d21cc54578f9cd0cba630a869a3ccc7d6a08ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1f98063c035dffc8bcf02493b5f927c2904c17a514b0269010ab7ff92ce316 +size 684490 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d24111f28253ed7da244419b60bc7328cb59de38 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87493a704885adf60c70a2af1fecddcecf21b4074f0ae68eda89fe62f8204949 +size 1170213 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ccce58db3c6fe39ae0cb1eb0f2418af43e8a347 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0732481023e659c1766c31f1cfaebea65ed148fc38f25dd8d4262a3f87fb3f3b +size 947094 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..225f56929991849b0eb61265bd91f2644765dff5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59e4ee6d7793038d222c87b60c47df809abf2413a73137be71085d90aa3e399 +size 671474 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a36f1e4a543cdb936e1d486af705c5f608ab3610 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3344c0252099a4951ab78e7c09b4ab571be5be0c133fd0b44f59b5adc0bbd38b +size 665412 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9472b1b8911e53f0ead1cd9a58539d825cd7b5e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccb706068fe615dc045d8a9b9b93d42d77e0f445db68a8f0273834478f9fc47 +size 457007 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b75963fb219c4f3ee78fd816fe73db6112544a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35473c289b7aba8bb618406b9838278282c02033dba3ba166ef0544f7f918eda +size 774009 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d52549062d07f953b0a85c172032c3d884f9aced --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a1b7209dc56a27fa255e17f604bcaf36e4b29e48e63389541a25fb0286a358 +size 1033401 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f89e3833438d15cc0207ffdee13dc2542512b12d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f50a798d9e3dba6bf9aa1f31cafccd16cc2a5689ec37189fe34ac6a16aaed7 +size 2701086 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d5068c75878ccecd9486cc63e50e10bb7fb1d21 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd77cc24d20fb123e7df1eca011e57035749be98601c8df2117b01840be37279 +size 804480 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8ba60d0e14fd939de71d8385ac47fb657b754aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f68ca0457f3ed7351a9af9b27674de12b3f3d7044f363dd23fe09e0c6d7522c +size 1347672 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4716adcbbda710584a79ef3796adb6c9da0da810 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629669c3844a5124a6e012eb08eea3b6127ad81f9c4e0e2caeafdf7e47b11c9c +size 833271 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bd098daf271ab7b9d213aa9e10f892fa6a293dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaa6f39e8e792f9f52a855285f7437528a1bce416f5e6a6a9da994b9d2d24d0 +size 598853 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7773d465ef51e484871eefc45efbcc6234a56f67 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ff87bd5c007b40c8db7c78e0ba70442925d4101f45fccad5a4aca7c0e3cd9 +size 700636 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f8f7eac13f1e7d54a8e5de888f76e47fcd87304 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768bf1a3d692be71b2334de9a71c4301f1ae4f498fb2f76f0285b2299fcd7703 +size 1103618 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbb3869b1ca6082a91c079151277331327c2d29b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a361e7f4e7842540b2623b57c845d8ced8a7c7187c95cc14169f7a5fe662e83 +size 1136204 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc2618eaefb6c92713b61be8d345478e15a6bde --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76937dd00dc6085f9db7da061236eab73309005db8ec5777fea152b881d840e0 +size 573535 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6159ec3d7f9d55f5e9f332fcc876603874dcd203 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2237433099915de80a92e6c98febd4658a569c063ff15632bee5058b4783517 +size 619224 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24df53b0057cabc869c2b056c1caa1510001d948 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18306aad0237fb309bca81753a87be8f798b3e28546ef3556f744e4e747b5d9e +size 1568183 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2416f434d9eee2a4c79f96009665132e2bfd956 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c6d7ac166b0d191067afae0dcce8593f38931038e805594f8302402bff3d55 +size 580230 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c2f972d6c90508a0333ed01fea97416b0a6886 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f9f555d5e6010109d425f4e46989390694aef8630bb4efcb9c2c5e1d7d4a79 +size 450775 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7e94275231abef361576c5033fc3a2598dbcd03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4714da9646cf2cb3b785ed6915071a196f07b7961257b318d8c1a2559654efc1 +size 893042 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6ea013ebafb620f1d4c30c0f3ce74234f9f496e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37d356aa0d74c7c865b3ac6e8a087dfc4f0b3cce0e558f321c798b1bd88c2e2 +size 581246 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36dc6678efdd21d8bdddfdd872ea6578a498eeb3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c320b0079df2752e372630d30524d4144bb7eca1741d9ff3943c09d9110e3804 +size 800978 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..141099da645529378eba0919b4624dd722ab1690 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84208777d2e9a2a1bda6db6cfbf4b4af69ec8f38dfd357b844213c6b9d7021b +size 875653 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e0fa4745cfe2a42d296d3edab8085473283b80d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2f8591de0941bf5a5b3dab998038a1fbf6b06b75045221bb7f3bc62eb926c3 +size 1164388 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a19f92e4c55d1f5ecc6f19f3f6e2d1d7c75f169a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92592e3448e3060f006cdcbd73c3a04efe00228bdc112fc422fad97c7e637848 +size 841234 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f58b7a5d64d6457cf478f53afd7571070e9194c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541d4a8a4210e71406bbf7b9b226862557eb5e8339bdf11d7f5d311a119cfbf5 +size 1069619 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4a91b71f6f57480d4e6214782c1be7d0d6dbe81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9fcc704c6176a91bf13969626b0873e17882fc8e955d62004cb53d710ef9a8 +size 908217 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fd038c2d7b17e580ac125100f1b5e506260a581 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38445753502d8fe226fa4e95a5ed2a158f46181251bb28a75424d6a1257fe93f +size 912737 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a101b90eb308b0e1eefe3c870185dcddeafdccea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715b2d3d6ceeaf422a289e817f322ad26ff72144acdbda55d6e288a5d97eba10 +size 632206 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ed4a1d6a4d2417db8f81183301f290257aa1704 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de9b3d98af8734228d58e1e4fef8c1fd7ac56fe564c3b316151f80949594310 +size 920695 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87b37eb7fa70c31732dadb6ba59012371881b4b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2ab8de433fc33aa473ea7e95296a0e76d0ecfdb5be98c4b265284fc4572a91 +size 652739 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fefe5165f06da59a72c4855bc5e05861be7354ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d192cb947461a04e1566e3ca199f72ee7f6bae644ddaa4c31778fbbc583f6f94 +size 638879 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f16350cfa68bf03d5e67a4172a572f95e7a21989 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eea755115638944edf9be3cf6e1a5bbaef930c5fdc33e7d577ef7548b00bbad +size 758666 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5522636ed918cd67972bc49b33f5979655a46aab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae31248d3de0ecf2068ba24833d6ec4e89c2ebb757f35807ab638efd068d4e60 +size 739984 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e926019a3c3624906fedb755fa67d5a61063c60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754405c4129dd493bf2a0133be42d028adcd49236c7cd1ecfd5f2fadeae0d605 +size 769438 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65f043a8b667929c90ad13a89e90ab058df16712 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334751d413187e1f2fd8ad6782e48b5bdb13dd7c55c035760848dec8a1e69b49 +size 865183 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc1722d0170c5436ef10130d53c870e15a28cdcb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f7d2d8f93cd85384a1a5063a30f072ab9ad2d9eb6388eb61661de7254fc1e3 +size 649735 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b42e1f0ead08282feb9f9097567a21b7f4a8e20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a658695527b23422b28882a9653317fc049d790a7ac629598f478e2dc8a2297 +size 408154 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15b9ce6015cb6214d9b92f6d5f6fdd56e1d63047 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06896236de33f0eaa7eecdbae02794e9ea2994bff56053ec0ffeaced12dae89a +size 883531 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e18296899615056086d77c1975819154bd55063 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f540ce9be0ab66e4e62e72f7413d8d956ad6cdb9c88874472bd64796cdace6a +size 705318 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7a65df4e00d10e6fdc48ff4633b4ab687598325 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb80ee2b4aec8f5776dd29f65459286bb89a60b6fd4acb6702d8a8d4725931c4 +size 1616726 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c3cc3f798e7480c70358dc55b6f1c399923e488 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4dd9e495745768c052c10c016150f00abc636f578a53a7082bef678c33bbc6 +size 828151 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a09755881c408e13543b956cae9cd11cea01fdc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6f97a4e9ea602c86e0f57db289dbb7af236c4838ec17afde8eb73fa12c6f8a +size 715879 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5598a556b21e2d72d377307721bd98e5d2db7d57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9214bb06942df05613cb3aab7b023c267bf7b51dd124831b09cf3dac6610bcdf +size 772496 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..574a312ab9a9e9c57244d1044e49e5e0376cdea4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd32ffad8eda31b4086b696c356eb5906a86c86f3c36d31b60db05f8fd7951a +size 428027 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5244d082dd4ce99840d612934115c0a5dcc87aa5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31880c50a828a14498409cd9c8e8250fbac21b18c7a244f4a401d9b3fb466d7d +size 839388 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fcdadf72123eec30bacd074af03285769f7c557 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d29d3d593bc60bdb1d61aad88626b67cdcd1a35b2ddff64a6f0e399954ae15a +size 1118170 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2625d75707c263b356a846bd41f389a9925739a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101f979bbfba3e2117e37c9a305bc31f91e8f2768e7a83ef2b8b60705d772ea6 +size 1521960 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf5fe00a49bc7a0baf3fe2dc17b4287db5f970e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa92bb14ea7dd07227eabd532fc2a229b8ae7964ced55f804e781aeb255f9b9d +size 1424813 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02a271e3e39256acaad967a498479ca06e13213e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f3f97d085b380850f1550e5c5f52e384802c002fe6508f627e92a86e00f034 +size 1110871 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00b75e57092694f935d1a7561f3cc36dedef4b32 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3619e118c93f81ec9fa6952a4f2f414cc50090bfdf23af9bd90571f4b2863c8a +size 494994 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d52202884b59c60c809deb2bbabab504352c2e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64283d9c4bbbaf4922bfcf63ca036e944395b9dade13401e315536e85b26c22e +size 705658 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d57fc4993ea06f159a669cde561cbf9b9a74678 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ec79dd4c50e30941496a404b9a8fa64274b8b71088762a64aaf83dfa3ba07e +size 572047 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d414e0063c5d43cc435d2b16f14566ae2e23139d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80635bc6f861f7e84f612092f410b1447abd56a95487c52f7c5934e1047c7de5 +size 1755802 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e533b0460c52f13dc7d32598e51748326fb4dc88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba81e834f0432390c5bbf42f26940e5eb8577d17fb4f8c063c5ce0e41d79e36 +size 603586 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..162581f1d94614b6687cf6370d6e93938a7256b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89d3b80b2653d645679959ccd42dae60582f26826b31b52f1dbbc13326694e8 +size 614026 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96110866165605706254e52d5620255c455849fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8f48cd3c0f657df515935aff322ded1218c285b0bbc05ce3b0af8b0b5c47c6 +size 997217 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94457b011ff0e73d8cbb9aebc37b4f72353edd6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1a49314515a6b3d8734b0aad29f07c0f119ae4fcf9f4ae5234c5415e927c17 +size 1361681 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..add5c815de963aefba5b99b029731b0f0720ccf5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8023256450fb2e6104bead864136b68e9e04a388187db3785da50f701c56d94b +size 937053 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ce0e5bd010ddb456acad2ad2db89e2024a67fb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cdfaab32ae12ceb3dfa1e8902eaf7ade77f5a2ddb2a866930ed47d1c00b8dd +size 1472053 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..638f16a9dea793949aec1ca995c7da43af71a880 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33431e2629af8e56bb094bfaefc18e87cecdcf20070f1a7c324dcdf59fce643 +size 946221 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe381ae69c99fee744c05633081e52695afe675d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacc61ad4d2fc273c7aa1c49b306bd40ee2c26bb9c7e81a6f26288a99116dcbb +size 805261 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..353053ad385feca6b947d27420e8dd0b890b38ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b0ac887d60305c7dcc3216cf91b83ea22357bef2b4cc3e681d68201fff9992 +size 1197694 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8806e262e4a13b60fa04e50d6a22fbdbdf6826a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ea7f273bfc6199239bb4ccfa160d00121b13c29833923076415ad6b4ec60ea +size 831555 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a3d6c6de45331ea98ad5555720ed31b3888d9a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8ce3e3a82a3f6721437353597309101be0dc747f0062a477bd0041707057eb +size 1633305 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7516c1c14d3034e397530c38567c441774c5a6ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ec21842b6603d23613fb5780f428459b05dcb01b5022acf7bb1e075f1ca454 +size 1526751 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc70945d205c1a17d3ddcaa3174ae56fcb09060c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77cd05e0d4848da9535086bd80edba50fbe3c8b383f7d71e55297e6a84d6492 +size 1151945 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e08ebc55d627c9f0a4b7ad0042cf0e70682bb471 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ae6876a5133cc1ad9d74158e2ad275344a2a66cb4e4cac91636f73714096b0 +size 723610 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..929dda9b28c1f86f919110e25b9c0d0dafc01359 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbce3eabd1acf99e2240788fd2ebb59e797962b96031062bcfa5e91d01a7c76 +size 1236032 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccf7ec46dcd0161e4389a4beba596017ff34f796 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73b2525038351d0aa475a8d5c77f0f667b18a9716559a1870a0df7346e740e6 +size 586462 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b64a6a4ec36d456a7ea1faf0bdcb0ac13bc6df90 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07d534b3c8be4881e9b97bfa29396805e0c804de78b2596f3e2a8d1183df5e4 +size 1539997 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e49a12384f88b2178b6ce1baec6baaf7df11db72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9b4c825425edf7cb300ae54b7d69bb3fb6108ea55852506dfd98d8bf4e86a9 +size 675633 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d245ab591ac24dcb2dd123d13d4c1e7aa1ac296 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb8ddf04e761f3c71a344582f54d378712ff93b277033b8dfa06de01fdc7590 +size 888113 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0b7579989562b5b5f8ad9765f137b34bd8aad93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a33f17095975b5a3f8fd28b504e11be36afe99e1a41ec591f53b8b0fdd7e73 +size 590488 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d3cd3446a2ca8a7976fdff8dce19b0f038e55b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e3d0a51aebd0277ec85162afb0e4d2362743ba752c1c68882fd9ae83a09956 +size 1681275 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00ffebe3f3ca07255daeaeb951d4924025c8d9b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f299c49d511a25c81a4214744e25dc84c238c10b32d51beb077ed55d9656a26 +size 788534 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dcc2ef28380b4020cdcc55b1d45305356ab09f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d346308ac616e720d8e113987dc34201daa6ee04f71b9d0a18d2cf715759df79 +size 514946 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24bb433560a67bab2c7db45d8c18628822f53e8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd3ef7a50a2e769b8e8369a2e5ead22c2c885cad63e810a30778fe037550195 +size 873254 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb218cfad09fb10838e3d6d8a28c06cee6a8bba1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4eab0354df9896c3ee8fc54fc2b97a40756e0a7fbda8b90871be6027b6a6f4 +size 565315 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3386bbef93e97f94717c301463926f19d2224224 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5e1cbae8f1b183a8383c98b0fb31f10cb7475e57935ea053fc11dc405039d8 +size 1390215 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ea1dacb4aa439531e2fbb793fb32c0e3ef7aa9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66a3c77803aba4794e0e4309ad20bae0041b5651fcc7a32a1dac43580f6544d +size 1739041 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd16bdf22fcc376638ef0aaf16518c1fa89a0e96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a80bd2a27f8b1c63e368ce3c7b9d8a74107d57b7720a8bae8c7bd5cf73cff4f +size 522659 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64bce232e0f7d131f9d59aa63cea68f95a61d360 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8f6880374cd0983aaead4e4c41ce76efd3600889af3b4f48327738c39c6257 +size 889764 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76f9f7244ccdf75d1e19812c52bb94a5ffc125de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0b4bc49b00ad986167dbf0384f08745ce81a509b44052c844141fb5924e0e9 +size 948479 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc9e24b1b7a12650863aa199d59efa75c89a119b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c5ddaea10dea3d524f263d1b87f4e2acf8ed0d5a4c4032c1bca9ab36d38ddb +size 776636 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc807ce7cdbff611bdde41b1b934e792bec09b4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eaa1fed0230a1ee371bdeb0b70d81b0846fd96f18ad0a4f2dc7c141cb4937a2 +size 553856 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..626d8f6423589e26855e2965e9a408cf73ce898f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286642bd4538619eabc7063d7d0c772e94b8b01602bca855fd3ab716a6fd0735 +size 730196 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ee9669e9f54c727e3f5d8447e6eba1cc9a2bf11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5afc53d5ce9bdf8531d905feb6d2a80217a140c74a549dcbcb846215b57b10 +size 928573 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7660be731375ef6af4cd07563f7e40f40e13f7e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343cb4bf2cc83b1caddd68d3d3a34ab1755914bc68f55f79d152eade765f1d11 +size 861518 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1394b85824c14fcb699394fcd2f62cd2b9be5693 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcc2672a33a9004ae1a4fa5665ab29061171abec5d0fb24a25683968e5aa8ec +size 1146314 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5383244c431b4e665c59f73186e6e7327518921 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa483a91d1ff918c4a900834868f3862d9703953b3060051edb795998d4dce4e +size 1299074 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15d79ce806039a2b74a81cd1268c72afeeea07f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64da3565e820d17f4526d217c607c38aecf702cdd1be8d9e35e8bb62cc62f655 +size 902708 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..038dde99b7129b395416114bc05e8081430b8b1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bbd1427b60a0c2334ab9cb8f325104f3a140e04786fc9c7502fc1e253542a0 +size 638856 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bec7da1af531bc2f4562cb69bc50f5e1e555259 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea6696f24fc26306501acdeae048d66ff0f01db66e66af56076b64e74e4baf9 +size 820709 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73f6b17c5a1a75caede24339857730e0e63c079e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6043ece6dd275acabe12bbcaf120fe1873db17d86f970b513cf2fbe5ba7c753c +size 856441 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae1c2236b3793dc1557553dce19b5e20bc022aaf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e0ce64c1d8f6333dd58c5a6085ff5ef26278b9aef758d1246d93b34c47c8ee +size 1586859 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3631f15b6e2cc77d7103fbc59e678d0ac830932 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9539484f4658e2947930d8a1643e36578c293023537b5c4d23e67c394b8aab5 +size 458814 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a93bfc5d431a8440e6ef8b8de8bb58af6772a939 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abf53f80219c2e818bb235534344d0972254ee58962ef05a498819ea76ecf39 +size 460935 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f5f94504dc6897bb0c723a677c992f24929b189 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8555bb4c3fae6b808bc1b5df19c6b85b68e22b86c1be56604ff853887279b6f +size 932544 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15d24f73510b1f3bbaf83e2e1e359a20bf0535ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0fe35df963b2f8d425c34714bd2ebd45221232d0cea7de9671dfa24a28a8f8 +size 630494 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41aee8cfa8b2ecffb7a763cd5648086fd699674b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d5be31ad48acc2f3121638d49f1d0c4887e988fadfa132869c0b1e639113c5 +size 909214 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af7a98cdb3758fb9dd1c53d4ab88e937685754de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a298211783c19afc222ace9d056d48fb61d055e8e3f9325f4055e114e8c9cde6 +size 1230544 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5178ee1290b97c116922775426c018776aee019e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47239c1da3bf74e60a7bf0ec80efec5108b94afde2fba0827419b7fcbb2adff0 +size 924590 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43f78e5bdb7bb288233e9d3e7cbe1976a629da33 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203c4e60b66c4a42675cd56e1c5a6d91585c61aae33863556e31a55e2860dc75 +size 855769 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38812778ece5535acb04f087500a0e517d4703ea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906385f5b624972e5e07889832bcd8c4701e3793d6106dc809accc1f91910968 +size 499152 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8af86bde08224cd7797e92f92061edc29559f16 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8d923e8c18885292e9e4ed8ddd515c585b92d3eac602fb262666e2827310f6 +size 704725 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3f6fc22e2e6f356fdc6c265889878834123da8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853c8c02d267154d4da6fc440d127056970ee8d7234045d78253a05fb3f69aa1 +size 975435 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba1064f74175d26683744b051fe13aa4453a2ed4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7100a2fa2eea58054dc921ddbd34516f71a5e0ce223fde32b821718933f959 +size 887625 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58ee25cc7ff16d604ef6181e86bfaedf3386a0a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbacbf087d1cc4be22fb2767e75fbc688c74c12b1d03294cdf0e6c8b497c6997 +size 989274 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4698db6e93174a1a9eb7482a014551ab4415de2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb3698fd36850d6b47ff5085988c242154dd448b5a175be21e88cbf45d6b84c +size 508464 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52af2c15190ca33281442aec21bd078337ebd377 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbac1db8d79b96980e543b2ad4019276af27c1ba3fd252f14b18850840490a4d +size 824721 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c81806862d57da8778c3ebf1540cb1f0fb6d939d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af0e6ca14775e2e4383d85a1ce93c4625f3b746f16e49b1c887132efeb4d0ce +size 871894 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..984a852570a7d23f316d5f329deae0bdf7d6f96f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf9d018bb4fd8e628f2a65f164a3bf958991ae92e9957d925659a8caa17a19e +size 927148 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da7dc547f5494ebda1ba78e4be173ab63317b183 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bb9eb691d69a52252966de926f0836e89f7e477e488e0b6a9cc3ccbf663c0a +size 903915 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1e87ca71b445a0165689660c7dc81afdf32eba5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8988b38a95206ec99571bf591c4ca1b15bc8abec34fa0725245001ce9ee7ec0b +size 651969 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52221ef1f70f307cc678b6bd4ca252f5042c1972 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c847bad9c139bcd5a1d319cc6b914d43e144fc07caf69d9de3cf69393746cc8a +size 790358 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2d4b3e1059abeacef958daa7355ea247e04f939 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffc3d57c366b9f4d9c269481b772647a96b1136273b969b6029b6a2a7dc53b0 +size 1951898 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3cb562418dfd000c82384ea4060f830e67dcc41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77109c9bb73cf9aefb5c14f3ed3e46b1cfbed648a16c04e08bb3ee60f985b71a +size 818332 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..126445a64b0106c89fb9cad81c0838c299ea240e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92b96f894ca2996f251a461c1a1470fc2a166b0efb27d9bc93458346d57d260 +size 1233524 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29bae601da7855d45ab1b4e776055d36ab2f1bd4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18d66d40fa7ed4168fbedcb516bf15a395663a610272ed8092831cf63416fb8 +size 1137909 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7780710b28d7d7f5d7e26c535e13a59bde29c7b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac35c1c5832e575d79ada312f2a3d52b00337379281870db3df9823043f8f7c +size 545410 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a01b043214476dfad9adb20e3ac0636feae6c47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fc8b3ffb0c74b41c6db74ca7397f95710cf56c0cd9b707cc3a769b40cc108d +size 1235379 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f8f15897801685bcd93bc33862165fc271c1520 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab538930d090ec4e47f4eb8442e7a0577e92bf4663c421d7e269edb283b6caf6 +size 1394604 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a97e7ebe517536e66d6c4479c8e188c2612747c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4381650b93bb9c6bb9edbc8f39cfe5890800a81c78f6a463b660a04a3f918b1 +size 841846 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d875da8933c461bf89ff27157ca1a6405c374af9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489df4b448405c8509a9b21a8161331456cd165afd2eaa33adfe199c63443904 +size 718432 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..524a578624e063e662a9980947a380866bf53b3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9df30da254e47833c620f9a1d1eaf850df4376c2b89c6e2707cd1181bff05ae +size 2398072 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea10f1d7409402139776bd47c371fb11bb826797 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34f0a351ca317427ca00ee4701c025082c4815f2aec0b27a6fe851c89f7d1fc +size 666334 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0ce9799e323a3ccb214e913ce4892f0d4dad00d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1f1a5f3bc40c0c52ec7395fafecd5ea4a19a5e330252841bb6dbc0cc78e81e +size 552894 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87a4cdc8217f77d9a0c0ee37751e5bb96a91709 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8657be0378d66b0aba92797323416e41382c26e00ac14575ca29b03f2d1f6577 +size 1186827 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aff9810002bf8624908b8edd0f06549e22ee41ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4f462957bd95185e52c31c1fcc904852ffe4f67a293a715151067a5694e8a8 +size 841164 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..792f4a08def22ff1c34fdd121dc98f800f0ea054 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c8abafe2c3a0a04d6ea4ea66e5b929743848048ff417d1fcd4f0033318d8d6 +size 2105414 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d70c73e62dd406f1824032be6732cac5a3a3cbd0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707fcbe5b0c32009d6eb3ff8d8d76e62af2405e6d2961142467bf2d2bc96ca4c +size 907590 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00d0e67a0df4a1bbda49dcbb1f0b036227c8c28e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54330526a466a3cb99e6885946fa5c0d925c1133d717b3ce298d073ec92edbc +size 995627 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea2a3e768ac6693330f0343cac91453fe8263c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3752db77217d463d85e4bd8e33c3c44c123aa6a4dc1a2bf4844beee7f70f6bd6 +size 1256043 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae9d741366351dd9a7f7b4b903ba00d689c6ba2b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699de05d389acdcacaa3477fd20bf2b1eaec2901d9363b0ed2b33c42a893549e +size 627664 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e680a3f3339c3b410a0e4fd5a493eda90523bed1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ee42c13ce3e1364c42907d88ca0af64ed83b0d887bff44d6f0e72de714c4f9 +size 530992 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54b9147b41020cb108ab8bf606fb96fcdc1c3141 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f596f21d1a6d6f6a56e04507b548ace288aa1ea645ceeb8545950fba9eb5bbc6 +size 595886 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9de1d5baca92098f9ed18fcd54579a35d2633c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9215e05d90e215775d6f803a461ab32b05b76ead24354fc922b006ba9f0bef0 +size 1194318 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83bed704511bc9061ac73ed797556c65d23f7963 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5916cfa3e0df9e57eda128ccec243c9d759c18d37942b45a5b72f1d738ea97 +size 662784 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71645bb04863efa2a14c4b03e4ae9d99be94219b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ca7ae2bdfdb5cf27d301e4f3b6000d7840384b794c4972d9fbada9be14ab63 +size 820160 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d614774738c846722642d7751b4830811e15a1ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885afd999f967ac35773b2dd79a0e370eadff9322019603f524a7f379bb09b73 +size 924844 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..489565b2e8c2f1610925b1c98b4d09e01ede2191 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43fb2f0a4491d65f7862bf63c3a8a0cd530427cf74c4e4c7fdc7fdf6c79cc10 +size 535765 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da88bdbdc51a5d00ecfcd86641f96c339c91935d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c7edeabed85348de60367b493a4a6e7dd28b4d31f92b5ac4f962a3b4841f39 +size 1056132 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c097d2a2e655cea2d193c6531c8ad16a81e5e3d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fed6372b1156983543f05ca49f831efc6caaf53c514636717e672f1968b461 +size 745448 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4be13485dad30ae79316d5d3fc866ce6fc374962 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b423da429fd56bd801e7252a2194e667f07e63bf5804ae7fe7cc846226f324b3 +size 648147 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbea54844844a6a9e007ff71df998a80aba0f85e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4fb3c2c4d60b8cfc8e327fde173964a09b89459c4368a9bb5cf7a2d0436e5f +size 502879 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1427d9a82ed698ffc251c1001689490af4e7a0b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ded3bea61a4c3aee8224b37327fe84cf4dde0ad2fc1693d94c192ce4aba4ef +size 671948 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..510dc27964e44d88d436510d2f7e0df701caceb8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce44fc0dd295b180bb23c541fd63da886996df5d62a7af53f60ed62b212cf90 +size 1386963 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbf34cbe6a8d87e5c768051991ead68d6dcf7159 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416ca7c2afc3df57ebf3d829e605653ee838377007eb414f076f0c3e23f1bfe7 +size 1133383 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..946dcafa229252094c1b19620162b4351b1ad510 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f7884458a1d924c2d4a1e54c2ca249e743fca26002a41f83201d2667872fb6 +size 1080570 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a012e58fbf854b0350e4d93fa74ead9342fb09a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbabeebd4aeb85d631355196073d145114d3efaf39e45c8b559478cb730ac03 +size 1003229 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b18136ce6424d836e1798c9a5e2858f2eede4542 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985e2633558e3b4a884c43c748cbb6c89bb439ffc956208b0db968c6b1845e20 +size 568095 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1543c758a5fc76b9f3d9e5b270b48a5e1f1111a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735adda6eb51d29eb1ad5adc28997534c0a8f562a9755276ce1fd094bafbfc2 +size 605511 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b7e899e8fd964156ab07f76dd44d2a3fc2eccd3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ebd37b7b966885eaee4f20371d583e02ea60aca5fff1a5ced7359336cb768f +size 1383325 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5217c4fe492de06fc095508a2c778e4de2c854a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4fb1b733544a45f272e41160843115b40871e18bfb2cacd833655f9f4e8954 +size 715216 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..934b7ec5248ec5f4394eb0e5570d4e5105981565 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10aa0ddfd3b6c8aa0e07a96e54a0cca24cf0f0c6ad74d9ead48db81b3993e2f +size 932247 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6e8fb3645b4d4e019893f6eeca02cc52e608715 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa2e9004e2be3ac9bfbd180a45ab7e185954bd107bbcb8ca518e0ff7a9ee338 +size 677427 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44e70cc83c43a90121da5df2fe6582d703429688 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a6cfc615adc5b3141c3582fceaa83abf04d5652dafd5c30c178d3e64e46111 +size 575105 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..299b43900050f38ff16fcfc8621bd674c5f4bb98 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b8794d091b15060df40f5726f741f430abd81b5ec9572e351ca2368ebb2aa3 +size 774041 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61e92cb7cf5710432acc308335a9af0556137cd6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2607a3419a1a0b3409402b66b4ad48a3ccca7d894c8a22dd8f346631fc33865c +size 542944 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8eadce4bbb313fa31daa2cd807954827a7b9fbf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e44e631764f63c4004727e2d9b292a233519b34c22523d827439d5016ecc0bf +size 972729 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4ab82faac4f40b7c3a77b4ab51887501a5a277a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fabf967af9f4acba30d013bf48688e4113f62cad9ee2589bc643fdf6cf6b20 +size 1492532 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b06e6ec198647abfcb404a8ca1dfedf1d8b8a4a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085fe61b230790e4ea9f69519525c04cb9240daef68a93cc76d7317f945ae31a +size 1554511 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39d4822925404c91ac2b16dbfcb63c1b75174f57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e43bae8939614328556d7c6fa314d44aede4ea3b093e0398125fba738cc2b4 +size 981563 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a7fb7d07380d11e52c244c911b597db84204cec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a14a4d930529ab74b0ee94d35c068fe75516f5a6cfba42dcc1fafcc495e4a16 +size 1080551 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef361814187fc865543f94b13381b48d1e542b20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f04f01141dfb02986cc0a6293314394f963d1ecc3c0e488cb4feab79102cb7b +size 689780 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fa3c5cac26e2c4642f788d8a67dfee02562eb22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3048ff51f3c24ad80315a2b963863ddb8894d9d1bd8e75fbee8c6a48af5a231 +size 1354029 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61a13ca9ecc39174de5326b5f45bebd546a7f6c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27267260f8b3719cae597cf2196175f2b2765428faff021060e22531fd47865 +size 617758 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..681bf4a5ddb4ee49ea5ff298475135a069845ccc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29881d540da7d58b907b57506639933a08e4707c4c64f13c72706e6eebcc6bf8 +size 734322 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..269675bdeb13b8d6c0c971136020afdc58a26f6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dc888776c5c0b655221a3094ac1e0d5a76488b19e56310a849ebc026b47bf9 +size 1347677 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2581d911e057a9a0baaa7e3b8fa8e8c748031734 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031dcb0e7e5471ca89f37884a841f92888390cd1942f56d13465bf36d3bbd83c +size 496738 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd4302359e8d6f33231eca1771f96d697acc012b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617e557890198a4b7037b3349fd4d9aa87117bf5647e7014fdcd9aad0019d491 +size 769866 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8671f2fbff0f9c75c40855cdf895067bd012915 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557798a23a211da7390af4634540f36a7fe16a215e89a330123e6444f62efcb1 +size 589748 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc95ae59682bdbf389de44a784874bd577892086 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c11116928602a9897cf2f919bd8502e0cd572d677aee4068662f09da8db2e6 +size 2163823 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..050910878c1963efbb3bd6413da4d5a3948dceeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e99720bd7afcf840d1295655ccfa328b66bc9714c7811cfda9f5d176dfecef5 +size 1099127 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ae8f91815279734fb9dfc248cf0c8d90a20e2e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077546c2907cfe6c7bad7b5e4c9e335d0840ac6db964d19010eb5ced4e4f11ea +size 576642 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ad86def705f275a819eb49f28655f70eac23247 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfed505752dfe6afd7574722138d8cec34614c74a00e16355d740c6d537586f +size 586973 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1700a0c4341750a1c5c4100bd377db6b16798949 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7bfae82b0ee5d44a9ab1ecede416e7d7669e9062a69cda7a726bec4a98b221 +size 1025539 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..606f570b798d5bf16356991828b64b12141d9b2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1e1f2100efdc43656f389e7ca2806fea1b4acbc1b557eecb4b19672d7c0328 +size 921437 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..536661348cab1717fd58e7bff22988868ca10584 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b63ac86924025450cead6afbaa2519118e828254f7296380bb0c14e267a5f79 +size 743836 diff --git a/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac3ea1b617b20bfc76d2ce40cd7f08cb5c536e57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c0215d36dff5d804dc59f5e51300e2f46a68410758106d2ba368994ce9a68a +size 557134 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bdc957122a5ded6ce63eb9cfaa4fe53fab1badf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41949f2cd9b7f5c66576c42b2f6abc23e95512015efc870dfe19a121d85d06a9 +size 130523 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d87e6c5373555c108f6b479c5024a6466580d9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd881155545c4f7e66fa8f07819a7dc38edd0bf86a4a74ed5f052d0029a5bcc +size 102505 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49180bfebe71d5582d9e13ef717385199c252f7b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6f573c5e3872c9abd913ec28ba18e6785e36bde12b10316db8de1cfdeb61a9 +size 104329 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31203a68ab3d48d44643bc408b861c32dcf7f20b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d885fce632ec9c371d4f8f25490fe587cf0cd4c2786bb5a7aea425478d0bf1f1 +size 189811 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9af8de2a26b5b7cbc177683fe62b56c5c47527e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8c91fe2084f368eb94a3d8446b6d3ad6f145ab3c8558f68e8fa7cf4e948789 +size 92565 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ad74a39b39eb676a4d2a33e4373dc19831584cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658eace4561bbe7885c1a4787121ea567090de90b9f5d92a6d8533047e496f04 +size 273344 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3733f1d9e4b89e00515285fa4239aac8225b4a0a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fd1b5a24faf977d7e714b182ea90a4975d90b1d7d2eb528220f5bb6b07efb4 +size 845493 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2956cba5a9aa9fd9bff5d4507f34c8c2c699ccf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e876e2142658e5be5aa351c0f88d6ed49cc091991a633344c2732cb255712b65 +size 131211 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f4e626257e7f3a17c7ac8480ab25df3bbd4185f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1f4c1d128d7a05d77f828be8091bc392244572f93af053b0cab6d6c07c55b1 +size 205516 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49edeaea23018e5d7b6e51f72c4ce849a5cbf99e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143525246a355b02bad0e1be1f34d4a502c8013102621b3e3d4ce8e473a865c4 +size 324541 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1837dfa11df74f3f41b381bf421cee78e26c1ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df240f753565e8e25f84317c7e0c07ba7044b5c2cf192aeeb40d864f314a026 +size 142232 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..394a189eecba0a23e68b106b43e805b22bd23612 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114f3389e63191313954ab2eeb9a91891962bf5e9a65fc8bc1b18356361dac37 +size 430517 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab3c053c7e4835fac937f7b1f416d71c0a763af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efd3cf0a27d3bd327309771e5ddc6d8355a06796851545bf46fa0ab58495e53 +size 214356 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3416b81709e6a69a89b78c0bece164aeb6b795ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50333df7e4dbd011024bed7538eb4b0a5f9301093cd686078d4d4c47f632310d +size 171561 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68ce8929b3b5ac6eb960c7cb318513c7f895b584 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ef03540df151d5d1906acf1c7513f94532b4a660e4da6d1449490a6c595e6a +size 223498 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ec72ab349add120e5a6968797af440b928e6709 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b396df41fca75a8c4fa5f682022959fbda230ded54b13305b0dae040139fc9 +size 256653 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8834a10fd18334962fa6ed7e6305b07ae97bb3e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6148908e1d08ae850dfa27f0fab75bd8a768f872002c625c0172481d70984d54 +size 330089 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b82b86196dd67b6b887a2a8eedf45acca632e09a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381424ac6380d601d6aa412de72179910a0bc3d01bd6376e85c3667b24b816f7 +size 219530 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea24a0a8b8e524427f5c3ed3bf28c464d9027ebe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351ec86e77af278f2f4a7e9f397a2b507f99365a63086832972a044ecc04a5b5 +size 264083 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd1fd76a46d1805226064ab032a059e7b93a370a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee09097b893b3d4ad203f95d4f8d0d8399cdc35dba820c83b5350ef4bb8d7bbd +size 103106 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..183ab52e8f184d96a7f4f0d612c7c30229f67dd6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb21a705222cc8f4711868c55c7ce62036d446b6b5da4a281c4f90c8c809629 +size 330258 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a913f155970750f2fc8bf6dbb3aa620bfc6ecc9b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ecdf85abef436405c9b6995eb896efb233e4c11dfca8ff605c509f7935938f +size 104944 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8835aa6f7e77e6f7d22d3d64bd98750cc5a59044 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a6425c15a4242debea04f5ee469e1be5bda126d21f312e73474378fa8f2c02 +size 252094 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95cb0c4fc177e2111c35ce493e2625dcb103a605 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86d41565c1581dfee508d879573e1ca3949d674eaae8013573a18c186fbf38b +size 133317 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a9b2a411a0573d8370e8d6afda4bc99f2b92878 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ade86bc59e98453552dc310b6a6d0e4c84efd2622417b09d864ec992d02d7c +size 256484 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22395f1af11c6af93f5e0d8ab2305c45d9570821 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79bed747eea4a6c6d77f07f6de13104e45e8467c3e375b7651fd0c018c70d39 +size 433110 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e803178aae2ff4f21c6adff95890b366e69181ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ab1231410c2d08fae3e7035e315dfc70f50769ad2af3c6aa2492ac2479fbf3 +size 346751 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a917ffe542ccd4069fcbf883ac1ae4550fccd6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20cdfb35f928d7ca22dd039a8b14318755cd94b4cb4050ead3bad7f03fbc905 +size 157840 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b697a5273c2423b561fc48bb80d3df313c0b3ac3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a3c2544962d26f552b467d14ce8f50ae0b4608b4be81125144ef46800fe627 +size 83590 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd82c425daf5c0761352fe7db5bfaa806d6ccb0b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0fd393e56ac72780b1c62a3735e1daab5bc382c71c60026ca8d8c26ca13d6e +size 153738 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c19d6469b45799725d5d131a702733d77879ba41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5300fda4f1302fa99a7df9316b0185a9cb90015e74a5b87e928db29d6d018ad +size 247419 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eebae8fde0cda91ec04d2f909ce4f3ead4016438 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fd5efde6dd83ef81b4b244bf734572dac3ce37fd161e320df92fd7701dfb4b +size 120668 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18037d1053d383079aedb45b73377c09458e339e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78e5d07cf19b7c3d501d6a0d1db5a5dc3a1f304e516344cdc3e8e9f5f3987ce +size 370248 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aaba22eade00bf4f7bf0f8a4d5ece1bb0959ad3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13d47b62b6738a63d92af59959fbf9a5fa916c712122df11c6d66511fa2651d +size 158923 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09a280b1d5fc6095f846cf78e021d8dfc20db185 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c64c0149ed332817fc4b0574656048d9f297f06fc15d8ed8d2a9744ce79e77 +size 147400 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40f659e4666397734a319e0d17c3f685fca118ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a363c21bf63cfbfa94017cd64a1a62f5a16eebaac924b663c5deac12d2391b +size 303851 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..524a1b4d503941f432b5d3044d86aa4f2869feaf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e54d7f380837ef2ca5d6da1547a7424bd1fb228d8157f491469c479abc8c963 +size 152120 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41b0f8e516bf06e577908727b9f19c6b78006932 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2112c099f1ee6d601ea672c08ec048481ea64600138ca9b06a370539329f46 +size 195592 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1c6dab989e47773bb75ad108f6005d3aff32512 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aafab7af8b42dbfd82fadf25e3eeffe4e73098ca30655a5c9b88730791b7bd1 +size 389388 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ea713f0803a1588fd62578cf61633465d5e722c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386134a9e83216762adc0e5972b96a3a8cf2d5c53d259d7fce5311e072369824 +size 250283 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e30926575d35556f0677327d0a523c90fd7206f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749ef4bef519f7e03ee0ce78c64b52a6cb3406e6cf92cf2f3aa97f282ca6599d +size 244557 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6259a3c320ff7df213ced671041a3887aeb11e4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fc61d7cef760035bb6f83ab74560eff9970a2e49b7501f870e52412792572a +size 245908 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7178c81eaf777576122c160abcf51c1f38f7f5aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5780e233c0bdc8c0800ff38aa22e6ed1527bb78bfed086fef9cbd7fc5b1d9843 +size 199459 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d24c6cfcf8593880aaf71c1d3a041f48af633eea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0bce0ad4802d8d5df6025219cafe6a33788f5328b20385ae2c50e7b4a2025a +size 228418 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5c703e7253d470dedb1a3322c67f1787c81d467 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea7259904d7b7f4c8ed855a63c8bbe0fe5a44f9bcb3efe8e198e1bbc8488cbb +size 260875 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da1a5a9112b03e981276f616c5f6c6125af9f8ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9fe4ff600ffed7c39921385e885fca97af08d14035ef0450ce1a7f3b3500fe +size 134280 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dc87de121c6226c7d7f23881d5df635101d1f72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a167948c79d76c747dfcee30940a6a9f48130fc3ddbdebf87c8a91ef807258 +size 325316 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9afe9fb6963ddbf5dbaaba59d37656a5ac5ba6a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffaa64cfda898bd90e33be403378f35e768be22725dad315655008bbe000f43 +size 152617 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fe2f1abf2811562c8237a835b3f81585ba77bc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a807df11ed4989dd7cbab7c66e737c4713313fa4d080a26ba811e60e61e3f292 +size 381377 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..812f1924e1f85d8364621e040a8d4eb7100c326a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da96575ba3981e0e1935e92170c9fb49097a33bf67dbb843c391e4befe954c81 +size 173331 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f70ea78771f36a96acf1d5294771709e1c166ae4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18c871d3b1573623163f6ade1a9129497c465ec235a9c1a0350b12f7a24d7a4 +size 59478 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59e46ff61c6932767af4d987afde06efc4590988 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ede88f8c4194f3f73d7a419eb97031cc99bb1f4844b9cc50e142049257186e +size 245361 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa8559996516373e96a2d5d707dd0436703f3151 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9069f865d38be5bcbc3bdc73561f08df4dcf2eb0f0c8474fd9ec508bade55c +size 305725 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c96a13addb8d1af6e4ab1706a7cd4f002c77f670 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a654ebdd0e9f2e0003ef482dc5e8fb77426bfbea337d96200ed84275f66c88c0 +size 178189 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b3f9264edeb6b52b61dc68dc37666afaeedb528 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bfb06da59d74f59b2f04d063ae1cbe8610891497544925dcde38f4d8e02e6f +size 272661 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72b09c0294be99314229c4744f4939848daea90a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42d8974a16cb0f3207e50e85dea12fe2e9ff7e9cc75b22be867a5e76d2997cd +size 121819 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..504634f266601234b581ed33a67eb4e0f2756971 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28c5e738e22ea5fe3b7d07c4275e2d8b3a480c6cda17808f0d6fac93d311175 +size 88720 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b5665a008c697f3c20094f9c45abfbff12dfef5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e0499fc6674f9b037c7255a891c9edf5520ecf6869094f8e626878df99efd8 +size 176903 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76d290759c3c857970d2a4656846aa977558dffd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661bbf1bc91084c21ac4fff64c244a18f55f0c9b3bce17bc4059499662a657c1 +size 319599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cc9fe7151c896a544b8a2f6e619105dcd2912e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f7c0fc374d65be8a78f22ed7fec668b87852570bd97580655e81e20cef1ffc +size 410463 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a961a02e08a592e6744763d2c5e6d157d6a04efe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4795d8d69da647eca16d0853a651289360fade4677fa703911e55f85b1b8a17 +size 341265 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea43d7385d12f9521d6d6e08a541b01e43ed319b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86015f56020f63c2a28704325ac032bbc0d99ce75f17bdae71211e6047db0505 +size 229422 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59dd47a2062ec6324654b27ed1fdcc85438c9fd1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a922b45f2eba54ae9a7ec2e0d98e0e368aafcebc39557310a393885961eb72 +size 242482 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976dcfebc18e0ef8c845d8dd85beed23f0e63bef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b854ebfc4cf3d2a5e298f308f671fa34ea958c887741702c2a8ca67173334235 +size 104433 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8220b060eafaf13dc69d2d3a8e5746bea4b9334d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36e24ea9c3eeae8492fe98843f895abb55e81afb48b6bafe9f5d403bd830ae5 +size 123011 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b89f65fe7baec04b52400d709c40cda0bcd1e842 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030dbe75f1bd769a41274dc686c8a49db5ffb8ea3cac3b24ec5d7f947c6d0fbe +size 303544 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8c4133e9ac7c02df8401d28bd4070a85d072ec3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d787fab5a8c2662ed2f6019bf1cb615b4858fc93e018720ef99d6d14586701 +size 280630 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff0ab11b806f5e8866d733811799b440c6df44a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5496c8c477fa71b75d8b2acf1bf48a860e0c6b5b2c7efb3be57d4e1b35e1d776 +size 174007 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a2e2dbcbba3f6bcba5f79c92fa8232258a1b23b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5812f85d5de24fc66c794c1583dbbd0ce9ab325bb630bab4755b14becc07efdd +size 142369 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c76590d426e6eb5836754e01d02537cc4dd8832 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3a8f811531a993dc44e3af634b817c8082cf9d86772a2ec4632e041e56453d +size 155037 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af31bc5d80acf3a8d9d424c0525318565fcf62bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709e18ec0d1ce15e17b423204a18c986975d997e5e4e63355850fef0a4ed9b6f +size 273758 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230d8059a8846e6ab9dfc030102bcbfeedd0b138 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01453e21a0b3b78a09a33350bafb28e2833405a64ddefc7639c50edbb98f2ebb +size 159563 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4648306e71db53e8aa2dca8500597b487e3e308 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b727ff7f16a86c64a45c4ddf9028dd20739956849e40d834190f1a5c6c39ce79 +size 184463 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af21d03335478694218b1e0bdaa54cf964f3931d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78dc9272174777668524684d84070fb6c2a6e68b7329b467045277e61e6ad9e +size 186160 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d98b032efbb4a4b6ecca50b06144cce464be47e9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3447ff4df90ec5d7a5e986c0c20574c90caaa23cca21c8b38010c71e6600856b +size 107611 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a38e2413809e1cbd52b376e40c65b0f4100642a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be55f60adbfbb91a71285e43660566f56fa0a24952b2668881c95e1cab9b9c7 +size 127017 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b39e0f6323e0efa35f411045c70956b2bf0dedf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061587c82431b469be456b61a6b6696d68298d86ac3e3a27749628c99d6c8ad7 +size 141547 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b91d47e685cff2087f7f7c21c7e3d47bfd2eeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf7992fcf2fb56ac2502e0613dfc079fe23b6ebaefcc651e8f0fe6bd819ab62 +size 307447 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..113381c86f4419357a9739f6901238caa81dfccf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ef8ea139bbff722b0fe918aca6016dec61f39220961a135e6a4feefdd77cbc +size 150799 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40243b877f6fca5ed88ad1e8a8790c47f7613541 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a955b559c51ef85cad32e0bd7dee6ecf360a14f54d72c26cce83ff71720efd6 +size 131428 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d2b2fb731b6475d9b4cc647dd77232b165e3bbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1022366324a181dadf02529ead68153f18a9ec6040481d1678c9793a11460b +size 239210 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f32f94d1a22452cf4fa9e58fa83fe1589c42e062 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a87890812274bc7005b0533ce02c4dbcd6b27cc3780a04ef9868cedcdaf017f +size 429372 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d383130a8844dbb7f8df9e6a48afd0da5250b11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ac5116b267a6f9c9407e8500c564caa073464f74b726c778b8eec9fdd2644e +size 244328 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57d359e99e656690b64c54de54907a099549d116 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee2b32656332ac0426eb19ec02163d093c8b66248190a6e6b037c4a1b07be11 +size 344223 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3d8217e5c5d47cb06858e274b3a29c88812cfdc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036c6e558f74fc08455584691e4555e2a2c4bf5b986db54ea17cd1bb6e1d422e +size 204482 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e6a846b8b140eb845198170cdab183d3b7952e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9e6ca3139ab205b2d1d6be9fa5e0355f438f8342a1728c1d8c0656a40bc039 +size 232327 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aec155ccbc42d796ccd2c9c847722cc9032b2664 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7aba03771ca377fa485afb587678d2943f72ee4f2cd2e25607978b5fc85108 +size 218976 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80d073c4637aacd5876a3999027ebdf16481b7ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dddd5049a1e3d1bf602ecf039bb76f1f31643463aa2c1d58f2aaf8c7790996 +size 268078 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd23020f83b7b57bd4fda110dad60f54200eca5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0a157537b257d30b4f245b4bfc38124073193be9c188ffccfba5495b2b801e +size 202265 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f935844b08470a8ec36a12126ccd47617cbb43c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e506f2afa61242544afd1c211fa4f71e691a9e26ae9a45e0c3267196fb28ccd +size 132287 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d10be181a86e0a0855cc17fa0b49ea8379d18ce8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719cd10ee2bd7edca65583f8acb010e2fcef72394fa3fa5f759177bfd3ba98c7 +size 347746 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66246c46f063edc203dc7b1ad99967a6c824d99f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b455cf6b10763e06b5ff05450c730b178cbfb7996fa751f34e13254088f31c8a +size 202349 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a606b2d14ed765222bd6b0b2d2303e8c795f0e68 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf20945e4268c6b5ffb90af4660f97bafa9fbf5eee34103f5a66f7fcc85496da +size 199428 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d371663b0339e7f803ec9da493ff3a29f19f8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3a16836d241ca10b0f04cb2311eb9e92a94f935fd4c2455a1bd549a77b673e +size 140611 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee236cf10ac2d2c723c55792141e6a18a4c9e977 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb10913af9148b0b29d9742a644bdc7283e5f72fba77511178d047c566057d4c +size 117612 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9422c7245660cda84c220cdecfd4a3dfbb87606b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2ed8f4e51df966f9bcabd3ef6fdaa14f7df050b1168dd105a7326d5bc3b155 +size 190253 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3879669207b2de740a3e8e3d1283050ad7e4eaf8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939e67d01408740db6f57fa74c0ca3216b08a46685093444f428a2149fa0348d +size 151897 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6ec911069de9416741f8b34f021f775607e0549 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ecbcb18d6739e42de54cdbc44fe7e3702c8c8ae6965fa505e768ce88e61d3b +size 707317 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87351705c3c5a5dcd6eb31ffb265a78385b43aef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65bce59f63f2ffc6f8b0ea56609dfafface93ff7a03388c3da2508a3c59aff +size 237711 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3d5cb3221a2253daf48c4145d2f64301808a4fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db57c8c8db5826127816ea9d978bed2a3fcac3630e84deb2d7bd4a5815f5e316 +size 202627 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdc5dd60a84110b4c87272716b558e48a8f0fda4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b77a51bab47dafe538c0e699a67b0942ab7d316c9b76fecbaa7d415a1d579fe +size 242710 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ece6d857afd44d904c0719ef9323be3d6db1f05a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2779fb0ab0c0a5243a8f7346de75b91d5437773b0374487ff585bf78fb419df7 +size 199094 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30c6e9f1d7b2dd77fb6a79bd44a8d75e119e34d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1a690d68048f01c27a136840d2dca9042624f1235cc1d3c5bea728ca224164 +size 116867 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8065eeb289602ab07e63d193749a122b62da821 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb006ef5cfc09250b6c4d6e132bf8db9a886ebf1af5cf88abc38fa548662f30 +size 302872 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8b8b940e431a6ad36750a01b2f39bbf460cb8d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d526d39c0394d5ce004bdefda74d6356addfd2c4b22dbbce73a0637309c478ef +size 285473 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd698aded3012496e9ec2269ed0dc23cf3515da9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e43ebd018db369c5407d8e14a676ece7017df99ba0217434b4d28aedb4c13d3 +size 194146 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53885386ec7bea1f01f59147ca50b76a6bc5e75d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09837f7c23103503d7ddbda6106ff0e29a45aa53145ef9093727a5277199f585 +size 185572 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07aca1bfe23192773519a582206a7989e6c7914a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9eae519e2436c43f7ab6e7c682ea9466e1c4113f49b0b0b175c2281b831e008 +size 139120 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e4c124b8cfb7a51cf2a239cba4fe366719c254c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9c9933563a29e9ca13ecdb0e32ed1f23bf1f661be8214d0072367f741b6ba7 +size 137168 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8deae941a5f3bacc5df0c4004665a765a13d2ed6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31187cf84995beb61bd982093bc19db667bec2735fdb16245b2a5ec9be3bdd5 +size 97151 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..236b261776a891d4a0b906687678f2992a12dd80 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585d9f2710460e95d4f4323e2c2f0a696b415ad5a3dbd88a0983e065fddd7778 +size 245800 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4769ae6d0b92cc8caeb2ebbe73f91566a82cd89 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabd6a166e8543ad4760add3cdd8db3c81aedc671aa531792119dd8ced31601a +size 112589 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f48e61f616a8e34d87e3c4247a5372e74198b281 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca42baeae88913d2fe25b02edf2febcdcec04df355a65a5b4755f8e084b1542 +size 224953 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34bfb215f43a62088e20ba2639bcad6af50f64ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7430fc19284c677726b84a69fb645446834a3ed1299c5ec9e18b298cbef76d4 +size 164750 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b19699f2b7366b8401893c1ee2bcd4d6c642f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388ee424fb3a294be11114f8e29160b051fa6810b9e31f5266103968cb0c5019 +size 349638 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0926d511c9a54229148836c660f8ecbf9c17c42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02a582dd91e09125b48a38d69bd33a23d8a1f696d11361792304d48004973ba +size 204431 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65daff9ee3bdb5d3f0c24544e8f1f08383cd9dcf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bca3651977aedd90d2bb83978b3207a6699eb38c1c698139ca620914d5ace01 +size 252407 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b01e29af9e27dde82032e7cd71da192861878ee7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1e24bbe96806f05cf57e1372ef668faa7b1ac074c03da6bd72e91931decece +size 271308 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e26f4df3717a739f7d1749b1314f0493ed7bdec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3516472b3bbd306de9ef9c538d5c9e9bf787a5d3f127f4b4d9a57d4d8ba8b04f +size 236597 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b32fa73cb25c228b69979f45c85ce9a65209b70 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8cbfc271fc9862bb1f50e25ec7176ba60ce361b0fb028ad80af9f2831d973c +size 171759 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8508ed9ff7695d529a9352881c47db0b52433b11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc0c217540d81dc61a558ae5992f9aeab31f5eb6ddf11ad70c3510729992658 +size 168054 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4147e260ab5afe34af5d71616d0eacc96dc7720 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f97c5005b4f270db6add25cdb543f2d1e15de491b4aeaba88a1863ab000cc9 +size 126026 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..875639d155c84def9538d377b03ba0c5badd91b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191d4670bb462911ebda9d1fa0fe01a9a36cdb570422a63d1a9b00afece00a52 +size 172368 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02d07e24448b982b7cdd142c9c366dbd19313235 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097daeee471ddc7b78a4726203ebb5b9239e46ce8e5739352a13f120cc06c075 +size 161998 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c628fb0c50f131ec939255ff47468b685b31d48 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420d446387c38e12aea8c7f6ba980a8d5f5bd854d8d94598ddeb3540925da279 +size 106537 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..caecb78bffe95bb05753cc900935a20e6574fd00 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dbb575163212c9befbf7fddd961863a0927e5a9e049f4d1c75a70dcd96723d +size 188948 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6190d024bfefcf10fd9c39e8838a0c0738f73476 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313f039adc0d81b1a63d085a322679e9d993f3932206db7ea88525f772934873 +size 228361 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22e867be0d9f963946e049ee85572f354174738f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf1988a3d206ef89a63dd25c089b3ad119f1cff4da91b791e7a638da29e45d0 +size 193495 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbbd1ef1fe7e30d0d0bb7f6206e11a84fe3d4565 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d1924bb48254065700c312139cb4dd9644b9f1be0615626a0d9478522af228 +size 131545 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d26dfffca50d138ed3a9aa8006eeb43cfd4e151d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9895473a2af7550ee06fe05bb4b674dae3430ae76ae66b0f16bf440a72b3ef3 +size 183297 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba277f3a001f77874c4627ab54ef88ebd43b9f77 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19230046480a8c2755bff4b9bf31c52d781d7b74e1307ff6bedb92c7bd804ec0 +size 225168 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d21bffab0ad7db1cd6f90899d8e4a460602d835 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0033c50a12129be6f42711aa86737485219b129a8abf3d50f5e7c3e71582743c +size 223684 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe862fd686f5fa8e105e166bee3b57e865ac8223 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583749e13a7e448447e2ccd2caec1b338b7bed1fb0eb8356774042ed70e6f03c +size 215988 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a80ad8ad7c00c3c48228319c553b7c4cea339014 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b30742149e85de867c43a134605dbcd59a71757a89cc7c73014c705a0a07e5e +size 211392 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..723dbc6ccc6d4668861ca15765f301c473c47a7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f01997e8c187dfd3cb77dddb38b3bbfa077281ddf8fba2c3bd45e5e42efee79 +size 241494 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a87e968c8289407ab27d58471c14bb56713893c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7677e4e9eddf71084671095a66717a117154491045b4b863e0edf2225f3f3423 +size 127984 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ab60d87789e5057b540c52e42000cfae328c980 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e108704dc2e271590026d68434937cf0cb97983a961d8a655f5a0bd1ebcde6d +size 154954 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5de5b708e7375eefa69c0253e9832840fe6846f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9009d90bd828a105a8ad80a2ac896de1ddab83a46e957bf3de4e12c4363583 +size 209785 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4d4ce86a5c73def49cd18ba52c63e8f2fc08a8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36486a0b0bdcfb32585147da26155a69c1ee72b87d42b9aaa320811378b83cd +size 448104 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7e409434c892fc70a5d93ab099cbe2f68bc4195 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639bd6ffd31cb3470c15cafaa408b52ca90d5b76860d2cd575b8aabde27e4c1e +size 334140 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe6b5273643c3ed40a4d8f7448e5694157d7cdd1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2371685d819c888c38ee2d084d9bf9241e0abb322b4fac4e82cb5ee68bb8c6dd +size 306760 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593a8bab2257d0088d00e8694f54ca978d978c49 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a6a4e142f89111f2205a4ef483a48009a9e801aef1af566d451898ec6c73f6 +size 82995 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bd434681a6bcd476b784478c9b315380dd3fbaf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9675f6b5048cc8a36dde5dd32e1cc3f95a41c752bd6fffb16c16da118914f917 +size 217516 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42006215bd36b293e6ec891ea299fb9cdd9870e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235657c83e3f79ea64ceff4a89bfea254a2aca32b1bc9919aa05ce4f5675749a +size 95727 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a1382f4fe31d68545555feed3b3e6b307d14ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62154c25f83a709d26ff99f87a388125a49523ba5c36f81522456b0b4e8120aa +size 341265 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3840e65aaafeb692575e68f8392e89f81c3a6e3e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b7ec086373fb32e5e9738c14e547f9c15389bf2560668225170e80af52602d +size 92679 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230dc4b3192e3b7ce081b460bec147f102cf4759 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08eb8fc9921612e39f41658c9b6092c679b3de47e2227814fa97f3242a441c34 +size 132809 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3378ba81500740db32b080ec4a4f19759fced1cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ad0c666c56dec0ed04fa706c94dc00dd03eadaec06f8b09bd992b8ab9a8e26 +size 271382 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87538e8baf0432b2c1a0ef040886da99f7d92931 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b996364667cbfaf5024d73f1e7978f63c4332d17b1a2bf6996dc47f11e508a87 +size 189195 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bbf32744d68d54c712289a0dded87ec4261a938 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d7050056645961613209cea85437451c4afe82217a8dcdbfd9ca9d3fddcee4 +size 159566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c4221153913ae22934a0ec082f58357054722f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f06edf776b9c1a06f6fac77763ac52c7968b69cda9e2190f51c90257a7a68c2 +size 183025 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3141c02db56d3d84b70d85e8fe2618e3318b2b22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35a756ea2155a76e8534724632e4e6064c52f18c2ae318898b9a0ff170b17d4 +size 175838 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3da39e2a63b538b36fcc930f6f88524ed60917dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c4853c3006f8bcd0ae04e758f6a1b04f1ff9f52b22813d39f9ead4790f20cc +size 202171 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e12a6fd375371d25b158370d673d8aa2fe5d7f75 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474f12852b65695fb00903e1f4650302aea289fb30d225cd772e98922b64a88d +size 261956 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dde029208a9d8e2bcee6c6119321e7c61d589d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac903ebf4ff16c5e95322a43236002fc573df5e30b5994399f6e7fa16832fe6d +size 160462 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8814646a2231f5dacc841eb7c6b69c9e901b239 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623ced9050ad2182e8dc52c57b65eaf6357fd75591c17f2a442b3f4ac1c44596 +size 441836 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5980b1c6a088783c46ec45b61a89d8184337fdd2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e821a297a3f7fd6e6533f911164dc77336bb8139f559a6a82770aea6ef0d56 +size 357330 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89c29abfe8d945c07b303ec27c5624938113853e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bedd107f0a6490a7f3b11ab479a3835a3fd94b33627c18b6b14fe6efae83b15 +size 264988 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be8be1b7cac6690646ec61dc306e3847f12faa0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643bc6af4c0ea9b56beb02c22bf458c82d14e0dbc94b6de11a05b11bb59ef0fb +size 168462 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41d590e58f14e053d0f4459894cc924e59737fdd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e71f487dfa86c70e9c367613596d842fa1125aa59665cead423f9ec5e65e05 +size 234497 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8d05c58cc431e45636ef2cf06f9ed3e4d8c46e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8f93d8a09597572fa496b21f4087049b4f345cec33384864fe44cc283a1aa3 +size 108407 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0bc7b925d0bd830c8334a05d5933e26d6640099 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15c8fb56f902ab42b4282f1bedd28d6cd769f21596926c6fc5b9ad1200b8934 +size 459920 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..810acf98786f662a60b4b97bebd6eb6dead82863 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dd40f2df202c418c4a2cdb172ed9e5654debf6fe35c69f956e28305f428784 +size 150393 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dc1299b368f9bfc4ddeb320a7b24a61dfffc6c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81966b7d177fd7728f2d4a638e5c211ea3d4be27207e4f5383f87512a963249e +size 276948 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cca6ecda0bf4a28f7b1784f7a6aafe99de7bcb65 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8564dd73e78959b90251c970450ce821301ce7e6a7d1f5c301afb91687008a89 +size 125345 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14fce55a8001e23dd6c60a3ad65d16a1b04f7cc9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8505866ed610c02e11defe7ce9cbf5b60330737d26445cbb9a73fcb413fffe7f +size 356598 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d7e957be0737a8232d5e7b71fda0d470cbf97ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144512388f0cdbfea158285893e2d3938729617e4616e57ea3d961a7f01640c4 +size 162859 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f54061e952294d66995d1cedebf01f7163320b01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec10be307d31ca8558443686b911522746ee0662696f17373c6b25a7e82a0c1 +size 149315 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a7b292eb907d9a659caf85d293cdf16e211ee69 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdeb7b4a990f32e70a8b1138290f710ddc397bb1984a002cbb8b4c26e085f523 +size 154478 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d76acd0a5dfc931d74f5d553c7301487cb9698f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3835b326d68735ab0a878b929f14873f634801234bc177683897de2aec345a5d +size 129267 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..839940872c175572b4ff40542d96aebdff9ed72e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bed069d70685570f766a38f10345b2dcf51775968e5203832f75a6b83d70af5 +size 343112 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..953b680b39310760d831d1e5302672a08183346a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44156d779c351dcd2434d4122bb92a72e22dad7373ea36b164bdcc5ec719b7a3 +size 273211 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49dfe5edc58c728acc86f40465e92b67d0807826 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319d703cbf109676b2383347a9f93f06185a5e57a703f9b64a1e927a193b59fd +size 126047 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6059f4f4a0d5a5aa360560164c22b3fe84d3ca8b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa104061119b0ab02c8e2f5d01613a3457bd09bd8dc053b337209725480deb1 +size 218054 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83543fc08d51450af199d9e9e096ac450db48831 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7555e8d9d5b7f5f622961e6fe729e0be22122da988d520ec2f2884c1c2902a7d +size 172635 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7d20b1aaedc8220269f0268df8631931a548c84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041698cb159371bb04cfc0bf4f86773b5a971ad3b138379fc89922685dfa233c +size 199967 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd4a3c160e4699466c40c5b127beba6f548bf459 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d411eb33883fe436814b71461585f663065009dd5a3172d61b28bb085f07b56f +size 102309 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e83bddfa594e5784d7e5e9811e550c7770b5c94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e038afc035d3f51df4cda3764a0c9cf70cdc97617293cfdd92d4a0017e888cd +size 210360 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57c663a410fa59ff54736e1f71ed41ae9ab0c04a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092ae58c5798bdd10baf85573f813a03891df49d62cf247660ba78a4a56b0966 +size 183153 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54ad538c69b367086f736345b536aa539147efea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fa439f9c18457112daf697a864d0294ee03944b7059b861b7bdd9616f84e4e +size 185906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d105193ddd8a09e74db4dd9929d8b65c5421f9e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d450a7f631bfb82d34c8764ace75ae2966b7ecfcb36f20693b0674d5ffffb6f9 +size 314151 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9f05e9f5862746c825d890e6d2a89cf7d7f3cda --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea79cd9c0f57f03f7f9043415befe710749e236516bbf9557d35e8993f62fcef +size 391323 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55d000a66637e6bd9df412488175fa40cd5dccc9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5161407f5adc419ccf5e92682ea3b50c7f28800c5b576d3a9817820d056bfa39 +size 281383 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29f82bea26520225e0119c813606d6c1fc87730d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfab0808e49ea0e8e5df689a34b419b7f98a29edba54757720307e44bae60d7a +size 180191 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c42a274a47928566217ebc86a8c73fcc81135f53 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d19393180d7235816a64f38b2cbdcb21d6d48e0f563c7e3c497eaa77aba4be +size 187057 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb6d5e5aba32d7b58c00ddf24f1f072f1824ef42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1800e6f9ac68e1908f3e6715af26219149c79b181542c44ce528bedc8d3bb4c1 +size 202760 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22ff00e423e89ea77ebb286ef1577ee92e35c612 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fd443d530c69d356bdcf1d6576f278df9b345a242b36f7b86ba20a49cf941e +size 207766 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9278b5dedefeba6fd36ac8b45b4d17781b70863 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e31b140c52c627a53a0b856834a52893ba63aa1061ee42bc020a63c60c17cf3 +size 87081 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4533a44b6e6502290592e1b04ef73b3192bb4c38 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd84893ab0d4f8285138f3892a41cca5fe9cc778bbab5e9d9eec858d59b4b99b +size 96253 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9340164efde809181e162d7448bacb67d10e8084 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5065460fdf68376e2113b1cfb0950bf2682bf43d9017eac88b6306a178887f77 +size 199950 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c270c53c704469f57dd6f2aef0780eda56cbb62d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bae9d9e62633aa43a6418a61aa38ad821aebc445618fb871c0012d538266b9 +size 144186 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a3cb48cc20adb4c06e3d23869a22f2e8ab7e4c3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14e5b5efa66053d3da48ecd173b7df8f318b660ccec3bda1bc7a560ee7d03a4 +size 203672 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f5c8be7efb9c7bdcad98225caccfecdb2809626 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d383ae00f1a91d44e13da11666f1f48cf6b783078a220e167a5d34d36409899 +size 314264 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59cef7c7bb4061c6a0fbc2eb983b1ed2b600ca54 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac2d2f03734b5c0b8563788beb0fa84b6ded281ac16875bd625746853af09ec +size 277642 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2dc6f4825191119cf6fcf7a72de40fdf827d37e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebac6090ffadecf1e193ecf946f5a6d891b737086465a48996f41d3f29c7bc0 +size 156877 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..383fc178e072120f404e24816c12d0cf00b4aa8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc09ad76bcd9f514b080e904b9e3cd48687988438abc71f55ae49ece0b5d1cb +size 107032 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71e6b2c6adf28962fc54c96265c93d4330180236 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf6dac902114eaf9cc697ab0e958626d986ec635180c8fcf55b45050597ecd3 +size 131596 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6403329e08a895bf597579fe283e34bf60c3d84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931b32834b832e5f3534d95a1cc13358cc9bd8bfb7f23bdba33cbe2040fb0aac +size 199618 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2733cc378e77c974aaf43a1ade8b95293dc35cc4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2e6f55e89c59880939f01ede0c200536437ecdc7de022516de64578e1dce9d +size 197652 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..556d732aa4729f89be73145ea65a62de9bd6a7eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b978008d47cd92c3cf5505673ec59879cd3281f29f39617f709a264544ec49 +size 157654 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d12946d44e79b3dbf1eb47ed8c96c596226a2848 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341c855e753daa77f1526fed2ecabd9d78682b7f79576a6dbe35cea46d307372 +size 88186 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecf9a921af8967cc6773a6f313670fec21036490 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1349227d4152947d0ef02866cc960d51d42d581475eaf176798b7d40e8c90a5c +size 238937 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a0fc991c663081f1e357a5e0ad82639a8be0d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f92eb7df007baf3e8ef1e4a93ba6d403b69da24f186180d279879d485e5e3c +size 133582 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f394c558be2f43c6db4b4031f1de3004dde0f57b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58986dc2b37311d16a37390dddfdb865201100fd73ebebdb1c0477b5a366f9f1 +size 164234 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cf552f02b4e994fa4655cd95a592ce42e1fa6e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc390401d18f37a5b3b2107b981f73b8dc15d3f213f43ac446ac31c364c42e +size 228491 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e910918511338334f485e8b6662fd24983d57ef1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fea3a777378f34fe144f994d620830c0d67c0bf12f1f3a385a6731307c71102 +size 110232 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6df59665b3d329968d490466476ed810f5765b8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4933837a31846dbff3424061f73fa6b141a9b5293daba0497345d88993377c65 +size 197774 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c6f20ef6fdaf9f17c46b1b1cfd26a2de4c91a45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca09780b0d7f4fa33179b0ab3c0a8aab59d479384256724852e9069f7cb41123 +size 494275 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cabbdcc009e431b19d1e9b493069878ba64766d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffe2cbccc5a7c76c81c041e35c88050d7e2dc6c0f8d003748726d5be0df513f +size 158844 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2fba56800a59bcde92c6ac96263c900fadde265 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a556f5b658cab794e54df56471e59ca57648f2ddab81e21bc98e963794810b +size 248718 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f654112ca182bb25e6cc919ba8c5a81b300c436 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c200804ce020744f931bc2d9705d5fa147b5451b5718c812cb9f19a151efe5b +size 334026 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09d93c90f398cfa68277e11c7c989fa4f1b20a7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14acdff0dd6eb65580861f86ca26e082fd6634f1ed8a66622f5508b10e57336a +size 150157 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64f917b152b03039c4bd2ad8bd0259fd01701fe1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00c86746204ab92e7801c4476f2b886edd1caedaed8ddede2126093af9ad7f8 +size 309727 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a45cbe8aeb1bbab74c768d3bbbbca5f18430a4e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f17626c04e31d36a15cc9e6c2ae63dd315013f3a4056fcced45848e7fd9477 +size 279086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c8f7752157df45841664bb08d7963ddfd55e524 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06b500e34bca5ab98ad5c9549c59836dd45af122a3f0e8793bd28a8396b098d +size 107772 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db211312b1edcdba71e429eddabad28b15c2ca01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaffa1af1767098f2261693bb5fa088a0c928861521c12620178b1f95154436 +size 188268 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..154cfcb33886dcf274c3845bbf8db2069f5279fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39546d75ab28945e1bc274cea286389aea0ff5ce56365ce6822a6cf677cf870e +size 606291 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9753917158d4c432199241166739bbf4bf7e0997 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef537db864f57817cd69436d35d5a7e11ff1558eafaa115198e0136bc102cf3 +size 116655 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a7abf628bf422011bed672bb68ee1baa7d54b3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1a984073b99f881f55d86753bb9b1af0f1b7e447fd84484d9ee62928b26b62 +size 114356 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1902edcf046b41ca13822ba3f85619613688b982 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406c76f6366acc70d598bbcb4d0dcedccc0cdc6ff85859bf27c704a56be51af4 +size 301926 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75eab0c9b6957a31354bd5f676817d907b9d0379 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8029bd8f349614839f657c24eb7d327a50031ded122f38e353d3af0f94eb55e +size 206939 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7152bd426f916fafd0ebfaddab79d8903580166 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70863d0dec0179ebc7506fb3595062117c935f32b46952a7215ee234054e7f1 +size 494936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f99d476829075950775577c1a570ef588c6f8cab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ceb5ad56b60185b5984d2add7d3d5fdae2880309ef5d3d2ed3dfc1d20d0860 +size 159786 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8efaebdabddb3011ecc3440a5e4aafd241825638 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a194d0e130e80de41280747e25340472771cababc952d5530a9561b894f160ba +size 198881 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3cf1a296836f006dd07d8ab05376f23f888b72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ff0b8fa2d8142e4b124efa0665dbf026aaa4ff57733af963fe0b126d4b3c21 +size 342706 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e7bb1c4739a8d8c4fdfde687e6178921e79281 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a124e11795804f1ad6b9c5f9ec8f035a6420acbc501ddbcc5eb3bc621d96432 +size 151455 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1e156c552c589147de215b971507e9ba03571e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2f356dca216bea2b80b925927b3ac90a1eb88a284669be301a27ae8465f76e +size 166168 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3adee9fc08173fa2188c1cb00ec3ba9a52ccbc9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142ab6a1cb05f871da5f949fab9036d27077dd85ae79a67cd7e2d9c6e71a4f11 +size 99410 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ea541b0fe75d0ba00e5422b95036f96be557797 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d67fb0f1e3fc19edbe1484f8b79cb2271d291c33108e5f55a56e8ac39a6f488 +size 336903 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7d35f05673887d9f3da10cc2d5f7641bb770342 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6dfd2fb0e8e3b163ca5f1c8785fa39c78e288252338f7767f55e3cb7688204 +size 210404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..405e2c4e9ad4996f7c3bc887066208d85ed418ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc0156617e250711adc6e28a9173825c0bbab0dc72006ec5648213946018ee5 +size 159142 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e050f7a322a5feb222473853449db87991d85a17 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7260d6d48480871a1c4da542b7fb98365cec81e39a2febb7645a508ad99268 +size 233665 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e565ebdf2c2016b8135b11c06d50f9aa496698a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3f850a5c866db832326d7a46ba15f7a9f8e57304ad37e362c084da8137326b +size 122131 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..099201b9944dd0cd83b4275b2096dd97d254e711 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2b72336bd74b36b8b3bfd2534a216cfa9e9e7f89184b5f5e1cc71f460d7e3b +size 257582 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..248f5a5b13cc0177dc52ed170e454ee24b4c2b65 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f028c1a64c9a66caeca66dd41f27df1cc763839a0be4f089ffc9f2f7dbc184 +size 192732 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df21d6209c0c5c5a49e7ec836c75fe195bbc9980 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2070061f17273db8f16dabcb92dffef4d3382455de0fad2a453553ebd1758e0 +size 163130 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ffd0a52d5c3cf87e9f7e36ec2a30aa4d5207e32 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65146d71713ce139c9b95391f5172a7fdba0eb866704a67a3f4064b7f2011187 +size 116430 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85bcc25be6c6209b589f49283887753a613d2973 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96af4a671b52a435f4855eb2b098803fdf17de9291a967daa67d148e7862afe7 +size 173013 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e05aeb2243cea51203c00735d3c748451da1b032 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918d1e9e343b1fc243962229243e9b8c671b8d9f75ad5dc5eebd0848ed9704b4 +size 220008 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9492d0124340d32bbf3ddcdc8549df31179f7fec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a80e7df303b684423ed9ee7e83d9f8319937871a027425522ad33e37db2b63 +size 334086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae817e0d3600f199772cb69e151f41c9a5096039 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55896a07c1a88f4110d3cc6019c39f2e8aa2b50565dc8ee128d534fd1b4cd26 +size 186244 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15351d57fb44814935b85b2faf759ac14c15be1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7f8fd5623f2f6273b406d427970225d127a10d21732b684e954ca174a0a24f +size 276611 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..059a6cf225845209a0c34ed8afa750cf24b5d006 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5456e5871ec982df1904933c20a53ca3353a90d7a73f259557a8f65b7c476656 +size 135284 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..542ae717e63ea2c991078de44e77f19de2195602 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d94b1dfb63ebb96555e9c67bfc9a3c36bfc273be4e6dd43e14c18bb68394d6b +size 110976 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ce6508721f0838acda914ae169c616bfd370607 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436f5ca4711b7e37785ec7604dd29d37879c4d85742a3ec78c646b47af5c45cf +size 313634 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66e82990e0c2c0fade9e8fedf3eb6835b28e077f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04b40dba07dc880678c1a9a73bdf4cf6bebb3fb05b4a0c5b1eec420a42bf169 +size 178024 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d62965888640d6ce7e8286fa9ad2a75f460707c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1164b13405b603aac61cf7f98304c9fa0868a4edd7edf1fbe44f873e86db7608 +size 276714 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1cb2b46e8111f6b20b8c8d95c0c4e7b2244b7c5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c824e671f9cd5f94ebcabafbb4e95c80bbd488db15e000840049d9b382155856 +size 105223 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4310b5d626b43ad84409012e6c4fcdbea138e63 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f6b7792cd6ee783e81d18b57c0dc1cd47fc5dcd2d07c52a6a138ea79023a70 +size 129669 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a05c33654497ba6fab1fa11171740ea446658e86 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42244df56e5b0fd81ad4317a523f0fbd68218d695d56632c9ce9d6606c3c3186 +size 142587 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fabb7beeaad178ea1b176e2744ffbebdbcf399f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6dd312a19d12aed6307c6b308e51ce064ea49495240e9b8a1377a2aa671639 +size 104572 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca047f658dee87a56230eaca146e862289225a32 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d840b122138890cb9e1071ffb4951a271f87ff2ad322afd2256ba7086021e8 +size 268289 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb594bac98e3c00b55456c50bb3144b564f5f6a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066bbd115c62c1b20934b2d9f96a1133df602baed0bc46f78209f65418dbfcb8 +size 321912 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea6dc5aae8feedd60b4b10cc5eaf4443b950e4c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784d42c3ff014c1656d392800d12eb70e226be30b8ce17d5ab168b37b404e60c +size 201106 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a855e8b4f091ca732b6f74c0d9294a37bee173a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccf219e9d5c022a4bd913baca129b012ce613346475dd8ef9afa13ed127d743 +size 163240 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad12b1264877f02232b8435028a9bc7248d63459 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597f6ed8c43115bed3fee875d38dbbcd2d4c2d79219684b79ad31132e64d9b87 +size 177234 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c681ba1de8703d04ddb540b5bf2b8934494711e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1480d93b930c253851e149feed5d17247480578bc7d11f1cfeeb59787a4b8abe +size 167315 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edbeaa245fb3edab49f06c456140aebfd9ce4853 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de787c6bfc6126ecde1e517890b3536819a41111e4c903b18fa75341b51d626 +size 316588 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10f7e7ea78c30b77f9b6217271661bce4b4ee80b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd7a5dfda5a11484c0b381bd066bf21180ce46d3408f6cb60e4d52e5cda2560 +size 142869 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..961464f6eb30bbad6aefb13b551ad396255ccb2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2860178d10f24a9e90f822a9a95f3ab566e391a1fd6faf31c910dd4c8e758c9 +size 236191 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad3bb8f568639d351733f6c0fabd2f5f930d2e16 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f807aac18c541a89142c59cba032aeb72ac0b7f62b55514aff0130de07a357ed +size 414232 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a87d5e9a66a0bb5e529b442d86bb76124b76a9aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9f4e5b8ff3aa2a600ddc58d978d4f9467741924f9e6f01f3171267797792bf +size 143107 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db795c35df2a2f8ece818008e199e7da42e063b0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3254e5aa8d8a53306ed8c7c1f5f2672742d6c9d23a50660fdef8e9098ad49c +size 202952 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ca99f9b0a7238085fbba73a000a9fda2418248f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb8ed5a4901641ffe5561cdaf3026e7bb39a42221d45002468345824557e87f +size 134695 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a2de33854db8876934f32dd66eda819dbd64b98 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63064a98f55c5888cfcee1310c467c23bd54c566c8fee5b9637f46c393009ab +size 767944 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d73504e874e030d63471b84a56806c24e752044 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331d44fe6d9d3c5605ce3f6112d3c6fa26e6b4a133189e4e15c37125d34d855d +size 336837 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a388c99fa8fba7733e8523c4d808118da1e87af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb980776162aca3155400bdd4a856b9c185a1152494dbf1a46c2788ac5635059 +size 136815 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b170c27dbf86dfeb322a916f87949bea43aa2c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22d157cec34c99ec0d935d78397b971da45e1c4a9696f533bc0bc0c38ce37ec +size 169779 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f422ffd8b060a0c9eff9cc1dc42e76bff82ae8cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395144a41d3468702eab540528876e14efc0686cdb851b1a9906a02d6b4fb180 +size 205719 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68aada9f288b5655f861f39d0b7423ebab35ba0a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ddeb7fb84dbe0550f492b665ff6a2db25b4c71fb88048902c9e56afcb5afbf +size 268325 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccdf713e4f35fb8f51ea8d4b45a1238a0f187d93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52d7647723c2b90757c67b1d84e5ee7a22a627cf0bc4c53481b73c9046b71a6 +size 203369 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf4cddb80a08cf1161ba823d7d643b8dddfb0774 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fd53f460c2d143a36a5b3509f5abc6a89a59e2f77bd738266102fe9f9e5d7f +size 159226 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29f227894be22232071fc1ab27e0e4fa46cfede4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04c8d51ad79c142b9509457594f8855a73d80fde8b8215c88371e138f676eca +size 785038 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc74402c178402644b11c4ba4d2ee0495998cee6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc86e87b0bd931e7070b8b24c4cec88cafc1c6cab353d817a576ea480a1355c +size 360485 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..396ae3463f2d8c61381a89151522dbdaa15661e9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8173eb4af363f1fa16ca7ff3317900cfb0bfeadf51b64a375517fbbf5d99c30 +size 1551761 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c45b9c3f4850022d37181a384f8e8ac71a4e4bc5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3910d7ba1cee7099d7c1b03f5539fcc1c669e36557c2de56f0cb4bc2ace7e61 +size 773839 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddd14253daead050a51b6a6fd33fb27989a721a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a35ed08d4aaf9c0c283973993baa58ac1c4732163b4dc357b217ed6b4b62b3 +size 342277 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94d3753168c124c71a7c2b837fbcfee221301784 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b13260408458ef994666f54ef2781693870f7b85ff11ab9c9dfe7ff94b8782 +size 1721430 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..054c2c36468dcf4795032fc3789b68bf47479405 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337e9766fe5d74da1e97f4b58e3d2b0b14bc802d473379b133058fa34d12106e +size 2294107 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f7895ea6481a99efe5dcf4e1f1c820521e8db3c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d668c35e20ded29b0e428cc5c9a9c7188fdfb435621f870c47524ed8c7e185 +size 1125646 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3a4df295629d4e723e65228a820d492f53c9939 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e28c23111ef4dadcba28c191f8d295c1b5e3a604794b34a5f201e464b677e6 +size 641668 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57f7bd45d8342e07c2f35bcfa955df0b91e02fef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25fc3bc5b8ccd5ef5116f575e88650a00ce7d7523fa4756661bb293b3d63596 +size 1562265 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca8f9b7dfe489ef11737d05f35c6c206952f3dbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39edcb4e4d438e1350edff9a19a5c5c2d2a0aaad3a9c33a3af8db95e5e44661d +size 888769 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4107cc02e30d7b9b1d8a32b0a4dc96002acc4b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a0172f367378e71f88db11d8d8610a4f05e949f0fef9940637db0003296869 +size 1140028 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40d64d1e4c0087a65fc282f1e5218aff841d3906 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4397e87c3ce2c83422fda2bf7e060f6f9b0faafaaf757097d69420f4c50b63 +size 551960 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9292d7bb0db8ad558b08192901c073ff1532dd46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9b68eb4150fc38e92d49d5c1591fff53e6fc54e945396cc2e2ea3c057a4887 +size 1135420 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f723f609ac792b83eafc40f519bb787ee5925cc4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e8f50db086accef6d56845e4c96e4124d76415cca26074d64f1093cffa670a +size 1078673 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72d1d8a1e772238330a74b1498f54bfdc46fd3b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6059a1d665bc70c6df316bc09a7fdd82c663055eea9cc68db788f00bc494d1 +size 641060 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c0ea7e15def853f18408d1b5d17997b5d68d4d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7dac9a1554fef2fe5bca5cf0ee128fde3425a1e6a2c67ffe1b69b9ffdbbc82 +size 1445352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a042cd18c9b5492f3351f95e6de0492badce2b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415635bcd2bbee14f0b05bfda2499c28f5190d6a2dc626afc77b86b5401b4ce6 +size 1144484 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4afc978796e75c28881101e4d29ca13e3fc939f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899e8970eab6cbd0d0303f721ed96e73f9b4e35ca5c59ad65ee02c7f8e8b6b79 +size 707571 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6684b7b6469810ac649b7530049f44abe02533a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b8e519e827fa1af3d7eca01020f1b6773aa198f9a1712786acd09569b474a4 +size 543437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f50661032caea3435e47f8f1cf9d30a7d7b9748c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c9793a72d2efc08d5ecfdbb8a5cf9461edbb455e12068ad53443575553fc31 +size 600375 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57821bbf18718f4e7b2ca17222b0f344a9db8803 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cbdc04fccc416088a584878cd14b518f8eed0916e7c8fb634938be8b4c8461 +size 535652 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e0085c684aa4e8c2d20b76bb7e079b647e445ba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266534aa60f465207dd5e2337d38964d8f037404437993d50acdff2f4b29a9f3 +size 1161412 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb8e267c8e952733f166bfc3f991672258a7768f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01889b9f6ce6bfa277f3d9ba898964176c4c14dc5987e54b383d673c38274fe8 +size 728076 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c33d131e99f8c0cfd00c4a356c0270ff7fd65fee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38dadbeec43c1c1c22270ad9d66fab9fa4306ed257cfbe06d7ba189f834bf4c +size 769062 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8fd1126711a9202d57fa42a428a0e9dade20f34 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25c13ec4ca6db43aaff973a2834e4507957310314abb5617c24e7f9e778e030 +size 1266893 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..532ff07166d9693fdc1898c02d9c3f8a9142f55f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274a6c36b969152fdd186bbe40a7573b617b9b068d014f8779bc5b878397ff17 +size 789510 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ffdd63c42eaeb804f44e38ffcb1d1443be44466 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feeba59ac8ed6f8ce04fcc1a3e2b54eaeb9e57d8d0b6915b2ff858a2933b8cca +size 757521 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9e4c1f15436965dbf2da81e22f967f6430e0b68 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5eb67a7fa3c3f6925fe024dc936e4bd0a0c1afd199fdd58f33050db94cdfaf +size 473380 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ab6dbd5d46ff41726c0bafa2dfd715c4d97e6b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86c86d2e4aac77b7cfd012d37d1218a7048d708ca6fd1e992a932aa86e84f03 +size 685782 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f617eac15aff7be03a6803dcf7e5e310d1c0c7d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37587c8bfc1f5d33ba10805af2b4a22efed9f2fe0e15d59faa62e124d1d13da +size 619322 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6185417a6b960b3d18d302801993267a76471370 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e967c085a4ec871fb30cace9b2f0e44283a206cd3793bebc501ce510ca8c452 +size 631149 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbe3166276245b501d95ff81f96768ca86d68221 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dac334a5ebe7c6d62c9ba34541818d179210d6297411e52bbfc1337d2bf227e +size 888283 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6bfbf94d77f9c1db5d359be4815ea2075f275a3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a104bb04e103afed314e1e56250d4b1d6025f48c10b2cee8fcb52743777928 +size 710226 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0fba071904bd4cf49a2104650ce43836c3e7d4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac35f2620bac64003336860102f9e43d0f4500be151808599c57921ae2ffd5e6 +size 615781 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c00a14a1544e668daa790ae5017a7ea8410ef23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77a40d314614dd87f84245819cd9e969b1c5f7bb8248c233cc85314285ce344 +size 942346 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15d12641df2c9b0f5f0e95fc766640f2c8f0b031 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c306042ced5a3296fdb87c4b80768240e9ebfe9b23cb9d529caa1cd90b3e26b +size 737946 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee7c39b348fc8e24e23100ba7f92bf38d025ebc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46c843db98125208e3ed442b7bc71034e65821a66cb649ca6628070cb5e1a25 +size 678413 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66f962d74e4ef53e66e546a9e1c9c463b00425da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ffee8e52f513ee673f2aa0acc15c08fd10153c8a50e9a53723d8e0efeb0d44 +size 1072895 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c1c6cdb53c3ee8ab12c241245b93e901c61696a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d6608bdc18b593134cf796edf1c78ea2b0fb54e787d897200a74197708d5d5 +size 1028555 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d18206045a96d86380ba6c29e93d376de705d3e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e944302ec03f7bd1b635173a59e5b51f11feca75706205aa11a0dfeb9990c0 +size 795306 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0da7598dd9f928532c17280a17b795898074131 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570d5544302787249c153b8f264a11c56fc6e1591a9f8b5c99daf93a09e2a785 +size 1178292 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9061375b1ad2079f9e5c34385dd9a04d5c8ba684 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d6a450f973a743e4d92b916370fbbf74ad00453f6a5ad7e74c5c033370d475 +size 723708 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55369d7e80b4dd8aa5947569e06a380c1c21bb4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747f33826fdb4d91b60b3b6550cf2a7dd75cbad3c4d872f8ebf0ead9c7d20669 +size 947994 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a4cedc0dff899576d2b4e8072bfa88f0795b40b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb09c0f2af77434dd891e5e05f162c2af8c0f60a4b145dde8cb14bdc2c714a +size 1115352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d02b2e10a65531d876f2699edd84b31ab92c38c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c30892b0f550bd36b88a6e915da70d038a2057ee2625aff3c634631a731292 +size 626159 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb062c10c7dd8392e7490b7b316afd3aaad823ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71391bee2eaecf707dabfea48bd61ae50a6baf8d2914077404a633a17b6363a +size 1222226 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6679485b7d2e5419e06952e66d4a0b7c08d3227 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b628383523de6907df1d60e13cfecdf8859e1918b1f94b449a0c97c211061e20 +size 652720 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d20578f4cfe4032d8e99bb95468dcdca55991d87 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea0d7887cbc09c51441b2105afe318b6373b1d424ede1d235b8a14829fdeb86 +size 1063887 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4687431bf1738de0b595659ccb4bb02d9693f68 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eeb17fac17bcef062a7b03749f635550da18b9badbf5b0c57bbb0d489f69a3c +size 556697 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2f5df4764a61ed8d1ba1a64996b6ca466d31e4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c0cfbfa13ef68636a5e82fa562d9b3fb98cbf3da1ecc8a31d6f1f3cdc159a +size 288009 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94a3e12a0ceb20ce1c6e928306b6bdf0ebbbfdfa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98671147f93b8e7799570e1ba1f7dde50eed9816bc842a199abb222a0e168ed +size 671019 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaa92b716ea9077e77ed21b1c71c59c13a7842a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b9d0c04afbdb8c13a5a08a57e92cbba105b3a03a22b2499ee56096a0ac2908 +size 1880021 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..392b9a88998004949fe570f9275e1f30db2af54a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcd2401de01d7f9c81466a5ae170e8134a3276afce3f2a919b7f202ee5f917c +size 608706 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0adcb7d5c62e150606720fc52d76631ae4be275d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8899839a78c26953ae2de313334828e9990b9e81c2b9c0f3a021a48c3d34dda3 +size 1197070 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54d16774f7c13d7724a82a14dbaeb11c92ffdcba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94708537de5df51d6026805557a5c34b88c504eef78844e30cea51eb7be54f9c +size 773305 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a195b0e9b63fd80589863c083e44862ce9bf1265 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13778bf52511a49ab746ea4e2c91ba7ba517b55012b6676db60aeb02d19a79b3 +size 349436 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34282ddfc3d0263ee6792a72b319ec2015b0e2ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d6958e1afd1aba522f1b6ee96e42025275ed10fda26ee4197a2e9ebe40826f +size 503845 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b567a945c2c4c7689098a1c36fcc05f6634d828 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d382f80150915c396ad6a1443a1ac8a4c03740256c29134318c2e40a395be8d1 +size 1102774 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..314ec04f32876b35a4745bbad48260e3ee12868a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3274b904f7cb4242e5a037818dcb1c258e9ef9d6c9101ed6b337076a00b5201d +size 2169866 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f5e26ada610a52e29779819e30a0f9d0c19d672 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ae1cdb9afbdf910c3f1f66686edd32e3d1cf53276649afc60ea88e73df723f +size 1259667 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..621c55c2bab9061a7322a3da408c65fecfb7716a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eafa2326be5526ee3ff65f4cef517ab01c0fdb39fb07ab268c2cc467f30a92b +size 568836 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94193702746e0d345faa0d4812e78d559e0292dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9fdfe813ecfbc8cb31cd5af87af275d00ba70bbfd1895f602a6a2ec5ce7a43 +size 1104316 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..952d8bb66e5159d843c9f715a1c5d68f4d6ff4b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973d48d177573156dcc196ab4f04ab8f02f42ec6bbc7efcd76e535cbfbaa4754 +size 559267 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9646d3bda7fec19d3fbdc0ca8927e9d485f73099 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cfe0c18f52c1f0e62f7d7b3203e8cf36e115956ea0dac4360a35b4797cb626 +size 502354 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2081a34cd09e6c7576bdba4384c91a8ea655d756 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4396e7f1fdc52523953a190b26e4dd5c6aac74568b45d433aad3598a6e88ce4 +size 1906175 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cc7e18ffa0c1892b9d04814c8e3b21929b0a7ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343b9300a2322c10f1a0daef366b8790282779b7132a361ca5517d93e4f5c613 +size 941991 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca1fc6f535e16c85a9bbd6fdeeb2454cf1712c32 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5e913881e8b3997400e54b518414e55cc4a01d2dc55d5be441a7f148725311 +size 806260 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cdc04210cdb51af4b08e3aa4670ec1ef7ba9604 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf01d2251ae1780a3f19d98ec4de3c1c7cd77b8c8170874c7084b3d31a7b0c8 +size 563036 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7baf8c4116689529ec9b1d4765fb8929f5282035 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c14a3bd3e4c81dc7929ac8f8bba304328bccaf5f3b03dd7db04cc98a68cf41 +size 470724 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41e7aa0edec99250cb47681f6c7d4214ae7b8db4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a80c1360b0789d534956795268bc6b10ce34bb8f86080073c02e945d2af1b2 +size 724599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09dedbbc3519c77e5bd6134e3a67727fb87e8827 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7875e722d1d7b29a3f56cbf114984241f13b9bc7f4bba02a4b790fedd3531014 +size 695826 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..805770819f2d70d3820e88b634490a7e5faed68c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8878a233392b360314d8c9358073e12283780e5904f67896cbd22ee0b64a98f +size 563196 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb7b3ae3591198b1555120f2ecacef48279e0fd4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38433f35653cf78f21d798eb466c0f048300629005c6ffac28e369590fd11bf +size 849367 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7770f6f74191a06f73fd37fced796b780d668f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2893a213de280f423779718a0472b8cbaf03fa94d2049a9606a326a0be63561 +size 548843 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cd11406d4783747337a34c08a86db318e205753 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fa01007657d59a3a395f2d526cbe28f63699889cbece56ec0fe4650043fb14 +size 374973 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74d32b88f04f0316a375d79562dd044f624f7f4a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52de3658f710c3b3d418ac76b732dcee607783f16349cf5f9e6570c21e73774a +size 557535 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1966f7a5e63796fa47893dd55800a6be9ae2ac5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0704197394e611596c908921d203df789ad28904aaa6f8a2c05715364f440e78 +size 1041975 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27b47fbd470c5a5b12d5f84488ede388471338c3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fb8fa72189110db6b313bcd4c81eb530df684d3cd0172615d5fd2586bcf450 +size 549286 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..931a32d30b6d440306478dffb25a45f0ac4e987a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0528ebe0cf79c6f5aff8119381a63a2e0919366c50c7a5cc5c7435b697a2fece +size 360342 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39e19c3b69806bf5b5092e9114395dd38e1733bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0f02a1f60b8a67a29eb6d49b166935c123a4b2db62b5ff716c03be5995012d +size 759270 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ce49a8dae88ccf7b0d36be6f22c19949fc5aab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65ff15ddc90b90274c10d4abbfd35ce9a9d0e01fdce7ec03c89b4cb297516a5 +size 1377020 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18ded3d854a9f53d7a1317a12c29ee0cb4721a21 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346d7e5e64edb803fc37a9213ca5db62922e7759fef4b10934ff411fd5a96c87 +size 943003 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fcc7264252ba0f96f9b4b4b5c8d73a65619b21c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291f35e066d922709cc6c5f3ae63015fdeac4e32b0cb9016dfc6159e5424cebe +size 1413287 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4fd585675b0b182c32d4d4694745571b8e00f42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae2b5eb17109f4bed03dcba46b3c188f69f6c484ca52b071b18f5528d938094 +size 717782 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5eca342d31bb387b36154ec1859bb37b8d7d46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5352d3c6cfbec85ead0bf9b01795c4a3e8c4f3c4889dd53c6a13b18c3c2b8978 +size 671876 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba0f78b80a8af4c13fd17cf88d5c7b916ab22157 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eedb6a33ea2e26dd8de20d7f9164fdb290fffd42d202712931f87a938bb884 +size 634816 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9842609ec67faadee32ffb8e04a1a6c7e348784 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1b16db81afbc17f681918e614cc96e6679991bcab0df2e92955a3980a25701 +size 1515735 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0334b3a047d1ea492722bbc45225bcf5ac980686 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6604548bf5fc0a06e6174257ab3316567bbbb6521b6e7e0708c58003695f9539 +size 1192980 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abc245e192a7c5cf1feaa7ea170bc99a1a80fe82 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b94d236f13dfebd93b6b835864f681a2ad9028b2affccd63db7b93db5f64a6 +size 538000 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..861f9eef8a3e946a55832446b3c75d0a82660bbe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a04318db6d42c16250a85eb5810492623883efde8eed952a2472e800f3c65e +size 1144010 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc98a9725bc695a7346493fc132c97bc8d602f05 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8925733d13bc615f718bc85c6b976dfdf7056060b19b785f33322c7e9320aa0f +size 788587 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0251acd50f765605cb383b825fb622719e2a0c1b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ab1712e4db29d17097ce4036d5de7b4c992eb0c2bb14196b67b9ccfbe4c5ca +size 712055 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcead310986f22b6d71d166e573743bf3716eaad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5e0d35f09d6991ebd859fbf974c6ad68aedc0dce64cf33b174dac028fd8553 +size 649540 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef013d07279d18c5dea6ef172cbcffcc7c9c0968 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6fea0da61fccb4fc64bc82a5311c02a6bae4647f9417eef8819b5cb4c9ef43 +size 448319 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55aa365dd9982fe5d1dde1e2e02fb376d54ae4f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb68c627567eafb4327e2d2e70c3012f5d5e723ef56d0ab3abbcd76ae9c8bc8 +size 778318 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f61f2f04430bb9082224af3e96a79c1cfb351d99 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5893e6b7c0d5fa10a660d0bec52c791b3ed48f5445abc4310942ec9881047e6e +size 1033759 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5173c83bb0b5a38d6a9fbd95f15dd46f8095ed2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a49b492a89b57404367d47b2068c10cb3574b2f525d9b264f80ef3c55af807d +size 1941471 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a48c9b48d5a23d3c1888f3ac2eb416b41886b21a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2f471853bc0622a7af72c357dbacad21cf5d483dc7a533ebda485b31792456 +size 648909 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53a8c1e3ad470eec854eae5825628d13ff2aa6e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6060e4078d3425b55b7b7103b8bcc8de11bc09a349391e5cb4b4afee70cf9ee +size 1501390 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324e6dc18fd11f0e82d56cf10a78c40bc5b65bde --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddbdc15e0a6fb603866ef838ca5f78266b9f5f872258a2b0a76852d10faa0ee +size 1002759 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c3d311f9e9b709b1d41b81f99f3616d39f48749 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b99b88ed5fa723b67ac2bac1842552dd0424d0568995b6ae8bf3fe52672235b +size 679886 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6319539dd561057b3265c87019715e3712466881 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c58d347c232d19d49cec5c4b685c157b231f8296bca6b8fccb5665ee4e0c1f +size 702081 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68838196632e759fe08410d05b19a7d5281845cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef179770a9322136a7fbad3f0b9220e13673280f8c902b72817548f9c01362b2 +size 1176329 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20df4eadda535b2eee7b92f3138210cdd8b63778 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124b268ca2c729c62c930512565acd4c50ce3f6db2fa861d8cbeec33bb66b0ab +size 977587 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9a8fc84463ef08e482826226fa4efcfdcc66dde --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51b72287e1bd1411c5ec513a7721481eeff47f5fa8ee7b15d3ba069ddbf60e8 +size 720064 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..120d42ff4795b17f3ee2b0f413d279ed83e1c094 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d673d95d61938ba8e101ed0afa9c615bfc0f820994eb4f443867b17aff66645 +size 579222 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aa99e09932f5ea50d3a1bffcc134fa3f5cc9c7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89c97456d6e616d9340387d462780fbb99e4aee0f245ed4cf89ebafe32f2a44 +size 1215310 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67407fe1317aa9298b8ff28b00ba6997451c40a7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98efc0dc38f31c6242a2b3a5b44bbe1086b37f0864ebb805c1f5719a0be8a06 +size 401781 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..972528a05708192adc205ba21a9790c4423e521d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c5040242482d2cfdf35186fae7ff7eb7e08058d23362ef808ce76f1f803252 +size 391522 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d10528092ffefb4b0fdac6e9c5faaec3b31d5fb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d8238f5ae9fced1f0846398d5f0f6caf000c20a4286c69a7c21becf70f4172 +size 860219 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4480a19a42c05f09dfc078394330d703724a7a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29ce89cc888a104fa84debb49bb6a05f6a98efc4f1bf5edde2ef69a35ba853f +size 461824 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd1bd52f7a3b10591550bdacdb6b7af4565b5205 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d237fc42329b343b5f1516be630409711de35890c504fbc7dbcb36dc37756b7 +size 704332 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71594211de00acc675046267842c2567c9ec1441 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686ca4d2cec5689763d6281bc87d6f1e23e1284c1e4dce52f9ff9d8decc8b03e +size 883536 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f34d3f2a58549848a5b0f5b6bfbf15be74b6f15 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f44625ac8af250c692395ceea36aa27dc7e78719b8daa2202734ee46aef3bec +size 1061322 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9f43a4720a9bf534195a4cbdcb7c74394e79c40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2621b479c63c0dde01732b3c605a3f3ac3a2218a90b683e5d6a487dcdb3caf +size 1288128 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..356e1a14668f33431f0db83e11221aa360c75fa0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c4b38d0961bea3ea004168b6d14010e9cc29b55a0a4e320926e4c903d23ca1 +size 1239960 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adc4fc818c1fa77894f48749703ab2aadffbbcde --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee0257de2a9fe3b2bc1bb50534d1f75a323d4e3edff4de02994a521aa5d16f5 +size 1191819 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57d5a403fb2ed42d6e8de45b93c132aea33d98e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a1b3d5791b1fffdbdd5b71663f1f5fa8a4056fac456045f41a8514f88cfb82 +size 1083456 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c4d555f7a4a461c7daf3df9f7c357e6b3b1d572 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef542870cfa56bd366e22216fdd0d34fcd0826820d5accceb09472ba3914af69 +size 466741 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93bcee3505d3e72901ab18e46925e21d211f8de6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe93a0ba3021ee342aac24d5b573a82427a97761e6e584851cf930de337ac4b +size 726460 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c9fe49eb2ca314b3ffa15d0077aeeaf51db363b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d673cf663a2c8a7dd06b7d69943f0365b12856c4ed78e51645c2a386363d4d +size 649248 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd7d889ac6f34cdee55ce2e9925d40d91c3a9838 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2ab7dbd19d9668999f5ae363ca3131511a3ce14b5521f89358f162c9294f46 +size 468209 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2344eb0c2ecf09c27e1770b76cd69a0d416d8b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7a4f52b3c3a9abcdfc686fb63d46b08693f3279c01152f45a20563b6f2331d +size 856231 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa877c68975bb11c49b143a3f22df3f77b39749d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04026621017a1f77a4febe40c83d07d974cbf3dcc7dcb4d54083193bc3c5ef8a +size 561632 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90f952975157fe9a83f8a21d1b88d41b32f59b8d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cef399ecd5a549a29ae69bddc7241d8b417e6fd73b11625ac17175cdbb61e0 +size 823551 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4ac3ef025c2fcfeceb8041fdac471e6139dde17 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9645376873cd1908074ac2438f81f907995a22e2998cc152e23e44c7f579cec4 +size 1017819 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..204ce5358578c73ce6ddbf64d0d5f6a1e52ede4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6dfdaa7d2a49bb8d7a63839166aca2e336ab367992cdadfa6f02652c1be7d8 +size 855370 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e7be98502777c4ad5555d27a545fdbfc1717fb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f52fd2b0e70b5929d9925c8b5c95d72caebe879053b20c8ef68ba9830dc17a +size 459218 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca1b25019d8fbd632ffba411eeab2e2f804de59 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6707844130eba588f6209686f207a010940208677aabeb3aa185e2244ec2df4 +size 692560 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f076728d314b8463e12d535aeb7c39291b8888 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85106a2dd4cb930821890205bb9d20ad68fa461de0b94641c0fb4a8179e0146e +size 626996 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d56e29c2b2a1b690307d10c218466caa15b0d03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5c784fa1a596348849410c875078df29a8aa3e662f3c40943247bb4572b5b7 +size 864309 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c5a625477680bed852d311461261995797f5544 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efebe3ea94178500f94c576d35103fb66de7dabb1d69fded36304d8eac4f2305 +size 1036781 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..922a72dfbba7d50962af40307ef2af085395d075 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa1e7215244689452eb9e16ef0aa3d115638d3092783830fa0405149d5c2432 +size 590779 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d647d26d623339f98a257637b7db2817e28b5ee2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad089478f40e82527a8447518f20adab7cd3949d3b2ef4a61d6166bcd8272cd +size 632541 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a32e0ee3d6019f4ad9bddb58330b6da9d60f1ba5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9945d635cf3c8c096ea0cbb7e16fb285f2a6d6d5946e912813ce58edfcc421 +size 353320 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13034865f39bfd02a105994f026f69332fb97fa1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd1d3406b5be52a6283dc68e06ff7bd13ad9edcb8ba59be66e2c4d1239fe9d9 +size 732004 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffb05a8eaac9bae77b596a06d6398221a165b80d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e634a8b6a55799e139ba6e2373b79ec0338b2628c750f69a465064c9840135a +size 1081907 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64b6ba4f0a20a660d4a66a00ce5caffeff338c76 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e5c5665954412cf987b5c68350bfc915de61927e03b92a4ce0df9eda1b25df +size 1625815 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3be980589c501e79d3f166cba8fd17f2c20a76f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4d122c69c0e45951ac7cc7ab39e53377e57303b5195cce239376a574577459 +size 992332 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6e2b119251e0dbb12e1b3ead975d17acd096480 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f109623a9770443cf8a44951c7886156d7bcfbc1cdd4a5ddce387f7e8dc0dfe1 +size 829064 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3327c5c9ea431e08937bc96d9b76b8c665cc4da9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc55bad4bc969ad912503b1a93effc92cf864fe442f6744183960cd8848b9f35 +size 357437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ece03534c055b1e750f13e9400228702c649999a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0adb9b90b6ba5a1a7df73346c6dc87315488694610c668526eaef91f3cf399 +size 661549 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aedaf3f067c490bf760c2297f4dc9a7090871e66 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12155c78cf8d1931a8e6e347820454204d99410be4216e28d7186cc2f4ee8d1 +size 320151 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f053e15b9078bd7a87b7d3716939ee4364ffa478 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2094fb0c3ccb56d21b62bfc94ca45abd6331e1248f25266474a69a90ede24c +size 2093188 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e174275e6ecf71d534b908a81cd3cb9903fe92c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104a10a7a7f6fb5e44d2850898e6f7e7a0d08e64dc74438d887ceb37dec2d55f +size 490949 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e7c979766af8dc3048dd790b0f24c144ab25525 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1762e770212eb323f02b15cf58cbc5e53e30db8878dbec99335d12c5763e1c3b +size 585464 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0e5a2ee9055934e69f694044c9cc57ec53b2c62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4b980c3dba436cc6fe4fbd4c11ab07362cb551997234b6e17f018b8fb6cd65 +size 846332 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..effae0f32a4e8c47da4ac7ca42f84cea6ced38e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccda0018aab48a9c01b8613b6cff2ec2d83f213c39bd55a8b2b6fb1ac6f06a1 +size 1301228 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7df4cf31e3848c81684d59702741046513b94aa1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d0af670849efbd815036af7f259a90b4194dc6cfcba8a71f59d4d773d1083f +size 881885 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1fef471defe5cfca1879bff519c0ab073b13be3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534fbf8203e044f27990e7736a6b0cddcddfad9efcf809c1cca1c88735c0012f +size 1674641 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c34a91005e387168c11c3ebaaab57d15f33dedf1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2815e458d2ecb9e45e7bb744a7223a5c69635d9dd33c34c8dcf48dad0bd1657f +size 955943 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab019717726dd688ebd9c387d92dff3c5daf2845 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52fdbb320ce2823a6168518a87261a33cd9bc2ba2ec725ee61ed2d7ae7b614 +size 936345 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9922b63657b87945f3378da67f7735f0b9a50069 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae096e0655bf0db63c688c6816cd594f4e08bf89c91ebcb1ed32fa04089f8c21 +size 722858 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d819f2c15d9e86f146eeb7f961b72fd5c25b5d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9678ee97bf7efa72dc3d0dd2a80934f2bd785a71f17881ce803886df04cd72ad +size 1081971 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d3f3ac51f19e3126c0bf841efb5c91c15df4e38 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309ad00c5583978cbf943e4078ed6a4a4076885cfc4628902b754b70ceff79a0 +size 1313444 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..720b696fb65852480ce19fa8452ad926fad00bd6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca1db68882fd035bdee334094941731375b6ab9f7cd32a8231b4655a9f1a00 +size 1587518 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abd6b9cbffd444e6416dd58155b2b8f5ded3507d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2814e527739216ea1bfa868b0818eca3642d29ef07736a9b070aaddd7fa4bb4 +size 1054219 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f330919020479e00e17863dc91d93d140c387f8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c149bf515dd5ee52fe811010bec217aa9d34480cbe6cc7ec42345e6f464108cf +size 754777 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9a4ce622eafff3d9cd5726519579e9359d944e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b41c7b98493bf38700a91cfdb225ca44b303e15e177e0786ac8f62b7a8bc330 +size 1934719 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09888b89613a9a4bdb53771b67f9c7ac6e44baa6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95da0517109be3685b88f07f127a40adf7a233d7e88820dc76b2f9e115377e66 +size 570997 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1621054ac5ea17e45ac75886ea6b129f3801c92c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be14f121fdf3a0edbe9f9bccd9b6380d377878833a39245a8eaa07223d9b68e1 +size 1675279 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b799fe2fd96d25703d5d2e26ad532fbf374d14d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ce15c206753f8d1d018be674882364a612f5fe5a52d581f0092bd88ad8600b +size 555708 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b23f58823eac4a783f833118b6acb872d24d6b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24525a9ee5abe3bd27f8013283104356aa326a9ffecc93b10295966dd780623c +size 890815 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..043eff4ec78e6cf4f1b81b6d8ce14f17c3c0e737 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebbd428f3fe89a179e85222571cbf7829dfbbc7f324ba980aa79681835aa47f +size 477956 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2909127048e2e49177d45e6f02226ace3c5f1044 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3f93b12ed5188f7d7a8914e5d1dd1b9583190b782ff5edd353f475644c19b3 +size 1776606 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7e0e2a490a6c57417038252ead9d99b4347347 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2abea926b898317128b7fe9e24a20a65a582a900e905c61f176d5b927a7b0c +size 743005 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5294e26df5e434374f5bf323dfccbcb36a1c42c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e148e3644c460586e8bd45bc75812e079fc2840d68800ebeb4f481a33979b0a0 +size 475981 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d673a95f7c4832026a34193d6a786eae63a0cf3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea60abed270615b92f11e127021c82ce88cb5c1296e44c482397daa5205aab30 +size 1037971 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d0c48daffab4d938fc41e0c5fcc0c78774abc86 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7b843983b7b33a861444ce67e35e3af9bb147000c49474e84e439d416762cc +size 587094 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0220521ce5e3360a55bd9e8ca6a8af1396b0fc80 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfad74f4a802b4015ec784daf6ba3bad43a1dd8163a2afb489d085d665696fe +size 1286498 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ff4fc2f0f45435aa8a705e1786dcb86e4e94102 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8ddac4656cc4ad0602baafbed90d8e2618ba587d973564218866853a2ce46e +size 1400874 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b02e0fb30d1b3c08011a2d70866ee4bd3808606 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f801cebd04566aec7ec2ac89fbe551d46968cf90642eef5827a972867d61541f +size 567393 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca7d4f835903332918dd96ce0db0b72b3f690211 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7030a7477783f7616d66062e2403ba0313949a79dde22cc94c9e3b95941458 +size 662630 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a056029a97d3a1caddfcecc0f2292b671455042 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f917087b12048a56cc7b65f39de4e8acdc5bf87822c8144985ec5d6a33466d7 +size 929850 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da1f4654561d076f05fd2098bdd4c1cee51148d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646491d04c2f9c86840d1ebe9442c041897534e7a9ea482c28817c59e965bcd9 +size 856359 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dae24de5cedaf604688eba4001f5cbfca0b77b7b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b8b2253472eecbb4d20dbd86f594261d09efa5535dac1cec6b87b82cdf4006 +size 674765 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5939ead820593db532ac0473660074b2a2d62774 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ba530d3a5ee503c5437d4401f64ee2acc5857aa98e00b065a01207df1f6efe +size 836462 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fd161c07330f0e6220ca4042ba972d76feef4ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3df07b5dbdd751cb9bb7869655ffe9ce0e2215d494dec0246ed935951855a2a +size 1059095 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdbf06ce4dbaf11d37f5c4a72452a0f62c2345bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35984e072ee8f7f64751901d9db9b9a8a69dffc790ab17101030eca5a265fff7 +size 903532 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea5ea6dfe6b6fb2c3ce39c25641463cfd74eb4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d485b510e8e983e54f9e76b2c874225a5c45f299c92652af0add685776b16d15 +size 1101206 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14cd78589138a2427c19323a8a5d57c4f0174755 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35ad0c3d23c5ccffc7b42fcec9d4ce5212c2ca11b88106ef17b46e9df8e5f19 +size 970038 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48384452b3bb0c87d9a1f84696af3192327e622c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bd81145c65da3d0d3abcb0774f88771c45023b865b33c6290448c1645e2bb7 +size 694201 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34dfc896feae9d2b369215307acf504429cd099f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe088e73e32159defd5a8dbd9d58a005877d1a2edbf142f0e37224dbc811bea +size 651911 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b76329300cff26cd42fc9c47b66fa0f3f084b05d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0c87cff7117d0983aa1d7dc02c85027c0758764a9a0e2f82ab63cd451d30c5 +size 840707 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..618221660dc36944f45414b39e512bceba047bbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6b8152d7b3058e47cd344835e05e1db596c974ce566b2f8e400e0a2ddff368 +size 742174 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a17b1176b3d994285da301822ef1d08b05d825a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b53d33beecc352774eefa551daaf68c4afc4240e7345b1149e84ef58ee977d +size 994756 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..636c7330c089d54c95c66154629722cda1f95669 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134377e31002b471dd747ab3f155afece37e245ff22473631da9317f6ce26247 +size 420005 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce66cf63710a80ee206ebd353345f7497771da3f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3554f3d39d7eeaf344b99c6ade0e34a07f2113ed7511bc238295100d08bb7bbd +size 525554 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b2b4fac850f9e1cf126b0a82fa53d6d9dcb0a07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817c11b564aecf9b113346e1f42cfe70149e2da384b4c894485b49a1a3a301ce +size 995838 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcbbfc3f8de2cc385ffdc76bfdf63516204a903c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e50fa201c534fbb47ceefb7f8ff2133e43730aca3d55039ea2cf3f9511d70a +size 549255 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7860ed45c8ff48663593049c9feb58a56d950b90 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e5ccda5dc988745eb1fa08f44fd9b080ab9d56c9b6136386475c8e936c0009 +size 1003510 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b7e290105cb5032421798d585f69a14f01fb4dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7f62c178526e026ed348e6e7dd9071f9bcfe1de673d1b6726eae9726ab4a12 +size 842093 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e84088d9fa811d61c8a6fcb567d03ce36ef2305b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2eca7deabd826addd6d64e2a630c06e2f323cc0889dd1f337e40f25f939fcc +size 696026 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..987eb9de45fd5974e060bdd78c10ce00ced756f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69abedf553fca89c59353c753f06ce3ea2d50e6f114111d389a3456afd7a5a34 +size 985844 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aedf30ccf84fbcb9438a6b45d6c312aa58cfd72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01308a1f5bf9de6051b4bca93fc1036863aee888ac5ccc9449fa21d09c621e97 +size 411949 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e688761c3faf7055ea24b015879a1c2364eeb93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d227509f338fd280e71b753bc9103ad83c5503c99ab21e602c19dd80c02ab5 +size 637682 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01350606a0c79887fae55d85a1d5a4c1cba1c566 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dcd603d4ee976665f0cbfaa72f053675696f68652390b3fc6e2e7290abf37f +size 1039986 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db86e6346838b0983e6fab8d9bdb8cf79b920de1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df9925c9dd95fa7f89e58dde585382f39a1b731da215dfba3eb89198e0e9d23 +size 640891 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63bfca8dddfae7f411d77eb2eceb310b58836b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a4566d06a9bcfe28a581314615899b24dc9f092ab64dfd0649e5b93bc54400 +size 615308 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd11605cf9715a8a2e36c564b88196a8b704d576 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88eee23e86c5bc2a7380e629ae47bca864a7104de8346b17c8d924aee1191664 +size 396276 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4da3a15c11e8000a427d2ec537f3eb4d3ba7fb0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbe04f56e577637ca9c231671fc67f36724a0c30c62af5124bcccf69c48070b +size 638108 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198fb4fd10fe4744e790ffad3cb9203dc5f01d72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843f16c26a44cc65680891845639b73270b14401754b0991a4679ccc618b4fb0 +size 670343 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e06a516454408c73710851dc9795e7d9c1a584db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08aea0a5e64445a1d840414b8f64bdb3bc93a8fa5889c15cfd1fce6ced5718f +size 818877 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b428ff3fc332cc909e999d1bf6cdd5b85d1c8c0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b96f3eefb24cf21b627e22f17642ad47eb156cd90957640de1973421dd3f139 +size 781661 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fb97466abcf5501e609cfe18caf58165446d307 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89b742c42b302c56afcb1917b13961f4b5b7c145516236fe05053537de75dd +size 479435 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad7774befec044daaa9270b311f2de068c1fdab7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8df263d86de6133e33a4414d4f3824b0b5a64b818e5742f73d93fae53681d7 +size 565752 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7bc132847c71f02ec0fc694ebfe9a14143090c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c814ee3c68eb4b5c874bbff2f56b3551acb0f50ba7893423f62573b7130194 +size 1981538 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..222018deab949b54e27566eab80f3b0cb60a8edc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c047736693c16762309bb900e4e553b416960e9c2043896f72c0878d233d063 +size 561889 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3227eaa506749005c7f072c0752c9823ee8ef18 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8181ad4c747f9720655ffba4be48fc7dd385faa677ddf78a1caff5bcc83741cf +size 1550483 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c553b373bf31ff010dbca3fb41726414c09a1380 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1953708c3aed2c0248ab7b85202832ed7e0698454a3945e69ea82e8effa85504 +size 1673293 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9f8f6c219250a49a52460694510e5ac3cd41b4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e07072b2317a9ff04f66b65b6708094d3eed2618b2b1cbe1c13ab463eb39e8 +size 379267 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c08c10bf87bf9c9a1cfd7dc84e9088b1100ad5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629fdab6fd9ec579d3dc982f9fc815e5af8a4a5dcaae5b6fca695b7a79609c56 +size 1521501 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c73ee429ee1ed14d4f62e2f5ffc24f921f2358d9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d606ef262af96aaac6decf734fc7031f8ce9c93d01d3b346e67265cf6d9f28e +size 1392890 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f90c267ac5fafa79856652c1d2650c4c03a69ba1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906e13aeedf66e3b803514e0522c1a5337839171d527b556a84cf88e16aa643f +size 521109 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec7a54609e9726d1a67f6753f48af68cf8ebf989 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793d5e5edff938c7412625cb5b67c14b85b5cf0c1592efdf7c91cdef3acb0965 +size 855920 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..920f778275c48633af17bbd25534a00e4031b96a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab35f8deea3fce0bc423a923d432895babca0b95b5941d8a6d20b1efe2568e37 +size 2367054 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27d44c10bd390bb03045d9ee8e605e499b2177e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136309d1848013d34794e32767f43d08645251634afe373b99fd55d1079bf7ab +size 811935 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13ff076b33f7b215eda795e9b29f7d5e51e52731 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494f232d0163f99d8bec516bbdf22ad20b720c238744f3e0579ae394130f8ca9 +size 500497 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eaef9bb8979474f8c6c89e59275063df1f28abb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d69ae857b1f166b27122dfe23ada831255979b126f6430968327561c438f2cf +size 1156192 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc0abb742ac86db62084c2146f335b76794e2b60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae3c2e13afaa4c513ab950f9a361e1f69107ee1298b0d8c066039925bba8b27 +size 798029 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..042ccf0f55cd13977ec9161b3d84cbf616596b72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f480f300f581a00607b7f8f99ca6546315d0e25936d179f84d5138541af97a +size 1488917 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ddc60f7804d62a2f961d679f19d39c8e5286983 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b435c1dbb44c758eb5c016151de9313ecff46e0e6c66512aba56b617ddf218a1 +size 637330 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fc457c201739e4ac1e67d9e30a284c165c44b83 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffc28ff384ec64904516cfa5e69e97abf29927022ef593092ccac85368c5bc2 +size 1026698 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f004da14018c5fba81c364285f2cf22644db206 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f888d15b53348a79e3f9eb86df3a19dbbf81701a8ba4bbea6e95b54d6b8c32 +size 1145668 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bbabae9a00164cba306ba99b05f12c3543e0cb9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7256283ae6912eebf489e28ee306c13ed66108f4da3a1676c8be349fe8e1d8d5 +size 775967 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d16fa682cea751fc8c1e9a4cc53b286e25b59c33 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f39848117b2f3b18f1de1840ad08cc6ee9b71edecf4321f68ada32d25cc0b8 +size 391679 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd3090a8f0d0e28ef573fb4c378ad58af37276ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad5a3f3ea05fe1267e908cae61bf11cfa7f62122c3e1b1fdd64bc3cafec2c27 +size 377791 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8198f930dcedaaded75f4bedb8710d7278aa371a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ce874167953807e1e9885d0768bd50adaf2f00b70e9cd3e91f120de585067f +size 903508 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73de9fdf2c5e0d6a04b2c14ce5276706a6fbff1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf2d704323ef76c7dcd714335215bd379411178e64993630baa987779e6fab +size 680410 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ae4338f142ce9d5804cf85360073d364894e039 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3aea613a72bd67734239153ecd2102fa499c3d4e950f78d7e6ba449e61ef50f +size 872692 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c8b6db53ee93a6eef5bc41ae83699554ba4101f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d1f6fcfe172e8851c81099f5b030295b5cdf5551f19dc161f4e37b394a0711 +size 739898 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fe52733e6a04bf73a487e154a1c82ae4fbbfa04 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f7d20d4e3bcecbe83a89eb70c9c04e53396620faa7db412083cec66927bfea +size 636128 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54b338430643f328ff12d11bb8e39262128cceac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2db39920ee2e67cb7c12cc8af8f90e139f9a8472fb66648b5ccfd3d398149e +size 926167 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..735b3abe6fe6dda0a771bfb7591918ca56257f4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972f680f2ef9f47476f6f180e73f6ef0a50360e31caaa2f733c1c011d180515a +size 462998 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d62a5924094656e9cc9eedfc0beb53d646c67761 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635ccbf82f16f76ce48f56a662918a47822a8ddf6f28be92e11fe51ca57ac146 +size 671790 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24a1394335312b197c2998e4a285c97f48ba9f23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c26c154cfe2025d2912ef4b87ad7396e964ae42948cf627922138e74ca628c +size 557171 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3a3ae863716b9cd2fea54425e4713832c03d4af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a3532eb19036c1f580a377c5312c4483808bc780ab7b6319524f58ea35c9fb +size 653061 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e48af038d9290c18c2b92efb697199a7101003a4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f716fab9b6c519afd598ee903805bff4726360b27429d7087ca5d4c0076eb285 +size 1301595 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40e7e0e3d4776fd5c6ad3c5a45250c78d5e5031f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca6faa91d69d191c80fc1b2360b1ce2fe0126ee377a5924078eca604563b3ba +size 980720 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..594e0ddf0371741646ca527020723ceb1c2a6864 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ab6285d83b7d8913d1a4e729ac87102e3a04a2ebb184c6398a649e36a6ac0c +size 659351 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d3095eec4dcc39fbe24f99e065a3b078fbf1e55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3447e56b45a995f1824adffd127608584c84a40cffcf20180508a5fb5b84098a +size 701820 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddbf424f2d2e2523ed728ce1f09e51e5c4de763c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac00e3824b4390d8fe6f77a53790f1e964216a993b72dee38f52db1382a91634 +size 630612 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa6e498242c5b54f29e55f66f6434bab9934b643 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96dc6059bd1cfa91d01db27913668828f9da36f9c8fc9950aa1d39d14f34bf4 +size 483566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5bbafda15785e87321695fc1b3a1007d67c97b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8179981955e5a083eab82644cf67f999b81011e00ae97299cb5b56323e66a6 +size 1574901 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56f8ccc6a7c2e070cea49e069eac6c485c3a0751 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca68ee8c5572254d6b258c465f23db7a772820ceb27131ca56135b265897d7b +size 821032 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..759eee58e9f8590eaf76b0f32e0e135ed44c3972 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c416d781531d5aeeb4f08437ad7b6eb31f1e933e9dc312b0c1fe3f26ca2992b +size 626857 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..434fa590c33a0cf1043b5aebf360f13affbafc09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187390e2d7bc14e4367d082e105ab745e29ddfc1a3922a90d781236513d52806 +size 675506 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89030eb4fb0399aae27565d9764ca0c79a7ea642 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49cc7124248c6428f491a054ec2e66e9b17cd485436cbac73ccc2d2fc50a1f8 +size 592002 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88eae6e77643ea9d82f5c68c8072add9d52b82b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3f18f928ddc5c75b98b4108de4b2033fdb96f74797d72988a3d134b8db832e +size 536047 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28b34ef820468fba9949e9e6dbf28b098d4cefe2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1051ee8be96de8dd2ca2b6b880351c12aaa105fe7404ba752e96a186123725a8 +size 360101 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0671fcf827d854d755594f81ada18ceeb0218443 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026112d0d3e0b8ee2f80e990d16cfe1c5d4e2ff5dfd2ef4ec4c8916fc9c0cab8 +size 828895 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..381ed546e97a9eb7fe62a861f2eb7e7b246690b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a08cc39f2bf2d8aa056c86b9f1d53cdf7ef06f8b1bfa1e4a0c287bc3d9b338 +size 2193393 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2682623a4a46ff91632413e072c3ff81b35a3980 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2f1a877c4296fff4cebc4783b254a63cb5fbafcd40bdf5daf50c476febec25 +size 1173393 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ce24895688bfa8250cf56ace0b4fa4e8561d2c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53558fc7779ce6d018ce63533c2fedd9827eb669d3c519a7ed092157c917610e +size 863555 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38a5555d708e902bf7faa217a9f456a010c50281 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdf175881f9bc8770fce0e9ac10b4b13a963b908118d8573d246e6fb262bd80 +size 1081661 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c97e50a5d965b47ef92f37e79eb7fbf2f39f0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ad52a7a207a28f15a1092f73a60371d5284461ed80688f2c41fd82bb392cc8 +size 508542 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf132982151cffb9739895441873b59b25cb8f27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf421613f0d6ce93201321938395422fd145f392949402662a96f53962cad2d +size 1631130 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80d2486c99762407b2c20516d1d1aa2160df8294 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c784762367b68b70c9d012e66e1518f0e5250f105407a413cbb91ab7c503afd2 +size 593478 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a0f7996400ae5477702735851e6607c2fa159a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026adee755e9a6c5034bfbfd476db802075392d70dfcb03fa7b85fb6e0b6a07 +size 697011 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a9e0e507a0f86e6ab206539cd5cf9c75526724b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2fe3003b10346174a018d0edb89936134d89c38c1172a48444c5da73313ca +size 1381490 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab6407f414d54ce5b351950ec5694c111e2ee76b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed300fdf879b59a55f4e7136ffc5bbe47a3342853796994f4c05d7b5e0786d6 +size 385194 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5db281fe661aa803c08b35277e5a620098ee800f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d10d74de248854bfad0313da88e0e00dca11c909fd5165a192a01686124a8c +size 751830 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ba177c1f58a44faab195140c4203685623dd1c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd3c0aeb528c7c0975a3dea963ac5b5a9477f122af90c29966b74f7f7a3a0ba +size 568151 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ab49662b525b4135ce77eb400581e699c98818f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4653585ef8bc5128855917c48e90945dbd82e00b84706a940000bb9e185eaef +size 2414101 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..452020c99099cc1b310408dfb43c02db01e026f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284a2418896634523e0010539ff92483165a38b368ab409498f93a7bd3ce1647 +size 901656 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca77e7c6b661631605fc1ab1615600ad3d3cbf72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312c200c3bcc5177d383a46d30e3bab34fad5df9cacda1bcb810596013d889fe +size 469067 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89081fe36a09b2327d4656afafe688fc204a445e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fe8fceee36fd9c755a7a5e4f3271131a31ac6f20d13efbd4d09f5659c82cf4 +size 671635 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08e838d1d3cf594c87d54953d62aa8ee9cee7f22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4195256cc575058de0852df4aa7b2a99049239c6a7f0c048eaae0fc6ef9943 +size 999541 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..757e8fb8c8f205349d929c6b14806cc6b35c0981 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc4a588f984e99f591104c323fbde138f792624c4af34c0cf39d9ac6deefb3a +size 975822 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..702f77f1174c130622ab332b27bd1fe838cabc26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a76f4af8564ac78a853dfe24686cd27b23be121969fad7110dee514af685c26 +size 737188 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0856e1c4940c2ca5d355c5cccc49e2afb89ed13b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490ae8d7f171f8d4e1a3255a8abee2264ca50fadc77611a7ff55218d73c0a32f +size 543193 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0a6f4caa07b41fd2faa7e63aef0c33e4644c793 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab532f1ab9db80440ee8219e3127d2d510c5046eff8289341d17649d9dbce2ca +size 801797 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a2bf455642dce61668c2f238bf189c2014c37a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3864555113742f54ed537d5d33c4f796a7134ec2afd02786eaa843c8a2132f04 +size 556851 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90689b6f3978644e990447414581c04301ea32f7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b51ec8d6f2c0e03c0e0d9b240837e74a6b4b1ca018e362f2eb1c669659c046 +size 827580 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a08c9aa068c51574b795cefc1d0b0392fb8f82 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bf95c673a9c27529ec33629f267380741956ef97cb4ee861e35fc3159c4216 +size 898263 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31b5a2d3de7957fc2e0c89fc778fe4c67fd0d2d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ded17a2f3a6329af2a0f336aabc53cff34f7ab9164928ff01d89cdd8cdd1a5 +size 478019 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a1357fd7f104e07fa5e9ab256009555a942c05a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ec1a545c176820695adf253899c6ed596f4e2fcbe1ed15fbd93b4b2767c366 +size 1367109 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7219f7d1d1fcc2c73419e1abf297c8df65f7673 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108e2c2c58ea4bf2cda3d31a3f3f67b930913da1004e73a4a3bf272634d6acc4 +size 4175621 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9642c858e952ad97b109fc6a5bff8460fe9f7eb8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a0e9929f71bfcf79a50512c805ffb4c371539cba7e3c0fd4fd176e1b2d8aba +size 937296 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..857469bdfd16b3a7d1559aca1a89b08d6f8601f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043bd570605c427bf4511b786892740e754a3f56ac98e42554988bcc1f9f9547 +size 872013 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eca9024764082926ba295e65bf9e6cffbd3dc2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e56a843e2563d9aaa4befda04687f0e359faaaa242b81ed9cdd2f6fd78e5a13 +size 1891869 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70aa034d85168b2dc6ada476c96140f9da7f0197 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59904db07688e045d6258d127b1292c09a54f650273cc121dfb299ea8466fe4 +size 1189242 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15734fd7e5c094cada592a0c206ebb6e4ee384ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ade88a139e939b85716c53f0bae35a680649984f02c9478cc2baae400d5c03 +size 1827989 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dd0ba339b17a24605897b43098d101795573e1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7ca42425eeb3bf7acab884b773a1f6f4894680454680a79ae4078bea6a4d6d +size 862854 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a39aabe58e55889abd4b9383fc98edee4c43b9d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e993b4ec17860c237576f5aca791f4519cdb182e736d15d1063de03cc9124f +size 941235 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f99fbc146aa1f98aaaa2f83694999617a2f59748 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c92db144f94b9ec9d4fc4e9bf1fdf7ae1c4a20a909a671805041299b37a2a8f +size 1273771 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbeb8d57809a50d39c890fb1a1a00ff5d2d8986e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fcc3ac7b99dc5a8c0e1845f8f861f064809694df244add79988109beb70a4c +size 1052120 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..387242cd16fe3911b5f6fd5f9ec3e4bf8780020e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869c4858513f1517a3517c24842d2919884b8aaf47a12f8190ee697e51faad3a +size 2056696 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d92a201b412fe2e7c3388d5dc32c3d2ca41dc63 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8dc498be046b63df034059304162707e89942cc30c993dee68b27960e376fc +size 1620553 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0eef301f1ca6f6fd4d0fd2dfba1d088c7fbae44 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c720059590cd27325bd61b89e9ae49b5cfcdb573af6ae78bfb18d54319b835c +size 1006337 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf219ac2d21ffd23e777613daaf5da382be57d2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b4db74476e53ac865e96013f6f76fa190fcbac0230a526516a6c17e73ef404 +size 706970 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..346a1273216bd4773727ec471537d46d2a916ad3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6f1eac72d1b16f7e27b716479831f5c667e558fd2dfccbaa5087bb4b349304 +size 1372915 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9abf518421844f240685ff1654b6be2c0965294 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb8ae27824aaa65bc6f2cf4c4ba4c62e6cdb01124c78a8d6d400562b912706c +size 580687 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0384e77258368beb73d77645fff5813528a76fc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669609e03cd97cd8045f5abde4ffbf964a20de3ec9166fd1b2c8b3042e67384f +size 1681671 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..189565eb3497f11c4e9980bd236eb54e8e991d58 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1168fd69a6edcc23353dc2d191a708d643fed2e9ebc88a7527a7d65ce7a55fc5 +size 702500 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..212c4be51095169965e7961a090aadd8844cbea5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeef172bbf4dad18dd4205fddbb776a1ed250d2ad1d3ec8e83e23dbafe28b27 +size 1079971 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed1b89b20571288bde4971c8ca2c4731f39b59e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d266787e22f6fc0c2cd92422e107a17235dbe99d16030dfc13982675e7b17c92 +size 1708245 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9573f4792757c630bb654d73e94defef7c1ebf68 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0747863a037f8a972784e2e308f2ae7c0a29a40691280b8262ec3794e74702 +size 1297710 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3144eabfc838e76afb58a2b5a7d4615665c6ceb4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d57e5931ac7c16825af33cffeace033f8cd11a6770fd497b2160a02fbd905ae +size 968220 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7639fee397ed9ed0f0e92cce80ce8fca638654e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c91e6fb76a01360bc8eda195c9cd5dfa46c2143ca812fd8d3ae2e048e8164b +size 445826 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d81516c8255b275f8a6e6f5037f7358db92bcbe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f64329f10e3bfb980a1690cfde24e666375fedb302dc46b4a0af1aa3da0e58 +size 870619 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fa3abfcef7e343e7c0a323b26eb0d638a6e01cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9c9b7c955b5dab2fd262b0aee0d12c7be4c68057d8ffedbc88cdf52b730e61 +size 1074365 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..061bc403c2519afdff4a001f2702271abd926a28 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca64bbc559532e55c93d369a09dec839b7d1c3ef639baee884b3916bb30d9205 +size 843703 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75fa7b377a95641574413f5131f46531a594f28b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94d137907e2cfc84de980100768db6dbbb0018c422ea99c539d3624d08e2d7a +size 1693386 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56f73f866d719307b9b35eb2194a9eb5651ddfe1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c0f97c085fd34912fe5576abc6c6ec1b98118c730f1fede2bf7e14b6477203 +size 1007658 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afe8467df8c19ce9a3e9ff08240198f0cde29448 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1408537e3ed7e6afc3d05dd2b596fc0f6e8162d0c14a7981ffd7397a0d51df10 +size 828763 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4a9751b85c9adc0e2a7ae1d3877f9c15abcee67 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e890e17f54edbeaa28e1f77500a0f27c3406f6f85b2075ed58c22e761f7ebf3 +size 1096371 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593118df025cdc41168ff96f5227f42d5f8d8c39 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8a914f8043ced5ba663cfe80cb61d0ecf09cd53b409e8ab85ea65b73865ebc +size 782277 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4861ad0e7c2d2a525a0d12931d537baf90bcaced --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa88221ba1dfb990a11cba0b99c7bcdae9809f4b7444ba67e67ae4fcf3a6fbac +size 1060371 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8259511c794ea2acf6b3a9b0c97e5ae858434272 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde0337193a48c8b909997b64294e0a024fd661be126978d19da3e168d952ce7 +size 1651566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55023885c781cfd0575249a41eea9b870034aa3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcd856dd63d1842f42d60a1d9f4c71e7fc396e85fbb8b4b9ed3b2f7c6313e4d +size 1241537 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..890c81896a16abdba0abbaabbbe973152efdcae8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f146249e1776f072a56075c7e4e160be0a8361f19a865010afabba652c5f80 +size 1031123 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91b552325980a9b62d789a714f2cebbeb6574f3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74df83740a4d91850323d150ded6bfe10818dd0ff9a53cadb15eda960bc55edc +size 1292666 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe47f277776042f6f9f0194b61eb4ca586b4373 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24eab910a14371de4fbdd1e2d621a661d867b234365ce166691ecc51719481d +size 1091930 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a30493d507c80371eb80f394f26976fe1f26b820 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea98e70fb1aeffc85f3fccd460b9b8902abf0c210861a37ad61cd719f128fdbf +size 1115223 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..733345784661a0fdd24bca9595166033fbff3f83 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baafa2c9408b869bd020844fff1c1b59362ffd124d8624bd95feb20d65e5a2de +size 1486225 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..867eb20e773ff38a4d32b5df3dbc66f2209b620a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cb2a83d14c62858d28848a4c961c10a48d9f38c949e271371b4ae773042ec2 +size 716160 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38f6702ac90894dc12291f1cf5a06989765549b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d4b4e8daa90a1fc59aebc7a62ec0be55926ab086bb520790a66f78984d58ec +size 1263186 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6af7203953d23dd3e61cc3c54c8e2a407159cc09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd37d5cf4a2ac6baf97302440b2bce465c82cf403120d317b190c8cce750402 +size 926991 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f078439cfa8987fed7eb8c67eaf1b82a87f937d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85ac55f0f058b5390af7cbcf6ea08486e945826e56ac13c78ec1299110073f6 +size 1420204 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48a4846dd7eb3410748d3f0395166f8b7bbc2652 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8109d4f24726488dae1de887f134e191870cc7f6a21f5be7e2d7e51ad731361b +size 674976 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed9e4249ada0be18c684fee566786b7665479355 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19b79ff2388937ebbaf89563c14d8bbced3915c62eff4191367f21820938dd6 +size 374339 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5992c00233544e18261dc57c6f4913523dbad39 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976ec954171883d3971b722f5bb30315ed3579dce3e619335281e894e596490c +size 1045167 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cde885478bc5b73585312dd003a21ac506625b0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9a19ba38195890bedf76b578c399d534d7f7f81e75a5e59090d1e106bae987 +size 1540566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7690d44e6c7310899553a9a751ac8f6c4eedf9c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fb333199926ab73d98908764eb65075a92b89dd300c5f0d71917a50a8853a8 +size 653400 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4aa5aa338670883f0f6625bcb1116bd21d11e88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e4a03decf5dffc06e5018d27bcd2af2b66756fc4b7afe1c7845ce2debfb573 +size 1550690 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb0fdfe6b400ba186b59750e464fd2039be35eb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59405240d574d9219de2bf052bff0d84a109c5d4ba98a2dd72d560ae2d4d5f15 +size 676204 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa6c9b729455d86aa302274a679781ee63027766 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44659f5ab547aa06288113c2a1a70ef1ba69fa004a1cfee9aeb0c0b6375843d +size 512109 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57f0a0276400c811eaf831a96978a1116a7a3134 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b36c892506bf8a71be6dc0897d4a0ad99fd3c056f0de58a56e010bd833f29ca +size 789848 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be169b22018756b81378840cfbeefebf41123a66 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3b464fa3ac573913ac1bfe6902c1fbe02f33cdcf5ee3acb91879f8a2f5aaf8 +size 1248760 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bd17d2916e79555fe0ae7fd7d5e5fbed6f530a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff962e036da3d1898af58d61fd402ed07607cc162e4e5fda8347f53075b5dd6 +size 2248686 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36a07c595b216ed7938d2c9f95df1d7ae87fa9c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb760aa2c6abe4a1192c6ec81623c4a480513e6671f097b03bbf5a584ad35a3e +size 1620698 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d85b074722db784a554f34ebffc69667ff2dd44 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd2fe017f02c8926a770c9ce3baf03d8a71b949a6d7651f3a9855cb05dfae42 +size 892210 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cdaed1909fb027be7115c36f26d99295eb45657 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0736805db1692e82f790bcebe865d12d78e87cc2bb28941bb33b0bc887901c0 +size 1175093 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4dd27ef5c3af0ca9bfebf611f14ca6e93764336 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6413c3228201535c52b9ab2d2bd1fed42f0a182a99705c268a314ab99840e0ea +size 594021 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49fc3fe1f506e0921eaf785cd4bc4a8f1c3e1be0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fb9ae809861f3dcc5db393a00827255d6158f053246d9f2f6e552c54a8e481 +size 697943 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fed421bf07ad6d95033e8a6c1a6331e819bf153c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a570c92ed440d404cac18a8ea1897eaedea7d25b21ee9ef9cd6e51f8c8b6430 +size 1621568 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..822232b99ef7e6f4dffbda1eef26ed0760b040bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb33064c92965d04e7c4e1f0bc6b10b0b17d24caf117e878f0f7bb6ee4c255e +size 1169465 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a69a3f37a8d8e64d5977a9f266574618a7c9a8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ab043513b97e19f3fef06b4829ec9022b206bd753442ae5dd81ddf6f90424c +size 1082503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2beba1287b4d74ea379ad7eef7f265b9dfea16b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cc129b54b98249ee16d957a3b1cc84615e00be9ea2480ebb7beac253ac97b6 +size 812343 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe3f9d527a7e60baa56ac98d4f3d912e9028bcd2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847099121a738887929c1be4eb2ade5d332b8d8ab6806289b7b8259c05fc6195 +size 727337 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..947484a1d7335e235f3f49d9c77adbd2a8da1b54 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b65cd19196cab194e6852730d634623d258f852900e269fdf3bf836706acf79 +size 1323577 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..468863133573c82b1823cdce0e01777f453719ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb0976384a2510eee35bc3518aa3aa1a7acdc6936c28436518b34da3e06c2df +size 920556 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..948d7d83fefdca957195e9c335da38699a9c033b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7714a6aa4d43dd1c418b375c44dd89d41d0781c195cffa1cd7e37252c566dd9 +size 922735 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e383f91de7dd98f24ef89fde36674104db64612b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f96f6db280056f65879acdd9f40b2f2a83a83954c3739c904d49900bc6d7e21 +size 1037835 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9c7576d028ea637b2c2cbbad48c1224415c7f32 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a6793ab1ba02182e652da3940ca671b2cfe93a43861aab720c223a69352065 +size 896513 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6678d3da215edbfabe08ecedc461ab9ada26ffba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64216e40b059d1a5d2b9151523bab7ee8af3d28cf8387b26fb233fb7acde18bc +size 568304 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..718eb5c2f66a80b188f38fa53f5da184430f97bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefda2cdfc9119c81c3ddbdb5201151c2bf95ca41ac117046414d63548d102f9 +size 637253 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c64d23f30590e9e4e35e2973d23006ef89450686 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6e5d6a618ca3c3f088e08e50c674e42e2ff6efd319ca7371dbec899c1a9540 +size 1297570 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f44da4d9978a5242704c1ddd2fcfde7deae5a1b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cb44ffb04bf035dea4ecebbcfb1e4b124847ab3e9376078fa71943279bd32e +size 569098 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8724677a23a368e65b0e1f26ad617917449c3dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b5bf58831620ae0b8a93068d9394fb2613ca5dba4f967470f45a55ac97a1c7 +size 646739 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bbcf005c3a2c4aa7978fbfb08f1a3491bcd98b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28576efded5df56cd6e66ad7527c6351ce95ca5a95ba599572340420949f606d +size 1033486 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fad6a8140b5066c183397e7370af0e0299a92c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfb00da36ccb2e60a1a5eab3cb95a08ebc5a8b116e74bfc1b4e0be833d74342 +size 1639478 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7cf0c91c8e797d142d362dab7c20c285438ae28 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff21682a48a3927d77cac48fadeb4c83b19876e2abbc2d39735c40ce7f4715c2 +size 1436951 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4f5b0646fa5e811289933f9cac35fcc33a88151 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe7a3e28b585b45155119d2fbd9b7621edb7f80ca42bf2c1a5cb7e0cf977e46 +size 1823695 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2cca1854ac61eecae2836739859e918a5ea1c6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a914c5e16973d6aeb759b0c8aaa4609bfba376a42cae95e6e44d9ffeea611a3a +size 792069 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff235bffbd1f9138f978dace83d65754952b3c62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9044412638bb23fdf8c98e60069879ea525bea9e8a3a60dc4b13ca658470dbe6 +size 1348280 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..078cf9e8e6a124612a525a5e167cfdec4a30c79d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21548e645ec58ed901c67ac98ef1503cf9925af019bcaa9523bbfb56aca6016e +size 987818 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..185ced32777295077589bc225d4963948c1e3371 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d883498e4deb4fc66499e4b4467709105c7b1b3146003cbc2f697c4d9a7a506 +size 1452697 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89716e8d3f8bb154a638066041326bb026762af5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514785b85aaa158de51f76fb94e4a7149087cd5a34ad03b58a90bfd48c5d6080 +size 1169390 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..678a33337c9027aec838a06339765ac10ae1e102 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f77002d769287403e991b4237b6fa9504a54573c83e46088a067130558436f4 +size 668439 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203b4e643fd5857e96fd33261251fcff201d5a20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166fbf25d75686ff27b5efeaa5853762edcbdf242f941ec71c698d8d61d6e839 +size 1409559 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79854f10071b9eee3250b0c43d9f0b888a40d685 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5a172d13db08f866481a8b4950dde726f233a6629ad8d8f161670a4f8b08e8 +size 1074562 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f524f6140fb5a4b87dd4d8fdd0d9625a47010d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7ca60531326bd7c52b608d0a7ac921a31ae4fc25e9560baf737ebb0df1f584 +size 901843 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1e4c8fd2207d8321201ef01aee22e1969750ce9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe59de592fc38a21e5954b0c2854eee3cd02914209fea31c4b0fdf61828476c +size 803039 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a14bbc7d764a952204b6acefda49c1c2b7c6c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b62d3cbe9ad3e0c789c55efdfac54e10eafb2bc7e1a3cf800aaa4dcd21556b4 +size 641088 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92e8014f793504b3de6b19bbf58f3452d1cd783f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93202f74ca297baf9865213b0573c2add4b04de365b7bdacc38aff705865d7a9 +size 799730 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..731bf6a23f2228e64965a9f08da2dfdc454fd0cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18525c8343f150656f3e525a06904eef43a7a0a034bd50ef858a04c79ed71f10 +size 1050503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95cc973906735b9822ee5f769d56a87cdde24f55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a81acf43ef7615c5db8db3592cdcfb120d9aa4ef19abae8d171fdacf2b6aeeb +size 3167922 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75566c9f64208f1856e65c837d5df1daf3b700cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b636adc4cda6aa13a18e96fb412509393c9ab3a32dcb3421dc4626e5e6490d7a +size 874074 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d27e5b75be1fba0bf900b5eae3602b0f04c816b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5122569fe920680f4492c9cecf9ed62082b7dcdb5008162fefcecf44f1d01831 +size 1252593 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe6607008004ff7f71a9f37cc5777ce6e6594ed --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989adac31e85d3ca6bd1a9a0799131ecd7b7576e58a7718cc7b6a4c3557e81d4 +size 867756 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a79e0f5b8195254fd594c114e33487c4a0535c6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2a7c31f9f9477286fd9efe94851f09586bcfe2e3e1618fd0f75cc8107a58c9 +size 955617 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd0a1bb5284d980557fe6cfa73bc1d2371bf11e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c166cfa7e46db661592a2c46f0ac6147c06bda5f89d7d7fed0feaa72cb4af5 +size 596364 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3e64d278a739efa2305a1f6c155ef4ee478c94b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a7126ee7dd141cf799f3f83116c8604d4d6abd057e0a6797d5088871d9d131 +size 1391788 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f04eecbfe1fce23178e1aa9a80f979cce8d9877 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19908eb245787794db2bec026c86f61dda24eb6626ea434f4f9b5ec67121bba +size 1389801 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cc163a3deb80724ec83a546b0152b2ba194f8c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eec1c9b6ea05ef4a9cc34e0eac46de3056ec2015bf9a44f51f9a68e2002e67 +size 774610 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97f45590cccd3dff29f1de873f644b7d0bfce2b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d0d1382235e928587a040a0e9515b7ac2f509d0436153e15a1da1c764bde7e +size 697653 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..235266f4ce2eabf500513ef4bfbf100d7c7733aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ae65d3d2aa9dbc27ede70a032d2ab7443959b7707b1823f99e26ce6c22dd97 +size 1328305 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea6f2ee557b44e43a3de0149c55b241b589f2bb6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b45cf3c6cdb91584cd8fe168bb4e28e962827a7c77594cdf2edbb2417392c0 +size 592847 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da09f51f26b385a5cae94bff7efcad7a6ea84436 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b80f9776b6b414f8055f7972080e603cd451bff614865fb0f919073b30ae2d5 +size 511224 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c5e2bb6123df7f3475c130b5a95faca67982791 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dab0ec4fc80be092cbf7e3a483664a75a908d9a5501d6d36f5b2b6c31df514 +size 1130529 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dde23095106972760717defbeeb18ac9731e35ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08443dc84d8294c2d1559ca34b7666b7266ac61a5861927eea6e3849af0c8ee7 +size 609176 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff33eb5061e2b56d703336ff6996cc25ae704620 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eba3a9d2410249c54fd20762e60bd74f24141a6df829774987b21273207e3de +size 965102 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cebba473704574104cd5b9796ce3d94caca28ca7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2b0074ca02025f868bfa1ab22bc4a71a2c58f475365da38ee1490075621bf5 +size 1001092 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3864ec5ebcdb5ea180c3c1b9cd9f5cff7a8cd35 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50065bce37dd8753f474490f0a488a65a5dc684ff92e944d4e7c8804f6048c66 +size 1780404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08991d0a78eec00519a8de8a4e9468e5bda6c9b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f570745359be87f27c2a6c7245b79a4c3f6288e56149b0fc3fd131ec72e73352 +size 1026295 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae90005e6a8d1086a21a0d78e78b35bd8f5ecd65 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fae06fca8c48b903ac9062a04f63a5863f5a994c3277e2ba32e2ad357f545c4 +size 1248573 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..542b277790e9106a4df0aaf3eaaa58e3a89caa07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68caf72536eb5911cb7e69521185b0e04720a39d93fc98a0eb9d7bffca54bcc +size 1048316 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13997a5b78cea625c874cd55b7186e9e1b917174 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b604ad71034708b597753b1ca9b61144f8c17d2ad1ed60e6afe8e9bdd73c8a93 +size 1091051 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd4692b403458432760695e108c841c495e8041f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e78ee60879554a29d5de2cc3c801a0b889ac02eab5a454a3228f4afd4da649 +size 751086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1828721f1149114acd6a398c3def88f16ba58f7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaac2c1d6cdabf81d45f4bf8cead570cc92e2ddbf7f421e560f73fcdfa686c70 +size 1024155 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae707393d6c37ce53ed34f9735f47c1e0bb014bc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95239dd1c2c07e737f615a4999f782581dd8de07e3abca16ed569300255ea0fe +size 835736 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54782dfb56907528dfdfb29065e28d3c1e836a8d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedf011c13de7cb884198909e959a9ebc1715b5933a091c2d1062881f4877f72 +size 735407 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635ef8f110236b2f2d593835cca6c6e056837726 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbb5da516f4855c8ffc2f58f4876193d74815b1d978844ba133a19f24a944f8 +size 700316 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda622b2129f5b99ebb1d1544d19c5ff080aebb2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da1cce8bb9959ece1c93e780d94be400d8b4205bfac2e5ea56c4db2a257ba33 +size 584988 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..507d0d36debf549cb182692d0df7e66a06359c1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648cebc0c8538096f2d6e9a7017ee9ada541ac2b6a75196854031ba29025bc10 +size 953910 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a972b9b9376cf44528795e23d727e41505d536b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99ecbd941ef2a3397b721b5d027174f655a8af14a1483cc8ed2ecccd903deef +size 1004126 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3bf6e22215e39a799bf41631a9b1936ae229db8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623e50097a370da5f52415fd927a7c67efee28a5c99d718fcd8bdd3e5a1345da +size 846696 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8495ea788f10ce1f65af2ede577731499a7d6596 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54470f976d1c146fc8ce45e95b2667b18ca59b1effa98d6dc268b9b882fffc89 +size 444553 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d4f003b3b4f559835c9a10b7908523cdce9a15f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597e0138b890d3214797abc3624512b216f0876362f8dd68edb61fe306729e81 +size 1061987 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db1298c3fb08962f210c27b22fcd4f0c5d1d6630 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d0017b5da5034c110a9be3268a97c3d0825dcba7c5db2ef7f17dad2899a011 +size 1000759 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d9fb1115d493d5b5e1682d91b92bd1c5d8af9eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682e4c76c0f68e9e7d775e78886dcd3497a4729ca39b7bf4e983228fd69e7e98 +size 1404101 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e81590ca0b1bc9b1a1e14c6218ed1991a84a8b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fad0a5f1bc0c7ce27f6101618d855eeca08731dd2d3d4a82a6a3acd0781d45 +size 1119705 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8df8b1682ae7a6c1f4dab8461274c744ff0e6e20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4b46caf135944c9d45bfae027ea8283d0bf7fa5ec0f6882bd91437dc2094b8 +size 839836 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65322354249a8a00081f8d6c87e632a56ae9d570 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8dfc884d5bcfb83a907700721b3e66eb6f122db8a5fd0d407634a0cd985b39 +size 1042629 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ac869a6e4cd275204cc297f0d8ae695cc671991 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf03f072923462860e7f7aaf47552e1fab1b66635696007aa9d35d2766215096 +size 565013 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5e769573b6bf1d4dc8de0244188819376e7302b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5e795ef4062f4ebaae545c60759abe79992b4ebe3309a83e578558fa92b28a +size 874604 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccbf2843a670355f401dc76f69a42970a34c1ea7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b728ad2b9d9fa35a32f08d3fede852da2f1caa6b633486e36872b51dbd2d241 +size 1219588 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e69b0499ed4d0bfb9191790888c82be3748c073c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029196bd37b3eeeb0e513f1159fa873efe4bbde99407156fe8317d2b21ca6f5a +size 1974503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7315ff7acd53bb87a3508e6e23faef8866efa36d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a6e1f0850d3236b160380b392e0e907ade8720b204ae35db1336a7ed30ecc8 +size 1691462 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8a34c712fc63dd481aa4552e2e7fa26e78d77b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90751e58ecf4993b6640807fb807aceb67d6a89e29b15787ce0eba61fc582c00 +size 1311396 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d04b6781851ace901318eec1c2f0181dbaae62fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4a6a82fb177d5e7e92b78b1d24261491ce9aaf2a32bd50d58522a4558e7a18 +size 440459 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aed2eae6a2ebd2f5e19592a138578fe38258f73 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc67bff1331db79afc26f4b75451e9e2580d5880601803307aeb5d437a4ad63 +size 977320 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..084ff57acbc53defd4479ba87ba860862e7d9c18 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb97fef9ee01c096d2d139b654ca69e5d359ddc0b8641c5e51a645765db8b2c +size 511000 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc71c275ba678453248447e672c93e9e8b839565 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2c4081a17292c42ea30812337ba2eecc8e1122ce9c3d8c20cb45fa7a4b45c4 +size 1928687 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91ebc5adb0566c0681ebae5879e7c3ae1ab88c82 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b795f3abcdc25b1d2cbdfa89e4acc2e4cd56aba0e229c31919b863d2c2bda121 +size 572544 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf4ad0917454b881edb41d278f7f7ac400a06ada --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a050d03149dfbd34e101f26abcbc855c9aa4db38d240ed79787784da519fce38 +size 812287 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d13437b0856a2c7063beb793c788f1707705f79 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483a2ca0201a2225815572bdbfef5314374fa638e6b5de532b734469bcf5cb72 +size 1301140 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ef09e2263bb40540c9359acbc0ba71796e3960c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a0bdc9e553039c77d0d96ef1bdfcaafdb7dce1dfb6fb907f4168af8403d622 +size 1323675 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a687eafc0776ec545b43ae71a585186232258832 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3418193fb5a7a1c11cc6053c90f47fce43b7cc9f78c3de45b54e781d9d8f4482 +size 943469 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b803595cc26434aecc4b928716739335748ee45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18df132dd98f03724833aab39dc0d93dc364310662472521df0010efb46e5e54 +size 1189087 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b9c1344cdd0cdb2b0bd658bf828254ef2b3f6c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9404222bd085f8f710fc570dce832d6d68a98365414cbb32dda0e7f5225629 +size 1013285 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7a3750c6ddc49361ce70e68c5d097ebb8748e6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e811a761b8b681b06dea470794a68fc739f095257c6db245fc68123e9182522e +size 843282 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fbcef14382750236e091ff8b081058c135b308c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbbd0caa63a44b5d626e63d0e523e67d5dea1867bee970a1c1bafbcfa317a03 +size 1164580 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0de26dabf0bb4aaa75684ba83d0bf706309d478 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a417334a1fce5209c4610e917e03005ac10de799e59609d0a1d93b4deb67a8 +size 1090892 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3943a4ce89349b4effaf52b24a8554ebb7126fb7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2ae80ea9f19041604c54a9bedc3840331f57b87adf91c7c0dc4f9c7154d270 +size 2153632 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..786be1c1219460b505396ce2143a5cc63b48a370 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65086553bf240cfd6724ecb58b9e8315c5e1b5484f750370d39604c901f50daf +size 2050934 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe94fcc3bc402d0b5b362d2226808af6341f0fbd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41db999752a6b07e895c32e9975331d640c509fe6ee3afe7c8f87cba0c9d848 +size 1438029 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b49e035cb590b5c280c4586433cbafc35fe0a03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce04f940ae90536572f6f524bf9616853ef8d21694191482b4814665567052e6 +size 1005398 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5472fe391bd0b16c4381b33550ed67c247651015 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab4144d8f06affd8ebb6800614908a051e540718fab5768a9966f25d65c5a2a +size 1648760 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7c32337686ae8b6d3ce5c5140fdc592f8f67dd1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af8d2c40dd3d27c4b9fbaa46601fc1d44af60b40fa6d66f1525c2420f300a21 +size 640859 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71dfafa3fe620d414a9de04a19faf52c756ba83a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976530e146a242279e423765c9791936a0a78c9cebcfef01a011c00f1d90b90c +size 2366712 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a64b41b1c191a9e1e15638a5a6d7dd83894b5f5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763c5e2724a937ed7b8e2fa3dd63af8609a9abe30867bc8222e964079ab51666 +size 707175 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..434fee1da362025ba2e57409ceada9604fba762b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7634339e9c28944b3f230cc8b89425cecf1f7d39314f2470e9ddc7388aa66092 +size 1184768 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c487c05142511e9bc7cc70243b539eb3a59792b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1331ace23c940246317ab5562f249863c8a852a8ec759a248a151af0bade763 +size 627441 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e51a81dc31c20ad0696b0b07bfa326ccd373cfc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cb70713df1628f7c477411667aded9c0aec6bff2c58d8cc8ed4c086744c886 +size 1825143 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..443d0bd83f04ebbe27d076eb6b7bfde43fd9a1a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302962c2603ca42ce43f84e2926ef8fe4793bf871e558e71be65ac29cfc14ffc +size 844427 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00e57cdb59d6297240b818440f8bfa03186ffcc7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3112923614df68828d20e6e9d8f8039301c0a936cd5d774b4e392b3f0e7be4da +size 708964 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77f6dd797e3d8150ca2686c5650bc505c02b3931 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e386d69c634c0446d0c27d45040c9b5cd4d4da91464b2d2cfa134be6e739c2a7 +size 861552 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64127d33295f5ddda4a3e615b76d3b654f5540f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6279befc04167cab39bea7df93d310e8aa4480efdc724adc50023dd75012c11 +size 748052 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..356af1969508bd388bc3c6d01b7e677edf20d153 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa0983b6222e920bfeb53c54a85879d56b886637ecb6db5e78e23b1063ff98f +size 1645506 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a120dc6a3ad37a9081119b9a3f901d3e974669d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a19fd7b924c9f6a5749d4179c4eef66b751928deb2401d0cb018395b2cc87dd +size 1760786 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fafdd11ffef7675ec19e11883c4a48a8cf9e27a3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e5f3cb7dac03948684deca3399a0a7cb1a33f114dfd428fe99969f3e533bd2 +size 663113 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1cbf9216b97a5692cff67846a87e74531d8186d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e72058c6a216ac6871815c3a82d4b0e8a86f29dc516e0aa2f0a2e4b969e85c7 +size 1155344 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17f5102cb8402b57ea0d3237239c4f47074b4253 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6ed0169737bcb5f684d967759241c5ab94cbb7759758ce03c1c6ac8ca79cf6 +size 1037736 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1efdeef13765bfedabd623afdd7e48af42b57b93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719b8409f7e66c83041a794c9716a208db542105502f37aa8f9c55919e1e6d83 +size 943556 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68746dc9fe43a35682435027ebe495521333b0ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35b8d64a8897075a873486b4ac3359dc2f68795c1e8542a6b6be307db2d4f8e +size 553813 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593b44ea9c0ae4141444a25e952015fb494b5c84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766e6481d08c05223e94494da54bfe90959fdacd75f145cb3fd2a2124345d9f9 +size 938495 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..173c90a5726ac36754302933cbe2d508c2ca5852 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd41fc2cfed5766d02f4f6fe73431a2631161ddbcbcb20137065cf2c9332c8f8 +size 987162 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0360b0e096871609d4fef92c8ded251872d6f05 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98616d8f872dd7e72165f7ae78fa20740645525719eb6f73ddeb5967887a8f7b +size 1149898 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50ba8e55ca4fed3d77d9842b6b4819bd42b6246f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e59fa4c3d521acf932a86105e520315e57f9ce2486f5fbe9ffd7d2a4eed33a +size 1304881 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f1529c9424b986581cc2072cd4082eb2dbd0319 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b677bf83ce02602c6aebe85b3326fae04d85fb621efb41cd2aece7584adc7bc6 +size 1694502 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5fe4ba6b6f20d1286b0bd2f28dc88c7babc3041 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c11878f16e99a8c241e7d3bd2d5dc5971ad151cad517694f8b104f6228ec2ff +size 1055960 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32a4e8a771ecc822b96a9cfd690260e8da4933aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d765519c78edcb2e21d009e3590983b5df5af4487d4d93f84730b65cae6644 +size 890450 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e163493f6b38cdf128a2aafe58c2290085e0603 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b9d7439fc70a19d1dcd0a16f8366fb87b191aa5ec1a2f2d570659715043de3 +size 684011 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0802a79d90c87ea41a44b2368da0cea0732db7a7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b041cc30db6662b8e9ae22309510cbaed338a10569a1a0cb0c314222afd8d6 +size 1008819 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61547e38cbd732c425ec06ddb132aaff71e0e363 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93f47843acfd13baf44e60eedd0bcf1ba9e70849951e122dc6e754e8ea6c20c +size 1440409 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4642dffdffd4f1ead10cfdd039b5b9581742cce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a767aec090fddded5fca3fc2eb88f9dcfc1db00917262e999e924cfe8352f036 +size 493101 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3649ec42f8f85dc5180112ec98bf9aacf9123511 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e759154ce8f74eaef082d580007812fa6c1e9464be4aa0184194b782adbf2d93 +size 579185 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60512f995159eaafc8b350e3afd9655521c3a0e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099e5b2b14692b5f91386cc31de0e598121b7d2a2bacb632bb979b7fa3161661 +size 1209416 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85f9848bf7a165a8b7a1fa50fffafd53cd141953 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c95f1d7e57512752ab59a7062199e5b08dbfe6f14b8355609b0a628f67ae491 +size 909257 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac7a75523e5d7fd886dd3b7ad20b6a631f5a4736 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd80acf05ef419f5126b4340c8195a3d2371c9daf37f179027d2ed53068f96c +size 970920 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fa88dfd3c3ddda9edaebb6c34bfc31c6582932a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8f9129a20b8bb186a980edf0a8ea451eed34ba99956574be550f75136d51a4 +size 1453440 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39ee9d6c99f51c0b50d5115a709d6bd7bad65811 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4082c7dc6f61cbc2bb2449d544ee06bfeba986a65218c1f38a0f14943d8b54 +size 1083862 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcf7c5c2678db141da9772ac6e70e01da9175db1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f968a2b60f21268c184f7c096c4394bfe6a873412ece472b9a7c362d63549e +size 1058686 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c513c404c62c94794bb183db437ffcbdce98ab7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f1cd84ccd6f4c836e64607204adbc0f1c5bac524c7c3036c4ce1b53ccaab61 +size 572675 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e4e2559975bce1c1b510a66334b55802439ae3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2482f085c6c5ccb3ec8021f90b60ecc8b516576575b4376d208dcbf2ce579bfd +size 700977 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d48901a0ab396fdabb7b122c7926243ce438043 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b593ed015bd100b6982996b2f57b78596c9d365de93be57b5a5c97584dacd6e +size 1148176 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37a6fba575102c8fbb702c1888119f6f855a80e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd42e8ce48ebe6d05d7e29f959ec1e6d1b6af47dc2d5edde8e859046a6773d0 +size 1123461 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b49372371b5f432657e3e42efb430b0d0de5deb6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8993e8be7ee1081921dc68f68ba4142e2d9207b198df972532fe1c921d10ff37 +size 1022020 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9480231c1b51eba4c2f88e9c4387a479b1c99ce3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d63242174d60eba4fee122fc0967e1385bc8b35f9b9aa7ff7e114faf7c986cc +size 605154 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dd566d89cd7d2223e0924ae19519d7a78902013 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9ab6599b95566212412317010ad6877a3a76837f069f19aad4b07d167c27bd +size 992889 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a2aa2982b0ca862abd2d6df53ef21a864eef770 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af32957a8706673df3037709e211656b992e2ce80397237e823dfda2ae73eed +size 909840 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8105555fe5d0b4c9f04df316117a8a3d423e816c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce9504c87554b70325698d103db0836349c44686392f8e70e9548aeb19ca37c +size 853169 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30b201247dff4237d91c8c3298f65c14516ecb2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cf09fa0b47b0563d260d55857b6ce8cb350dbf6998892ce42278899c3a97e6 +size 1094004 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7428e45ce2bbe8f9c4a60f2091cddb63c4842a83 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e862c9c9dc3c1469d41e5b403aa1db01cf0f3cc352984d6aa04e097decf60e46 +size 849310 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0e7986362e7644de2d16cf4eb10107c97b8f666 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f03b860354bf0fa51f4c3c71283df50d42c684de2952d0669dc0926e76eb1be +size 942315 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ce66f0d781b63d79b90305d856c2c0593d88c4e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d4ddda90ae86d85663c4d0d00efd87f12546d41ff53ce8e42cf9d04631ce10 +size 2338587 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7cdaddc4fdbc0a71a8d7fa6166ff924ecab356f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fecd929e2691bc9ade5540ac5324b23c47445460e9e96e5eb7dbab8af94fdf3 +size 826502 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53cc3d6919319bd32a11e9c28366b8aa59ea69f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ade1776185044488ff50bbd3f334a34af9aefd6919713f9df43db8d6e1e9914 +size 1455372 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f962c15974c01278822d6661cd9c7f2c17173c95 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7a12cb489b43b42502fe350aa8377fbea2c1b2b37150a5936260774f2b3848 +size 1349159 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..945f0f84d4b8b499b6137c988795ef9efc1bb16a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921b0df50c8a045aeaa4cc3f3ecf0f85f19a10a5e7269857ca92072c6af88d5b +size 657922 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..360ae12add1dd17cdefbc8c01b334e7a32226afa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff4c7631c5162c227e5cee6e0c889a6f8a6e393606c488b7a5b6b2c27fd1527 +size 1839734 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca23e0a8f01b15844a1137c22208f09499189b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551403c2e092856562ebd39146e7565603c66b067b4a01248edb69a692ddf748 +size 1634525 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1676681813363ae98e43d517eb00cf9e9d57bac8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397a430e771d8dd101b10f96f18593df4804677ef7d1a661834da2a9947bf395 +size 652573 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b46ed9d75a27dff8ed9e688aa3b84d0c0c40c19 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2701b94cd73a438f9302f6ea7655bfb8edb06af36904f2de05acbc2d70cd7bc7 +size 1005439 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fec85f61ef5628a6f359f200ae9dcf9a4097a50 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e015304e8e9fe841faf3bb5a40fafd08af3f39a4cf461df7ab84add10a555c9 +size 2493300 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfd4e7089dd8afea2e883f393dfc32e48845239f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc466db42f75e222902f1a5f39d5941c576c2f5778e7f5b352d441d3da90716 +size 742252 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8f594ad8823250d6fb01ad9caf2bda3f68bec0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77939d9064162f14fe611fa70e99607f9641cacee02f8ce895369e9fd5d2cbfe +size 618323 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdcfdafa3daea45cb33e5688d0d8bb9eaca23875 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5cbf720733e7901d42e902ac520d39a3905b081204e477566ddac9eae1a789 +size 1514071 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33c1d55eda8bd5c00d5aa9e3935beadd66370006 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0183f9d861700e7b9258cfd95077e15e2e87481575474595a85ab6c4aad2013d +size 976142 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bd05bda18a2ce867b7eae077cffb8e7d17764e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f6e3dd7dc5abce111ec58eb5dc9bd29a8ac3dd75d5cf3eabd76a28ba24315f +size 2693225 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5fa209ac259ff89fed2623e1de1dfe073245508 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e05c80e66b483e4264fa6b74a1ca012e9542029499b8c47f9dac78e2d13675 +size 848776 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7e8aa7e1cf69cc739c4e1a8f381ef4f35d9c5eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1308f21d85ba62f92ddc3b7ec41368308235da5c70e47316a09b727e7e86e11c +size 1376003 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95223d0ebe6f2bf8eba052a995e7bc4537872090 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf187eea6b5753565b3e1a63d1f283d03070727b16d75b8d3ee6bddfe0f82a7 +size 1411364 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d306ab7f3e1b023199598d657d8d814d725ff471 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f90323b7bcb88786c97fc0da15acf6309cb20224ff072164610372b5d312d46 +size 715396 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f99c9a623e19d4fb71d51d36204c8d03fa43034 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f982fd600c143e833330584f3366554ce1b48c5e5d488d4da421864677cd172 +size 564331 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56c147a89268248356b683364b152fb4b4c1e52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cceea246de3686e8ad8373341127e062be6b68b27141abae08fcfd72ed19c1 +size 591352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c65f9d2f78fa164cf87779c0758911edc359db6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a5c4c0b0233f0a2cb152b943c5a749a1a8da04aedfbe98a5897ebef34422b +size 1288745 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3f37d89ae68a6092a4372781214b85a22653f6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf08a0eacab64af0d208b9eaf711152a5916a482d689d945a9d6cc6513298b1 +size 784935 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..958a5c496dd8971857385a3d71693dcdc4021e6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b451e4c08a7e1cca588b559a1498ba9e5c94c754548d88f5416809d618cb88 +size 1025554 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3d38a07cb128fdc4c89187da13325360a329b0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81635ad9d37138f2e44bd7c4e179f5c440ba1334b3f1ead34cead0fcff7f9da +size 1056116 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843e94b2a240a351772e6837db176f53f4110445 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697423f75787594117fbe9f637986fd6c96a30354b03bab497d5d7a1018cd93d +size 628979 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2e46f5ac49e2abd3d57c1d3ded1b0cae7cdabeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc4aa0759b4e8fa703beaa19bfbe726056da9f045f2bab7a5453958b75063d3 +size 915566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b98d61fe41aba0367244fb7712c94a4687d6922 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306c053568dea49fff1e15ba5d36f24cafc537e03a8918c230e2103152956adc +size 743756 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf8712aacc62c2349455b94f108ff12e30ff25f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932d57a837e7df623d69f4f9da3ef003a66c94ff660b268782942d794ff06080 +size 815092 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b40a14a413ceaf7bd4b18d018f6631b8673cd4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce783d83c5ee90a07662faf59d8716bba97507f9469e4d0976f2227329a26a04 +size 599132 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..605b2b5acd4d654d80ad470ff615f493d397fe57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebda43cd1589c622fd1683cd76a3a97701da74b5ea9724dd2605321e707487be +size 654999 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a58d434df4c15427f633eb1b599063c9c7a2722 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01c5ac7f7ae862e154c9dfc24015463826e478faa5c4935e030d7583c1ecab8 +size 1536606 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c54ec396d296f6a58a0384a9ff6971d08b54e1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea787a5594c0f64c71b81bdace1c88508e7bd8aacedd7ea9bbeda9dfaa3bab21 +size 1554819 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7c95a04cb7d0bb5fd508c1892ae24a0ec34ed48 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78c3ce0389ac3214c11ec79589ebf66bc1a4511ecdd123c98e3b3dd8c9695fe +size 789455 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d03c9baaaaef2d27569f12dc1952c3d8ba94d23b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6b71bbe9d0bb84ae46d035c51835c481afb0cc34a6c99cb48d8a17d3996585 +size 1226380 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8216d0f227a9ec2109e58d23e2dcaf37b0c16856 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9cf8c4d2bb424151a07c655a383d8d3c5b0e5309d6b31414a37bf623bfc94f +size 699892 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f59aa66c5afecd4917cb482d1fb06f82ac86f42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec85cf5d15ec3e8ee7315588df84f054ac91b8ee8d50d91899d17c828584dfb +size 562698 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26ac36d0d51bdb47fc5a278516980b024da7a811 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97e32921a9f9189ab4009a5119b9e37da348c93d56ca6ab2d235ea90792013a +size 1668762 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..964a5587828c75ee18bb5807ea37a681e803b29e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d404e2138eead76eae996ab7c5bab40be791d79ccd28a54a0f9ddffb6dae87 +size 791157 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8f3db6f07ee0a6a577afd4c1f5fcaf6fa05459b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfee7714f585667c877f6637522d5102d3e9ed34db89a08c6a8f8e8a49481205 +size 965168 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e15fca58e22dcdffe7b261826b28e7c9aa519b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6498e692d3cb262d67aba02a3413ced716a0ff2a818152fbd4b7abe6ffb8b947 +size 698504 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd29e4e53786b48e5d3618907380b75920ae223a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4400a6db06bc2f3158469c9e6ea9d7a00f5e669845be4f85a9a7bb40514ab4 +size 725054 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bca440a81be58426b22cb462bbb559c2207df72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699405b7348eaf6708c98e3a3fb47b5e0fcb57c3993152967db696e7b74b48c3 +size 932181 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..929526709c9a8946e058cbf343d57c6fcf65db92 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84e703fff1c2173d181726bb422e1dc6e92e21752c7bcea259ff2e055d51c47 +size 667971 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d00807427ef516a95411f5c573f21876242a5fd1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5258128e6323f8221fe3b399f3eb77ad21b0bbbc7ff5035bf5c480a36a7a0e +size 1247207 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff2fe3bc3b614ecbba529491002c07b95c37588b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f9b79b517d3fcc1e36882adc4a3c5c1093b8bd18a74a4f698533cde4070b47 +size 2151286 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14571534532ac53ee2c2f4e3ded8ad4c7fa7569d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db643e7dfbc220ac2612ddf6622bb650d2b6e0d652b3fb3de76959a1b594dcb1 +size 1451568 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dde7c36292855c31092abe5d7e04797e59ad6da3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62c0f30dab77186f5b024f577bfb88dde915289c31d2a827e756de888d65859 +size 915540 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f6d37269568a3a152bddb82f6862807c2122c9c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67fdadb9865899c2b1e64594d4e734403f0599c6bafe3e2d1c9423541c938be +size 1137295 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..767f53a864e5fad95f3e7f8fd524f8d74dc5cf64 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cd84e673d966da5439f9cb8ba3f8ac9631633035a88fb09cd5eb5dac5e139d +size 778873 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a4ff019c3202e3ffe46124a0da7eef6791ce885 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53c4876aeb6f73fba0e566e48f68fec9ffa32e2934fee6ea95d06d3995df2bd +size 1753115 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e7ca35604be6a65979c0e8a4317a19ebb5bd225 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb3a70d88564e10224b53a8870f6e295fbb317ecf21cd7bcc3d35ba2738261 +size 796057 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..877d4656f19a360ba76c1a73a2b605a3cd3ae17f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7320e4bced33e715a808c495abed4a6c45738c2f6e2f53eae05f2fde013a80f5 +size 1038891 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e44f0f66613ae5b223dfe210758793c2de7e11ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c045ea93bccb6c7e10bf057fb4ab637025eb21c2cef7e479e084978b658140 +size 1389512 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1104d2aa4720a10c55664a31e972a15aad9d4856 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cdceaeb4225882ae5b8cc79519635b72b40dd37aa6166ea78c6fed67c9a0ae +size 668822 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f68be01c3b294e6278345b24b3e93cb004ca556 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb0d2aae0d98336356694dfe090538fb6cdfb5c6ef1a1a62f332962b501ca6 +size 1045215 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13225f94740b68501db20af54ea4636b906abc7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae869363d16a626f2d59fbdeddf2ddb8cf5f6ca3a9e01dde3e593787a065577 +size 610396 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c99dacc460b01ad22208de9e4d9945e3be9c5e1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5671a5d3e4e9545cbec6ed0553c3ff7c175b12074fe39ea33e379ea2b3bb84ae +size 3585871 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d80fd8eb54f23c6b42750d1eff854a6827468b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5eae68364c8a5c3aac1d26fcaf4829c76ffb12ed567a7a57e71fc12fb4d2e2a +size 1441906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2ec19bb1d5cf8d5800ddf2af7255ae1c563bc30 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2618c0497e921eb39b9684ed434edb62d9063bafc12e276c78edd229e6da24d +size 765453 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d144b571b7b76477a45248a879cb3a35524aa1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07bef2d372148a860832e8b0ad2beb1fc1600937c796786db798219c7155606 +size 870070 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53a037f9c585d1b4fbcd843747a711fa65faca97 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd94a7dfa99b8d2d20fdf79eecaf3baad867fecd82a43f1be85526a68405d0a +size 973998 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9217f123fe3d4c078e4f555566b1f25025cededf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7eeb819380ba558df098807817e90a1cb80cda6d5254cbd8e9b94f15bc1622 +size 1317349 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ea63bf1dca7c246eabcc32043e3f02fb300824d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fffad1059e11aab47091f530e68deb048d75e09b25fbceb9f3284e19837c874 +size 850023 diff --git a/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e80a27d0149ed54e57fa84fbd301734364219424 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa7e1564ca0e3c13b8f4be14a18c928091de6976fa8203544a7e5899eff329f +size 654555 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..369552ff3cec3c64eda7441dfa9294ccddf63c81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daab9da55f5b87c0edce08a2a9561511f1a44f3edbcaf46b8c3e7d4b5b17635 +size 215740 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ed64db097c9341f3d1ca6199c4d577c75aef5e3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c12cd57d78c8795a858f21b196a80a17c8194f4e8000a307c3e1dff7f54c6e +size 97700 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..305923f6836dba7f6e5c09bda5c666779e7c61ab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ab8aa03ea49b396af1fbb90e72e4fd5d44c47afa5d7c582d46574b95fafe43 +size 138813 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e3bcc20e9a667020cf982d7decf45dfa3a8eb6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e27fb60f19d662a6ca61a498e15be91dcae1ffb1f3471ad7499c691e86ab774 +size 115080 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aed5123200a108c70ff5a20e86734b573a12ce1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4f0d6f7e7873fff55e98a3bb1f4f39029ef8d6fb5aa92e58f3fca5a8ef9a6e +size 92946 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e5699fffcd8a0fd0830acae5b8f3810ab90238 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd12e519fcdeb7151f480747eec302c836269f91c5a1f7e8f772b3e043c6f8a +size 231700 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7848988eb0fe8e2505463f954b055b7a91855bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a808be8cb2e1c2b004a3884a37e61e742baeb13c2a059a41f49634092a88d36 +size 414763 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa471fce299b3fe566a7efccef2b409438b1aeeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c20783f3c79fc4c20638a4876d07366aa145d410057e575fc94f24bc73944f +size 180217 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91cdc3f4600628aa42ac1703dad4219669af0d0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45853f0780ab222a2c4ebe19e0d52d795a556cff4cf101d6f79e83368c8e83fd +size 121067 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..834ec2977c385e598305bfb88f6829ac75d78c5a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3950bffff5b36fda2f5b78c09675235567b17144f28da7628379e3a7c086d5c7 +size 369920 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93e9bd8a80c1f8c541a7cc5ed1156ed0110c6482 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1be4ad50007abe3be1fe6f713e83c802b4d9ac985b6eb74683ff8dec2e71fe7 +size 176443 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ce2d40b975c54bb37988cbcbb21ee6736521eb4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23626accee5f24891c48c323c818cbed35eb0828d4bf3bb9a6a2372a7c10d3a6 +size 256059 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73efb44566e6a3eba903221101fa022d1998db61 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572cc72c29370f9d4dd5b1df7ab05ee35bb0ead7f7eeda06fe80d4b8f2ddbb3d +size 136003 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92818f2fce96d3f2e53e62f5c16a23df0ca1f600 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a6251040fb12c9842c29d2843e8911c157b0f00da658eeb27d2e8387f42d2 +size 210802 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d39ac0a7a77c53e3a70962caf5b310d4efb3579 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd9eedd8e1320a09dd4e42bd11181fe45559941f4b7bafa4d595eb70e1e4a8a +size 222768 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff88ab15ffe48c52840e1e82dfb1cd28415a9ff3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0409902592b08e267d7b597db1148c7b4b9d0828b28fa00127213dd555c1a3 +size 234612 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c4d6aa8021d5fb5e3a2cbf5aff24361de1946f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6c75a410a94668b94532221ee61ebfcb39af366ec2f6189e1d777f0ab15ae3 +size 360502 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96e3a7be8c77771e79908562b6cbb4ed3811e984 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05dfa80a9a594b70690feb78bdf689e48680a8d8b4bafa8a0c1152b0d27b768d +size 265325 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230f3604e451f33830c15120eb676d587cb2b945 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ae229d5a26517ee43cf40b3575f380ec046d913ac791dadd3640c465339a9c +size 146974 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60bec8ad682cfa6f5a56c9d9c75ecdf19cda1db9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94366e24c077d73d1152dd3b645f21ac8e5c32c265441943d6177acf9c9c5893 +size 81432 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3d92656a6cdba358f4fff351e375a59cb94737c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea52e0c5cb29f8b8f29e57da935c0591e5f93026e2444d14816abd4ac3dc3bd +size 202148 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0239b9758a9b29ac8e8b14d1e182a83f39d43ffc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca586f61f7bc1613c6de6c9ccf87ccbfec151b056ba470ead4421c236041256 +size 144749 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62fee5d49b5645e4163896c812289855dc4e75fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce2b33006b2d4e205dab1ddb19d43f8edb00e443207eb87281b7c8961c7354 +size 276709 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f01cd885bfc49822d0779173a36cdcf6a91229e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b75d710d5515c30ed961f83438f5caec75c5f907a710fbbdf71ae3921027ad9 +size 104985 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c49987a0c4f6086c3fc3acdf364a4df86deb051 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d794021bfd8c9bdc147a4241e888818d7a293a433b8be5d286bfeac1852eb922 +size 126793 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0958dcca3f3bcecabf5bdd992bb00c5473804e53 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8abb2c6fd73d9f753389965b6efa9bb0400947e900db33f868f5bc7e895f72 +size 367628 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ce3ffdf2e39b00adde5d4b78e65f25688e2808b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ed6fc22b39de4256ef19ff47d5964152631d38ec2f0bcc26878ac87e778884 +size 194215 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..618219b6688f9ac8a480be461bd6c66cb82660c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292f15771157369f39acf71fef43cb450c71aea0a0fbe21d629bf9b1ab424def +size 170910 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be7a63e9dcdcaeace89bea10a32423cc4a3f0b2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5001fa14ed7143490e00e59c219f14fd0163760b7f5549fed28014523d7b09 +size 97772 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6152b1eec58aba7d53aaba963213d05ff1539a3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2142f5ce355494c43108e037d1a7348969c9afd48444c3a27343f3024d44588 +size 148444 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12856086e3a7a9a57cbb171311ddcffbd2bcc9a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec40913e32b35e4df5f8098925e1688e6db6b41932e7c2f4fe906fef5505677 +size 217965 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbec6c5849d6f403b22a56a124d91b9f3d5217c3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef7189c3c818fe55185ecbec7f5bc7545ed33b2e1c5f51914b69f0483426c84 +size 117744 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc17521c278c7b8747901f407d1e82a665f31649 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6376fbf08f0cc1c1b6a2fa6d926b1148831973bb35afdda6c1a8edfb1c98e1 +size 208509 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca0593a114d6f5c8da9f1a926da7a101ce838e43 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a4b176d66c214a2d1b11a9f04b697cb48aca40fbf06cc710512e100f54d9f3 +size 135682 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1d6f4d4d1e459e4adead42c2c3805e0f0526e1c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3c8532d68a3316c1c4d6d23de607599db2976fc59403aeae082b1ac50933b4 +size 109743 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..631f0f57deb6ddb3fc5aaf5d1fdbc4479178ca30 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e817ffaa7366db18791337b5cfcc4a09fdff32ce5db66c305231f868a0425d +size 168170 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a3cef2fa80ce217465d87ab9deea1825065b7bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1790252c80c182a95d0eefda667b68dea6f3af34e93f39b1fe8a16fbfe4f95d6 +size 172077 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6abff8fd5eb45e31a18ccc12bf57ece55fb0ca5f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cf0f0cc620ca358e1a591f9b4797f67dfe69c85637f27fa725b1bb8dea0c06 +size 98567 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38b53a4e0f0f4550db683190ac1a93da5319bafb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cf31ada70b3cb9e707fede9e5c9e9f7a74c408136b2d53c78c29c90e4aadc5 +size 275514 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00b9b8862637411c1f1bb5e71a1c467835c2d757 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f515be9edc55a3b3b4f65a194a63c02490e94ed0ab1825c47155186a6f6c135 +size 239153 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52aed9295639bbbf312644560264c49ebdcc128d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27eccd91268974fa54ba4cae7f994ef07591ed5fdcb03190bd860ae313ea479 +size 208102 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8967283f7057b0a4feeb98fca7d8e7f099f1defd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c579ad1f67778d4d6d79608285254c0e962b16ea6a79917f3c9b19fe095d706 +size 241282 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1b80dc7b6e7cebd2a8d57e3c11d03d896435c7b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bd740c5a1c750e7ec7a89d17d71d2360bb35377f258d397a6661c728ed452e +size 216919 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cac6717cdd6c0f8804ae811fb14cae7b951aa5f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e4ad778ff3f57415a5d69553e406bb285eb6a75ff46e2e774202f5a6e538db +size 150215 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e71a9e983f9ddb9dae76a0e4a14aa9afc13d1fc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9ff5b749ef195f4d91d979243f75d8743926cafdc3668a5e3cba1a247e0da1 +size 179350 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..446f855ccc58fa01e7736e78ab5f48a8b8ae5605 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a10b1173cf28d1dadab3aca71c0d14780ca37b4570699562ab2662eb43db37 +size 213241 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d70404040ef2d2855bbbb618abc270237c3e69b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3432b5d49cebbbf966c4fa2122dc435fb1c0957ddead34333c9cc07a05dfadbc +size 277444 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e5bfa596986f8c4673729897e5d2d8cc3a2761c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ca9fa4046081c7cfdc72df22bfcaf54537dee3024c31ad1173a47f19287beb +size 145808 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05521b14890c7df2b2de91988194320362e7486c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af4df77e5b542f50f4894e8cbfd64204fb58338f0d8f82c82f48251de9f9789 +size 225866 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..495e93d2b6df20e03531936bca9017f93670678e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db576c052e9364c04a58637b6de4a307b2207028b4e525baf5ed238063e5bbf2 +size 92098 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36a6b26d8ed2cc729bca1c124d6123e405234b59 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e762725b54b72c6c82d99360aefa55cc35ea93d195158e5916d45de5ace2f13f +size 59346 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8d71dfd96e4fced13588f7875310cea1702d96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb9d67f638ce6b183c4dd2639640d0eb75cf2671ff6c47bc67cdba09f736ee9 +size 148653 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41ad01928ca08036b0a0112e9461907d056ce6c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea9928acec93fbbb7a5b015bccca41e104d939b0c218d60a27372557402441f +size 245086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c31834133db7fef8b79f87e09422bdd39b522f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c14493a3b65b8f767ec97e4ca5424076ed21051d5e4b610699b058e823a179 +size 135159 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..882e6723bb407403d9790c9fbbb863aae0e97ec9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8249c87d54406ca00d80a4d54394cc266accf4b18468f964467286bd3304e6 +size 232744 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9591f14d7f7cb16df85c9e059dd420c7182b069d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0de14c200c4a76123ed5a9dc3aa69da2cecda76cdede3118c5fedddf2e2173 +size 153616 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f16e1d9df5d7827607f1d283c3f792eef48dd27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765d399d4d75c36886eee6908ee9a50bd6a6375bee1d3c53d41624b8c45232c0 +size 98204 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bcc95172fa263846251eb13760bcec2f82e8a3f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ad47941129c7d0069360393093393b6e19ed2983e23b907c49f2c3a03752f3 +size 82838 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc9adae6a6b01b660c91dc2c6b8f30817dc92c2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ebb2b0399026f13da8f07f95f5c359838143bc86d7835d4c17d51ab3a6aa56 +size 179792 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89c3198bac8aa875f72828bbe718d9b5478035fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df59bf52223afd2d9dd0d0e53918af9e56cde5c1a3041991794cd7a8c28be669 +size 413709 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff35530c3c06d50b297734ada1c65d38fddf17f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cb16b1ac8adc02beca3eb7417ba7b0d6f5e5946217617ac39f35935d751c93 +size 316404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0895f4fcb3bf5d310ed6a7220345733fc62cacc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4508acf738cd009707dbbb7a3379807cf161316e57ed19d4786914485c67662e +size 139127 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d2101dd37eba8cad062e7fd642d26edbb64853a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f2db302fae4f846171eb60eee7564e1008147dfd555cfb6d3696b084bd4df5 +size 217221 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74a811ab58f8374c7fb8e2242563c6bedc84897b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d9f13184ba96b57d62529afbf20c21caf4739ddc71386768c483a7217e6a82 +size 156711 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12f2392de50bb9c205c8cf3caf82b875848d6c4e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab33a4712d427820e36b7ace4454b26333109534c7f72d2d3c59d20f75d2ad7 +size 80653 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..152a917602e64bc9cb346e9e6082311579dec724 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75e1f5f4e2787ed4b6599be992739bd2ba1e5b58f646829ac0ad2f79873e09c +size 297563 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e716bcd2596b36fab95e2469b7b5322f88ba04d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e38d51854eacbffea37faee00ac75497fe4cd247fdea8dd365c600a2e376b1 +size 194280 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39193de4382cc117998dd40e51c75b13584a0f57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e9603f33fe72e9fbe4801f7170eec60502496de054934263360e1c381ec6a7 +size 195188 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cc553663e1c6aaa8f1e92a82eca302f7860faa1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdcdd5dbf7f5a81d40fb8146ebd6e00371380294542e4448ff5be7fd318aff2 +size 168703 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6df9990cbc13c12c340dfeedd6394e8c16b34e0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cd3b5085ffe2e59a669b056d2f81cf17eb197a55a35704243736e9e545f326 +size 87525 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a9af6146e6644192b92e2ab87d37c50f2f1a059 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c89c3c4a2056619e063c37a72807c9ccb14a28e0060453dcef548dee3f0744 +size 131160 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bcccba0f541a378fa2fe4b5e46744d3657a113a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3885be6d83091fc81f3bbc2738c2cc2f7bfb9006a9bb6ec7b30e61a1de937067 +size 127704 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38c496f34d15c2ed91bfa79ce83d852e62975d01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9d8baa53d4d734bf0a19e76361fc184f0aa1bb4c1b6b25872d53568d7ee718 +size 108631 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bed5818c7a295f40c697290e8bac5f8e6ecc2e28 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cbfeb031e940ed8ca705ea8267a6243e95c5a9a79d10ce28e409fbfa6d311b +size 183118 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dd02f31b95c74aee8517e0fdfe004c8d3070335 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20946b1197b4ccc7caa49456c11a801def155df1521a07f0384e9bcd7c5c03b3 +size 109939 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7dc3da75a7ec9d43c87a765feda6ab1805e5396 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3029bdd7c2a671ccb06efc2d58041c1c06c56259df412b162ad8ff5c0b3cd3c4 +size 99656 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0ebf0d07afb891204a041576cdb2b79b4871f60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e40f27a4991ad688df459b9f9d19462a1c3ae45ce14408f0ebc452d81f446f +size 171673 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09c8c19180d15623c2f437b6b47e0458b0718827 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5f38f7f2b5ee1172d2131a2cb55ed0c41c17b66f39d13c5ffaba1492ba395c +size 210860 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c47a7349396e3b229c0d843e57d96fb764e1bfb2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce390d31adad5ec3b07fb16a677aa62c1987e05a5303741d458038738318680 +size 82691 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d90cdfa6de52eba1f51fbe4f5809007e35a4e931 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3126d884c05c8bb655da63e0c8a34d16c12ff880b098e530f096c580b55ad7 +size 64411 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73f7b2598ec8d6fbda5cbf93b25bc7c631ce14f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1dfefec7d8b732e15e022e7315aae9110b8f4f6f67dc6e66200e96bd314c0d +size 138093 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc9b89191741e010d877bcd2c85096d464ea46bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1233c4bd0e03aaeb71fd59945be75afef66cc10f9f7837f17556ac3d8feb3b +size 205396 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f68364762dd673bd0512bf6113943026ba96806 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938d1dd93ea8fc5ef99851037a054e00a9c64e2ff75a7c9d20914b1a9e277aca +size 219686 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71abfa7e790f6025616859e87c4d331d022ff4a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7f66041baee52e23d37b358df9bff3021e16a3f7c495da02bcc1b8c86bcc05 +size 315860 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36416fd42ca417c4637e09b44a2ab07d075d7613 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a53efb77ce8ec70207c8e92837b484a40b978e8eb42ec61d20cab3d10f568fc +size 110456 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bf23a393c6fa83de6bd6c68f5a165ab63c8b235 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72854d959461e138897c55b342345cafcaf448b04bf67c4d3617b27c6c7883b0 +size 190218 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33a0eece937fbba089d04d3faf569762b21ca942 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a09ae043698d9cc1ff392a6b366fc6f3d2e4fab9d7022cb9bf2cebdaac1ce9 +size 81489 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bd3f22127fa00d9520a1f85f051f077b2334558 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad77a7406e017acae9f679d0f6ddfe8fee28e065739ba9be99ac0833066582d +size 248801 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0104f86afc99af2c36ee428482ec8771772ea19 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daeac17128a5a835e941f67e9e0a5499acd622131053a13213756f8c8eabea7 +size 122900 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..810818620edc336417ee4aa7a507c181e3d31807 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5216dbfb95a74f42d7eb214e4a460d33333f9b7e45cd955936ab7ab11cb95ffd +size 125349 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c389dd1ed116dbfe7bf83064bbc7f808fc7255e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416139bef3cb2ed5d58e3ac85cd64d1f12f7cb078b70e10a237e21c3ab1bf97f +size 284293 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..148f59d531b0b51caaff5f7169b99a92151d32be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f03bc805bf1a1b17a8252294d01160a0c0164419d3133b9c0c118612760f9f +size 175891 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0def2995ddd5c2ca9e2c118fb0361fbd0e9b42d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de63bc49ab390e4e5bec675c70f4b861c194437e7ae1c31385b394b7354f228 +size 147966 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d9352db9cd115746e994b4a1604c818ed7d0008 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5de7508ffc9d457124858fa2ffa9cb6203d2bd3d0133c2f2428fdc78e1cd19 +size 170311 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a75a2d3af9445189a19795a2ebc0cd3301be0724 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfec8907716665e276da166c15092be917f0b465bab2ac937dcf53c8e4fdd343 +size 83414 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de3e66e291f5bd7e29ff089b423e7f8211b828ba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc6ebe57329170d3b95ab290c88d87b79f4ecd891eb79d961474911801ceb08 +size 74563 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a54b89764f77168956945911904faf52a6e0a6d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c337e181bf4f7e395e55705718d6c590b2a3a88203646ca5e8aee88a9a9bea0 +size 161405 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8582d0211b7ac0cb2ce11c01b28da6cf6aa09841 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4f09d8aa428f5687aeed074d0835604bfb410a88ac13662cee9e52a2d12ddb +size 593207 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c90a05c7bb3f782483989518887a5a9b1b2514e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf64db3785a14dcd49b2300ea1ec1efdcb64b0c40e36baf5f639843bb62d414 +size 143849 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3f98449e60c12cd70544e931adc0ab69e308d2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856901b75f495bd7d9a6b33dc23d107d49f924455de3ec6b462fcca22340d2e9 +size 238262 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6164b651b236f826ae8929de372af37a3e88920c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d51a1eabac2ce81c9ec3013f6aa214c18b9c4283ec6c7b4e0e63827493e463 +size 163833 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684f846afe27b16028cb04559de7746c24cf51b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43579af9a9f91f99ca104601eadd1bee3e198e2a8d75220b3eefde696b20108 +size 110567 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66cf3266d375b0501eae0976784cbd0af359b4ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3b2a0df707f97acf8249be782d57af384d40856e2df5dff367bcb1181d87bc +size 80433 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..307b5e83156acc4e3a9940237d0684086e552531 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745f2aa15901a992058d647f026ebd91f76c2fbc244357ad1f8beec4d4b3d270 +size 235017 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a97dc84c8be813da5c1ad968369ed09f93e7770 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3b055d2849eea8d20bf737193a2811cd2f963fdbb6cc80fb5980ea41762a08 +size 226565 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..584e032bb162993d45e7222a055d8ae0cdf84c5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e375607d7d0bb07e87fa656876f735ced02710b085a2836dd22ca163017044eb +size 100963 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f0634d5501a249e922da139996e689b1cff246f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38b0e61e8dffd562e090ee33cfbea7d808f408995c4e89845693ae3b4b75e89 +size 120336 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0b4e4812c760bf6794efc4cfe94f5daafb021a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a917782d9e7b1ed502e1b6d58b5f614f4907ef0fe0b26a8bd9aab3ca9cc8878d +size 373808 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22b5c4ad5357eab971af1c31c02c6b8224a9844b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0e847269fb67819e22f8f276ac5bb1e4e6893bcb65569114bb2fd96547ea9d +size 114412 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f4e520ab77470ed1232e6d15ee8b37219b11b96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488eac1067c7cfd11f41989f1753da99f8c2b4e5d8e5d20ca106cebc1bffd1a1 +size 96986 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c21f9a83348b5cb30432f33885fc1926a8d4adae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e7cdb823d2d731cc4fe58d2a1815a4d43f4dea17efefd954fb3fe8d33e36a7 +size 155701 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55812366131f45804a3bf76792291862645195b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf5ef12a5ba647c0c3d1254c64506ad9ab7035d13908deebf18153452cd55da +size 83483 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..790d26b8d89b96ed1785e344220e51b46d976173 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32f2b9ab797c46c23002d6aeec1f5cbcc8685ef6f735a0b69964eda714aebde +size 135358 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29419a58b042c590fe5703be181f8eca04f9b23a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac292684ec60c5c4a77de7c99153ea051255d8a1164a2cd2e9a404236f0eb64 +size 182214 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b332d48d5c52a8045059d5631cfdd8697ebacef1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c20ba3ade5ae2daca4db2c3ee9cff4a45af6c8fc64e5c31f31d3faec41c557 +size 232201 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6385a2b60c7102e4a28b5f2cae2ddf5e848c9b8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474c7b5840102673479c467574c390578fbb07030ecc9106adc9c346dd04fe1b +size 328002 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5295e8dbab8f21e5be1f3c48e1306e08eba713d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a972d52dfd13a408427bbf0df318ca719879db63dd857f690bbba40c452c54 +size 173254 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1f45e9c2d1673f15f78a8dea5fa0d71a5534d40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda0aa2c8f8ed0732d969c5b96163c43e283349758f417177e5be5cf6e12025 +size 238090 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb89633441c1c9a653a815c6d699a5001a9f183 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695e944bb39f2c0a2075d1b918f521c73a8a1c0363cdde6c6eb64b9dd2810d1a +size 185572 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a82b8f3bc398fe86bd1ce3d17fd233f4aab88622 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd05230d75812d2a74c1e18d7459677160c146407bd35dc46acc323668e7cbd5 +size 117401 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a27f73b3272801f9fa5eaaf24602b71e2c87060 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752e0f22edad130ebe76fe8bb4e7ece7e83d42f77e141b6c61f3547fc5ae7488 +size 143853 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71e24d1d565974d4b535f8940263f78fd3808d55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1febf485d02213e94aae799e750b6f57f3c9e83270b5643ce42710884bcbf8fa +size 163062 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b2373763454c105a99cfa9271cd3211720302fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea4ee0e63396cabe6850f0dfb4d40377455c3a6329bb62b427627d390670df1 +size 70542 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52d286a1f902100618b286ca58ab033d920ee19a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4408e98e0b4aab27e8ed8954d835abbf1f24746e23ba635d9b14548a52be5c0d +size 134896 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e40b562255e2c86758c8f9e0eb8ec32812e4481 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a9c3902071c13a750c761b19cded2a6cc515844e4dde876cc97f4c3b5da4f5 +size 149145 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b52def85abfde3ab7f489e3cf6db75634f57f5a3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791b1aab421e0285425c05f9fde800fa9b1f6ade6f4dfc487f9ac0fa85412a1c +size 165166 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26b1554e569d10548d2ce02b4a0c1db226bd8e79 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6429987b87cbed6ba3c45b29a175d3951c1cabbd7c502aca482d40bac406c22b +size 165033 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..844beb2931f10e3c73b3280a0479b7abd232cd33 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebe92fb936eaea7cabb82056b7a1bc0223a31163953ea4589d6e52bc5920fb5 +size 174680 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22c8c06f34108e06214c2badd3a2398cacb8bee2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b270d40c957855401f911534053799e295bb8c7d33cd77add0d15e1dba77d6 +size 85158 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86d0b660c6ac34870adf3e23cfadb270a896e544 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a6156b8584302ab4c4dc5125388fe0c586a436b04cb9136e5eb0bf5c4a3aaf +size 161393 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b5ae11c0860f75df5b7631e846554fa406b7c6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da3cfe4333a4363b09ea36e1916ee4719ef3530767486e3c1d3bc983b3530cb +size 130923 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..575d4667e758473f0af34f5400a4a0a57b5f63cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314777c92f5535832478e2dbe48c186d0652ff115e8ec53a804681d4f671acf0 +size 317910 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea1235ffbf064d760edb17cfd0ae87a8325ca837 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70b9cfbd81d251e60668ca08485b3e4f8768149d6594639f80f8aa47a3b30d3 +size 239047 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aedbd4e77233528df6ba7098fcfd18d3080043e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcfae9b69463055902d89654a3e43019b7ff9da694e98504c8326c7cbb35ab1 +size 165292 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3f350178a0b48b37c3e6b3b78fa54c1cd78596e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb654664f2a733be3e93bfa9e0603d15e663b9315fe51eb4406445c9a35d144 +size 128207 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e405450b273a3d92d10ee2c7a9709639dd760285 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b5b5e9e0cfcbdef13c1af0f919259700993ae127df48cf16850e978db4e55d +size 68217 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71c8349a9d0e600ed944421759ed89a389255260 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b773ee7ceb6046d292924c06ca25c9dc9b1e7079f2c2f7aee030bd237a68f7d +size 149936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..162e40d6e41fe1445958a5f1acb904c970d57361 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf3178ad01c83a0f4f1ff8ec2ab1337ab4578b07763dd587e57d9b702257e65 +size 186920 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..524c058d198d8d4f8f2418e29485169121f00120 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0130fe6204578d039b093c6f723b748d627fb92d59cb45d52df1a581486370a +size 424351 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f907e227dd2a232d7e59b52381a0ac9c005d876 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca04c5e0beb9bee4d294c388d455689716e630137bdfce837432714baebcfe4 +size 364299 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb2eeec020de631997068dd9416234cea440eb03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e267a77d84453032fc362f5d193ad37d0b172fd176069d500bc8f826bf6ed31 +size 159800 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12826886d50f8916a4bb65b369eba0a5fd4eb82c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399fdc8fdde54340767cfb0bfa433c5b846d4fffc26dc8228bc23fad7c87428e +size 116313 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..948c570397f1e4361a47f0efbda96e47a000fad1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b89dbc1bac63d5618d1086816ee32b795f9230d1e8dccc8d36e142c3d44698 +size 178319 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb33a78793cd5ce4c554cc6a7bd8935000703dfb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fbc9951e3deaaf84bb6b866dd65ce26f4e32a87e0414a55b58f79f46feb4fe +size 108092 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bde3a19cc83f0ee572b0b76a29fc973f020eae3c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cd0853eee36d06337686bfc2cfb44b19a4ebd2b324566724acb007fe695458 +size 290577 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccc496df4ed3e03489e69b95f52a40a52e0f4dc6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edf855d6818b088d07168e2f194b1b220b1cedccb4c10d6a12a8fc0d6ab4166 +size 71297 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26563ad5f46518bcc966a75aae0dcf07adc53f0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaac43ce366e93a61283d5b28d5a54f6eb3e92e214dcc18d3c0ad244d51f81b6 +size 132309 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb9f5212488695976802ef2016e4e022e47970d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9cb73cd87b9b4ab6b29784b303df92e914200f6335efb7d1b7c253aa55b449 +size 174552 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd560d1a4087e28450bbeee92dbae2135dfb125b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8bf5173e14158f58411ee2733af54220f03ac8f7aa6effb58ed083c0c19b47 +size 237040 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73d0bbaff288ae1ccf83921bfad389dc53b748a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004b0256a5f05526ed76279933a16194efcc6284ece18ea15b1645cab86e42f7 +size 186628 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e95b9f750b6a2632d7b82ba5a862eacba469381 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de17984f5a2a91afc94878d1bf138ec5da8abca9e4c1a1a22e78f308bbbda7b1 +size 317860 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c48ac606e8abec90742abd2519165d03ee69037c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abd4469b90bf0ea03a55822cc2260893ff371d74baaeb5a6c5644c2c3a89cbf +size 180617 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7541f3e2ebe8f6949644646cc832f2765ad8f49e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151d7652c7d15b94167c821ea3e4404a167bc1c31a38cefedfbdd4d2b3da92fb +size 151249 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..932e55013201d1b02b7f7d8168ccf3937e33a943 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85e6d54851926d28f5d104fa5dc2f2ea2df176ea014857d793b31a6425d2b5d +size 165993 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..917cc3be596e33a8c37553e746ce627c737ceceb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4ba4f4269d5198d6e64b8d43ff020ef6715ddb4d026577856483c577c4e948 +size 143172 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..530bddeb8d1e23a417ec98ea6f77caf4c21e67b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e150e389c9f13d69f039753ebe20932555c663ea936f62872d142f7c49ebfb +size 283459 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da7db8eab14095e41573065a301e665885cb1f8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320f9313635eb14cb0b8f24dd30c57d0d8a9ae5271d33cb4f801bd023af6b5a3 +size 265250 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46b5f90c35c96830922c0154fdf422a027df80d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc4ea97d43cf2da17b62dbb1113e3eecc811c1feb4d94abeda7c6d592834865 +size 263936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c478a888100fcc24cbcc914a25499c1d9ab778 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a488ca0d6185d66daa0a5f272b7c54a758deb58c25c66d52d7e99bd321d0de50 +size 173968 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e1bb49c13ecb26dfd14fe79efa0b8020bb4390e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e0e97fdf4b479fe46f2f801ad9451008f3b842e0369cd7c84aff72a2178812 +size 227352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce37d138a817849ba51484c4d40b30037cdddabc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b5989e58bc2ab259a201e0cf3aaa4369c45fe16110506479dc5d25e49b50d2 +size 98673 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a302754870eac48ba1dd0132f08a506f163f5db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b204e11642e407c8fe8e258145c55dfc8958cea0e379cb7c01f88978b170d1 +size 195277 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca1b9223ec3eee7a9b7835d15d12142eeb56b21b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c2c052c9795a096ab9b5a32fbb93718ca0616aa2c53bed8873359b4828e0ae +size 109216 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf961b0a8e364164a28c9da61cfdf5116a000491 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cda59f311e72783dca27f80aade4ee1fe3831b7a1a3a69f0654bcef5d0b083 +size 87002 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2b893fc297dcd4ffade2dea4f9e20a23c8c8450 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90ff5559fd0bc5bc4b52bb827b58ba234b07306a7d48bd92ec5077713f8a256 +size 77254 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..643e8c728383603bc81895898d09da0bc8f06d4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28793dde0fa3d35d3b9c6e03dbe8e857926d9d3e6a33ebc67d33ebde08cfab32 +size 468572 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e221429630544cac1745fc05dddbfc3a704def4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753e866845d1a6c7bfc7740f2a3bc6642dd96776ecb360eccaa56fbff9b75b4e +size 161583 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f5d7ae2e1294270ad4143f52529e3709d35c67 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e35016d25ec71229cad589c3a78320451b881ce2e697abe1ef55b2146a9667 +size 72643 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..855cbdcf1958cb7c0b2bcd6478d3dc271218fdb7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee5f58e18612a002719f62ef909eaff2706f2853f6fb2cc5cf5c819deaa5f3c +size 172111 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..323ace06fb1f8347fc6d2bfb0f034f8823ab4df2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c764c19bc72d50df7aa329e0fc84b5048e46ef97d1b01412e7a84bacad6fefab +size 101708 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f588f975175026d1476e52a73442c09cc4baf06 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f684c51efd6e71c0b1015a168ca608771277744ac3b7e846f1b86bb0ec230d76 +size 259568 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec58b9e344fad11191dadb5017406cf2f5bd23ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcf98062b05acc3d4a0371f09b4d110740d89b9e335fabbac74c9c62c9780c6 +size 301440 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4373e371973b8123c741a929ba1ca06d13c6cfb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c673de6d38cd541768d8ab9dc3b1f7de59795216b1034c4049bc5f5c774c4308 +size 126004 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36908fb1c4817f5220e57ba498cc3ba61cddfe9b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a619349f8ba0436f2b2220f5680f1fd52940db9954f1f295f70a58fe9f0215 +size 190592 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c8a028832c90b983575be1adf0d4d8e45df86e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47e282082730b0b347ffb5a5988d9a897dcfa6154e3c9631d34cb254831da1c +size 194936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23ee08ce405238ed68603ed9c48b6e130115891d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9801c8d20611219befce4aa2ab74ad00b398db3fe25e08ab830fd09523a17354 +size 168787 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11a4a59379ea935efd974894baea329329f4ae04 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c46cfa508aff4c3f68e7ca6b6899db1000b8546274555ad67c4eab57605e081 +size 64048 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2c21aa7444fa78a213e9f3adcef20fd48628ef4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b6616a461f0277fcf71db2894f4250dd821576ec9394960527dcce8090fea1 +size 204353 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1810a3e8c6b5542e3352217e98fe843caefaa6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41bb65fa3a83ad80a72bff0101603de1a7e6b55979b3b7e75be4c75bb029444 +size 281061 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d5e66951137c5f3f57b684b49b5a302729854c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0172e9a2495f1a66ddf402a339fbb23cc3820b1a1f15bb851f0581f75658bb +size 155335 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9e3f0bd2d7654e24e445deca0b303ed76eb2f91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33414a0838c8dd5bef8dac17cdd1bb00b7668282ae7ce3f00102ba8312a686ee +size 267306 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f513ddbc0dcfadb2050951a70a460520560436b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a661f3b929b3bd878a134cda5c1f0b1ba48863217976aeb5ba45292756731b0 +size 198056 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cf696805bd5d28d76d2384ea25e854a5bd832b0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b51e32e897a0c57bee5a9b539dad8fdd71e8d9339136259b3f5663bfe0bbdad +size 134354 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63dfe530a6af3a7e3a476559bded1ec11ebc5ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5685c65e5ad79e1632b1b2d00d2576582f5755990046ab4b42f782173aa52f +size 101924 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7ed381462c90070a379e68764ef0fef3ad1dd3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9019d720d35ff1073a97e4ab9d78c889e2d5ef6825ecc100b2713d862bbc56bc +size 165101 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd03a056682a38ef2954d30776ada1aff40c617d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e996b71b68cb9358d89a0b8971e28e936bf0730e72d9203225a2a34781c674a +size 195498 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0060d09d0cd370b95f41a7856824d936893a56e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efccf58e4eb29f860a7bf36a303fb64aa226ba027a16cf247c57d6f45caf586 +size 211330 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0694fa2d23a35410d9956199a6a5f21298852a27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27707a87bfccb04d5a7d8030c76b0ff031560fe31447b5e0965afc7f41fd4058 +size 74211 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..479c7c0a12538f2f7c40cd804be47b4979f39e81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706ef94b856b77afbc52679de3940d8914ff6c922d23321fe4ce4f018ebda723 +size 84058 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e0861af0fffca231b9a5dd9a92d6d115590ed04 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa25b313b2a951ac7dd6ef4f3e9b8d267dc6a7705d7cc849670bf7ee8985e185 +size 235950 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21667c50b1415929e9562b5aa6d3c825c5168e98 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c52ae394da38caddaddccc3e2327e00810c9594d0d640bd9798c5256dfa367 +size 89232 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceea73100b7d1c8c62a5b225435ef0a9b544b59d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31d83455dab5661aaa466ed87cd73b65495f0be1e7f33c24394c953af33a63a +size 204352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f351e5c09356d30a65d0e35f521232dd11d826a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f9dff2126ad3b26e97b3e91a5e5ef684474c46597dba19089bc07029c83777 +size 268198 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29ebd30584a3c1db4bb1a340180767b13399df5b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac07dd7d07259ba8af764d953fc52b27638f3d79aac40e08a5c50224f20808cc +size 169839 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9908713c4218190082f6c1589e9636262956e6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df0a3af26ba61fad4f8b298b16c449002b4c5d52cefb8ff5f5ba2d98d2211f4 +size 156716 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e91d2f0e395a7444c6f7c2bd7841cdb873c7c22c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4143138f4e27ca98ceba47146ffe79ac56213e5689f9a1cc8701565184be53 +size 79376 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42e4513d8cbf3e0c14f415667b4571dc25a7537e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0735cb782e34a38a64206108f8c7e073c036b42c65d56814e8418c68732941fc +size 119200 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1218311a9d4af854ef8d6fc7a62cca3fc3499da3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67505d097104ceb6af5561ea176a02b2df0d579fd0cbfb07464765d998cad091 +size 161241 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf49cc2233969f0ece685a129930a55b9182ff77 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7e2cfea301c8b42a30b50b4ae1384747c85c312d3bf545790619a5d6595d0e +size 125878 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eecd958f5889a50bd37898c4f8d0cb5c9cfd2716 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d37fb99037afc9bce4753f0abfbbba2a1aa4adf7e8fe2b0adc82fd1783f2d7 +size 179956 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4f4c91397ffc8a1457e7d4e5c870a4785a8a0cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7d491dd704a6d4d4a5e269fb98a4125db6b3de6fb19ed9e810158050c76524 +size 96976 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de91acb7984826fe58b0eb62b675af3c7e918628 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b16de2519e0eb7f2fc8d2a8b5c39b447ebf942950df224d14b6de42b3c7e33 +size 244240 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f45daa5776e60f78f2b8fdf1d840bf405a92ef01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5518a4f76af7692197ff502cbd280689845cd8a4032f56cba39b3cb4b1ebd5b +size 158022 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad317754fc559acd60cf56490aaf2c4aa9339db1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f728db95192042336542534b2d2fb13f21abd375b9f597a50dd5be18760f175 +size 122437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f4570d317cf699ac0cbfd047ce1bbd4d5d5c0cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce196ee1d3b7fa747017e7bd54334707957646a0a0ffd8808945e0893e8f824 +size 155422 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63b2f23659501c10c0a3eaad529b18617e2baed1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff11dcd57a44ed47c2f8eec606a3556fa43797405a82f8bdf9170b94ffd10a2 +size 133424 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dd488cc8a2bf94ecf93f57972be2c2d441f7a10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8023c4ef214cd10b907f145680762045470c07e0c88d48842f97e337fcdf95b +size 179929 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b1b5dce9a299b4c0fb78844425095fb343c942b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf2b2e51787b0c66470d687643ecb91da2d2157246869582044b7ee00171b19 +size 321318 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df986b7dc8883a03347c02dc3ec82b25322673a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4650ce305585f8ad19d90617bc31a514fdfd18286f1b188cbe8e77ba840130d +size 162647 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..756aa61d19068ec291ac569594a5e5369e74783b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e421805165e84122ac1b6ffabc14114668695e60a935783cdbfdda458d554a +size 300442 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd95b41768ed0e7ee4522495fe0610cd69071208 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c464aa358b9db5d8846731e98f7f00f84e5c090518df2fcf423d2acb1c13034e +size 219300 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a336b7518636b17e3cf74c4dfbc42e258d001ac7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39625b9fa37ea65fcd1bfb379d738d99c1db5fe5ab4feb4d52d312a3a2d1fb9 +size 123031 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a302f5cb51ffb47204e6cfe5a6d3d9045b65e5cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d1744e7cd4e31318aa87a006929061431598478604545fa9b7b035702bf9cd +size 266362 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b175c66129b7c3d098a458447d3ccb33c2ecee4e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3296e367a3e55beb6d2b0f1136d2923a03180866d4f0e089ab0aeb0763e08c1 +size 281840 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59b76c334297eb059fc0bc1f2e9e9a86274c4a21 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06e60077ec8d84b3a148f7c0323e1e74709de68907406f2bb1de7180c2eaa4f +size 108831 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15ae61cdd0a842e7e52a2afc876c422e1ccbb167 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12451d6c9842b1441056d30bd1f42990343b6e30a6b1f56d241e06ed21ad73e1 +size 105012 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5a596d3a787672f1690b46a7486453e78f0a536 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed25156d7b53426306a0e9810cf6f7844e1ed2a070dc96dc0a3ff223c020be2d +size 406119 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52b0e3e57d347191044e66f36d5a4dba1077f356 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a00c8b578af53a54724461ae9ba71ee217117cc4249d904bee9df1768e9553 +size 132501 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee10cf02924b1a9de0a1c3087d12f2a98d150d37 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ca737cddd886e65a5332af85d0f08a84d8d043b88cc1454c3fc03cbd24dc84 +size 79126 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e9b6d4570b1ac761f8b6e376c19fcc08acaab0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c41947ff454efa81ea4969c3e7e203a808a59520d098a2db62c31523e278f8 +size 180414 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b26bbd95e05b454da7045114254649b9055e98b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fbc693dad837d2c6c47c27026030c410e9866a575615454f396a08aba41f85 +size 145053 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afe3861f4d915cea5c287aa04440ecd7367b760d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6dc5240c01c853581b2dc5b171e0665595f9edcc34265e1ddddfcec7d37c3c +size 247212 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ee496f8b355bcc2abc2a1b7601b3ee31fe4642a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e01c62b30b6205a1ec53ce9d98c388908ebb45234fdb7a3d4932ed2a796179 +size 236817 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8de340309493062bc1ce7f9ae322aa6f9afeabd7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5199c9212af676d4fdbfbf70a36388ba9883ac81ec5de2101564d9537d811c75 +size 210270 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd5526bbd8631de855ac6b5022ec6b3d2bd863b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7643c8816b2864321136b2e6aab65a08fd7e31e32428df3e7904923bf124330a +size 321120 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43b64282b285b2c5a7e867c0605088d05c010845 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57815aea59f38a810ddc77e6c4a58fe771a4c170e8d8dc2ec349f733a0f4d97b +size 129303 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0019260cd2b0dca52a38bb2b598e7fdbc5ea810e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5019570308d91e8a844e63857ce5e5a349854f78f1e5738ed00a47cce4a7a3b7 +size 70551 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a0baa9624476ce7a46b14fdead631f74b2a0f5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664ce08b9ff28763b2ce14d3a824159407e06805dd497bfec1d8010c0fd054b1 +size 89146 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a071976f8c58f857f022b35b5c9cf964afc8be5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a8b4819409a776faed34a1944904c3a1e453d3561602b206ef32320ee46a3a +size 212179 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8928184773bf9ea4118a1842a95b3c4f111985b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ccf602d56daf34fc517b83640da86322119f124ebbb6b29f69fa217dd81023 +size 121335 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c51dfb54e6bd71c61e842f91e26ad342219a702 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48099e2757b43d1e5ea30cec2c1e01fb56cd50e7b886835c9a3acd7f79cc949b +size 155048 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be359bf1411a897c2f0c966deae483acfcf898b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea09f220454b8d80e920321091bca9d1442207c1786e41cf1d175caa4a04e796 +size 205452 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49e18cf1f29fb83fb6e7e35468509061aa297dce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d04a150dc20839ba79e899ee89126a168f25a7f47a5017fdc844c00d1304207 +size 128115 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..262e6aaa34430a3ab5517789ef37996a6f43e613 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df39c19c323dd6e9eb1db811269969b5c59ed575b1260c658905851e5c560751 +size 138659 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f28b3f11b98ba97c23ef238ce21ddbabce3e188d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5593ffa801e56a6787dcb44602d8793f2be23350c0ec2ebf82cd84e20c45555 +size 96263 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba235c52791f48316e553c1cfd0f9674c15d2105 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5d5f44b3259afacd6924186f34b413bcc91e80221978917d84cc6509430b72 +size 111238 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e18c116ec69ffd6674afdb2cf42b1b0082e8e89a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc87cd3ef4bfadb9c73bdf584fae482962d7307709b02668b4130d4c328f833 +size 70060 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d62cfe5b97a8055b7ef3b3c32eee45caa49383 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db128604419a61108b5f0594e50835b38805103af3200dff408fdf2d9ec1a2d6 +size 74739 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e69e128c913cb98ce2e07605779d5737ba91e9a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1094200fdc5fa520e951dfce872b71e2e2ecc0d0241d9180ecc98208c4655d1 +size 337667 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..582231fb2eb977796967c1d7b34fdeb81903fb02 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e48f48e40170ea3b399b9f8fe64b801e434d961e0a7e94eb1adf83b4107873f +size 295594 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d1b182c2867dade1cc8784d74d9fda086402e20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb48e7cf7e63ea41483ef8c94e7a1aa7cddfb419f53c1d8acb51940a4c7365c +size 172023 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2d3ae9d35c2f63a96f288d5b3f4ed7e9f517dee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a32137b9be12ec45a20b47fd1cdfdab11b011671e2cab9e1b21ff34d4152403 +size 189604 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b1562e8d25a788e84636262ecb021fe91005cb4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf20658a109623a1e408512b07050c5a4231c90aa6fa09dcb98f861245a2ecdb +size 147746 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a1b3296f510367d2166e1dc609fc64ea0dbb56 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bc64adffacec58c98734b7b3686f54e6ea70a297673761ae3b56494cd4d065 +size 115516 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9f5c91c4c8d4ae8c41866df4917445d4b08e598 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d78a6e8325ef27ed2cd01a739d7eaa35ececb9f8af48d2806808f223fb4273 +size 219459 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12ac7041c1c82ac44c681297dbfaa41e34e9bf41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0438e452696b649b9de64f0877c24392102fc72db82d831e663fac2df817c329 +size 153246 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d89185cd91b421c80fd50c94e0ac42f6bbe95f49 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f169471cf1fef1cd226545b4c0611a9b2ab93651c1c383b63d61ae3fa623b6e6 +size 192576 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc4f534b510bf2a741ccc334f6c0c5c66cc1cd54 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4d5699357ff45567e20285c360d7fed0c7798f4b1ac6a9ef537ba20dab1aff +size 147278 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4e0b64fc0ba3f07ec6e96009e61ed52685b0b01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcb4035cf788bbc1514e08680097e0b624e02c63a33811c4ef714e9f4e33fbb +size 98301 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c12fa21492c0b4f1e00763cad34ff92e6c6972e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4322d78b5c2d77683ed648fdebcd65aaa10871b55f30ba39426863e6866ae4e +size 161551 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44fc33c73446ce1a102b3cbf903024721091c74e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da0c8830979463b3e96a6075c8ae1cd16468ededc05a9d469b7e40adbb5ecc0 +size 61489 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ef906a32810199bbb94349be544e6782a610759 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51d04cb1ba7fc912cd51eb9f0df08f733a2895877dc9feb0523e4e876d61886 +size 172561 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..881f07bdd7a6ebcf4fdc3ca7738b866c773ee940 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88fa162a4eff42dd79e5bd2dc46cc0ff497709fa90e99916c6daa3308e3069b +size 271829 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..768cb160164ec20787d77c1a2045fd5cccb5c020 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf23cf0655c379a3a88cd3deea5c02e973024badcd9a2e7450e614b153104519 +size 347219 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b92be5e6f7eb1409a26701d015257358bc45ba60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60a7ae62bb1a984f466b886256238bde072484b88c094bf89a496f94b42f70e +size 148086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..096ee535d768f66d7e35bfca5aca367608b3c3e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1132db9d92a62c07e9b9555c4d975bb0d4e471fc632137b002e057ce5c908e04 +size 269661 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53df02799dde34019880295e1f8ff426bc2ccb06 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de7f999b934f9f1cc12062ecab6254d2c1b2ec5344689374df8feea93205f39 +size 122643 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2362b803eee00c80009b4a76bc12d989109f336 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce45ef3e0b25799f3ddb161f1a03ac61f3a3e52f03d44812403957da67fe2594 +size 179861 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7359bb3c7433cf76694075cf4a33e0c49681eb4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720fd96104e4f6f500abefa222281005683dca5f859c02fa9523e1feea5f5fb3 +size 95540 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22b8a7e5eb467d02278b27ec155c5e5b41e3a3a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607dcfeca21db9c1c48693fc7f100708b5279edfdd232b3247a8c362429e3387 +size 127553 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6847c5e49aa46ec20fdf6c50cd9527fd4766ae8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae65f525e6964b0477f1cfad88bcb3965117154c7c7a4f05819359ce447f6fe6 +size 270135 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9692ee6162c2ad987da947f7903441da43b2b47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd8dc0e9a0b7ee0d992450f09f9efad5dc4048cc872f6736677adce8659167e +size 75085 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de5dbd71e4351bd9beea776afa82256e58bb837b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d7cb7c8e5396528c05d9fb8364c8ea133318d76f56906422ce5388a3b9dccf +size 154775 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f736549448c7041bbd1be6faff0dc472e50b08e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7d67c63e259a9d0b8e0e0f00a1f09f6cdf519fb06c901806a522d003141e5a +size 150083 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cf25f5640b1a1261ad4f68327da29297c353289 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a45b4d799e533c3005ad11983cd67e8e9cd06d5c1165c94f37f33b733402ba +size 307470 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..507f82e53336c76ed83764f7886abd6f191effad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbedb0d4a71e4a6d44e490fa774cf755aa82ddab6f2dae064a5265984294144c +size 232532 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..238f4480986a3da253368a11a607dcc052d47900 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcb9afcf596ea609571b1a9689e1a1310dbecde42c7e4ed31c62fae243d2455 +size 138651 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3876504a8e63f487107cd01c6d389884f1e16e1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990b3c3d7940cc827c251f2b13a7ff61bd85a9d59b4d9781844af12712aa50aa +size 91602 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24ca382debc8c5affc1e853b5050f7481bc6aaf5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aabe283995671de5b7db2e1a0337b8096846db23db866a557fde03b948ade1 +size 154007 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d41cdecc437cd37c68f6db24ed4206838c85f4f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604b4f5561f901981e69371cc9ac1d2f00cbaf213ba26abbfa8fca22df2a5415 +size 186985 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d3d5aafdafd279049d1ad179a4b34849c1655ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b591932ff9180a113d4323bc99927f896f0c08dc2ba06a38c5d841e1d1b4ab +size 134861 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eab7e0d7379be76e9ec95ed572da225cefcd3f3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2976c7ebea1b840afcebfb1a2b98730b95c67efe658d31a141d27cc10f0f0332 +size 86538 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0597c5780a6de94058563b5e84a28d9ba47f3b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78def927cea79c6e07c5a2dd1053589181cc1254ae81801f2e9d005d8f4c172e +size 566555 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c1d4fe752bb1765464276dc7bd6ee28f955500 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495cfe12339469b6cf59fc184d4707cbbb6625dd483b8bf2beb22b2ed45ff605 +size 297237 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5be8d77bb411aafff80459b92041d54a424d4c33 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84abe4563b4b836a6d735ba014732ddfb73dd434dde3c50a9fba5be2fd7b5189 +size 1586452 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aa6d251c610cd5d49f1e398f2dd0781f6b2e2c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec98ac26cf80cc5633ab639c1efd50410d46c2ac7dda2cc914d31b47020fbf5 +size 702536 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8af90dd778b8efe352ec07714d6ef81635bdee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1e98ce3f6420eaedb550c3de5ac54572fa6f48705d959252ae33ab2f3cb691 +size 307102 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7b5340f9104342b4a1893c8d48dc0d54b483fc7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a87a3d60ba16138aa3aff99805d546442c35781cc2b327e2318a94d6a65e3f +size 1861379 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e321155993d502dd9924ae1ba2f4c1d20cba08e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3216396269542ade8ef884f731a43ec62f3453698116c8ebf6327153a863df4e +size 1543049 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f4ee968f5df161c814c7777b0f60fe74ff448ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495aa06e503c0db49be1dee24c95943bc21c0d05707eda0b422e18ec4ccc467 +size 1173473 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1358a5576cdbcfe66f1e1a9f3132340e897b8687 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2189a3308b8a42b5bf940c6587c4530c7a00b40fa3d5f7517affb462254d45 +size 521841 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fee4b526485cfc6b4fa04af2f064f3ffc9593f09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d43b32f7233f68a633fb83f2ed5e70e1eb91e2dfc35cfd41f3e74aef686033 +size 1335283 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66c06b63faa6f8864fd373677fa236a11a3b5d12 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d66585447b6c8fa4118c77c3d34e2ef3618903f2cb8ad2b1cae4b801863399 +size 615520 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d46c0c8ddf176f9fc838a28904486b80749b392 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2818631ce4df620789ec3e11d1837e8a57d194dafd134222e471c5ed7760ffcf +size 794108 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a42ac4c338931f158a0760a4f5c32f97c1c383a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b079c6dff0238c8f62109733166daeb4644efba94215fd342cde27a44e4f9c53 +size 510773 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85d7368406bae8d10d423f9d0d5f7e4b70a1aab9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97980693650310a781e478f3b3e779352f45a0f266e15fe19454e3b4fd6a218 +size 1015302 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1648feacd12992ae83d59e6623b8e3385f312534 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ce422cc331b61f1f388d5ef699f3e16b917afae9284ba083de923b86cd205c +size 845591 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bd03480d6180b9a8ee84b2770169d8378cbd917 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aceb9c05adce8071c7ce39c2e3eabe8812fd8e3971c071ebd7c817a7e73cf961 +size 529488 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..751881270cbe0d09db24a65e0535ed983762e881 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e854db04b42455a181b8932cc4b39a5aca97b8d04f1c06928e8bce2559f01e2 +size 1037128 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e52e3558bdc21196eb4c18901aa4379898d1da0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47c8217a3d3f0672d6902e6ed8a4d449905dde862aa415450f3f034578092d6 +size 674285 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..153d6c14c34233e2735b9812a41187e71186a52d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e40d64ea6471e839aeb26257f38632b9a0288096c2dfa27ea6cdf31cb1a4c7 +size 605210 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7268e92581617e6fd0d5e1b192a83afef9d36f47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad3de605a542ba7ca3f7d7fc4a37d7b2df80ed5151a8692e593cc8d4af2ad49 +size 398463 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fbdb5f45b13512d586d6b27e5bf3ccad5cd8fe2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f85e51957b726686021e49c0b93028c33f381758d47d67603e36ac9043470e +size 627503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6927be62a9ccd6d254db16f1fc7f67a48461f95c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31c5b7a76c79638ecbe01ff9597786d67d6b171fb867f15eb5c810ec8367806 +size 509046 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3325f4790cfe164b03d1206acce8f321c28125f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed185f8e73acc80c56347cb3dfcd5ea806bf19d1f31e2b4561529b1fdab3cc8f +size 886288 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e084db117ff08a14d687c277ea342c9ce7050f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b82c487b9dd00c92745469108ec8229d1656d68fd768077d4f1c931df0fba6 +size 528466 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b0f190fdee62662d68a724747eac2f0860cb068 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05a3c5d758c694fc548788a6eaaff2db3d899a86e500b6a92e32c18dca3519a +size 615583 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9d5b11513fb29bec482ed28f844b544cac7425d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe115d4b5bfb9a3c4bf3c985e64369aa27c479f4e8fa3143d1b884297153c390 +size 955388 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91e1829ed8ce1f3e9c9612032f58898a423b66fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc99b0b9b9a7f2cab75193875c1635f5762f95401f61390ef0b2015809d3aa3 +size 693893 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e55f4f8aee80f4b63e33e0b38c681a5f488377ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ccbcb2373149865fc20e8dceb299733cd67325567d02d5a6f18de6c687e203 +size 664529 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b08b1071affa493b293ab5e74e2c3cb8ae7584cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b59e5c7741c1b2bef7d19e39d07b9a22f7ba0310407c90cc56aea646364977 +size 487036 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe20f5d7a162f25b44c25becd472b607f91ee264 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a5ca42ca4f35a660cec957d1af5f5da052ae7e21ebf82019a980920326db88 +size 532354 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca3c2d5bd8d0d3f9aaad07abe704a6acfe1342a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3604199343fb4eba68cd7c8b957eeff1fb999875510863dd543b16fc408fc0 +size 541204 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b32ad7aa5251a60aa7ab04f6ae54dd2938177e85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936c2af0f68d601dcba2864ff888bd2a4cca2f0681e07c6956c1941a410742ed +size 671797 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f3ee121585ce9c1369e11f26e50141dccb46fce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9d3bcc6c5d812409971e428eb3d74fec339f3936de165a6efafb423ad65221 +size 792822 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c099e3236b34465864cf83d2323975ff4f87bc40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a3bb8e1b0b5c68f8b9676e06e1dcca5db6007ec0219f63d48a0196db54186b +size 577310 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d800766e6f31039ceb957c6279bcbf10d57da061 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c4796c75716b0a5a07bc7604213cf2e332bd988eb5c49b4ee93bbcf8b859c1 +size 565641 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca924ec1202f3315015ccb74250e5c567a7596b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25efa1901aaf4c33caeb38d9219545f6d33da6ca2c5afe8358eda67da9efb026 +size 782534 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00efab206b9d39573295425835e2ae8fe5990e0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed29eb0acd0fb87ac3101046f8ecaed668563ffaab004aa054f55e841d166798 +size 448139 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc606df527c080f85752e504d069158c8f04de40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f517266d87eb11125161c6f3a89ab3344f4cfcddc1e2c54da6276bc5dc95aa3c +size 553509 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fec14853f8e9dd92c7e933f68f9e9c18b66e3d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169efca3740f6e4d4927a8e923b74a1038da554681cc9b0f053d2a5546d11bda +size 903930 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6727b233bd615b1e5fe1e21765d4f77b70e6db45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb8d7ee41bb11b9d8a09469928fd141476552919d658634a0ecb7603df60140 +size 819316 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f4a20ccccfe89d20326dc18b9fc7a19a09caaa5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ce3e2decea2a050910596919db4e2b9ac6c6608caec5d277ca8601c4b045e8 +size 742621 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b87340aefb59cab1ebed39af8d28db73e0061d90 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a8c955fec82480d1e2ecb7d1c4bdfe0a5f1835c6b252ee932a6e09abacd3a5 +size 979673 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9de355b2ca2e48ea87aa461b47a832eb840a2cf6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dfaf1d13465e77e81757c4b3f1db43e214f476122c4db0a09f5bcd8227eb84 +size 597407 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67bd0d9748fd8d01b5b41356136f428b7ba0b217 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87fe43f0ff49de27878169e834ca1dbf931b814092eff2f053c6ce6a84a0a59 +size 756430 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4408ef85efef54ee0ff69635d846fddd66d85c7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314089fcecb4a5a35f443e1a72d25ff335a9693a4f4d8c4b26057d11e0ded8d9 +size 953200 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba1f014260500a04a925d29aa94b1611b6aaa37c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a394a1bc25e80b60a547fb5117d65f57fafd7d81d06609cb19471256ee19c876 +size 585549 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c37ea87a8a472be839f1e89c5b553ffd4f30113a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbc322269d8aee2b89bf8f570b5ba013a6b847649a70a73fa874087512fde16 +size 954625 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4859cf8e7b846354b2e221c7b9f00b537c151434 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2692a27a201f2c434128ab120644640a02b6845f69ef85bbf8accabfbb8cc17 +size 504134 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bc9924edc1cbdbd68d84e2e5149b0d550e29217 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe46a46523f2671f754558e2e9bb6f3ab70b4c936284ca950e5a423a32297c3 +size 807953 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58365d7323f1a31b82a8c716443ba96eed27e8c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9557265af5f101858aeffd680304f5575b9b2db268210ff09d6358e58b44b2 +size 495583 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e331763c054b78a007ee94891f3aa07b00cfed6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8660feee47629e8a2af25be92c911cf40d11850ceb0370279571c1f5e3f654 +size 269598 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d480ce46660f4b3ae349825792d5d5c68b1fe358 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5379dccb54afbb1248a78a3e0ba0f52f2263c80d7e4e8aad7c5e6cf53904f610 +size 606281 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32eba9f188c6bf097117e2f78eeb1479bfc39b07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43459f365ed15ac48cf14ee95840082c7e40212f59e3a7d9b68fe671deba4612 +size 1061608 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fe8745dc9059964e67ef4ce23ae2fb32f502cd9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e53d355fde8f4cfbec7ebf6d2088213af3a1a0cd03ec112900eab7ebfca85f +size 456370 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20ad351184f9a7ed9b2d4d209f99dfa6afced1ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26c73a0659418707e940d9bd192a8ccd27b187300d58c05be269238c3e9b9fb +size 796108 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2fbfafe31a1c9eaf60a1640f628b68c1fc5f1da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817e670fb9186fbf5a39fbd93bb5e3443cda19199ef063e374b5d328eeef6b71 +size 629872 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e53a7b0239ca768edb62065b797a05e7a3c4154 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e059df0abf3c276851af65f8557d8b652899f5fa0d695df8898091d02f2e5daa +size 301756 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abac04d82fb551040bf656792df1c98a8fe18586 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3ec12f1df305f790b7d975cc68dd9757bb5ddf446b7f44bb01834e8cf5ec87 +size 513187 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bc5be7969d24ce3ba4779f6a105f4589847d253 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7379a640e3b9b78d1a0142404b664b9e51ff80ca79164987cd1b5d4784e37d36 +size 1035136 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5ed620a8b187ceaf93136f86ee89bbc5a044135 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b93bb8f8961268d0edbd4cae89a38233750425c0e591937bceae2163435d649 +size 1500902 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58259ae368fb39abf7592dab1cb0ff7489048675 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ab1a5cf2b3d7f1fe9a4c6f1ac658741bf37624f650fc202f3c42d5c9741109 +size 938533 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed3e00331b9076dc760e49388dd3273e47bdf57b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27b1d9cb4117af8a2a8f86deb9dae3a9fb36baefc23d7147ef71af059237961 +size 600009 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32849ffb8fa61d669128120f16dfd8d6aac8f0f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f609fcc54490ad974afa791029d04217976555d952a17899c824bb0bdd445831 +size 782925 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c634327967a26811972f34a6fed39fd8a92301f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefa87df3da91d423496d357e63280d2a0cad7af1d444cc8a214137a1c9bd428 +size 473858 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d06b3626d876d83f24588a41424966d1f936ab24 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52dbe4edb3f69957fc5f6d0c0619249c8316144d30667aa0374b785c4f88db8 +size 426336 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..109728937ef4428c08429d7c1c03c907e46b53c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5c32b290d35fdd89a29fd829feb1e498cad4eb484f61c8f345917beeafbea0 +size 1406981 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8383f5f210ec4a2f34a13134e8b3aa39dcc77b0a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51e30ab1d4ea4a732f3eb9be9f70031c164133f81c03898a64721a445160106 +size 775084 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0208d9db33c3f3d624da70b03e6cd8d3a5de4ec6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e0bec0208d19a4c990ff8cfecaaf77be85b181277ecf7dd8a325f09c0efdc6 +size 779404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5203be9268e586d7c074e5a3bd4252be736898e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e94a7097dda2db8770ba153ce477155f3391c5f4dee7b6dff90fe5091b1468 +size 451893 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5ee985b76485fa59daa79b6cfff53882989429c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89d21a02d3a0f1dcecb9329d4451d970d87993c26171b22d86f91f1996856a2 +size 398678 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc32db0dd44dd0926dc0911ed8c528e7af061036 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0e9d6e36703ba833a5c0330d3bf21dc9cf0601bee503146e65ee06ee12e011 +size 554978 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91939569f2cf4460ce9027f75f5e3902e6f3e075 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5416bfe6bf88630b66365cb87a3e1fa79ed29631e3e1b9d6f0df23665e2b91ac +size 616090 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47ddb672c864b2606db6903833579cb0af47ffbf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5c21e51acf0951ba7a9bbe8c79e215819631238f503bc694de3debf62cb0b9 +size 518329 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c37a6f3593272820767d11c132306a67eb8b33c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ef54b1629f7843a1182b4a2017c0c3bf4a9671b9038cd98d22a887d9eac825 +size 726023 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd8a0789249651e46518602363c8bf6c0fd0d500 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d97358b767e357f63018961fb1d28d99ed1f568c71489489fdc32c61707a60 +size 449174 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22621b09f87608ef2974c6eb03fe87ade71750a7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d3a7375cd75a590febaa072ac8773c91cd8a8891b2824101beac715424cc4a +size 391873 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4e8f8e03d9abe83caf654ad953532e02a081576 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3891f640903c26d0824cb2d83a324834da8ff1380cb48448dd94d17c5a0a5c +size 388747 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78669e7e3a8e753f3b55c1fdfa535ef6adf9eba7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21941bcdca4875258e4cb928a5b74cc42de8b3f1cea5320836db6e5583cdb8 +size 1150073 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cf7c396057eec79d201b8cb85156a8e584d8583 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bcb8a4a6436a4322fcec543a5158ce9c75632fd65a51585956325155036f34 +size 562213 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd6d25863a7196723cf903bd93e4953eae810ff0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf3ee64e81e7eee741caeb16eb8603476742538c3afc9b22119dd60523091f +size 271028 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a657bb46634d0642f7e0eac4f381bf0bb043cbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0ae95713225bab7c940a232e4e35cfc037f4c01d09ed0bb664a39ee4de1d32 +size 780244 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46a229ff9e77527fde315f5575fdd44e2052dae1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1008e31900911d47fc832d31b63a3bf0716f5f80497c5ebdb387fba76d50b1 +size 1448635 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7e020168042962e5385f435cb82cc986850c8de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be2bf92cd98119d99d893a16de0a5b41686f68e76fdd52c8b7da37f37fe41a0 +size 859825 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e72b0237166bbe75802bb89d31eae0df586f54bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c601e6ba636ce87283068666348d584a7a562f0d83c8a06809342e0cb83786f +size 991545 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48b3b732f8a0780ce85dbdeba4ffdd3e9b420825 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1b2e25df4f9fbdfd5090dfb0ba02baaccfeeef291d0d7724d37e882aac2226 +size 840410 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeb87eab07ead2f8688b6aa42e4d5ab4e9ee0775 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29390867ece6646150533e52b9ec961244274edeed3a0652e6772a969f38d963 +size 657401 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d966b25916958cb02886f55b1233fef11eaab236 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a840ef9e024dad5465995600b3045b1f65c3ac339276362185d4891e11bf116 +size 690759 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bce49b8835fe42f57937fd65ba8b51aa58c3152 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc4025f8612b4dbfe5fd3b290e30859396b20c34d9b0a1c5724d620c9b16a28 +size 1289515 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b91bab52c4e8e79e5436891e4d0a39a6a046d6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e864e4cb783cf29ba3c93e7f68cfe131ea89fae0199a3672465b1ebef5a2d4 +size 1045162 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2345ed90ec6bf846bd8f29ea41e6485e640b0aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96348a3ec26a72f01a51acd0472c640ed97665d51b62ecc8b2f683c3f8f0aa8d +size 496036 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ec55049db7b9cf9fc88b27de1c9170c1be318c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423b3f8a82f9f1c6330efedde42bcd4134c351287c035c4fe4cf39eb0508409f +size 815461 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0f33d1fdd8571734fc1c3868ffc59da83a4349e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc343a078926f1f822a16d5ea9f315bf385bd508405b0ce026f89029301423d6 +size 608145 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb3095bdd1d5856495553a9bb0ee8e09ddf6d8be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21084445648ca39214aca3e0057a5a310d089832064ae296e6cbd0bbbf01ecf6 +size 707320 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20fbe2930e5440e22d0b7408ab692ed44470959f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43931312e1d64d37e6307ff2866c87992d19405ec60d6866cbb32398cf9394f2 +size 547859 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f7ed7b17b7875ce198498ff9dd711f589e9826e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2b32488d9fce9a36abd8a87aada9dc97214b06df081e88e039505ab3ad460e +size 438829 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9449eab8376bb1ec8137cf99bb1e7a7dbc59cfc1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d3b963d496c30d78951fa485ee588820dc949cd8ccf1feea6de04d6c5f7196 +size 524791 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20bb67e117dd06f406c8619064df250d78ec902a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1024b5fd516cf9ecb915987d06aaf5ca9efe7511b1746c022804fc6b17443d4 +size 723148 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1b7eca38a9f9f580db0ef21746d755246ff4ec1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e823c881b1bae125e711dddeee1541f7ffa5169a20236c03f29360771b6f2260 +size 2390256 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9063fd90bb810d1d00ab73db95cbeff72720e7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b952dc29e61885a7957ba50e0f643f904497506b7866d1869d281859565926 +size 551113 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08041c9f3187657e3f51837272beb6a3334a8be5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321b0217f0b8cc8273bbb2f504ad47050766b790b4ee446ff227a20fc492448a +size 1129247 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e4fc4b28bf44586cb993285bf86d67d74573151 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108c792d2bb064be27006c36260b58098b426f5f3f0c1adaf6e8b623d93f3b5a +size 1275881 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e0d77204a0bd017cff4217d9b92f19139b321f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31cea2f0cec36fd80d2e8d54f44fd25ad79f64f7497ba7e50916f3aa20bbb82 +size 548834 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e36aae7a94ad8686f46ea0d13824c20feab243a3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e302dbdc547a51b2256c439cf25c6c7da793b6786bde30e3f050bd2eb7087c +size 631842 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78f6b92e1f2016e5ae8da83627901b1e5ec8dcfd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4481459584d9e8ed9f18b5c5d1726cb91a727207a79218b669d7e185ac0a2b +size 746846 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f18769edd785b8d92f87bd8613eee0aaed3c9ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0421f4017b6a2363dfd2aeb4248460654d06b0b747ea1a6c3572be23a92ca8 +size 868943 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2f763a0c05a78f3287c74c89cc1df597e856b9c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfc45fd4b438ec80db73377437fdc79a13bcbda8512c9b5d76170b58719ff5e +size 690692 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..686199f74adbf68728720f1d56d04c6e02724d1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c59679f2ade4bb85bd95b00ff931886dc5e7640e4f6aa8532fb6046816ed05d +size 475638 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0f401b20dca66887c7edc1f90708b3daf83a3c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b66e2537e2e3c255984b27bc4bc62eb0ecea2dabe8f2146ba2aecfdf784ac54 +size 855314 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42c07d6d0960dd94d3764f9d63ba5c2d06316ec2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4428b2ad326c1e2aa145dc87435395960fd28ac56366524f7a8e2fb7b91cc4 +size 285236 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41fff6dbdbe2f98c59ee1f85ef6cc98ce79e8ce3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfa8a8fc9338a9be536a9e6794f64906182aaa60f6e55acd3da6f699749faac +size 496590 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a51eb539ba9408ed6d6603b26e0c70fe913a4f46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090af5a0e7caba0e93a00670c17d3cb27874f36a0cbfe2f65db54de9d5064d0a +size 754738 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2e8793ec5410fc29eb3eca49b0042134289ad74 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ab49ad845103fa9c916e89baa3914626a7635a62c14d4830ed7b0c7c03bfcc +size 391741 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47b3a5512c7e013a5269f424b8f899cae0ae1c4a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc644a09cbcbee1036accfb819a0ed68a81758e282f4058d3b1809f98e091d18 +size 605927 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50c7f048f6910526b81fa0cdae2039c8c2a9d9cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82467b4fd3654dd4d8246214221f6a38b45d524d6e3c35a1952d5c6a12e8ff96 +size 873827 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b691b0b9bada7b09d4e9aa2daa9e1e80b0acd1bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9191500222811b4b4128712387cc3b1d8d77f5b8c9d1c05d9c7e0d3b7d6ab3 +size 778372 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c6f38642e29103d3bc0e99d7b2b28f383198b47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0749e073c5d4faba2103aa3dcf519d479d43bd9db7a99b141d55a50ffecf73 +size 953940 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a527babd751da11ddb968b512df98a70478fb94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59193baf271e324d7c8987c214008afc05d02bb4f73ccc63ec066b755b69be78 +size 793194 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efe0ebe63c5d0dde666dd3eb57b366a6220c1346 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe1a3f61a5097bf7404d95cd2b63268aa7140ec5c958a7f1dc7e8c8307e18c8 +size 1094866 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aa792befd0529b3a37732541466a17ee4d3dec8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7eef17f5f5d771088dce49a627600ddb126730756c2f7dc44d4dbb3daf414e2 +size 1025457 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5674fd36b6c84601342507311411fc116cd41e81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47682596c3a6c5ef70010573aa705bb9bec0e808f4ec2d9e38a129706a84221f +size 362099 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3483931425bf3b1ae061169895ba3af16b9dcb7e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f67fb8f048e71f0f7a1fe5050d259a1f38185ea2dac09478f08ec35f530a40 +size 483957 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd387d6dbf15f002ae4283c036e59abfc5d93356 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d843c19665422e2b42717e172b246c9806d8ad1c5ef347d23893c73497def91 +size 664954 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..211c2a5d7c8fbebcacf2ee8f7dc292e62ba3ec8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbd3c7692c1e8e2a4cdb09e1fd34c215c0635fe8f7ede81ea709e0ad9f3637e +size 322539 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e56cc8512a4cc8f06b335c939ba1722b2a3794a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcaa51f78e6cc44e6d0b3f8bbe6f2b8805bccc2d323eab33edd60926f2a5769a +size 616355 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad1941e12ef4f4bffbaff2a71fa5af24006174c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6911935c8f8f4e0901c93eaa81b1d7f5948f65d59e6952e41f4f6fcaddd603 +size 624747 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a0b45b29519528e985c207b1916ec27dfbcef05 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df7f0e77484f484bccedc90541346ba02ef02dc33cbfa1abf7c086f5a39d97f +size 593278 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89e90015fb36901f15092f9272b647360659cc7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93e8760a67a5d79bcb32a79309d6f137cdf4e55a16079b4e20a684170dd3cfd +size 1047033 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e9fc4f73ceead7cf2749c65afe80742e6f6b1df --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29157708fd9a04c6eaa08c25047da7676d29b81b9e21a2bc21a1e82eab22f2e +size 833634 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80945e7f774073d92fc05677e2ca665d75303f36 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1606118c46c8191432a5e6d7197cc488b79fcb483f3b7a8138e0d4e065a45f38 +size 574815 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb1e220c227265887d4a5c30c43173801d2f549 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd8d4f6c107319e964cd8c216e5f187507e8a22817647b17895465be725ec7d +size 436204 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10dc900615dc30d0216f8cdc8c28ff70e862333f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b413a33521d24075ab6ea82c161fa9b890bccbb004a1f92a4b29d5ed1bcf2f4 +size 600008 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f02eab5b406f916055efdd3ce75b08cff65b6e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca5f809ab9442f18911123bb6921353e3f5f3294cdfb37cf890646528a4eec4 +size 650643 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c774f06f9734e4d2d8d534c47d0340234c41aa76 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b397bb8ae82eed021839024bd335f2f4d5716c06c765e53d53e3dabf1fb4522e +size 805144 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..374c18726366b8a3337a55d60878fbc2d56199ea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0903760209db6be0509f52c6a8703ea5ae2c4e6da8d592fbcb6d227eb08122 +size 541391 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01a77691f5302bcdde9c0b5d6eb46351470da403 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ac5accfe9faa91cc73eb10541a5429f10eee6b4a8d660d5506ccbd974644f6 +size 574682 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..811ae837128b10593605c8016c49e72277c21ae9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c71a2e62a994cbc1b6c5aa5dfb350a0a7aadb39e4eadc5f483202943e744382 +size 475875 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c7ca2aa727d2b4ff2cc738f687eb8f582aa179 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed083c53350ef98410a3f3743abb2cf4d7f94161c4eb9c78b0cd9d82a0b247b2 +size 804489 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec6d0afcdc6b52b5c757136862f1754807b58bca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9052a17de82a6ab0f1158cfb7ca4b7dcace0169e88d5636c04620699953a05ad +size 1006740 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9a514a0a93cf072bf98d5620484e452247075d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3692a2383e9d2e386a7b4b85a7788f45d944e696163c59175d4919e5bafce3 +size 1394982 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f998d5896b5e91e1a9bd0a61682130660a013864 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f480cdd02d3f131c975048c6967b129bcf910bd5ec9c0ce2d6f594ffb5012ce +size 851187 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5757f9b4158dc87ac53680cda406778188789a81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed8436f5b8ed0789fb53cf9f438b8443f50d528bc1b0fcf2883ef8a951c7da5 +size 760906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e84b6ee67a7bed83139deaa80e2086e2eb1d0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a2fccaab13a4c655ccaff9214ca8e81dabe6b53f6d0ae7ed5e021cfb121942 +size 381607 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e7349419adb38a209387e00a14bd47d4d584581 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd79a12b17a19a14902db8b157c310635bccbeffe3f6baeb93d2537138be069 +size 526362 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60d8fe615d5206d763b3d0cbd758cc991ce5f6ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97c2ec5f75542c11552df1db80989a49b54f0c02fb423b1929dac0cc750796e +size 368556 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce09107f38dbd52cc0fb1f691323a3b5a5d42138 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f583f4ddb3be53a17abb9cfce9fc2512fe8c8f8dbfe8d6b550c3ea86ed30fa1a +size 1027373 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f446ab56c9824d4fd634685d3ec09333ca33e88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0982d8e3c93d68a4340861c8e5d6e0c366344d1488227cf9b3d3fa5acfcf3f54 +size 392269 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f3fe8ac2fd145357dd4a1da19e2021fc0a8ce47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d163ddbaa03686e431462c42a0af1955ac95a15a98480ca05e35ad6a3ee386e +size 518864 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17a1766d9643ca1faae5f970fe52e4f53c07837a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c612884fbee43dfea76223a79dfe659dcc89ffb73c7108ed69c64f4d8766560b +size 570032 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edbf46b44a54dd5d8359be968bc059188abf2df7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb91d11c8f82a231366bfafd697ade990f1cc3e0ab7873743f07196ce734978 +size 845910 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58f57fe0ec8b2ac7d4ce4c434dc80f644aa2b46a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0746b17e217515031443ffe43b3547a9bbda2270fedb3a03dcd62270378177ba +size 640949 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d2b923c81d899b787799ea3c5f2445d0af4d1d8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ce5f149983bb03eeabc9695acce52007122fef20d42791575fe9293dc69988 +size 1379362 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..170a3783aae215da6531498ecdcc00c73305f4ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0042da379f8eb9b96de895bad51b876811f0849afb260cb25813b9a74b66a674 +size 837571 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69997603a698b196cc13115fc1d8b1dd4fed640e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53abced2363391718f636667b0b9fc9bec76ddfa360f300fc2a1d99ca021c3ce +size 629557 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9badee61e27e22deaf15a28e240e946137406b79 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c90c84a113ff79dab90404ad3ec1bb4e0e5da635a0be4927179f9aa9685576 +size 1004502 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5e72ce69c145fe77c2372e755b2f5b11fc0a690 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9db4d9b822c0225f51444e1a588768ab885d2919ebc87a58601776da9a24a0a +size 782587 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dd0bf71251060423ce97c5fc996767a4aa5685b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d000ab824542f5af3a1b58901a5a2e994d00b0190b13fc169d1c822f437283 +size 1290039 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e49b986235d6dba342afdf369d3cc1297313a142 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a85d22209ad53dc42a7d2f64fe2622a1d03a5bcfc8eccd2743d644496342d76 +size 1145395 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cd99bb87c8e92ae399d9ad7f524973e64d6f963 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc170d21c89d887ac3fb737b05bc50f938a144329f499d87604b0555954b5c53 +size 1085205 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb8cbc33de9fcddea0b664ebf2c00c8ccfac094 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b893c2dbcc163569f00a849fff3dbc73fbed39bf379597a1c186611d698864e2 +size 592073 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24cb39d29db23506d517cd93cc66a2be307769a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ea954577c86427ffd389da38432e7e06bf4494e62ecb7ce32dec60cb306d99 +size 962827 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f14c30b4ce4db7c364b85a3fed38a0a4e6dfee5e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148a1970378a83a5bf6aa9dfe1d7a78aa42dad2e63187574f4467b3fa0655ff4 +size 588389 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dee4dc8f7cce67f0eb1e362fb82d908725995452 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1aef8170c91b1a0fad81434a77d287b49c4c101bba8bd517e6785f5ac709fa4 +size 1184044 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f73e2f65ac02ad35741ad5cf5268beaeae91f0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36e1774ce261abb9d28dadc814754b39b1f871413e65e6fc4b0f47bd3698d69 +size 517081 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cf21ed153c12edc699c5bec6bbe19e6ea807c42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d32037267d94636cbe0b70eb136d611b70e7a002d6e183566611dba2ea5efde +size 498522 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..194420a87e9c2f93a4a25f333d0f45ba1b289b69 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1335e7b98548154b4dbe3f0871a3b8c8eb2189c90f11883489503869c9de6b65 +size 380169 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..275fe1e9c07554e8f727c6aedd98c8c411d5e6e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425c5f00af54f27444748f4cfaf5413b92b154aa7738a4e50512fb13f79de6b9 +size 1215961 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8b86538538d901626d5f6df063b2e5d9536ba14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa2620d246103075186fa84ab1fcfc6afebf737cbc3774b15ea95427cfbe975 +size 596710 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba730813b9627355085c614588720d3ef163897d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390fb72b60f89a18e2855dc71b858b2205b5169e438854538717f312ad75ce9a +size 351538 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99f341b3accc71b50657ae817874bfa8a57b016b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ad053b913ee45c1e9831e881eaa767075f6933fc59a547c54a7d1417b908d2 +size 445557 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df031a74d8b3bade55fd9aceb1d5229e8b4cb73e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924f9e874b7dea89d0592042bb9c226f6946241b73da2565e757fbc556333ad8 +size 473284 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1abef1a01b1d4d4f4f5ea21e8058f9041226a614 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93990ea1fd50e1ec4001e5fe8142faab4feb4d64ce85c40971b093faacdcc306 +size 893926 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5b496eb3fc0d7d95241540467d9d78e99095ba8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00be5a7c3dfd7e590dc927c20edeb7a0d4fc8aeb539bf8ff55cb2ec37260a5d1 +size 931214 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..944be071802553a692e58b857dea43e06923f837 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e290de3bd06ac35beedcf8a86c1a4fa5d3fca03fcab91aa1cedea2ae920aa5 +size 518015 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d54f5547c3ed062c8da55a4fd8bc0d98e65c798 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c226375015b3a24820ee40c18c142d0005f1f778210de09b03223bb7b56efcf +size 729527 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cba647c99b642e9fc64f00d1fc92d2b586ff8d8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9317728aeea212d74204fcf4aa30951839591772bdd0e3de5d86d81642e1f4 +size 710628 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6cfad32647f155b5968ba61c0e3da0c6f6c7de3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429f0d34cdfd2320ca51c5a24b27513935d37f4c1e3022bd0afa80e0e8f2d2ca +size 772430 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01bea0f19b71fc05c648ba46d58256488f1a6a6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d377e2e4ad7d46ad6234f6da9fbc227e1e10c793876315a8d52c06a8eebc02a +size 498087 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a68b56160f5accbc5e572000303060e7ae69f674 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d7a31106bd12865491a75d661313c1ddd1d3db875acebfb8670a4ed2155f4e +size 636264 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9130e5a4d803f66e8d4601cc205a59e369993456 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864d81bf4fd648626d82c85e9b3499062e37f39d5e229d15e7d34f13aeaa95ca +size 836653 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63b500cbb69d13924ad3f82999696e3c6804956e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00576fcbbf50343c2b2b73aa0615ffabf5f054301cbe06a89820a5303ecd8239 +size 621276 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31786e3db9d0657ff4f75885def43785b4791b89 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c83524eb5c0ecb27dcef9317e0a4fc19ceab4d3822a6e254ec79a38270edc90 +size 868508 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9679a9bfbe314e7d321f3c148466935f9fbe4999 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f599e0fdbaa1259751daf277f5b2571c1f925becbc27fd78d1353d24436d9592 +size 776365 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fffab7c5dccb11da21d5f8ae2458a01f65e2d0ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ae055294600f32ee55fc586df5337b23c5b1e8099039cd702e2295e73af6e8 +size 596374 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfc7b24bd41b679c0e84c2d277ccef4c956ebf11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ee1ba1a4e3626553009cf9c207c5d671c53538a542e39b9c5af2b3ee3914c6 +size 551320 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12e811cd2ed7b1873fcd15fb1735d03241fb1d2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6931ee57690f24584319452b81ebc9ff6a323c28522fe1aa172d5f6c95557c +size 724109 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9ff606e162f6f234f6665d64f28511feff1808d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35ddc194452cb802a3dddd933aaf6b7523d4ec1f43b084ef961a4203f2fd855 +size 652651 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f925b1dc999f314d130eac53766c4c3e0a8affe0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f857a0dfe36370f738cf9912781495f8961701a36c8422bf19aa8030f9a470 +size 892784 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5232e35d4c7d9fde464ab7baf2307f488dac68f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf74eae24c8d32f65fa670b4b5d98e88846cc61232526e251cce41cc529109 +size 303332 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f01b77a800e1619ca8291a52df57b96e7a4e975e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12367dff075dfbaeaab7322cbe8b986c35196ad8ca8fd082636ed79239290dc6 +size 465785 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e870da915943dcdd03341a81f386a837b4f4627e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301594d11c53fa6a3921c487a445f339b426d929f5f5349d32b24d2a061d562f +size 1105559 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86cb767414547e802c911d47ec9ea0a8bd21e9a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cdbff1e4c42feb419cb54d7d272dfb1797e4aca1b2040c1999fdf22b80d34 +size 447707 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1707df6e9ff4a1f71199ec6c915685c5ed72156f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdd6c248926423a8ae938a63685434f191b62d46c9e69fbd8a3c54e06ca9984 +size 823574 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2671a821b91e2b5f1c6b7635f62701eb6c65d886 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88da4d849b079a549f25370cd8d9e44c38ec41fdb742ce96a8445c0083fe4482 +size 828899 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18927dbc1e61160e4fbd5f46139f62446a7317ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1869e15fb35d51bb58728f816e1b074cb6e90c21d58fc7469c7768fb04de1d9c +size 558022 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b049fa9385c64727f1a54115710da04331098a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31c9881198b1e8b53da11031ba35dc486ead86440721efffa4ad2ebf4c2bbcd +size 617010 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6c13932e3e384e4dbf4427ed196649767eaa56b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e987c50e0988be0c4ff9a6541371761fb3818d7ee339783bbf2e2f34f96a4d3 +size 345437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..308629b6bb7748cfd95c109811335479b12d3686 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca865bfdf57fe3ea8b3fc0849de683393b88928d4599a24648694ba9fc094ab5 +size 680387 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfcaadd9aa009a6bfc2b093c4541348084e88532 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162c5959c8cc180385e0f42260f9cbeb3cda05294382a907e36d055f5ef19dc8 +size 815035 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dac2667d340af33449fb348e6f8fa0b00662eeff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff36ef748485c95cc910d805f372a2eb870e8ec90fef61fe9a53090f550e5a0 +size 545937 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb9230d5003aacdfeb4e73a8e96b8bee7b7e8d9c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3da3346f7ec3b9bf166afb1a8cee9afc97a1081f0b98c678b2e71883347eeb +size 556894 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1651a508e57988a33a50551514ffed09db3bc891 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbee79dc37e2851f3e5889ed0999744d78e56bbb361e4efa5cff25e92f2e0aa +size 370596 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe6da7a93acda9c50031c435ad61d4a9ea202126 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53e5bf69843d4c6f87f97d113d434d36fc63a01d76579f55c8fff800f383e8b +size 764630 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54ec7992897ef19c1dffd01e5cca8ba24042df6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d971e36de763ca406114b93e0d65a6da72339e28417f15e036cfe5da077e08 +size 563388 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0211eff6364556426a7b997f00824e21898f0260 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2505f89534233940524ff79dc0cc126191751e0f4af6ee398af0cf704ec334 +size 1042324 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e463a22443fc804273434fb7429517273ce7d8b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154636926016ea93ec31af56124f9a575689bfb765e4bb2bad74a48b80c8279a +size 691701 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5c0be2e6022fa8e2ac834b0b6850fbe9b4f0fb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea47424cbcdc0be5ff5348cb408309950d74836fa4ace9f763a6f82f5974bafc +size 476411 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85e875463f83ffc60e36fa71ba54705a1708e2dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53262e4ce36c2b30c3e8d6ab26baee33b46cb2eab83c79c1b373568b6253833 +size 564767 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee46099bea57f9ec8156c1304a67b073c8b47e7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d03b14d7eb0570014cfe0ff1bb0068058506e1941be2df8b3c64246ceb8b2a6 +size 1587962 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e53e8eb6f167d4c63ef4211f7faf9c5af5caa922 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df70f2526be3c34ee12192ed8c887ce918a6f8967aa72187002c1cb73d96c96 +size 442612 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1be7748325952ba652f22c9cd7f93719e50e1c74 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5e0e47c2ac255bcfef0c6e07f8b1fcfb3f61f3f19ba20ccd27299f313a4546 +size 1078317 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..323de3fa779cde16f3e579854a6f0f94dd5abc93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c41f40cef83841236234c2ededbda78f1956cfb158b84cd72cbd70a395021f +size 982166 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c737c8ba8650c9b80c565e35b34b138c7f3631b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb54c74cea2378cfe15bc4c00f740b0287b6beaecd8f2a0200095bb82bf8faa4 +size 340599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8625742078e16e23f1bd8f55f32ebd145b536ea1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8107da93a8991d6268baa666c9a42957e3c1b3edab9907692934e289990888c +size 1130674 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4a24cdef82dce2b7364be836f43d91897cd0944 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e76bc2c1e7e374d48bf695aeb493119ace8ca7b44b75cd79edee513ccc9663a +size 1062392 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..070ea4ece38ff3f36676418e5c0abd568e46e1e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6a67d8c8addb87d994d1c07ca21e9835776d2dbe02d642199c8cf33f28fecc +size 435371 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78666fe5e16eee4fb5776d2de79ca712d636b68b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896665f873914d2d35027734d60c56a1abee3edd66a2acff1c2afab4fb29cb87 +size 660903 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87fd7b6fc9cf94b93da52f27ed407729f555f569 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e424c48e5d8596f469debcd1dc77efcbadb453f59904fa3f603e8449d82966ff +size 3161084 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfbd894bb797bf4c42bc2ba3d2fa2d8247619f29 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd4530a8ffa9a810551ccfe2b0d4642eba693cb3b7897711409ab8a374633a3 +size 1079998 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fe47b91fad6e6a0f14ee6adec064e2c0d9d7e4a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f2061c2a2761acfae8077556e927a667744a0617cd8a587a284861978114fa +size 586707 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a43e3f4bba55e72ca95512d573050d02fa4935ba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34e3700863b4d5bd9b960fc978608601ba8dbc965741e063d06597b63430955 +size 765161 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aeec4e1060b20d118846b271dff9180067acde4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608133a6e75860819aedb01513a46eef3befdb8faaa77e6edb04ce54e642e80f +size 648423 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a78eb698d700606676fcec6357f072faee160390 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d145130d1c84049e85951034f15bd7d7841bd091ab0517cd162938938da31143 +size 1014767 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9d9de8942fc4be22302e9880392c510cb2c6051 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f5a1806d6ebd0b20f8a8100e6fae97bf5b8e7b1501dd462e2c1d51a267fb9d +size 599961 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f87be6fd3133cb793aabcba338d9a5d7fd944b8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f83e6ed66776b305a5569b1e6fcfb4d6ab9f97198df7894419be323a86790e3 +size 729977 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe9be6842ad3f0447212930101009a33e278b652 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34104214d68bceb53a184db0d5b3891057b5cd726ea93a97aacd34a007394c01 +size 799223 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..014045a9573944d68a864b5a85ac7f22b4d31818 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcc8ffa47ff8f9d3ee5910f7d3060b26b56fd133d90606c6c9b75197ff3fbdf +size 639835 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b5d7c54f7eba371bb4c8e4b3c877f772a272f10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048f678239c08a7612c96708f720d1d8dbafbda582b611ee05af8a5a5176ec0d +size 382625 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eaf87fe27a2c6646b6f3cc5539c932b53bd81a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c0a164302ff795297a3bb893b5095a4e6542415c40f5a4e8f46e17cb7838c9 +size 324546 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f76f857d5287f23e768238b1ef2e854cdc926294 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d49a4417e650015cad8a732d1b8b53c5c61391f840782de77d0dca7d262092 +size 857854 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12988939f61e0c42539f747c386ddae101bab366 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d897d2770a20e011a1240b6a6f87f2db10ff68ec0e2f2c3a13a05223f4f11cc1 +size 667903 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39b6e6c8b3c4e5627b885b0f5340468446c120bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f56be9924d8a15bead569d6dca7498dc913c20eb57acb885e00d17ce601a55 +size 743306 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fa56037fb780007aedeb29a9f455dfe51ce2ac5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb4264c607370edc34c6b865ce907e3fdf46b27cf71982d9315841fc70c692f +size 503449 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bb8cef4564c18c7e867c7dcf9f06a4902abe919 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5632c8546b0f84dd8b30a4cf67e1468691e53e8744389ab1e2571c3a4db75e1 +size 636168 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d2183a1421f9dcd96dcee02fde0b15b99c2607c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f8d410886d13aeb109462b6eb45753c1af83de116b42a6b304150203491cc0 +size 996453 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cc619272e8d512dab8a52d722711adf845524e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4d86af80d45c954532aa973ac7d4be78180dd67e5aa179744749af35672b07 +size 431894 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6e03c8bafbe334396524dbbfa4aab45c63f9cbd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66e5dce9a773a84c21eda857ec143a1574b9e21a57351463a5ce48fda2d44e5 +size 571172 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a83bbefdc23d6c1e6a3defb13343a05d895d49c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0e7096dba39b138e1e703e150cfe22e4270a8fae4d06c0b97e951e465c12c5 +size 461137 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9bef52be3875ba129502970c94434d07eebe25e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ba251cb2ef5860175eb9fe8fa429184f442943e95139ec213ef837ba319919 +size 474912 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9ac893c7a15ff27932683addcd0dacfba64663e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11768ecacfdd059605aa8532b76af532ec9960dddf77aa8556263674ee3a73c9 +size 817231 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f75e829410fb4dc7fb7f18eee38070f0da9ceec6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357b50df59456e6725f15eaac8556a271f242a203685ad1839db63392e2d0cf0 +size 784884 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69712ed0d31d452c5be08b4cf7a90c59ddbe7fd4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b9cf7ad65737693f8a9e9964db262185c72b43d81bd6b8caac4854a2c4632d +size 750215 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e46a079ac5feabc3f3004394da1c4bf0dbe339a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d85c3459509c69d3e71580ae4bfd9551bff5dc32cb504bf8d56bd799a25db12 +size 611440 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02be3ea1f5c0378ba0ed77ee109d2fad546e2cb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e544348b6571c89d9ec403b92b4419a3f049d745c664e04e94bf63d420da8052 +size 553095 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f18848b9b9ac0d850a80c693b8c64b79e3c3654 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7e4e79b4d0540d5754539e55c6f74673652337522cc8d61d1cc325c28e1b9c +size 371288 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bcb3eac712fff3bc8a361e9dc649037b4f36433 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b913db1de674fddb76249ea6aeeeddcd0a5e1e03f1dc258c153f5acf84f6be4a +size 1095675 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d38494b9e772c50d2706ac237c1ea3a19ffcc97c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e77f4610963396c000bc1ac11e5dfec73f87204ed813cecee1c54e2e50f271e +size 672100 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c5fcd333f41fe9ab89c4d34bc8f485706032525 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eefc4d3d19cb3a07b13419cbbda2aa46c22946ac8ac31516e8da340e218d5a3 +size 511917 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b964e75cf15acf6c2bfa812cd963485c64acddb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a9f41077e49039d3b82596da513d60f62b010e1c9dbe886a667267469dccb3 +size 598644 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b188b7522e598aeacf4e5085ac575000b11cf28b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ee4ef5b16ca1d11b52cfabadf7e7482b8ca035ad40d60ce92b445bfba4e0b4 +size 558788 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..618b4233389d207b12e1764b8a2f77f102328dc4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1566aae4bf4b202ac54782ae95a1b8dc6fae3e8161be84f4b7a8a148348791a8 +size 479605 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fab230d824018f5a299e008819769725cb617adf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc503da86b1b22b94e1d92e5c1c80242994377a831647bc13f31c5c2219aa3ce +size 298545 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2adde967e8b83b43e0d221fbfa037f269946ee88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7089866c32c03348a5782dbe7962ecc0eebcc4504348b0b0f981311b3da5a27c +size 629653 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ae23def16c0e350bfb05c2976038360d7067a45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3130c76d4f4cade68f1cf75ff46e748ae4c90f89f8bb491abf86c169a7d5f62 +size 1786839 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abe4be9ddc0c78a236e401535b2a3b99107c927f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4b635dc92a78d1524b260c0767f5d4a9d567713cd733aeee8e8c4fd8eba8ad +size 844489 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7731ed83b8ac4d0adc45786d86b5f08bca92ce03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d655cc0ddec0a0613a58e191a6f5b1b74f9a8d4560308ad45a4a12fe6c7ef0e1 +size 909159 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8920494b36405e45ba5aada32ae6d96d23f35b85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03100ab4e95579b0f5009615a693b9a796f1d0f4a7619b48f8221721d08ecc09 +size 934692 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..011316504d428272deb6e9f6cc7b990ede0fc684 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20316dbec08c11e437c9626ea5921a96ca168da8c35420a9f60ad69aaaccad4 +size 345133 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9fb61230ef3cf0a0579994bc2a6b81d9ddf90d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8674a3853120eca7536708276a3d98a69d07ec7b77cc6adb6f30079644671dd6 +size 1222783 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dceba0d15494e1babcd3f0ec2275290e53f1c90 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec3cebd33f2ca72543ee352cfa46e4aacb99d8cd759f3e299c3a4bf3f1b63cd +size 633144 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37a6ab300c65fd20a91c23edf17160914b1c4e0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5839f4efef4d15719e332e97c0546ede539b7559848b1d1784a1436a159bcd3 +size 598812 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..195620d78c51c165f4f00c65395936430e9d03d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e43203478d713efd5ef886ee20fe97df9edc7f3fe6c0b25658830a1636b6d7 +size 810607 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d833f219436afd4e472d7a727777a77c8526cf7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc05ee121dde667ea4d139578f0aff6af00294f54abdbf17d1a39071a88cd215 +size 322932 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ec5a3cf6e007e87c9c2e59e96c0ed02162089f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8591e6348f8f6cb7c2952409dd354389bf900d9bfdb21ccfa10582d02deb291c +size 525426 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14505e3b1eb4c54a1d04a0918165a7e8b55c386e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3560942dd99d94a37cc6720019a269980c6542c4fc9099247d319a318f1ed74c +size 606373 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faff9a620d3cfa29823d5e3b1b7b175f6de0bd52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0745ffa4e11678c48a5932d7d59ef24bcd412ccac36d32428f522c183e878a75 +size 1646214 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0fff38633ba62b80fe3bd77c80339f412dbfd2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40778ef1a37542bb8399a2f33f31f88cd90dae84a0b480eda0d6f4a24746a4ae +size 689466 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5bccd65ef46923423e4e58667039538805fe1a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3032bfb3fc26612f2e78eb04f0c65f58542be1dfefc89758e82ecdd172729b71 +size 408993 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bf0116e53b11c0b5ff601ac4994f92b1391350e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257d669e050d1f81eb2a0b5500e4d976a506dedd1ced49b8ae332920f2b66b7b +size 557078 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb80c529583472711ca52c5f54710dfe68b0fa20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c392f6504b292f13ffccda9aff1eea7eca53a5ae67e848b548f19cff32dbb3f +size 1035939 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a29670093533998acd49664f212e9160cb36bdd3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5a86cb68b842ec69b8611f3855a54f519fd79b08cbb410a1fd0bf3b2277966 +size 630599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e84826890eb52a2e73d17dc6364883ff92bea0fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7003a07e334e4fc4f86477148f19a4fd6de43c4c1d9ff6651c9391e238e286 +size 631762 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34145e8dc09e672db93f41ccec1fcbb3112cedda --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabf0cae83e2b7a44273006566eb2058775101a2e35071a16db472d5b7e7bcda +size 434893 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dc4a737442a460c1cd6ed41d1cbd8fc90d1191b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e5b47c7821c3b3083ed554f8689873e6d7d2e4b82426b3d020cbffa32c91cd +size 677288 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2860bc7cf1c0fec9afb3ebaf926038d81356b09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a0dbffc049f3bbb30d989121b9b15ae0c5be118d4d1b9b70d83372a057fb4 +size 444890 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc396bb5c56cf044f389b3f37716bf5e2f9a7276 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853bf4ac426443f652a310695fba9d1a0adebfaa61ea8bae10d1fc2effc90631 +size 738243 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93feb1a30c80c399eb31fb7b9a224cd3dd4d4490 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2836d05ccf89ef2a9779d16339bb9416e8fb1772897238088b3d98dd841ca49 +size 625936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf991ae026ef16938bfc0b50e75bc1c3410eb8d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b030abc5478120faeb863df81c3b29aba0b0fa30cb7527f35eaac803b37d6c3c +size 412818 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e9d4e7d64221d964ef6d8f74fa45a75a300a0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010e71eb181dacf7091cfc80e6bdab5ac667acc9ccb8a826dd37e8ce321c69a +size 886016 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b3c9d3878c9ac0df75dfba4c7a04bcf86905c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26dae4bc4e75f93a854715128edea727aa5644987d1fdf9a733ec9e63be17d7d +size 1852723 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4590549d4908aa6b14005e8707c821ed26decd76 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef925e7b1fc6a7f963dd7480d88868ba0017903a79ced425ee94bed636c1d70e +size 939825 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16d55ef439fc063164d6dbd37afb39571a2fa03b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4411e94b4d03229631b72277716bb91f2e6a41daaf34e551c7b4be56408857df +size 640629 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b05e709dee6ed52999b74cd33b1937cbbd1451f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2468951c3c9e68f6534adf80a71078f4e6681fbbc6abce818e38b1aad34cd421 +size 1144012 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b192d7ebe67050eeaf35f0d0fc9b6b99c982c3c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8123c6657690f97d1d4c6bcccf01b4f063a99954bf31e7dbbb64d22fe42fbec5 +size 841610 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..112d339c1c83f88eefab70ddd1800846c7bd6eb6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda74556bcdd65696de5d2e4ffbcc613ef4d6645f9822ab6a5716830d2c04367 +size 1093401 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..267afc3e9ff95642ee582d5995d0bc2e66eeb056 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa9719df52f726b41107efad4b407d4cced123cff94b9476c23627b977d37ed +size 581029 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e832812ff8d361395741e3d8f3323e1be4332e4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7509be390f438eaf5d43e63a7616017886c91115533f92060795fba0243ebcc +size 917258 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..750c8779b1fec5a1efcde08ff76ce4c4d3823266 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1868414326a86c118fd0bc9bb51042d673ea5293fbe3253cd1353531f2758df +size 858708 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ddae5e83d08273ff75c64a55ef20a17634d5a3f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85df1b3e9c10bf753d59e28839d5858c8233b4173c9ced4767850db1de2041da +size 790775 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ac3a32dfd4c3813830f5627a6f9360fa3a5feda --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af35abcebe3b2e359b2b2d3f79e4187eedf08a3ddd9722b6577163775f6359d +size 1427901 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fecf914d41e077b013ad6bf286b92746dd812ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c9cde4a91a22fee354e0b66f9fac02b0d92a7638bc980120285816c2e9a6c8 +size 900627 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa8b732fe57fce639698d74bebb1b367485b1049 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9791c2ce392e515005e1c350f11d93bad30705bd5c5a0e09f2c679495775b79 +size 678262 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cbaccbf49aec172de1269532cf77504cc97f4e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e2575fb7465c0cf3a14d9a6b02d9bc130d5aea879405b235d246a06008d4f4 +size 492102 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a4b6d6f7271c8172a4a5f5dc92c4f321dec030d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fc5855cf81dc50732fa0cedb598322005bf6dbb0532e900b646b19626d9274 +size 1038442 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17d30f27871bcca6dd1d6b1382a606c09ee3af7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b64c81c45326df0a885b2719ac6e94290926b7bce5e88af1f3bd5388178093c +size 474691 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d21b3ba9014c2db33c65c342fa609c07f2e04011 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5b7c83f445c1ce702d75f881e1e26f28708844f9139a9f5abe9d1df144698c +size 1021320 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d31d04de06db4cec4dbcb4ae8d30608ed19ee55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dba5a11ee20e1e1d2c99998c90a94c648c05b533a565d6d22dacab9ac26a42 +size 581565 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d822d85b7aac79fcf583327f47e5ebc04ab4662f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b83d41c7dde196ab36215ea532428537dcf71b43c4891980651a3edb1ac6af3 +size 651133 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcca53bf77aeab8c545c3aa7c8c4c0b408effe98 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f505a64f7091d1fc6f1168ae5f4ece73626fce6dc83aebc37a3e714807a0bcbf +size 1463166 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dadcdca22cbccd967236a32bbab6eb93bd4bdc2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770f753e97d061e0fac6c60826cef1b47b76481d27d345c82fca8ad314ce7e81 +size 907642 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a9adf74c1cc3d0b334f2347f2c1def0cb2d884c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fddc8ff015a494697beee8c99566376f8c9ca9885cd8d489972c7e6110ce37 +size 677026 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9e5c3dd7270ada6ea0f25b5499ec22d639f5128 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb600b0ab0670bd2d5a0e0b507c971aa32437be1e0e61aff53a6cd45b1cc07c2 +size 467322 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be39f77b988c8fc79bfe1dfb9cce09b54149a94a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2e9b655c2fe4de218bea608bb006e14d79df7a85ad84f7afa4d178615afb9 +size 706883 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0855b7d5d8d95033f077b0e0032345d86d993270 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62b394e3c08915803ab6ca66ae76dcedab9267e125b52359b0b906b66153da9 +size 741072 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..288652663b4518810f92f07ef4a0fb7aca6deedd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7533c51e2907115b4a08a1ea47f6d4dac2498e3732b82858a6033f3737f399 +size 658416 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b11107121a17b0d66de6e31e11b5ab9c4b9e83b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c362b408bbda22ac1e39cd0cb927680cb00b5170f7b953c8b7983363f2b4f9d1 +size 1009345 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73c3c6d5d38d1bc5bfd66482400bf5e082f4bf41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa5e6e58f60b577191abdf096639d9a7bc2f2ad14bfecef4016114f1cce91b3 +size 596540 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89c6a95b445c423d9ba4354fbb4b7f020d745edd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d056c3bc87ebe237f88a0b9d7ac09e25d60db4d1e17468d1587fb46a10d4a746 +size 640873 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e14cfece72f36be34ed08d62f0524cade6259c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3de93c24682c5732fc4aaf153822473512f0e7bbefe398707824e43d03ccac1 +size 748276 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..106972883cca98346c16a4f50a2ac149c646c374 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc6d4aae8f0b3f91662a409879ca33ffb99ae41982cdeb0f9f440c8317c15d1 +size 537515 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8d196fdd882864af2c88542e991a1cadf2982be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbaefc16282c193f2c65a45833fecc09caa2ff459c4722b2635f9d351dbebcf +size 604572 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7d508c4b0867c7ec1fea5a12cd404876220c3fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436533c15e176bc1fc5f93062a2601409825c78685c2bcafc0e6fc4b7b6b488b +size 895500 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dce8e3a1e1501b7650107888a01e208e1e3387db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318789929fea4c85ff967c6a161cde0ffc9ced77cc93c7bca572173de102b91f +size 824902 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bd2379ade1ed79b29e550bc3dbaa9ffc42268dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f48f4a5e4b7a80c0f9071cf8648b90721f280f952ef4c345a01b49b74eb80ff +size 764945 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d019c3855c8d216ca2b6cb41a02ea85d8e2aadaf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41becda9171f89411de9f31cf1841fba27b9655239d4e4e6fafecf091ea7045 +size 1085666 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2b9502f296f36ffb1537977f8057d8673377a7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63148311d68027d9a3a2bb8215b4bd716099aba3b53b72d7a26ef329d3e75486 +size 841045 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..991e869db5b7fdec1a4ac2f431fea916155d0a95 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c65f4f7b0134d4944009764cdcdfce8a9a809c4c4d6f035b91b92404124ffcd +size 806041 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d668a7e6630e848453ce59b17f1e5c6730d860 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8acf7c2eeef763dfa974ca2c3263d2432b23676ea101e04ac03d0883d80b47 +size 911095 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b14c648de008ddbbdc73c331a7ffeca35c278fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aab46172a3e7c41698219fe2195488251266bce2db5f64b49ab4d0c3c0920c9 +size 858219 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a1df133605c6a3a48df0b5c1c8d43603a0f4b4d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65899f240088a40f79ebaf793f281558ea66fa1aea840d8dfe876a55e38c8045 +size 866947 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..716b418146f6310844f3501f7d6c18e2837bea47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057aa132e1664a39032193f18e7cf020faf9e51b35603b85f7b3868754457673 +size 764715 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8648320829085c8ec4c66155b59db5db053ea3cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9c24df86607b6a6e2487a453c90c279d0e8433291d09d4a30de1eb899a64e2 +size 913324 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aa678002825086f42a441801370f46e44f21a4c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4485c54248835e8435a9f531f9c9391adf4f5a793cbcb44d302736c9fef7db42 +size 438773 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd59a9825187cc01864b5a343fdd42921c5c9722 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e83e507ed8243a47bbafff249909b5bf2ae3c23b5f7f918d0dbab5844b078bc +size 374405 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b246969a874473430ab99c2b70b0ebb85273478e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c577eba91dd085a27667f7c72d3ddba1e022a25246dcca43cb16569bddb169c +size 828176 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbf8a1213147c3855e5cd0f69ccbccecc9c14259 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee57dd8d44995b0c35db2d2f93a28c092524d3f64075192539183bbb94443b7 +size 1299999 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf8077314be81759a9b1acbe5bca9888cb4ba76 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1318f747156be44a5a369e9734bb67253dcfcfff499a54de0d788891d28138fd +size 587622 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffbf0e1a8246c328bdeaf35c67fc4e80246b0df3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0299e34acd5a5e86ca3e87cb23c3b3fb97be7154acb6a2c9f47e396719433e18 +size 1091503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6907466598054a39346d5644762db52c95d4c36c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a6d3a9e3212a7ff9116605a9c54afeebf5d3ed137e4474f66ceaf3d26dcb6f +size 674278 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea594eb1b2414efd7701c71264ac84501294bdb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc369312ce9c1034c0ae191dd08d5d2fa0e5bd3910c37d94f264e3e5e695cc13 +size 402949 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..357dea9082c3f4d545f5c6f33c346211a4f31393 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e8fe523e6cc312a34d8ef65ecf6b1b8924086d8b890fd9ffecf4b87a973bfa +size 475982 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1af6613b1d8b66f153c9214e58a61b3e37a4ea1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbdcbf7d7ff9890ddb0a512304cad8552772822eab9ea90c400da0d54095fde +size 812404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6817a3533aa9cdc4f1aed789d1a3328d848bc412 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28182215c5534ef1deeaaf59f0201874428972bd6d57500d72eba70242c808e1 +size 1415767 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bde2620542c4dcc280f68da8d25fb2b33607df5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8646cd8d507f3f65277d791e81097a36ba4f868369aab7a9168ff620f45c432 +size 1169227 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46a633db624633bdbb3d79c7cee9537f8302b7b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9656ad99d43619f2092a0605a59dee6eedeccd38e19409c7facee65681e054 +size 767419 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff01eb69304c4c579e0cfbe6c7fd6c729cdef28a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7660fdab1eda9e0cc61bcba3250d69fe71fa1ce6195a345825ceff4f5022d848 +size 805890 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e645ee7feb34c9538348730b64821b773b3ea2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9661866c2c6e726865c67c9725829cb32817f5c99543afc19702717cfbb3da15 +size 518433 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09b833724e6b5fa6476fa8841b7d70f9d07bde3d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd494cbeba6ce9603b1c8dfca0a8b8f8df116fcd75b6d59173a2980ccf0cc7a +size 425170 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d4e3c80ca7bf8087aa2032e6ed8c05594221134 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0418a192309f050d4196574c38d2ba13fef4ab078dfe1f73cc834f10435e73b7 +size 1332913 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98cde44d484babe30ca0f3d88a7342209ca3ae10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369324c1d895b418baff3a2a3bbcd4d7da3870f53201549d9ffa0f1706a30c52 +size 735065 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfdc96c80fb63b74c9b92fe387fa4c8ab42380d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6239dc85d904f86258deeffe9ee08a5d2dc35e0f3a83b842f4ff0118cb9bcd73 +size 906283 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59db554b3c24221d8019b948173a41405409ffd9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93611004c78745a668cf54cf6dfe379677ff1b1f583f49312dcbf6d197416f17 +size 582134 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f01879037e3abae328f4d90a0a03c2811d5999d5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3d16aaa576d0b1cdd93dabd12e4ad68dd78c8e1ae2edf47cc2acb243d797bc +size 544570 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..992f7d8e6d49d6ebca15d4320c31f1146cc3012a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4765629581ab98d32dc264893394d7d1a0e33daa8282179122b4c7ffe3f76c0c +size 690545 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d67fbdac063648ee54c938dc064ecb7643a1937 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3aa4f62e2f48e9386a2b335b3c61b8bc0c3d0e5184f75899ad90e8ab1b59c8 +size 634404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c31a970c6bbd167c2f8cbc4b0078fde8b5c26ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f8e49f2681efdbcd12c79548c22184eb73ebe8d0b5b97eed1663eb40db6c26 +size 631348 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..605091f92a2dd4a0952f1dc28cd627b9654c0cdf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1889b2e04c6c8586866c5ad16054132ff7e5f1466e665e8b3a0b72f2e53f842c +size 650137 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e212b33a462da4e6d0afe00c98c2f26479d962aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9747bbc26de3fa29b5744b22e32c352e2914b69137f82743f83452ff22d242b7 +size 655662 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3db18f2c97ece9572b8383cb356909fd3803766 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9f83b72b977b5d3c968eed6d2dafea3e1edcc6c2d476429114f972552bff88 +size 502380 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b13d5be2d9bc5a65132ef267d7734cec13b2a1b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee34c9bd7204f0e8ea5bba06687670440b8cd3c8cfb72427546b6ec386ee5e10 +size 595387 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4096a260f6edae87f41b33fa54d3f3713fecfc20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6812723a678ef3c1e7df51e74156f5142faf577650216848b49b23f3928b58 +size 972836 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd7e216e784cd3bcc1b19bb24d68d4f9d7bcdf85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea030dfecb529762b7027d1628605b329e42bebca631185ddca9884596a7aad5 +size 508144 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0101cc0847f96f78e454a57e818b56cd1e664d87 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc8a954886b08b4f938a723296dea882c3ac0529ff8b032076ca8304a3b6e3d +size 378339 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..722dc9de31f4f35e4275dba6b3ec31f29f879e51 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdec385adde69fdc9915f35846c488095a40754147a543ea27e8a6047e82cfa +size 725013 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dd9be15e9f96aa8a07d58a9ba661b0af3baad1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9930f7e9412a70dd15c26c636ef25b067c5f75fe3089041efc303eb686cd4566 +size 1132068 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..066fec045474fcf54a2218a277ec28b00f474388 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f1c777fdd9571afaa5f6708121bcf54401c8681c86f5d360faa9f1614662c +size 1231777 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d051f9336c12ffaa2dcebafb6694a2cf36c8a2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dffca15c6a75709799ce9657863316bb065af11554e10b603bf1cfdcafa29f9 +size 1070576 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd508652c3f031c4d9fee1a26e39a25bc972cdf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5db29693c653fe23c1bb88e62d5de2a62585c8bf1a527789b1080f536fa305 +size 566977 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78efa243d19cc696f01eda582261ded551d52090 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2f0dcc7b5a9092ffde542df545ec56d6e111fffb0c75d76ad1cb72ee1fa39a +size 1065013 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d022fe12f099bbbc9e66533c736995a035cc98e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8aef6c51106085004ea1347a764411d36d4ea685fe7535a097d32a02941caf +size 529231 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb2acc5baa5b3dde33a6022889525e2c80e6e2f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f95a45a2e3ea83e790b517fd56510963667896e7682257c057a83ed62ffc675 +size 927731 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3edb36396a0132f459dabdbbc138a09f16230b46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577292ad7bac101ac323ff76a51027cc7d076135d31cea76f3b760152045f3dc +size 592413 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9164311f4e56a0c524f2e884396c762afd6de19d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8d6d0171d3689e8317f1b60238aad9afcc8a37faa7085e7f5433c6d02a714a +size 476897 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00c57223c513752434ca3f997dfa8373465fb886 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a658b1512ff5ee2846997ba0b6ca73120c9efdb60ac55f920b84f806b80a20d +size 910678 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12053bab1db6cf261068fa5b3bbd3ab5429809da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb9a3bbeaa9b12eb800d4653aae60147729ba048904fc5285836102faeb1a64 +size 792491 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88965709a6b40a9567dd5fd358f362f1cd80f599 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2152d0cea8027a7083e43b5cd62363c25063a338a06ebcc1077514b61eadf507 +size 641576 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ff3edb367780abf563019aff182fa949b1985f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b928cb43090ca4aea215a9bb193da9e9d9ccc4236f8de1f40d7c67e79a51d5 +size 556986 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16e15ad5da7723693953414659197fdd7062d1fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e419594bd3253d3562ab3a1a950e65687dda53f57a3f72f91163458740d6002d +size 449121 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1da9ac4061dd03ac84abd50b3d538ecdda6d0d35 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9fda25cf4375d652039715d1715d2ca57c3b14c047894c13828ddb07d545df +size 536860 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b317cc0118a6463e2166f68fd70939b710ff49ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571a445c1a312c58756532146cd5d06bd29373721e9b06fa31b20f88a63e500a +size 828767 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cedad8aa30910f9760f136d5a93226825d0b58e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4378ac85bd80b37856354b8868e69c03c01c4ef5daae57d4c4d5269f047c87 +size 2354863 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..956de38eb6761cdac33cf0b2e7c78e495cbbca49 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70a800b5dcce8d2a4b171c2e0a760b52b8aa419fb8711792ab06526380915a5 +size 564531 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0fd42ad6aed1b29fca6025aa67afcb98ca1a9e3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dba617292f1c0afefda632ed3bd3e8a7feea99791faa70faeb4d4a07df30b6d +size 1112216 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdf8717b69124687c2fe2b91e6e734a359ffed9a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e7e3a1cab335ff3ebbb7ca76304c3d8491a5f4796f45c0e6a181b7f1d77050 +size 716647 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10e81bf71fb893fe2d778630f59d0958d29c9780 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e404fad15a273522b821d0ce2d1c96cb24331cfb0423c4573309b7fd7bc2933 +size 643531 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a183cbac5ff718dfb04de33476014fa3c0179c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41344e3d69258191fb865de096931a504485db8361e9e80d7b0ba0762516d132 +size 478975 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27d585055585b917d2647b60e1914f1b34a5055f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b19007b68fcd6f107204b72dfb2fec3f29e4b32e2fbcdc0b34d1ae0486954f +size 832714 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed72f2c8d01e7a60287407b037a64055f64c1a31 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f475760abd493176ef0205fe72228d9fa88e07fcc42300761e77409c280ac7e1 +size 1129116 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab93f39ae0ee3830e1a816d652a37eab6c2fb829 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85af3b54288a787a54f7d998f440cd05c367e9a17fc293c662823bd5903872c2 +size 637834 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c2164a47c73a1d457677ef8f5948bddc22f505e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21ac3db79e79dcae70a784181c3b55339d394a4e9e7c0d5878f2231bfa45439 +size 564469 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2cf2cff5b9966ba997b5c42ff6c59febd8f2fcb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a082e8648defa876ca75bdded10e77178413ba10c905e03aed45494983dc5be +size 1071568 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c49b21940b8cf79997b2ea721f0ca102f65d4b8b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393489e8537eb2fb9f3337a7b9c3f4e5ba2043fc0d459c49e09c4275c069c509 +size 397875 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2020282b5883aefdfc94b54c025fb9c07c2d37c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aaab363a8b44e008eafca98e9a53e3c1bb1d11f8d997292c22740c169c1232 +size 505125 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfd46b9ed9306fc34661a035a198b5887b56cc62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab841c23e179b2783ba269dc7d523134994051e875046308bf06c9080bd788ee +size 895006 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10a9a8c0e418a8b7e4a03bd03863da95552ac807 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94e1ce8e2e736b82553201b382b0f4dadaf23ac0650d69f6594f97d1785214f +size 418147 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88dca74e146d3f044182dc348a04aed38597f642 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1839b597d1854e85d89b32cdfd84e3248d659b2927a57bde332fcbb4cd52e4aa +size 839605 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..958b67298d2b82975e63b903b7b83912852253a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee38277af32bf9353a93c3ccf2d5ec334f87109c532d42a3445cb8a65af99ac0 +size 777569 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d38c0dfcde51a886e1d61a6d935cc9e754ac93c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d66c4816d96c6587754dad40ab9872644d99e5aba4cf866d58462c32c442a30 +size 949071 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc121a2de371cf596d83cc4f21eb452affa2285b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94ab9366f146b1d1d5e8e034122dbe877a84d070951d840bcb36e57e73a301c +size 898561 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8701e84ea27082daf5c490448c705e7f901a9658 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e06fe294d557dc5428026496bdc6ca4860649986ac974bdc815fe52002a7d41 +size 793503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..886beb738116a8ea0f8a1ba8f9c2a8175f33e685 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d3ad3d521f8fed5d2ddefc38fc7afbc1161c430c9671c706c102601957f8e8 +size 997325 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47136937a2a5a166aa287aad260658617a1f25e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3b16e3e1cbc46515c16266e1c514b183459190e9c2f46840d8d4ea40215f5d +size 744347 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96a3132b002edb404bbdd9ba50802d32b7188c94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3423c1cad65f473b92b0f1c7046256cf685558ced0454845ae8d37bf9032b727 +size 521619 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21803bd929f54a3f8c5f67a47b9894a62a6f074a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7ffc7516dabd489b16872cdfecaed6340e7f5fd35e8c9f2b532b730634e5ed +size 644358 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfb2dcea90fdd086fc5e7d0ab40b672a705848c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be9d3585c8228afdb873c05f17df577c3c0c030141c713c7a990ef82078199a +size 616022 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d2fff681c12c0c02028085941f1ee6d7412a9c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7e39c5c1aa2f368165f951fbb80b93848d8b8ae7ea7ad1378a6f112ab995da +size 361748 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0a9d317d2a73bbbd940a680a353d5fd878ad9b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c26b1a786e392b21fda913bbea1bfa8588ac4efe2f0d433a4c2803c1ed2917 +size 612027 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..849380368cb683ca93952158f68ff5dc51a32094 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2297d7956a401781f66e3c0a610517974bf541c9a0ed94ec3e30cdaa31aec7 +size 699006 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00b19f63641505462a781560c697b220726d4d55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d7f647a794c67d635b467b5420366cf070101644a412abe819b75ee49ae393 +size 652498 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93fbbe81ff9a61ecbaba939bfb769b2c0dbf49d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a640e21481b993f6bf504e72721b4f19f2f178003d023106eda3fefc46f8d29 +size 650578 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ad2cd0f9c4dd1c038da0840ec78a4cb7e1618ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dc43f93ad65f76cd66b37571ad1c5f04c0b999513efd200caace87576cd220 +size 653441 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbec7acf1e71da72cf63a1ace458532068d93a1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2d336c01b3f6b5cd8162f291871ca12efcea5894e9de26be2eaf2b2ebd779b +size 472841 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6f96c2a4d88576ba32eedc5158122bbf6bce5ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d7a2d4b028a6070d153fe86ec42f2f8dbae3560c9b66df30ddcad3f82541b5 +size 532684 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3103c51690ac693f56bfba0ba92acf752df0475c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336ee6b052aa5563efac624ea52535c6054d51488d315849d14caf363b2ecfe1 +size 642199 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bedccf020f68be41d704ba2a36f4e0a22518d6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4341bad585ca59b6efa6ce7a619ec1b1e73e7d26b76778128d4e34b2a6cccf95 +size 907221 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc604bf4b6238df23d2531e38583a768f98de2bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322eaea4f37ac6001e28cfd905956ede36418da258b13def5667df9431d74806 +size 767207 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03cefa129508c9ead9207dbb1ffdf8cbf86cae07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973a26bd9668a7fb51e13b780c23320f16ef6b8e1779aae2ce83403a24910687 +size 645315 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..815d63c31ca28c5735644b22943c0bc330502097 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db22625d0ed902460e53d83559ce0dd92a5327ec5d7a13477d3387543c96ccc +size 611264 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66579a4f2886b5573443a0bd775a01f596da906c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeb79e12b30d91b6429752edd27695efb3ac3f09698afff26b44b13339403f6 +size 351830 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2857e37ea835dc5dc2233571dc84def3bcd670f1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457f8a53e2c48cb0fae6c42f473d462a02279ac5a7f21f1acc14206699c6b6d2 +size 667538 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d95259454f56a981e385e1bae00759f2fd49903d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239fcf5abb2592ede0e42d3303d10156696412e706956b7c254eb490974e75ba +size 1213307 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c9036a55210f758f0a92762a8e9b61dd54260b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a69233e3e4b8ebf8406eb5ebd3e89487f46ee789ca01b55d4a0a5c94816e75b +size 1323300 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae9206fae1c39250ce8a088fbdc3512ac35d31e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caba3e6c497dfc9e27616e080395a432b36651f52907a5a035f5989e13d2a0be +size 1033672 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56ef07985d54d61db9dee6ab10c3745098504f92 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd9100b7532aae8a5ac0cc006b25c0543f9244365e14f12f5d117fa9926b352 +size 751483 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ebe47cfe11f0c57ad6c0c997d567d3ac3b72dcf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3d1ec7742677b406288cff860c708a2a7f6acffe6f21b05519b8bdb162e9a3 +size 491262 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e976a41629b45fdfc5c6850ba103a3c842ca28ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c7692335d29750f0cfb7be9cdb70e9acf61091ab4dc6ad7350b2bbc43a4f48 +size 777734 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67c6e31bd2f41eac10f29e850095ec91dcb43d41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf637492dbd876b6837b3a436a2cae38d83447c8a29b560b4737a56b0ea8b9 +size 478964 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94913d0bbfb0752d394f77719ae16d7072c7337f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387d03b9abd275ee7363c6176fc42f1b439fd235871b74b784680408dbd4129d +size 1064349 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e82a7a0d57d7be3d36436ea21133ffaef3827761 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e80b8a6fe222456af2b4388ce1336118e75328fa244c7f000222f0716d082a5 +size 425734 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..624292229af47315ee6b788eb653183ffcbe3e39 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a51ba7d10e697bb4478c4609781e5cf8b4e5c3af43bd7ccb83645a928e8a29a +size 609261 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c18f23ef9b009c445b3d8a89a5621abba55b8a8b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f405e18e88462723c5b0447a96e55f9213dc435510c21cb64fd88c62bb8c7d6d +size 793088 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf043e81a0c1574fba2380e35c3502dc50bab74b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2172373fb98af81cb6cd2ddac02294cb453a5c4850a798dca48fd48452d4a0b9 +size 1012328 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc7b868569ed5e60eef518dc1e0a53b9b77b1ec7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1016ca29d98351099c72ac57b380a7170060cac05597271ea46ac9755e11bb7 +size 897710 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c55d6f4559db4ef7fc132a0e0efe21fbcee81acf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603245114d7e3a35c963328fd8d89504545a8456432d81446514245ab5d3577f +size 1073136 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b4f638773fa76f621544bc7240d95031bdb61f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b660f886fb3fc0d75a846559329736d26e56240d9fafc1e47ad728b67d9725a0 +size 709040 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a8ebfce08b441a7aaad33f3b63b5962630cd4a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5e85cd6f9d1d38c0fe216f1e18217a3058f483e48bd3c7bf6722ee58aa5c56 +size 530295 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a86e6a628084928c8a11d3294ce0ee4f8022396 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7eb8745aaad4072a5edffee0be602e9450b290dada2558d64db02558941a6ad +size 826707 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58b1fc6bba1893b7ac0bc51edef9bd38e9c22389 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3595cef74351a0166f4aa50e20ff8c5a400d6b748f5cb931ddc6d2b44590dc +size 642729 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80c7cfb5ecf61308ef93721ffc09091cf7ddbec4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947cedeb7359789d3a1aedf8f04aa6ac3c002e8cd4f11999f1f3e8ba7fcdbfd7 +size 1222906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ca9424e62c89e98f7151314260151a93aebd9be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d85f8a8f3a5515fa36ff0caa9c1ea68e62ff99dfea45e86362c7aff0b83382 +size 1115518 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84223277f218aa76fc2f497315fef135d7777837 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a9531f91dfcf3bc2c32e0df78b0fa63927e80ac33f7a40d259ebe6894afa6e +size 1006927 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb380767c998697e864169ca636c5ecda0d047d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9045615fb44100c344097e1476399fc14303d6d683e4ed292e077e690760f308 +size 639838 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1fca0348554d9057a67c32e3f9f9f94c153c30f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f355c12c309d52287bbf4125a562631336a4fc2d6662d5fc7412e6c69e52de7d +size 971506 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19cfd800439306a0f54e65c720719fda165378d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd3b638e1dfd76641cb03ac260eea353da17291efb95c5a68f9d91908f565d9 +size 534967 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70732fc41369bd205e901f34ccea7953c191cc85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de5a23d4e5ee64cea12c776af623e121a2d3d5c7de081e0d68699b08f3bee2a +size 1280572 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5be69295a3de7bd8f94d81777bf3ae24ac446bf3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebfbb66728befd6222d1899a75700288f61f974a23d99965ea324065d4b4dd0 +size 545167 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e72443c57241a0fc939677bf381eea0667e2706 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5fe5d8322c6b7f63c3fe0a237823186a422466350d05535468ef9c845fd0fb +size 588422 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7125e9081270149d708f85b98775d07a1614b4d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1543c60be24cf04990080c43cb2a2836c16cd3f0a766de5ad1c939b43655b18 +size 411099 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9e2dfb0223bae01dd001a94d13a52d8c91af285 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86cfa535842a6e9a6c6d3808214f96b46ec5c45a2092d85cf608c7ebf479e28 +size 1450040 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcda51c09801567c2d84129b1a6e4954db87568a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0d400839657d684f7b8e80b881a37b4bfe89fa38556e744b77ecfc3d10264f +size 641452 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b16718e81e4631c486f2bf6cd2a998d5dee06b4c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97757c8b522c41e2bc6a30c480fd4d59c198938852af43ca9dd9d949668097c6 +size 407433 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e3d1fcfca7c25fa6923844fe5be3258bbf9719 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de0d0d6321f47fda3244828ad52c94c3806352ca72f69a3c1d5abc6f645cbe3 +size 734881 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9498f733dc7fa4f6584cf9b97576f25acd7eb5c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92d48e763ecfef00b8e3f6c467fde8555410f821dbafbcfee57b5781cbb2dcf +size 574485 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a1e632cccf3c954ed068379a382fdedf7a8fa72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e22a8d03101b82413fef50d79ba97aeb50d532c792b9cf2757fc4df261c1f5 +size 925880 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6af3471f68f1528b134dfb5f7e87e48657c251a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b2173774ed9ddd0ac88d214161b75130b0f59fe15af253377aee79a264c60d +size 1052345 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47825887cc4600fdadb6b48e84ba968a713185b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e63c12fa03e27aedb96f6f18ccb9dacde5c29a7326ed52cc694383fb6fc40eb +size 527770 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2caac33fccad6f7b04b834573cf64d2b765775ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c224baa01ef8930a905596f6273719ac447c2c8d611c62d4768484951cec408 +size 675901 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a329269c73e9e8f3d24392536eaf0bb3776991d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867e72d830209227fdfa1ee2f1a7286e5e429b2afcd96131da0ab6b1fae56983 +size 726238 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bedcfc96373d2fd8f7bff932e02541750b6c9390 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc075a50465588fda1248723b8941e118fae9aec0378d40813e39da63c7a2ed +size 764259 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..025cb9ee0fcaf7b9e45ae433c3aa2fd615d966fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c00432be874de2b3fd53344349b62378945a7c545ab35814820d7070a3e827 +size 374018 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e19f27c5c6916bd184e1b2199b19c2958f5f7d9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8362b4d3c6efe4fff4fb3f3391b9cfb8d417b7c93efb47dd9769835c2256465 +size 762073 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89d2a0534dbcaebc66fe8e0518616882645bac52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b759352d15990e0bbc0dbf711a931bab8ca2adf904310c4a82f7004da6e204 +size 878975 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee888558de65ed8963be4cfccf88a767467161e3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0097f1f7d1223afe9458b7575f81966634be70c67d93865131c0f56408d76099 +size 741482 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56e1f95eb05a77700ef9215e1bc25906043d496d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc7da80bdc7c644fa5de6009984948c0089946018cbcef001c6a4a1aa1483e3 +size 953625 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16a8f791e9e2bfcb59440a7a06289af7b6ded6b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34de23b74945f5826ec13a2fcc572affb435b60ad921f68e9eb1f6df9d0eee4 +size 1060590 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d26e7f93bbab68927984f332c0ba98a454ab9eb8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e148d0a1e2b7ea6a4f0331622990eab1740e448507cfaacc14bce2ae6f816338 +size 716404 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9690ba6474117fbc2309a9c432e4162b210dd163 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5061b236c44060b4aa3bdd6a7da5f44cc28dda712b561c23c81714ba4d49d603 +size 591512 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12b822aba0e11fc4dc223c719f30b6a2ba818d15 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a8a883289a018fa93ffe2b4636c4f8894c89bcfb0dd0f9ea36212daccead5f +size 563126 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7766380287d51a9e3eb0259c9604bb8b3ad9908 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fe79eea3756f7f820f6915465ba4daf59474cceba5cfd17fc7db771856306a +size 806792 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..845d10294a71c084a1c229df4b783c0d5e8d9b74 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6421d6d74fecce23718890d40a30328856bebf0ae047b0d2aa25ff8f5a1951fa +size 1211705 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..283a392983093206f18585b1e0d2dfadfdbd0f72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec35aab6d4d2b195000971fdbc2d570a2be692ab9e3995a9d6615612b59d41e6 +size 379947 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4d15ed3ed07a2d3c368c5a59fe902beb7648c14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788b37f9909355647cf788caf52e6a7099c15bbec68ae23992155ca8c2d2e492 +size 485338 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee6046652248c4c5e463f92f87510d12b6cd3f7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8368c9716f6e9c35e13607ac6fafbf2fe715e6e83ef48ae452ade09dae15a4 +size 940633 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1d25568d713828d0f6f37ed8e5c6096954a1bd8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423ec8bf2a3765a61223e346701c44c42a981fdef0d37d1c1d1ddf9d03093d7a +size 485480 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4719e8436ed1b7d3858251723f4a3efed754dd93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25b69620542c0030740b2abb9b32845d475e0fea766e569515d0ff0defb99d0 +size 723599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee085934f72d7c26bf9776b5ab888fa82a1fbfd8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f3b5cff8debdbf76e78ee18a2006e7c53c9cfbadd0ac35e6275543c961a20c +size 1131381 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dc218957f2a9dbe0aef8450ad66d0e6592847ea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd68c734d0db2eb2a4544b6b6265b70e4eceff9c9fc98a232456d2f65b6e9167 +size 705507 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1c1a1da1831be010a5ba00787f13dc168d71577 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e388d864954970fbce63533fbc220292a91152967a56b7deb65ba840ed1f2b9 +size 672437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d4b5fa730cf7ec9e75ba84f6804344d5ad73881 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bfe194779d8316e754bfe2688f90e46dc4176e33159b1da0eef2f5c8565471 +size 397929 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d76576c9f310319f9e8d06ad5e7c6c5b83927563 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb22dd2bed9c4d6dde9896474e5c570aea1257ac6720acb12a99b1b9031bb6ee +size 527980 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a33018a5ab3d2b38546900d5623076ad76c899d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd029f6c23a19673e5b1fb03027e61c9fdce33f6715ad7d8dc906390e94b8a55 +size 664562 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b61a3407f3eb76741db282c7e71257af3c5335d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0b52b2569e8a48c5919e870f1e52eaae79e7e684d7060544a1e5a8fa3b3409 +size 673284 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2edb004b6c648cbf9c8faad009c7626914ffa5e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448d464eb67694ee9db6d372f358a920973a70467c6b3c72eed458a57d88f47c +size 722880 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deb440870b2577017d4991742e5a0d3babac60e3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f3da2aa45e2623a9b2fb53dd0cdb2e2c8c782d743e82ab1758d740f8bcf98e +size 498087 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01b4a1dcbd7e0d57acd569153088823bdf3942b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b7ead7f4e8c6262803abfe7d20fe5c006e2642b701b0ed88d965b7221295d6 +size 1167780 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36e7dc35d9f93bb7cd1445eb895c5b71e17f902e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a77c12fd1cec28d318791e7e8c490585dcd58515ca69679447c88fb0f37555 +size 685596 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99309c6e7d10be14d8dc942138341096ccddcd69 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e16f261a8b7835186417ddb9cda5801afd88150a15340e7b4704abce3c952fd +size 547448 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5a85a838193b13078492eac00527554d2ef85bc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95650fdf9c4e52db82ed6354057c6916ae1a0e7e241e3f083fb290c510dbd90e +size 971140 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ace9c592a5bb1a2070a54a70af80c94f5031ec4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57419dbbf90716ec54f7a33474420fdc05b51964d92397891f8133175f32304 +size 765702 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0f958fbc77de7f37f1b66b739a842a1f07dc97e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcf9d4d9bed92a90c581a159b6747cd161ab4344c2cef07c28b0084fc6e931e +size 838118 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2be3d25e8bafa0fc848dacf475bb5e8e56f8ac6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b8177130f2045e51266df33718e2df7ac79c0a8593affc9912669d26bdc985 +size 1390161 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e2eb9c73ad93af695397b82d87a58e7a18151c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11591db5df629a5b63598b1b2569ebb8960a0e0d5f00fa88c08d97b5ebaadc46 +size 563057 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8b3404de01ab026d89444a6fda877763cc39e84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c795ec4bfa3600be57d3f31d9df530524419d0d3d7cf35f8db8187956b5463 +size 839985 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fccefa588c60505e3ede926454d180c839bd25f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebca471f49b17f711887c109ba82e74277a7759574488c41cede6d12b36b351 +size 843594 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5459cba93b928a16db52af50d47fbf68f7489ec9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30b2ed83456a80a51cae867a4eaedb966f450508c7e80b9817ed03d89719ed5 +size 529894 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0e1a94767ec16d25da2a3c4efd2e14cf9b19192 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60234cb5eec14de9f1e176eaabebe790db8575d22fe54da448e30f623d6174e9 +size 1012932 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1be3ddf9af18d5d46bc4978c54978b98c9cf3b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d55544dc1d0a6c3ed6db94e4a1633b96c67bd9891114ac9bd9c94bfd643ec0 +size 979882 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..480695b0e0433e07c7ce1d4796a91da99aa3c5ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df5264ead1a40f707a904b261da0dc450c9ab2996bf87d5e7ba54b35ad0cd91 +size 629040 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0586ee42e35495a88565c5ef2c6b40e29e23b3c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462ee1a69de1963f1fc715e5506fe2b5d563e83a6a7ebc5794c9a0aaf278909b +size 611784 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbe884ffba5b518e0c8f7baf6c1b1be8566d3bdb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706782b9e5feff58212ba0e749eb6e5c71e62806304025642faa60597d3bfdb +size 1723673 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..409403f59c029cce29c0a648b348ad44f64697c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3f235ce11eb6bae581fb59e227935dc86cec9adff77ce0443543088fb5a6c3 +size 685923 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9e77c1a7b7e9f988c2c42b253e64c1a8d745128 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfc82b71f1a3b675e798dba143a5382d34e6907bd9e7a62ee5514922c97e24b +size 370125 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc669712d329cd6abaa213f6666f66d74a39772c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83b5d54a0584de26b5a37df31d864e4efb3b83df83ea424b3ab7a6298da9cb6 +size 973599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83dbf74d080cd9314e5286677a857618cfe66997 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7473ddbd0e4513cbd1b676f38edc2f9083294534ed4ea253b8bfa903d2b37eb6 +size 765083 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d650f6bf32f6f8ea750d425b96e5e96be70294 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678dfc842ced3610cdee1672ea25035844c418e687e49264b23ac1bb7cf89721 +size 1489901 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4eb0822a39cab88e0c2be280d052c62e651be3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559a515e9010a357bf9febcbcc91cb5a8bc6651df7aaa8ac8741dc50b73ebb61 +size 701330 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b77774cc3daf493fd89fc1566e90fccc48c57ab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211f1fe77afda519b68945bafadc1c4be5daec727965a108e6510ff7b6426951 +size 915352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c6b46748b82c38f37bb6f0b48a656add4971f3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fedd687c51b7785744ae743c149def33e49f3b13d5dee0af329dd63c715aabc8 +size 980358 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eccbfe945b7f32cb6177293f4421d8ac5816b8b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef54f3ac877da1fdfdb2278a6bc7c665a8ad715e9d0df42b41dffdb79131d6d +size 564647 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..691e25429ebcfbe57922191d5943b45dc70d6055 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f6fddaf3673e2a2c7cf5ae28da0510cbabefba44edcb4f5087defe103a1c26 +size 411749 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cedda98e8c344ed8e680cafd14a545cd6295914f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5389ede614a638b038cce43dc1f488b81d12e27e8a9aee006c2861930b3d456f +size 450206 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da0ab206954532f5c7e4fa311e6388520b3829ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca435dbe48acd12178f1397580b86dd025d44eccb3698a2f48e1511e06be2da +size 853797 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d80d58a1f41e7f1a75101e190b8abc8afdbe4e75 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc03c122002b43cca2407c62093ccace8af0089ae9c6e04a38155d21019da15f +size 640951 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..206d9c1e63755f248a9ef173064f006d688a6059 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f5a7f7ade29920033d7be3f616672a91ef2a1a02bf6cbc1f67e1f65cb4158f +size 670884 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c4c5e5ec7e6a0cb2f93e0c96ed4cbe7b36cb14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2442e58f9472fdbde090243ecd24f63064d6b6868181dc23116ff638b1473e1 +size 735092 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc2667b54a44165e8e3f1712f38eb5aa7a971864 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d253e76f2c88e635c3afd7e48e80775d1b4478715ad9057ca5a1657d08465c4a +size 566051 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada762f8454bca887b760582df51e026fe1aa0d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f2381b3c6ff2743b96c5d0643867c0a6149fce70908623e9d8517e1c1e5ad3 +size 717020 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5e545e27a8a9b14179ee9f48c9856fcfd9d0d71 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59394d1ef9a25dbcb30892786a31079eb5b9661c4294f7a5bc0d8f2030f250c +size 559079 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..297e79843a7c8ef70c51dcc1311bf95c28f8118a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c539bc2e15ae5f6bb2854b9788053998a03064da363a8423a260999d723f7d +size 673495 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a79adc467431bc56914fc01a99145e1dbac1891 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4294e69059391ca4c6ef76624c8b35a6e9e67ddccef37354813ffe73d9566062 +size 369829 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5fc4d045bffc6e1f9f448d5ecfc31693107f92f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2606b5da89e7c96d2354eea6d1823cee8bb5720719604b1876e6559f30586a2 +size 355363 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d128ea45b73f261632354e1886b694c2ce474dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79b228cfc09d1b8b9b4fbdf301385b15046c7e48996b8765941d05a5529e8ae +size 1069966 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cbb8ca11ac743035e01ee5e9c1595185548d98a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a634e0b079f7201bf9656686f2df164b144951aacfac1d72707ca725b0dd68 +size 865343 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2862a644833074350196d49d54b9e703e3bac620 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4236fdcc1d7c7a0a5c08d610b153a0dcc5f0b2f4736f346e32eaf99adba794 +size 708007 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16263b718a99ceee7220e72aa54e50274af8a626 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f067b26ffcfad119bc8360134b92e1d186b45d98a3ba4583cd3f627407e9e3 +size 869842 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d879beec0f3b374adc455813d6d8160078daae95 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9bc79d81aa7018866dcdc1d8220af2f75dbfc0fb509a1baf83fe92a66be8c3 +size 575746 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e863489cd97ec5b767aa5075794043d860256dc5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9202e394d249cdb97c1b2388765adee952fe440e6e7fdbd45280f25e387620f6 +size 523931 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d9d06629c161a86af41c4d9c3b5937075e0597e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dc5c3f5b27ae54453feca0a941740fada9ac4992519e0b1442893677412e8b +size 1045979 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a64079983e911fa93f61c89bd309e25b83937e5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed138ea2730bf7813cf61b6dfb228d22be8141980f245b43268dff0f666a035 +size 668187 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..718aa3581585d336a7d7bd1426574f2fdb4b3004 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68657b6dabf9945df86a798d02a40bb6e351a424b568649526f493a6e54475e +size 698398 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12fd8207ca14bde2112e78deba985aadec50ba36 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8ca486f838c6a88647631f09253204d2fd107b0b5c6e164143b203c536cf3a +size 640113 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aac40676dad5f11af9194afef6c3a585697da4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44dd0638dd10819ff8a47dc4cf6e0f013ef4181f961fdff7df486d1b3c8d027 +size 473843 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91ede4621f758fe57a9d75fb16c00ec46dd79ec2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31ea3a1f72edb01c2e4e6991853ef25a496a7667bf7f2576c481363ee33be2d +size 680819 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b8905a350df8db598f3c66e250136305fca2fc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5165e688f0da0e3134718383b828c3ae0554ab0abd2ce27854244c9e7ffd10 +size 389537 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c502cf9a488caaef5db5c1203c26b9f2c84d7e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772ab0faa4bf82f91999db4608f187ee19f744db73c1696fe45217dae74c8952 +size 712780 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f7978b0f20e00b14811a944885493d379e5c63 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e5e15a16fc1cb3e49fe00cbfd1efc036bcbc585ba9e090328d53f16a8d3a0 +size 1357220 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60508ab0f0e8b61d8557bea47e5eccad94a5f6e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c218a1c05ced4fd5ec55e027e3b7fffdb392d817a20692d1dd2363c5f65ad104 +size 1054646 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..218721d1244f36d355eee1a19a3dbb8ae363b73f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971781366ed3ff504f8f5be69159d3a51f70ac292396062bd83edd0f306b000e +size 842721 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59a19e3ce6350bc30a321996c8f5ad15de1d57dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9036be9905282cb6ef3a685023414e4d8c58c8cb11e767e43c44f464a1cfc25 +size 940347 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01e3fdcbae84b963a86883516db0b151417a5c2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fff06b786f5b95a0aa08ad5d013e141c7184afb7162c7e674495832be56a1c +size 500338 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2ab4d6c1907f7d2462eadecb040a3dbe0f0d3a3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a95b32c61d2626addc9716f27d92aaf129ac56c941ed5eae2416e8acaaa1f8c +size 908104 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a7ebf9fc8c2b16618827a547902443c2aeb924b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7536b4c8b57fbc950adbd75827719dac2e4ac146e565c858d78aadef702e255e +size 503714 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b96ef430d86ffe4421220713058595142fceebd9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785b60534031f1e617d1dfd7343eb53bef6f542b6ccc6cc41b5ed02fbc8ee88a +size 690452 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b989171d50050c2a1dc54db7c716d79cbf3c294 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a400b25622d753533270f4015de574f52b8f56d1ccfb353c4ebe87e55d67e12c +size 934486 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..001061db906f4154d78622f933c7a389e75dbcef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2568abd5fb2f7726779f1e67aaf2b9628f004d505854ffb4b22769992937480b +size 446319 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa931b5b58163d659381d37178e0dc69e00a68a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b88019e1dcf65bb43a948ebb83b46489e8d3f9af60f8757f57d10b0ee351782 +size 740156 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16a0460a2dbe8768357fc62245e62fe22b3a9d64 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b25c2139cbcf8ac513441953327632f29d636ecfde0cbfdaef94ef1e3e41727 +size 500100 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c742a624ab9ad2a6bce6b917a3f2f8c5cd0a1193 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe66f80da36f4d38061c03371be7dc7c1e0375769e052c74b8a603c0e3ce6ab1 +size 1542372 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a564e61d2aba9a237347e0f6157312c5602178d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13fcbb6368d08e32a3975a9c9fa09e33eb1ec7fa681a7b399a75aeea5169907 +size 852227 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8114aa5ba6492f688bff272e5a618715425cc87a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af046e905820bfced574b643360bd5729af303e162a75600704b0fbc24d3c2d3 +size 530941 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dd75707dd673cb720556c9fc88e76c573dec736 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b97a8f4d600db8f1001b5510f0a6166d685d0cd779dbeeadf2f4463636d8a9 +size 544255 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c3ffb33888f38ffc0c1c7ca9ba1ccbf467bf20a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f04ac24faa8e897b1577bcdef38f3e960fdcdad779160f3342407833952a6f +size 684599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..325aad4c27a4c6081e1cbc8323c88116f8a03289 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80955feca69a8ea943da9ccbf09e0ae9db842f9f34e80bfda48a39335569d0c +size 788912 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3e0967fa452a639b65983607750f935e08f55f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a408802ca8419409b30baa34f31eb8fbcd857eb736c591295c77fb3294306359 +size 637308 diff --git a/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70bd75b1a3a585b2219a1dfe5d920e8abf2e1ee3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c3667b354f43dacafda4f2c959e0ced017ae7294ef6544c1630b2380e813d4 +size 488780 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16113832f3a38ff7d958fd3ad36fa8c0f06da10c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c051859dc5544f6cb38296c8dab6f6d092fb3690db9173ba20ac077bc43c87ab +size 213388 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d8715164cb1fc078b47e8f8c9ee99f1cb5d67f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b42fae2e8e3ad70ce3799cab97087173ec6dfbb371dd9b1fc51f0a6e56f5cba +size 126993 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37f4c766649fea15103fa2e7672ee02ce204d92c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2dab84140dffbeb60e9795f13df675f78b74288dd81218ceaac6464f357406 +size 157544 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72cd3faa4880a72e509d054ee77f7b0029646fc4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f188ba8f213d1f19c6ce36ba76ed52e798133c158e0444d676192b3e75702e29 +size 178512 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c4303ffab0e18f549fef520778ee33d233f9917 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9abc26ec8cb0ce509faa8b5f38c2686513f1f1f0a597cd5463906befc0466a +size 120480 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71fb66651b36bbb1a6085e50e18da916a252ce19 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ce4533fd35e9577c49dfe58e699120219e1c6b39798bf2deb894dd59afffb3 +size 307917 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c07c78af0086bd2afc7ba388c4f194aad16589b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f62b18dbbe7436906fa141941e27621249bc817adc08ea2f3801a2354c68ab +size 456452 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..767fe0680778737a729659126dfd49099afcb789 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ab33ad9b7d4315821519703707669169e00071b47ebb5081581533dcecdf3 +size 332417 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13399cf5f0a7a3fde9c83389a406b42dbe25636b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27ddc6fc15cd0da2dd5ba3bb2a35487769608a7a6ad2f81846072bcc6699986 +size 157898 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71b8d8a1d8df2aeacf23cfb5a1d643a811264cc2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7759be7473855b963b9b23c2136565c2b3722b9a3a30c4ac9019b3ee8c579d15 +size 394951 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0651dae457c1d46e368b2f244ae936766f0fdbcf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b938570894c3e933c3ede7223296dc54895fab0bfb0bf073fd45e3406aee8f +size 185160 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89ec3fdc6258fc8f49310210a70d015ba96b3eda --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edd807534cb4145ebb87cf7d46e7420515b2918b7d5838701c51c8e302765f5 +size 190910 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb186b3baaef89eb3f07731a3e82dda512babc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025050aee41bc0a8a86f9f2acf68ee34e615d1edc6b1a5c5d474aef07e8d8a4a +size 143045 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90246789924297e932437d41844c5b3286e334df --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fff2b124b4a8694458e35f3ba682af233de6762df2b5396b4fa62a119ef21dd +size 227391 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73fc4f4b8c9e6f4cb38c6cdc8c88dc17d2788447 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c4631fdabf520a2dcbf93ba9a5fdb2375529de5d6d7969e83b3739d2d105f +size 271080 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2bbf5aecdf2ab3c25a31aa544c37df3f8256bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811526323c84d2e53b519b2dbb571ad54965f87e971ad1033588a97f7c6565a5 +size 128548 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9606a2db6c2e1d39324414923b645b1e9dcf76f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb829a97816e197deab74efce5e3002086fb69ddf9e71cf10c43b9b40eb6375c +size 463494 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14e3d8f030976561e32d3f0a8b130881aa1d2a2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5fb56f50db1ee1aa906dfa45b296d230f05fe236a943ab720c025cd3ffe346 +size 273266 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08b5530834f9bd6baee2f8877fb31d09c680f6a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286d0bf8625d428a22119f7c65bb804f3ac795c9f759f393eeaa529750115851 +size 213302 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57eadbcaf494c9ed69a55f8f9026c4abec0725be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a96a577d0be7c6e9aa513ad0d5ec4a06dd5be098cc49dea4335eaf9c859af09 +size 153588 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..523e11258aa7bdd964977643bbd4dd598de050b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6a3604f0b7873bab954e59f3971d04a4659fe43a5138a085d99cc1a10edfa7 +size 220373 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de85a02f6c52b992c8a55ee0b67cfad513dd197d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce09fa95288d95849384dd033a848a29bbfb9af2b8c4839a1663d088ddaf330 +size 143558 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4003cb980c6e64d830303078e9a6a4907767d16 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a7f7a6d9f189232d0746a3e58834c698563084d4cf2c4deb449e83d3ce7a97 +size 384171 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2448ef446b50d1c667441c5520076562da8abc07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9082895cb6adb40e44e868ade3a891881da1a50249c21b9c74b039a9d998af1 +size 152341 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3a62c717f7dd79948ad89bf2bff1a2f10ecb8fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3401a7e08a28134fe8b13e509883169eb7dfe2deff93c301809f6e1662ae869e +size 177667 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3ee4486286cbceb5df66cb85b02e0fed853f213 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1f14d750c124d49d81d474ba9767318217f40bb61aa21ade0d03812e81c13f +size 215428 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e09dd70348b2c4316ae799106ba910de6479c98 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ed31b1ccfcda29960e3ccc4e2b1ee8136b63416d2927884acc9f2b5be1e488 +size 208443 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c008462cd6150e0a71eabf69d38bebcff673cba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a04560a5f73c84a8a40970438666c01fab5bc6a7c131562034a04224d6515d +size 192123 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8104401ddb8b44fba0b2dd6c1112dbda9187459d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88abe6b87787dc637df3c923df74503370a3bb549c484192bb028ff03980503e +size 95545 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf4c8a5e7d1d3a63c2c1c23d09630a8975cfd69d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8677aa20ad84d3a8fc33e2a154d29c5fe774c59f1545dd7661671920a65c262d +size 168813 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aee04dd2f6ddd50d5660108ca84fe5dadb8d9b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38378cf45f4c7c8ff604efe47c5d3207a8c2e71e9113ba2c52b34ac2b8fb2c1 +size 234887 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a860b2fc3b66d225af458ce02e7fc152e8e9a07e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e28a1be3859cde8131f985a0ed1df720c8c828756bb75f15cd6c2b86c38dcdb +size 150043 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46c3381d6045e16f0835da108011664f37a75630 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdde7cd5c677a16cea5463d0972f4f3d9d1440751e2dcb19ed9e86890e0c3d4 +size 210166 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aea385ff4f98ae6aa6586eb9efcc0bafd7a8f26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de85e03e097a56945868ff705e2a3f1aa3fab501ae8911ba2f2c8a58563e648d +size 149123 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34467a151db9655801dbe13fc84fb08a3b051405 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052422091658bb4b119cd42d35302b302af6b922333db22d8304543933dff201 +size 138295 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efef713d12351b6c17550ebed069fbf8eec47109 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41393d508c86503ca04ca768d07eede218b8de467944e8040d393289f332776f +size 219159 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93078e12b90f749445cfcb0b009cfb676081db3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661060f757783f96fa6e61da2573bcb2d4d2250e3179623bfdcd65557824e774 +size 100123 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42ac1f99f197c61331127e8bcd41e1eedd603857 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a50271822e5336088b841106dd6a72b1e5ceeddde14db21ab2b33cba6b7826 +size 99713 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eb4b8a850d345e14f879e880c36778509df69e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a33b3b4198efa697bf2a0ead0994b11b01aa3960a57444e4be17aefb1380750 +size 293685 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a473236b19f69d2680db8ec6465c282820e37e31 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e71c7f9749def02e6fbba1cc9dbebfd244b14baef06478f2aeb4db55cb8cd07 +size 157754 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab4f2dadb3f494190b96fe327e278810b7656800 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb11865f0c75c02fa04a1b802bb43e00f94730ef7b3c780d2a625e7dbb4f6e2 +size 177637 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bccea37e31943884b67c3a433c09d84420a5b9a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76547f95efab06fd66a299033e83344787aaab3c953f875569487e7cdcdef55c +size 267581 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6940c838e1c2170f907fb70555bf409ed26ba173 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7022ce4b090f78334f0ca72c6b07e38fd09eb7e5a16d4b499ea75b20944c17b6 +size 267378 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ded5a8848dcd3152c6f97082cc5a1c893f3d0f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bd1169018dd68969d3a4fc47a068edfc6b8a51a4c8af8c715cae372d6c94b3 +size 139561 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c146f42a6f74fa53c183d96027360d1c651f76d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acc9e643daddcc117d265d1c8b645ab074c980d2889a17ce7150af92cfa6eb4 +size 190903 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48cd6686c25a2fe3c36cc6b4deb04bc0cad74fb7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cef65b675871c207e6045719ec81890bf30813299dc3bf89644675da155e38e +size 233890 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfaa3517a766fbe5e42f3bbb0a01699bb551a0b0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ceba2aede3da1b2df684282d1d31a6931ec2c2511e4ba26010cd7fe68165d7f +size 237285 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac9b1d48bb3246ac32341084347e5e0cd36ee283 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c392a9305fe8fdfed707f8b848a94e397bd7548b46af6390b14f3683ffe5114 +size 138012 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a99b19419dee37367f8cab14daf325f8e25ffc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bd60551bc36bc6e76055f5b7efc0cffa0d203f4b8c925f7c42807e64998d96 +size 174542 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cfa7994f4470c349ad08f654cca917d131b3486 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2088d072ee0953fc6a1c567c400606874ff5670e97305626c4c0ba56ad90c6c +size 123595 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c141fbf5553b56f06daa73ada62ff347986dcbf3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aa10f8680dd96b438c1881ef259dd6c2e5f13eaf5f6eaf850de14e435b5336 +size 83430 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95afce316c3d777282df14a216ff8d25012b7e5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9149b4f676a630c0c9545cd70f0c9bc4f8d2ea4c0c2335107e0639ca5f09d2da +size 207667 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cd87fe25d543d4130191b201ae4f4e74f0d388b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cedbc8ef5b446e96f0d3b5f9b564371f08f3cff4e6c68fdc0893f7073558a3a +size 370186 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25aeb0c7dc4f93fc95b6f546dcb8a2e4d86ba52a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2cd7f47d6faf01b54524e99cedbeed22b570612ce3a61e9a0364c8a29e2016 +size 108738 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3198a57cee682a9bfef5b7c5c45d13fa5578200d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff153b774056d4a64cbc6f3f83ce714d4129e011aa8597ddba9bf42c870417a2 +size 215005 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ac3812e04b38fee821d32324404ad4dedd4360c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d3d4e7be64c2f5dd348b412b48dc3a60efa06eefcf571a3fddc1ffd7b1a505 +size 236050 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50519c165fe1ef64b7bfa72381ad5d79f0fcfc96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f6dbe1f3abb17ae88fc73205c03ab0e5f9a5b42191a0a51794861ac89ca969 +size 81906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e84da3925b89f2bf223561f6ce06a94adeba3861 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b564006d96440fc257b1b828a8d64b76ea251b219e596548d9a3e2fb50d6aa +size 120639 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0f05e5dcff321cf81571ed194e617b936a77b96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb42b3aa897eca4a01f22a68f026785bfaa3d086026b2ceff75f7ea6932295b +size 130870 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e8197976ba726e35887af0115efb709a7a1169f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647fcce5ac44c4012dc5612a8ce05ce0f2334d3069ae0cbe2dbb6fc13a0fc8de +size 447094 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..982f89b35dcb5e2685c7469b9beca06eb104cbc3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db824dbf4c43b436d0edb4511ae49b0d3668642ecce172d56e4ed432eb98cb2 +size 320352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..625e9e6fdc37b0ca89392c52dedde8cf8b0a3995 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0cc399fb409040ddd8d0563da22a3a8bdd6c845725cc05ea762fff5900058a +size 140757 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9b85aa0655c4ec2ca10d0b145da1f957c2b8198 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8da24838efcd39bc48c57c37415a7221fa39874b288ef4e4da429c5df0f070f +size 169623 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1828ba4a45df91c2455975f365dba1f6526cac4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb865f51ad13aaa09383d7acdeebdbd2ac6496c09701be78fd8a3cfbe88d785a +size 88061 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f7a899aae231e15d5f958948d8cf7c4629c9ef4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d425a35128dc2759414f2df4d859736993d0375532d339705239bb6b01892178 +size 137506 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c020a75c1392da91805e56e7587cf62d62ee465 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb831c3c5cb8bf24c93736ae77e049b016146b5012ca315e272f70bf12ee8a8 +size 328686 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5452e3c8900cdd72ffa6da602d754b29e9d8cebd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b358dc301feeb2ea138a9d7aa0d56143cf0f6d08c3bc018bd5d052c5d6ceb8f +size 215589 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3d8d4e8f433f44d89d880fc30df3f5724ba1b45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b116155e6a1c152e746019164add8139b9e2bb1528703b0c706bd9573806852 +size 227121 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcc96b61d191fb46cca8420cec9ec269d4f4c829 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaec3ffb84182d73be261c174ed8cecc62f5a8eb8481fa882d312e802b94b90 +size 119216 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19efe92ae257952a7d70bf07f7c71be7fcbb02a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b3d4b9806ee9ffeb8bd24aa69d8f0fc9359de99121eb631e1d9da47c025c71 +size 118253 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a2dd3c3d7cba529de88086d926d19b1ab0a7932 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1701b8d045a0e0099428e632c87f28cb8b788aa84a5a248615dab133df4eec4c +size 121765 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..830bb585e2def97bd8a3868a4184490ef81a6adc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124a59867440f4335d9e75413c3fbe7019bf883e31a1aff62db01d8d98e71ebb +size 165950 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0b47cd62c8b11dd4d9f338359aef0b58f1e3786 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd317297079e8a153168c01f0becb6a766cdf21d0f20dbdbbab469c6425283ce +size 164902 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..245fc670606ad270057c9490e92c807dfee9fa2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70db29e2d805dbd944f8d70ff07c9a1f76c0cdc5fac76f62f8a1f7924970f412 +size 231289 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be526f4d6bc6cf25098f714fcbb2138bc0dcd4b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c5d79b153c0c12d13eec3eeac5d4d6da8524d4f14be37184d5e4847ada41d +size 156940 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eb5b4e9c342a8e7e1a48bb666fb1acf828c2906 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545f13bb6ac7b8550cde211cabb724ba8c302da78a2be39d0b152d2f980e479a +size 109875 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be2ade7493342026ea4c39b6afeaa06007236598 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad5368d9e121ea4ad3c946e0a15988f459005b4dc877aebbfc6ba5061c1bc53 +size 154317 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0cc1966f25e84b124c38ca9aeee9bb2353262eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69d42d7f9c90cc75a1b3c862f0bbba7e0d87d79d8f3b14659f8eeee13f84808 +size 156940 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ca5347c472f1641a751be45119645e479738b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cb842cc6a0f68cd75d02e11749479cd111f1fcc79d096953bb7d6af82a899b +size 112008 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52989218e9806ea75f173d257bf42e2da2e5a3a7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507b1fb662f08fe305fecadf45454da6df2962a1441417525c056504215afffd +size 112860 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fc3e832f2925e0060ec539529996631f6b31b3d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6602b5dd8d045bd27f93e45d1c5ac90c6124b44a1497e58d9cac0d7d9ff2f6ae +size 162989 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30c38b582b884d5ce6b5222127e3cd5e620ef65a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b746b1206a23a0e74513abec77ea451acc4aca7a365c1d3b08053b700c2fc44 +size 267535 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91ead3994b2a43b18e0b2b15331047846f545255 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4037404ff2d25729d60b3b935dbd25ebeeaec94e0da87b8e89aff1e711e52795 +size 326968 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e38f1ea1b34878b522d91bf342803a528e39e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e823ca95f2f05aa1fbd7d62e0d6dd85da3bbd7deeb9713a7f13a3f7e41421c +size 241380 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a15180cbcdbf4bfedfeff1a1d82cdc922da0eb35 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec3e95ba986dc0b845c6e1ec2f84c7889f251b500c5a0f0a3a61da5c1cba0e6 +size 71252 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d8b8db16e3cbb5b672aa87aa54b8e3f9681521d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5fd8972b4d6e958e36970b09988246b50955ae74599ca5e20dd4b5affdfe88 +size 269753 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68b7de09bdba4786a780c135b9ef86a880b0644 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73749bbb26ab6c058936a9aeee1f77e18f624be8c9e8355f38ef218ce5571e04 +size 94059 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dfe339629b1cce04368d902cb9f401b7cc38da4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e100edce34ef0e3103e437477a0719e8f31e7002e227eb4adc03de142ef7689d +size 300866 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20b6fc901d00a148312428fd772535d58633fc66 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646169c7329dd6815b9355675b63a91c32ec4a34e342b73b922f64ace553627e +size 145143 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6961cda616999c6f3f0d333542ab42451c4da256 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f3944fc2e3f9348e2a6af0d4b50ea15723368295fec88de998ea29c4498caf +size 191600 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec65b566948c101055cc1c0339d7bfb40a2e1961 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48475c5c8afb8f283f6dbc96248eb951c2893a7f1dc46386d9008b926580bea5 +size 206892 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91a8128dd43fa7989cf3d632036cb62cc4958d8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4ad519c43d2a629bff51bb3dfe111425ba81d3d14e2702681200d2eb0a52e6 +size 211120 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..005c07e755820962e8a850608fd8e9f5e32cff4a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee13b788956b4e27b07e4f86cbdcf34dac9b01f4e7093e85e393f3d63f54847 +size 185836 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eca3406cb598876344561c85b23046e9cf3cd6c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e523edde93ce0ce2d1129953ff97830e9be98641da4bef03198658ebcbbf0c25 +size 184038 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db2c0978999a03be69996fe912304dd5e13395c3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaefa4a283f0ab91e9e4d6f2668412cd5abb878de4ccb30905cff93459802271 +size 132292 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc9b8c9d60cef4da14225dad27eb7e1b8bf3050b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c40e5a1d7f70a89e075f029fe5e90daf4476a8754a839fde12b9ab2228a47d +size 158003 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9a51c32be246dd4efb077782b04ea3c235b8a57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dd094060664711e9b876932365e3cb2c239587ba2024cd3adbef50e8aabcae +size 185347 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d40bb0409abb06b6675bc25664ab54a54cd6025 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6445e2091e9994c853a3f4bc79ab89756cb7ff937113becc1969810f31514431 +size 314554 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86351e066b5d734a21f89d2242142c68187da2d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d034c2195ec85e112d02d0dc53c4095fddb456949eadb58dacd6faee6484c7b +size 180582 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32c53a7c95a8ca30f725d0433d5bf2647b86b41e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5674313b761784aa807c3b4cdcc45b52031f340aab4af4079a5d8dde04c39b8f +size 354586 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6edc998f581c282320282f65988743dfb2e7a483 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e137462974ad1c95d8517edb14b665b991111fd9b0d09644c804e23d5f3461 +size 158060 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..092715d568f259dd88c5823d951487bdced806c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2540d7dd28a9fe4c732396c4c8ed5f36ad83fc11d67104e0f5a382fb895026 +size 182891 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e5881f0e9905abce473f9c975c55df72a590031 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872fae2c36766d7f4626c1faeb154c266be7a068da50635753f104adfeac529 +size 121891 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51201a279bd583af4004835d96212c3a9cc98f69 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3c2e623c625f142f9b52a8a5ace176bcd5c85c6391c89e5de4c0dd51f33e0d +size 297632 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..375b6165d70eae78a840d5d7c0f313a1d10ec9a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3a4d4eba30c5804db164795d05fd2a438f62fc2d057512db8ae6aed2859f5e +size 251704 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..087430cc47bfe247997c4ffa63f23ece68fc0723 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c506b3d1a9cbc20da1a911d413e21b4093fb7429c2500d73b1635dde83e8c71 +size 125546 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae4040ebfde002645645b0143b7e6a4a87228321 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b476a7bf32a63a2c631d919283c9fc955271e4b697eca3fc2883d4ba2fa64ff +size 142380 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4442ab7842777963ba2df31048d0ab4ea879a7e9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86fc946c38617058d1294c6be2730bd72dd5f50cc0e3237ac946ab961938a53 +size 315872 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bc7f2991c1dd4ed51b78a82acb9a703cb9ed5b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c680ab6287391a236607d37b3016e354f64cd38441ba99776625d553d0689f3 +size 138796 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf3e83aed23b51ca47fe3de1223de37572417c9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2e4b3b54cd48aaae490df8b2dfc685c581f58d24b7177c153362166716fd58 +size 102864 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b6ab864631bfbfc9934054184da9465ac636a85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bc3b8586afb47a19913b44dd72107ce80c042a48d3896bb5f0eb7381000dab +size 222885 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f72598e0828731778934ff614a715feeec20a2a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c01b1c8a6951c20696a68c3c9db346c3a9680d111eecf9d11f6d53ce324477 +size 130058 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cb5322173f6936edbaf45981065c95b11ee89b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf70014198abe9b5a4f5f840e76b0aeff3ab839b21fe06e29750914c19aa1f9f +size 216164 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18fac0c744067b123fcce3577c517eb946b696aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd8f28a6a41eeab56dbe874a5ebeecd860f61087f6d12478f60389b88170d10 +size 190102 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d60a38d65da729ef02189e35738125a9353cff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a523b8b8bc41999db52c3387a59110178b11dab3460d604007e877f414dc93 +size 319106 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..401ac7e1c3f82aa0ac3983382e291fc9d8c7a123 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f92d59ed9777f6f4403593fc45cea54c095515cd8e569fd33fec3981efa7caf +size 241274 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e11b7462099bc6bca8cfbb24bcf09289e3f08c21 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9930a6623ea2735aa0f92e1ef34a28fc80d00fd51e4ca85975aa14bdaf685b37 +size 148907 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68d10d3fd7d6563791f7817aa2b2c065a6f6ef22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39fc93f63fbf335d92aa4bc76736c6087a32ce210e311821fc4d408ed8ee155 +size 280052 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..731644e91e8dec4af32419da06d8fa2d1422b1f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9f9d51320cc4f34417b4716524d0b256d2d072e00d718188e65143effc5326 +size 212190 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37327cc6d6f9b81b00937ec75cd7bf2acb013a9a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce52df940f83a900daba4abddbc7f174fe33279172c1b7f03bcec508d79dd72 +size 127288 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..103d476e948076b9da12e9c1bcd635229bb04f99 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3abd09241426b95434703747d95f4e088899a824bd084d97f117b75dc51a099 +size 211864 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6349ca48e70704c355042e1db9a5652ea562fe71 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90aa42d6f905d1a90930440a7b90c2fec69b6a2dc0ca008c8638c569476f28e6 +size 213061 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cab7d7a9ef65e2548ba2cfb8aeac8378a5384558 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ff714d02346c50477373e85ebab2feea9287170aa328e7661af8442087f92e +size 77073 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84c27d637836539cecfb0f9221c5110624d1bdd8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0052c92c08861c18e9bc56e0cf18be935715dc11b827f97f3eab11a8b7372f79 +size 170556 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..167280fd17b637f85d7ed6c6060912fbdea5329d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f652fd420bc9e00b81d80d0e6b1c22f076e0971c4d78f12e6341a0fdd71f8b +size 124599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b76f726e9080f31f5dd011ddbf34bbff853ef993 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2ada109d708fd3d19bdd2debb1138d384d0d2398045510f60d979837221a3e +size 189509 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24ccf274e8461c7d6e82569a5c03004c470fb4eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb4626966d55c70e19be3cbdfb2f73a4febfc1209cde2e5c0f7f4330b29e2c0 +size 148549 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15682a46534c89e98dde3e8657f3c6a83c33de9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49f71c9e2ad64e6f750b9e4e545d9c9dde87e3c3933e113e52284b4fa901da9 +size 179312 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11b5a1dfb227ce5630ec0617ac702a1168cd31ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f24ef29d6686eaeb492309228a124eaa87841f2dcf6f27d071ff6dbf9201fc +size 76378 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5f9e3b6cd8c42b48c76d741fb5d1b9fac801f3f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3bed0ead06a8121ee67f80f4f5206d96d68d387d38ac86e60f679c0e825af2 +size 205888 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef4f3425e42d8c09cff2eebcb1a26397cccc05d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc8f6ce74c328edcd974d48b0a879a13ebb2d43da1243f7bb62c8db4ed29bb2 +size 153714 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27c2350dbb50fc70aadb31e6e31a9f4df691f9d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53ec85bee7f004d26cdb056d076cb38dd577b6a27b4c994f3c26e94fc40765d +size 374596 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a03da8fbb833d895bf726105cac4090989c82e41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967a1ed79ae752687273678b1062a360a0066dec8a0f3c76bfd890ce36d0cdc5 +size 233390 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c6a9e75c824e95cdec0dc31b2feab325b17649 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930d843b679ebe41f7973e100d198ee6b14233f7162c66d422db29825cf1b88c +size 148435 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa7619427f2cd775fb86378fa334751704753de3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b1b68426c80190ef5f49a1ddae2c2ef0136fbf3581aa963969fbe875f26ccc +size 137039 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2735e9edd3dd2ae0441f7b52a07c62c026f9656c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e767955e30bc71e95b51506063277c1372843ef9a530ef0ef9fc94e6b34771e +size 85444 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b01766cd5813b0cc76f3905f2269548ed439633 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9aeddd7892c29b504637d62bbd75469afe1ebadd174d678b73167f6c1a4421f +size 188940 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51884245e498aaebcb508c04bce9e038d8e5e9d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd49c09619d2c080e89edca828c9c1443f0b428782072ccf3df55fa2374a112a +size 243021 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd834ab596bbd9cbf17f6054b589c55a9bb77744 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ae8f2daa62b88c34f9d42c85331a4fa27e77604c082d65738a665ff4da8e53 +size 298785 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd2b641148613964d78160a08227d4a0cb23462c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b001e285b1eb59caa75bdf150aa216fec784a329751dcd204d7f2de2a5f63c11 +size 243465 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e2f1a3759138d35353d68c34f38b46c7c73c6b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06020a9637bd229df6acc311f40bfb98802f508a57c2c3855783de08332eaae3 +size 227323 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efc0e17c7c0d7f4c13194920c9d38f601f5ca229 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0b3bc6d36670ad36f5cde9f9e20eb36d05f9dae963c9434cc79f0e241d3b06 +size 94803 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e4262bf34db77c82438a375e2163938042d85f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dd34ad0a68a1e021da0c28578a530904d079543bc7258d973b9afee2def261 +size 151355 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b91900c0866de601828530065f393ae8d86ab79c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc046b5a7b35fd057f41fbaf06fc0b25697783707539ed563e00b48a6bf05c03 +size 86019 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad4f2a5bb937823849bd79a699ee381270885061 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f370a75491a6d5058fb493d1a934bbf31eac7d2903414eb74519a1343c11fd +size 538280 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8a2bf7f53579c652ca6f41a178bbe8ae11c311a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489e5af6cdd56dd0b7fae2899faee95fa4f9904aafa3ba7b15d2192e213905de +size 143953 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a32b0bcef4a5c02388f4fbf7c2231c9b5dc2a933 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3553d49ea276d246b1a3bebd9c730f460c9dce7d45f2b2a281e48559ae1eccba +size 84616 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec86c2518a3c95e4fe754bd2970b3b573fde251d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e553540e135c619e23f212681c206d09175c6e43b017c7952f2f12774712af31 +size 245008 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a58b0602608ffdd3187c90c7f8d9005de3aaf34 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e1ac553d293f33010a89df2e4ea2944f827d4e8aa45a9c61918781c503a035 +size 349082 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de019018c31283569f2b65dafa8f1791a0f87843 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912cf4cc30077d4261657dff2f7a21141015512c3f40fbf7f247386dde12f0a2 +size 204570 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1b4881427229ecbd8d684d9e2f48c979b79e3d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be8ff9cab78bd63cbf5d827126dc4283d09ccbc4a47e674b10a93b7eb399bb5 +size 201193 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9e42cfb34a99bf45af2dc5fa1c6d260ab988721 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503341a0daa50097ef1167ef9277a7103430a17e028953a6dd2431cab2560a13 +size 180771 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c98dbf420aa088a605e5fd0514b284d66ce3cfb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9555bd4d2dcc5c7c27471093f4e940f7a51b0119c0aaa3f5b98e5aa63b808795 +size 197680 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf1e258a9f2b92cd3304a1f220c45f21fa3095be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b9dec2ee6602b3a285deab968b15497deab45ad0db9b342b7227acad035e4d +size 256099 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37ff853f8ce15e13837dfd4cbebe7a593266b9d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2682ce3a1764ff491fb3f61e4d7257aded8b387b9566572ac830dfdec7ab5ab2 +size 213511 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..827bc1d6d0165c9c6bb9428d9d78eb8b3b0be5cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3765ab4e706ac90485a504fc41f73a52169f2f2c98043696043450effb24fa +size 354071 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..933568aa87eac9ffde1228c01b871432283bc8ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc826e144a448e43d1a988cc5a92c01a6b2514027d1f5c0ff046ebbc8d6ae1d +size 329723 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7852e2b3c36a08c8250e1de8bfb5dd832c72637 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5e03fd4413aa6802e27e8316ed126247af7bdc4cdc2cafcfc52f31f0997e1e +size 323314 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0586b8626786f9c3c744fbff636c3bda40685ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36fa4a8694e5e328f05591292eb5558e6de235b354a004608d636c6506c47f9 +size 191367 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9c30b7426f9e4b0165485f3e1f1caabaad4cf1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f8d80ecca16635e8f3d2d811ac90cd2d0fd6b78182a5064eee9732fc38f656 +size 200679 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68b739707e5f725f88e87628da728930d36f3df4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8011a05d553ab0ca544723a6a21cd3c68dde2b4f1d3f0474158770f50df2d22a +size 128413 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff8aeeb6c86ca6899655bf591b2e178dea0cefc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ab584e50f7985489d8c4541d90d85197391cec913deb69f102b28d1050373d +size 359995 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3edc66f8f60a89e3c0f73e3e511d22e62902aac6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235d7e035f4ce6287e82e25629dab565198a06b56c631ae31f11935d5a957901 +size 124579 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..647cda563bcec5e9f7a5aedc1a5fc7dd51c0730e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186cc86657d8b5ad1fff5661d2c553761ec827a238a72f596608ff240c48f421 +size 119068 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f578269fed713319d075b49c9543b0ed5b6c1ae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfda215d513a6ef6a0bd117594ac2cc5430b3a373b427ac147b5d3e7a5f13d8d +size 84455 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..257ff13aed33a4ba7a75b1dc6334be9f41f2fa4c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc8c362e29b9bedb457583ae04117e744cebff8071610b078407b14382e7270 +size 290931 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4b444b2d98f6cb6dae2ce75b22312d94fe0739e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c4c0743e89f5b5926cd56a356b211b1730f1e8ea4069cdd62c18c044d400ae +size 163138 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fcc53b2411a4dd387d3f3168141a797f80ff9de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4917da34b3e36afdc7e57b76a2ce045fe8f0e0b293edb607e24fefe5f8a687a6 +size 100301 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00272c1131ee7846f6593c9960a0ec65f38f96ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfb811a05acb7b3717e1f73d188eabee2b11c4979f238df4dddbd23c843fb61 +size 236941 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72abe4c133803e84511f01a487f80313f690ed4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cad4a4527b3ecf7c2f723e8015f17a2960a9be5c77dfb7d0e7e17fef0b94c10 +size 121054 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5611f023502ac7c8c181643cf3aedefc4419d553 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f47811e7efd3b6cefb539e372f88c8524def87ea29899785732ec9ad7e26ca6 +size 296371 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e858c87115606a86e81ea5c40369bbadeccbff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f609b25eb7c4b514334310edad31f1936b2b64177121f3ef257bee93fdbd7e +size 321863 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccc35c92d586a6fad8e4b9287db7bc5c1058a9d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e6c193c091a029f1d6167dd4b0b7e038fec0d06081d2d0edf4ced471684dd6 +size 147784 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2734a818fdaf4037e0ea43606a602ac14924ff7d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ec7fea4037b67e64b1df695c56e413992f2006f1348ef000d4276dc91d4fdd +size 204520 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15097c70986f483324588d12b1cc25acc8b1a486 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4663ca1230223ef2c0e5a2abd63750c65992e1fe97532c4869463aff9e4b248 +size 209607 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd80186d47c5cecdfd8f1537fdb0fd4007f765c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b2015650d711501b3cf12ba466348d19e42a0fdbbc9e15a9d1a19dc745e5c2 +size 158856 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b496daa68974765fbdce247af23805814c09d413 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332a31fe4dba9eb9f667eabeb415f6808eae23231616e049faa511013ae017d8 +size 140600 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de30fded765da7bbeba47f7bcf9eb81d96308f9b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d39b77fa1612dc425026109ac13cc7eaa3c698334f6adfd3eaabfb108fbf58c +size 106868 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a6e744aa46da7524cb58b1535ed3eae91d8d26e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb96db0d222f83bffd8db065d1f0c903039538630996f70a805e91023f289af +size 136668 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ac3f6437bbd515ad17085d7ae9d2ff393525461 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935e7a99aa1c65e302e79c79f3ba4150b24fc0ace3d765fbbff1c5dc4ed210c0 +size 158147 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a70ab2f14de667721bde1515e8ad529c00f6da6c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24ade03b26a60bae70c30de1060bd820bcfdac11cc2825fe0615eecae9c7922 +size 167977 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e6ab18d1945020da22c0bb4c4bb908efde6810 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c190e974674f250d4de3205f6c5da8ae4285ca160713cdb3f7227bf055f647 +size 193041 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09b9ae8ee41105ef167f0b1c47fef1c3a5458714 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca56461ad8e486810b4abd5b4100170e71b0444c4c564e60b8c935e4bb2b5e3e +size 121556 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ee7983c201141b35a12da8f1d20ba25ba3c9418 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52a507b6c03d0f5790b306127d5c34d58cae61a9a3f241ae320dd7dd558b029 +size 85417 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6024878a2482a0862098c12e6c257a1c8ac9792e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab8210ae9789308ea4335f2b4f32ff1603a9d9fa3de3740faaaf84040571d0a +size 129355 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62b8da35527959b83f027c19008a21560cae2ca6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9718670f26e3ed5707861bbe5b884280cda6dc390c97e3a8e1e825c769d3545d +size 151414 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4b0687df73a0a05d4a3177f3b74084ef1dd01af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eea9ebaf5c1d0c7e81fca3e08037e4e884059e881d6a6245b79c92b13492936 +size 356965 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9feb99ef1c8a589ea38d9cf9cdf8d40895e7ed1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37473bc87abe678d0314659f8e59ecb0fdbdfb14eb8a76c1bbc2770f7961e63d +size 91982 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9ff144efa1946e059e500740815b0ea90e07d9e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf44f4753b563b055df62b3d0c78905a21c004261c8a32f4bab7e96712b82b4 +size 103069 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c476a39e0b8481af14cb1e3aacea8ca3e144c87 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a42cdce8ad433db6f7fcd4a14d6650bf6c812fa482894a8eec74529ff79af09 +size 252795 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f321154656a77b045e5c91bec22bd5c69a99aa41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6962e73261d496075b3eb90cedcaa0b55082b032e6eefda4ab1184ea97d8a425 +size 185965 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..988aca9e5cbc677a3363e796b2054ad9d26af837 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe30023becbafc0c4858c8380ba166120af24180847730d70ea6e4e88ac950a0 +size 215984 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b51ac66fd687436f3a3886f5c1c3b07f4545c84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ebb99caeefd2e30e4d40be28c7bc9c3e70488872710e305386ec8901f8c08d +size 175399 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73777130515ee56a55637a2543b750c5ca8a6ca2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95cf548f44f911d19601ee4bc09341ede5039cb43bcd72e7ca13c07cd9894e5 +size 153014 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14a006a73121abfca4f2f0afb247c2d229e4ae5a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f356a759b5dc179f8f5cadef2727a72579ee052a83fcfb1a84aea81f868a11f +size 137994 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f67851aa112431ae8739b29cb6a51e2727363991 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b479866a1ab8d971936d42ddf9aed9de364476a98d1cfe111b12c2791db796d9 +size 82936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bf0b9cbfb3c4dbb0dcf49c17cf5d1378e14c205 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd15fe7e4fb989f48b31b22eb932986ffde33456580a6cad320d8844e9300e92 +size 147367 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb61484a9b11f73864cd635c0a3d7d9c85522aca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13b6d4df282db74fb22217a1561c2b1789f2ebd7e514f035cf0482aed6990e6 +size 251293 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55f62e15e6b5f25956af7a6c42a706bd0063efc7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6098ee50b1e7ef1848898c688be1f0102774e45ce1d92e371cdae2908efb70ce +size 168420 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b7bfc736af79bbb6ca9d63397fe711715b8f5db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411573a700a5731320a742821fe1534eb7bb32a610b63e538e130f422e3719c2 +size 178825 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7fe1800cfae549043e75b0af5a1726fb3a35b6c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82527d4cd583ba71bedf9a45ec566f49b8601621ff06dc4a9b7813dea9391f7d +size 104736 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dc19f83a4a1d50ed949b9eaf5dcfd32437b1af0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e9b0d76ca6c1234441429b78dc3839952d27b020254886ebdf5ab9955513df +size 129753 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c75f9d5d795eee99050bfbb4aa025f47fde33f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51488bfcbc009ed466e43e7f3e00499fab9f497cc4fabb9ce77a1b2c323b6279 +size 181488 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..120fb92bbe6100f5d963c9f4e530e6c94f57978a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68dbaaaf43d17710357bfee68374689cbca62b046fed9f0c168a34b96c5a20c +size 237314 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95c20d69c9c76923eb521e43a814bcb117d270a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6062dd14aae5011164f80b5ef04be134070ce79ed73b18adc78b41bb187ff2 +size 136090 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc2c3dd7c7a71a6ac9de0f7ebaa8db0d0958b149 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deda4ead51a691cd7c9a50491e237a8e8ff6d3e4251d41c1faaeaa406ff5486 +size 155557 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc3f4d9a9028356cfa1219fb007dcef2f15b71fc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bc94eb30de091087af2ada110a4f160cfbbca4773c7a2bf225ea65e7d9db62 +size 204566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9665b15f823230ef78fd3e249018207d822fdb16 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04fc3e1854193fd01a85a235b5272b296ba123bb87f9933c82679340095a87 +size 445743 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2b3b192b11251d935a3fe7b21a417759d0d0c29 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aacfee95bdf5d7f87538a51e9d75d1645e41de13cf8ef64df60202b89f51bd6 +size 208730 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96e76cd5cc56c0893f2808d93f4674458481d408 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf69f1bf274cc1195b3a863de1ca05ccd8ca1442fe6f0a030f1bebf4ee45fea0 +size 313033 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f376d49d4327ab26875f598053b0eea0b9b7503 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1fbd14572da6d55ecdc3802e92e076c46010a0a6abc4ee7844af6f9e3df32a +size 231352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62f66906c6eedfc6576a669d39b24155c118acfb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa1ae5152b64e50a34a5734861bacded259950c6badeeb8632c8ef947c6b27e +size 145841 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f4ca4877dfb6fbb5a900443ed04db09056151c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea010e1e7b3c06a4c408cec5423080c023833c736e4c23180c401908dc38251 +size 237445 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..674e904823e5b00572c08c789213e6f7b12173d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b26b482396985d738a99dab05ddd727a06d8977c845b45a274e85e1dd5b2f59 +size 335626 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..235f68469d9be1b45d2fee68d59ebc741c56f045 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2740e3648ab306b91e6019c467ac159b7adff4497002da01cb0ff7c7239464e7 +size 138521 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d25c76af6d5046cbfb57b4aceb5be37efd765a7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c64c42652569702f66dbec011f04ffd082a164e9f4a77d759335634f82bc0c +size 137929 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a5fd06791185fc22456efe50013025c669dc6b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84774ebad49924742dad820c373d1bb443039a485e384239572376b72312e951 +size 418483 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1ddffa45687b5cb72d44ed50f589e3074a40215 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec067a6443d2f407baf1ea3fcf08c1e2fe81817387e9121d48242fe366f46883 +size 165451 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc3a01a9351840f7d956d79804e18f08742db08 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bcb1ac3e456fc7185383693a9b9992cf788751f5483e66958d7b987adcb353 +size 111807 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b21452eba4844d187a6315fdb7925a784cedb71 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713df3c7f8f46439d14fcad5105e144f5b26b30988cbb33d453e80823e248dd6 +size 182533 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcbc797c5f7074bfec41e7713793b02ee088e1fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86e1d8be55781229dae144ff9aaa6469987ea3abe16e85685f4d0550dc4f34e +size 183359 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6eb1bce3f73540ffdbc82bc454d4cc0b118ae3b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da68fc7fb7f2532ad2ba25615be6449b62fbcaced6951d4ad06606dfd1d05680 +size 569912 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b89073bb920374063756b3bb6ac625e1201257b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba42092939955e04c1fc9e9af602e43a35d49f030d6f5d29e8f35f278adc0d1b +size 121611 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..925b87bc797838c4b9d7f069e41e0925e3edda70 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ce4506cae07e5c84a4aae9ede4d0775904a6bc0dae52215aa0633daaa3018b +size 232544 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6387c639c81d453760b13310e2c3cc0fc400c353 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05acf9edd6fc8ecfce419e5fd7248a5e22e9aca0f3c518cd3ecb2a8cb58a3999 +size 45428 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e15b11624617cf0829ac22a0ba1fa45ecb10400 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12acd7d584fc44d1c23f11c84bd17007933da82223047d1f02135dbbbf0194fa +size 192943 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..602a0cbf40423b5bd9dedb3e960416f9187a8082 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a22aaf99eb246ce4b51d9dfbb6245810b96403413b6f71f5917077e0f7f8f5 +size 55565 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..526ddb09245b6db1764f88a8b296a608634960a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0a2a51cef832484389404a0c740bdd717dce9249714aaad29c3b0b4c27a082 +size 130980 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0c78fc496ef5f0af2a598a3feb0d3a39e091561 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54214643e6826726c580cf3dded398ffe77b66af3f89b5e2da5ebd62a2beaa2 +size 208566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cc1eddb9938a8a1c81a29ef1133b6e77dbc4cb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a473c7609e9075684741a00f74f5ed550efeb993333015231d60d9ad6ed29c +size 161374 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd793b4c69ee2cadc62d1cc662e784738f99ee37 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcabd4d19e213421c026f0edb0b181eb3097b46442ebd6844583ef18c12e3b59 +size 249777 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2a03e1dde780c6934575cbb1d302b42acdce409 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e001e8e803f62e9556524962e1c6c9a1ee35e70e4334e3162d7ef7d516603be2 +size 140553 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78f1df794a5bd506fe381aefc812d1b85c58dc8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be8f9ffc191947843d2e380d06c522f2a6b0be789163b155c3b25114d10dff9 +size 104283 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72b386e64464eeb696fd5c7d38c1b7190ae910b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b38babef61589d2d6d665452406f79c9ce03400d3d386a3f0c5d9a513e8501 +size 162127 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6cfcea37469ea7128a295d7d4de776cc9f248f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82170b383650b3def89e051fe457b73018b712abebf1b9ea773ad452c0a63195 +size 134827 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7db3bd1683427b745e149957ef94b0c7e4865247 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda18032518d4ae898b13fdaa28758b94ed5ba24d8005f49f2f3cd0f296e1f06 +size 138632 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1566add4629c7b4b1ab5115f65bbd0f7558a6a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9098d8687f4265207872e415bbf29c67afe8696e693cdccb0629a98fc229bba5 +size 136571 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc8298bc59b92ea042aea5fe71acc8495ceb7809 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1cec57fa08ae2741ddccf38c2e326bf9c546e159f7b447675b26f19dadaf59 +size 116694 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cb7f83382e484039395d47ecdc891c22bca3c69 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46df40a25f9c9fa7b77fd2ad5b356bb5a44de7dca5247e0b6aaa023224f11c9 +size 187654 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcefeaed1f754e60fb53a366dd2dab67b12b35c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e54e888e93ec9b635ee01be892f69ab20e9d339c1027568a104a29d5848ea81 +size 194959 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a52a0e3ad69b33140e47be24996a6f34446bdbfa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b54311e29567194982291d815340955cb460cf674c834ea435defb0589e0392 +size 155244 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7db56441610ee53863f69a95c538032eac50cf2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2d32cef6dc519184973dffb5d655997271ad7067ec2062615e381d1473a96e +size 136276 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de880ba017044027a66b39690aa6dfffbc92d814 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ae851765429a2ffa33825b6e75e40e828906e072eb33c222dbba18da59494 +size 155803 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31650c06ce5fc1af3cd844f8b41dc1528edf49c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1098a096e9d2071d092317e0154f8f9d4b8d5b4d4101f9c1576bb90c9eee3e0a +size 116093 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe16867fbb28a6a6e56eef138b9e5ceb8e374d05 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f020759f7c79ca8b36e5a4ffb65709fa0b8e44e5c2937f0d87313f7cdf1b170 +size 225564 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8fe6fd73705b4e7ae293bbbb674114abf489690 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7d686a19be6250f023ddb5fa774e09b0594c49f972326b6b01a330574819f1 +size 189034 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8edca1e28a412d09cd5e4c8ee5066d7cab6b24a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108f9da4cb1c55c8c7c2afaba5ce4596f5dee03a1acb5a3ed656468fde0052bb +size 133603 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ece1e01719779a4f365dce750adb669f2561203 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6c5636533144e49144497b245efb615dca790b1e4db1b76e4a95861f4b6a4d +size 195374 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0ebe38a75a1a380a63253b99881a53a340edfee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0190bee844ce1b9f48561ff282d1c6693cc6e7794a6377ace831a1ccf5f69907 +size 154991 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b79fa4f552bb7031d164b15b4c5c944400bfdaf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c983d0ead898ead568688a00fc3c0867e863b7b4a6b91810af5ab557253343e +size 134915 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08e543af56af8c6fe9e265d4f78e03ac6eb3d752 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1876861f0a0243209999d09cd8e2268622cb2c927a8a1764ca2938fd4f9caa +size 122803 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c090e78e5df70c22fe491a7c79e64e72b3d950e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b75135c3e6094da2c70626f1132578c3c4ab0c6b31ce93aebfc11b6ebc81535 +size 226479 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fab6dc5507d918eb570ab7d6b54c1b84650521f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460e443ffa2f3c40e571b0b97016684fa344e753067cc55af76e7bc7541a748c +size 235345 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76a8af4b2ca07b7da716d3c7a7527a65cf9ba16c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c218f337a4c9e4912dce51e17590d47886f7c4af1e63a8cf98a45962724d45b9 +size 445832 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..589fa937614dd13b8e777e6d2450c8dac1f912f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bb9b33f3b761cb891894bcae2628fa735fe964e4d7eafe3dd537a4da1f9b0e +size 244038 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e316060a654d5db7d7b3ab5d64f22d6f791dfd09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf241e05d8890924279344ce97a1097639a4700c75515146143e6515ef5efee +size 325155 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea60bd1ec06a4db485059000a1ba0cd1737af831 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9478b496f3fd10d1680449678de884efd709c1504ff05f349bda088b9a0a9134 +size 111581 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39f0f6377f504841ea1ffd2655c128ede8c66ef2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053eaa6119d6aac203a0a0d5186cf2fb4abe3066af7823cf73846840f7832ef2 +size 359932 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217b77a38849f226701e49dd2babec138e0fa253 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd6c3056e64e12b03a357fad9801679c4d6a586d0f5fff873d829b8c6a412fa +size 152838 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28069911addf5070e008ff81591eadacf55aa657 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5c72a3934f0be983aeb0259151548726a9be7043955eedab2951678b972f38 +size 151051 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea293b6db7df22a9fc9e7bd6a86d739161a7a179 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4ea2af3bbd8f8d29659027dae1600204f8e54f30827ab795f83f4bf6d84fef +size 267604 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9098d5fd6052813c665c9d9597e014a70d1107fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4da18868b07642326a99d8f4627ebdf55f2fdae0498defd5d552e35661474b +size 101767 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff436d010c88bf927179c0873cdb5a1cd61d4ecd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9f9c41efc5ecb93e71e81b31d0902bf1964558fc01115d49c1b0e335797bbe +size 214042 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6dc98127cfe68648ec8c392f344fb0072e59fd2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092e107be5949fe1e6a74e1ca6da24c05faf015ccbaba16ca2dd58444bba448f +size 137019 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87036434011e5fe9ac94bf3bc68fd109c6a230a4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e564b0a6b919a774cbc6f1f65fcf5e0c730d4a19e0a7a3f83f2380e6e2851ed +size 475907 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..315a818407e1cded050d087dd80246105d7a9c48 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c929820ef45df804b524976e3cdac20483779042f16f7d61a3c751e6992993f0 +size 362674 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..116eb25ced04498b40c679d2ac3b34694e23a55b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f45c798b519592da8f131484d8d8066c1ad1d1b5fff422f8b547723e77b28b0 +size 76655 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83c259db00446e5c3585bbadbe871e7d2af0deab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6136ecee8b2c416c544db24519f6166e06764adbb3eacf51cffccefee78a50c +size 134365 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02fa93a909fe298ceadce7dc2bf3e8d208d179f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b80afca92683cec2766dd35d291c3cf13599f9513d6f0257cb86cf51524194d +size 227616 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f39e261a94c8628ff2a2b0b46227eb67b0186de1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7d5eb7f2d1117fe8a33ab21079a598ad84961dcb798badfd3fe3c8cfa7d79a +size 170356 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c5ee0b596aca158202d16b760f11dd02ad7745f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9ff9465383d782d0f888a49b1518c2667724428b216b7401ffdabc661f245b +size 155901 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..511febbbce76b78be76d3670628682a8bf0203eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52c6802854b93231719236773fccbb19c812b4cf6d465d0f4e18e51474cfa9b +size 116235 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7b634d5e6994489b6fc8a60442209fa65b51cd0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63d823cea51dd1f711aa03d14d9726024a92ad3147f4acaa4d8dacacd439170 +size 573001 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52d901a689514fd4014156a6b9dedea98ace9533 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cc54596a598085ad32cafed46996fa71d6a988c63c85fdeb8d57c3bf6d80e9 +size 226176 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8eed18725694b239b478be0862c9af717219f08 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb559803f8c6088f6dd1b255afbb34af0379791a5156363910efb6d4ced07c2 +size 2387466 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6b14b119930e3e8c3f6a107787c5addc2668bb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9287c0d5f2474a780ec0efe41de45d24cc5c1f39ba3023ee06787119801ca199 +size 2037629 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..297f5411ccbcabcf3ce291d2ab75b640774a6f8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1d19d39da9209644e151ad8c8c7571bc9abc41493a8ef9f7afed98a82926ae +size 292611 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1baa86daa9e498c8a38f227e2bb73ba1111e05f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fc17c4e7c4880e7130a059200da75a95fcb900210dc6c292824209e2ef0034 +size 1445577 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37a18ead55bfdd95a0800ad13a64c0eb0002a84e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1c4a97c77abcdace7a00a2934ef1fb9700fff7064f635f67c0159180d496cb +size 2047796 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..527abea986355a5c5ef9c7efdd13861b508505ab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c17ddd60f6573a037634cc0346182e314f5669fb23238d8db32ca4c9bca14d6 +size 1361906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01ddc743b4cd514267eaec6fa61a5d7dd97c4448 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a26515f6c18451400b661b0256e25df1362fbc0823cf438b97ddfbafe4fb827 +size 857454 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..036e723c3edb2082ada91cdcd939ed8f20e95e6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580689d73ef94671e3f41604352fd06c6860c879a86a3a9fb653d919789fe9ae +size 1186293 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7d651444b1439453152c7cd48c0808fad0c01bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f038d5cfa601c8d29702a442b3b385c80c3ba6bebe977da5c4cd5d4e0b23022 +size 716152 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffcc4844759f68871362938beec47ec2e5627e0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f01dc6b5c63410921d3c762c130e2280950b4b451f7becf78041c00b9b9a98 +size 656434 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffaaefe2468c663c23fded35290dfb8887eafbd7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd3434536ebe7e8bb85db166d876b2e09a3c72b40d39ff70e3f2fc08aa59870 +size 646176 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd7f803537d83e90cf8579cbcba5b76353d9d292 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684157f3123de9a5390c64508d43ac6c6b9890cfbbb5f9412c69c80229b086e4 +size 1278927 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32adfa9239c01052a3c3d5e4da79345863021422 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2a25c7f464b0881a1bccfeeebf93f0503076a7205c490e943938c304f25f45 +size 503734 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be7bf348119d044d50631fae42272c7619e994a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f6fc0ec38cac19e834a6b613291b6a8cd320baee9b6494fc608237fc1cf7ca +size 626420 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b02bb02042bb159fe6befc9f7a09be7eb94509b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2204ff630cd591e37eb39e3be55b9b057e0030a298907016d4c23c922944d8e +size 754589 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aeb29ade2d5ef19c65d2cb4ee1497d946fa4954 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a17223792724d6385a96019996393d4cc8bc1b38ffa68ed1366334244a90d0 +size 1322557 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..444bdc99c6acf5a92f25c8f9bc578a9c3c5a228c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3574bbd5fffbe3e44cf48166f37427dab29766c8cd89cddf1beec97743c9875e +size 802225 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b16df13150145e7f0ad8e0434aa45276c1609513 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b2c4145506001d34813fcf951231f3a5792aaa716e84d9447ad87d06aaf0d6 +size 640901 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3cd7a18310367f1e804c9e4862b14df92e0e853 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793ea761a4d42310b67ee95bae1b1b5f3126361b90de015c503e4994ee57efb5 +size 530583 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c21a8656138d72da9718f01188b2c11bac5d8b5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9dacb55bad0467a97bddd9a66eb6dca2a7a73acdf909134bd6c0e2146a83da +size 501674 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df5aab5802cd4a61965af4eda7753d4529d9195a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1be44098225474a71d1912463d888282ffc077a387bb4887ba2dd657bd8559 +size 1298263 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..517153e55b22b60e94c6b43290b639374bb593e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc7e2d84c19f57a197d28884592ce4bc377bc063d9f566432aff9fefadf611d +size 591445 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..647653bce7ee5a16c125479dfe0a01c48abee5af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb6a1107576c9b27a1450d6eb89cb2db4e7139a5c2a47dd89af409580c37c11 +size 830696 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5af354de2275b4fc407f54d9d89cc6a31a60fba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a907cf1f21ebbb7e7cb8cc30196c0f17552631e24025555c8e07fbafd1e5dd57 +size 597029 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3177091a9d95201ec56c3c27a9b0af6dc93e2a7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97879562a76e88d6ad41eca5b230d18113e8886b9aac01ee1f07556257cd3f03 +size 403385 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15841f8c54fc2401b7525b9a1a398e436718341e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a63602ff0f208076c5859a90e3f5424f291285328c0fe28a58fb3d5a8cbfa2 +size 852915 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a804ef02b3de7b3d4490f0d01a97abd3705caf1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86478e8a4992dd4dd8adf52fbd2b1977b3727baf172226679146b2d684ac083 +size 512471 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8f456faf6473903b273fd7a2c893fa004e06c52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330d0a5386e75fa70b84666e7334f4cfd2cd8d0fed9111fbae460b51f4e5275e +size 301676 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bf638db4d4057cc6a56a5550863fd820561ccb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e17084a4a5070d204e577d9a00b8cef293dc9e0fd7638608bcb5ca75ee7c052 +size 542780 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2d16d9cad1d1f73d918e7b9b47ba0f6a69f660a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b521b90f92edb5431fbb35833282d6648bf2d65d93e77093ed1e0041951cdd81 +size 891752 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0318cef61d208b47167e580b392a132d6c0cb399 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09412f3c8348b0b29f3790a9b9dacd51e950de316756bbea546c815d6b1a11aa +size 557522 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47f5619aa5fec2dc025d1b21192bea549bb314b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b90a6972de689a5a8d3b2e9e82d59710db48a704d3e31cf677af537d2a63a1 +size 434537 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0a48a581b3906a566140de3af32178d2571c40a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c027cbe422359b086c784054b64c7d32996f8eb8026295ac62fe7ab2be106b6 +size 618939 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f643d847fc415931df1bf8feaa4a819a3266c58 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c8b5760d6b8c8373c0045e1c2dc7236e8d5f15035fe97e639df57393fa3390 +size 1146840 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c774297085ba3631980158304810c066e8839eac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7201143065c49d127d90b741391cded2608b01b20666f501241b5195b6f52209 +size 1379743 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abc4dbe3ff7b55d03a1813c4de0579e45b8d2944 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e9a4b539fc9fb882b8f57b479cb0cd3c8ad26e8a262e9f42bc1b4c77847aee +size 689135 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e5d2bb6b101d6336768396f147755d03afd6eb2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857931e30459d964e667baeacc3da5632fe3ef33a320272eb8ae76a8e7cc06f7 +size 1221664 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f7c8911bf48af1003c5ccff3171841dc490bb2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b413caf08584918f666e58c19dde1b41531c335e43af9c882f50050332f6d7ef +size 1242497 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2644e4e65b517799a8bbf3a631496724a899448e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4cc818fee82c5194606359b9a7e1e26a2cd32a71d9c6d4c587aa1be0fa9398 +size 1162364 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63b881caf07c03ba7593592dc98673d345bd60a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1594f5939033f39393d79c1a34546faadb8f058e70898b868c516469552f7cc9 +size 940305 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aee37fc975cc2952bd5c2b43510aaf4169a018e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60a442d1e08502a3ca3c64a0f2ea450e2eedb275e678c70b6320b5eabb56c2f +size 443960 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c92f70a20a7c557af0c85001d0dfe641327a0b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819135f83e90d9a5b846594c0a86de24ca31cb502eb84c181380b509cec553bb +size 704137 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18b0fe78fa3d1211041ba1460229c5d0c5c81a8b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb8da473dbf79b7d9108c7fa065b1448ce21ddc8aa55222e71215bf33187c36 +size 1184183 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41cdc67ade673761e054179b037233a25d49e60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d875321b5495ba7219603eceb162e25a101c1550aaaffa9b4440731a5c012fc +size 710399 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3028a30387189774857ddc68e273bda3d12fe93b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cf7ca8c78ff47cb23ed963409e351ad64b86c2af49a9e9f3d325cede4c8c70 +size 1289054 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbf035ceb470323fd686eabd4a2951e19f47c0ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d2956f12a45faaad3b61160e5bc8e162d5bc72ecf2eb29bd9483afd96aa25d +size 431305 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..014d48289daf2749425f65a25c5d13ad179b3986 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e58e47e57512b50dc8edc614aaa1fe5f9d1e62f6f00e0abb92f7e26f5c091a +size 397725 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..459d687ae5d92346c3c177ec462195929dcef080 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eea99f439534f3a7345ad8eddb23cd8229f8923b34e88abe13b2288f23bbdbc +size 478530 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5a6a143c5d5ee3e8fe98bc4060fb39a21d88c73 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a943aed2030a26dbc4511c0d8ea142954c6530011d49773dccced99c27459e24 +size 356980 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..751ecad523058ae6ff4481df2b0fc6790898439c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1754c949ce19bbca9d844ba50c3103fbb708a25b3fe5c5bf89993054f1edac20 +size 854826 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5cc8de0aa413589eb8ebe084d79be8319916a89 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3291432558b0e1be0b06cb060b9474343b5db64a61c72f9aecd33f7f1f8b803f +size 1386883 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26b8e313594428cf01b8db02e31fdfc2ffb78b8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2f5e316345907954254ef4150e430219cf91785239a28a2daa0ea126814747 +size 432207 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dbbdd3de22cb61c15016271a607d108b30b3a1f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79b45589b515f06e36d2f39b3a84c788bd96cba8884df0702c3430670a1d92a +size 1376481 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5be7b8cc2de72fe6e89d563c391454d726521125 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb5dbffe731d8d407120326499ec2e87d039dab14ac39a6a36af4af13b9ca40 +size 1514548 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88f1f1f54398214f6600854689cb5c08125c49ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe5f1ecf97f0b083d0a39f00a9cc84039cd92b8c6f95a6e05b27974e4d834a6 +size 305130 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efe09c943558e418e6be657495b92d9e36bbaa1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638bdb44bca78b1286859a0da62740d7959b9f450702e50bd3beab8bdbdf817f +size 460073 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca1ef89ed2094cb9b76251389598145b23dc4585 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a91415a34fcee8e6310668ac2287f9a08e24c6553a822760c826c9d9201e42 +size 1424551 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..672571f2c3d2ddb0a03d925b8482b28de3b2c92c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd46e591646b0335214d90105163fcfd1d2bf59be0be7af8859d0fdee676c58 +size 2413579 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b00ce8b0a5a4ec2ae6f57eeebfbf094f0f1fd95e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5365d93c2fd8fbf9e1beaa11e38b42e9bae3f15fe3e08d9e274d4079476e71 +size 711854 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63609e509769c2f1ccfb8dce5bad62baa30c29e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5217f2bd6c2bad43a48bdbe83ffcd85bb350e7610eccd8b749dfde7d014af0 +size 469433 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0017366530c63e2b2f178dee740b7e55c52fc6b0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18580c820cd8961224a2214aaeaccae23bfcb2607a4b026d3d0baa7c42d2916c +size 851955 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35994e92bc089dc63d1e2bc14d6163118518c0e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e29b984eafeea3cca83221b61079b1a0c1b80a0d1bc34e16b29ed137ead8dd8 +size 433713 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..885cfa7a3edfae23118cb8adc3da58502466d66b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6497c7afa21b1c818637250e1ee9b7f7cad54611caee056f5b26e42b192c5231 +size 548318 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beb1f18337458d2666e024e5076ece9f52cdf1b2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936fec52fb1a2e22d880dd439290ce479b92bddda0984429bd6ff5cf2c13bfa9 +size 1509759 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab7e2286b523498b208196512fa8a601e87dbc62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bca0d9d1c69ddc3e680f91b69e3df4b9d43519a42e0e2267b09cb9ce7f69fbe +size 392930 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05e6e161a23041c8c1b6a456f8a7ac633a14840a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fde02917d0ea8b9eaa2658e64104c94fed34fe83eb578662b02bfde8ce42e29 +size 816817 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8a5701af60df83d6ab5a53f1578aeae2b899f7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20fd6f150ec495004bd39912e66c0baaca06d0f845cbc891f9cb58e4ce9af7f +size 312359 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb49b52717a2798b17d5edc49733ec5368481cf9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676d862b4e4a4d5c04220c920242421b97d644e259dea2a64a9f53b572b3c78a +size 574143 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..431bcdda49d504d36607717ae5d29601b5b7dd66 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65814bc0f91ba527e6017610906f52094e06922844880e8e2583c72f41ec8414 +size 405568 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a120e7164b81fa1e77393eda05a9e23121e8156 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f2622679cc8b88a97cd76483b6a8760bad7285fb40f45b8ffefb83b67cccc3 +size 621000 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2aefe9b0fae9edb4ed0f74124c0b03c47691465 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773081c6570147d2f7b17a358fc0aa281f78fd21059aa4e3fc51ac9f62f2490c +size 505860 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed9e52e8685c0c6fc465e14308ed27a2ca61215e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0cc1137503b2d7da24b204b8203b90f7313cbf6a9e479248a966524b40406d +size 677825 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2303ca0ee293564aa6d52164cfd7a604b6e8c64 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e67c0c932e349e04ffa38de561d1812c749f4fdf87fd92363e3784f0e1be5b5 +size 528857 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9c8d1ea5f17eb24ccaba2541f7370c9784d1be8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1514a72fb5818746b80a595832d63240ef82097de43be3449c5a390a87d88131 +size 229773 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bc837bedfc358d6a6c8bcafe1022c0450ef5c6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d8da21f7b982d7882c999b7ab44afa61c4c9c2062f3fac258f2a031ad96ecf +size 256089 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7754da1ccaccf8dff3e77d0d8ca7d19139c8f905 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250c46dd14c4f88420ea9ef7a3e0ce5623dd98d8ffeb51f154f066c42cfa1752 +size 2457945 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bce45ce309ca92d3175992be1f0f8049cd98692 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ef6e2145c0aecab1c855d6d889010dc244c1b10d3a22d23846a54876927058 +size 876051 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd43ed16ba02a19f35463cc33eccae29e160094a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8165de91ce7fb169bb04a3298592ae0f5ff2d57d21e5e92ba5f0da5efb6041ca +size 205899 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b548e7267870ec8a31ca43a2a5f1a2126b70f37 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad09850936100dc8ed059e85fa679e47ba936380ba4eaf1228bf0ce27d30169 +size 1054070 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..773cffb1e952e1dd326a33e2aa9093cb0525f282 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b3acc11b779bfe4f1d5951e116f4ebec7d30bd219ecc07dee53cfc8dfc51db +size 1563300 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e5633f9526c6bfd6138f68d59b1a75afb06a751 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f8075883428e4f6b81581c8df16679e9ab52b5513fa98550c28a47808ed2d4 +size 568522 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66a3ee12a0feadc89d6164830829e849032ef7a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab2296fcc522305ca6dae805e4fdf9a590584ff9df202916733242e26c50e9a +size 992647 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d40fdda0f202155edf21e94d8596ef45bd64e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7aba6d5aa451fb0d5749b25979c2a1b4bf468b0a23ba7ac33ae1c7b0aa3c7cc +size 555361 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a024c9b22799d23bd5d20b3aa92e566846ff7a84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92a2b0a4440fa32aba8889b527bbd6163ec703735d1b6ee1d3a1ce8438514cf +size 591360 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a46ef8f7c13256629b38f67dcd3f3d3dd0f69348 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a45ea965ebf88264bfadadf39397373393dcf82bbb83d2dfb705fa965d8a4c +size 352631 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba618001ce48bfdd858ee9f6a938d29faf63274d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5ade5938a165b6101289d0738600f49795c046e219fdb96b86c4854e6f1ea4 +size 1098966 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f158286165abfa37470b7bc11ab7e532c5cc540 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9170fc6271bc091fb929ba4edc23095b37f5bf2500a98bb1138ca77fb20efb8 +size 1608753 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b17c34dbce133a3d84b66fa21de030478520f8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6b9081a042c37054f12aec3a4df5ad9c31ae68522f29201ca834507fb76fa5 +size 296004 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca7e5d497d172c77f942d42ab7457c7fe2b6cc0f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96c8de4060e1f1f2aa1d5ba3df572f9989f51f9624923ae086ae332ec94d57b +size 969569 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d940590c65a3061783f8fc43e9bef4bb3f401c37 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a35e3e618b44c8876ddca17e0e748b414463a873445b095bc6c5e1c35b5220 +size 594148 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62f3a5362349bdac04d298a79b25a3f79a1b36cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c919e38ce5de537c9218bf7ee887c86fff5c53c98c7e4d002374536d9b4df1f8 +size 1462221 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75e601b3a3f8351c0776be1f8dd396b83c020020 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce74155ea77cbb00f7306e9d443aa7defc922f23c9b599cd8e8ea06ca0a6d955 +size 564912 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51b18d037c37fce6bdf46bf679d2a9dc93bc324a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c78dc5fec604e5eb4f8e50b1582712c2f92b1dab0b1a0d71407d131935dfb3 +size 363769 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..137682408f4c9b955bb7f1a2574afdd3790565f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a4d060649638983bb151e291e0a70094c822fde84b1b59adab0527d5710217 +size 933986 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..241d5655e119cb47dfc734fd6075e2a37b701984 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7f6a40d5b4e7c1a1d43acd1489585d66bf0e5316247c8eb31e196bafa784b7 +size 957314 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cffe4664fdc8bd9cce2be2931d63db361fe1bed5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f339e60ba5262ca2d7aa2a9cf18d7778baa3bb95877776164b314c73f6f6a7 +size 1766627 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f19dabd20deb1497f92ac25ec481cdd32650c4f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86eaa6d8f9b3ce4fb4e83909d5f392f86d67195962f41b97c37d735d9aba56e +size 791710 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b55bd82a42863e5898ea94057101c88fe630d9f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9e1c95846a6c0434b9a00a52d525fc094482e2e4058600b84742c8374c9cd7 +size 1948327 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5626dede392f973bab122beee00d9c470c9721e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced870d98c36691c675de8104f6b7a6c12a4bbf141abeca51787f15bd478d197 +size 1771776 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30f07da296d32164217b8d604de548d4868d9e2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38d006a81aae3b909e734300e25789e72a8aa8d9b86c8bb53704c5675bf442c +size 520930 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8988301d1bfa932ed7d538b2940fe94f487beb94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ad14b04cf3921c83483644452c3f2ce56e2b29f10faa146a916a8b3ca384e5 +size 1345449 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2334a7d8d259282249fac52e29438e41cc4f9e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ec080fd6e2357700cbb57beac4ba1317026d7c6b3ad5f8834c952de7a5011a +size 700089 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abfbf383dbf714a8ec6e0133bc01ad26eef59a1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79acf117fd4464f70cceb12fa2a456ec9da55685aaaff2dc22da647bb5c719ad +size 934463 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..980edb6b47d9a626bff27af358c068f6a337762d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9147dd86eeb917dc543d33a0e99ce5c21db7c2c7db755a556e8c0397734138d8 +size 779148 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d48f6dc5184deddb1c43a3f24a9527ea02b7645 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994b2d9516f567203950214cc26e9ab802b00b2878d46cdcd1bba5f0ec15bb91 +size 344948 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e2c636be5b34caed2d6ea1de45a8de9641a3703 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc81b1879da11d1c6a05426eee5e58de8c39989354168dd7d5576ae1275c49f +size 1428346 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..967413a408c7a346954a6767feb257c061ee0de1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e37fcc896283e3f0f07f9c3d830a7365c476db5075a162ae8c32103e3222fe2 +size 233366 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6bae24a3d2c6406026eb6ccf503b01e7fa4d9dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a99cdc6b2a3b2bc46eb8d2fb095f0e46c0f66caf00fd2184a07ea2c7db8798 +size 532783 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..762cb885da75ecb369965a3730b05e102fe64888 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53358a66ff15e93c286c2b48f24574dac856611a79440fa047a60b166feb4278 +size 1015633 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf54c2182824742e9587754912fff1f887d314bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93395c8db26fcf7bb00bb4fb681d151fca1d622b208cb4d66f8365a295b3a643 +size 324613 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e67b2aaec99bc0b3ecddfa3a3d7ef0421aefbbd0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ad9741f50265de33247622530ed6052463c82ecc7a9034b5f76aa27d4e72e4 +size 508312 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a413c0ec7eefa36d74ac8651b6b8e61ff4c46bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee03aad0507a08e1240fa4ee8586e12ad2f882924bf87f71e4b62d85a88d409 +size 1253253 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..148190018620fe7b912da1d9abe2b956a8cdaa31 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4195b2f9d4313e068f27fb0de0f1d3a6dcc48f08d9e18f054ada88b12c9453d0 +size 1104495 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d90f4197555eab4063220c5e207c5d966749d70 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb095d27202938c513f95af49918e32ff12a3fe2ec7d1b8bdafea2a58544e33 +size 1864930 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ef9117f04b203ae5d746be205c101b03b14f94d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bd49a928a10be02b432d4c732ae3c67dc55f3d89e13b79372fa6e28cff2fee +size 1244105 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..325af0835f7f4a084c8f281ddaf95f1b78b8f6ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003998ab748286f19cf0e4166ae42741c7e40730cfe42cf53ca54f1671448290 +size 1257139 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..029451efab324f19d4eb0170fdb7241d35587264 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6834c894b9bd25e1250572057786e34206516eedba9ca0a4d7c04814bd2438c +size 750559 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..587ac453378541cd827487a78a328c12985decc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970435bf1d9fac82c984f22ff1c9c403cf5104b66c7ec8377d12aa876aa1deb3 +size 275178 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6fbf9812873049875739638652427fdb7d99b08 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5931517d4ec61d0eb5cc8f3c88c9e8addaeb83aa996500c815359b2ea3f295 +size 424111 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a088d05d828ae523800c1d1bd39ea1f6a799459 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c694fda5ed44caa0ab0f46115a5dd61ba6752fadab65a860923e912fc8735733 +size 984468 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ae72e3eddd5c7c35532cc2938b4c5e7752b098 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75061b0a1715fae14ef4bf1c031fbbf0a2247a75e79b8a8b726db51f2425dc1c +size 371166 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e137b9e866f937954d8d0b7e6761c93d954effc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d4fbb125416e627e9407d8ddbebac162045a757ff304189c9865cfb16a8dfa +size 727535 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7c7cf932399b883f4d1293dc0478bf150f6630c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfa5f8568c951a2e0b48508e40070843dd2128d87f07c3a40115f2c8ed6290c +size 755719 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4730a148b579a50ec42497b2f472ea7f54352695 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d04d392b198c4e197d78afdba0fd4bb589182d2b751cdbbf746dee79876247c +size 1542581 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b2faa59b4742c6d52541f82ad24945ee211d0a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f4ebd0f80ef27a3d3ba9ff7df11fa56b207147b316bd4cf6191c5a5da508c6 +size 2309014 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73abae67ceb2824d3c0e51ed5fe58491dc5bdde6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73877bf45b610f462a245363aaddbd1ae3147505cfd62cc32d3ed41591a5b6c3 +size 1038664 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14d28707877976ad64200eb46c308f5c7c54e101 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8839b52d6d3634fdbe8ca07e7a2bf4fbd8e1f82e3888a52e7871821b0cfc578e +size 506595 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de81077bde8387279a968b94e8c5728e3e81b368 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f233d28348f21e1c057e297f67dac373a55f98e13328042ff1c72ddb6d2130d6 +size 361851 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32e41b9d2f394f0aa90c9f273d4007f0bb00e3d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25b4b1df105126e62e713c259a33b1c442dca588aec100f29ae78ee46635aa4 +size 870936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3b784703bfdf566a71043efbaf1ef0385a7e329 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29166dc9f81841c3025900c1fe6b254208c3c7411f326db0655b4178c5b8da25 +size 797268 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d9f6c411a1640f7b17db155e9d5ed6c557264e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c61c5c079caf6f7d3cb7b489dd2ad811b0bf72f649b9b7ad23833666ac9e35 +size 778548 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56c9a0a3910283c727f818e00fa6d2d3706cf051 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a3169ae19c878eaa082185c7792cef03f223d0acb79a4d15526c9009e8a6ae +size 564247 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68e68590a52c74e1a068929890e37181967fce75 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91f55049931c6ffabfc845b05412e0a73260d5ddf6e8cbecf09f1001bea82b8 +size 455453 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..704828266a64b08aa054ee008d033273a0bc9048 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b9e17e797b432e27bae9c0b4d5f8d498533d12f35d58a28a77d7e92e17802b +size 338238 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1db40d39eb9432640491f6d9952304120301fc2b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ef3843973064f1994c1bc698e148cc37b01fd50cedc9a20b17add9b26138c2 +size 944832 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66cdbc336f724f877ca94897b8f3bde85de8c43b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c36f801e7a370eab288c0e3366f0b132643252b8f956f11c98d36f3bd7d781c +size 1009904 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c5f133dd1406232d7d689ab4aeb1bc70c8dfcb7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb52ae97bf41877975e9286609d59dce574ba12c69b37cc97483316e32aefbb +size 2431116 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b90205f8922305fa228481b6ea189f3ecc4506bc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dbdd762ee4964db18eb7f793fc9f03c22fbec08d4962e67d7e4c428c24042d +size 716602 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4810d71610332f042c3f53607151c04d5b09e2dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d379923f502723401f7069f542959fdb65f92c0e6e81d7480463ec819f5a4f +size 1117454 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0624efaccb5692e808c019f3d4982f320bda08cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e068326decd1ecfdcf2ea9c7d6e788761cb2c455a1dac0c65aa7cabe06759f5 +size 290279 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51181372e0a13b7d38efa5e9e15efe1737a5d0bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4a3ee3787f49d886c6c7cd5ed55be53fb73c889d4b996324a2668357a7f944 +size 479849 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..829ac942deffe9b7437f8ee423be95329611986f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69af24ae9b09780397120b44db6e036decfcb2e06a9dda47c61bb535d3aff354 +size 258804 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a97837cc25aa96e4f164d1b98d19d3600335aa29 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4080ddc0d5b541bd2162bfd90b0e100852fbfcabaef97bb63fab6308671a1add +size 1633854 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22f3c31e7e530f831dfd4fa9c107fe44e94adecf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9081416c7e1d46cdbbde7f52eb8652902992247a2ef7aa0bfe02c1995be3870f +size 593603 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eeb860855e51ca8f8b748054d54d5587e231bc74 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b05dd64e9e4dacbb2840e77b5da08f526825986c9840a9b564f644deb07821b +size 395086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db790dbd51bb0b0f81be3b3910e070c4e6b08355 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa70185f314996e4f088dc7c5b7404a204cbd2b0ab75927ab06b15e08d94dad7 +size 396527 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14a45f7b9e5be38e5327597a8c52aa9b96ac818a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb9a08730e131b8cb55dd2d165e96ea02478cc8a96410b854129b28288355f0 +size 1226014 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a67656e31f7a95ce28c3101ca85acbb02eb9a930 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a837482db1c397133e92899139d24dd0d0e85e0af1a514449b9f19fd242a5f5 +size 611755 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17bc4395e7c1a11a6db651fe762a62fd94dfaa0b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6376020c9743efe89a9f6d2cfbfa6e3196a1180dc598125e7773b65e4d45864 +size 946824 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f0d706b952cebe2dab888efdcc87931e517d483 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39655e8d69c4464a1950ffb4eff5bb99a6a68eb7076f57c673b0be8a71f8f128 +size 942588 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86d84ee9d7bfa1d29568126651317d2832050566 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d398cf1f1ba42079594ddc73167983c94249d5d1e6fedc1efa70a3fa037c3875 +size 505490 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7d016f4ac0f5aeaaacad9ae34aada76f3534930 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169b8ee0630ad158e40ae5122d25a44199b38de8cbe441a361a07d662d1909d8 +size 420340 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b4f05353aa4e26e85574f4acf226ac0a3780ac4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3f1810571a884505f532b2e62ba7b06ccde203b50e457117fabe6b6ce7dff2 +size 1670260 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2d6b2f5d63e612e916b469ae477f4ef86b957cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6cea1219913ce7cf7f58c1924b23a041abc9e00116507a446854424e4bde6a +size 768525 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c47bdc6b695eb525faac83fed9843e8fbb681b8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e7a394e9d60232121562afed0be3d01b100bd5d2455e1037808f8f6b8be478 +size 1808210 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37780c6e8a2e93b4ceb4b51e767dca9c39a3ffa7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6b588987044feb9df58bf083793b06835eae06ea40c3947107cdd3d9529014 +size 766107 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8e047c89b2d5fdcf3551edbbc6ef624e3943e70 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28f0986744a96648fe2e45d48458b84179a2b9978ab8528b7b9ed9927c40407 +size 703153 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4a8ca987b0a80abb76f3fe780385b851e5acfba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5306962bc8c9d60345d51cc27f98a143c081ba44636ded41bbc2fd4acca426c +size 1334300 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e0f850e43ac7e3c3faaeff362a4e203d40e65e3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f6da58c4e2cbfb635f857f10ac4d459ba0d7d15d27db42fb248ac92b9a69cc +size 634349 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..075548ade4988cb1fc318e29704b403d6c7dde0a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393e71a954c1d68bd11b83a5856f5218f737eabe399d6e090f6e0a3ab8c91f92 +size 2329210 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e4d29401bceb8ea6a6759bdfa7b10d957f94476 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac125816a141b4c507a815f7b10adb5811d30706867ff685b42e9866ca9f04e +size 632094 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2f8142edfec51f9c23ae203001777ea5d35cdc5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ba03630dcdb7eccb23715ef60cca66f42b9324620c77dfe9cc30b037db4922 +size 378869 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95d491dbf460fcc401c654fcadaf6cf44fec90db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995ce0006f72a3d9727f0737d42138b2e27a734093c2667713864524e5614257 +size 480647 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..429170db0975a0c937ae6ccae4e6d40a5859594e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d017acfec5790f5b5af83163f192f75e8f3dbe149a2a9c295cb22a0f1988a0a9 +size 1521907 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c9931479a6158c88e7419b0f5c855fda43b8137 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406b3b8567a8c784e593199d719e311e15b22ae409b9b1ce4157eb897981b0e2 +size 871534 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f8f9cfc7a8c28d0bb863a5e5b4b1c289893e517 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51309575fec02183140f7e333528f508dd2485289c4e025bd3c37ebf0d34fd4 +size 272951 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c913813c072dbd85c80bac8ed1ad14e06df186eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38a023819fff6947f03cca8dfe686ae921358dd635c16bd2f9c45dd172f60b3 +size 944333 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1642c4f03e8c9d47281b4213e18d0058e66de6c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50e71868f11fcaaad79d7ac9cb332215bd02c44d9598da0a903f7a3c1fd5c62 +size 334255 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c14011d03f4cd68afdbe642954855eff5a8fc8cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22294720a1c956bf08e11140d3463497989477b4a371ef6e02cbad7155a1264 +size 828547 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5daa746a0e1754e3e9c14cc7e10fa7b10c313a7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8bae5448b3641a4261123181ea6b8cd04879d4059bc6072518ce9d0a4bc837 +size 1049941 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbfe19170b3b4d1a9da06616d809d9a548ca4174 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2ed47b02d837e31324d6434c50c098da8f511111c05072d793392b2c4baffa +size 555600 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..919df6c3d6199abc9f4271393b41af479f97db50 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f529c52892595d9b326ff030f70077967211fc16cb4a4c71bef8579fb52a24 +size 391507 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff2fad17108b165eb2436af74203a1832df02449 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfce3e4d41c161fd0b1d97a8967ae12f607578245eaddb6b2c6f76002f335b1 +size 1100936 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1ca4c777c2648fd27fcbd08606ae199830c8e65 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ae16cf1dd7ae36af949ff962821d638d95b38d18e3c981bfc0b95c17ced4bb +size 419881 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e8a342a3fd9bfa61dfe4d7ddde8730aa3a99377 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba6d026f6d08bb3f80185a5fe2cc23901f74ba7df4a31ea401cc0804b108945 +size 940666 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..269f3499ec097514d4735858fac354e5b2b6113c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2f5fd506af636c3a4d411b09cbf81aefc981126a70eecf18591c68912a1819 +size 468632 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8dd2d1c1b8c633378a7caffb772b9848a38a072 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab63331d7a87c9b20c6be8bc4f4879550c465b8ccc4791843dc15606560f396 +size 908500 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba4cee418bc02ea290fe52d8a3ef9f9aa9f592b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d847914d96abb61622205cf14ea9a527111c6d48b35411e82db54f2bd9d71fb3 +size 611286 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c7a98ef410cfca121de00f245eb25c618d0ebbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbb702656f701375b854f2f1fbfc776cfb2f5a51f6c83cd0b2d7e7ceffcd570 +size 1068107 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f823958e7256c62961b84c77e3b5760651129741 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6355809f03d9a2c0e3a3a9bce27765e3a0efe5f72a8336979480f3256c293c4 +size 565065 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea3854946da3524984cc39f938174e7d9fc7cdb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136506c48e14a03579e23a61fb38147992e874bc83e9eae4fa49aafc5c8c11cc +size 919722 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..577756953d3d4324a794c473f4a40f4cd4166eef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecdda03154f675d9735c249740b4661155089d0894a060bfebde38cc9c8ea1b +size 634374 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6769fd285ee74bc68f1e140377ee33813f2722fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd41ce52dc253b55c47c235f6784ebbfb766311cafec22dc5dceed7c6169dee2 +size 734879 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b01089fc5107c51b5480122b82082845aedd27dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de25fe641af643b8c87152b18a5c2b7240e743a0a72c2fdc8f23afc4ac05099b +size 742887 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fd740a237fc2a98f31b1d1e2b631d37fb4b7e5b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d36f6334d43b6114ac639c23121f64ac6203894e4fcc0da0cbf686bc4eb68da +size 951453 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6fc98acc679880e5b26d4ee0e93d22a1291bbf8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f645046cce2f45c1ddb1c114f092389688a54074e4ec4dbdcc16ff0e71b2b1fc +size 336439 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca9873aedd98409f0bae4836a31909efd9c1f095 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6e9119ee3f0f09d03165d552b7201302312301ddee3612ed65d35122fe8f34 +size 337318 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2d699d3a12a2e93456757f9a2cd1e243edd69a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225d5326c8f01eb14d84a0d06a2df89c738be3fbe08221ceaed068841a0ddc07 +size 1046043 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6910e3718476c5513566d17dd078b4e5e4701fbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c6e623d056b1f96f5cf795ac5836b53e8ed0a150b0e08bf8783bac852d6b49 +size 329795 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..376ee485de88d53db57fdd850d8ae931e38228c5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fcef07d7cd5c19f3b20902fcb04c2da40cdf5e5a9461cb25b274908b51c949 +size 661361 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d23a8d40a00f35078b9e0ec1c7e3bd9facdd380 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cf6baacdbfeddcce21627c039076810924e86c74815598b96f75623daecba3 +size 1301649 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a1890fc4bb9fac78c8299fdcbc94ae82e1b335b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b36dc82cefc953b557a45240ff4c0854f5ca1d70f72887b3859e532d07a48e6 +size 758596 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c8ba444714f763601b166cef9f6d4ff8e4c922 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff017d0b14565ac25c5e5e4b88c068d34ad34b2b40ccd6136c28a8c7d1a3adb3 +size 754827 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccfb9d000092ca22727ff08ca4b703b5a971af7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe2a010188e2b08ef442cb97609ee0dd6865e9c5e9a1c575a568de1f682eb82 +size 476820 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4cda1e71bbd345d03b2369d1c6a782baa963a08 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb6cb671793d33a80b4348304180321f73f421e1c1ae1fc669597ad78439a7d +size 1103855 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3da4493d9cf8c8e55254693f61f4326793459872 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265d3b8db432b2bb135e4b3f679a5e4255d0214b570d25439fc2c6ed0abff32b +size 942499 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..075b0618dede88e0c4c431f93da1ad54823e7e41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a4061f72ae77791f4004a194ed5d1a059925986bb5e46b7367ef12d07e0848 +size 370216 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5e5fbdebdadecee1cbb7c89b49419f89773c008 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9337e3b879539e7679693011a51b88135b40088a2c66932213c4257adfb41d66 +size 522414 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8eea1d218c8b8262b62565d61ffa56fa7d28b47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3250d66da51bee89f12af168f18b00f748c19dc306f63e6f30560caf9c82e0 +size 204441 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da3ca0405583baa2e3c96f58ae244e59526b305a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593373b3bb7f03b3c346aff4fa71ef8112f0e9fb96740ae1c9a6f0b2b20552b2 +size 844737 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dec505aaeddd9517ecdcf82ed7b9562383ff218 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db9255b636fbbad5e7152317bf154d7de7f7976acb2ff136dcb175e00c9d509 +size 592025 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48647bd0c7de9fd43a4052a5e0e1e69e22c36012 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6905f82d3b78cdd47ba83bb5d8eaecbf4e2fdfbecaaac7441c0b4607b81d9e4 +size 968824 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..486a006a0ade8b232f88ab792caa3614fc7ee69e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c402a618790187a6e1a666365b7281abd9a06069ce4884265177661d5ab42c0e +size 491904 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3daf4307567c93e924ff19dddc45cd386d57a5cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e1391af51640f5de77bcfae37b5619b6cb6b0422539cf7db485cc1c61af835 +size 519603 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..137e10780f1cddaee10972527b418b18382992b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213daa57dd1827d54400788559a96e48071849db7d299bdea6dfbd351631aa90 +size 566497 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1d37a4d7ecb968a1142dd099f141e79a28bfe5f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50cac27ff40e77708b48af62b4a03cb293111354b781e2070ff0172b8de2d9d +size 2390386 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcc4cf90e8849f9596470256f401b72df41778fc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2267f7f5090789fad604afc63d19f62badf772eec8a2ff7a38c8160f75202f56 +size 342264 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd17bcc819f0228f4f8a9658d732b964f10dc1a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf037facbc9c657e477aa517b41e443552574ac641d2c4010745c9fd931dbaa +size 1370046 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00b7e916121c723a4f405668db84624b759292f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d060dd7142297c2d2005191cfd510301b0389ed8266317f663f023c25cbb09 +size 3677165 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aee6a3affb810d642327b6e5c0501a4b2a2fa28 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c075890d8e5aa6f30b176bc94369014747146c587c71c2f55230656f75f10ceb +size 244169 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cd622d618c6370d1ac1de8cdd76c8fc11e6616f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2ce3b8de723f347eed16bb67164b7a9c5705e7d6ee2614154f3fefa7252868 +size 2305476 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fc1949a12375814bd08ea6e9a1b161dffa84b91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a329401ebb69349789ecadd975f565e8cf4516a6315e57c30397671960e31db8 +size 1591217 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be40bcd2addb7385f9bac024b48083c2859358fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dd492522888e9793c07c1ea074900beb706a9ab0241f7788d7768e7ad965f6 +size 431221 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ec68c6c3c6cacb86494055d39cfd6a41dbb4b6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aced72790826a267c38ed5cb1ce2f0379d8a2939785d0d4bc35b812ae32c7ba +size 760417 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9e4db09e22fbcf6e22e1bf2591ca9851d78834a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505889f05f2eb6b2189c694d418f1c69e9855ebf3dfa2617aa4e3eaca309777c +size 2776643 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1a93a76647ea46fdb921dad60e92295989916df --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e043e39e089d953248e3b128ee0137a7cf395f30fef245373f216d425d2c1ea +size 1936566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca165ba092a1720f9f05408903cf57fbcf46e8fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d44a87effe35c9eff3bb211552721ad9ac4cf22f79c38c64b5bb3dd12307d1a +size 179573 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2972bfea1b24c2e59e7cfcbaf10511e9b7781a17 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8e1dc910ea75e65413e1e79106d4567fde581be00453db16c84503fb2c61d7 +size 842775 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc65ab6f7b63962efdaa2241b0f5136b7550b056 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1fff504cefe104d6397b43f6227147aca65436b13d9fd619a8c61397961c1d +size 756867 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10cff5ccfe1cc46b6d52cb3f8de0900e6bd74359 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a98bbc13c02d2dee8e5f476384d7211ed17b7d0c1d8b6b51f11bb2f170047a +size 1215632 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..189d051827167925b5f94ecaace3802d565d80cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9058135e5aa1b5bcf1f4866819f178c7cf8cecdc4c109f4a5b1a0e97aa7365ad +size 354987 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43b993fcdf625d76b5f450ed783ef7fae34b1d7e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8326a4cbaed11fb3acfba52eefe06983870782f9d38058a821b4b0aa243484e +size 966929 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6b0cf6231b1dbf332ef62737deb55511513ca8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455f24e8906a8af1857445ae4fb7e5ba1f8b990517ac7251db5ccb3b4cacf9a7 +size 556204 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..588335f5fad4fa5c309cc80f8338e3b9ec5ac38b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12930bfab5ed831a717035e7dda6c35a6e0a85035ba8745a62895cbb7829a8e6 +size 874899 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7b87ee8a79c7a74736050effb8c24ae3fe52030 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ae344d2f0ad2500a761a0666ef921ed92b6e3ee8258477208a30b27cd28d58 +size 399165 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dfa64d83bf71bced2b46899d9db6d2dbdbd0ed9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7def609e5f7a4d8eb4f518cef40c0ae01e5a44d33356a68066fa9de6a2e3f78f +size 428537 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..832f8eed1d994e58f6c5187cd60bce1f0d466607 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9462bfe7492d78173e3719c62d7478d178d0e2bc2d30d5b417ef82cc228ae0 +size 559927 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5eee30cd24ec86a7f65289e1ae47fd5629292d6c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed533d107fd1e255a8c17da3aaa1e117b3b8c91b5886148bbc77dad8fb49ba9 +size 1099048 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eccebeba61f4ad499315c4f2c0b6a0f06b12663a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd301908f6cb14456a62fb26b1a9b3157f1560c991092bd362c3ee0c4452078 +size 1053303 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96c3fed5291ca99126b1f42a078001901814be14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d47b32316c4f63b80efde1f679679130c34ee7bb47258af44f31c59539f032 +size 311229 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f8a8c0d4279d16f861d5a91b1c5e90833e92491 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419be87d8baed05e82442c792761bdce368bd6965c7f634eca63ce8bb1189521 +size 613566 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6edeb10c963dccba29b309ca9567031e5495891a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc9c7f43778be9f335b18bd598150e1fdfbb952014ddcd6782609b93b0e7f8c +size 940692 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a2773fcdccbad5f6df995066c6bd19f8480e0d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c69a3fcfe8b067b159750017041271644aa6d0e0fb26e53da6b9cab2f414062 +size 346436 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adefc88e18c557665f75f8f96c5f68d96777716e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a2f517a6f4da65d92b9143eb912c3a29b5f2b587d2e6252d7ccaaf2da7dafa +size 1000596 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2a51a96bac760e0e1af43af813a986965d6ae11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa43281fa3d79cbf4e2eeaba21bb200bb79cd71f2f6b93555ec1d2503e3bec6 +size 627299 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c8ab28b83a5ed8d07ecdf1a77561e25f4377f89 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f84c85fe2a49a77d26d7b88a530641d45247f3622107e4bf39c4fed7bb16241 +size 495747 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..483de434450fded9c9e5676efe71d6bf35880fa9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9512649f5a3f9ad72261813fb9d435d28772cc3bdcde1468eec9da541a7d76df +size 1323789 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab1e34f28ca32e501f4eaaea59dae23a1c78b9e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9644708832a40424295e262e6485a23add56174360364d8114bb1c31d067116 +size 1078385 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b2c9c10c8688bb999fb90dccc9cd3bfcb7fbdb5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6528a95e69875c08431571a550d91787bff92268b77edd6e0df858fb06172e +size 672273 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..410ef810895fa4167fd3d84422ff41db5a3e9d84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76dbd3df6312bd1d659c467489d974417d74aad2cf6ebd127d176a9bb821cba2 +size 510001 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a7a107934bb47c812926bb761784575717f8e59 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c5d9f93b4c78a4cf12118ed9fe1507574574df6de7c125ebc3adf01f4c7cd7 +size 468241 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15bc5f067d8b9832b48b1371c025899bd00627b7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf22e5df3e54e3c068f9d8d04399d5e8b6d9702baf3f339bf1a97bf153017e83 +size 354503 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eccc8acf7cf9eb84274576eec07cb5f02375b9a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cc14c10feb0c124a82605e75193b24fee477e2526862dc403765634f660bb8 +size 1296548 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c18b04a9af2749cfc0c4370572c7b145099f92b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a122639d6d61ba780b972350aa2881360e20a21a76bef697f70631e2fd5db5d +size 531876 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a8a8cb63f0355542b9b7cac410aecb75e702d06 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13d24feff4c7ddc2a363f217d954bb2cef250eb04b994d9225971f6b429859 +size 868406 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..035e78bc482e8342ab7e2947cfc6032855a7b11f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82f81ef04b10e8e07fc70f3c9e51d00364be77ec051cf92a885074870670ebe +size 480943 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8c512e7ed78aff62a152a77fdad47a65d1c939c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8fd61ed3c04efa02d967df891683ed22303107dfd331a16105d053433477ac +size 626790 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92cdca53fd04a412ca85c283220e3fb84fa3453c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a554e813e0fd57af9228c496a658de5b7d90b9ddc3cbe5de97cecc20b003283b +size 290887 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21aced834b72883ece4e16b299f2c6a1ee18fba0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6859e67adf411d2754bf5ad4cbff835595d3c05c547a162a5854b1ea05d5dc0 +size 408855 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05995895f5c5223beb29198f38d907602003e2b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dc1a741cf6ef5d7c371be6e626773dc0272bbc10547342ded4fba19838eb66 +size 481146 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..906657c532002244b4056cf52a004d5f1402bd29 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906b62bdfcf2f5cdbc1c6806e5d6be1bfd554263f7c37978e5db531d14c649ff +size 2085005 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..322c7f33030d380a67d831e1d7caf9197e8086a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa8d7739ca01c105376ac86be46b13deeb50a654fb1a5ad8dc93f2515ff2c2e +size 1150553 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ec4586957f200eda03b87a9238c438cd351db1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a467758728639be49f4c4c823e34e9b97d0b00c399737c1734b393bcf3f7c73 +size 1477644 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9308b669f0d4bfa59ae3dec3f81038d9bbd581e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980193930d6847210a501d723c9cad76ad172c31786e645895484a5eabaa31c5 +size 1271429 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a571a4b7c96b50fb652546751dab24891c0a646 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33449147bd9a663384b51f0ea1297c81a3e080007b60df3d9d1a28adec671300 +size 238678 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcf95095b0bf575ca16eb28c99e8d6feee65786c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb46576e9357b8394275ec43ee963af226b46d4182698cc50db2bdf6fc8ad1d +size 1054420 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f62a60cd2e7349b835eed39a077eda96d933c8f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caafd58111fb3ee69112ccd68d6b54f651924b53f6c25f5b2496871f0972c43a +size 652603 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..704c015c0504c246cbdcdcf4d7a4a52c40c2c81e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3777026a20be90dab36e691a1ec435d62865cd4e9948dc08ac6ab80b10d2147 +size 807829 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e16401c37461ffd6b5be2515cdc0c5e92aac0f06 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f474679260776d24bb27b4adbc29f622342f9f7bd6ba859b9966ea79d97834 +size 1464648 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e87e59dbfd88c6e06ac09d95acaa478084274503 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992ad59b0250fb24fa24a0b1e5b48e23f4b7e8652251065089c3a03aa98819b5 +size 264780 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10fe20a3b57133a719aea11bc2742ab1f46ef9b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a21d0455ba18ec5cd712ea022c8dcbba42e2d46cb400d959a17217da6a9edb1 +size 361593 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fc7fb520d1b6ec7a43f0f6dee8e45d73bbe52fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5f3ad9de255be85d2586356baa78b7f60d6d2f5d4bfaf83cae9544138006cc +size 499321 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cf712f17ea00e098a6dec1e1e6da78e4b5f2c04 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d7d0352222260995843545d5ac4a4d1b7b21555f2a403d3f4474cd0ad282d0 +size 2570562 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20513478ee121d62bdd2656aa9eab599fc4dcea6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b385e392ca4d884c3864c9c206dff5d75174dba34a95eef004fe1ee2673de4 +size 1090735 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a146e95ffc2a535e33e6dd2845665bec6027cfe2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350f39f3ae5c68ca1bd7434d89936e421f7a8dedef6e56de8bfbc1522b006b20 +size 238085 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee7f2d9fbfe2dc782f174f34bbdadfff29a3604 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d0873db6116c91ad5bfd02f751f62152b7a98d24eb1c5182390cf5fb636fa3 +size 1051927 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9946417f0cb4a13b1e920886028b5cf0cd4851ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce2bcdaf910e73ce1f7ab0b3779bbd644635ddd4b4f33ec4b734844a3ff9ab5 +size 1408619 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff5bb755ea08a83c8b7988f91e018a5ee0edba6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcc86fbd8c9663d65fc92911fd7374714f9efd8bfe1ed34816092e095558185 +size 879450 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce94739b8e8f5e9b616a4b2df80fb9327f3d81f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965c7645b71167c275fe9a44752392a60cfb9afc64bbef947276419a7658f2d7 +size 964208 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c26828eea99f0ba89f031216a26720f03ea91fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a5045a3e03a02f0e55643a2e37503ab4464659711bf177913a642522c5d327 +size 389200 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10ece6878d457d0d3f18fdf8ab0223975e0e6ca2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2148477450615962da43eb86af437047a38de5db865f983303068c2693c4c4 +size 650137 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bfde7d4d8527fead65d09c625f83e37de0919c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab66f6897b1e7cb5c583c8530ee6d67aedd2ebda359d891ca54c600db992b5f +size 352101 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbefca7f45d5cfd904fad818fac777f71d97c3c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fa15c7dc798af840e6d221fee22b25cdf8304fb8538e44a905f6f2e09d4913 +size 639577 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e1cf70153d512e241342e10145e2988b8c4550d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535f32e9fe158736081938d40d9749ee79305e02c8261fc84ccdcef678ffad25 +size 581289 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..705877b60744a60183dab232fb5f87989be43d10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1309424936507a96d89bb67ca95b78c0ac63ca3e48431ba98391f7bfbd4af6 +size 387159 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b1a25cc90ee602b07d0b2b290443c0ade122a77 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f30a5e24d1734782c49a6b789fa5d0a76a3afb1d28d71e62c6df69373b6e13 +size 794997 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41a1c51a00706d80c2782d9c8e0eb2a33548dc3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d0e882d664575abc0655a68cde5813417642aadc53dd679be21817c6904a3f +size 2094486 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08e44f8e27c81d4baafa0bc09f8e8ed06588b304 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03b7334650eb6b3497f6e6a89be21fb242cefe078c7dfdb3df6aaf832dbb1bd +size 1159603 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73af392015394d3b966c5062c19bfd77da993bca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc419f8c561d9d4a49e7a193f0eac7d3bb758ae60c80c9acdc0636ea4c80021a +size 491075 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8a2045879c351e42699a562d832a0b887ae06ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b14ae3ba11e72b46c0198e4b32dd19c47acbac4d847ca53ad302383875c059 +size 1080087 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e30d086192053f5cc83c8c219b0a8e22c52c7f8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bff55091d6f91215be759177c21796e15a46809eea5db55cd15fadcd65d876d +size 881576 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f653da9b842df81a116e37fb4d3a21d02b73464 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d7bb18ca02304f7f7a59be5b1260df247c89bf9cac3e8ddc27718bb97217ce +size 891628 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77ea592418f93db79350d3492898eb0baa6f5b89 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797e83a64e2c6cc73e147fbb23b8cf80ca1f400bbcbc59811302cab76decd1d1 +size 397109 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2df033e7ed370f227d93dcf09a1d06a253a1f07d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efe014a902c6bbd0634ea4bae56a72cb03377f0a7121fbc688605d8d1229bf6 +size 636033 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..831befe7726728fdf9750b7cf069ba70c3ae842f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70990cd55ba476bc0db2373519b305e47af0eff8b7e97a38c1ef1b5f446bc979 +size 730862 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f4088dc8d12986678d5b6b2716016a18da0c4e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4801a4f747cd5c7557eafa2273ed0a8c7328da1ff0476f4c579e91a605cac3f +size 567177 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..993c043eba034e9f2fc59428ee2bfa8444793545 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a680a6f2a5fac1440ac6c3a18dcae8ecb9c7be303a99220646113371124f383 +size 1150395 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e2196cf6b655fdac2009e43333049c68ca32fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f940ab23a56f0a0f8964ee7d15a482ce4536448074534c9e0785328bc652f370 +size 1617008 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd670ff4fbeca92d22d04690b5a893a443fd1173 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb2e4a099f447d14695a2235a8bf008f1a7487b1f748797dad50e25dccd3861 +size 832275 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9b777a5a4d2e0423c7d8bbd5c6b63fc8e787b10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d1610b209911dc7cafbec4765029e246d99924c6dc4f77982d78006d8173 +size 501641 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..702485b0d283e2c8fb2d63b5d15424cf1fe2dd78 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d02871e381a456729a70fe3bcb7cf0ca88aab77452d8b10a2b8859252a9fb3 +size 1058614 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8d544a57733426e4bd74cf870a9976189912b1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e116b4102df5302d8e59c03bb3a4b1b74d6e3e32f3e42a70027478ee165a21 +size 349295 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68fa4044aec3b4075e991706150e355480f5328 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09800c3175f46dc790496d7543a233a9bb5efecf645e25dc5258934757b6279f +size 1608654 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f8832ef7e00a46788b3ef9dffed3f6ecb31194d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba52c29297caa1ee9206b9e3137452e2e0b2e02c8b16585e2be8919516ddca8e +size 452389 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b35f8ce5869fe996bcbf22736db4a5a58f117c7b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a88dab8892b4612eb8277a4d318f70f06bf600e87e41a0092786f48672ee645 +size 484124 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1568466d9ca106d153f7fbfd3209db76ae59ffad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bc82d28948809b0cedaa103a9aef2c67eb837c6f45a64c7dc71aad0bb05cec +size 873363 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eb9ce4aa77597b8798c135fbab5fb161b869e29 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee870b385c2734c08478fc2fbd82480924a1aa4e6b4d7f9a2eb931a018288ed +size 504453 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb863e8f044a31aa6b862b5532ff9749518ab37c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05221ab52bb9f0607fb7515fc89dbcdbdf559ce848bc51fc97b2293714446661 +size 791317 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5432e8166421a5c851e5b9138dab4cd70831b2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d677e2772b59641759f385d0a15d9526fdd495067d33fbe90a362aeb68f69fee +size 298884 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9305ac65df286c24fec9528388d59f19c809a207 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182da369abc687940ed3112f84fcda5b8b3f70476c3829589076a1c376db73b1 +size 470269 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faf46ce5f1e5bc583a7ceed0c2b5ac18d2632c3d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566e58d3dfa10199221ac91737ccfd60320e233d656753b88d1ba986cef0969d +size 807933 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f87f71f964f013aec76ee23bad3b44f7cac257c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19595781f0575c1ea6223b0607ee47bbca448e835077ec0c0e1e50ca4475b25e +size 448437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff09c81517c25f2f67237878a798c83ebabc809 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c969ddeec25ac68a64cb1f00f61e414b1f705dd3c4b9807a1bd1664bca4d4f +size 887821 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eed10699a9815068a7c3b24550d9e3425da5531 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626a43691816d75a6e87f2927a7fb3abfbe8f609dfeeb8e715ae64d769e9601c +size 510131 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f49eec1d1090f0076085a14bb36a4d17f465d064 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec4282f9c2e0aca406c17acf37174416f06f24e70982868b5418fb0ed49f955 +size 429670 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ede99665a3f50933c59d1b879d7d70c3993367b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e13c48feea2dd86ddb0e73716c8a5a75132ce260fdf73d10955a1dd04680ff +size 844100 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fac005e0c6c5cf79fbadeb4bc578f306c395db46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40109e1d88a162b4e30911109044e0d7953d6b29b4106a52fe397b2d21fd8ffa +size 298623 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54baea956d419b3d51e2bd03492726fa6e96adeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc2ba416dccfaf3f79a944a037d4f6b98188586f61821caaa96d68394e37ffa +size 508551 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8792233bb6e6295d252270c41af3517e4e809d2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388eb3aaedb1706fab02f555cabb1b47603ed809fb0f9215f5b0ae71a50537fa +size 991297 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc3376e38cf8b81323a42dcfffa77320aafbecc4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41606ccc679ec1b73de9e8ff02690dd1d9f8f78e82337cb2ba7bea345d0153ac +size 573296 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35f3ca9dd08fcedabf0cd016c9937baf551de4c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb600c7e38264dc6b6d85df5659b209a22a63c2da55816b3f481551769f8f5d +size 539795 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1924d63cd072ebb369cff8a182b8f0f0b6428949 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf01311cb41add0301da41ae933dccd3889cd0f3e1f20837cdbd194145a4c7ba +size 778621 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46187e4a460a31bc22087866f0f2364c67406b0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af487fe00e6c4ab162583d66a3d9c23a34df3ff282d01ddb0a6bf8b621fdbd9b +size 673222 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75d0d28e02b31de3de8bc0bb0c8a12d9a3bb6e23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80cb813890e7177e75836378537b98b8c9ff60c217a1cd3d167e0cce4a22903 +size 410784 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daeb2f2e70d9c8b762d579697af5295c6a94be0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fd542868fca16748443a13ffd64e177526a2ee0f84099616806c550f220fd4 +size 694962 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a98c629e41f81c6819374d26cf7ec39e5582d7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b6c2485b1cabc321c54a501887c299066045046bccf63c0a9912a16d88cf6f +size 844262 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe156100604e237905abfe549a6e089c6c237831 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61593c40622e0dd9424820722f36b6841055ba876475df3761a4f2991ed253ba +size 674867 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b91ad5df73c229fdeb6ee7b94bc3d9c65d2014b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e432fe095dda68b4cbee904f830aa4fa097a9ba82355eaf6f76493ef266f45 +size 612964 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9f8a8acb4d1e51950ac1b2d9bb2dae6fd6dfa1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f4d4a2366aabcee603498814b7ca0cc747326321708f3351e84b57dfe56185 +size 564603 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f64a276ce215d9ad1284149d528fa63a5ff95d32 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439b2bc25d14a6f6f8145d912fafbe31f955608b9dffa55ebacc0e581576a09d +size 425753 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8723f996b54b1e962c8f9ad1a665e602b7b7c9e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4c68efd48c9f242c721501dcce76a3bc9983ca85b953d08f8e7bf991f59de8 +size 498959 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f48c64934caa76e529812ef6301c6fc83b56c9d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2b6e99a11dfc4d59b6fd5ca71963ef08a382296be3f7d1e01275e7ae57843a +size 802973 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..522eb53c8f6497188ee1dec67280073473406ce0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7876a1bf33375231e92f2d9aa23b8dea30b6d4587d02e852a08f5729be504ac0 +size 905585 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ce33951f693b49915e0548c8c12d1e4b378321 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ae809c96a4927c2c0474bc50f295c8be54a5457e0f1b553481a73e1118db22 +size 543830 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e825bc151c98e4a405a0424c1bf848b02a735e20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad36cf3c601812dac5071d89b3721e179ff317467e44ee93c6f6ce5674e27d9 +size 932150 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f80cee8439c6498ebe1e27943385b55177459b53 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c318ddc59a6b8adafc65a61fc70a6468f68876a1a016ba726a191a633a10f2c6 +size 865916 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45faa201701614a1804d712a08e7b11dc0221790 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc00df55c3317a61a074160c3d4bfbdde68a9c0c245bab511abb124c9e745959 +size 418786 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec3f3145e4d268d810b6170753d13fd1907406c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1672b23df4ad47cd4f6c94904c24f679abf65b6b1c86e7af0514f0fa616e9bb +size 555771 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdd2c842741ea1391d943a184c969051eac61d00 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6424e986cd956d226454dd86afd77f07cb393c1ddab8b6598a3c592ae5ed86d +size 607982 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d110f3512d9451f89e82f372eb95de80af193cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f219fc5b4e5274754091be2432cde7c2faf18364e90b81955942fd1a9fafeb6 +size 1852445 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e96e1c7dd2366b1ec879110bd836243ba7271515 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d35703b7b1964fc10cf6aa2def1c66e608cb0dd5f960ed7102d2a575ceed69 +size 997483 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8f037a12c6011671c75e7f47ea1da4073575104 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc8766aaf61acbf352930b749b0a20fd4a519b086ffa5fd89a482fa154a4a8e +size 613621 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..243abb7ab8e43b988c9b55c5dbde08141cc476f8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8774246036e4ea982378308fa4454d144984990a166197a1144a68635f6a55dd +size 856251 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2622c217572ed4daa0d474b0e0f66b5be7579349 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b52149f4e1d66286eb93e321375fb636286da246658000f9f8ed1d6ffbfbbdd +size 487382 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a43b7c885d80c27573042180deaf8b0b024204a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe60747237e9746864396e5a3acb7d3a609cf28b5bce833ed38842f225dc154 +size 337655 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf472a493aa3077a6814b684d8593d18d623c549 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ccd1e61de86fa94fe503ca1e98e96b12747862e9dd8984ef6d0745461b6227 +size 943776 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27610e9ed4cb20ffd9d46fea3a9d21880aaf04dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6375144893ce5c0c5fe22359093ba3276da32675dd969c3377c00505bdb9c0 +size 487918 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b15aa7a28413cd5fd3f224e65bf2a24634d98cee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dcff947e7b1d3589fe6b1c5672ee12e784880c927e1abaa4c16b303e46414d +size 887166 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1886883777333aac8ff6af7ee7c8a938b1801c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9281f6fe74776050ebe92df0870c67f3fea9c3edf933ace7159eb8851463ae4 +size 403273 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d5929da67a97acd04bdc223843b7ebf74c48f1f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7762d5169bd98c8a1e9f6e352d7450a4b7bc224aa63b0ac903d5c8ed2e6712a9 +size 401336 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9ac40792e402e3b1943acf8883ef887da4de545 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197274e977874fdc39d081cd57bd1c759698e63a326687e750cdb0d1478a5a09 +size 615057 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99be56d371efeb98cbd998475849299e254909b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56833294367de61f8b4bfb45dc8c82790ad5c93d9a117ddc271f381d35b50749 +size 627053 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..564425ce38e54d47039136a0d30f234ef5ba2552 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba2fc919e7d1bfc731d515792c427abb18caf7c6524ef3e74b0cdc2a80a2b9a +size 476462 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aef059cc50b5c5092c69fe85bed9268b70cc678 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c067d19275ab7f0e6a4264256ba072127626980dc28a098c8baf8008586726f3 +size 586388 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd4e8e0bb4018ccdcaba5b6915d74be6d0e78318 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f66522ae2783097f471a91809e0671cabf38ac2ff1597cab8863dadf34878e6 +size 818668 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59ea16920d46f1f2997242712435969001f5370a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d3181b2937493f92147a3f49b8bb91cc90619bfd7737058bf9df6bafd14570 +size 292335 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29c6c84725aea6b8ef0bce72c729148691fec9c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f26ca9d67a46637c3b24e9061bee8ebb5bf094272e92a3b9140d3cad53a70e6 +size 384361 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0422be0d6710c99198cfad5b3895766055739871 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d784eeb678a82eef1a722d0677fa9a09809fba7582412f195a681454281cf8ad +size 845223 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f11af59a40fa8a5ef68ac2a34095406bd8b4140f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1367bcf42d89d3adad813e83fcd5ad2cf552bc01daf298fa09153a600e980606 +size 376380 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46bc286930fd9da54dc5405c9f9cc26f1a843144 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d86561c60f89e8345cf6c7e058be2aa850f2231c911cb8cd6817b00aa8f9c53 +size 306754 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..090921df3527f41ca6f3dc73343410f72fe06304 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fb13004ce2b8f046fb21ec4bd75a159927333c9e13ae18c58a7633df73b278 +size 576310 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6db9322c1b857cf80a5973a879f89907bc3bcffb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963e0791f3c55b922bb7aae743ca30049a320eb448c89e0accc42dd7fe220c48 +size 670483 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..689042012e7770a46d5a4557cd164b4f2878a79e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e60c47067d89d22b92b868d9c581ae219a9c7075d1575803c95f20862fe727f +size 810904 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e008ad361a3b473adb88d338dffb5cf7e0a49ee5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d7cf33f6b3f666beac88c8c099820aafdc2b1f835d89a02f514fc011009369 +size 719462 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ab6c6b3f86403933194c658ecb54139819c18b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6502f3fa4d9831b80c7c6e041bd9ee2da50b573e7acf7b560a24f7f453dc0d3 +size 382800 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3b3e6957db84a44ce34574be51f8694868285e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85618b1f6572c63ab824d3456943a4d06c43ae2c9f87a2c4865ad90a94854638 +size 937859 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92fb9595154c5d8bc59309a1bd3b80a22c9e4ed8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b8ecf0b95e7a39caaf85b821438c7282a9b360faeb1768c5d93e8209a25bcd +size 390444 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2596f46de5f9660e3a2812f982319e10a4f4f6a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b599b5b8cad64b5438d15aebc474b1a57944e25ad23774b7f055473a5e2cc9 +size 763711 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec4387f9f35084e1758a3df0fde489d7349a9162 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616ccfefad69f614998e8d0974c83be4090d9e5a33affbd4b707ff8afef9decd +size 616353 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2552cc93a52fd4c61509631bbdb80ff1b58b0540 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c781f37813d00a5b13a80492a19a06da534cc5b6e9139ae5f0868d22e910349 +size 426305 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b63048f2c224b1bbd5b300ac2f986e62b0cd2ec2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a855b6bf373a173b8d1c752183fef9222ec7b1e70ed6a40be7683a8af12148 +size 568919 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1565e1aab0bc8e8a13608ca10577b0108985132 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96080ace0d3464b68c58e67484d47a66128431c409f09cd38c7d616158cee824 +size 548234 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77004a60c8c42588de15fdebe6187c2b0855ffa0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5716de71917264b2d1c0198a4205a846e9113cdc0f7d044e450b017cc12a738 +size 555573 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29e76ea5d23f48bb3dd6a5f1264f94f974ff8cff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113f973e14818b18504db00ded0f4671b8472f5a169bbdad8648b8a0dbab9b38 +size 466162 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3e5131aa2be4654c4b4e01c1a3a80ba54e7aafd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47456b2f8cc046806b462e14262aaf1746720f2d44fa6d9dac9a79b84a46c8a0 +size 402260 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ace872b71fec802cebfa860469718f387f6e9716 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7008633fab9d18a9b494d3b664d8365d125f1cfa4c879edd78e3bb129293c2d0 +size 534309 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43dac17637360909c3ab4f917a3d618b7eeadfba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1627103f8018e96bd16bcbb384d3e9775779d9543d25f67a37070273cfe37ba2 +size 747733 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acf5f132ff364eaab91b4ea376a0d98892a3da80 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f87a295e7224c5a96774584ffd9828a0b9423a8ace5f390a2894dac6b504fb6 +size 1543608 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b742a709213b4358e907922c054763ff089146f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c63b8449cd727ecb07dba8f4bbe4e33b5fe3064fc15b7e162e3a3c3736a88d6 +size 582451 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14e77de1f4e27c24edf0a7eb8c04d87090520272 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba4b1cbbdcade6777fc98690922be729d69f87a43bc760393e402eaf223705b +size 1090697 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35f2c31fde3a950a522b91f4f8e9ea11c6c01cf6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10bcaa0978a8da66050ad1a55b81f197dd284be527e7602d183d263991709b9 +size 573631 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41526f06cd13b5978ed7e1d766a2783ec8f34373 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c5163d7c2a1539c39511b3f885032152edfb4156293a2caa2bdf22eeed6510 +size 520582 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8050c135ad21e0b74cf160f11b97032c411e1663 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c811360de9e39b707c9123593632732b8111010ca158c828f6cc91f03a1cb510 +size 356197 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..384bcc85efd1d17be5d6ae1f29c0e30bd1692624 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb38282feb8d683a76508083fb79efdcccfa43d832cf4e24dc5c2df6fa331ef +size 792850 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31f7c37d394af23ae0153d2acf3a1cc25ff2aa48 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae46eb7e8b6e86d49c11d5e76fd7a0e1b5840f82af686e2001b752efcb74c608 +size 1213866 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66b5a0e29d97cb7286a5f46bb693b71bb0dcb655 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527d36964432e17f38c6a1af876f20dfafeb3215c0d915e1bab6af2d4410b621 +size 540592 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4651c5eb6f91adb406cbb6bd6fa043e4e348f6a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c7aca6044c0c226738f4c9e2a442b392a9a7ae347c8383fd88ea8fe7a883fd +size 521437 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aae1aab6d3382a8089f82293e149ea309d718f24 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add1b7c8936d6eda2b7c40c24ea3f5dfa69bbc71391775ab9e35708696a39248 +size 1456485 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efa49e13d97b05780ca117769de7d1fa428f7368 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bded5d63d80d0780e228c3a6df1fe752233f87d09af238041464c6797ee308db +size 366950 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8160846b4eed8acd36bb0afafc09d3817451d4c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f1ddcf21beeda56f9eb775be1ea7ca656aa24bbc23d747b341903cb5fc6aae +size 541086 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aa6e81d78fecf23646cecc270474f1a635f9b5e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b54b4aa4d4daba1d6f405fd5dab1ea60bc656b606c8f077dc1e7f8fa2e52b2 +size 708298 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7739bcfb5e97041c66c8ec456880d462ffb234b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abe68bfc3c53b15f185bed05d0232002398845a4e648a8d7a409cda6a87f920 +size 400128 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b954d1736d073cf907924887751b11d9b4aeb1e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e233ac3bb77590183a5df08ea19333e848af6918bc4b43825119fcc835a7309 +size 669450 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99d4604388e1060f97b6a9543940000b919b6e42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faababdd5842c8b0577c87d0fbd110dbfce2bf4405961bf8df51414e63f7346d +size 566167 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43edd4789ba3ef08275237ab7d76b8f046c88805 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8417ad891aac0525de86d4d487903e0624c7e903da7e344e2e9329e6f72a6f69 +size 933533 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8789e878edcac26e8c4bb19773f0625ace50e68d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82db4218beaa10117a8905464d8d489392a2549eaf056c01498b8a1234181fa7 +size 589367 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f634f1001d0ae9e261ac9cde314e064ef67b0833 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5beb768a67da185c78b6f059550c00bbef2ac82036e992b678a572c086bc4e23 +size 456905 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4a7a31ffe1e87d8bfeab1493c91b5de3141a3c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992feebce1c23798f755ce906d25f0a39e25c730490cbbfb5202c868ac036f10 +size 598506 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..214fd3b4509ad42d65243c9b2689e9e8d6b941ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dd62db3b161c9c5232e02912c625a17a65dd87fce8942c8c0aefa8c71c1fd7 +size 584118 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ebe934587a8c521c46def532120bee53ad6d7fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d664695adcee76e2af80b577b662e225bd1f6d4c04a19c7a4159192988d992 +size 393075 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..706ca6244f04e73e475f3c40f1bc212d96176552 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7769f0a371475f144989c409bc8723c5f8ddc3246ada6e4f76733809b50467 +size 563941 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ed9c03737d4e4e95007c5a999f1792927b864ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165baa364488709b7754afb59a4d57adb5e6f963dffad9e1b245d764752ca8ac +size 824775 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f09b7c3e8990b92edf7d0d0e6d6902294b98fa52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4232ad81523b08d59b322be5f841b486e6d1184d76ad493d227ef9ffa1b1b3b +size 424571 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bcc7c684191a24a7a356717a8650280e1836a94 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4669ccc2ef999bd5f00b7dd44ac37134ee82486c9aa639d82bcb72ff7c7ae5e5 +size 500902 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ef154a1584bfbd80fd4e037a942d32f0cdc81be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc30e25c84662882251b79e739b24dc700a66bf9d0d023e131bee33a72aa3d6 +size 537585 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8be7a3a81369e60c1ab4c32236468b900d96c4c8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf867a80ef9cd0826b8079710794007a90eded2937c5b6b499163cb9cec2370 +size 581676 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73708f42a025d352043744a2836ce81b18330baa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48747b4f6d74e8c26d6f34ee699fa9047b9f569e5de2514fbca08ce41d40ef50 +size 438061 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..673f69893d980a53c89f37f60785c4f8eb83a2dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79215c05785c9f1c1666f3987449d753d23ef01cf4a10b3045032dca265615d +size 477914 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bcc8ed85d018b418498c8b8110141bfda681cb6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8892af0736b2d7403f64d77020e2f97e53d48741b7d84ef29e66bbdd7eb4aa +size 338335 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f2aa15917d3bfb19dd9dcf95cb0ebf81f79dc6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01c5df6336cc2b48b7f3de2b3950d897ae13488bf5dd3fc4390c1e30e75d84f +size 538882 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7f1a4f5118e90b154f1709b36446f50e2756044 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eaab3aa3562cda25184c5e71517964bbdd832be136b162f60127d7488a5bd17 +size 872897 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8dfb569f7ccf69106e3d3abcc3b5a6bde414715 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abf0bc7544f26da85f67ba8bb3f9602685becb4562abe2e7df8aa2d39235479 +size 1002185 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a46ff2f6b9a671f2fc1a3038579437b09a2cdbf1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f52034ca850702660c32ad1a0bb3d568a62e79bc21cfb1f7087ce4f5743782 +size 608962 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe4707a38f329d64d61a60968b775bcb835fc77b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2055ae10ec6fd4d5fb5368996abd60f7407ff6a712b290702b482d91f7c6a387 +size 635934 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8d09934196ccea6bd098b4bea9c3e5f34a177ab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189f113be432d24b1b13a22277fa0024a2c5c429eb0675f39d00b34675b25da2 +size 603611 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af2e4adbd42cf68f45f2d77834ef1aababb4548a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bbf00431b5217340277021671d15b4925e45a6c7f21365627891a9d0b38891 +size 240559 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f4d7b68f6572af37a502c308f7e777652c62c22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148b810593fceafd6e77989b81ae8ccd34da074a319177105ae1d837aa0eca20 +size 546544 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d7e212843559172e08643f37a42cc27d99d99cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b053e6d29acc0b48793bc849545342541e287cb49d2092384f040efb5469afa +size 985392 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad3905bda29fdee35bd9650ffb5908a96a19ea55 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e0d2cdc8e316f4e7ffe6459f9f32a0a46392f45537a5921ef4d15ce1fb7261 +size 1087488 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5fa8496dd196d0124ff8bf8b39c6cee2ac03d20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a0c17ef2f6b65a643fa3e9ebb2d373c10413c71ab4ccb241ec22c0f6194491 +size 1070085 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8da661e71900c63a17e29fa3044fd46e9647e15 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82355eaccab48a6dab0031175e8914fca657a478f8aafaf23fb542af3d86ef18 +size 631559 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6df004b0d88987e613dcee487229aded1eb5495 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e4a07ed798428a5e0ccffa34b2dc75a1da86becbace187605a08c8ba84fc3b +size 346958 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f22df1eb789828bf4b9c73b6d3b8ed1334a2cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c95b0840bfa2f359a3b197680a003bbaa82ccb4637d90e149790d48780c4bf +size 736173 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..344d7ca91a52acf884b013c708ed8b3d90172f5a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1751ade32986036a3be57e7b4e17853e70f12b81a535807452202d1a2fa0b6 +size 293701 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c9ee0971172ae360dace0edf2c415ef580248f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8789c75d03274aeadfb8206f610b3f6e0c851034b59ed9f28240f0540a56e95a +size 1921221 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8802ff9366ee2e8b26881d1bc89c5bee295cc6f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d8e2e3885f886411b468628d8a8178eecb8158ed68309761761b651ce86303 +size 480754 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c67e95c9cf896a72060e5082d134664f07a804ec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceec72f0162f636f1741500e210b06d1b3ca0d9f61c50df7faa02c510dba1c92 +size 417766 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8796975e1fc3b8f81455057e0ebc233b1052609 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b872026dd782963b07f5bcb924f687a7d748ed2bb5b05cd7b39420089201aa96 +size 649034 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c01bf01926a140c54aa7d3d6c28959ec1f4742be --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc287a93745cd743a65c36e3339139d6432832a20ef87dfb22508930274b21bb +size 1257018 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dfd8da5f537f6166dab6dd1fcaecda185eada9d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b668139e08758630b38562d725729c95b74dd4fa85ec7f5d8484e6b5c99dce7 +size 554338 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd55cfc25f81681073d339894404c9e795ae758a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ec8e6396ab48f1440ccbe3ac63e207388f1c9ff3e01f92835a38afcb737ff9 +size 970940 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2593b070ee7f401d545a9cc42ca622f8503c6da4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6f16535f8162c185367824b8824dc98519580915481b676bd5031e5af8e74c +size 566079 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ebba3c937ecacbc4113287a475e7f92f9130d8d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5896b515426b82e9862b0b67d239eef47fd272e78e956f1e90e6d3cc55ba783 +size 478953 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d1e590125776ef5f9d444d859a25a66b5471cac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78808df5af94f602ded94ca5f81745e8983dded81a404fd15ef068913c310ba +size 604880 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c08dba0f67e41add008d7a843ae7f83d31e5b13b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b62740fae813ca74873808caa014db9d0ea954e066155a75c05d83257cbe23 +size 857315 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a6733610c03e460568d848049a44b9b05fbb05c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fe19d8cfb249fbdad5248ab09eff8034ad419ba7c97dab15ee4831d3ab4a37 +size 949345 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8561f16bf7def68f697e7327763a2e16aa93b71f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009a189d25ac6d0b5dc7b0c442887a1461927449dacc00f60d7b2fcc3164282b +size 990738 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3efd49cd429bacf5ac340ad3fc92741fc7f66cc6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4890ee65952d8132869c242e71f41408f81ab85c94c82ffc774657d57c162fb +size 874224 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c64c50d66251b90b6809ddfcf3c44cb1f0456fca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8898697dd38c5884deb1ce36a7e7c8e618e1782352b39bacf94658e332eccb6e +size 586000 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89f93751a00c51c994d521971857899216ff5b00 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2a4d269bdfdaade3d450bb5b066f9eb8248bbedda70b2892876e10052bc8ef +size 797133 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0429595a64aeec3257ac78d9bf25948390985719 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25428c0ef71a9afe27018eacfd49ca49d00c4693ca222db345ed27b373979947 +size 346515 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2f2440d8e60c96d83273cd414973f15050b6b74 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e8a9223f95a43e93684257ed718600a10ac29bc744bafc2e7aedf2cf119f1d +size 1519590 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2d213700e590cedd93f8337cf26fca21cd74d75 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44632fcfb66a2624614f0306f0fc7b69fcff4a3fc5e401d47979a4938809f42 +size 361830 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a558f47462f4600439e2b6f9a7d9e5d72e41e860 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc796e55f0433f9391d5a3e41140601c57ad605565b952c90b4a291bcf716db +size 507430 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3b5c9306bf31aee48ca5789aa83e8ccaf2c5f87 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ed87f4affc0f8940e54b222a95104d665b0d4a044cb31446ce04b6af5e0530 +size 299884 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..021602a99c7965ae6e92508a56f7f85ed9679aea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce37a637eacdb48fc2b84101e4a35c3d0d31828f26c6430f839031ec1343586e +size 780538 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..239f666aeaa8a8ff8b0dc1e28643490192cb0d9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b4f3c3aaf81eb1042a94a2aa8299101ac364dfd2840e7041505576d636b973 +size 465796 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8911d8ddfda5d218d321feb00f3cbda8d3cec1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b65f0f186393d88eb9b9328a3316f258893ae870a8059e997292a596e9e1a3e +size 365459 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4454d9ad69bc664c20e3a3384980ec4f6cd5728c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e254b103ac243c33285aeba9c798941eb5bcb5fbce39c43da70e9c28594d3c +size 860624 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..940081d3772ceaffaeac922d36e9a5122e456d2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae71e78f8acd300a68a605cc18bcde991feebdfa74e03b0d3c61f8f5a56a5f02 +size 404994 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6f6e591cdbb2cb62c22599337bb3497c1535b43 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa48a549a672903558e8f5eeabb619c8c04aa2066512757b94e69f4bfb83dfa +size 803262 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..345c5be8e09caa6951fac33eed92141eb8f6577b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4823ecef48ecdf9e432ddb1934befa08a534e455914d077cb678b0781346c93 +size 1273426 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5c7b3ff76cae05af5ce16829c592c5931e000ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6961999150098b29480dd8712d8eab930fa4e61a382b2d6056a7927b4006de0a +size 392494 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c1d17ebd53e220204be29eed91a0057bb10f4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17bf2c306b778d3a3a2ad3e055e1250651a06346765e49e3aa0604a221802a5 +size 560555 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..696a4e61ce02496e275ebf377a1c1787cd0c6a84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056e558d87a4998f35becc5e78d9fe2905a99b6e0fc940b7355f856c09e8d193 +size 644120 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f6d1d092c486b5c0e6437eb1e84b57be8c39da6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6664105ae72d2db46c077933d3063799ab9e4df484068d747a2540b8d81d9b6 +size 481197 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b125b7c03ddae9669b2c314400c029c2fbf6ae0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cb1a22b5d0acbea64d6e696d27e3aa0a050af1c6ab08c10111dd55f2a3c8d9 +size 378905 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af959a72e89a4087c015e23a8dd3a077e680ef69 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca24cfc6057c86449b0ee93e1aa95a5fa151dba11091f8dbc55beb6c50946f8f +size 546341 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78f317b8bdd571777ecac3027f76964fa8621bfe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f634befa0b4daaa1ca3c0ea80f86b6b389ff5531cae37e0f7a84b4870c8f86 +size 1002684 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cd175843f7ae4b19d36129671d590e53e184b82 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57eecd396d3d0b28b70182c62c0a80561577b03e7d3c501b2494293a7961fc8 +size 600333 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..637f5fcabadebc45f689da6b8a925e031a5d1809 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71e3cfb2756811089a703fcf3c468db08179ae4c2954d9aeda1ebd32aa47134 +size 768630 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12d916d004afa9bf4d8df56e6804ee6de0424f5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe8ba471362d458c7455fc5474ed2964fe967b3fd1eead6f4f96cd4dfbc7bac +size 739824 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..654b0c1da662ce0a5229c69ac883604b0e7bd392 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b582237bbe98d62e47ffa615f24e8d16f9ba382cbaa37fd7ad2011effec13737 +size 566080 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec68c287d40515f650c1ff70479bb9b64ff7c44d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104f5babc596449026dd0c73b4d1447e280d3e819a7cab94c12d30fcf1f5e787 +size 338406 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c4cd73f4e11828aa401e749815270d76226ba4c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f3716842fac30f2f4a3a48f1817dbe407b118299dcb8f22f4f92caa77a1055 +size 433447 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7110bca62444620386bb122f2091f2f42b13688 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163df6807a88fb048cecb6e8a527baabcfef8d98751e03b8643dcf34ae94b314 +size 649588 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a94cd7f3fd04c3e0a6548863d72cb414e2f6892 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f562de5958caedc9e581889d2f1def84b7a69f20481b0c12a4cbcbc352f35a86 +size 1311342 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf876b3884a041f1ba34bce5eddd6ea4faebcffd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1dff4c53caacf02ae7c69c83f288a7df92028cf54763718b922d5d01b3747f +size 422680 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0403411bc9bb90350be2a79e5f58c5597dcbe1db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9c76d232c7ce1dd69efe8319aa191dbea6be547ecd90cf247c8717b94bd239 +size 297122 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e4f00ef04461b1122ecf45ace4ab903ce7798c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e0e54c87338f0561fd16ed69e5e1f64ed4d2dac3a43c789b6feb59b6f23ecf +size 651182 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a4c7b0467132fc6e70fd27abf260889c7ac9c35 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6626df5d156e2a2673a8b944fa71a9dad20407421a117f9ce645fb8582502e5e +size 445806 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ea43ac4069554e25c5a0de494036bc1fb89fa26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f61fffcb613d92a2701468841dcc9f21c2386d08479455ab30deb1268ac29e +size 523666 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60ee29801a186d342b1fb9376d552f6e9a7d32c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7423accfc35ae7fdb73be916ea21a85cb88d591dd273682df8af24109939643 +size 950396 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a389a8b4f16c0891e7851bf6700b8a42ca1ecc0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0207f80fa822fdf97e3ae03bb001e70bfe18b786bb557c8305ac2a2385e790 +size 487995 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f125131e03b9fb2d7fe28e1cb63185345713733f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a89ac0d14a0272742234ffbdaa2e1f2ad40c32d35f038fd1a9dae1e457c860e +size 601625 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5f504c0fff22720decdfca84d942eb0134f2c2d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7079d83747060e515b8d0345d6ff7c44a52041c693b58eee8036b7c9bb5d34b6 +size 257289 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c2372e86b8b42495a5a7373145aaa6752c5d08b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a57247ba42122eba879b4d65e85a02cf8c6ed43ba880a516e356ae11b0fbe4 +size 391679 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..affdf44ce55bcb3f7be5e04beb0099fa2624bb49 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da2228a27e1738d3a96aef5e87d02c56a2daed97ad7fac9b78ed3b393e2edbd +size 665476 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..979513ef250f8dd8b4bbaa244787a9a24f6030b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac93efe517d4546ddea90384d5e8c586393c807ba4742f358870dc5c6de175bb +size 540097 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..243c9c28cac2c45633985f0a5b3e6a194b3a691d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be223d8e7fea6819981690b837d7bedc7f9013e4359c9c2314d52c2aee4d84a2 +size 839900 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b96d8ac38d7f8dbbfef279bdedbbda9da53e594 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc9d17b86eb9e92847527bc355c88ff8bd2764a6fc91702a8f4eef4cd484244 +size 293945 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd2098968ff6351298e862349170513a75d3e99 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c033fcc2344fe4b0a11bb0e5220f0aa64a7da900df506585297d96d61ef69d6 +size 619865 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d84eee56ce9723962ac531c94b198f1496d7b2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4494b7923a4189b3f6d742e9d984c412e9e0e5875df044629c7e35e919a3a01d +size 776093 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e58fc00237aa9747c340afe0510d37df4bb11e57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252f134eb99c8e73ffebe89e1ef821b5053fcc6db975d705b235381a87628b73 +size 547352 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60ff771ca4490d2753fa1851bcefac5181af3a6e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8578046bf089738ca24f04e3ba8336a128f6bd2a7a17863929b4903e545d1a81 +size 538173 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..872cb10269f9ad89cb37b855dee55a3e9960e536 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc3bff63a56529a234e9a3f6f1ff5b600209330b0231b88cc6a7d8dab60a49e +size 842316 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f36e45dc68fd255600818b93eb58292ff42c3660 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db95f540141e773925a5e0a0a93218c131e58c922be98d9e5bfaee72c4637819 +size 884239 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56ce6735650c418aaefdbb4d8ba870d67d0d697f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d2f6ad01b8a9e6b4b99f16cb5ae4a92548342fada4da0898b5ae3bbb7e6747 +size 1751271 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..564eaeaf593ee811f1b8ef8a63ab54380cf4b52b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b81ab9a48b056fed7d1d207fb2ab395ac90e122fa2306ad2d0ea73e81f72e6 +size 480208 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aa824edc8b0bbfffbf54ce6eda48951c383981e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6230527bc77798171ced602e7e303a8708b91a58f9919b8b876be0599f250660 +size 875700 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb2f20509d3cf9eb5d8472ea71b158fd5dd76921 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b083f4d6e22bef4bfc99b5094f688fabe645599d8c4b213af3f5e32cb494f6 +size 630147 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f708b4682ba32d56ede18bcf155aa1f5011babcf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b2a18783ac37d335437fdb1b506880879cc4f5d2de039bdf676e643505e8a8 +size 388769 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36863440acc6b268566c902252c9dc6a8f1eb7cd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abdee933344b5aa72f9c60363f222038928f988d5c86ae376364b7634a4bf03 +size 783846 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1674c66a6c9ea51928c9ad7fb26cb6dd8398dc4e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbcdcb2b8c461fb3e91480f05a08c7c66d96f3b0a982e19e9106b48fe438a48 +size 811194 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36346510711e76507606be18a11ca276906c9707 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b342f5109c149acc26691fa660c9a9f8311db3e9e9df4e59bc3012d1fc188650 +size 622355 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed505fb299c8894d499f94f457c255500e194e62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0e40e907af00030395bfcd9bbfc850fa506d2212a1c4dbc1c353a5ca6e7c40 +size 474609 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78cf4c0abd710fa49bf132089b91416d8eb7ce8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45db3ef729488d5ea6a0803350b926b7ebd5a83d90474b66e42260167da25d09 +size 2172599 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28f7f5efeb609001ea772d4417963084ae7a0b09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5115b9d936f355802e6933749ffaea5b5b06ef71f318254895f15e515745c16e +size 596722 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f5f4f869fa9c1a6951b6757912c67746d859e84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcf44d66624e29ea49aa0174a10b21915e3513bed553f8e8d2bdf47b24ddbfd +size 287298 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be8285f587401a65b0149f43a1473a7523cd70af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e5ba9d7f135d5ab9afad7a3167acacd44b5811e1b56ab4eb1b772619887e6d +size 885906 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62a77fbcfdd2e5750af04c02f0b2475146df68fb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e8bde59e07b08c787e1095ab3281f09878ad9f0b0e94fd3db51660cc105b14 +size 556267 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7f8c50e994c17b708d165e9a6341efb75376868 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99427408fdb6302547c26a0282a759917a2adc39907bd177b8388f6e0a90422f +size 1775776 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b54b82a978adfb4b4ff9560dccf0fe2b6dd4461e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf9bec3869f91f20cf5c4dbbb760f7dc4612b442587cd4afabd624d107f2c29 +size 415431 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..462c61b0c0bc19c868e4e8b1d4490cfba5adb0d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4dbf578bf030990b8d1c39a6b80e711e9d69c70bda984f9102b65d710d7caf +size 1323302 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30a67134bcbbee9af0d418182c9980b60f3199bc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c73756bf6c795b86716a2225a4e00a25d4a6645a23e8ad38e5b4ce807ffc49c +size 399791 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ab6d068f197849323d9e65543f69fa7f92b8b45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36565625ec07fb5e7ae99670e37169e32fd96a4196bed2f025d80902b78f2e7a +size 655456 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1320118e4372de0db5a56dec87b24be74ad3fa61 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cd00782f624af6d25240dbdae810b2ad53b2014203d58904e57018477c7729 +size 337650 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a8d09b41f9a42ddbdccff335d63ece11b26dfbe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb59494fefb8f5ea422ae791b93e5455668dbac520a46dc6df7c5fe5147e9e6 +size 378358 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e45a3bc1e85e25767d9b11770a989f4c72ab7041 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62033c155ba4fa025b85b7c447d61c9b7b56dc5da278fe706cd763babdd1e214 +size 651808 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3587b5ecb11db33af052df46f52ba209699ef21 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdd395eed3d1a4bf0ecb8385d9b88a02fd64daadfdb730385b52857f707ae7d +size 707268 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9520177b6bce0a03742c39647d88b66998ba1580 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185d8c65e68a523cc0eb6821fa64338e7b4533bf80d4e95a9a990ba52b135592 +size 802845 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fc0aa7b98b9baa80f73839ff61e0d958fccb4f1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623545538ad97f6227cd58b680993f2fca1c35a57359de4eabd004c486bd2b5c +size 424271 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c26bc630abdfa28b77e36d45c5e0f38882380f61 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ba499dc02a3dba04fb45c1ee3ab9c894a879505c235997ceeba68b8039ad4a +size 439282 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b8243006050336cec9e3266dc619f0b10e5ae10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9bbe1d65779fbc4c96ea41f6d19b513a75786e218bd96a1850a76a721103ba +size 457052 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d312c0d63f2c333d6339517569720ffe1f8f25dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3294e706f3246cca1110e17c93d24d0ba5869f9a4d1a5b107684d2aef47a5eb +size 477612 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f8b25968fbf5b08162d91e9d9a996cf71bfede0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2568dd7ee39fa1057c999e73ac63454883cb391375e0d235ec0d4728eeb58ea6 +size 637685 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8808ddaed394c25ddfcf94272cb1515557788d1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30bd4bc53ff5f766ee974af73eae62fe37da24296b5ab74749d489bd28c66f4 +size 420512 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f21a4eaa1f6a71c0a742347fb97e551f8359f38a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240dc3845720308549ca4f2c1caa9880e9223aac0f8be0a9916709fb5bd58acc +size 304211 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b9b2afed137607fde7a8c1f7f454526c4f23503 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241bb7b76ebf40ceb74dd0a8ecba1c5ab2d4c188e1872f34872504255246a083 +size 1243506 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b731f3e8531a5e9754f139275689fc996090b7db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f629036da1bd327e5f86150ef569ab21bb81f23d462d799d7ca8ed95707248 +size 729537 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd80f6ea69c713a6fed7bb0c2660857dace1be24 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931382a510e537333b3977586db1952a48972b17bccbfb2a5c2796f5410efb0 +size 826179 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5eb8913b77a48d2835546774f28245cb26be180a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519d0b70745aa0337a9f4e4ce7e19595255015c2c59ab316ddd8d6679bd49492 +size 735905 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00aa931a47f7130aeb614e752311b1481e8acf3c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ec679d48e96d9f9c1bcf9ec6f5b36e2cee83445843e4ec06653fa0f5b5ad10 +size 413857 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..009c2588e193b2acbcdc3ea0c12cae82dd6a1282 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76eb6a34b37757e0ec2a903626b7c3e3840b55e14b6e45a843e75dc876c2cea2 +size 324550 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ab53cdb147d20e38a05aa09b47b75b4ef9267dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e923f2c2d166eb4c347fbd99420a5e24fe9348eabd752b83f3afee1b91f49c50 +size 770495 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d5a295364ae1066972c2efd6d6259f5fae44be5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab7dc376d82d578e72b5f5c6aa027e6c12d045082de5b7d257cac70eb0b8e15 +size 490416 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f4dc60b48c8fad7ca29cf6cf73b514f2063eb16 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2922b58acab65acd5748e20c1ba0bc905198e43e0311b1a527ea8bcbdeb2ca3 +size 541444 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20f43ba02cb61e1c54cddbab838df5f26a585fde --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ca5d489dbc925749380f54b9989af1dcf035f0e59bb24510ebab48b57918ea +size 603511 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..533ba97ddd38b851fe64fad5e32048e32ab76816 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9f410a098da6aad0a0a9f596b1141858dee1e864057c852bad600a96315da6 +size 421319 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e820569969037976d1e4998f9de9b71cda2b3a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf81d7b3c704b87efe500fdd773e3550c9af4fc0faf86e9387354f05aa6f6faf +size 423287 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76d3441e561e7c53d97d5e3f43925f043bfffb5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d2322cff64010f2eb5fdac48ef31d51a860d6593e9eee384928a714565fbaf +size 637090 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68c578212989bbfe90c5cd83a89ddcf2c1598196 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef7e7fddc85302145fd1e9ddcb9cae6bbf072aca743c181cf30bf918cd729d4 +size 626240 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d67e151e380b71391ef2a4dfa036e326e3d1783 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad8fd4fff877cfadf9d9621f9b31496995cd637409b0258e93fbd96e245b914 +size 946833 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43806f342624cad76ddb1d86c886ed7df1ca3c5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc34c558342f79890f97e57d7249648086bc2bbf1730177f99cd24badbdbbaf +size 1521729 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8e529695845a787ce45aa818886a1c0fb2399f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000cdbf3ed0aa803522db90e9d3486881224e8cb42c4c0ff56736a600f8399df +size 678303 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fbb750b770fac8a7f1fae445f8def7d9f9a54ba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4997754e5e779fd27673715745212f15ecb5a8b5ad1a14ddde54fa87c735c410 +size 1117558 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72fcf807ff72cdf2c05e513ad9da3fb0ce6c969c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374de4761e169ebf869d10bbc29e698432598d29ac87185a02d6cf7852a8f360 +size 369052 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bd75e8d51476de7c2aa909fd2157499b7866c15 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7982764a9a8d82b19d1628b4afc1b921a8020a6d7ed9fa98832bcff235b9783a +size 951893 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..199112a20d04e2ac326a87f513232555c9258e9a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b3d8aad87454135096596ea60ad0fc07e337935976615d988af2a6cab17c6b +size 455173 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d700c92b9392659d30e102993f87dacd8e6ed8ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cab2045dd8962378ad3a89512cbf0f1d5f5dc677d8ce359ab8b2d5c7e72c8fd +size 357888 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..960a16cdbfe5dfbdc093dfed62644568e35227cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3516ed2db695896a03cbc0a299a3ad58d903bf204a5f72de920a95918a98a729 +size 908052 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfc1c493b73359a4761cb0f60e54c102b57370de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe0fcc12518fbcbc480ca3f245ac4015846241d78c03eaf0190a209fe2fc4f7 +size 369977 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82aac8211bbf5faf33417458552d66b31b8646e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2452036248bba0fb1c2f7be322f1a5c52001da8f4162e42964c55a3c3811e730 +size 548191 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2742213346479063cc34015559ceb595fba86fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d873519d7ab85381260e1509502604b207b2fff498241a587f92e531d5acd00 +size 356863 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81d375fdfc8334341f9c673d90c84a2c68dc6ce5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13daabe5c026ce3399348803ed05116db2ca60ba9c69bd43289b3798936b8e37 +size 2242540 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..102fe8908e945f77cd6dbbbd3914505ab9ac6bff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3878519a38d2af4522aec08e22451ddcf20459e9c3952443ab0b1ad406d24e +size 1312823 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fdcd5970464a9d8369449702b577631b6a46fa1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90bddf7e6e953163bb1b8add252804daf8dacf0ac2667ebbf01dbacc4fb6813 +size 268716 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f51be80c8231c69ed86fd9f96fae287823623e34 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce8dff559b4537227513248cc20cc3f721a7f4fac52a5ae019414f20724d3a7 +size 409617 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf77db72e241c622ddc7566798d82e9906771b9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9b460319bedccbf2ed1a56deeff13e388ff33c5c46fbf55c938fa38b4271d6 +size 598284 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f692c645750f19c94a0e68b2c9f705eda122d51 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1acfd5d2f338c8ff99c44064476339d72fd1e8f21d3904ae9255533c4aa9f6 +size 455845 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..119088178c84bd0e3b43c63ab88995a40c8b1f71 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5265be08d2059f526987af980d83d47f30fc2b5871793aff83ef647d95588539 +size 587112 diff --git a/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4146a8d1d3f99d8ffbb4285e972971a604abf9f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12c74fc66e11eddd0f26934968c651c8cee37edb6dc3395a0d9dd2c8dcb53d0 +size 349006 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34b8c51aa5154de02141af39bfa46aaa4dc2db26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7461fcda900c9481f0686c8a938ac5c0afa766c341e4abbc2d5bb9107f085434 +size 55937 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cf4289d6268d6ec98a0d0c7a1b83b153a1774e5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ccacf8178b2b46aa8628fd15583d73ae8f1c28927ecb0c9786090e1e12cc9f +size 36397 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7088f2016914457651f427e6ce5bba01ea5099dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0abfa5dfb5cc7bc83fc176e82d3e524991f5ea2c79ca69589f30672e294e632 +size 52382 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c64eaf901aa1b1f5410f7daf4a2a42b2d6166595 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5df3e8834b3bba2597d25b6cfce15f70cee205c76b8a37995f47d9805c8eaf9 +size 47289 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3940b983706a8cada28d18785eb2c31f18627246 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2ba9550f88e129a0cb4fa3e231d3dddf95fd9802312258c115b720fcb7fde4 +size 34394 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..562606d733582c44c54745d13eea40743b9e3e72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76e2621643e3aadaf19cc0f7f2ae723a9ea57150f79e50f5454a7aae9f71d7e +size 80951 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d5dcb1521fc187dd13f7ddb2c83c3f60e1e0ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30209481274ba637b2c14efcf1607b6b26b2735f33ada6a4453489c519c5327 +size 179439 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e80d6b7a55051383e380c0261fc05c8b0f12e45b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf07e3c60e49c81b4f7c82da01839e0ce18b7997240642c6ebb7a8ff15ea29ed +size 76297 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42bd505074ac60bfe3bd02f992c3894db6551814 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78dea84a44345bf2597c942b8feee84be54bfb113e24eb1b133ee139888eec5 +size 48636 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a1e2c239f98d9a76f53bb3701c5777d34a613c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572e77e58f04be6778e0b6fc69eb1c50bf04f461ff8d65ecfd6baf0dd821f061 +size 114399 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5a4b08f5fa643a6d9cf92fffb69f7ea9da10f77 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9546896f2474a55dabcd20424fd0f07f72b5e893d444221ca9bb56a1b181118 +size 61169 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f505c9b87b160d976bfdd928db284a6f3a44ec01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0aa904016e459b931ded0736414fdbe5b156ee2a768e567571de7fb5fe5350 +size 98940 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ff0f62000aa8051e09ab2d3dd3824de4c167b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29294221162ad6cb5fa9bac6ad4a5d6c4c156d18487607b6387ff96f9a25448 +size 48733 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f122a882ec841428631be98e4211f51e9bfd13 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f5b5627e6e75c82764222f2b2a816f9e3e8611f66e7969d14f3228bffe4ad7 +size 82490 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d3e5540e87906083bbe4b3c025f77304e28cf5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34e1f4293f141852741f3b2bbf8419d7094d4bfdfcaefcfeef14faacba87228 +size 77026 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50d19a8b7ffa40bb08990178f9608ae76602456c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2ecca6e3b2a89de41f9dd2999b4b8e7543f0824329e1acb5f5648a5d64368b +size 65586 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..467d156128b61b8c3811e6cbd51e754d3da7ddc1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5329970a9a09004380e21cc719d7a44d3a22ed9811b3bb094397219abcf9731 +size 120427 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be5d4c70246385d64dfa4c728f45ed10960e8bca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e7426a94694fb01c8dc630e26bed6748b26f15f20bec7ad51298b8103205c +size 102354 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b97a4943f4bc30d379d9a6519f36d25b9462d3e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d357920b89dcf1d34f5dfd940f8f7cce4524e25909d76fbff3fc76f79eee5d +size 50884 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..499c4d7f4351a4cb3d68f8dfa744ff8b418e6249 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5f5feba34630f0b8a187f98dafc5049505e3f778544e73d1975c6799ad6ad7 +size 40448 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..598cfa0d6a1ca97b5d35497e19d23f7acff41b14 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee0906228dc8e4915482b7b01a8ca3173de260bbbdd6a66027f35e71471d084 +size 72642 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aff1cb2b1477ed61697014eb46208269a12aefb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c502e39f40fbe8ef107adeae7a8931179396c3fd3580108994b927a8c50c1d89 +size 32927 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..110a2152a59cbbba9760b6a1e0e94be99cffffd4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8000adc6bad08676b1fe20cf4f1062b7de8cb637ee29fef71e77ebee027163bc +size 89592 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3df3b19a9b47dad5c2e3521b11161637c497820d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddcbccdaab04cad0f48857b27a57016b70f6697ed9e0fd097a0dd4cc2257203 +size 43013 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eab1815709fbf7e93273714f7790df80c058c5f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa84c5c117f9b92844133c79b52100cc97ea54090c49dfe2357caedfc3c40312 +size 53554 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90242af6d1645ae7d277c03bab850719ff742dc7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171b69b8c7e90357f18ed2b866c6594f3129ee9e0c97d4fc215f1ddf17250b4e +size 92484 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65c0cd4e6f6225494207c55d8457edc4e6e30649 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f46f7a866e95d8104bdbd04ca14e132521e8aac60fcf692d149daa653fbba1 +size 77926 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d4a9e28cc641709eec8d763165eb1497e31849c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90dabba29e50e2a1eff2c03bb701567ecfdb936f442b11fb2d2a16a6afc2e29 +size 50229 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6de364f8d3934306c5fc5310416c547f32c01ad1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aac294b016c49777cfcc48a822b71f69e4bd4b3da10352e19faeacb9eb5f1f +size 30935 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26bcff223579bc0f9ec2c64c2ef484a02694f393 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e882e4e6c2b920dc4f39899696b6a176301f296c8aee47c503d4cdf086f3d17e +size 56490 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43802907155b5b01eaf1d8a8d749de137fdff5b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3889f621172333e20761491093d213c36af231f255c14d76edf8253ea7dfc378 +size 60470 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c36aa11a641b0a0b70565666cee7c5a9e558421a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced79e03f5b9b5eae74671d09134cc9a620a7a1469d1cc8ae1a1987334f919b8 +size 48839 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0706a140266aa5ece39724be18e5e48a9364217e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004bfc2a26647288558370ad271f6fe5c3a84b98d1608c2d1d89dac4a40d2bbf +size 76135 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01af59fca1fe0c4833d2329e328a339b5bb8374 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13ecae4b212b13e909c1f6272dc40566061d61fc30a019a1fe3ad9edcf8a6d8 +size 56987 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..825495bffe579b513d4aaafcf83a0ac78a326a2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057a70c9c99430ccf37dfe88c1a2089935bc2b0e7f32654fa41c090cec72938d +size 39784 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcbda4b62d9f87e261a0be31980031622caac5f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2493414355bc61ac7c1abdb67c7a9ed249624df09afba0a04965f6ef629100 +size 64449 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca1468c31be03039040f39067414d8239e0d4fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8bc55da74c65c7ffdc909a19e57a98a291d82d925732ef95fd90295b58f8f1 +size 44065 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45e7124b7aa87759145e0d6440b6612951e2448e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b833fc8c175f8f927602c82c30688e6cd79cb0cec934f34edd61f8f3dd00092 +size 54079 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d92f4db56e3e8bd25a3e3db6e8b599c170ea3626 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21801439ed66f8ff8ed1ec1007606a675d731467e9ce4f8d318153eed0216893 +size 85118 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e38ef0bcbaf1eab17a9c0ce8b11e17f09a9a3832 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5836d87b65ab8060dbd5fd9a73483157be23033aa82500c8891f2594fe17d82 +size 73512 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43a443a6007817b25d9f040eabe7fb9f2089d65d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97ae8371bd6ec832cabd76b36ec4485ca5ec9f53f186bff96860c8b3970cf8a +size 66094 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2db99a0a7c975560ce5aa2fca5c94977068f089e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61ffb76e3a07ffcc47446bfb08a45ada0ac0065205d1b50f32b5828efd6bd79 +size 77645 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2835cf1618578ed3773edeab1ff178a5a006a724 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f80187ef55c7284872ae4a22b99b1e4b2e0f97755a2d77634c86c04bd5d748 +size 68715 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..699c7b8cf68cf18ee5efbb44c1442d292639c2b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f468ce03481906a54ab86699afeabcb2d68f39922d6905ee6a637c6f8286fd15 +size 62880 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38b05d4db0a1d794eda6bb111b67e59e3b3b5130 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e484fbe40f20f5bfb699c4908be2d6db29257c9d399345a3b42bc5913285c9 +size 84955 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c2f875dd3a242ec55c12bc1b49c2dea447353ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbc11ead5d0d4f16389d05ca78a3b5241374ac8888e1a882d3b6d599653c530 +size 61233 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1daa0199ada6c1fbec0773492c3841d1cd22044 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc094a8128e7ae7017994144a82fc54f52dc7e75c5e3f1e6678124fd6ac03753 +size 69622 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..641559624ea75ef20577a633daa42ea8cdb9e874 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a48fac155c2ef0f758555f335497d5137aaf28aa73f9c8316409984cb0f8b4b +size 51141 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dedc9549e888d8205952efbe59312588157977d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1d9442754b5e573900ff60e96fa1fc13e54856f5348317753746dae56595fd +size 71441 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..821a7807bab175e31f29b05d37c40d7cf09d4ad6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380b0d3f1da76a563f5506665785a3537d1628733820209e92c1cb13b2c326d0 +size 40367 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aa3ea424348083ac48133a227c974ad8c910366 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc298f7aa3319260c19679ce53b59d67011391a57517a91728ff1a2c7827886a +size 29698 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0cc0128043243d46d906891d64eb43e7ce120d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200d2f3a44ffb793d8cc1dfdcab7345723417bab91f9c93c99ad90ff3d772a0d +size 48273 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2723802893782366b38c094eb89520d0ce6d6c07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9058a0344b72dbd388f48af2555722259a2811bcb0205b22e03ff95f2f914df +size 100961 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c51ceb66ae1d4593441afaa460fcb28e570c553b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee20b2a1004b65ef10e59df742da82bf032d1020e98beaf1ed57979ef5a557bb +size 46291 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed315d107e066c4eda0f59dd9430fdbc88587234 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b467c9f7b7bf4f72455320d0c51beb1d84195e1d93c163cad7ffc03575cb757e +size 90354 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae83feb8b8111e83f65880d024de87d639e7974a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa0669045c58c8b4c3cd786c9c191fb828ef44fb623837f726a4ef5ab050d1c +size 57419 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..169a7dd107b7a0404383a8fe4401d89cf6201c2c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86e0f23eccbd690173afefa979e6b3a127bed23d162864687e9bdfcc6c2d411 +size 30769 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..608fe92b06039f210b00a898409eff61c6cc544e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e39343d30c8988850193e5ff6da0a981adaaf3d0531027ffa4d19074ad9f47 +size 37345 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59a25de58dc491775b4f505f24d9c2106680cb7b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b3da758c5a613937e23569f38e51a47cd78423b3882d81159af32902ef1f9a +size 75181 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..186898bb5dff44278989636a8b646c428e9ab0f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b711c334671c0815010adbe249cc54818b9d0fa0204f1c88071f7089ece7cd7c +size 131884 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..febf3f7a45a172b6a6ffb27fe5b808a83388af35 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f1717fd55d40469533c09f2f64b2eea71240046c4fb329bf26ea003265b0c4 +size 86710 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5aeeb1610ab748b9bca6985112fb3912c0f9a45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daeae9fd180132ca89ae55af8aca0305cda64482eef4289e6d53f23a1b9f1ff3 +size 50596 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6813f43813ea9e63f8eb3b2a53d219ce36c31247 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ffb46a25a855aee63d7d482bdd46ca364cdf8d2789f45808ee1b4fa5501d0f +size 62189 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f1e446ec0881a41d54c3cffbdab482066b0df63 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a19df94295cab4394fa8a0e60fdf84f813c5c816ae7825bdc80b82e3e6fe25 +size 40808 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92d26405bae27f0e460cdbfa1ac84459fcb604ca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a9ce4566154b3a43b8a0737faa1a0857f7711832e1d88c20d0961aceafc690 +size 35907 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41549ea7e81da956677152b99a2285b66e63c1d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6506fa9a02aeeadae28b53a97e417b0558c46c01f9b6ea76b6223ae478fb54db +size 99860 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b718c48be457a90a2ce57e14f1dd21f74c798878 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8db785fc9cd87dbffd832566f301a77f7ec2abcf06264c52fd0c05f78dac8a +size 71878 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07986ba677e861b3cef2ae6bae8d67f322a315b3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de605fe83a184f9b31f2ec3b8076c69df3b2e72134165030c009012e4497f6e +size 53775 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b3ff2db95f667b63d3feb8517748b588d2e4868 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54522c8c33861d01567759920b72b8a9ff8bbfb26d3b748eb3956b3f7ae101bc +size 54274 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b90fdedfe6786249f1f11d799dc93f26bbccd379 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c827b945cc00e65d68d3aef1a72142505eeb902a702e24270c381de7cc5ebc73 +size 35331 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fee986d862ac17afe7e703e32a2ec4837359e28 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed659aa488290d6584c8fc38e59a16deafc8a0b1e454f5cff40ec0fff50fb1f +size 74693 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3d18d6ac0923279ea36b417fd0d1cb1be15f586 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbccf4dd68c634348c9f364d58029f3ff57f5645573b06994e968b83d4cbb87 +size 50554 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ea2ef7fd31f8442eb919ab8ef35fb2be11b6a88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1323695577fc6be9a8cde286fe97b3f17cb317cfd916db15ac23641a75c2f2fe +size 46670 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dfab000a67ec8221f9eaf86ce95e236351ac051 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f41d9dfd4a24d118108cf8762e7224e582d78cf2abfc095b2e31d8032492862 +size 67371 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49fe59ce4579035ad03777e4ab623b04aa5ef8e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164cff78f3fc75156b8106db959992d0f00a46ebeed2318d931e921ca4630437 +size 53608 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9628d32f80387ddbe31e2f0dac4b043e0d4f1023 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd259699f8d9a7b6f535f8118b3061da3d7f74413747395879ffff2731f87b2 +size 40892 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd183de086bc53801d447b6336776960830081f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f402caba2d97fb42d769c3750d481298ea1a42fbf427836716b9805e285318c +size 48746 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5f1284e02c48c403852b0123ba091c07d123a80 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fd4e41792d75d1a99c904499af4ae069d18fc9be074fed254e245ae64ffac2 +size 69733 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6a15f7e4ba68e312a91024290a029b19393e2f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe7ee5b6c23c0f5281fd5c329f1a65dee5395c2e5d9fea83a45067c90a67c38 +size 31129 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9844071853b68fb33d8bf5b7152077c4738dec1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4181cb58266439076adf1e34b1b647be2fd1f111bcebe3250a567903e6bc1b +size 37997 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24e8caf177e652a8af6bdc6d1381ac34682bcb30 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7571aaf91a81fae1460dc49de3db278600b5a3a78ad77ad192e60f6f166fff9 +size 52696 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1bae096a67b08f19628afafd1860bce32d16641 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11544d44d4a70f104c3902b9f0cf26e238d8d4d1f98b03755eab7004f2978de8 +size 93024 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90b3364e61fc03c3d2cae2f2225ad070c695e56e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2709e809577df89ee6d10a2bd1759d19cc91442923b6bf9cb294ebf791bea176 +size 99049 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9e26a567e7a09fcb4472c1a84a5a0bcc697fbd5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ee112acfc5ce79bf690b611dbefa3a11c3566416a432a2dece2420b451a98e +size 99424 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9553a9476ff1004003a47f8e82e779adbd8049e2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07a53feba1c7eab370fe361e50a9685b83391e7f6629e6940ef3d7ea4472230 +size 42783 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..075761041075cb76f508da65f0a916d190b38431 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3bca4185e602b57aa84e2d159842824bcace077bb71e5984e12511899aa7aa +size 69585 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de8bc778bbe4be87432f307859f866a6a8a85609 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663668c16d81ac7207834555ca12d9ec9af7a7ca66d17810abf9455a0d26c3d3 +size 50129 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd7bdf069785f923e0f06797f168897e35840b45 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63bb02997259300947c9a95ff249a1eee953a93f166d0a71a7175619b75d941 +size 93428 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04ee878cdba586fd1a8ea5ab22e08454d7f9b1ab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7436cb4d60adc703d2e4ed8b8ec364956c8b2fc5e747fe942eb102bf7328151 +size 58990 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5492cb36165eb4d0f9f8b64e0dd8b48358821cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cb7bf9671ab54d52cb94a5b25f82c790da116a9c3b8f09bcf47aa2b297d945 +size 51955 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0532e2daf1d5ab551a0aefa4f85fcd2d9704ea2d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd12d315e90fb582d45c10c34920c1d9981defe21b6560f4fd9ea0d68e0f859 +size 79174 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22e17ad13adf1ffa589841e6eed769bfa7c2b3eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cbe632c0d138812705b1cf0aa77a3c388a908ea18fc4add411c27a13ab8636 +size 65260 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92fa0a9c44962cafe58f62537129bea51d518ad3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2668469e6677e34aec58a2d539602dcdbe289f5ed8c5e59875f8eaa281138875 +size 49501 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d13cf45dde78413476b8d1882f3365dce5940e7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3829799322691d1c93dbe4ba68d57461383e2787d53e56b0938b924d21b75e89 +size 52073 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..770a095ab83c0c1fa58693aa14d3f5452a5da3b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27952e8f058a2c7dc185a16d218618d5665226cab29ba98cf926c915e097bee +size 39181 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09198500410034ebe22700246058d6b33d4d2f9a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d7f97428790ac4a2621483ee5f6628bcfd54e6ade0de878fcf7ab33f8e7833 +size 46420 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cdc68270e767f434b9d4823ba7b6b6c5603bc96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82497931ff985cbe1405b5727313d5523b3d716c086afd57789b516424e9824 +size 71062 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdafc857ce6fe56a93534f2b138336616d4e7071 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b953bcbabf00a70cce8ae87834708bc636c09bc5c2f4e653cf0ce86e569ba450 +size 183286 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf451492438a13f163f55e88ee511cf6b4e06c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337229712f0374ff04678a64c392b8387497d2ee169edb50280efc26c92c7056 +size 55190 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..278eedf4d27c1b94b4d32ba1cbb07940d6a8bb3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a402af0d9ac13e006472662e7da3005954f542538b25f78b577f95bd8b7043 +size 92942 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecfc9962f6ea04b5992ea2a1d08fcb31a3463a6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f0ee094ed79fcd968222e3f560b793c9018a6af504052dff6e30d96a884026 +size 60633 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9246d48a87a73645397d28006d36a02e7844ad61 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a5ca5d180baa9d608de3bc1e1254d65f2ee70434b1187a66607ea81312d634 +size 42382 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c03748c2358dedfef88d3ec8ee006c72e6bdae07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196b8d8c5753b6c384080b9499f1799ba9fb3b60f094ea8c5ad1d77b108c27a1 +size 43381 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb024b626ccf7f849ea946f3cbae1b6b226a3b6d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef509ef704bf06af92f78d4e2bbe1a5ccc8cf9cbac901bf2395d84027393dac +size 74796 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e88ab3a06e43c991c19bdab800bcf3af560fa23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7380f5f5aa89254607b8b012e342e4d3fe9ba716fed5434c6823b4c43f0ce2 +size 78679 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f71b79fa40df7f663966540bb3974253eda8117c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e05907a6d3eaa491864134d23f4aa1b5f891be5ce87198fe896b751f669293 +size 43809 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59b0a580ef84ad80e81afa0344e93dc96f753c91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d5cde30c2cf8f25e36fa6cbb096ae3d16e7842c084eb46ce1e1d6817e1a7c4 +size 43777 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eef91087e8216f76a93f493b9dc49e2e50587a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d05923f54c31e3314ead166435de5dbf211cc695b2be222ec59d6e8844a6f3 +size 108197 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a610699a6f281b363a88d692b426123d993491a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9364c80acb1041fd9eae2e4054cf0777f295076d5f912cca86b4c86a68e5f0 +size 41808 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbdc2ca62d1f7fab690e10bef8bf32df69d1def6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb918ce8d2f850ee3331c6bd76fc2720dfa42361cd47bce4038dd061508c80f +size 35228 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c06931e40beb49e8acfeaeca994cf2a8ba5fcfe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bee664d605e6c66177719ab23da96b0f620fe57c887b86d6a3b93710e9fd67 +size 60743 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ae16b1492e33b99d2a8d146e975d7ef9e5c485b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b889801f7d1e3c12d4b049abe86f2156d8c72540b20f28fe5680da5320e50e4b +size 38350 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3213b609af61a1e9fafbf2b7f1a6779437aaba44 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf7f616638e17503141fa8e080808d016dd936acdaeacaff345b3166f340b71 +size 49560 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01f142c4a9689fcdb9843a4a9ff3671c445be941 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345152d68bfbdfa4da91b4d7890a70450e306c75a0ceddf5961e25f5ab693e89 +size 55634 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe418d4a91a3c43788ce138b4e84bec3a3c7adb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812b22682e031cf7dec3cac8dcb09318b884467a83d29bf79a1de465a3bebe23 +size 79627 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41e3d3f24acd53449a0c551aea3af747a075fb03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73497af4dcd19b2ce22fe45b5fc3e493b9bd1b7a2a03b2c28bdc6b68131df540 +size 60691 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32432a03065ae75581d090efd6b1ddf62320b455 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dba6bf3a08728f924a4555522f6993788412c0d5840cca458e76be87d36d7a +size 71999 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93c9130239729fc9f114ca85f5ccbd120ee0c0ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2257f284e898fc08cbc4c114f47c691a9c78a96dc5f27977ef35208640059ff0 +size 67293 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec93209b8574c632c024f8195e1346e3264c813f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ca5298fa6f505b2086be761aab55f1507ab2d96eaf2bd8993dc995782b0fcc +size 68132 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac15b0c7f56b7d395cf9a1d7bc021c25bee79aa1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b53cd74ec9b78689a25e9bc2569f70c8a08dfd989dfbb836b1c5fd5bd866b2 +size 45812 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf8028a5ab39034fc7993817f41debc16899b3da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602e6fab6abc2d6a51fa74254a269d3fe80d5fec51884168b5a6071a5337bddc +size 58254 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1caaf6386b9395278202c9fec8a94df7017b5ccb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aef9c5c1d00e7a11a414f2788562582f23eedfaf2ce0ed3db856625e244eef +size 52535 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fff3d66fea0207910edb04ff573fd7fca78d0a6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf0f1bc85d712d2368d06017d264eb5f0474ed09df86991b3ac40c394c2b3eb +size 42921 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af74ee4d7e4a25263cc5e4b4bcd4ae1924d5f35d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb9370f17a6955e3c2555b9af081ed9dcd06972a2694fb62918e9db4ca1accd +size 47764 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2419b9243b8c7e0922320d7c198776275842bc2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a369eeea76d6cb83f7fddb92f6b8c10c9a92ce937ce45e179b8f5d47b06c220 +size 46438 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..647eb69bd0e43b001bf37336ab09367d54371543 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b0a47845b0a3b8ad6c58c77de850cf9976c1b62bf53c84eae44cb28fd05400 +size 55791 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2ccf73b531b2fd571d7cdd31c60d777836ed977 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d971f9caaaba67b42629e4bc81cb4526a6b7be56f55179fc434a78348095799 +size 58204 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96903e5b63918005bbef6b92cb1c2dea8f685365 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d158b8dc4ee8ffed6e2e2ecfd84325355139972c69d16149140de8f8c90ce1bd +size 46286 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1946a767ca6b1820a40a9d4358c04922f8719737 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0ef560ebcdbf34597c89e2fb7a323321baf733bb77bbc03ccf3480f5b43d47 +size 32641 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a82ed6fadcf7686b2455328858ad7ba849a13df --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54187e13d68118272dfdf8f75a895fd32d8850b492be28d498dfc4a2286849bf +size 59288 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c340650f78b8f7dbe0eecfa92d8822b33cc5daea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812f9f0f8c478feecd74181a73b7d1e76a225283f9fe341fa932c348e842d686 +size 50844 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9fc396e10375c284a988f6ad944541b95b7085a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0a3056964367580b59311e55951de46f0d5ab7ebf11bd360ed211a3eaf5f27 +size 94885 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8a5a67b43051f01129fd78815e72d79e8fb99cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b423c056ff7ca79719d0221114f070702ba876ff6310465ad2b3111d708dbe5 +size 67442 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31d3eac182fe8731c8606c72ae83f8dc77e4ae52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511a941c73405e99ac19f9fe9816c470099ba98623d39c90630831d6a4e28b6f +size 48987 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43dda4939c849bc1076d5ce49fdd794ceca38c7e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6c1d3a6923e7adea0b69afc9e1eeff30ed80cbb264ce433e1242f45bce77f5 +size 50294 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64f50a212787367e1bff0aa0385a67d708a33e03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61272fb173c2bac54556f1239676cccb1357beada90520414a3fa28ea5090507 +size 31501 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c638575a8e4593a7f5ba4b02557c50b3d21b96f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5d9c00a9d0cc7404ba4140c8ed5eda72d001c36d42dd6a757da3730a5a0a16 +size 54317 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5a20c4e37139e853e225387894cd2dfac7cfd56 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b6dc390a9030bc77e9a22cb6812696674aeba7fb721ce205cddb2bacbd29f9 +size 68826 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85c83569898bfe06caa77df1ca0170fa85409512 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3466a08ad7085ce25f0e31f6f7d50dfdeee9b548cfe656508c135e339dac3840 +size 114879 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73fd6898ba10906742d0f5a00e8a6ffa730afe43 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d8705d7bd21557ade7c38778c936e2feefcf5555406454be99eb8757e1a84e +size 94505 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1a834608fa29459f1650ccc8bc4380856f56391 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6c0578e5bf1da308d27ec5fc0b6642a1b65349737940524e2180e317d6365d +size 66716 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc761ecad862bd6cef2f3fb798a416fdfaeadccb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e8cc006a3641fffaaa2a98bd5f54cf13b62285b8a4c48b0a8bd21dcb037117 +size 37597 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fa3fb84883b42323e0812b3bc7794cb10a29df6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac27595e14dd776ad7d20801483465d9110750e096446c2ba7b58d150448a8b +size 53872 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e61c3b5ae6229ca9c1582819132faa9e1dd82257 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10348492803d846fec33fe6ffddd78f41ce1b433280e8b1e17500369233703e7 +size 38147 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed88f3701998e5f224a386139d1131f75b864f91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f69a5d96041dff5ce3dc20d2e1d00cf8e7a125ebbdc93fbbd87b3164e56100b +size 124843 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eb32d70319c8a7c9a05333b90a3b0a268a767ac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7979c9082f3ab35c597ce5382b51e7b720356baf2725574347c06e0d63941899 +size 41094 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a6dbf328183ca0a95cbf687883adc5ca8a79c13 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae68882c88d13948b98a5482db61f7c74975a4e93f6f8ffee1f3dd065a22635 +size 48114 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdd687e8b1d7ea95fc14139281a20e6b7f2b4bbf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e0accca384e570259170efc95b31c3ba0907234910bf23a87eb877c9f6f7b5 +size 75663 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7304638c67070795da884cda763a69d7871a9805 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7baeb340e5b29af63518f62061fa6afb3551adbb73bbcaf0b1e3f26082943b +size 87216 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..122fa2c2ad8ab787f4e55bc8023e4f1b512f279a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a4378027feed0108f7d6a15dc13cadd435b584ee46032f385bab41e9cae1a6 +size 61767 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4f3f0be1e3a6bb8f87bfff041f1f1c6219ab6f4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db00000dc7d78cf2bf54fdb14454957c1ea6940a4017444d1a7d4264d9773150 +size 91845 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..986f89fc9abe078d47145ccd89dec182c65d5437 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22caf684cc4e4ed82ca77587fec5e1368d593c6148d7664dc57f339121b3a176 +size 59020 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f46bbf44296a1f405de64f7fb31af9cbe6958f5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46580ae14aff9c4e7143aa56b368179e8f70da20cafa31927f35723af8ed345 +size 60364 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb8b5ad3d14793f1ba04ab88e4389d3c424ee30c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1522144d2ac866e6ccb9a2d6970c449fcbdc37f7296ca4b15f943ec4906df467 +size 71981 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23dd46ce2bafc5da3bc89900389cd22956f5430b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afd8c369b0cf0772e7a4f57022d5e3e569302dde57a37967dc7a360a302287b +size 52959 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8fa295f4dbf05f5728387f01c78be2b23a2ab2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39aff345943a8f3df68801b2c05880379f871443493195afc750f1e1b2b1fe76 +size 112541 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de54f6d880f593e280573598d9b101749a571bfa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d82d697e895a2f0778be926de80239cee6dc1018eb3d8b4d30a4cbdb36c4668 +size 101545 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de6e27877b6ad2762d75fa291314b3fda2688737 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eedacaf8951442ca8ebf7977a6e40a4da40b42e22f1da4e699fc1055403080 +size 102049 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9231fcc25b9e45e1f0c49d432f51314ea12445e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27462ddea4384178d69c270938f0f85806140e8bf484912f830257d84e6d645e +size 60394 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..581a0a52154559d6b41088dbba4d8f94afa1d4e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfd5390f6f0e82b11bf18ba06b10c00c3172d560bcba146616a9a8e8ac71889 +size 84008 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3454a66ec797c54cb4e2172379c9150a57937ea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8f4734c1d83155075d2526f14f32cb3c334651b3d547bb7dab573885e75e14 +size 41795 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dc29e9b4d52ec31c5514e9441db477cedfb35cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9fdf8f759bfdef1141472501c1bef885f9538b0c3fe17aca0ac66b654a5e46 +size 116992 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c83c642775a4db945ab57df52a30c9e836fef2f9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f714df0a4512a01954c7b4ec891300d787ba109a38199f93c6ee3b5b73e1c195 +size 43210 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..249246759ff2c816827d2b95f594a03bfbd6c8bb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820edc534380ee01655e7f43c745e10db61bdd73c8e54da6d9ef137f0c82b8b9 +size 64690 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe8360b3a2c08dd87e67c27fe1160568619991d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb998f885730e8917d4fa69b5a63820f2d1f2965ea260346e2e2f31e9950ddd +size 36016 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e60376a243fa906efb208fb299681784cc5e116f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a614087fdf80871fcc1ac2b9213440aca0cddc0a151428240d6c82b7fb589fd +size 103232 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00576dbac6871fe80760ff1ff015e5322a397b33 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe0096aabb0ea867e5b6525900e22dd301091331be34fc759b16f9466727ef5 +size 53612 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36635ee8403c3dd7c7a87fbd76607b3bdf22eed3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f8a5b7b130540f27fd21a06cefacebb7220dae3a16885df336c1eb52766a26 +size 37846 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c92711f7e6c50e1d0ba8c3a9194311a3690d22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cd277b3bf956b7e0be95419bc25db6ee5ec7ce3cf8271b281386865dfd7206 +size 62745 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7718fca102dafb76aa025523465358a9e6ca7516 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d899acb5d2bf45e09e865dbf30ad3c84b13e10cd4fcb022447074d24b2ab09 +size 41707 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20e19c55778f6f08265614a34eb943ba1457bfd9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a504ce5ec0245d9dd565a7f7a3fada7e26e5aa9b7c666fff3a7e5335ddfd31 +size 78731 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593065128678846c3c7efa706ef9e874094f2a62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0a808b3dab3ddb37eb82d726e5a26f723d20d251340c0d896834fc49eb3bda +size 99498 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bef3075518044a1ec61cc033edfe9eea2fdab2f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e1872f9b76b03180858e46673eab2d21bd5c63d6038d1dcc18c40cd6efd2f1 +size 40967 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c52ab5bf044b9e0a4d31fe032153bf8d67b1557 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6598543daa790ad3d7f70267e624bb26a74a309682dcc82239bf91d5bb597643 +size 59342 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..977a1b13d5f9c82de6f5c3507b9a7172a7975b4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c49c06b98d4d25fc49459bce507e799adee504d39b3311779ec48219c0910b +size 69932 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e66e2a100b77e7592f2b1e22dc29d5a68691bdbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d331ad2b9209cc4c5128d705df902b82b9b583f0c9653f09ad83996369f28b7 +size 46829 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..051ae979d8336ad42bcaa3fc33d131e048174254 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5cce65199cd4276f4837e8b77c882050b4b871be00ddd74502978bb99ccffd +size 40616 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60e4bf63ab6f7b4ac0cb87eed15d0d3c30e57bec --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cffc330519d517e40b4204fada04055c350e84a5a3726b6846455cb8a126ad +size 54105 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58c615ea5f22ffcad381c0d4bddd7533cbba6d61 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f4ebe5b9121eddaa297903b30e66a8fe4cfd588b4e4ed6a6a3d8e907c52c81 +size 65591 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d68f2cb384705ce4ff8692e316d5eee5296be463 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b6078af89308b2bc46e56ab355f16bf643e6d019db447357873a82c0d6fc93 +size 56846 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85f9ca54f0bb02575a537be8ad9ccf69a331da7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fe516afa0b608df407e7cb795fc10f882f1da8dfbd64cc2345e6da18d7c8e0 +size 83241 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43e6e2f7c29542f60d52d4f463f857b199d9bebc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161088247efa9cfb66a715c116a1763c130382aa396aeb61d734022da207ca60 +size 97143 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c77a28adc0439d2181b26742f6284d313f17ca4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e4fe2ea7e6feed1828ac2ee344bceaece3b31b5ad415502f6ea05a7522f864 +size 59231 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b4e2ce3f2015d6967d2e28abc838839e1a04c0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac99a6857587ccdeda7fa9f7d766667864d8a3138182c6fcb438c1a4e4cbde30 +size 43148 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ae192b26af9e34fdcd0abec21efdd7c94a04a4e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac7f3f2daa1b05b848fe820d0c43e462f06446b42067ccc013e11751c687be9 +size 51853 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3793feaed5b9d5ec588bcfe017b3215514c5e104 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7117467f6a7578274526b476663e264f3d445a32fbb868fc544a8fed4373d87 +size 65525 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..634c18562ab745bd3d394d42774b49971e8cc0d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c14de7e21a3932ff686e87275ce4a984b020f19c2b6187b0ebfcaf49fcfb244 +size 96057 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..930f9de86450e9680433def30dd2a44a863363de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfb4cab7c3aefabe0da4ebc47815aa955ecf5304f11275776b1d576eefa15af +size 30099 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e72820690fbe594d4e166877c3918ebd5bf7015e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bb0dae3e1ea2081d8bd56cec372aa7318e55f72bebebc73e75e6d50233ab79 +size 35061 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8a8874205e16ab2fb6d2ccb8f02bcc33796d3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cfbaa86dfda224ffc8d46b558e5a79c8873ca6453b732e59d5dc3975e32bb1 +size 82998 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0833570eaeee2f0055e89b192235d1ae5244b1f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf5101764e486f5b8c8664fc869c65d2afa0bf2ae8c45346564f6ac9d060981 +size 51880 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e38782764974623e7db5550d2f2fc671ceb99f38 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9a608a4593d380612e6ffd840383e4f30907abd76540f7d8bf8478c79e74f3 +size 70823 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f413e7d5101588f1dc7df1d1e8a4e0015018749c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3ec8a045a22c42d71ad36966723b60d414926a9197506bfcad52df2a055f00 +size 74040 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f596edb23fcea0b0ab994ee2532a5a16aabe16a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebe01829949795254d18842fdc8c34d5fce26097fe3def72615f088aa27d718 +size 63752 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1102302ffae6f921446dc4681c31134ca739ea4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755e7ee8a6ac934fc565fd3e434b6562ffefe46968ff269331f9bf57b09c19dd +size 51966 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08e03f96dc819ab2f06b48865fbee345261672c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b14fedfdb0bf0e3733eaf96eaf6ab415d4759096ea22692c00b8f63672d300 +size 40962 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dd54ff858a686e2938ca4d2237b62fcd5094ae6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b3247e4270ea50d3139f5fd52d64fb6fc153869560d8a80308a96c3e127694 +size 41618 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efa53aca5cb6c8f25e97a5b7d567b9b4d6cbfac9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e6799f3ff1c1f790c5e6b00f6007c6354479d1e5dc6ed784f4761ac1ee207d +size 63787 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78eed302ebab31d69b1eb21c519136a16604c91d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99400bd1cb368cebfae210ecf913be7c80a0da1a6bfd54f5281a9e0d3742f671 +size 64106 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9799a50d624d004194c4a1d87b6c75249b57b75 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba7314c3cdb0c9c6985ba2564222d57f56a33cfdb7fa8837d36f0e6a1e64843 +size 63493 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198d9c15ffd2f474efce73acce08ee2722acec57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4782cad9629e9e826985691c7b56655fc4b3d2fcb756673a0dc2b1173c3398 +size 34441 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19c75414fe07c115515cb82935161b1a1f178a03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6626b91982fcf8dcb2b99acc4d6db0d6df03dcd0d2b649258cded7d3eb25a65e +size 52200 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98b7bcc828c024b8fde2315938a180ad3b30db6e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61e4394ffd23a13ca9282e09108af151713c09398199d8753b82f2d5ccf2597 +size 62364 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b907ad6b46aaee90f89c96519a5396b640f921a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9307e77a3a9486f0ccef525fa6b964a454278540c37196bc9a50fbfbff0fa211 +size 61150 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ea69cbdeb690e15e8b733fe99dd6cece471f24b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88784fa8bad8407f42974ef3f133c6f97fb1e42d71cb089d62b761036eee864 +size 57965 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba5621e9d7a69f10cc0a2cea7433ecf503d61117 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6fe43cd2f1bb2e815f57c7bea39b1b0227e05feffd16865e885f6e64f738a4 +size 46909 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f77a7860d6f5287aaf6e52acea6b9ab84e8d6b78 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493fa1af455d0a52e9a32911b130ba65de8ceb4205fbe7a9eb728539929104fe +size 51304 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af7a5c1f01590b53c0a6ff014ea85013c69be0a4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14f4c6d1394b895459bc67b6261e63c0b643fbff6668410ae26c9aba5cc514b +size 101377 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b265bf8d4dad871300e1496aba40c9a456e3a12 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86a41b3cd079a0b721790a1cc7fe82161958cae4d2a23b4bc768968aec0bdf3 +size 51112 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8a36fffd4dbf31a8ca055280a6de2713686e8ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc820094f7d2d4e0160841ddbafd709b7ce5381bf12f6c8edc30b724a02641f +size 89013 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfc2d22cd0fb84be369d8f03d14ee615198d08e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec981139c3d6ce828cac0e43c1d32b487743d38de164b4ad4dba773ca4a0dc7d +size 76114 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..205bcd912d8a758088fb5129226ad8c89acf0168 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e88b9ec67bbd1bc394f5ecc1e6a3eaf0e694cd01e0e2393558d86b3d86fe9b +size 44508 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c133ac4d371bb726309e01dce7d54d900f6594c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860f8a98480e6849d74eda8d1ba7e895de3ba6ad0c1bfd29f57c8e8994153285 +size 92169 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4db06602ba3dfd6ba8eda4725eff75413464617b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d027bcd1c35be3ca9d6e7dfd39153bb01370badcc586a7a5d7ba693d6f19dca +size 101283 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abbd0325fd655f27be9771fc1b19cba2669e9a8a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e054318af40bb591ea3d8bf2bed68feb4f24bbf19a3c9b8bc100d33c45569cdd +size 45726 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d26bd4a95f2087c0be07cd08425313467864b57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443484a971bab6f29275f7d9a980dc98a7d11964c60cf559140758f2b4af4a06 +size 42679 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab0df750d2bc093d81a9d817abda0ede36d468c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b6a147d9283232df99f79ff73e8302b48216cfc336423458e54029648d68fe +size 137352 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e94cf1448e4218a45406a7eecd06b7ccab187c1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bc31439a051f1f8dd1925aac84629fa8d082be6094829fd479b8e11fc00653 +size 47815 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58df9339613c8d72314c1e9f63b5d6c0932429ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8542b043970806866c1c24c58abba34356a95b68684d5f67b21d25152ae5295c +size 33901 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..932d9c79de8d124662be1e5448e11958037d8e86 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92099afe368118a3955c6894b05f2a40a182c732c3044910030f901109fbd69 +size 80338 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e78adee920b52b9f4e4b12ff855eadc3ade649ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad8f32e9a14ec250de5d018d9dce7c95883ed8fc6208ae1ecc649c5a9f68a57 +size 62888 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47b8f1199a6f5e1b3fd0cac30588d97bec1c3158 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b85dd0912cb3ff8eda50ee59473c1198aeeadedbea51a7a18c0b724f92e9e3b +size 120616 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2df4f46339886aef95fad0c758b414b856d591d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0e6c1a91b735e371a01dc58172006d157975d5056c08309186a556fa4c40a5 +size 61659 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd14643af73bb4b046228f78c938aa16e3a55bf6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309475343a91b186766eaf945b5a0a470ba689698cfa08e2bd6a1d156a957bce +size 64696 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad72db9ac215e39acc618ff2c7f8dcf06dc9fe42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942d5820a9049c8cc386c16e6410459a6b7e1db2758a80d30169b851d3479a8c +size 88907 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..633828c3e2d271c4f263d122413d653695c34006 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0f5117477e3ddbb776c72e17f2151156a49341a5ede44e07f0769d31d17f2e +size 42787 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7e2ceee8e1bef0bf8eede0d950b1fc72bc531ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c044b1c29873e9bc2dc98962d63854f15eeb2ed23d73becd7f245dd23f39fa +size 35083 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..707ae09b9461f8612569ba3d8be3214c53d99e5e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5affb5f73291f9045e19d05bab4a2e473debe4f71bdd39913c796f1bd63c85 +size 38768 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb4a30b611976bf102acffc4dbdf296d75d77eee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceee3eb0b8d70af40269ae15ea41e863dd58f5ee64789b1d1bd91abfefc98e93 +size 80458 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a53e48de6ce21485d096e5ebb6443f08da14538 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815c4465ab537935a8dcff6ce0b687b7a71d106dffdb6b6f90ee3ed00d881b99 +size 57403 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e08cc6c553c08d21caa5aa47d98f318962a84661 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabe073ffdae2af6fc490ec50f35ff95d8d37bed346fd2d22eee3de46f25bb59 +size 69224 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9635ffa1b94dc63e7a99305603d8f77e55d3d964 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9912eac1ad59c3f4537da1ce16eeea2a54b2ed513cea74a92105f7df828a90 +size 56986 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0368c48223c976de3896aabaf19cfc3a3fc1be2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070384050db3a06e7de6f88571831f58e740d4a75edd0cbe0920212533cad177 +size 39465 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03799085448ea2480cca3de38ae788d941b8c6a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc12a1d803abe2703906a2b2b68e99f9fe8dcfa3e812b0c803b416f897e7aaed +size 60115 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13fbe826a82043a83c24bc78a9a5ea5c8a11f70b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9f700521d2ebeaef3ebcb5fed632e14035a5d720e38c5d7b63a95a1908e37e +size 55090 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..581e040efbcfcdd5f13e46be8bc40353810531af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e8ef8d59b203b2589a72c49898d33cdae38f8436bb360e143a1e586d32916d +size 39183 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ed4afe7eaffe98b6e6dc1c3d82d19cb5496983d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3144aff5678d50ccbc9cf6091635e3d8c0a1df6b5547e86a806d3c4a5eae958 +size 34247 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..828d5a52c8077c90d3ed7ba1ff1d12fada57a4fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e9edc5f9211ba21609152018e2c2be14d42bd2053c7fa88e3becbf95dde6d7 +size 37660 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14d2a78aaebc3105252bb2fdd37342a4b419b05a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0db4a739b86a8827d84d33a6fefa0d01581c26dbe210416aeba0c677b3f4978 +size 89754 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b03b6a156608d29d3c189a60e7dc38d5d2eec11f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8b619868bc0fd97e8afd1e01cf6a707e7738cfd06c42f0bd87fc7a6e253a2f +size 81155 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3aadc986575dadaaa57aaa37639c5fb3cb40d65 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edbe275bd0d5bdf4ef95f85b09c755e55093743e9c6e5b4175408dc4f3f28c5 +size 66490 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc6eb85b159614b55762d3f3689107cb2feac12d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daddaadf5dc5d1aa7114be61eeda120a7b76c3678d2b34e45b5be87332d05406 +size 67138 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f0ad2cad9c2ba87b8e955428e7d83ac442060d6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d41c30f96fd9073651508a4511b2866565772b6414a0703dfb74ffff622529e +size 47782 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..920e9e8ffd3b3c2f4bc323388915adb123b082e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefa83a46e1957c3a0088f24fe0bb2f91accc3452144c1961360217ba00af852 +size 39588 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4e53dce07fb5bd046d02cfaf9069d5b98d980dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d943cf51b7621c2a627542894ecb8df3c96992e2ca9f67dd2b30266b553e43 +size 78459 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fb4399b6707e7d572d254d9226443df671de437 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0409b10967e5f324a42a2ff25f0788648f8e16aa91f8a91b57538f128f0c8db +size 56770 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af3af0571cbf996e079260234411659208885247 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfac60040e7cdedfd84a271d7125f0f32c7fa255d6b78480fb6f8a6a20e33f8b +size 58695 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7407c420733a211318efd8ae865921777b934292 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486363da21806471e4ddc497f27f344fde8ac4bcdfc0f23299f202f0b6007166 +size 40146 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89ca6c41424dc1c950e6e5956f4635be818bef4f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7782a2b9dd93f94687257aa8f18c6ec59382fbe07c1dacde61a1625208301cc9 +size 46884 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cf8a9883d5ebae145bac4eb4d909ed1681bc17c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc1e8638d3908471db14a417ebe91f02419a39a820146f8a521bc3c8d2efa0d +size 56889 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ed694a4d48b9831893ef3a365b02839dbba61fc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17105a3819f1d58723e4bda9b95bcc5efa443ae23254e07b825b1b431403e71 +size 35977 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b344858d906b086ded5df8fca212547d589ddb43 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e277ce9ae062af0fece9c02eae61a5d2706cd2cd488d6668555956f2114b2e +size 66522 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..352f347c2d6d157ec324f09ff9bd7b6f0edcf535 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cec3187908c6e8ba0c8f45d32138fe2b8239c47adcff9f90b21ac40a161ea9 +size 101024 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa5d5b166ae94618eca7dcc48270ce65f081ea41 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e36fea0a7fb5471f3bd88d3e2712bfdaa2f909f1b74aaec479c5b8ba3becfb +size 106803 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df1e8166e7300961633e77bcad25208b1832ceae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef0edf6c3a30d0e8b93f079b03e3b181cc9306fb65d2d5b7c8c956c8c8381fc +size 58343 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d786d9d4b20ed4120ddadaa6c3291e197a8f750 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4b29d7318ab3df06a6729102bf16acf86b7fbef271209c962091db5d075b37 +size 70285 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1266f44ceb22537f3df0a3e947f7ac8df1904435 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b4bceff99fe8df75b0c03643bee0ebc459b63782ffbdac2035165775e16e67 +size 46368 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de9d780d090295bda552cc3a4ee720225ec5aaaa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f33336a0133dafc29eddedb08dbf482bb3d0c6462275614696174bc35c34c91 +size 101601 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f558245ae6262ed339b4d0e4fd8f5699d47db100 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5883c4661dc53ff671cf4ef4dc9852808b868c1a9c5b0e666549395530dfd2b1 +size 46446 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edc7bf6914faa6367b2e6221b6e143a7fee44b3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb5cb6b2b3a4001555918e710cfe52be6f1c8ec1c30e625fea13f8bb442ebac +size 52357 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e719af9e5a1b73b7b3d8ee93538a1ac3df48bd81 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f753db7d5ee649581a4ffd3f02251f144ead93d749292421b79beed5499ac4 +size 87440 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1909fb9240248d2ea3c4c651bee1563e4ecaf4bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df849c947bfb2c13c5ac940ce74ae5500c2edafe117b16ce8679fc076d38b963 +size 38725 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed5d2a8dd76780eb85d20e6ce85dff1b662a4990 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbf9d57129b04c5c1b7f5af8a2e17cab8fce785c175d52f882e1f7ae97ac7a5 +size 56595 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa14cf562062d218f4758931ffa5d8d2ff53e25d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f8c6bfc3b375e16acadeb7a1acfc3e8826468638e8feb00a24e9f87bd570b9 +size 39859 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..110e494333ada77a819aab6637897fd28a4f2791 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d423c93524632a39a6bf55ed98f234b05bba3d85c2605ae832b7615d8bde13e +size 155430 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a41f5abb3e9eb1a9701735028b353cfb0ca8755 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cb2ec2b522ce2679443ad2c8446a18894805e8c055061699c614dacaa4eb44 +size 80812 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd551350ffdbbe3c0b2a0d1c9f00575336c1b1e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60da34a2a75368c2cffc2df148510071a54b0a813735cc2fea4f67fb3f9f4465 +size 42863 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0fb6c6761956ca461ba4c13f40346626fc46262 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da575abc3b8e8c99ff09772e02661e095a47d2dd793e849cd231277be1e0c6a8 +size 48248 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82a54dfb68e6608341c0699d4232e2b769c02894 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baddf8a1f458a9a3d03596aff76f4a2a457e3f1c24d8b4308f25044babb0cf34 +size 68547 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..067c609276e1a8234c09b8c83b79b729726d4807 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc3a3166d170df8588475b28ce98fba941fcb516a153a522fda611ad130bd0 +size 63322 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fff65631d1f4ca038ed4caff644fc2368662687 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812274674f71bdcdb76cb2201973361f4e3a85450efe9313ada1232cc85cb6d7 +size 47466 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8046482f4b917bc92fe1f4b462328506d546b2c7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440814047d36c4fbb33ed7b96ce10e9c0ca03036bf559da4eeffe17a74508e73 +size 37075 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce433ddd16f2fd6879ae28bf883e4739e353e6b9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0052689ecfba7d4c7c7cddcbe0a065f6a02fb8f83cebbc055a87b62675b1ffc7 +size 315647 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..194f48e2f167bcac6119c812de1f6f8c9d7c822d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfad6ac29ea38781a9d3fb4a563abfb3e9c9dc78ef8a2b819a196a942c66e147 +size 160092 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8470dffb914b7dc96275588e8e34060fc7d1209 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7acc58573a891f6e4b7617fef1ca6ad9b563fac225dd2b0c81d2e6a19149a4 +size 248471 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560ea1a8e630c80459ea9a6f4fc03e4b68cdda60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f043214b03a54b70fcaccb02d490eee1d5763ad07f011cb1e9a154a52d5878a +size 239263 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..211793bf7a8a15510ec01d51d520dc8284842bdc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40627d4d47334ea2c2441c66a6c8ebf294838f7b41dbe23c5485fffad2847686 +size 167916 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b5e913b6da3b0ec2eb46aa783ca50ee6983e086 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed4a15d451094f14746cff09dc4e6b3313126b8157b5cb741160a4e00e1c5b1 +size 616596 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ff2f1bad9a18709907f2c9a11ad60c2eb31fb2b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b944be93b2461e3c86572ed796f0a7e5cd26fc5879c014821352a5182fe918 +size 1178377 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c03cf779aa40c966cabf6a3ef62707acabd50ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad50a8ce786f20148277e5240719c8f2f73a319de35a51e8d7606874e39a964 +size 440124 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..160f1716410e31a3194a85dc41e86535cb20724b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218ef4cd686c5b95faabcabf04ed1f48e2a061b1560debf2111d355ed2865345 +size 224528 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1944bb9a1f0c47ffa647385bcede5c06778cf547 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ed50544ba4a0b8aefb8af665ab57b8f72bcb5109c2b067e6d29af171a14175 +size 649839 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8b0ceb8da640add1fe56e93e05b6193427c7dba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028388fd61ce2cdfe0ebefae5536d4f460e873d8d026b1d498cd52038a5c170d +size 308920 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d03cfd91651f3a4fbdad0edcccd3881328bfec7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccf82f5146027eb920e3b3d0e902df37d264babcea0577d790fdfd1074570d2 +size 466201 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..188e22ad5d26f92c7e5aba53fc7ca7cf0eef1152 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62930f74a81a6cfd862b3b802fdaac089b5e058d552be6279e43a9e0e965d4ce +size 297937 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0310169fe1bafb7c64066cb4b86ccb8ca50f08e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a126680673bacfb122f440d3ef9742fe32f2cac268a4f30bf4c31777d214c780 +size 331633 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3e6d7265d4347e852d9291fc0cdbe931fbea1cc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9dfcd3f7e1a8e768a34a44f37bcea57bfb271fa4070badef13da3db3145317 +size 365559 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a69e96368e8d392dc593b3bb70e0d59387bab4f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6250383a1efe277f3d815d56d95451518f3b3f7d1951ac3ecd59bfa315bab0 +size 288244 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a788e45ed6dd7905136a60e9d5dc322fa7ed07f6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5eaf363eb1117c4f415646d7a75f36e32b306636b62c98575a2a73e4ca5514 +size 543270 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e91435aa8f7da843d38deb2978608151c50c26ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b594a3e90cadf1a37d911c3946e5e47fcc18c0b58df6713e5d6e4a9a4912e8 +size 559920 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ddffa31a35b5f4073611a8d941227eca7e45baf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999dedbb01d24dde03040a81dd76cc96269e5c0be85144d395a6a16d12c5436 +size 288883 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..697f658117b8698ab5dec932c3d44d014db762da --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48aa880966ba9881b761c4820c8ad12a86f13d1aaaa264cb5985bccbd7d75b1f +size 211911 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f03af727e18d8f124689220d43ce1f0f14c8c277 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa9287e4e16dd2c7f7bb71bd8f1204f61ef2b490409d5bbf7cd05995018cc7 +size 326714 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b53f92da046c8a0ef5fca585e63532a223cc7665 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3b3f78589a2a82dff8ec18e82bae698810c1ccbc86746a759de2168f75e2e3 +size 212351 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b68ac167f8d5e094eac1180c151e4f37c48e8396 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6f9ca79694d136af88053db772c464956008684df68396fa48c78913f8e065 +size 454041 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..180374f423430aa5c5bafb61b94bb98090797630 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072a7a8316a450bf2278cdc77f92ca6bafa2300f77b165d62bffd62cba8d5001 +size 246063 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fea2b95a873fabbe61b5a3fea6e9432784b4172f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851c63a78fda6ae4dd3c2e9441db788bc33f483a573e6cb2ad87494febf7daef +size 378867 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe9d250e8c0748f82f502c873dbf88397372aab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9a8626d3e45cd12bb1c8f4fb3d51b88a367d38b92d92e63b81197c41cf053e +size 447476 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd56a745c714bef25f3b4e56ff5a6e5428ba3f58 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9c2985d0ef01ff52aaf9385a569c336099af55dff94bc4bc16e89a3463f64e +size 360055 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45082c52a99179e3a5e483ec1ca42f9d32008306 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5d1db9182c578a4ef23739b25947dbc2455f27a7d2418fb41f96c40e15945f +size 254900 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c1ab91802876ad93bb90c973c4f24df7eefc27b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493dca3db05b66e1aae2554e0f31a69b9b112ffc0c44f195bd572a51094bdee3 +size 152707 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f8183e3d67bdfc30dff1fe0b30d4a8f5d3e1656 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686ce179512aa54c1416072382165a3eaf362c8fbee6a7af21b83e2d658cdc69 +size 242713 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2a4678ad0acd326b89244d6bd63c7d360e44724 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac03df2b5d455292ecad040ba0ef1648b1d31f1d6ce6292ea02df123e281641 +size 261215 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..561ef2e4a0072c8025b200c5c9b80aa4652f31b4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024d787c48f4a95128b8dd2ce57fd3d5a241062110ff2d261c160c4306922bfb +size 220490 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9605f3ce8c32f6897e57f1369b224f27575b3f3e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8158e205aaa630b4901d2a4a0082a319bc9ddcb7eb84a20b13518177b9f492 +size 339585 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4b290a65ce041ff884bbf1fec4cc24e8e3c9d7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c701ad9cf21d85a909e03f1b5c9197447d81fa7aeae168f5a60a64e1d7398af1 +size 284002 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..624a54795f550d48b2e7369980566b8bd282bc36 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ac47e3223ce7287ef7b517280619096cf9e8c18775432903e646d0e86f4f03 +size 226158 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..894661eacf28a4f5a7da4cc60b0f030b51a69812 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0828e093205941d7fdc54f842a632f3bdb4ae9925dddefa9647df414998e126 +size 397399 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a967701d10ea41293a2ae834550f4bf45497c186 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd7385ddad398d977afe32ea82d0d6b7bb2b488e09ddf592dd14ef0cd6c82ea +size 228431 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1702be46a76208d606d88dade54dc4cf40461c9b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef76b2e5c0e7c5b541b84a8fd626eeb2a4617cc6a5cc5c31933cf8026802dbba +size 292524 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83fbd932048c26e46f9109a24d79ce15fb1b877a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281a84cff345505f601560060e939772909bd31026fb3f7ba97b8bd496836186 +size 558157 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..910e9aca27ad7bdb1d11075504bb9382b694c8f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe6da2feb0a8fae7775ec451211a24780d1d4bd796db6bf4a9306f358e98a35 +size 524343 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d85130806ab6d2fecd41435cb986beb5ec6952c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc32b245fbd26373d1e26d9f501c48886109fd756a66997ac55624997079efd2 +size 275933 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdd8c89a6cb097264b475c42f7c17604e235bf29 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd59d9f4243263e4a3302301e9f1f7e4852c7b4bd715b4c684453c9c534c935 +size 466619 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..466f4f3033c3fea3e2feb792decf5662d971bf5d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ad190cbc679dad2fdb6670ce15d133408b72811726cb3baba3096d9b04326c +size 306220 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14f790e2ad29ad287d63e0fe37df1142fa54d1f8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6e06a091b5b63e33646bcb8aa2a63bf0434a6743ee40d2e6494155c5679a12 +size 359339 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad2296707b5e79d1798dbaddba78753dbb71c9f1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb04474f27dba1e7505056864960749ca8571e09e4feb506db991be91672ca7f +size 418796 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d71d3cda6f0015de2774b49f3be699a2e8490856 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c43be1cc201333b6a33de0ab5234233f70609dffcdb7cc6206a4474d0bc5776 +size 293247 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03f6e5913aa731863a3b1eef1226bfbb562e153c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70421bb853aef6661f347817c646cbf0508526b147662a2546d7351b271934bf +size 548784 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9db741fff3389e7970b2c9065c8760f9a6f2fed8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e4b040a52f2f748a67b3ce80c4546302e79c38b83b94df4f176f526463b2b7 +size 329885 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f43923fddae7ab946777051e1ea1fa511e12ddd3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3a21c0d85d48a15ca74be4ba9b93677d88ccf608c9287f72bfab7cb3a88b5b +size 355859 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e00aad6d027e4f7f13214f3927b1594be8ed0a97 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63e676a5d90bdf53a2246ab665a5d05b0097f8e32755755cff32b85df40a1e4 +size 219789 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceebfa6410b8122c571e01477655a14ce4f38b8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ba20efe9f88a6df52a4f86dae1e5b301bada75ddebb504f4d310bcd25f59cb +size 152747 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..021309116dc33883359e53a930e52ffb62730bd7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472a8680c37e1acd1d65d74b75b4a3bcdd0bf29ed9c35353e8bea171303687be +size 354730 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8be4e858ae1b7c4ba76883f93b66d4f93830ab0b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffb37284cdd8f0f935653e2437a5b66e5c8c21b6312c09cad352808827aac99 +size 640598 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03599774b5a2f53af3e52c72fa3ef7968bd8eafb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b41912cec8870f713a0f6f5a4c8274a8c9a5da8937ef2fa4a0d0329c356291 +size 196698 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e06cdbd39925ba5dce785a3cfbc075e2ccbd8bc8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a59787f1524344c13e164e7e5bf53427318b5cbee3fcb974854d1081871350 +size 355965 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60c4b0da9ceec00da159532a833f9fdde9423a57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3042e12283d465634acab611aac1ed48aeb40e3b3c7151e221eef847af03c674 +size 290580 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c7dc101b84d5f0713430ff605ae021b81ec9a50 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024a096368e5091de589e14441b4de97c577be96384cf2e3dab5a0b1e15f9e6c +size 180285 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa964d81db9a19aec1f48797bacd32aba95646c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b44519f281c21485b9b44a4bd309ddcce94f97b23ebc0abccfef6657cf81a8d +size 181078 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccf95cd1807983d0d97d68ab43ac2c12e678fade --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6079898e708e298828a0cae355d5e5404e2fc79c7793f5262b1906042fe59e +size 416536 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..184fbb1c75065f37fa9f9c1b1f301d32a3bc43e4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c125fd68b2a5f030c306216fcfa823dd0fb28ec8b4e87313391c1b3842ed8ab8 +size 1002044 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82fb1ade06e37178130b89a3e8646435914aac8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069b37b51c62d70898ee9742ccf920294060b5c0b4baccd7736e77736ab2071b +size 425805 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f167aff9d321d25ca2e5f784eb248abf9778bd8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2be0566e4a38f8553a66f815c33e41b401aec65dd536dfd040fb1a7db40c913 +size 329242 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a0f401e1e5097848d929651af0c0dd8dca490f7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69f6b5958f94d8ff344e7716e33671ce52d75305ab1d3f3a9a0c0cdd4fcad99 +size 462316 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c48014cc16f2b587368d426c5b8ad5a06f471bcd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b92eb52a6d61cbe2127088ad7e247935304819c25ce3c189cd85c0f8c3fa0e9 +size 259936 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e70127a489d11ec1e852ca27d0a18051ceb2415 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62af2d4c6578c91d033b68e575a8e96bc46c90b178ecb2a6bf052d4a47767e18 +size 250002 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9558cb88af17a528dce226afaa2be34c73ad465 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8ef4486d080fe7164dd24c4ea39534db6b03e206f19f42e56b6765c1369722 +size 703153 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c66d9db7c47189de188e2a8a3cf4a6743d71f5c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d7fefc704ffe0f32dcf7423ee8d7d7ce3ad20a59aba93f77602dc8230d3c4a +size 347254 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b2e0f07258b28e4b4c63f27f686de17d04306ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cad804f58b879fb3823e19e97c5d8c5accb11e5f9922af8cac5319784c171c +size 403059 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8995371b25aca5c42b344586404a6e249dc8e9f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e000a25cd98d1f2c711b0d631c639e3621da42eb5b2f008c1eed41150bc68e87 +size 259065 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c16c497935ff4cb8dbf264ac0d45a6d5468bfc2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c273ece30e01a6db3bcaa1db32bf72df3c57be48d8623840e8ef938c6841a25 +size 167671 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d096f0b39205b647f79c0a16cd309011407df4c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae9cf5aef20b397d0b82cd4b3135f6711484fc628a160999cc491525c4e7481 +size 307117 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eab7e0c7da0e8d0ef2125bb3c487a2ea4ebec17 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d279921654a3138714289f847b5c4d5bddb8cc07806b9480ba2a7aae26880834 +size 277380 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c55825487215743b86cff0a0be5e3aeb6fe54b5b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2235b561ad09bbce85d33a66a34b9f337eda3be5f6676c884908e8130467f7e +size 233559 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d07bf3f118f2d0b956ccc20ab88da8c76f77746 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cc3c4258f052a3a740ce24142298e656049546a6aa568a780a33669a4feb55 +size 376914 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5e98039e93e71982e1a0b05ca6d55ecf63ce48 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a241dd8b5e8efd966c170723f482acb0d938e481018b488408bd6678396d5a +size 248559 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0e7f534f37b4f4c6a7c4d5102785fbfaf97ef47 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09579a2a934881589d8fbbebd895c1d5795fcd211f292a7b752b35137df783cf +size 184229 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb2aad750ce130f836494af9faf5faa18c1c855 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14faf30842425e521bb20c46ad47dfb903f4d68d9fc739072dd9a82a8d737909 +size 188951 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c3ff25edaeff9b581e25e211d0cb19571dca999 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3084d3c4d2ebf57bc1a176340e0c9f7ec464cb1bf81e24d75a2a010509dbbbf +size 368343 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d072f7c684d52160b02fcf5d48ca794596da76c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f780bc1d2caee53e4f7b9ef6123d7159c540b2c62adcef52981154054fe0ba +size 250461 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9255abd407fcc40aa0c48a659498a340b2b53ad1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073af64e01fc3efa1415f115a78f3624dc203abae5a85dee5ca7065c5d39b184 +size 174195 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..807f1c74da88cf430e8818b4b03a0198917dca73 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8d7fcce41d449ae318f087dede09b248a5df96369f3f32521e9d73d0841d0a +size 247254 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2571fd3873a9b5c072e47088e981e0a412d48b8e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be28ae1188e8ef36b6b97278ce9281d755a115e2bfe2267bbc674e184781ed62 +size 444137 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..171251a4df21b8a9663ab284bd72fd5242fbdf0e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff49bf43fba1178b31d2f723186e261f2805a3269949b5a3ff6ebec75b9c5e3 +size 428896 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8113b35e538d184abe432be72755afc907fbd58d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d480386c95dfd828df8bbb8b18dd2d3ac2e591902af5b88f5182dba463fda9 +size 470701 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84898f5287e9dc717df32ee36e1bf1f8a1463abd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55321ff91dfe15b8444b2e95259d9fb3ee82037719f94c04b2fc1824331c234a +size 224000 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65e1473597461828e441276b68181a3485f0a519 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e987d5d9db130433e502dba4f1e786f0933bbdb49fc033eb17215a649455d911 +size 293033 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..820d54c823a263fee92e5fc957c34b43977738ed --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f420d6b86970abf4c88a064c04376f5c0748f23c944954749d601b0547c18b +size 287521 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afb2996ef1ccda80603a3f48bc4289c9b1027a59 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8060af2fcc2cca37fa769e3d510106132caa09effa7cca87e6b8b4c212df1a59 +size 393948 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0fe4c6419769f04da088015bbf24e97f12205d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e70f012cd60264a8690033bbf44e3906aa98ffcac18e557ef19ca37bc80c88 +size 351696 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb976acd49888ae3b9971cb08296d6df7939a505 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6b278e24354261ffbc13a44dbf0a1a30b6391ccb482991b108f966eb4ca62b +size 214588 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70a3eea798cd7aef3123b50de630126f5ddf3b0a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb35074d44357f253a02db34df61d35f51d41d670ec67836e741be568ad7b9a +size 487150 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8247e258c1b78d37551952789a524432b27be2df --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4075c528e81c6be3720138ccd51e9549f68066f48b354b858e1438921312a39e +size 384918 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b92e10ad723d7f31965506080be65e94d1d0897 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1cdf34c7112dcaf649a1ee05d2ce87ef427ff5c4fe48f72d00be77342b8854 +size 270190 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44e82b810166d2dfbaa0a6fefabe4ec9767fb4b8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782aeecddc7ec7b6e0a5fac0571650a9d232147fb968553a3b2a3f1cba1dd0a6 +size 292023 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d0887c26fe0ab8d730349777dfa56e3cc3a3f20 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0cab118d176daf9331161b066dd4952e27a5d9fdac880c0ad616ed5379aa6e +size 211854 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b36d654847869e8f10343af72956b61c564745d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fbe554cad261d8b0bc2af750475f32a20c16d1d4f7730b9a917f5ea11226e8 +size 245266 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d95ed40e92710ca4391a23b627533e65189b4c40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c543d041f11e638c92c93839d6e5f2f2e85389218877df1a5ec0d50d1e479e +size 417218 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7515e41653ba57df1474c5745a9bc008d2b336c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920f291debd817519cad09911ed7d4fd9fea3fc5c7d02e98054ca0c7a3268196 +size 1022769 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e64b000f76f6852264b4308bdd679f94fdbc871 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041f307242603391dcb3fc4cc1e361f36aa6a3353d64115f55973b60748f739f +size 401439 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17fd538a153916f3ae14225d055eae3fefc677ee --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72f1ce3a99c3ed751b2a869e94b893656204c7728b8c7ff486cb91573a003d3 +size 519452 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f26ed625c1cf70e060cb5599c49a37d43ea9a023 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268d3a2802038bf8faada0d03b32a9a81e04443a402183c781e61ff079591afd +size 356467 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bba050c1384c964637103c1682c51dea8ba9703 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d3a8f4ba5881564436fa901904611f7247cb2c8c425ccbf1b2f87a39042395 +size 219704 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7fb1a1fe966bf5804271e22b49e0291a295f3d1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e635f64400f27634089aab2e5b9be5aef59ee503b274d2afe2abe58d3cf43753 +size 224027 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f1d15078bb2ab76893775ea6b864d9869d20eb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1dae4daa60ff7ef6fdeb0d1b36ac37cc2410d5109e8eefb347cf3af4bed446 +size 457687 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b05153d6427fb549310f0b773fbed6ed970c26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39e5789a065e19e6f3d339872256253bfab85e85abb7aa7873f09d84010388d +size 361584 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66e842925daf83013f69623e70dd627b1ba1a10a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975fb2d4a07df9ec06c68a23e488fd5f5ba0fa9d35a0f94702642d86e8b890c3 +size 204891 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09c1921f5a4fade1a2fe70bf9a07c71430da72aa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80641986cdc6b0231b8d6121c72266e90ca0d47d5a0a2af97c1e3c925b457904 +size 217151 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93022535b4705a8e6eac4f54e937c6ad66399e6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eca2bd52d451ca33ee6db91f0e7092384e6c58187f3094170f25d8a39cf5d1b +size 638613 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b017054c53ff37c95f8834debeee4133b48e3844 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e113134ffa176eb5c4088bc42fb393eea13f99cc80de1c159630dfa223598d +size 183832 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de807aefc5659fe9f8971947baa656208f09d63d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a30fd6bfb2cad75a89f08ff128d830e32cb8247677bf95e218997ac793d86fb +size 202285 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e3276520d45fc5a98e5cb54d742e0a537f9a783 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bc956b199df5b67d9b3614bffa170a8e517784ee2de8ad99d4abfe2737bc24 +size 288699 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc164ed8e59fd40aa655056156df8ef109f56c4d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9934d6468d64264a83dd544f736ae5785536b57308d3b5ad7c1be0313fc3dd5 +size 199048 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b81e650be1e88dbcbb03d37a859cb87c02197bea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d44b2c0d58ff72dc6bf51042f6c21ee34435a9c91b6dd52353d3d92da1377d +size 246018 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70813d24b193022d8eb5228862b1ff539a44f677 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff8c149b3079a1424698498f8859a47a5e2d6d07df7705092cedd1471f35b74 +size 354197 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48a7fcbe18718be7869a58024b7a06241325b91e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32bd4a8fedc7e39faedc78ebeeca7983ced2a2a50f5fd41a1c0e5a644e1adfc +size 409170 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60745e5865889be3819f299a9756da5e6ab19398 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b429d362f0a69600cf8fe6c195ff4457afa71ced4959d331443b163fd43e3c12 +size 328967 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a190a2fdcf2328261bd2c14e5fb4463b3a0ed1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf8a97303df5a97c37ba7350cd0e966991876ce7708a9df610734383f5ce640 +size 306401 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65be724cc3ce8c4b729c0c8261dc25165c1c664a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdedc50a813a1b15cb441f5d5a4c262d37a600c1f474efcbcdbb27f6d5d0de68 +size 403551 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ac149451b9337a6dee6ed321a5316f737e0dc00 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613005fe3e1243f701f9478c0996fc3dcecdb2b35fd827a454ad6516b3a6a91d +size 285377 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8c2bb23c803f906c0c6ed0b9d2d7e4db6f8df2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc37428a9f86c07784d83e72186953f89e9ab618a4c5b1d3da57a39e039dbd3f +size 208302 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47d12160e933ad2dff388de1858183b695f3e082 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f0a9ddd763922d0120e659869e873b0d5b409f7b85025238f7fd3fdc98fc43 +size 279971 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0f530f817911740e76acc0f42b882a6eae6f9d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b30b2da76463d27e31168747aa0087f1b5221d13f0b78fc92c30083b585f202 +size 213180 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7253c27b1f2777b236af49d124b2495336fefde5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c6af16afd988b30b3dee2f8bf839f05ae1a4eb8f95923686dcbaf1e5703350 +size 217462 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..761fadab41e2957ba486434da4299b916eceb34a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78214d0e845dacef34b108518da702f0d6ea192cbc721bc73da2b20f8c8fb7b5 +size 207007 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99f9b35dce8db2e166dc61c0e219d1cb4f7cb7d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f9e32c21e74ff78d9b036897596ad329f4296087f4f9546f62796c57824266 +size 252694 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20a3aaff0a9fcbc884735ab2de191a3af7fb8ead --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c02d4bcc9d6bc958f00e38754314afd4b152cea7d3a71cd10632a5e1bcb29b5 +size 286852 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ded4ce600dcf686b377fce786ae3e57392b5c22d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20626db9f17583185b6b8fcfae08a228c49aef7c7660b1c0a1ee8aa65548043c +size 350130 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e409d5ed24dee343557b1c12f104f7e4458d6e7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a3f7a236825e4345e647f40b8923c15881201ae93099be93e8fa7740ea5ae +size 301459 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..920bd1aadbef964674b8b5362648844789949d2e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c353be8f6a6596fac40b6d3f3c358bc3617d2d563ea1a33a2f0bc5e6da9b29e0 +size 171301 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53e70b4a88b9f60469cf4406ea162b7b7ab6ff1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881c81b4098875da80b9643e762663b88a69a1b70a5eda3fa96b8004c63d6904 +size 243673 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb3ed6ea92daf3b24f72e44822879249af3b8399 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180c2067fdf2f4d387239f163ef05b2849648ad2e84fefcbe04d17cabe4e832c +size 284456 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44b3287e836a706d54ce5eb379691a5fa60a5340 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0558e492365fb9e6f2d0eeaf0304393836953074dbc83ad2e2e530abefa873b9 +size 455893 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5021ea96dba972192c98dbccd2404253fc33c2d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bbd3d196605bc9cf0b50f1fa57a161027a4442b2be41e356589019fa005d45 +size 370204 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14934c553440d952094a00d6dfc26ef725246994 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56b8d259b02b96267e967c95e1ccecf6b072da46adf46406c3443e22f8f8c8c +size 300180 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..837c4b1787dd3ab37e6347799d65a853e851fbdc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8613f25ca4df708b1497e2621fd4f6e853d978a417b3a6516a20be89fa3a66a9 +size 253442 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab834c7e02b3a20556bbb2dd2b7e2c9a5b6ef2af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133074c815ddcec09821bfb49e64fe184d7890b1ec902832a649f465b0fddb55 +size 122772 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc0c1f36547cd35d6e3967b108ac62d2b65354f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a605969649d38babc2c667e31e95589ac6ef577dc65e3e82f7dd6865b1a2f3 +size 253267 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c0ae97bf062c327f1d2759e12183fec8205dbe1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cb8c6cad49c87ff2179aaa925bce1353f614fa67c44098481e759501e75f3b +size 345934 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22129fa8dbed9ba0087c6003cef1d62443add675 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7c7d57c427a0dc2a57cc97ce78fce22bd9f79797e291cbc45c22579dde9342 +size 768649 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..984b105130ce010ba45ee853ead8739b1a674c7e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e6fe233c179c59bb5ab1fa67ea7982d0d584d489c840264ad4d1f3a5f711b8 +size 509609 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c922deed161536a0b510967de6ce84a368d3b72b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719462c354e47ca94dbeb4f003370f8a3c8b469e1d517d9c1e94486c5861a35c +size 339586 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f2daf8fdac44e35f077b203ffdfc61d26457c15 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5642526c88e24af9ff8de452f0f7779c71792c6f5f73d40a33c91941cfe54ed6 +size 172358 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c862280869b9eb6ddd03b93db8975497ab5df016 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109aa2d34b92b4e73be40ff36050708317c8ae3015f762a74733704131b5ff58 +size 321559 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff9245f9e95b1cbdbe9bdd2e09c3f7859fee24e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d562524a90607de7de5465beca5d398c1e1191912f50302006aec8faff20e6e +size 161948 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a07743645c5ef01c02313446962dedca27cdb2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917b4895ecda662ea8fe506be42b306d320d090508882e1ed82cb653b144e0a7 +size 721027 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..754abf40fcae79a2b4d6604feeaefcd87370fad4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d516e31a0996752fc6225bdf7572ba2ed2103d2210db3ef4747bb65619f3c1 +size 183646 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6100f8a4db9f0c2591b64458ed776c5e2b51f480 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1618eed8194a4a68d8f3387868343baf0b2a61670a3f277b3a1b50658257cdf +size 278579 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea0f1bef2213dc8cde0797b2a34c0afe1e889e87 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6073fe930e745c90e129cb67f8199c39d7bd56d949c0fbfd9f8d95cc558ce9e3 +size 299886 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2246ba71b566b26a1b1e4008b29638783d67a838 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fdc96fe33ac6867c09786d3b3bcc5e60f563956ac17ec51377aa2ad8ab12cf +size 676002 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dbffbcb78b7f4b9b1f6df9f8242236cc1d0fdb1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dba03a4a67af1d8ffe6fe8612f2a57b7e81ad33ea06ae9c3771b574f8aa5933 +size 358169 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37d0559be6aab4d66c506041ee780e9d74f007c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9117e8b9a02bcb2f2a2716edb255ec055b22620656cca80860e2832e0aa111 +size 606820 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d75309f9dc7be45555f30e8deaad091efa6bae7a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2190fedf6259c4e60c666fe33c4c658b592208855017ec69e7bf3cd7e8c06b +size 266750 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b4d1517b961a03f0761b9dd5942e26c0e3e7987 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ff20e5faec9236354636d187a8f2cb1bd97a27815011a8d65036a975ea42c +size 264710 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b9f32aa886e5503fce68bc4978c743521ca83f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c238786a01628336633a4073c1a51bb8d5c17134dc948fe65a41113e37e91d0d +size 305046 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8571d235dbb01d110fc4234d5ec8cd8e2b94ea7f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0f23f11a932c3ab08176a71978378bf34f834ce465a51e9a4d07e1f14efb92 +size 245035 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..869f3c88c37990bc788dd1d6c88cf5b0b375d0b6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af55eb0abb1cd7be6e43f43f9f1c9375c4c14e43a7a444cf87f049dd480d091 +size 506199 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6ab1d162fb83194974e61bf82faa97a4521249 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0096539f42be168628bb17f28b6f30814e7cc9b06a27c07f0811fecd7db6219f +size 539534 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93c6bdba1275b1ebf971523449cc05c1a4d78530 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e30cc56431d9c35c53ac2415754789b777c6ad4e7cae4ffb7580fda0f1c63e +size 439843 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30e5938554d6463fe78215a0444224414f16c497 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5521ab40a30346b15a26d426ba36e5d6d1caf4ac3ca691e1fd81b142d8c53e12 +size 250326 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..500b6d1f9333d12c92ca135b9bd170f2603d239f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ed61b88774179a2c248ba2ca64f3fd0c112dc313bc984e445ee9786a911b32 +size 460815 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c86ce847e5a8486dbd973baed1c2e973599fe04 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bb0d166262e81084e5c0a1c0b50274a54ecd5ca50f20d5ec62de44ff63e2a9 +size 188577 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..968c906fb8871d404653f717186fcc4567bf1f80 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb137681b16b311630845330aa05788bf83b2d6652c0a883c192e566062030d +size 528892 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90b16567630708361e45a09209835925308e1ddc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d103ae58e3143175e149f38dd50fa109cd68ddb305cfbdc5953ae29ce9d2835 +size 280916 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60856f59007143c2aac74243db2dbc26a5d60274 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811f5475abd8b8f14c116e686aea14a70f004dbff45ee2a6fe5ff49bf0352b41 +size 323111 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560155d3cea391d06875e273d11f48647701af91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5284784894570f0f15abead8cf6bbb14e3fcfe61607ebafdb234ea7db0ae06b +size 178529 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..871bb58137ffe3d88ad720103163adb93910fc1c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6d1e2a869f91629ab7e84158a0fbc2dbb3e0c9d3d43302efccc032936566be +size 826794 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0901b10bbdcb36012cd080633e13f7ff03e4af68 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed463faff78e39e08c7ed5e870e3cfc39b5a4bad67e3f47497c31fa9873c7698 +size 231631 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5396728f9ba3fc7b90101075be32181e1087418 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6481c3cc50aa3c4db8b2a511170311d9055b4b269f11637eb2f03269d74f76 +size 169154 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68675c9ce7eb963f96adeeab15e87ed476dcd6c9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccd19b8151b76f7d39da06ab7be6e3bc854506d1f892303393fb2ea05a0f6d2 +size 298489 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a1248b9f1e34e8e79bee40cb97935905fd2ad5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1f9f0b8c89a43546a51aab6bdc2690672126355e65e85860b815500d309d17 +size 232774 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d03afc490c78906f0dc8680c7f5346a8bf0a8198 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ccdd55d19304d86a660cea1cfbdb68a4216e8018a093cfbe60cdc7255bc508 +size 517745 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14d99144cc2e99d358ae069eacdeeb56b76e3b28 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1349df4365ad0b3800209a09b9d0dc950416af5bd85558f7eda006bd97b1b3 +size 658576 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19f8be246b81ae65c506060c7a0b4ed8565ed364 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012d418f2c0869ce22cee0a2dd20d024adb9525dac2086c6d85a3d5871b615a6 +size 238360 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e14c685eb212999f6b4ec9f0ac4c9b1e6fd39c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a48adf7700566db1dd52611875981be2522c504c96d8bf7b5a7c997c45ce5cd +size 274478 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0de6406829221954c794c45875573c296b104c27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eea31118999fe4adadd7aee0641790c97fbb237f0ef2566cd05e24d1965ff65 +size 480570 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99b91a630380b01ac627f8c4bf7cd60fe910fee7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc2464ecd5fac991e5535208ed3c22013229b47ff811e02745ca6b3a3c1b39c +size 320585 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f27073202e3e8f4e3322fa7f9afc2a8719f1909 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888c194b47a0b4d6429efdd91fe47a8085e0690ac96bcdfac9608c2ad34486a2 +size 240409 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..490a571c2d57e0f8832c8dd9855547d3989442a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f858817211f0a119aeaabc9102a0305760799c0fb946dada58cfc64e7a2afad3 +size 339090 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bc919d68f67478975664a484c5ba2e986771c39 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b37ca6d1c60fbeb6105a56d53c049698a6ddf933f2236b9a09703eb7d2c10b +size 338876 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7af7d50109478b9faf6d6ef90a8dd1e9a758c034 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3159bea06a4e080b624e194e1869b3c39c4564dbbd040d3b04933452a5dd723 +size 370427 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2557432f5aaa71e802c7d69d1329964398cd949 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f5c2ef72d7e926841312eaeabe6e4db76aecbfb3a145b8718a0104854e8754 +size 532304 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5a44a4a48dde2201383e599d22d6c13af445c50 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adba93577aff6cb7e399bc8469e616f98ac19409577f78b38c78c05051faca1 +size 438335 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9e7c2bbb59aec07f33cb61ad228e934064ffedd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f7eeaa8158cdf7cc94266cf671dda1c7d7c856ba5257dda8d3543e06ccf3eb +size 299671 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bf5b4135cfbc79eb699a400468af503d92e194c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8acc0ff07ea56a4b6a17d72118431053118e909e6d16c688becb9312f9fb4558 +size 286495 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30aedb5588bf45447c2e2bbe241a7a25a9da5cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f26c1727f40f971f6324b0bcafcf2df3b74703ab1c669acd9e2b673b345902c +size 339846 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6f3a9bffc3bb1cd9fdc0144c47efed858970e86 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6a59458c1d4e6bfa5400eeb4540741206a94f80467d51ffb9cbc18c9ed4fb8 +size 358059 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deb866f93b6ac9605c3949e9aed0a8b295860934 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f3292141b035743930b316ecfeac45b41b59606534e6b036dd0ff05b38628a +size 485165 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de7632ae2b1e7736b9fb89d1270c0dc9e90cfb74 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b0e55f64b7234afcbb446fab950d8c04d432cffd45d3862c0f60fa4577e32a +size 148729 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1db26e8a5946df124f508bcb1e9c65b1d3a8a2a9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c960f91adf4f7104f06520792b3c0b8b754fe34372b3e4e93c5bcd7f3ef7be +size 198588 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbdcbe8c47d3a629feefa0c1eafe0911cc319787 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f5cdd57ffea79dcf153f1eed23bed01d89e6aea41880a9a5d7f435ed890312 +size 311025 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..562b89a34248fad8d84e15e25daae3855a8911fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be0a44dfb4257b508c2857bc797590d0c3de20c85da3a3022c1575b12e525dc +size 209371 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76e4193271694c1e54ae4fd3be175ee36d3c4683 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fe45f3c1cea0a4eee5be92400b09a2641594a29e049d0bd34509950ff82677 +size 403015 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dc74fb54dfde3359e5346ff541b10df824c3a03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ecf4f0f5bbd735d644ea89855632f7c1d80efba71d5bcba303cc903fdcf97f +size 350239 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3b8923545a4cba852c9f5ab35e8afd2e1ee032c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a787f1871ebf4953e42956725bb594b6121397fe61fc8b924a18dada103473fd +size 378295 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceec28201c0bc175e0490d5cc3b59930fbcc1005 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78053875612cdeeb79fc74e312203f7b04b459434bcc511cbf1c1437e24e3237 +size 252137 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b730acaabd3576ddf53d4d8b29b6ca13196a2c3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d11ca91f3b5d9f6ff73ca7cf6547053e63dd9494020c4ce14df6c03c29e08f +size 217696 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c0ecb3f055c0f3f5661286099b1f76aa077644 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4bb62fed8f65550eb1ba03cf6eee4562bab67c83f8940058690d0a9796c660 +size 241545 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e8c19f11d66dffbb581dd8508dcbb3a61a221ff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcb8f5816aad8a1f7221b445a5eb8be2d259391c759b955cd885493291be03b +size 285144 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbf992459c4d3b265ecaa2affa7837501ade52d3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad983fa3c569d81bf6a80c7bb65917ea6e6e377c827c6d494eece888e991003 +size 263076 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae64782fc9a9799e7a0408f067f0da66c25ebb84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b925240b0c38ec3473aadba5467c7630565b423a896c2a8df374fecb3eba73f +size 319821 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7f7633eae2c8750e04011000bea57c8dda27a88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23285ba350d87da1bcbc95fc7ccdda5f58969cbc8dd7b2435bc0b3221a83c3d7 +size 156316 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc97fbd6ce0c52f1ee6fc365d8ee2ced47bfb3e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178cf0a757e308b1acfd1a2338bee3731918663f216606faaea5f02228c7aa52 +size 229815 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d83775366f0dd1a4ccea4cc149cbd6b7412a2166 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613f4ca555e32e02d1044f80dd9887617aa6bf403d9d4642f70081a9d6969a53 +size 302573 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e22103c6717a03a8da89b11552c0eef47d9da000 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4620d77f97e4d457a4cc6c595ef0e764e184636701f7a445f6f91c55b74fdf +size 278791 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5907884890463d7d244873607955a86168d0ba3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a06f1ca628fbb4bed7fd238a6b3757195641e018e81b9ccc9c820c7c5ddfca3 +size 290768 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d30fe6e79f51ca2010361deebddfb9a4714a8ef4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02828d05a7d33c6e0327f70c0f927cc436e5a9a076a8427445f5a87650393b0d +size 215366 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59e65257df0b7d75ae4719ad1231267cf8729532 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a63013b4ede5ca0711ce9df9f2f6c1d3e727e66452d2266aeddc78c1d5f695d +size 230832 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..979848f5c731aa51c5bf53e4d192d5d28c3e709d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896970d6ecda9658f6f68cdd4402f3755c2b6df342c8e369740e3236f8bc93d4 +size 729326 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11430125f9161e0590198ea1f89af64f1c90d44d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136a2ff0efa597f195bb6056c14fd76efbe801bd339486f20fff700d934dedae +size 236841 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5745de64719eaf3397e67ba5586a905291c42e61 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815ff1d9b75a2d218b8dad65a979372b1ec0c2d9377f218145e8ef3ef63af05e +size 384809 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43ad31a056f1d6b38668e474b604b5bc34758475 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a256f0c7a51e1bf776c238d55c5ef4af1af4fdff88b8c9a2e6346612f93518f1 +size 491062 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7f5d666bfcc997a6dd3380c934d4ce7aa4edea3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04a48690d4b65915f96ee55ebeb8700f599285ab8263685c00b6f8f76d154ef +size 168369 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67f76d1e525c025bdb238b2a2625bea7809097eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed272efa2419af40675ac783b8c4208de7f47cfba3d9de50ea8082ef88dff5c +size 454808 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa35a9a0de21652eaf4d0c68c2b83f012b31eb72 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6a1d86d721571fc1072642c6184d69e162e6c50e12ec5a2783a4448d36dd0c +size 447352 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acba0b452df3623aab88367f16b5969984148a63 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125887ff68e70978fb1aae2baafad80a41acd93e28c726890531afb70f38ad60 +size 277345 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48e2a933c9e8dcb03b0557e8e26128aeb8ec701 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac7c2875b196becd3e85e387c3828f773c39faf6cd01f4d841e0f2c8588aa4d +size 249844 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35da88899f1de5b53bfb76127de8aac597b854a4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbfd0108a4828321d8bea18fc3015df42170c7d9f368e32a738eb1c9c2ea631 +size 820435 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36db8741783b106efc1d5f51dd60fbb06d037b46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643c35f1ca04a738621eae51911cae6ffe845997b9df7bd024bdb3d6f4caf60d +size 237093 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96f38e0db5710ee6047071d8958a5868df782180 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fa387733426cacb325dc14617efeae1d88ed2507571fb95f942f7f4cfe2a29 +size 167091 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5443de17c910be57a6baa37189ce319f6a8893af --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345a996f459310ab0b6c28e96dc8f126796428c4600c5e20830d82c8012e4b89 +size 396187 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..126910ed290bcb3c2c13293f699b3b222158a19c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4f391e945c5ced54ad1308b4b9e0d4572aff3785d84d4d593e4b336e987aae +size 291386 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26bd9baa03d8cdf1672b782a3f082b902acd3ae1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98bd81e2370e1cc125219f9e49d45a7a4a601a54f7c5d9139d00e0c2bcc5a2d +size 604091 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8900db9df9ebaa245932a69832143cbe0831fd62 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876faa945e418e7d3b199837a1e766c4b8bb41017d6d784974d3d3c938e0be26 +size 311601 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bdbc106cf6c439df9fe5f64b3fa394d95c64c0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3277134524cf42c18efe2179e55e756bbf071777af34bf558968755f793c6f86 +size 357955 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11c3d8630991d20cf73b53b3483456c4e4f86c0f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2930cb18e63688d22510ee6425cd610d277d17564107756c93a73d63b167524 +size 373288 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2e7bc4d9f63ca372aca33a7453d4d590f460372 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fd22e70c026f6ffb6af7a461ae06c91c9e96bd8a5fbdd042a5700612a76724 +size 277355 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c8051d971c94522917b78681fe762f948f3a7bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377e475ce2ec2043364e35e094090609410ab98211b8534c26e82eecac61e895 +size 147109 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4e70b47ae2f09f71c07cd6d1fff4dc8ed7a8a93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4548b1f7151063e31b030eef57c053dbeb021d8c9eb537df6b4169176021b2 +size 163396 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44e6af2057aa12d6b5cc041f5785dc314d41f931 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b2f4b961f013d44a826f6686fc165ef81b84b28b700da9ddd9a2fc2cea4fe4 +size 471815 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48d5c7d33fa7735fff0cf6d96dab8ed57da033c5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8e8b3e1c1261f8dbe3f4c57f24240b0489f7cbba251724411858bcd5a15922 +size 300208 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77750f908204fb4c803d982833dcea02fd20b900 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b3f33847bf9a47d9dad9f32a6514edaba26e99f39912219e020c052c5c7d56 +size 262338 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8a5173d19fc94ffe9f0ad2d89bab1f041557525 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c166ea129a48f3a8625244206a1c829ff4778399fa89fa1899aca82150b2452 +size 295643 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1674f11538ea4f238774a4e4434273a97660b268 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2576e115f44b17d19dcffa01c6aa6269d93d728b85e5b80441bd83cf80a75dd +size 185960 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c31b380e87f20f4f9a36f8adf140b93a2b98e04 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c06c434f60df8607b509f4a9fc76161f647efe401bf766ed537f7b21bea850 +size 319125 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..084d6a701d27bee3f1d70d4ce97654696be7bb9b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4ef6ec23e6f7b10d94303e0caf06ae3c3a46ad4b20af1ed7296f6a6e774222 +size 259945 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea907a6a12e66fdf095c26b59ab17b1647f0e1f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437cf11afc76ac86d7abda8a00cbcd72cc5cad8670b3d6763b48a965e27d3a73 +size 203967 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7eafddde5ffb7768882eb420139c231099ec44b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61ff0669563cffc80728083cea6dedcde402f6deef3ca730ccbb660c1eaf83c +size 225962 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cfd4a76a28910ae0a1fd18993112b313dc9636b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590330d59764fb1cd94ac4128128df3b8c505422bc2d64d913b44e7edb827f54 +size 247957 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5861f9105caed249a3bfaf9c183b8197fbc5da4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6799bbbab034f9ee3408cc64668ccfc4181a8a8318a311196215269a9d0b1a +size 447263 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f887ee3d7a0b249a0e5a78c475737c8861db456d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd762f768b586d81be0d3264909d8bee710e0694689befe9b7c173e30438afe +size 420928 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f389b5eac008ffef4c6e9c6415d2ed338d966659 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f789d34cff5ef20f9e6fe47b30a1477033190f94118cc2b5a22f2061d25cc8 +size 302127 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7824e82cb3d593e1740c07b8d64d3292d3ec83fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232a9892b8ba8fc6adf233f2c1b78c06930294d6a471003798198ab33adef8dd +size 313333 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f2829c92f02c12bca1d8dcc2aa19b7dd9e12aa1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b9b63fb1b8f390b271e7d2188d5a47156ee74e444c931429f2d16fc2475f9c +size 199400 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..121acb26b73078cb45db3a5a547d198efa27a158 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff55dccc9348c67b2549a07c6ad11c4c3ca437c52a19f2790f726a2110e260ff +size 239716 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ca4cab0c97546b31641827172fbeef62027556b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5781e57fcb85ed1ca2076625fae808520410a7a432897d885cc52dc3cc6dcf5 +size 396760 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bbf6126c9503ccf28d07d2c9a25e9992d3822cf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aaef7792c37ed084cb6cbe115c7d395281faa52a0a36f4571e419122360b603 +size 272577 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81aad73be88892ac67faf6223e779b7026b9c74d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b033870f869301a2929717c032cb6c7e77d2b851d66cbf8c75b1945448ed9a +size 366942 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a156f6a7acc84bb235293833599618ee1ef4b0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3127c1f9a2ceab057a666b4a3688762ccf607898cd9024b5a63b8ad4fdd857 +size 278174 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c4b9a305339d46391bbe7ba2d5fe19249994994 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac8568c22360a26c7c9d933d05c40f0333a5cc23314ea8f385bac8311a9d25e +size 197295 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6c0e5fb7f375b0189466c0f5cd5c61bd6f5d130 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e4657d697cf33e0adca4ad71ef94858f11f0c32db7e347a502b6fcf79f32af +size 224144 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bea37adbb5297f5cf290d44c5bb5b007896b80c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ead1d8a5d76bb766d90edd64f2a9cc3021d210f720deca0dc71eda860593a8 +size 169569 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59227cd6b21c86b83df2921c642ecffbf3cc691d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1825ca16803ca84e0a3461d4b788ce07edfa5d830a9b33c65df834081bc1b158 +size 296826 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..439341dbcfee29a79c72b381b4a746724b9a6a19 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43cefe46f85c583e413eef6d81e8b48248ea45784c7a8c90a7af33211fa518a +size 650305 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c92068f0e45bf83127abdb52f2ba038303790e01 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b7164e5525bfb05a393ec9991c37be55dcabb1d1a4ce6c086a224a5b6365e +size 542209 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd2aeb95a36a83bf1d0222670c1408b5c4f791d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1de66bdc8d717a7d1a343e7bb8a1164ad555bd7d14b312224bdcb995dba75 +size 361801 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6677b6d89d882197c8b619f967aad333843a69fd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7db1b7696586b226e4cd8dd10c82404c60f85db865ef5b06ae7370a2ca3a19 +size 498808 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..909907d49596919cce78244ada40bb4d2503a380 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ed520362576987dfa0561456112455b478cf49235fc0712f87e9fe6cbbfc79 +size 211854 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8faae6a7409704ea195b377ae87368a690c77973 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81da79580fac3b4c28f8a2e38bc31c8e9744cb529404722ef840200100eab360 +size 661048 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e7ddfb0f224d35092a5aef643568c020674253d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d5ea3fc0b99cac3f6444f2c87df64f0541c8fc931d6400c9b177a89a05b409 +size 172701 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10244aa2f24e8eda1e8e6af556fe2dc6a64336c0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9595dc8e4d2daf6086e23c2706c4b1814df5dfaae922a4107e11bfb8d4c08db +size 292922 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f53c661f9b29cba6b9707dd8daf807ef8684ceea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bba85180fb2136193310a4b5a98861a9308a82e774211458140939444f3f32f +size 399801 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2beadf668e512eca4c5ce3504150e46a7dadcfb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa89b36554412dd3860607c5f63c324397c1889c9ca7afd65c6bb07e507e66f +size 174935 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d8af771d57cfd3a22695f74e9a3ccd647aea857 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9710e5b67a7d979f2966129852e3a5b82632ebccdde2211fda13eb8d5fcf681c +size 275205 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c040784825488f250b62623e531c15313b7d17f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046655ca41f62323e9635eb0e40456cf74bb4778061a995f0f088ddd4a4f01ae +size 177618 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac1179141e6712ad1930c9ccc487f050b2555579 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4d6d9308410802a3eadd83cd1b4738a6277ec4b76b93e565a49c25f38e3ba4 +size 855994 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a065af0395c01ec00ae594661a4ded22b04c0dae --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924ca0751fae73ce9a0a2c9883a467f458ee43feb071664d9fe3eba995ad030e +size 398995 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e1e1100ac320554b28dc15e171860d4b0eaf1dc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb417aa37ec0539b3f2cc45dfe3e80e817e19307f8ee557fde7b07fdd0d02737 +size 211073 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84fa04b1edd8b13239b9501e24e4a9aaf11aed10 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3dacaa05df32fb75ac95791e7b400bd241f2846b402f5982fa24c59bdd94c7 +size 213326 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b546d69423ad3fc12ae6c6408104cd5191cdff3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79114fa72717c1f5343a7dea9a1c7729032af674622d158393a64fe2fbf2e071 +size 364848 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e6a58165f10abca0e2c5584fac078118e340e91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b69fad599cb550f81c6e39ec9d1263c6e6a3dc7fdc936c69807dd5194d9086 +size 307197 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1ac40a93034297a500f31f0a1056d11537ea7a1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24820769fcc1067e257c8f6315303668e449d7478ff8daa733c694ce4134a0bd +size 217672 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bb57b368c55c4715361ed55af7e6ca1a0082222 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbd7a817ae9076390af30e3624349a1bc6ae8ed5e0e33de75289bb97c17ac94 +size 187369 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d8dc50fa96ed71957f39605c5ec8fb781c7ed2f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a27bde444f201b2fa7ed6cc66533e2b11d4fa25ddb7c6688a532309a2df61c1 +size 448847 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53ce8e8e937f1c5b310d7b72eb806340ba3509d2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073878d89dbba551254182411a2bf09b40b57b64a33588de2499dcab0f1d2e95 +size 263825 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48aa036aef64b7d3eb04ed64f66ecdf6ec1b5e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a3334b8428748bdf2153367339671597ac70f2dd0a954a025531dd4bb854a0 +size 427449 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9150ccbc47c0fef9666c6b608295615c11e57aff --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c423f8fe796226dcb5cb69c3a621ead22486e92702747f470d279e63dd491e36 +size 418308 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36389e3bd9ea3d042d0de841bb2602a171009657 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463543de355fb3f9a6ab091b0c7dd6f12ed91efd588f059bf99b1af290c5e854 +size 271750 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92e28427bc3e99658d289f4bab364b9e913cb7e1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f7013b510f09b9ebc4cbe5659ba229179bd260c99a16d207f8572610361b0a +size 681673 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93e4f09c2950cbd1d03cc09bb5cc062704147ae7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0809b588ca14a2bf9181dd0bfa8036a78ebde495192a3314c7491039c31a9081 +size 1525009 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a43f4ca1078336972af52b376ede318a74c98fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17ad4dbb26576f676b220e8faa6a85792bbde60adab504fe9e3d99efbb66829 +size 567481 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901846b4ea86646e29d83aed2364420de76859db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5bc57b8399dd396fa58b1fe0d4ddfc3b9e27fac097ed8948ffe42316213c83 +size 387535 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38edfbf030941ecb211adaca0114ca472a27a689 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153dfe372360aa02e76a4da4a651970ca0727734a2a4b3ccfad600e6676ba13c +size 825183 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c73ff7d20c2600d8f8707e13353f2b991f36b3d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2a730e0ad9a8a1550bf58d441e17b4ea84f4383ef735344e2d6645bffec7ba +size 516192 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebf320d34ea4a80ce68f1677575f36082f1ce0cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ed9603b0006acc916ab233575975ae0bf86b7bf88e5ac908aaa18f62d419d +size 841304 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7abfb8e16c7be52f171a071310d55ed34162f7c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9b9b990e0ea1e7dfde79b5a254eb65cffc32d55c000024a7d7038bf2b2a402 +size 383985 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9198f935db33ca6e1d92f9d010f4345a573d055 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0572aee9ea6cc982f1c0fd219f3f249dc3c52c06b5f1a53148599c1a502e2a02 +size 608263 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82cc9cb951296df990df2c7ba8af586686416b70 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43faf63569853752a6662c925a0f591b90df471902f270c77ed4338e24e47dc1 +size 643941 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c908e8d0ea3c076877d1500c8a352793565eacb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d14e7e9933c3c351a542072b6e021f2b169086c4e2524371bd3976105f5d8 +size 536709 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d22e4cc09c1fc041f1cc92c062465c871721f1d9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da59151d90d505f36b65a49056c66db4b8b4a8205e4c905d5d36a517d844a4b9 +size 961827 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adf5930639cdccac83860bd4d211097af61f022f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc3d7dfae7faeaa3cd5e56434f114062225c49380bc7484d27f66f342c7b29b +size 695443 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22d98ebe5ed5e076066ef2cb3d3373068944f399 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94dc934ebf35271edaaf86f91b6f1d6e2efd20ae99c0f28408828b506d7bbdb +size 468256 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f4707c164a1181c269d569b57a7fb99c72b7d4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6586160917452e16bd6abd1c7db74a771d1037bcffa215570e461f57995fd471 +size 302437 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36238c433d57835752197dcc5c087e95ba818638 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b950bfe5b1a2ef60b954cb892100518bdf40a934cffd90969e1c4ef35aac6ec +size 604929 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f452b7e3dba5b098b31d6454f4e26bbe67c78281 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69bdb373de8b924acca3b8ff806813e39f4bfa258bc6e242ff7999c469c25a6 +size 315077 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5885a1a863cd2e0740e83b7f237a89a777f00324 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac46c8f174207d498636bb00d2ee100d5f8d5c237e61fce895a1c7d6b7f9a39 +size 739476 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84283509426f0578282ff1f98b6e89c33236b926 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987d150aef53582dc219b0d1c9b1531c2bf83368cefe0e1c1618e75a885b0b6d +size 360725 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b018958c34f0a03c95b80fae1014fed15fb3446b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11849b6cdd30059cabcc653c10a271516955c1d78422f565a30d563a56bc6070 +size 510142 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52223cc13c9d1a959e42c34490525aa4bf205514 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1b3c02b39e91a5cb05c76f3ffa6dc50bf2a240c9502c85bf17cb9bde1ee897 +size 833843 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a95e581f0a4aa7f4c7a36a6bdb08f40f3e595f93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a92344c7ec016dc3e2490b977e261b08a244bdceddcb0c835ff3176cad5b52 +size 642576 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31fd7f4eb170c1a1eee32cd5d2204e96d2c74d3f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27aa87c82c42cfdc7349710607597c83b3d6df64b596e0f6b8a3f5424eb07fe2 +size 441990 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11723ef7087fa46062ccae17c2a62b6d3e5872bc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e72e36b496d943ca7bebf567c8e22ed42ff54b7d31fb875292e79104bbf6fce +size 256643 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ddac3d4c8138c32036dddd2876fcdbcf85c38f7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186b059664292ccd910ecdae53bfae5cba7142444b7069dc59aa1934ab454247 +size 389709 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ad579567b4b55181672b7481d7149b8959b7f84 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd303e16734e1d0218addfcacb864845fdd90a8576202d0c4c69fc6ee9e3774 +size 485869 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c25a96b57d684dcecc12fc92704bde4a037156fa --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8587bb4b3699bb3b4fc1cc82f128011c59319bf2e2e9840f12284ef1848918 +size 373039 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7fde533b4bc3972eb77199a39d9ba20040cf9e0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28992234457fb857b8c5e940ec05faa678280bd9f800d0dbe28b5399267418df +size 612929 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d9efa8ff27f819b736a1e4b409467deb1049f2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526fe96d1e896d44fec5010d893bd3b129ef693c96aa9f40dab5cf1aa84d8480 +size 512867 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..297e1bbddae2bcd8f1e892488e744a5835b53b80 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d008fa20be87233cbd3a55cd66f2fdd57767dfff709b3ff645d6073dab90c0 +size 345851 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7dbc46df229a9888fe9658802628f3605307ada --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9265e84c084e25b36b25fa4dab0418c33080c44366c70c3305258a67fbffac4b +size 471927 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5833f70910091efc948923a6cdaf6ce3ea1f598 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc467027d1e207b0a5ad9246452e957648c3d83896b8c1f236bcb0c8250501e9 +size 353974 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75a5c47c34f6ae9f3389219736746ad4c44a963d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bad3b6e0f81510833d89b2d568a041ccd45a65dcd64bcd16a945e8969dbb7bf +size 388000 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02478f576d8149c4a042733d2c3ce8b936cb1622 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b87806ddd5827af188236221260b4d2af7186eb5ad6c434b521f7191c3a4d31 +size 682103 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..455fd9224ee78dc00e88483df53d63b1a6e20f96 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f603edf462beb0fc0172d7afb0a0e2c2ea6ff6a926a16f215078263c761535 +size 622393 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..694386ca69f8422885e048471bc2417875fa374c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52b835682a93a870ade63e2f1cf61ef1b581e705201bd40005ccf7f4c56b127 +size 530487 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e219c9f847887cc804569990f46da5e7f8cc1b0d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddcefc509a0cd12e01d6aaaa96ca58a9262b1fa83ec584ccdaf5be2a183621b +size 640806 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef1e5b987f3b1d9a9a0c156f10c40e6604655013 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8d17f372e5c8ade3ebb79f1afb0e2c2cac11d277b0beef0f409aef07e50c29 +size 502945 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06da96d9ddc3d400624027ec7a793f38160d54f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd14016ebb00cfb646025bf8822edf16271b71b20af3ac7ed0a438540601b359 +size 489361 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c434ad4af1852a6a723efe9c2745f2dd11c903eb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b296e880e486c15d186dee7fd80c4cc338fe9d692d499448100417d592aa9427 +size 660901 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1619518774e37a376481056c0d17b382af109f30 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0fd29101c2c98c48b41d386eb047af2a7c668489125181da3f362ec08141fc +size 471929 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f71a7854bbe81489561dcec2d411128f332571d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e39c13f848a53e99ea96e73bf74728adb57044619c77817c2bfe7748517bbf +size 578933 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8951fbf1544004d480e8cd56c8d13d2a28c44b6a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b876191cccb310c2fc93744172de3cf3f604c77a54b59d4b0ce70621227a8b4b +size 443626 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..265c763b28642c1b4f1a07329f0b0d17da0039bd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d96378942d71ebee14bb97431ff35a571f0deb8d65798b8626a2f5552cdb3c +size 656419 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9146362c0c014289f9d81f5424f409a2d9ee951e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb601917b9a9ee34234c79e32ee9bad7d1585e60ae0c89896dd6620960b16dd9 +size 351494 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ebd9d652a42f95a502aee1291f813180b723b7b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2108def3465e721610f3725510332001248c60d5f26111fd862d874399b89e6f +size 247694 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4788f3f680ac1b0b5d783664214103bdaa0116d7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508f1ee851d0d69a33821f7af621be405f9543cc0b85547741e3bce04cbf2174 +size 393318 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee33c05bc6ffaf616a76ef791204f630508cb45b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e62842c7c2e1cf99fb58be969647cdaa370441b05d5db7e2d0f822c28ba8653 +size 827552 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e98b710a59ed0387870672e070f7226d8db8f304 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100b5fde7535fb48f1d2761b94744408832e200638719ac464223d15cc6a7b4f +size 344454 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04153272be53f5393ea1ea172d10ddd92c47e0dd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afae06fd986a07be255aa07b4b99c1a3fa0885cc33eddbe619d2e0bf925902d +size 697050 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2894a6c259a893206e2519ec1bae5f0c1a2895c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc09c3d23c7236a272bd5055205baea4aa811f38147556e5eacee156acd2702a +size 471186 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f6e83ae8b0bafa6f7891f41267b052ba123d007 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d59c07138aac13ce8b8b04dd24af17619937f0010018231dffbf8f507a97e8 +size 237117 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76abe1edf1e7d9d139f18b39a0a271e2bb4bda5b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2830da7509b9527ccb8cad27ee6a6079e09b95b2c465493117d3e266f6fbde +size 303989 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a86882fc371d2ccf30b679c026c07335093ec40d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14190f5452419071c15053a517cdefcd4b317fa4c8980aad0076aa0eeefb296 +size 628271 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6990b7327bf17f0236b8d79aae18789874992327 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710fb995a023a8a72b7ad5fbc98e83f49da81cd645fcf7cfef1322b62720adb9 +size 1119264 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b05406877f07650f27ae06b96a336539db70ff0c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363d47b43d92b53f176a8719248b9f905e16040f3b7b4d68562770127ded2674 +size 702967 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f4c12347a3f3f8dcea2b6f8ef191c6f5a58307f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c196fc9eedb9609ec610a28364388bb9192094b48e4c0d557183e1af2c87bf27 +size 436573 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34c36cd1482f0b4e972f890d6bc19eb43c271dc2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2b9fb94d721caaf6d30a07c82467c02ec1d58d1ce9d89e775a20eeef95fdef +size 514656 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6d3cd3adde8d42f8b92b75403704f3e2706cdd2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef75856b0ee5f8b3d40c614367411c6ab01ca5637a9eedf538f20263a930df03 +size 352636 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48c75edc0e1ea253a66e1706f3c7fc7a4a9d642d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59db6ee8571fbf3f30163944730b11a146852688e30b6a859dcf97a5cb72dad8 +size 307737 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f213e926f9faf3d019f59952e43ec17a5b5fd4c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3d1a75ecd357c419098e3364c4f32a6d56c0ddabac5baa5ad0f3e3d01e120e +size 791617 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06478da79f488e6d62169723c133745eb20ce1c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e971a5e0767e15d52830de80526aaf033c595110ff8534b1fa01cc4ae4def4 +size 583447 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0ed4e176bdecdafe3be5a405bcda3a4be24dca --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0547192a01462da3e14fbd2fcbcd093540592a0d09a328e0ae7789b0c7fccc9 +size 525500 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..504a1ab440f7e819b987b578590add520302fe26 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817d2f44fbbf841f77d93e5bedf12f76eb0666bf62d0b6e14c39f6ddc5ab0086 +size 461925 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..095b248629b6eee9358611fce8c703a7417e5fbd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fdb7c9957c031a613ab3ae4904b22d8df4816d1ca1da5adc3d1e870413bd72 +size 254216 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20de86f719c2e9652f56d43b0383594db78a1591 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e98148c22dc8341d58db1a7575cd6df08ee2499847460f8514e4eb18d605815 +size 551217 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26224defd77751032bb209bc2d976a052f0e7ace --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442a48f1366b15a7d73dd50ea4b3f074d77f09c2d2771d82a5299aef2cfbbfc2 +size 392370 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bb98e3245853fc7895986e303196fe57796002e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4660f2e354fcbceb39036fc26ab871d825bb5f0aa54f0285310368e0229cba +size 398771 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ae005a8a43333a52dbe9fe27e2718496c27570d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d1a728fc520ece817c391d6c38f90af1796172eebcfd75c88282ad91d4ad37 +size 512348 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b1f9621f577b52f334562c6830173f5cb103588 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0f2a661b4328a0c4b790018863bf7fe53209b1728425498c9c80da8149c0ff +size 405406 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88606c90047a9fd613197d9a81333673d731d112 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0d29e638306179dc597abd92247e95aaec90f5c66fe44844bc43a4fa0e63cf +size 331940 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bdde8e117dc62aa83ee77be041e2f4af0dc1785 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75997f89575fc5340f89081d56267cc5c56ef99ad30473d47f5d6ebec6fb14a +size 338127 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..181a676297015706e1af0d59eee2c35285159310 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa1c233ad72988160e35576f116102c6ca49f39c5fbab36eda5a5a4cb4da664 +size 643823 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c57148d386f10aae91e65796dcff922ea720dd00 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed3700e08d57c0d561949c9abcfbf5d7d2dfe49d6e0841f0caabe46c2e62d67 +size 272959 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dff856e769824980ac660c012a380bbc141392b1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fced578f4b57f33f5d0bf5ec0e35706b7f40f650481e82b5e76dd131d96f4f +size 328511 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00dde55ba5f7d7fc3049cb3d47f1a163c8aa7c34 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ee7fbd7b346139263c8a83af7c886b38b1a80eb2991e3b46741bfc12a8f5fa +size 461259 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0490e50c281ba89031739c269605940bc8f9431e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ddec9a66fd6a8910a48d494011eefd9595de4e54693b4eced95914f5f59eca +size 872699 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c0ca6ebc179a2b32f404bbf7d16969bffda5bba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af8047c748ada7fc80cf91cbde5a3a8c7890a9140509ab899aad0907fcef8b0 +size 720338 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b970e329aed5158b967e56c4b6d3ba23839203c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8345de3000eea0bd8c04904494c54079f6b5a9fd20dfaeb6afb2e1b521258455 +size 825329 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3390fb1b89b8c45404e43d5f3109b2870985417 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab450586691a45e0ea93544ede89bc288e31c969b812de0a2ddc0edfe122d1ad +size 381041 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97642901c70057441607028eb65ef45d45b29acf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b536bc9e30bd2e3b6458b897a009e42503df505d591641f17dd624a5b03929 +size 532571 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06fe93e03200f928b7042ad51b404b7c686ab57e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ecb66949459fb55f0ebf7d745718349dd8adbe8c236a6ad48194510936e41d +size 400082 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b727669690f160a88d6df74c5c70df62a79396d9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff27d3c610f100a899bb3ebc8051c11812046d8a41794b54fb9e964762fea942 +size 639075 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60718e7ceb7929f18ee23ce8374cf7fc48f39b3a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7609bd0f09935d70f27e037db96b10ff10d49b9beed79e3c1ae98203e5a73750 +size 475009 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7af9a64e18fe1bfdf6ac2881901f5f891afc870 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db104a8ad658955506950f25c3a31fa3edbf0bde11b3ba5f4c0529e430b86568 +size 399233 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b1bcb1737a73ff1c51dccf7cf36de9cd45cd634 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45f829f158981dd2f0a8deb0abf391167efe110b3fcfd47aee47ef18e8343d9 +size 615836 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ced7549a678770e82ca1f57e010f8d90fe21cd6b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761478b64c4e466951859872bc98ff89c7dfbd57ba6c9321eada8addb707fedb +size 522074 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08c169d8dceb66d899576cc41d52677ffdc179ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e79bf49a7c4b18bd093304fde9a535ab9dcfa919f6c69126a7b6a7e5f0ea1b9 +size 377702 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aec09d5e863073e342f06dc358ac8c5eb418c22 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa3b81afdac0aadf91d55cc4fe37878da555732ba518b3d8ac8d57a43545f0b +size 354670 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c7fdbf2385b41256523d017057010450f54dba4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d5acd2cf060774adcf4a325d3b662d71314392e41160c676e3415f7df2f2bd +size 287595 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d69d11c5e9d03df6ffbc1a964db489819fbac1e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337423aea9e08281fa9cb8a1f9c95c51abed93b95daae4236f8e201d815c8854 +size 417588 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b03040a7d0cdaf08b74e6dc10dec8f34c3a18418 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05eeded280e74bd49a804ccd0733fa38568f6e188e6f22230543d42810a53b66 +size 576683 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e704e455f71ea4085e008dd4a8ce9bf4bb66f9f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7cf6f172f7a9439e39eab8e5914eedc336be9e057a06787bd9133ab28a7551 +size 1552310 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d50b659cbc2a1d380610c6b65d1fa990b649e36 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54250ba45532ec13aa97a6aaf66f5ea55998981cfd8ad8315a05f24b27d3d8c +size 493748 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..457bff7a280d53dece8592231198611e3ada18f1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3f4188e0d4c45b14acd8eeb6426dab1e3e70a02784aa906a3be91425e76107 +size 717779 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68780452aaf0a65e265f8ef6b41137c22fc3d3bf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38255a4d85db8d9df07badf8a0c49d81266d2981eab5097b8c4e58c22fb8b204 +size 523346 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3be1e9321577297b2f61be56ff4547b5049497e6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ace7874522df8616e429d6c0e5e8caed255718fe8f47c9652de37ae709f56d +size 354063 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dcc4901ff8476cf909e2a23b63d94722b69327d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8891a9d3aab43fce183f9621bd873e0c9ae9acb8e6e3f1251bb1909e1e64571a +size 343723 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34db6593feb3d465a26dbf0c5c5819c2fd7fbd97 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cc93913485fc987ded59ea4ec1ec92492dc4688ac30acab1e598a9ca83d7b4 +size 560340 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5074f2c5de146c33413cce982a363ed08134ae63 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633be4dd6ce355a89794a2327ccb25fabf2e38d33589c7ed53c41915d2b6d1ab +size 648173 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb9b661882357b9f2af01103935857673204de52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7238338971883aee5854de4985be538e1832fec18ae9163f699981a029d59fcd +size 366331 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..153dc98f2812f195eaf1d1d5e166baa25cfa6d91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8e8a78db2bd17318a3119f30d0120429edfcf56c2713c404882144cb4290c5 +size 359948 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1796e37151cfb1ffe8f75929af64e49fee6add5f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14545442039c70baaee3b9806eac619c22cadd009da1922da92af81dc151b6e2 +size 843314 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c147ba4472d9dd2502ba857b8aa7bb7c4d3a78a8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2a9380b6115a8b059648f71033fdc54a2925e92642be9f678765717a562633 +size 300177 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a290b7083a53dee0fc250faa095fbb3fd332aed9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598153d0ccf59305d7e6ea9ca3bfa9b3d70ae770dd59ffce295d13d4315b84c7 +size 257757 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a99e2f35d00ad29216d07aa1f4f9ec0fe5f4140 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98816d977b327a409ccf08b7ec1d39f46c49b7d08228466eaa03c99737109745 +size 503638 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dcb3e902964cd2610f44ba1bf7f0a3d590e08f0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b991ee2c966e74e911a031b30cc579baea276a57a31e212e19431f57f4715883 +size 319238 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59885a5db846f333714c5ad5c03beb11d97cbd52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975e2258ace3f129626ac29e7e224cbb2291f7755eb44d275aab82ceb9189742 +size 446021 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd0a2c30047cfe437caeb35e0c5a11c72cb3a9a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439f9a8714561917088c91a0ff848694d698e13e21fc460bb0458a4b6767ba94 +size 502313 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6db57b676391ddfd22a66e9c40befafb82d5eb23 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc30f8c76c8537d0cc077cc71a2902dd3163565d9c329a8fae722cb707d50f5c +size 623469 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..530b75ce98d2403d7754e346a17887c1ef13b3db --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6126b9cbba6913c702c081c3eb4c4da3efa290ba900faff060e2d3408b45d39c +size 533243 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b972b779a11a37c3ccf74cc5ec3a3d7a6079fc5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc01b9d04abd25961c0ea1988a6b7275b0d09144a0f32ee37df9a90ede254068 +size 541526 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8880c8a0f960c3bdd5881938da9379d14189582 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70bac7296fcc7b7bd7954c5ed34391898b996c7cfabd8be3959d7317dded594 +size 512273 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5c80edc598c900d817d45e9876603417704979e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d375db161d718403ce4e25ee1038b01980bd1a0c96b538f04b395c622a1cfb +size 503155 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e39bdf4618cf197c36d6d6a763a4ffad7761bc52 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef173d69df6602099a6bb46db6a7f2f90d622477ed5d28808d1265df3c129f91 +size 370463 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef2e6881d5c4cce6e701876ace771c7c652d306a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbf2d9e0b79a5be2cc665bb1b01a06022132636232a9aa4ae3e90181b3c631b +size 463809 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c6830bb41d4dabf7875ca93893954fb22069168 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75991bb93ebc681b22288e71fa79a3259d0a4d19865fb87acb601ae6b1c9eb5b +size 371671 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf76ed7323ee1180e98eb7ae37bf1818f73c4512 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2123a3025505310153a13ee2560d0ddd49c392f0035d67510e3fcde68901271b +size 345462 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b2e6537c300b4d5a6fe33f434ae545cd1517bf4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43b82c057a235e585849cf168726571378cf1aeb2274d5669176691b9c2b6a8 +size 393422 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..577efdaddde878b5f9f6973d57d0ccc3cfd6fbba --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32884dbc8d5dcd7a3273695e627d070dd826ecb811317af9e1ba656db4e05d45 +size 416234 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..081e047a2363e4f9530087778d42b97709650102 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325c1713cc99c669947026847ba9523ee2f1e4560b7f2fbea5dcce905ec5b941 +size 416357 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000126.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..545ba12933e61d331aeeed3935acfbc3ae76a5ce --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4685e9732c6462f409b31a525d83bf2ee4fdf3473969c3e6fd474ebb0ba39a86 +size 448981 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000127.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc21643ea145406f32201905953a5f24ebaad38 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6893844c355f9c4edfb4f6f0397648578b68eb92e9176eb277c0637999d4b267 +size 414071 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000128.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e4a66b97abb9dbdc6925dd896c815bdf2bb2282 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07235971f58e2eacb3d4f2649da747351234f325b02d056cfa639c35d49f6403 +size 237031 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000129.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..674cf528861184fd8acf4c171863439c285301f3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52591ae87267561620f20cd3b11c4019bef3234590c406f6b3437ffdfbff8990 +size 499162 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000130.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dc4f2201e090d1dc0466537dee4d8d0c16d7098 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b6f8f04e65f877b44dfc2a01c56067c80285355e75d4a745f326d52ae0d6fd +size 437284 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000131.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce22eab1a8f7ba8bca31529ffee5fff7916713a5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b2ca5064850aa7e510942a711fdd10a2f5cd1ddba2df3552a0942fd386ebf9 +size 833981 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000132.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a42edc84a1c87ec9402a5c8a6f2df0beec7a33e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1eebd0d580a5c0ab8124cc206e347037f29ea80d5503ac4f693cc4683b25afc +size 461781 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000133.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c317cdae164000fda5c896680529853ef0970b42 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998a379bcf465a761b440bad2083b30a9d0cd4238ed63a0afa36da87b7057f55 +size 423104 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000134.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13de31d432d96e45297744018c3b6d4d5f324151 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fff02bcae7bf55677ce42f1a15f4f8e0de66a10bb427160c22fc08d3154878a +size 444832 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000135.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2d4898ff01e40db7c5759c406085540d324e9c4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09eaf001f0039510efddb2de202161c8b0cd970ba05cdd929e8ed7c1d4f8050 +size 226198 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000136.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d27901264340e078a4eb040c17a725e2a463ba8c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3270fa96907cdc046f4256480bfa1413113694dc35071a457df2523f40fc6937 +size 455499 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000137.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4090a6657c7b0547bee9cefe6228178103a4311 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bd3dd193d63cdbf8d4d71588a5554361b531832c173e33fdfaa04be7fde8e2 +size 580549 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000138.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2b415d44f710d96c1a55186168001119b46303d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e1a02d2ef6b0f792620162edcc9fbd426044c7794ac0347dba06083d36ad78 +size 918711 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000139.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7acbaf529862627a0f00ad5fb746a3ad75a0b85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2c529776a512df2d5dba66eb3ff5ba382ecc6ef806d3f2e2f623be4f8db63b +size 826967 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000140.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45ef4a112a7a7cc4cad23669bc8e53e445939ab0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de24a95661798362e194407bc278fa7c2a4435370772a1d0192c5a8e2231799c +size 572198 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000141.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc81716475c417b562530ed1a1b65d36f659133d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f43c7c80da768c7c35b57139fd5e10c53defccbe1d8554893ecfe67876c20ca +size 308805 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000142.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d45b73f6b4e4299a38da3fae1abf0d77734a4d09 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17cbb77f8c725f2bdab5b1f227f4d90f2f9b328a8911102ef97224a41c23794 +size 438451 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000143.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..571d1e8bc0cee65b35a55787ad8a85dde58a779c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bafaa74a68e2606738edee4ab314d8502ac46184f67ef869afb09c08c975a83 +size 292246 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000144.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5217d5304d81906e6a844b92ca082fada4933977 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc19f93d1c534f236502935cd116692c085187d86e4dc4399c446fb9e4dfc38 +size 992926 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000145.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a731b58790d71911ec038e800cb34ba6b672c2b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755ed662096b396a0679eba108d2a2352da809f6fef4ccb4c37de31e33fe173d +size 312301 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000146.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96173c45942a5b16a53bc6800016448d66711b3f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220501119f5cb1750e899996819ef4c1d39f6a39d838c96d6589e95edcd9d84e +size 352589 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000147.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6c092b6868382a8982416c8e4c653444d7a34e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755be4ffd54d3074c4c6a07823ad0891f290bdc72d3205b9d34fbcf0c37e5c9e +size 540820 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000148.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..224b7cbba4b3effb1d1f8b2893cf2e440aec27c6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e9c5a49b3ac450b52819204e3889a64c13fba9ff468a67eb1a23065fff528c +size 698631 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000149.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17d4b57290ac0ef3c2f6dcd6b60f7b2b172edfe5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46c6f71646ce02e97e377a7484900be80f1cfd0c635d99966627e2debe37528 +size 499032 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000150.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9040a954cfcf479c5f9ae428541fb9b0685f920 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae1dfb83236fa95ecf4102287966ff917420c1853ed1d14cf9558d89c4ac267 +size 789425 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000151.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8847cfa7152e2f0dc24b18732ece31e49b3d1821 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd15edb2ba80b21bdd61309b0c5bfa213fc1f8bb0f95843542ec3b8fe707c0c1 +size 477112 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000152.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..713b5dfadabcbf7998fd0cbbf398d0ed20e33be0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0454e9c24debbe1bddec67ac639b128b1634f575b20f717d6182599a2b5c8eca +size 464048 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000153.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..874b8f41684325c697db014a31569e63bd3f2f85 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5029d496288dffe89d8ca78ae7032518136a727bb5daf5c2c6de870e67cb1ad4 +size 542311 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000154.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4bd21744aeb0adfe8f9b4ce6c45ea87d8469e8d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb55d2813fe60e57dd246c80f4c6877c3590801913dc8847dac2d6e2b0f4a726 +size 453979 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000155.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b891fbcf290eadf704b924fdaab0dcb2cc7ab17 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397e303913bd3667f3d13b77aac3440d2b5cbd630c2a0679504ca4310bc99ef0 +size 959006 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000156.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49ad467a9cc3b3aac59825641c74d9377501aea2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0175984a19396b9f1e91136b81ca08a13ed9e2b1d1329e8a9727269f4984f755 +size 768202 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000157.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce184fc563233edc0cf551f80752fe9f125a5214 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a276516681730b261e72751169e1139ffadfd1c6e3b1e2150ea7d9cdf91da75b +size 688603 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000158.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc46605524fc7070f21d8bf681892cbff077d7d9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5d0e628cc6b6213caaa26b1efa67b7dad4c490f17aed15a0495219c4d05ad7 +size 472894 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000159.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce4999605acc172ac8201e1586dc6ff6f17eea11 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc274eeaa9f92cfd3ac0965d6ef9328ae771d0cae3788b3c3ee549a574ce4a +size 692489 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000160.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a012cc823ec3ccb9656c2685adbfa263a5c35f88 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2effbf13be4a90ce5c93dea844614555e803272b02f979f3efe4620a73ce0bbb +size 355274 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000161.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1744916aba2cb67f2ffce37b133b784cba11e3b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2793c98fda53734808f06b73278ec7d9479981101444d2a600bbc5d6e9838c +size 982595 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000162.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af87193c2421d17dffb8840c9855592ed836d885 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a3f6c3d7800d34b98cc4ea17ae07d90d2cfe3e4e5f75f805454f357e162bc7 +size 373578 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000163.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..826f672f40705b2378b959d5d622c74a3fce7499 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453a0b8ee8b17dc231f92028a60392c70f96239f5552ea408739c9d65016cfa4 +size 514498 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000164.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba70fe758c212999c763226cfde6c5d424417f46 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f23dc8b54e48aaeb73d3ff6df32905bdf55cdbbac0781d831930a5af36bbcb +size 303159 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000165.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae210930c464ce005fdf32db349ed0a0d5f37ce5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c80393467bd3b2c12c09d83a356c54678d13de8925dd2acee6d34ad1cf5e534 +size 876254 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000166.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d23a0f850358c065c80c7a2acc8bbe5552100beb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e18701a58937e539dc45e680ce868a7d9471161e25ea8f1bd8e120a763d32f +size 441221 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000167.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75c4ed2015fe379581437e05b55773004f6b01d8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3725a8ffeaef10e7b0e064e2084205bff7b490675eef8084526fb0628857f6 +size 289886 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000168.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5efc1e9f47dd01f89ab07cc96aecd4b19db23fe --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787df35b8f44e53b5a4aa7ea251bb6b21ebe196fde6bfe86fc2c90112bcc4434 +size 540226 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000169.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f636576aeb171c22f5c9d812af3324698d481f35 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbce5f7e5a4319baa2e2db934ed426b4907560684e5e22e9ea926fe9533e0773 +size 328973 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000170.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9717fbcfde8be4ee85086447b820b76caac9f33 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5faee424098ec8c4a71276e525afae9ac35b4e6ffe9aebbc04e59b642bf81485 +size 714933 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000171.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c68421f08905a1bce9f76464bd1a4fb441bfb91 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bf1c19de7df31c1a0da4818fe02841582b8420890f8aa3168c6b83b19f9a4a +size 937214 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000172.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..015eec7fd3b03f023e2f3e823f4f2fcd866fc883 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ebbf514aa59d648f7d4cc1d99e9381d7e5e75abf3c453442f02527e9c5cc3 +size 313841 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000173.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0e4e29c4ca060d916aeef9b97060b7d04113f89 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad393a937a793b1959c2b9e5312b60b24c428054549ce2ccbf4c848934c09be +size 506989 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000174.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bdd4a79e046378d308a28162e7ee71804e3b39d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db801498fd546aafc93e3d46f45c8572eba48f32706f87bb706b9f18b592f45 +size 558421 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000175.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a55812ccfb89e23b2900286c039ca8fe97800212 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391877a3b502ec2034a18aa4a4da8fa9c767dce2ab268e132d92bd724ba67cff +size 407951 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000176.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c2c83833ee396d8ebd55e5d5b4861d27ff7dc31 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dea94ebaa6347bd89fe5a2acaa919d073b65b3d909c208905bb0faf79bbbdc +size 308420 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000177.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b4849f8205825228d9ccfdf1b5495ac52dfb07a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43b84cfbe7f383494123dab85719842b246568b695e43fb77625a75025b31e3 +size 453005 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000178.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5ec5616257326932148dd4bd712b7c0522ad532 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6a1694ed9f8d25b6ad9313f45a8db49c9ee2d24b6b592354fc15c991a1cb23 +size 560055 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000179.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e834e219e072207525ec6144102cd1fb15a74ba0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb717617ea1ffd78665feff12122c73da243b85d2f86e8a548dc0c4e7abc5c90 +size 531835 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000180.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01680c9703c83955146655b5a8f95e5c3fcd8fb8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6327e05fd670eb8866ef70064aaa33b3fdf85d1d716cc9a91e918284a1d435 +size 667935 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000181.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75e472f1e00b0f407c182cb30b1e509e22c68916 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30df30e0e0182fb1fe82c4d9f25b078e6be9e9e7164770adb190b3f7423a73bc +size 843753 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000182.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdab9d45e544cf53f34aa9702534b1fc8799d367 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ea3f769294a23093961197515952feec5c50700d537ba738f112990b73d5af +size 502332 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000183.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7705dcdc410cf4fa0af4e7a1835bcfa72e5922e7 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff463736aeda82f159023ae6b96e380ebe0aacda643d68b5e491d43ea2dd144c +size 350918 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000184.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f5341232bc5f106c4702c37c00a9b1333b2b834 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e7b4e096990c7c2c0861e8c5e81c42afa55d235b09435fae9eaba917a889ef +size 444401 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000185.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fb604285ea83f15d0c9cb94fdddb71cfd9c62c1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de288a6bb1aa65ad4d209489bd7c10a60da83307c1c6333a9d374eb796f5808e +size 494585 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000186.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf134667c3a4d64bf6696f6e41d6f950eccad7ab --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e117cd38f081b8f37e21d27d733c51d5722b0d36ad83ae89211889c3b3e8f6f3 +size 839814 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000187.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bddaf2461dfcc88119784e8bd39ca2339e90aeb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c18e019f3e11db58bf1df32e9a161e6652ae9dd42c741e11e005eefa5c52c35 +size 256861 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000188.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4f7cccbc452baaedd88f6e5bbd17a782510a57c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11582a1f9a060389544db0ca4c7dfab7e3688ca50a1b341c299972980992b700 +size 272471 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000189.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..356ee5d6aa8615878ca3d6b3de6e4a2f9d9097ef --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d8ba0a17c8874f25e7cd0f29af663eb1651a9f61105ca877b5c6404a5f8e2a +size 563906 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000190.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..464fbf5ec5520fe1b3035d9b12ff94f742eabbd3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ecaeaa70a1d82aad6303680b454275723ff061b3298761f0fa6c9ae0cb2611 +size 382424 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000191.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fedae508f3367f50ebecb7d1dcb8c3d442e9d49 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb4a3ec8a5aae8a294fbbb87b4f2c532c35192a2cb98f52808b2fbc8d087a15 +size 526674 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000192.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c488564f0f845f9cb038f44a2aa6e5ad6ed8461e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be50ac736db9296263ff1a34f1f9b4f215a2f06f05f17951069509c2d78de2ba +size 666055 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000193.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c442703f8b9d3529ed8b14c229efcfcba9f84b03 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb9e8b31134ccdb84669c24eb31d73546a4fd0313484f7eb445bd45cd09e113 +size 470244 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000194.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f0078efb2f9dd92bec4fc70efc609aaac2ca3c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc519069ad497ec6c0ccc9ffed026de8146f6a5bee38c260a7488c4d4cb25a7 +size 501638 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000195.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b61c15dacb90d42968cbcd814d751c4e2910d3f1 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5498f45b187fec145af59f3a0a55247b9613ed20ca070ec1403754080d3369 +size 294864 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000196.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aeca5eadcc07c09ea9d5aedf83158bb25924303 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14415e136b402dc4fab4d40d5c4840f1ac237bc495ca84ea9fae15389fe7aca2 +size 338113 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000197.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..721468320dbad88b5dcdfa3b6c53773718441d6f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569c766b937793d9b93477024f93370e68861a554b20bd2bf750a2b82b50b3b4 +size 530298 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000198.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f68e2cc89b13ffa1054ca250000aac5e4d0aa510 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e128eb1a86bcec04f976eef5db5acd17938fbc7ed57ae376c835dbd7f8da2 +size 523237 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000199.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6df41161ed4e8089750e06f89f673698182fc866 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b41a60aa657515aa3da9418f4caf7c6f6b4e56588b534711f4a097eab0d4459 +size 536567 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000200.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25021c71a162025b581c87f2f49da684415c2cf5 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097c1474f492c6fd547389f9d19b774cd5b6091db4f69779b60bdae4602c23fb +size 265399 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000201.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8fa9d63bb5eac8adc6f5f42a19164db33685b4b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be225790db3e67abeb494c7c5434ea2bf3ac5cc49dc43331a02792b507cae9e2 +size 507993 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000202.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1519adae6c9ee0a805b180fbc76abdeb41cb2cbb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b9113f6b662b092a145174c7a50c24ffce63e7b6c7f3501998ad6091914a48 +size 512417 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000203.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de49edb348be565f7fa4729321f1e3d305d2fa57 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3718b25530d67c8d90ff3fab82d33fd31ecf6cba6ed2b2f4eab239f965234372 +size 505999 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000204.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66e53adfa3c704c0ea5b38f4795a6891f5fa8b0b --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c561ec4d086592efc6f4077d78c5eeb9b249a0728ded5e94553fd59b21de497 +size 469894 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000205.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb21b8057aff5af3ca5e6366bad11044e16b512 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fc0eb40bca53f3574ee00ca122d37e3d8f0374aa97e5bf9e80d7e34dec67f6 +size 400902 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000206.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f426765a6f336e3da163e75169d85b0c9a062ad --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b96ec5a3f745286c855860a2f49b2c6524990a5ac90d453fd37500b95baf601 +size 429913 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000207.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63a6afdef27b85673197e5871e62b3c05440443a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc506db0749408b69deaa88f93496201282761c44c15fc2ec5cd895a98bef93b +size 1086167 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000208.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db3276b413bee6cc06ee82c694ea5abf98cd1b60 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148619dfcea7ba3d1051cd593dae94c36ac794e8e64e2c65727ef7f39d03d060 +size 462812 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000209.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d29f57166b971acb38bfaf207de9b100b5530e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85e4ffad4fb200c545f99141fef7ebeb29db7940038fc043e30c4f74cc0b3d6 +size 681083 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000210.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7881a6a39470cee9bee0de0b8c5c30ad325d8a3c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63575530bcbc08418d8b636f5fd2b81023cec9f5a27d3527bf723280ea3a65e7 +size 645821 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000211.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87a80477a27c69fe8619f73a4817e8d55a5f1eac --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e7f1e851cd6083e25f0e8c3e91701cd74cd35a871e1792649e1a6b44f66246 +size 326018 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000212.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0a5189323bac261fd8b4ab3b5b163a8efb357f2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90a2b90f0d6cd6b9e2c620616d590b830616bc9e42300e5c86a2fb94229dd51 +size 689441 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000213.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12496225bfae21213036eb86ccad6d755c32da40 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0e25483bd9fadf21b5185b00727fd8a88257fc015e3d92173c8d04cfab08f8 +size 781218 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000214.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ac8c1993aa1b799c4043436063bdaa27c70a700 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cc405048ba41259a7c07eea805313b514ec3a41167d76d2bd5691feede67b0 +size 450756 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000215.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f76410a218919d3a0f5a526f0b6b59e43fd1550c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f21ae0a66e18edfc6e7aabfd93ca5dea82727313c8e6b544d81cfc0bbc0351 +size 411160 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000216.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b8da813a9982d724bac7807f15eb19cac8d8a9c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c23eb457328345270645e9299d271a1b4d195e7cc902ea9c6f9dda2ee8e4002 +size 1154448 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000217.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..458ab159d7eac8ab3422e4c35b407600ec6b4109 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ce904ed7204be03596385be43c9a2c0ff1e8ad4c2d28ca14934e147ffeb296 +size 380689 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000218.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc7921eb6ad02694b709333da8b738b08ab061e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dc0b7aa13d14da6fce8d03b46e186ba52e2b2e908d985d8bfc65b83cd6c42a +size 297609 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000219.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a0ab1da4a3e3dfbd787922190284f805ebe61d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b669760f0905411d5dbfb6d935778f1fcd9d74807459b311fbb756844c7e0b +size 675695 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000220.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d84bff5816084fa546ca59d10841c6eac236f0e8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba30ae2e5f61e1e7342cfba9c11b1ca0706ddb123b3f2d8de9868b9f57f7a34 +size 492955 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000221.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b25d94640afbde681bece00b8fbe3ba2897eacc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3857cc983ad1a56309d406616bed675f6840590e48005b1a222f3d736bbb2ed8 +size 1203252 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000222.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e95715cfe7ff41359d33105ad61992aa6d4dd650 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690c24557c101593e2247243fd170533a98405b9b1633428097ec1b5e23a3d17 +size 501217 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000223.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9286293c701f495cf0dc4db9fde47a7b0918b4de --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dd5e34f92848043b726ff148960483da0c479ad3ea679f077945b6d62e5985 +size 568986 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000224.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c61c5df7520bf93fd3aa052e2da176e2a7ae3fb8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1930d2118347554f0e37a97113adec0bc0d5cf481f8e38422ebce8c9ca8660e6 +size 746892 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000225.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34f49529db8c7a745c5e57d3cf613acf5b8e6232 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb41cd6a14d9f695c9accbc56b64a4e61a090b4df1df6e93b686c7adb8d1ce87 +size 381679 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000226.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..168f6772afeff6c2a77000cb2a8333589981475c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a6c86db02424845bf5ae21ea464e2e9cb3ff07ad1907e4318319fc7e0bb465 +size 300289 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000227.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b1ecda9b3f5c1440b336ef0b13d563267e50085 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf7edaa69778cee0deebd0a33a8ccff552b3b12e382c11156894c52144399ce +size 332365 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000228.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f23a33339fec4cc731fcfb62f2b4188037582d27 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da9b89c6bd2f90946fa971c7747dab72f056ceecc10cc75f2b90cfe0cc858d1 +size 654241 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000229.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d88012a2a82c3a12b1c24a6624c5670883a0740a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf5c7684fdb5a0d4f3401d0f4625185f785cf453330380fbf15be8125cb1895 +size 410099 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000230.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34dd32e96d58538b582fc1336e6da9a7ce36399d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0fbfaf9570560057e4780bbe760af3ec481a247f6942add1ce4bb58234649b +size 456379 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000231.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c01ecda8f43e2f816eea7739406554b21c7c4945 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783969c5e8caf60b31df73f7e437e156027e2fb1769419b4f82f7d16969faaac +size 479238 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000232.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f78d650a119128c82ec0c962079131c72c640c1d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441bc1763dded20893085d041b462ad32e4bafc36e680c8c497527f45f73a54f +size 314983 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000233.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c55e0068540f56a2069d05fbe1877ed8279fab8 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7268302aa32df13fbb4848bac4326f1d45d3f1a8f96f74a904957e178d3b71 +size 555675 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000234.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cc7a107561e8071c07eb9063613b85157539a77 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c11974d2d8c2896016b12e15c315ba99b86d62bf72b37ef63f3918c585b38a5 +size 434646 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000235.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95a16bb6c2c5dc70c27fa236b4a006229f1b043d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19535a4a5694cde1269630c656309150b9af93c428085ef0c5ac636ed0d3b686 +size 356308 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000236.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98beb17b6ddd40e87a2f7a2cc234e4643c46ccb9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df01232c511e04052549f139a1d5c5f40195736fbb08edbb44c738fe5d76732b +size 265724 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000237.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f10b3d297ca940e9e69426d6530f50e04ecfdce9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe46900f0e8a0b00d694592a7d5321625a035d241877076dc64263f37b8f8950 +size 352431 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000238.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..538a12b9796b325fb1d1fc2dc317261521a91adf --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798b5a4abbb5474d476dea8bec41010547233703316b9e61dff738c320bd625e +size 831753 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000239.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea083ba7e621adb2b03794d15602f2f666b943cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71cda40358e899781869c5fa990eb4e98d8b02cdc77a1ae4870c4869fc5c7aa +size 631325 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000240.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7048f28d48d4a3b907cf6d934c4680108e8f40a0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc3c29428f511c49676969b9dcf25cc95991165cb66e37af4bd93714516f3fd +size 512324 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000241.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3b2b62efbc6b890fd7d7425aaa47481ca1a1582 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5408ff4cc5b621efddf251e7b68c0aa109a1770aaff189565ed4ff348fc1ae0 +size 595849 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000242.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c298b2eba3025a152d852756e7b09ef58f506aea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3c1247842f60f61e8e76f30c8277dc4b984867aacda45238cd63dcb4d12797 +size 351360 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000243.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5de313c756bd05c9423701c5a937259b86b8111 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c02e5456b014080522f41a0dc4a1b22211d6fe8b45a54c273e453174249f12 +size 334853 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000244.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c8b97e942819f5ef918147b73c8af9333c307e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bdfed4ccd58aba542cdc293e74bae6ad95486f3b8aa44b6541425e77b2a6cd +size 727952 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000245.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77496d2d2f9f2d7ac6b1c0f4c60f5070ab804000 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d1c643499a9e1d2cbee7b0c55bba829e5349d2d9285f28c1d2c77486fc2ec1 +size 399879 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000246.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29a173f51888f6f98e38282c49f50d5cd31157c2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a7edfc555887124d6e6442d8df47f392e7fbba47a86a8e8a6b8e503c146056 +size 524980 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000247.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02881a7ef1e47cca75a71bca8ae14e38abc8bf2a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c8a088b9c273cf27c2ab9d6219439c275456d98345d3b8dcfbda8a2a34dd86 +size 362716 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000248.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81fc9ff1f2275e535dadaf8c575630d7a063b5a2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb276a0838936deb89ff56057f5ca395d2e73a300b2dcbe2bc34f31fbb3a6759 +size 334709 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000249.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fd5ac59244e50574def1ecb9ce2b93ee36b02cb --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fad57beef9b414a43af5c13eb9995ca49dd613d082eae79f3f7e7c356f56afd +size 412625 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000250.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbd50bd326b7ee0aa7ecad1cb9550c90d2615101 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c19ec8907b8ef35ddbf256138377d64032345eb0e13c92fa10df6f4a12d0458 +size 315295 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000251.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4b5d1889c5e21713e82cc283e8799db2397174d --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de37e9aacbf4f81c298f589ddf019632747650724bf0ea30a49c30402fbdf97 +size 547324 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000252.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28c98fff47d7fa3b4aece0e1f34f3e3894c23bfd --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1a92caaf0602611fda00b5935c031d43e64216d7e2b1df926f70f897a5157a +size 789988 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000253.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..951b7b8d86dc61b7ea101136461ac6071ca6d2d4 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452ae8fd5b8b980d45ef3fa5b078e67dc21627b43789a40bc015aa68be61cb61 +size 897425 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000254.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22573aff105746afcd7a32e1a1ad9f838af0359f --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5907fcaf72622e07aa2ac111703a44cb76244456a1127ddb903e0347e5a951 +size 530218 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000255.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d4ae3296d24838fc1dcde1ffc9c5d9610c4fe6 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacfc834a47aa470f84f2cb1c678dc7d48c2fdc21d36624243911c3cdac81c6a +size 645804 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000256.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fdd87110dc15cbfca17584b43c4319512579c1a --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7f78b5e9d3dd08f1fb0051ab9c108a321ac5069d9e505551af1bc0a7ffc645 +size 377120 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000257.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b2a94de135a490d1485db4bc64edb62b9d73fdc --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc1ad7f2af1480e9d6d9af4d741d6bcdba095ad77cf8cf9666c10ec8178f77b +size 773868 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000258.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd15db67edc89793b4413af5818082cd305e2c51 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb41a051d8eb756aec301fb157e708236b78a1847061b6b3a0509fd82c092802 +size 354088 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000259.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3663c4e88fe6721df0c7c26df5606e9a16ec13ea --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec36ad3c5c6a835e1239695225cc3577ce8b8874d6a4f4fc7426753647a2dd3c +size 435556 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000260.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78db103a3172311e6e2ef92ecf3cae059c56178e --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d8be6a14213319df53e16dceb35b0cd7d4e5a7035ceae51ac6921d28a19a69 +size 777415 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000261.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc594cddc05951ad7bb5698f89437f1eb652f531 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfae783046536682de511efbd8f7d708184be31e48c6af4c16a1ddb1566288be +size 279379 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000262.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1bb013e12e9f4732850cd584f275196a4c77c31 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad3eeab1e3f84f2a2efaa1fd889db6ec9daff8005a079a9806668ad4f79458a +size 461269 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000263.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d16d13007b41bb75b972849f448bb24bcca55fd3 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0890236e9ddea7697e7522c8843a84dd6ee97c7fa5e650244a526fb5bba0360 +size 332448 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000264.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec65bc81ea6df9f1e918aee90cd2ad814ff58619 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8fef870800a3741742006e13cb5b603998a5b68c6aac1d5fde855136998c22 +size 1403068 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000265.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8c2b78d2a562e8c0e28480ace7d5506451da07 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffb686f23e289988b16f2a19b78fc1d28ff920d34332463082fef819a167eef +size 633510 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000266.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d138dcb5c6e2c476801c124dfaf72dd61804e1e9 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fc55af5f635d2324653af0d29211dfa71bb577f4ff9cb7ce860b03cf22f146 +size 330778 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000267.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aae698c0c02fca5bd98b87353cfd522b84eab93 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf86e56d1eb340f4ab5573c6a701c4503b56b9cca277e7f8f1a04097f03a9ac +size 376610 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000268.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53f7275b49d3e5b324e52eb04f719b08c988e2d0 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ff387af936f4fc9c400ceff822e3b75c81a5d4c6203bfc0574503dcc032bf2 +size 534314 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000269.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f8160d7ba7bfcff169097d294b7ce777e39c64c --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a187617e465c06d6784121343eb3779712136f64cce00a04942566ed147c04 +size 554259 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000270.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eccba5cdbf622400cca691811e8569fd0f57fbe2 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb498511960375575cf034eab2891ecb14554c2ce3dc5a29d5a196b6b171123 +size 402277 diff --git a/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000271.mp4 b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..067d29cdbb5224259f004eaeeb576dcb9eaa4678 --- /dev/null +++ b/pick/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c9f92141af02ed77fcc1c3f13091a4cc27bc008d296f6a6b1889f84a3cba99 +size 309899 diff --git a/place_bench/data/chunk-000/episode_000000.parquet b/place_bench/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28e854137420da01235527df78d113d703c402cd --- /dev/null +++ b/place_bench/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6ac532b6708fa463023c04df54d85cde836e57b011f816ac56a70c85a6a359 +size 37803 diff --git a/place_bench/data/chunk-000/episode_000001.parquet b/place_bench/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b1ba039ad5e9f899943269cce163f132dce826d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a862c9ed27dd88e3d3cfc39f64461d5819bceb310bc83a05e819b256c519f56 +size 12853 diff --git a/place_bench/data/chunk-000/episode_000002.parquet b/place_bench/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..055305d595a26baca67d37a9bfa73e621f243ac5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267076d618f2275dbf131a2affd8b21a5ff51ea47bf8b09af9fe0a1335ed3cc9 +size 20730 diff --git a/place_bench/data/chunk-000/episode_000003.parquet b/place_bench/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..191c6aab698e4085c4f1c87b2501f6b093172802 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d87fe2991527b899704d1b3d0cc82af796978a9fad21501948cfe8f097e607 +size 27055 diff --git a/place_bench/data/chunk-000/episode_000004.parquet b/place_bench/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ec71ca8b001ddebb50622de954d51eab20e906a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1945899f8bccb623f65addc3ff0e83c92269116bffdd15c08996e94ba119211e +size 22631 diff --git a/place_bench/data/chunk-000/episode_000005.parquet b/place_bench/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1e5bacc2108536bd2f10d1ebf62f6e3cb81189c --- /dev/null +++ b/place_bench/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdd61006b0dde75b144bd87f81e6c647e597acdfd5ce0977335fd53aec77bad +size 54510 diff --git a/place_bench/data/chunk-000/episode_000006.parquet b/place_bench/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74e4c3f92f2e821ef37fec907857bc55d71d0d1c --- /dev/null +++ b/place_bench/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfb260f6b7293f61684ab3cf609a82a58b5e061a997040516c11b086f9569ea +size 26330 diff --git a/place_bench/data/chunk-000/episode_000007.parquet b/place_bench/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4e169bf470ebe06351aa1a42b8619e524d520ca --- /dev/null +++ b/place_bench/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da0d0d81101fb1de1e2a3d9619eadf0fc858cd227e98a7761d4d18534f99ced +size 12599 diff --git a/place_bench/data/chunk-000/episode_000008.parquet b/place_bench/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97fa5539161011788edaa57fce3034b3f129635b --- /dev/null +++ b/place_bench/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73a8107361c154d32f501b6c52e13dafb460ea08633a3e4e22c58be67578a71 +size 26782 diff --git a/place_bench/data/chunk-000/episode_000009.parquet b/place_bench/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..069962f06253805072b419afcc599243707965e5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f027b5ea90f5d38dea24587211ac51a21724361bb21b68d39bd5287199e48e2d +size 13839 diff --git a/place_bench/data/chunk-000/episode_000010.parquet b/place_bench/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21c8d14b871f9abb466488c9757eb5f1e10b6203 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860dd0ba9fc141bac7d857a84a051deba531163d436d460b7379ea6e4ad60ed8 +size 19404 diff --git a/place_bench/data/chunk-000/episode_000011.parquet b/place_bench/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b93ec3b98ae2e2bfb1c69f712f3591ec8928c0a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5e7664ade9e21f1cf2f78b2da54b6a9f5ebfa88228b25a0fb19eb20cb022bc +size 23941 diff --git a/place_bench/data/chunk-000/episode_000012.parquet b/place_bench/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..959e054622db185c3920c863410935916eab1020 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d769fcde942d5de4764378a6d2ca0b23aa8764413a94c108edc4c791d6014086 +size 56032 diff --git a/place_bench/data/chunk-000/episode_000013.parquet b/place_bench/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a42e99d135bcad9563e079ce138fe9977b4fca8 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9f65db196ff74108d51d81eb59fe5d3c57fd3a88f777a678f210ddd2a375af +size 19546 diff --git a/place_bench/data/chunk-000/episode_000014.parquet b/place_bench/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5fc42b5c27ca0aae7e6ed339419304ed317fe09 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6daa1d1198621d99e1a8e0e408a9efb3aa9e009a13636837d638c7ec15930d3 +size 14940 diff --git a/place_bench/data/chunk-000/episode_000015.parquet b/place_bench/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9271d1635ab5b90931c229039f7e61ad87c7a4ed --- /dev/null +++ b/place_bench/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4469065e952c315f628f0addf1a0ea0d3c7b1dafd076c3f4b5b54958f3461de8 +size 34114 diff --git a/place_bench/data/chunk-000/episode_000016.parquet b/place_bench/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4301f26baa841284e5030ebf4c43da0bd25f79e3 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a324aac6acc61de5038aad32bf0a51b62a651cdaae1d077d05cf911c78aeee +size 20502 diff --git a/place_bench/data/chunk-000/episode_000017.parquet b/place_bench/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e735549f4c97b3dc243dc6b59b6eb0de68d5da4 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daec2b8e7af496f6427ea88f1bd7c30af474277547bcd4a5603e81cdf57edf3f +size 69342 diff --git a/place_bench/data/chunk-000/episode_000018.parquet b/place_bench/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a3fc80de61ff4ff4f89b98e3f4b56634ed5e0ee --- /dev/null +++ b/place_bench/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b10a29e696954ab2f856eebab0480d86fdb99d4cf99b143bd954d79b8f33618 +size 59275 diff --git a/place_bench/data/chunk-000/episode_000019.parquet b/place_bench/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ec6a76c91b65b5942b3e82c8479b79dfabbf6a6 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83cec44749098f953aebf550d0769065a84b45191087b93f9fac94c50b8455d +size 47761 diff --git a/place_bench/data/chunk-000/episode_000020.parquet b/place_bench/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78603d7d658e0d53bd66c69991d57baafd8707a0 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79eef366018f495388ad2d0ad81fc927223cb50a35eb98874d0a2491b5cef02 +size 10440 diff --git a/place_bench/data/chunk-000/episode_000021.parquet b/place_bench/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..877d7c5a172b4859d05ad007f4488dbbd90ec219 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4711447e2860fee676663f9fe8d451f7e80c471da19ef0730fb813e9bcbceb +size 45537 diff --git a/place_bench/data/chunk-000/episode_000022.parquet b/place_bench/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f787973bee2f6cbb428a51778c002b6b2c9f6417 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1a8bf15ee91e335f2e42531ad3bcb01a5db49663256242006c6af4eb306e83 +size 20472 diff --git a/place_bench/data/chunk-000/episode_000023.parquet b/place_bench/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d3bdbfe5afdcc1c9706e2c6df87655b25666c85 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60219a8b25750760d9fb63e285bdc29df63359103e1d853c2ee2cd1f8f755dc3 +size 21083 diff --git a/place_bench/data/chunk-000/episode_000024.parquet b/place_bench/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..259f832d9dfe88facf09aba8e469832f9f7b11c7 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2ef8b8c475f91f5af4bd112c5a2cce1ca892080c3bf0eda90526876a4e3342 +size 12530 diff --git a/place_bench/data/chunk-000/episode_000025.parquet b/place_bench/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbb4181b4a09bc4f75c86891a92907f023221e9f --- /dev/null +++ b/place_bench/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c009281347fea01f83f1c77c74a0736b8165bae4736760aba5a66381bb56a8 +size 28100 diff --git a/place_bench/data/chunk-000/episode_000026.parquet b/place_bench/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02b6e30ec8ddff9298fe23c12c14db5830cdfadf --- /dev/null +++ b/place_bench/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ffdd13265e1199dd5afb440c345a473ca6fecaa6ce98c5cee03decfaf325d7 +size 21593 diff --git a/place_bench/data/chunk-000/episode_000027.parquet b/place_bench/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b17c71092f4d1484799060d43b6dc341217ba351 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3270a256a32614df638bc2c206a102a666cff9386a0632e63def4b5875d357 +size 18557 diff --git a/place_bench/data/chunk-000/episode_000028.parquet b/place_bench/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..371039403314ab8836050464f4a440ddf144ed75 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8095cf6b7f934c7c559420071f5a2f61492a80a124e02c138b599dddbba578 +size 14122 diff --git a/place_bench/data/chunk-000/episode_000029.parquet b/place_bench/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b44161f0dc9a54dbaa0218394779347391d59c4 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7bb9ceac2d2c84e9be841bc9ae1aad28753f30764b11eef18a495c598f8aa9 +size 13287 diff --git a/place_bench/data/chunk-000/episode_000030.parquet b/place_bench/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f457d3f6b0b7beb327cbc47caf4a1b258b63feb1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d1276bcce281b78a1ea113b2d3ee8030e9db8fbc5955c717d466b50afb4630 +size 39879 diff --git a/place_bench/data/chunk-000/episode_000031.parquet b/place_bench/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a92d87e4e2283bacc20089a9bb8b4e88552152a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40199a3025864f4c2807532e2560eb1361b43e43428b54d931ffa92868f3dddc +size 10457 diff --git a/place_bench/data/chunk-000/episode_000032.parquet b/place_bench/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5be5d4a6a3b91d4dea581e68c56bb51b975a1f7 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2de89af5eb8f093931dcfd3f5d0c253586e2e0259ce9644c91a08711142657 +size 47509 diff --git a/place_bench/data/chunk-000/episode_000033.parquet b/place_bench/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..468bdeb37a2394b7350efff6bff3ec6321b276e1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7598ddf509ce3e846e090f22b8f3d264f29d404d7c6f3660ebfd506e6ee75a41 +size 16887 diff --git a/place_bench/data/chunk-000/episode_000034.parquet b/place_bench/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf4f2130cd8f73101aa5a6ef8734f807e4ba0fba --- /dev/null +++ b/place_bench/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14f49a434ae551e4f72467dcfdb2ab34764afcbdb292f6f35197428bb120d49 +size 21246 diff --git a/place_bench/data/chunk-000/episode_000035.parquet b/place_bench/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b90f8944797dd9cb687e426cdd2616df779fa963 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3feb3d9bba42752f1efd1bc47037f983782d6ddeb2671bbf3c6a7c650bfd642 +size 18678 diff --git a/place_bench/data/chunk-000/episode_000036.parquet b/place_bench/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aade143dab213c1f3229a5bc2f2c3bad729e80b5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4f65fd249333f1fc02d6a92ee78ed1be145a2f3edaf57389e82e516b2ce134 +size 56830 diff --git a/place_bench/data/chunk-000/episode_000037.parquet b/place_bench/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93e951fbc3fe2398c03f1e4ef6eb7e9f4cf72ba1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382f4b7dd63863c1e6e9e5feb65916effc7671ada2886bbb285a0d93e97a4774 +size 15739 diff --git a/place_bench/data/chunk-000/episode_000038.parquet b/place_bench/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..becedda1d4436f4795715ed4949f4d8a9b91f6b1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f48a0c75c5c373576bfd8603bd5e1471f3a05a2c309153f4c52c477dd2a5fe +size 18165 diff --git a/place_bench/data/chunk-000/episode_000039.parquet b/place_bench/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec2e5250ae21e12f04374e207f9a7aa5eb4d5ff4 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1755cdaf16f9711617038890d4683443d3c12a6635df0376349971da861fa9a +size 18950 diff --git a/place_bench/data/chunk-000/episode_000040.parquet b/place_bench/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f4ee0091fdd02927ff81c9fac427cda0bdb884d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a063c642246740c63afe039ba3be2b7075bb6541c8e4d92b8b24301d451fba9 +size 18690 diff --git a/place_bench/data/chunk-000/episode_000041.parquet b/place_bench/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..425844bdd918fe9105ed0e0f4fefe79fb5dc6f44 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7428dda97006add5b7fb95f7f588255b3ae1c3f338c126a050fd48d17fa1cf04 +size 20252 diff --git a/place_bench/data/chunk-000/episode_000042.parquet b/place_bench/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61f2cc7dfe7603f927ec6e9b1e26f8bb5e7cce1c --- /dev/null +++ b/place_bench/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e25caf495a4096419f0264990ae885c0380f75ce1e1fa1d49507328bc1f2c6 +size 12074 diff --git a/place_bench/data/chunk-000/episode_000043.parquet b/place_bench/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87a34246267f6c13457161438733a91396b3d8d0 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdda44ee77f0b0f2c848083d138c6948f0c8bc9123a990c83465ca5e786b7bd +size 25724 diff --git a/place_bench/data/chunk-000/episode_000044.parquet b/place_bench/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b77144a1a22c63117ef3a066e9141357412c8278 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ef3d1d251f43fd62b2a957c64c5b38265fa2b53f3103e4e877907211ad51d2 +size 19813 diff --git a/place_bench/data/chunk-000/episode_000045.parquet b/place_bench/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dca2694326363b4e02cd560f07ca450aa689b6a5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a8178563c047aa5d278e6b374ed80e0d2fac10ee7ee37afd36ad101e3af334 +size 32077 diff --git a/place_bench/data/chunk-000/episode_000046.parquet b/place_bench/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65b272ea8e760b7ef321425f06111ac6cf6b4cf0 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c6d28eba448559cc30f1cd20e269c11fab5d72a122789d2acb4beb7f79b96 +size 15239 diff --git a/place_bench/data/chunk-000/episode_000047.parquet b/place_bench/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39326ef9bed9ffae00f1f45530066093955692c6 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b686d2615bfc9f99d939ea95e942ba6f423144e156de14e2f38d67c7d39ca90 +size 18624 diff --git a/place_bench/data/chunk-000/episode_000048.parquet b/place_bench/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cdef4155eceb394641b90b2f6f2802f4e38e43a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73fa646964d0343264f3a196bea5cf24f1b22704a3cfc63baebb377e5d962f7 +size 23145 diff --git a/place_bench/data/chunk-000/episode_000049.parquet b/place_bench/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ad7cd84a1591ce03f79858ca14bfcdd331690f8 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579d3a8a7fb132deff6a98651a104fc86fa5ecd963c6b4d73f03c130813fddad +size 32641 diff --git a/place_bench/data/chunk-000/episode_000050.parquet b/place_bench/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..526e7509ae641a55f1290c6efaeccf26c6d2a1c1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637a803695bb4a3a1e846b054e981da15a3567e6401e7ee649afe8d0235468b1 +size 47069 diff --git a/place_bench/data/chunk-000/episode_000051.parquet b/place_bench/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..790e7af06bfca015de9f659c94f3b4c08c461b00 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536fc35bd48ce27cdb6ae6dacfda6ace0f8b7e4eabe42d333aefad0b473987d6 +size 22637 diff --git a/place_bench/data/chunk-000/episode_000052.parquet b/place_bench/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ab45cedc64148c7354f17349b05f347768ec839 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5639e7dea35d943fa2fe3b288ed00d5d207ccd52c183bb89d77ef3ed7fb7e71 +size 44291 diff --git a/place_bench/data/chunk-000/episode_000053.parquet b/place_bench/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d17137307752f29218b52637030b569c9f7647a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2f1378e2fb34f2a5a7cd5225cf65ccd83b5c445450e0b312bc2cb4a82f174f +size 39956 diff --git a/place_bench/data/chunk-000/episode_000054.parquet b/place_bench/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91920853ab40fdbc9aab36ba39eb0dc741e98a5d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7febe645a05be9e6f52e653d2d024495c06c1505c2db5d27955a3701b70706ef +size 46939 diff --git a/place_bench/data/chunk-000/episode_000055.parquet b/place_bench/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f4b975831879d8673cad94c1798bd8399918df6 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5221e6f5cf2aba25f49f91fb7cb00d86c0cd2b954873766a975a90b14e75496c +size 35442 diff --git a/place_bench/data/chunk-000/episode_000056.parquet b/place_bench/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7206944587d583f3b4eb7722032509005b3c734d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525b92025b6e84c00369aac0540f0a063b32c5798c07ea7d2aeedd27a19ca887 +size 39854 diff --git a/place_bench/data/chunk-000/episode_000057.parquet b/place_bench/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c21626eabc656ba3260d38c9ae42f620ec8fdea --- /dev/null +++ b/place_bench/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd9a332253fcba6151351bbe04a4ec09cdba839e744871b6e7df50bb723a2a8 +size 12910 diff --git a/place_bench/data/chunk-000/episode_000058.parquet b/place_bench/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0b14035da97d4918b901260a323260f867173ba --- /dev/null +++ b/place_bench/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7d0b7be936a83425241995e015f3ccb6081fd9b3060c791870c095e5f766ee +size 11834 diff --git a/place_bench/data/chunk-000/episode_000059.parquet b/place_bench/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9aef4dd12700c629c9b20e702b99cf58121def9 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154d6d177a7f30ebd46fa43c628f07cd552de019aed6a678d99311ddd05de77b +size 21883 diff --git a/place_bench/data/chunk-000/episode_000060.parquet b/place_bench/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dca3d64ea3b1c70aae5a107175eeff27df4744b3 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6029f1dd6e523d3995cccb8a8d8fe422164581114b98b7e1e34f4b25c3a1f66a +size 44138 diff --git a/place_bench/data/chunk-000/episode_000061.parquet b/place_bench/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fa7a9d87832fbfa9e87a7ba5178ab8cbdbbe66d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ef01b8b8c837ff7ece7eefa0c9ca909dd4e932e1f82233296f11ffb2e6024f +size 24727 diff --git a/place_bench/data/chunk-000/episode_000062.parquet b/place_bench/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81fcb93013003c52a47cac333c88f89a23d751d5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe13cfd1f7df1e73472cb53e8ba6e87395fcac42a89a40e82b625b145b3a36b +size 58898 diff --git a/place_bench/data/chunk-000/episode_000063.parquet b/place_bench/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7cf621d2002fd796d08bdb6fc156d3fda8e4037 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bf729c8eb38e9cbbbaff76f8ca1bb61f3b4a39ab9c1fbdf15d649c8cc23ac1 +size 18316 diff --git a/place_bench/data/chunk-000/episode_000064.parquet b/place_bench/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e0f6323f49836b722fa6dfa078fc518b8c50232 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3334f462ab47091ead8ca89ab9196b9f1c559c4be38c1964e1927ed6e757b8 +size 35199 diff --git a/place_bench/data/chunk-000/episode_000065.parquet b/place_bench/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ba3b0e82cad8c7584711da9b3fc87abb19d7d67 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd7cbcbea21c0dee69a0778c8660a2e1b502d7c32b2f4e3318b13e40b95a58c +size 16192 diff --git a/place_bench/data/chunk-000/episode_000066.parquet b/place_bench/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4b767919b7e16c8133bdfd32e2074002ff08e4a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee38aebc87cecbd81d415024fa049423d650adeed143bb082ff586c52031dae +size 17964 diff --git a/place_bench/data/chunk-000/episode_000067.parquet b/place_bench/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8fa7a61c4d73939d257622823fc1d59e6dc5627 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4bfea58dcb497f767b6548aea2227af07fc9e835c1f462eba4b0e56b6501ba +size 32265 diff --git a/place_bench/data/chunk-000/episode_000068.parquet b/place_bench/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dac048a2c04b2d94d86af5b93f814bd0868eb4cf --- /dev/null +++ b/place_bench/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b299583a656f75f4b4dc4ca2c6ace0a251f8ac940197ec57ce614d3dd2dd0a +size 14903 diff --git a/place_bench/data/chunk-000/episode_000069.parquet b/place_bench/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5aafe2b81d6de1e9603ecaf9848860ba4a52d9b8 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21b4d377c0d2b782fc5296d6cb107d03721b0de27b43955131fc441d7f82ead +size 20615 diff --git a/place_bench/data/chunk-000/episode_000070.parquet b/place_bench/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..941d0dbd320ecdb3fd53ef84f599e5e0e58d5dc5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2971ad6090cacd7f1d33329418df4c941627ab0adfd8a464e4ce48afda9607 +size 44162 diff --git a/place_bench/data/chunk-000/episode_000071.parquet b/place_bench/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06f9ceb7a67835eaa05601c37007661d42693fe5 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3400e0bc1e78ff12349533c472748e6fe8c02e4fcd788ce6f951baf0188337c +size 21972 diff --git a/place_bench/data/chunk-000/episode_000072.parquet b/place_bench/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdfd34ced413cad582d36270d99579a6d44cee51 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568296e1a69ec761cf35a2ea5fbcea7418bed15e0be7d10ed4580b0c9e0b5241 +size 11272 diff --git a/place_bench/data/chunk-000/episode_000073.parquet b/place_bench/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80be8aaab434d4186ed73a68e6f6a85bfdd0762c --- /dev/null +++ b/place_bench/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec52aa9db99c2fbb8fd00241bae5c831555a12ca8e9be5b239f2b677c8d7d0f +size 18259 diff --git a/place_bench/data/chunk-000/episode_000074.parquet b/place_bench/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..942ce6cceed92045067fc0ab8473cf83a2ecc995 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7681ca10271866de2725171d499a43e67088a1136ace87000d438df549eea71e +size 29146 diff --git a/place_bench/data/chunk-000/episode_000075.parquet b/place_bench/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f0be6d5441ed02edb26ab9d5ca7c10fb4947b29 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39ede395073d27bb24ec53d27684b8278bd78059feeb15602bce9120625db12 +size 37560 diff --git a/place_bench/data/chunk-000/episode_000076.parquet b/place_bench/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5baec94b92ab64e52409c21b2b40d89b5276fe6 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5f5687f2250a91052d4fdb0bd8ebfae10717587816bd747d75e57a533e4386 +size 19269 diff --git a/place_bench/data/chunk-000/episode_000077.parquet b/place_bench/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb661c551b0678a98dd9b043fe5a6377ab7ddb1d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec303c06b9aaa304f13e4b3927c811d822cf60c0866b569d42b972283f9948e +size 40557 diff --git a/place_bench/data/chunk-000/episode_000078.parquet b/place_bench/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e3746fab9d1964451eda7b2459e24c7df2625e4 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae4d689124f1fc757b6e023aa4ba6c3ae919c93544db7fadbb32f3c2d168e46 +size 22099 diff --git a/place_bench/data/chunk-000/episode_000079.parquet b/place_bench/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d58b1df247a2950ff597b8b3ce85cbac5d909d3b --- /dev/null +++ b/place_bench/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7eb3a4ac96e5f9d25219173c037315727f4da21ac22eee5ba724386d1ec15b +size 62311 diff --git a/place_bench/data/chunk-000/episode_000080.parquet b/place_bench/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc52db545e733009f76fec5e3aeff7fefdacaa81 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efd9f74a3b90b34a539435b900f709863e6672289065888313c7a52bb60546b +size 33058 diff --git a/place_bench/data/chunk-000/episode_000081.parquet b/place_bench/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2afa8b3d42fd6b31358fe8dfa9e0344c01b5b186 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c067ed31fa6cccfb39b2119c4ff0920cab2de08df89226d45d7e9a1d24129642 +size 25883 diff --git a/place_bench/data/chunk-000/episode_000082.parquet b/place_bench/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d5b54d9ded2acdc822a833c015504c470641b52 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894d10a836529a8f4ca68ccd85c004324137f335f8e8267da00d226b2fe83d5f +size 68339 diff --git a/place_bench/data/chunk-000/episode_000083.parquet b/place_bench/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4d89bd6819a3cd4385b0dcdea7ad1423cea0a32 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98660aa59ade66087fb30b5b0b42c9edcd534ef64d8c13152c2cdfbad41294fc +size 30353 diff --git a/place_bench/data/chunk-000/episode_000084.parquet b/place_bench/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdbb5e8983eeba4df51b48f0daf8f190b4e656ed --- /dev/null +++ b/place_bench/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643cda9624f70916f768530770c03344181e8fe3d1ac35bd8d7d120c4b099e2d +size 13150 diff --git a/place_bench/data/chunk-000/episode_000085.parquet b/place_bench/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be79f675af9acb24ce33ea180480009385bbe139 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1c7f39c07cd0bf42ce67581e232bc4ba4ae32d5226cc1aa3de415ebf9043a +size 14296 diff --git a/place_bench/data/chunk-000/episode_000086.parquet b/place_bench/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1aa4aed3d122d5945a8bad8756e2eed766f16798 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7eb687df0c8324352e325bd39f9096af7ebc82e96d48f92f4cd0b59ccb0264e +size 21526 diff --git a/place_bench/data/chunk-000/episode_000087.parquet b/place_bench/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4e42cd8c0b6835e8387a4b43da6d3fdf1fadab1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b909be28d9296b81bcf628700d33249894e44e70908bf8ba990056fb433df4 +size 10216 diff --git a/place_bench/data/chunk-000/episode_000088.parquet b/place_bench/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..130de96a050c41d36a0b111c27b67c1c8105cf23 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac668b3ea6e73f3033f90703144b43759241ba0c89ec42a8733eb2ded0eaa88 +size 35120 diff --git a/place_bench/data/chunk-000/episode_000089.parquet b/place_bench/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b605569b7d733fb2389fbdb5bc5f314e1e276c1d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafe29158c8544b6d27d9e6a463928103440d099fe8ec73bd10e4c1e095459c5 +size 22566 diff --git a/place_bench/data/chunk-000/episode_000090.parquet b/place_bench/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b60e0eb75cc231894d0cb0faa501325584cf0d2d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eb62821171d6674d4b9eabd061094c0186d66df95f0390c02d817f0a53e66e +size 16812 diff --git a/place_bench/data/chunk-000/episode_000091.parquet b/place_bench/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6359ea68bb66a2a9aafedf49e4c97454dc81662 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6eb36076d5e5d4beebdffc6b662d73bc4f5c9ba26a29e35cf2e56de955e687 +size 12233 diff --git a/place_bench/data/chunk-000/episode_000092.parquet b/place_bench/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d9fe8b71ce7dd8340ccf3e2ddc9a735849c643d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b23d9cc9abcfd1e95e7dfb269a87d2de4dddac4dee32263d599331a391b4adb +size 40253 diff --git a/place_bench/data/chunk-000/episode_000093.parquet b/place_bench/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f7fa66bef120307d4e7985b66438f1ed0f76a78 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e7f21e1c65c11eeeecc8667f9b7767f418d30dcb89500a10b23107adcbc4fc +size 14473 diff --git a/place_bench/data/chunk-000/episode_000094.parquet b/place_bench/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..834491ad9ea30e70a77eb68f657f079b9ce01368 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8bc0b4e1cc1a6a3fd723cc37a8af0f0d0795f8928a7d9304b98e0d2031cfb0 +size 14434 diff --git a/place_bench/data/chunk-000/episode_000095.parquet b/place_bench/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e97bd1b351fa5bde8ff92114608fe9b91db7d831 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06b1a891708ca2cbf5bb624f5dbb93109897b24d2ccd7fdc43aa72810d576c6 +size 19266 diff --git a/place_bench/data/chunk-000/episode_000096.parquet b/place_bench/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0720b73825a7b0def73ce6fd758e06def28fdcd9 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf831669855c15f16796c29c04cc249596d5e6fd26f24e633129d9769502d57 +size 53492 diff --git a/place_bench/data/chunk-000/episode_000097.parquet b/place_bench/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8c574dfc2f07826547bbbf08c3ffe807b9979e3 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8554abae3fb9ad2364033aab25e1c4b22828d11e78ddd56bafb548dee1b2711b +size 29403 diff --git a/place_bench/data/chunk-000/episode_000098.parquet b/place_bench/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16846f67fa566c831318f2c108251dfe9b12c9ba --- /dev/null +++ b/place_bench/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fba654a09c9e0f47991617d5636cb1cecfc0b77dcb9c93b49ede1c843cacf1f +size 17243 diff --git a/place_bench/data/chunk-000/episode_000099.parquet b/place_bench/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..626d1b1b8fbe9b19c474d7f19d637b0202d40b95 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52b1faf45021e74400b9bd7f05dee5c3b7591ec17d7a09aaa6934838f37fa76 +size 36421 diff --git a/place_bench/data/chunk-000/episode_000100.parquet b/place_bench/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c25ea7497738990b966b76d43dc8bd5fb0ea17d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b446ed30d36afe6f0df5271bcabe31cb5c3340edaf7cc9c67655615e0935b38a +size 13854 diff --git a/place_bench/data/chunk-000/episode_000101.parquet b/place_bench/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5cb717936fd38f0adc6c3af7dcdc88562aa4ea8 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7698ffe1d2fef80a78363913ce24ff16313dc9e8dfbb67a8cfd80e51dd49e4 +size 16879 diff --git a/place_bench/data/chunk-000/episode_000102.parquet b/place_bench/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fcd12f209cd1a2f9cc853c404452d6a8adff6fa --- /dev/null +++ b/place_bench/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8657d1987a7c3f3e172b7ff3f4014c8c3ab8cb34328c1c9aaca21cc04b917279 +size 44206 diff --git a/place_bench/data/chunk-000/episode_000103.parquet b/place_bench/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61c09e35467001556b5107762e97df3a343a6d93 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be29ba45908079b6085e1999633cbf83352379bdf87ae528264b3c8f5e22150 +size 22412 diff --git a/place_bench/data/chunk-000/episode_000104.parquet b/place_bench/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14c872a59bba07bef72f2fd7bc97c8e2a422507c --- /dev/null +++ b/place_bench/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f5c14785fd1c0f264df5ded95c1ec4ac69ffb496c67381408cd63de9cdc8b1 +size 14765 diff --git a/place_bench/data/chunk-000/episode_000105.parquet b/place_bench/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e92eca69488e9670c77fea25a4ccae4a65a68183 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b0b2e0fbfd110aa4557af34911097e7abb15db3fb033a75cd48deed117486b +size 16735 diff --git a/place_bench/data/chunk-000/episode_000106.parquet b/place_bench/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71b739104718f705242e86416a556d7da6f835bb --- /dev/null +++ b/place_bench/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9bb82b5d563b9dcc6003df6d04ab2f880d3bdb75f948ebc5c0e1a7746fec45 +size 56937 diff --git a/place_bench/data/chunk-000/episode_000107.parquet b/place_bench/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96887656738b3fe27545aaa79ec143c0e3b9e2ba --- /dev/null +++ b/place_bench/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da875ee6991f4d5ac0dfc0e604636822285680482c6a7a4f899ff51278deb762 +size 63809 diff --git a/place_bench/data/chunk-000/episode_000108.parquet b/place_bench/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2615504a677e2f01deb22f7d160205442b56bcc7 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6a93568cdcb1376027c480edb41f9387d775fa729b69e35c5c2380f2a5db4d +size 65189 diff --git a/place_bench/data/chunk-000/episode_000109.parquet b/place_bench/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..269354c5c5dc3ed3e9aa3c010c2f2a21a5735b07 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d2331e9729b148db6c0280d0cf210eab39e9136ad5aff844d9ec5b383fbf34 +size 14773 diff --git a/place_bench/data/chunk-000/episode_000110.parquet b/place_bench/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f548194fba1953e458081f3f7ff95b35b1d69a33 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716a8c1534d73633202c2439d514efc2d998661504704e19f9ff1cf85a88aa91 +size 25865 diff --git a/place_bench/data/chunk-000/episode_000111.parquet b/place_bench/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abcb50c370d3ac4ea1fd3d5db60a6656ce64bce1 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7418ed8f37b95645a5ae129f4912e638c5df0ce2deaf2f584ee724ef4c2ff6 +size 26628 diff --git a/place_bench/data/chunk-000/episode_000112.parquet b/place_bench/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec025f3328781ca9058df7ced05809b15356ecf0 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24766ed8ddcb2c88fd16a9587f5a252f29025aa5dcd39ba21338218461d92e22 +size 18605 diff --git a/place_bench/data/chunk-000/episode_000113.parquet b/place_bench/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cbf479d953ccc3e8e00e6f725e885b8a974047d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefaa1f19b41113eb6a458ee6bc2b968a9b2d86625d43b5f7cf7b431cb56f515 +size 17274 diff --git a/place_bench/data/chunk-000/episode_000114.parquet b/place_bench/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..595925cbbd7f5c24d3bfedd04be650e5916ccb5a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781fe4441a4af5d98c6940f0f980c14438d9c09ced2ff0ca0a8dc7b5bc32c622 +size 27295 diff --git a/place_bench/data/chunk-000/episode_000115.parquet b/place_bench/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d82f28762720373f57eab3f7227f58d9cd02a69c --- /dev/null +++ b/place_bench/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3cdfd17d4d83d41eccf9a41580558577b1bcad4fb3295e4a2cfe8a5292d8d2 +size 17219 diff --git a/place_bench/data/chunk-000/episode_000116.parquet b/place_bench/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a02b2ac0a75760a4300b3585e26f772707cdd40 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26660d0581b00f05d40edcf2c3378ce1314557e9618489fd8e0724285f30f37 +size 23910 diff --git a/place_bench/data/chunk-000/episode_000117.parquet b/place_bench/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b16723b9fe290b8c643f54f4208df511a97f42f --- /dev/null +++ b/place_bench/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958cd98adb1b04580e9344db977f5504e54bcac59f571208852aa193c426d2b3 +size 69426 diff --git a/place_bench/data/chunk-000/episode_000118.parquet b/place_bench/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28170dfabd773bae24e2d2291e16e373cc4c426f --- /dev/null +++ b/place_bench/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bdd1c27b6423b10a6a8af0b0b15f08d1d8296e7e19c649b93c834905df7203 +size 12394 diff --git a/place_bench/data/chunk-000/episode_000119.parquet b/place_bench/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb96af20abc8f89a710582cb52d2591a4050237f --- /dev/null +++ b/place_bench/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfe05107cf53ce1f18862d21fdd5e3e9f6f2d49b6cdc18cf78ab24a6daee9f3 +size 16345 diff --git a/place_bench/data/chunk-000/episode_000120.parquet b/place_bench/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9721c9056bf9f3b307442679bb06fe99731e39e7 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daec530a525f6c6f81e02040fb72e73eb6e14aa85673252591b475bd0dd1d60 +size 16955 diff --git a/place_bench/data/chunk-000/episode_000121.parquet b/place_bench/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90fefa56c5b5efd0be5deed5b38fa6d39e07becb --- /dev/null +++ b/place_bench/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23bc168db0060b5863921e4f40e7e3190d27ff4523facccc9804883e748d5d +size 14620 diff --git a/place_bench/data/chunk-000/episode_000122.parquet b/place_bench/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee02a9168d765bc53e966b85723d69f6e427dab3 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867db05479e94b26bd442adb2bff9f2facd0a7a7dd7b0652604cad983b5d6306 +size 14047 diff --git a/place_bench/data/chunk-000/episode_000123.parquet b/place_bench/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58fbb80c0272a79e955e9ba1ae762fa2c06aabc0 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6908343b5cf7fc326fc337cbfff5999d76afe39733629656a9b63dcaf87e527 +size 18486 diff --git a/place_bench/data/chunk-000/episode_000124.parquet b/place_bench/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..121118f6fcf11d167a36e83cce608b00336efb3a --- /dev/null +++ b/place_bench/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3051402238a4bec365059770c2ec34982870a4aae71beb9a410a37a1c90847d6 +size 23061 diff --git a/place_bench/data/chunk-000/episode_000125.parquet b/place_bench/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26a41e0a0622222bc9d55c7bb0696f4e27ddaec2 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ca71c116a8d5954a54c7e383c5e7840f31009f8fb319448028fb0280474fef +size 32869 diff --git a/place_bench/data/chunk-000/episode_000126.parquet b/place_bench/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cef3b698f2a8ec41eb958f3926a431d91aa9c8ae --- /dev/null +++ b/place_bench/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f431b8d5c5d9b51f3dc29070db2204e18d1cf74c70214d6d7d1affbc38bd28d6 +size 12605 diff --git a/place_bench/data/chunk-000/episode_000127.parquet b/place_bench/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3de243820f8edbb02b911b867aece5d427371d7 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8828d2e5ec7433474805778814f8fd91bbb1915e460f5d23b21b279e4570ca66 +size 38917 diff --git a/place_bench/data/chunk-000/episode_000128.parquet b/place_bench/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18bdc1a6a695e6a9db58531bd9de470ab1276473 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6f45327528737b28321f4963182fde9b6ee227b8a34aa8ab82b2171fe6df71 +size 19527 diff --git a/place_bench/data/chunk-000/episode_000129.parquet b/place_bench/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65e07173f61bfafa2ee9c560abaf952d131be624 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2644f31f3c8e7ecfaff60fd3900fee1521923e275995d54c61399d755dc4dac +size 14140 diff --git a/place_bench/data/chunk-000/episode_000130.parquet b/place_bench/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e22412115d9a86e669aaec12de97c8126a699f6 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca8515d5ee3a2e3c7e4b99b5525ebf228b0943ab5399398416476b75d8b6f43 +size 32032 diff --git a/place_bench/data/chunk-000/episode_000131.parquet b/place_bench/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96296ee9f8c255e0cfbb6d92a8d34a96e79386c0 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf1bc1630dc15cbab59351601066d6c73a6975979603af22452da29a2bd9c86 +size 14479 diff --git a/place_bench/data/chunk-000/episode_000132.parquet b/place_bench/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f69e68ad03a0cf9760bd0435fd693c9068a21756 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaeada659732fb33c66f8916cd3f9a5a43b5e5a158befd6a1ce7d06d3d197c7 +size 22627 diff --git a/place_bench/data/chunk-000/episode_000133.parquet b/place_bench/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..497a39bfa420d3c72181978f063715eb8232697d --- /dev/null +++ b/place_bench/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287c6689258bf980f54ac3147fb55b6a2802cfbc4257e709e4995bfa4c9a4bff +size 25440 diff --git a/place_bench/data/chunk-000/episode_000134.parquet b/place_bench/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..918b858c104e480699cb524c1aad3d069646e429 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7186c01849a845e4869426f64c3fc8507878f289f06593991658842e411d77f +size 19543 diff --git a/place_bench/data/chunk-000/episode_000135.parquet b/place_bench/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ee359098e21cae4b2e3826cd054a61d2272bb86 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7591ada56d33f5fdbca0500e8bf5f15232e92653ce536dbb2c48948838f210b +size 21271 diff --git a/place_bench/data/chunk-000/episode_000136.parquet b/place_bench/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d2a625946dcc7978e543a7991fa81397b53ca92 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d55c56ac52efa19551df79d032fdf90f8d098b9c82faa136451943d4e19bc84 +size 13141 diff --git a/place_bench/data/chunk-000/episode_000137.parquet b/place_bench/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3537a18b608c50b7b8772453d50830dee2fccd31 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4b3e0863a33f265dbe4dbfef9c965fbcadd2d39d4013beb7c5b77424f5e953 +size 12771 diff --git a/place_bench/data/chunk-000/episode_000138.parquet b/place_bench/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..523d572ae356d172d2301739b39883af0f5c1b58 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09fed70802be4d1951265ce43e0454391bd094e573e5b3c22d6352725344ad4 +size 14659 diff --git a/place_bench/data/chunk-000/episode_000139.parquet b/place_bench/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05c688e9d158c9de8fb2b57d74dde408160e0ef8 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9d53ce18a65ef962909b830ed878c97185d81680b7bb279d0739f4f1b758b5 +size 31474 diff --git a/place_bench/data/chunk-000/episode_000140.parquet b/place_bench/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02d23a0c3e3c835ba4b1bc35834187c20db17d18 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a73bcdee846c1567f737c264aa090661fc4f7f77601b69d2b8691c559ba4d6 +size 28546 diff --git a/place_bench/data/chunk-000/episode_000141.parquet b/place_bench/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3690c396c45bbe976e5084e1106c612853fb7517 --- /dev/null +++ b/place_bench/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aed6ce209854601f10ab39fd35000efc4cd71a83c82c5e0b1bbe92b62011bdf +size 25486 diff --git a/place_bench/meta/episodes.jsonl b/place_bench/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..878cf742289f47ed4de0fc12888c729550d8293a --- /dev/null +++ b/place_bench/meta/episodes.jsonl @@ -0,0 +1,142 @@ +{"episode_index": 0, "tasks": ["procedural_kitchen_place_bench_235754-d820a30"], "length": 292} +{"episode_index": 1, "tasks": ["procedural_kitchen_place_bench_27874-d820a30"], "length": 101} +{"episode_index": 2, "tasks": ["procedural_kitchen_place_bench_235572-d820a30"], "length": 156} +{"episode_index": 3, "tasks": ["procedural_kitchen_place_bench_226591-d820a30"], "length": 208} +{"episode_index": 4, "tasks": ["procedural_kitchen_place_bench_226301-d820a30"], "length": 167} +{"episode_index": 5, "tasks": ["procedural_kitchen_place_bench_96245-d820a30"], "length": 424} +{"episode_index": 6, "tasks": ["procedural_kitchen_place_bench_23884-d820a30"], "length": 213} +{"episode_index": 7, "tasks": ["procedural_kitchen_place_bench_77444-d820a30"], "length": 98} +{"episode_index": 8, "tasks": ["procedural_kitchen_place_bench_164605-d820a30"], "length": 230} +{"episode_index": 9, "tasks": ["procedural_kitchen_place_bench_47671-d820a30"], "length": 105} +{"episode_index": 10, "tasks": ["procedural_kitchen_place_bench_267104-d820a30"], "length": 140} +{"episode_index": 11, "tasks": ["procedural_kitchen_place_bench_66705-d820a30"], "length": 183} +{"episode_index": 12, "tasks": ["procedural_kitchen_place_bench_241482-d820a30"], "length": 432} +{"episode_index": 13, "tasks": ["procedural_kitchen_place_bench_245183-d820a30"], "length": 148} +{"episode_index": 14, "tasks": ["procedural_kitchen_place_bench_267105-d820a30"], "length": 122} +{"episode_index": 15, "tasks": ["procedural_kitchen_place_bench_66702-d820a30"], "length": 287} +{"episode_index": 16, "tasks": ["procedural_kitchen_place_bench_27383-d820a30"], "length": 161} +{"episode_index": 17, "tasks": ["procedural_kitchen_place_bench_96243-d820a30"], "length": 533} +{"episode_index": 18, "tasks": ["procedural_kitchen_place_bench_164601-d820a30"], "length": 452} +{"episode_index": 19, "tasks": ["procedural_kitchen_place_bench_7592-d820a30"], "length": 369} +{"episode_index": 20, "tasks": ["procedural_kitchen_place_bench_226593-d820a30"], "length": 77} +{"episode_index": 21, "tasks": ["procedural_kitchen_place_bench_77442-d820a30"], "length": 362} +{"episode_index": 22, "tasks": ["procedural_kitchen_place_bench_226305-d820a30"], "length": 152} +{"episode_index": 23, "tasks": ["procedural_kitchen_place_bench_276404-d820a30"], "length": 161} +{"episode_index": 24, "tasks": ["procedural_kitchen_place_bench_261071-d820a30"], "length": 101} +{"episode_index": 25, "tasks": ["procedural_kitchen_place_bench_276402-d820a30"], "length": 227} +{"episode_index": 26, "tasks": ["procedural_kitchen_place_bench_176763-d820a30"], "length": 159} +{"episode_index": 27, "tasks": ["procedural_kitchen_place_bench_153852-d820a30"], "length": 140} +{"episode_index": 28, "tasks": ["procedural_kitchen_place_bench_147794-d820a30"], "length": 113} +{"episode_index": 29, "tasks": ["procedural_kitchen_place_bench_164602-d820a30"], "length": 104} +{"episode_index": 30, "tasks": ["procedural_kitchen_place_bench_326284-d820a30"], "length": 305} +{"episode_index": 31, "tasks": ["procedural_kitchen_place_bench_208645-d820a30"], "length": 82} +{"episode_index": 32, "tasks": ["procedural_kitchen_place_bench_21811-d820a30"], "length": 369} +{"episode_index": 33, "tasks": ["procedural_kitchen_place_bench_208642-d820a30"], "length": 125} +{"episode_index": 34, "tasks": ["procedural_kitchen_place_bench_75795-d820a30"], "length": 166} +{"episode_index": 35, "tasks": ["procedural_kitchen_place_bench_245181-d820a30"], "length": 146} +{"episode_index": 36, "tasks": ["procedural_kitchen_place_bench_78535-d820a30"], "length": 446} +{"episode_index": 37, "tasks": ["procedural_kitchen_place_bench_21815-d820a30"], "length": 124} +{"episode_index": 38, "tasks": ["procedural_kitchen_place_bench_27873-d820a30"], "length": 139} +{"episode_index": 39, "tasks": ["procedural_kitchen_place_bench_226303-d820a30"], "length": 145} +{"episode_index": 40, "tasks": ["procedural_kitchen_place_bench_27385-d820a30"], "length": 137} +{"episode_index": 41, "tasks": ["procedural_kitchen_place_bench_106711-d820a30"], "length": 155} +{"episode_index": 42, "tasks": ["procedural_kitchen_place_bench_261074-d820a30"], "length": 90} +{"episode_index": 43, "tasks": ["procedural_kitchen_place_bench_7593-d820a30"], "length": 196} +{"episode_index": 44, "tasks": ["procedural_kitchen_place_bench_138521-d820a30"], "length": 148} +{"episode_index": 45, "tasks": ["procedural_kitchen_place_bench_261075-d820a30"], "length": 255} +{"episode_index": 46, "tasks": ["procedural_kitchen_place_bench_276405-d820a30"], "length": 117} +{"episode_index": 47, "tasks": ["procedural_kitchen_place_bench_78531-d820a30"], "length": 138} +{"episode_index": 48, "tasks": ["procedural_kitchen_place_bench_23885-d820a30"], "length": 182} +{"episode_index": 49, "tasks": ["procedural_kitchen_place_bench_222853-d820a30"], "length": 255} +{"episode_index": 50, "tasks": ["procedural_kitchen_place_bench_77443-d820a30"], "length": 366} +{"episode_index": 51, "tasks": ["procedural_kitchen_place_bench_27382-d820a30"], "length": 176} +{"episode_index": 52, "tasks": ["procedural_kitchen_place_bench_77441-d820a30"], "length": 351} +{"episode_index": 53, "tasks": ["procedural_kitchen_place_bench_106713-d820a30"], "length": 307} +{"episode_index": 54, "tasks": ["procedural_kitchen_place_bench_317344-d820a30"], "length": 363} +{"episode_index": 55, "tasks": ["procedural_kitchen_place_bench_23881-d820a30"], "length": 273} +{"episode_index": 56, "tasks": ["procedural_kitchen_place_bench_138524-d820a30"], "length": 364} +{"episode_index": 57, "tasks": ["procedural_kitchen_place_bench_267101-d820a30"], "length": 98} +{"episode_index": 58, "tasks": ["procedural_kitchen_place_bench_27875-d820a30"], "length": 84} +{"episode_index": 59, "tasks": ["procedural_kitchen_place_bench_261073-d820a30"], "length": 172} +{"episode_index": 60, "tasks": ["procedural_kitchen_place_bench_47673-d820a30"], "length": 345} +{"episode_index": 61, "tasks": ["procedural_kitchen_place_bench_208641-d820a30"], "length": 191} +{"episode_index": 62, "tasks": ["procedural_kitchen_place_bench_226592-d820a30"], "length": 463} +{"episode_index": 63, "tasks": ["procedural_kitchen_place_bench_75794-d820a30"], "length": 143} +{"episode_index": 64, "tasks": ["procedural_kitchen_place_bench_147793-d820a30"], "length": 282} +{"episode_index": 65, "tasks": ["procedural_kitchen_place_bench_276401-d820a30"], "length": 114} +{"episode_index": 66, "tasks": ["procedural_kitchen_place_bench_119361-d820a30"], "length": 135} +{"episode_index": 67, "tasks": ["procedural_kitchen_place_bench_277323-d820a30"], "length": 255} +{"episode_index": 68, "tasks": ["procedural_kitchen_place_bench_317342-d820a30"], "length": 113} +{"episode_index": 69, "tasks": ["procedural_kitchen_place_bench_77445-d820a30"], "length": 167} +{"episode_index": 70, "tasks": ["procedural_kitchen_place_bench_7594-d820a30"], "length": 348} +{"episode_index": 71, "tasks": ["procedural_kitchen_place_bench_119362-d820a30"], "length": 173} +{"episode_index": 72, "tasks": ["procedural_kitchen_place_bench_147795-d820a30"], "length": 90} +{"episode_index": 73, "tasks": ["procedural_kitchen_place_bench_226595-d820a30"], "length": 177} +{"episode_index": 74, "tasks": ["procedural_kitchen_place_bench_222855-d820a30"], "length": 224} +{"episode_index": 75, "tasks": ["procedural_kitchen_place_bench_216203-d820a30"], "length": 288} +{"episode_index": 76, "tasks": ["procedural_kitchen_place_bench_277324-d820a30"], "length": 142} +{"episode_index": 77, "tasks": ["procedural_kitchen_place_bench_119365-d820a30"], "length": 317} +{"episode_index": 78, "tasks": ["procedural_kitchen_place_bench_267103-d820a30"], "length": 173} +{"episode_index": 79, "tasks": ["procedural_kitchen_place_bench_21814-d820a30"], "length": 543} +{"episode_index": 80, "tasks": ["procedural_kitchen_place_bench_226302-d820a30"], "length": 255} +{"episode_index": 81, "tasks": ["procedural_kitchen_place_bench_226594-d820a30"], "length": 198} +{"episode_index": 82, "tasks": ["procedural_kitchen_place_bench_153855-d820a30"], "length": 520} +{"episode_index": 83, "tasks": ["procedural_kitchen_place_bench_63414-d820a30"], "length": 233} +{"episode_index": 84, "tasks": ["procedural_kitchen_place_bench_277321-d820a30"], "length": 105} +{"episode_index": 85, "tasks": ["procedural_kitchen_place_bench_311333-d820a30"], "length": 113} +{"episode_index": 86, "tasks": ["procedural_kitchen_place_bench_226304-d820a30"], "length": 163} +{"episode_index": 87, "tasks": ["procedural_kitchen_place_bench_106715-d820a30"], "length": 80} +{"episode_index": 88, "tasks": ["procedural_kitchen_place_bench_326283-d820a30"], "length": 270} +{"episode_index": 89, "tasks": ["procedural_kitchen_place_bench_147792-d820a30"], "length": 170} +{"episode_index": 90, "tasks": ["procedural_kitchen_place_bench_317343-d820a30"], "length": 127} +{"episode_index": 91, "tasks": ["procedural_kitchen_place_bench_277322-d820a30"], "length": 95} +{"episode_index": 92, "tasks": ["procedural_kitchen_place_bench_23882-d820a30"], "length": 308} +{"episode_index": 93, "tasks": ["procedural_kitchen_place_bench_78533-d820a30"], "length": 110} +{"episode_index": 94, "tasks": ["procedural_kitchen_place_bench_235571-d820a30"], "length": 120} +{"episode_index": 95, "tasks": ["procedural_kitchen_place_bench_47672-d820a30"], "length": 150} +{"episode_index": 96, "tasks": ["procedural_kitchen_place_bench_75792-d820a30"], "length": 422} +{"episode_index": 97, "tasks": ["procedural_kitchen_place_bench_78532-d820a30"], "length": 232} +{"episode_index": 98, "tasks": ["procedural_kitchen_place_bench_222854-d820a30"], "length": 141} +{"episode_index": 99, "tasks": ["procedural_kitchen_place_bench_66701-d820a30"], "length": 282} +{"episode_index": 100, "tasks": ["procedural_kitchen_place_bench_23883-d820a30"], "length": 106} +{"episode_index": 101, "tasks": ["procedural_kitchen_place_bench_75793-d820a30"], "length": 130} +{"episode_index": 102, "tasks": ["procedural_kitchen_place_bench_66704-d820a30"], "length": 356} +{"episode_index": 103, "tasks": ["procedural_kitchen_place_bench_27871-d820a30"], "length": 188} +{"episode_index": 104, "tasks": ["procedural_kitchen_place_bench_7595-d820a30"], "length": 117} +{"episode_index": 105, "tasks": ["procedural_kitchen_place_bench_63412-d820a30"], "length": 133} +{"episode_index": 106, "tasks": ["procedural_kitchen_place_bench_326282-d820a30"], "length": 447} +{"episode_index": 107, "tasks": ["procedural_kitchen_place_bench_222852-d820a30"], "length": 571} +{"episode_index": 108, "tasks": ["procedural_kitchen_place_bench_176764-d820a30"], "length": 506} +{"episode_index": 109, "tasks": ["procedural_kitchen_place_bench_326281-d820a30"], "length": 116} +{"episode_index": 110, "tasks": ["procedural_kitchen_place_bench_176761-d820a30"], "length": 203} +{"episode_index": 111, "tasks": ["procedural_kitchen_place_bench_27872-d820a30"], "length": 208} +{"episode_index": 112, "tasks": ["procedural_kitchen_place_bench_21812-d820a30"], "length": 140} +{"episode_index": 113, "tasks": ["procedural_kitchen_place_bench_277325-d820a30"], "length": 129} +{"episode_index": 114, "tasks": ["procedural_kitchen_place_bench_317341-d820a30"], "length": 217} +{"episode_index": 115, "tasks": ["procedural_kitchen_place_bench_276403-d820a30"], "length": 135} +{"episode_index": 116, "tasks": ["procedural_kitchen_place_bench_241481-d820a30"], "length": 201} +{"episode_index": 117, "tasks": ["procedural_kitchen_place_bench_138522-d820a30"], "length": 547} +{"episode_index": 118, "tasks": ["procedural_kitchen_place_bench_119364-d820a30"], "length": 92} +{"episode_index": 119, "tasks": ["procedural_kitchen_place_bench_311332-d820a30"], "length": 126} +{"episode_index": 120, "tasks": ["procedural_kitchen_place_bench_7591-d820a30"], "length": 130} +{"episode_index": 121, "tasks": ["procedural_kitchen_place_bench_27381-d820a30"], "length": 110} +{"episode_index": 122, "tasks": ["procedural_kitchen_place_bench_96244-d820a30"], "length": 107} +{"episode_index": 123, "tasks": ["procedural_kitchen_place_bench_63415-d820a30"], "length": 135} +{"episode_index": 124, "tasks": ["procedural_kitchen_place_bench_216205-d820a30"], "length": 178} +{"episode_index": 125, "tasks": ["procedural_kitchen_place_bench_153854-d820a30"], "length": 257} +{"episode_index": 126, "tasks": ["procedural_kitchen_place_bench_66703-d820a30"], "length": 97} +{"episode_index": 127, "tasks": ["procedural_kitchen_place_bench_27384-d820a30"], "length": 303} +{"episode_index": 128, "tasks": ["procedural_kitchen_place_bench_147791-d820a30"], "length": 151} +{"episode_index": 129, "tasks": ["procedural_kitchen_place_bench_235753-d820a30"], "length": 106} +{"episode_index": 130, "tasks": ["procedural_kitchen_place_bench_235574-d820a30"], "length": 241} +{"episode_index": 131, "tasks": ["procedural_kitchen_place_bench_106714-d820a30"], "length": 112} +{"episode_index": 132, "tasks": ["procedural_kitchen_place_bench_216202-d820a30"], "length": 171} +{"episode_index": 133, "tasks": ["procedural_kitchen_place_bench_78534-d820a30"], "length": 196} +{"episode_index": 134, "tasks": ["procedural_kitchen_place_bench_164604-d820a30"], "length": 146} +{"episode_index": 135, "tasks": ["procedural_kitchen_place_bench_241484-d820a30"], "length": 168} +{"episode_index": 136, "tasks": ["procedural_kitchen_place_bench_216204-d820a30"], "length": 103} +{"episode_index": 137, "tasks": ["procedural_kitchen_place_bench_326285-d820a30"], "length": 102} +{"episode_index": 138, "tasks": ["procedural_kitchen_place_bench_311334-d820a30"], "length": 115} +{"episode_index": 139, "tasks": ["procedural_kitchen_place_bench_216201-d820a30"], "length": 241} +{"episode_index": 140, "tasks": ["procedural_kitchen_place_bench_176765-d820a30"], "length": 228} +{"episode_index": 141, "tasks": ["procedural_kitchen_place_bench_119363-d820a30"], "length": 195} diff --git a/place_bench/meta/episodes_stats.jsonl b/place_bench/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2a040f4b09b4c5187341c0e9c10ae7803d622833 --- /dev/null +++ b/place_bench/meta/episodes_stats.jsonl @@ -0,0 +1,142 @@ +{"episode_index": 0, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4923771917819977, 1.5974955558776855, 0.6164929270744324, -2.3227438926696777, -1.5585603713989258, 0.5435764193534851, -0.12756821513175964, 0.009303025901317596, -1.707482933998108, -3.852627992630005, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4923771917819977, 1.5974955558776855, 0.6164929270744324, -0.2636015713214874, -0.31701529026031494, 1.5676281452178955, 1.5608052015304565, 2.6854515075683594, 1.083035945892334, -2.4842405319213867, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49237707257270813, 1.5974973440170288, 0.6164909601211548, -1.4085748195648193, -0.5263351798057556, 1.0108121633529663, 0.11909344792366028, 1.7457020282745361, -0.527301549911499, -3.3864381313323975, 0.33163103461265564, -0.33163103461265564, 0.33163103461265564, 0.33163103461265564, -0.33163103461265564, 0.33163103461265564, -2.3561997413635254, 1.5707991123199463, -1.0471985340118408, -1.5707991123199463, 0.0, -1.0471985340118408, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 1.7881393432617188e-06, 1.9669532775878906e-06, 0.8016440868377686, 0.2728642225265503, 0.29053717851638794, 0.4157089293003082, 0.846092164516449, 1.136934757232666, 0.4609213173389435, 0.12415947020053864, 0.12415947020053864, 0.12415947020053864, 0.12415947020053864, 0.12415947020053864, 0.12415947020053864, 5.245208740234375e-06, 2.7418136596679688e-06, 9.5367431640625e-07, 2.7418136596679688e-06, 0.0, 9.5367431640625e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [292]}, "observation.state": {"min": [-0.8835493326187134, -0.9885909557342529, -0.996767520904541, 0.7989529371261597, -0.9416518211364746, -0.44847747683525085, -0.9410849809646606, -0.21516244113445282, -0.020606523379683495, -0.9998189806938171, -0.9375160336494446, 0.7524436116218567, NaN], "max": [0.4360998570919037, 0.2449520230293274, 0.8469747304916382, 1.7085782289505005, 0.9351274967193604, 0.8699908256530762, -2.5959586764656706e-06, 0.09291782230138779, 0.8482142686843872, 0.5339051485061646, 1.0, 1.6034784317016602, NaN], "mean": [-0.33371880650520325, -0.7158388495445251, -0.0081198550760746, 1.245749831199646, 0.06756459921598434, -0.11850555986166, -0.2573726773262024, -0.11447639018297195, 0.24064140021800995, -0.1268899142742157, 0.254441499710083, 1.0369949340820312, NaN], "std": [0.28073713183403015, 0.3275856673717499, 0.435907244682312, 0.2182319611310959, 0.8286120295524597, 0.38144174218177795, 0.2881932854652405, 0.08259758353233337, 0.2464706152677536, 0.45235034823417664, 0.7719341516494751, 0.33063438534736633, NaN], "count": [292]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.11657821846976882]], [[0.11275646268903923]], [[0.10958559664076294]]], "std": [[[0.2785932834038048]], [[0.27183242293683013]], [[0.2667313842746859]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41444704889924233]], [[0.40257891182874433]], [[0.39179933225641406]]], "std": [[[0.38013891624937396]], [[0.3759783066980575]], [[0.3737777255769925]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.612103970318335]], [[0.5749965834971176]], [[0.5437286619445836]]], "std": [[[0.210892773057993]], [[0.20369260323509764]], [[0.19900758109742686]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44003751782851236]], [[0.42911600619865603]], [[0.4155533950114364]]], "std": [[[0.32791058261010164]], [[0.32627733230825523]], [[0.324731628742059]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5648866653121356]], [[0.5514695307622723]], [[0.5358985590337499]]], "std": [[[0.2851707011170648]], [[0.290768193601961]], [[0.2947572616585318]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958871487858506]], [[0.9958871487858506]], [[0.9958871487858506]]], "std": [[[0.0189907892251141]], [[0.0189907892251141]], [[0.0189907892251141]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591053087559705]], [[0.591053087559705]], [[0.591053087559705]]], "std": [[[0.3368248663175841]], [[0.3368248663175841]], [[0.3368248663175841]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13217259408123563]], [[0.13217259408123563]], [[0.13217259408123563]]], "std": [[[0.1544398974821763]], [[0.1544398974821763]], [[0.1544398974821763]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18410540933996117]], [[0.18410540933996117]], [[0.18410540933996117]]], "std": [[[0.35445958545983447]], [[0.35445958545983447]], [[0.35445958545983447]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18285436041657865]], [[0.18285436041657865]], [[0.18285436041657865]]], "std": [[[0.25547073538540865]], [[0.25547073538540865]], [[0.25547073538540865]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09929318422762559]], [[0.07013230013458138]], [[0.078034057739234]]], "std": [[[0.2878268928148871]], [[0.18983520011888708]], [[0.25059946420085666]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34231441616693187]], [[0.4812092985205436]], [[0.1701866651109676]]], "std": [[[0.37980938655575475]], [[0.47860420277380356]], [[0.2866549186593719]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8085607517245125]], [[0.7464599464490833]], [[0.2554231360613053]]], "std": [[[0.27842116970487907]], [[0.3684297099596533]], [[0.2998593544919334]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.564671117843533]], [[0.6287200499433041]], [[0.20336422468854168]]], "std": [[[0.3779541812107534]], [[0.403917781280885]], [[0.28828549365191486]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4958518920854481]], [[0.5843473661411488]], [[0.3948254458720666]]], "std": [[[0.4037336640062909]], [[0.40112099176649674]], [[0.41199214554195945]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.82], "mean": [2.91], "std": [1.6858528998699738], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [292]}, "index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2728937864303589, 0.7522135972976685, -1.1505988836288452, -1.5621483325958252, 0.6536361575126648, 0.6292517781257629, -0.6375272870063782, 1.0384515523910522, -3.32607102394104, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2728937864303589, 0.7522135972976685, -0.788053572177887, -0.42647987604141235, 1.0438438653945923, 1.5636776685714722, -0.005376524291932583, 1.080100178718567, -2.488679885864258, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974945187568665, 1.2728943824768066, 0.7522131204605103, -1.0659641027450562, -0.6748348474502563, 0.7330501079559326, 0.8334389328956604, -0.5278339982032776, 1.0581450462341309, -3.1655220985412598, 0.37082362174987793, -0.37082362174987793, 0.37082362174987793, 0.37082362174987793, -0.37082362174987793, 0.37082362174987793, -2.3561971187591553, 1.5707961320877075, -1.0471972227096558, -1.5707961320877075, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.364418029785156e-07, 5.960464477539062e-07, 4.76837158203125e-07, 0.1080944687128067, 0.3399769365787506, 0.1129690408706665, 0.2797507047653198, 0.1934465914964676, 0.01451206300407648, 0.2535645663738251, 0.2817961871623993, 0.2817961871623993, 0.2817961871623993, 0.2817961871623993, 0.2817961871623993, 0.2817961871623993, 2.6226043701171875e-06, 2.384185791015625e-07, 3.5762786865234375e-07, 2.384185791015625e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [101]}, "observation.state": {"min": [-0.9321141839027405, -0.5580296516418457, -0.38947808742523193, 1.6708232164382935, 0.32569676637649536, -0.878127932548523, -0.4920029640197754, -0.3455106019973755, -0.2504401206970215, -0.5747112035751343, 0.7791857123374939, 0.7527247071266174, NaN], "max": [-0.829820990562439, -0.13078783452510834, -5.181016604183242e-06, 1.915160894393921, 0.5580291152000427, -0.8054329752922058, 7.765622285660356e-06, -0.2027077078819275, 0.0027361002285033464, 3.559260449037538e-06, 1.0, 1.4403183460235596, NaN], "mean": [-0.8551994562149048, -0.4761955738067627, -0.0706939548254013, 1.7081378698349, 0.5034838318824768, -0.8333088159561157, -0.1074024960398674, -0.22530588507652283, -0.032581862062215805, -0.12359750270843506, 0.9646033644676208, 0.9010701775550842, NaN], "std": [0.03914490342140198, 0.14062120020389557, 0.12477550655603409, 0.06128918379545212, 0.08757420629262924, 0.01602359488606453, 0.18066659569740295, 0.03482426330447197, 0.06983032077550888, 0.20863370597362518, 0.06926977634429932, 0.2313929945230484, NaN], "count": [101]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09365933141150855]], [[0.08954483464327218]], [[0.08459186972897978]]], "std": [[[0.23513417700501274]], [[0.22863439755700987]], [[0.21782278600822727]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29453907788620737]], [[0.2808394417990855]], [[0.26465431361149505]]], "std": [[[0.31489886511584303]], [[0.30453854887520115]], [[0.2884828508312697]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7605979584132138]], [[0.7548274481640403]], [[0.7218686601072494]]], "std": [[[0.22936197219589577]], [[0.23134524549619126]], [[0.23242452401190106]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6656398623742784]], [[0.6631732116669382]], [[0.6431248267440761]]], "std": [[[0.2964373894967278]], [[0.29281378614471243]], [[0.2987085503644235]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5063957671574495]], [[0.5067713558252548]], [[0.49038698148114623]]], "std": [[[0.3212294038819271]], [[0.31641148559360355]], [[0.309263219974009]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964545229603076]], [[0.9964545229603076]], [[0.9964545229603076]]], "std": [[[0.017284045901953104]], [[0.017284045901953104]], [[0.017284045901953104]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5905618849708072]], [[0.5905618849708072]], [[0.5905618849708072]]], "std": [[[0.33547808950055624]], [[0.33547808950055624]], [[0.33547808950055624]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10278235434935233]], [[0.10278235434935233]], [[0.10278235434935233]]], "std": [[[0.11426933564538415]], [[0.11426933564538415]], [[0.11426933564538415]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.037580166446387724]], [[0.037580166446387724]], [[0.037580166446387724]]], "std": [[[0.03555299299753655]], [[0.03555299299753655]], [[0.03555299299753655]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1555980033407296]], [[0.1555980033407296]], [[0.1555980033407296]]], "std": [[[0.21154428447397994]], [[0.21154428447397994]], [[0.21154428447397994]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.029163634729908513]], [[0.14619691797241452]], [[0.059750244586737264]]], "std": [[[0.11723788719416169]], [[0.34939191179622914]], [[0.16218394534264732]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4053984728667979]], [[0.2363562564248024]], [[0.2542885808336535]]], "std": [[[0.4623493499456622]], [[0.3074190538132572]], [[0.3753909456412544]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7661493833195533]], [[0.7220539787338621]], [[0.34305422617047915]]], "std": [[[0.27498228027592186]], [[0.4059591949757718]], [[0.3649203875941932]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7169898255940658]], [[0.4692281130912746]], [[0.4535438328267253]]], "std": [[[0.3561152911130819]], [[0.36727778177949294]], [[0.36307184748534266]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5442038059640941]], [[0.7312444532958357]], [[0.35789059009945073]]], "std": [[[0.4376240028350215]], [[0.320775375668962]], [[0.3514800725260649]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.0], "mean": [0.9999999999999999], "std": [0.58309518948453], "count": [101]}, "frame_index": {"min": [0], "max": [100], "mean": [50.0], "std": [29.154759474226502], "count": [101]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [101]}, "index": {"min": [292], "max": [392], "mean": [342.0], "std": [29.154759474226502], "count": [101]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [101]}}} +{"episode_index": 2, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9607158899307251, 0.6033843755722046, -2.9386062622070312, -1.567850947380066, 1.0522167682647705, -0.14207424223423004, -1.2405751943588257, 1.050042986869812, -2.4704840183258057, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9607158899307251, 0.6033843755722046, -0.7952307462692261, -0.8643963932991028, 2.1395766735076904, 1.5627726316452026, -0.005811264738440514, 1.6546220779418945, 0.0011564287124201655, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974900484085083, 0.9607150554656982, 0.6033852696418762, -2.27099871635437, -1.1118940114974976, 1.8039367198944092, 0.3886031210422516, -0.8660719394683838, 1.4488751888275146, -0.7644163370132446, 0.23558558523654938, -0.23558558523654938, 0.23558558523654938, 0.23558558523654938, -0.23558558523654938, 0.23558558523654938, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.834766387939453e-07, 8.344650268554688e-07, 8.940696716308594e-07, 0.7570909261703491, 0.23946204781532288, 0.385084331035614, 0.5931683778762817, 0.4374214708805084, 0.19824714958667755, 0.8748521208763123, 0.1269826591014862, 0.1269826591014862, 0.1269826591014862, 0.1269826591014862, 0.1269826591014862, 0.1269826591014862, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [156]}, "observation.state": {"min": [-0.9642573595046997, -0.8436968326568604, -0.8113842606544495, 1.124847412109375, 0.2649673819541931, -0.9642573595046997, -0.2977229654788971, -0.3482048213481903, -0.167710542678833, -0.5611684918403625, 0.5030075311660767, 0.7527584433555603, NaN], "max": [0.45140495896339417, -0.2649673819541931, 0.0012496140552684665, 1.4551639556884766, 0.9962019920349121, 0.8820314407348633, -6.963200860354846e-08, -0.11197846382856369, 0.8452849984169006, 2.6462932964932406e-06, 1.0, 1.4799084663391113, NaN], "mean": [-0.42772895097732544, -0.46085432171821594, -0.3108541965484619, 1.305672287940979, 0.4981786906719208, -0.32452714443206787, -0.0777476504445076, -0.18933534622192383, 0.1785394549369812, -0.1885405033826828, 0.8711192011833191, 1.051785945892334, NaN], "std": [0.6026545763015747, 0.20492318272590637, 0.3206937313079834, 0.08514515310525894, 0.26068204641342163, 0.7507182359695435, 0.09445894509553909, 0.06270769983530045, 0.3253326714038849, 0.2029205858707428, 0.16343088448047638, 0.29917144775390625, NaN], "count": [156]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11089240798744175]], [[0.10493061246933028]], [[0.07545178640520193]]], "std": [[[0.2675673052387352]], [[0.2514133534922834]], [[0.18891368359216737]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3932328472444345]], [[0.36400919471786525]], [[0.26128024107970876]]], "std": [[[0.36392442258781355]], [[0.33566549596578216]], [[0.2716815974676535]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5655010967007781]], [[0.585423558514066]], [[0.43748657505476796]]], "std": [[[0.2238336411114254]], [[0.23302974506508267]], [[0.2086102053535003]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.5555979523781743]], [[0.5365396880957506]], [[0.4870276438334302]]], "std": [[[0.29120483231467503]], [[0.294231819197378]], [[0.3062656852518385]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.575185380988687]], [[0.5153696361072386]], [[0.4055510400049353]]], "std": [[[0.25454481430427595]], [[0.2536008011039241]], [[0.28126579227412274]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964815210445178]], [[0.9964815210445178]], [[0.9964815210445178]]], "std": [[[0.01707696056892099]], [[0.01707696056892099]], [[0.01707696056892099]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5752248689222962]], [[0.5752248689222962]], [[0.5752248689222962]]], "std": [[[0.33412074922789986]], [[0.33412074922789986]], [[0.33412074922789986]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18580558723951263]], [[0.18580558723951263]], [[0.18580558723951263]]], "std": [[[0.19732199249128887]], [[0.19732199249128887]], [[0.19732199249128887]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04633419097949361]], [[0.04633419097949361]], [[0.04633419097949361]]], "std": [[[0.06293375424643675]], [[0.06293375424643675]], [[0.06293375424643675]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.11524039640821275]], [[0.11524039640821275]], [[0.11524039640821275]]], "std": [[[0.04899224204904401]], [[0.04899224204904401]], [[0.04899224204904401]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07117721222752635]], [[0.14504505827501138]], [[0.04116641084805045]]], "std": [[[0.21792316724583607]], [[0.34737595014565653]], [[0.13676460673934684]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23955602762975167]], [[0.2957950661540906]], [[0.4960426301774771]]], "std": [[[0.32215317848451736]], [[0.39021337053266]], [[0.4752415389186797]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3362221806475061]], [[0.3607760524270582]], [[0.7514949396194304]]], "std": [[[0.3618173817400193]], [[0.27438999495569866]], [[0.39482965032155903]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6688434343129543]], [[0.4762598915972805]], [[0.5217049187583107]]], "std": [[[0.37133438034584154]], [[0.37765956052158517]], [[0.4404172185995718]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7467251837501869]], [[0.5297652034378266]], [[0.4207070839963495]]], "std": [[[0.37768608143573124]], [[0.31852761869931295]], [[0.40717584356955433]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.1], "mean": [1.5499999999999998], "std": [0.900647914929395], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [156]}, "index": {"min": [393], "max": [548], "mean": [470.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [156]}}} +{"episode_index": 3, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974992871284485, 1.457045555114746, 0.7800980806350708, -3.0020933151245117, -1.5624306201934814, -0.4241935908794403, 1.1615585088729858, 5.515658378601074, -1.9982316493988037, -3.717012882232666, -4.5102810375396984e-17, -0.356097549200058, -4.5102810375396984e-17, -4.5102810375396984e-17, -0.356097549200058, -4.5102810375396984e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974992871284485, 1.457045555114746, 0.7800980806350708, -0.7336102724075317, -0.37148967385292053, 1.0347014665603638, 1.7119745016098022, 6.271213054656982, 1.0392893552780151, -2.490375280380249, 0.356097549200058, 4.5102810375396984e-17, 0.356097549200058, 0.356097549200058, 4.5102810375396984e-17, 0.356097549200058, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488260269165, 1.457044005393982, 0.7800995707511902, -2.077125310897827, -0.6690022349357605, -0.03752861171960831, 1.4604429006576538, 5.793244361877441, -1.022085428237915, -3.4201126098632812, 0.29651835560798645, -0.29651835560798645, 0.29651835560798645, 0.29651835560798645, -0.29651835560798645, 0.29651835560798645, -2.356199026107788, 1.570798397064209, -1.0471962690353394, -1.570798397064209, 0.0, -1.0471962690353394, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 1.5497207641601562e-06, 1.4901161193847656e-06, 0.8890832662582397, 0.36192530393600464, 0.3999800682067871, 0.20696036517620087, 0.18062081933021545, 1.0463446378707886, 0.38098329305648804, 0.12946739792823792, 0.12946739792823792, 0.12946739792823792, 0.12946739792823792, 0.12946739792823792, 0.12946739792823792, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.3113021850585938e-06, 2.0265579223632812e-06, 0.0, 1.3113021850585938e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [208]}, "observation.state": {"min": [-0.9490938186645508, -0.7948605418205261, -0.2297195941209793, -0.4452737867832184, -0.32511377334594727, -0.9892373085021973, -0.08319080621004105, 0.33902549743652344, -4.384804697110667e-07, -0.20449979603290558, -0.5821756720542908, 0.6756184697151184, NaN], "max": [0.12152540683746338, 0.9872022271156311, 0.36420559883117676, -0.22308914363384247, 0.7948605418205261, 0.19730761647224426, 0.9992555975914001, 0.604567289352417, 0.9879685640335083, 0.37840601801872253, 1.0, 1.4903895854949951, NaN], "mean": [-0.523093044757843, -0.013644915074110031, 0.046688999980688095, -0.26203322410583496, 0.40202900767326355, -0.4781508147716522, 0.34851333498954773, 0.43738558888435364, 0.3855965733528137, 0.06452996283769608, 0.603928804397583, 0.8519033193588257, NaN], "std": [0.3109413683414459, 0.7733445763587952, 0.17105633020401, 0.04562186449766159, 0.4053550958633423, 0.38137632608413696, 0.42251744866371155, 0.08361709862947464, 0.3937811851501465, 0.15333211421966553, 0.5512229800224304, 0.2062104493379593, NaN], "count": [208]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1015147761235064]], [[0.09862796865266403]], [[0.09711812516805908]]], "std": [[[0.2405651489397334]], [[0.23652518016819576]], [[0.23433008257341179]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3346368267494406]], [[0.3159954992016984]], [[0.3090988559576903]]], "std": [[[0.30271471001007244]], [[0.30452619298111955]], [[0.30687599157179035]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.20399271235459746]], [[0.20369721938910648]], [[0.20405189597469575]]], "std": [[[0.3101231713227107]], [[0.30991505910543515]], [[0.31050431870974654]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2788921719503437]], [[0.24188551530184252]], [[0.22342817330755702]]], "std": [[[0.26788413417932505]], [[0.27077157085555503]], [[0.27090675453661334]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4155239976637692]], [[0.40451094253234277]], [[0.3992202206008083]]], "std": [[[0.365217441553391]], [[0.37551581456182526]], [[0.37983906154350133]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957091164635206]], [[0.9957091164635206]], [[0.9957091164635206]]], "std": [[[0.01934914366431473]], [[0.01934914366431473]], [[0.01934914366431473]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5832490613837272]], [[0.5832490613837272]], [[0.5832490613837272]]], "std": [[[0.32922871552484306]], [[0.32922871552484306]], [[0.32922871552484306]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6852474802033943]], [[0.6852474802033943]], [[0.6852474802033943]]], "std": [[[0.4472221000139381]], [[0.4472221000139381]], [[0.4472221000139381]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23194762524550877]], [[0.23194762524550877]], [[0.23194762524550877]]], "std": [[[0.386753328387352]], [[0.386753328387352]], [[0.386753328387352]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4076044393750113]], [[0.4076044393750113]], [[0.4076044393750113]]], "std": [[[0.4078246480829097]], [[0.4078246480829097]], [[0.4078246480829097]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0410860294872027]], [[0.117856572593813]], [[0.08379382159484634]]], "std": [[[0.13462549204912974]], [[0.29641375606752635]], [[0.2595849326208228]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5178910152344512]], [[0.24706317144004758]], [[0.18589865559438096]]], "std": [[[0.4773873688087134]], [[0.29083114750442696]], [[0.28906281800357464]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14893337383515357]], [[0.24391328318886119]], [[0.18978503591854304]]], "std": [[[0.3148951224773063]], [[0.4048046665704891]], [[0.31906139195833616]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47821133232883456]], [[0.337909562922327]], [[0.4903367310605375]]], "std": [[[0.397174034732319]], [[0.3826344386548564]], [[0.4154851204953228]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2970778057401272]], [[0.374136531367788]], [[0.3786057489785696]]], "std": [[[0.36904333737857886]], [[0.44298865198108817]], [[0.41727760070100217]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.14], "mean": [2.07], "std": [1.2008746812219833], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [208]}, "index": {"min": [549], "max": [756], "mean": [652.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [208]}}} +{"episode_index": 4, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16351959109306335, 0.280681848526001, 0.4759959876537323, -3.3482472896575928, -1.8347926139831543, 1.061606526374817, 0.7854951620101929, -2.979773998260498, 1.0513008832931519, -8.760263442993164, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16351959109306335, 0.280681848526001, 0.4759959876537323, -0.7976201772689819, -1.5720949172973633, 3.9765548706054688, 1.5670944452285767, -0.014577343128621578, 1.8814010620117188, -7.793249607086182, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16351936757564545, 0.28068163990974426, 0.47599560022354126, -2.4446117877960205, -1.7379833459854126, 2.984208822250366, 1.0666707754135132, -1.965596079826355, 1.5790685415267944, -8.122776985168457, 0.2563104033470154, -0.2563104033470154, 0.2563104033470154, 0.2563104033470154, -0.2563104033470154, 0.2563104033470154, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2351741790771484e-07, 2.086162567138672e-07, 3.8743019104003906e-07, 0.9086401462554932, 0.08884848654270172, 1.0530401468276978, 0.27675867080688477, 1.0709197521209717, 0.2833368182182312, 0.34903594851493835, 0.10551224648952484, 0.10551224648952484, 0.10551224648952484, 0.10551224648952484, 0.10551224648952484, 0.10551224648952484, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [167]}, "observation.state": {"min": [0.5261008143424988, -0.4213699698448181, -0.0007339808507822454, -0.1525995433330536, -0.2965185046195984, 0.6842911243438721, -0.5381451845169067, -1.0294291973114014, -0.8021517395973206, -0.1918388456106186, 0.5865591764450073, 0.7568737268447876, NaN], "max": [0.9959662556648254, 0.39156678318977356, 0.794160008430481, 0.2058292031288147, 0.49208277463912964, 0.9998241066932678, 0.04765228554606438, -0.26334166526794434, 0.04956807568669319, 0.5951411724090576, 1.0, 1.1896777153015137, NaN], "mean": [0.8698534965515137, -0.0038195177912712097, 0.3029733896255493, 0.06536281853914261, 0.04051540419459343, 0.9516960382461548, -0.13681720197200775, -0.47737568616867065, -0.2859334647655487, 0.08623957633972168, 0.8724902272224426, 0.9884026646614075, NaN], "std": [0.1527564823627472, 0.21503277122974396, 0.2863095998764038, 0.14846989512443542, 0.20595459640026093, 0.06915033608675003, 0.16344434022903442, 0.27273130416870117, 0.30692487955093384, 0.18921121954917908, 0.13986322283744812, 0.1716880202293396, NaN], "count": [167]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08312245430301665]], [[0.08041957874083597]], [[0.06866209344789179]]], "std": [[[0.20644703301212672]], [[0.20518440839535607]], [[0.18020006594325966]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26892885292005386]], [[0.2550271275022782]], [[0.21154805869545246]]], "std": [[[0.27562077447622263]], [[0.27565283319448974]], [[0.25232236618184006]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5043904214536264]], [[0.508174364359471]], [[0.4605674801229271]]], "std": [[[0.29776527576376643]], [[0.29882467438203203]], [[0.3168540907170486]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34986913888704485]], [[0.34828156275334593]], [[0.3246472512742315]]], "std": [[[0.31367667352954665]], [[0.3147248648911022]], [[0.31846666904278986]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27388262116515155]], [[0.25736998479840617]], [[0.21180641873383532]]], "std": [[[0.25588435730404935]], [[0.254237429196035]], [[0.24867671038525663]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.788235294117647]], [[0.788235294117647]], [[0.788235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9941700124254756]], [[0.9941700124254756]], [[0.9941700124254756]]], "std": [[[0.023535910784817402]], [[0.023535910784817402]], [[0.023535910784817402]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.605453473534005]], [[0.605453473534005]], [[0.605453473534005]]], "std": [[[0.3397610655817046]], [[0.3397610655817046]], [[0.3397610655817046]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10442549442060604]], [[0.10442549442060604]], [[0.10442549442060604]]], "std": [[[0.2075152866267131]], [[0.2075152866267131]], [[0.2075152866267131]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2268353527245856]], [[0.2268353527245856]], [[0.2268353527245856]]], "std": [[[0.3796731107837664]], [[0.3796731107837664]], [[0.3796731107837664]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3943134827474986]], [[0.3943134827474986]], [[0.3943134827474986]]], "std": [[[0.4339456576872313]], [[0.4339456576872313]], [[0.4339456576872313]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09415541299451281]], [[0.11613596139184103]], [[0.07325924853030025]]], "std": [[[0.2662844426734826]], [[0.2936211414718139]], [[0.23999367804646415]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46588243474948887]], [[0.4683549568796432]], [[0.10252880088460267]]], "std": [[[0.45318645064331814]], [[0.4453375627702487]], [[0.1914535572229485]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3726560677962919]], [[0.7607321066109833]], [[0.48239422084623323]]], "std": [[[0.38539240656866336]], [[0.3300055733499784]], [[0.41175242740196816]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48670459085450124]], [[0.43837757888970025]], [[0.41216832395555264]]], "std": [[[0.41994724874540257]], [[0.4345591748103428]], [[0.36418287688744516]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5314984788347814]], [[0.2681603228343764]], [[0.309790888565679]]], "std": [[[0.43966938341128997]], [[0.35400498488380966]], [[0.40009728357486746]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.32], "mean": [1.66], "std": [0.964157663455516], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [167]}, "index": {"min": [757], "max": [923], "mean": [840.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [167]}}} +{"episode_index": 5, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3412473797798157, 1.7797547578811646, 0.48281726241111755, -0.7999504804611206, -1.5606145858764648, -1.177416205406189, -1.3766528367996216, -2.9381752014160156, -0.7716230750083923, -4.446710586547852, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3412473797798157, 1.7797547578811646, 0.48281726241111755, 0.9175199270248413, 0.3189130425453186, 1.0346167087554932, 1.5570499897003174, 0.04604233428835869, 1.0374163389205933, -2.3416972160339355, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3412475287914276, 1.7797645330429077, 0.4828183650970459, -0.1023208424448967, -0.21991722285747528, -0.19743461906909943, -0.4494892954826355, -1.8869774341583252, -0.28363052010536194, -2.921464204788208, 0.329790860414505, -0.329790860414505, 0.329790860414505, 0.329790860414505, -0.329790860414505, 0.329790860414505, -2.3562002182006836, 1.5707995891571045, -1.0472023487091064, -1.5707995891571045, 0.0, -1.0472023487091064, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 9.775161743164062e-06, 1.1026859283447266e-06, 0.45117175579071045, 0.42048379778862, 0.500490128993988, 0.668143093585968, 1.0344598293304443, 0.42942166328430176, 0.588213324546814, 0.12719056010246277, 0.12719056010246277, 0.12719056010246277, 0.12719056010246277, 0.12719056010246277, 0.12719056010246277, 5.7220458984375e-06, 3.2186508178710938e-06, 4.76837158203125e-06, 3.2186508178710938e-06, 0.0, 4.76837158203125e-06, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [424]}, "observation.state": {"min": [-0.707542896270752, -0.6827783584594727, -0.7586520910263062, 0.5472651124000549, -0.8978080749511719, 0.3583660423755646, -0.9166043400764465, -0.5512526631355286, -0.549604058265686, -0.03370271250605583, -0.7044368386268616, 0.6882917881011963, NaN], "max": [0.8766882419586182, 0.8978961706161499, 0.5209581255912781, 1.6216429471969604, 0.6949706673622131, 0.9981198906898499, 0.4895270764827728, 0.0960630401968956, 0.9307151436805725, 0.7931774258613586, 1.0, 1.359542965888977, NaN], "mean": [0.4429401457309723, 0.45479321479797363, -0.01950371265411377, 1.1839218139648438, -0.5020273327827454, 0.5444493293762207, -0.20684753358364105, -0.04983515664935112, 0.08821530640125275, 0.17897430062294006, 0.7012386918067932, 0.8632782101631165, NaN], "std": [0.3523563742637634, 0.6020824313163757, 0.3315570056438446, 0.30318206548690796, 0.5255804061889648, 0.1596626490354538, 0.3271554410457611, 0.18796947598457336, 0.37894707918167114, 0.276970237493515, 0.4981336295604706, 0.17524820566177368, NaN], "count": [424]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.13292401818290328]], [[0.1297365437060909]], [[0.1262217890405025]]], "std": [[[0.3137010960056924]], [[0.3083098235074946]], [[0.30210484113241254]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44433429290460413]], [[0.43029470975148376]], [[0.41365629779835056]]], "std": [[[0.418741266388493]], [[0.4164542130777065]], [[0.411522608253155]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6547956837397932]], [[0.6476104462509329]], [[0.6376113018854134]]], "std": [[[0.34732782925713074]], [[0.34507465220246225]], [[0.3424897436213781]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5281469491869796]], [[0.517295147627123]], [[0.5103477483603134]]], "std": [[[0.24955736211887203]], [[0.25421644276497823]], [[0.25744545549530046]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5741000180380623]], [[0.5305696594427245]], [[0.5016054666728358]]], "std": [[[0.31759203138493397]], [[0.3498797517763725]], [[0.365642325445182]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960486947215534]], [[0.9960486947215534]], [[0.9960486947215534]]], "std": [[[0.0187489423418794]], [[0.0187489423418794]], [[0.0187489423418794]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5986656702145993]], [[0.5986656702145993]], [[0.5986656702145993]]], "std": [[[0.3393656873108625]], [[0.3393656873108625]], [[0.3393656873108625]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28464447113273]], [[0.28464447113273]], [[0.28464447113273]]], "std": [[[0.3072034549729035]], [[0.3072034549729035]], [[0.3072034549729035]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09804561551031958]], [[0.09804561551031958]], [[0.09804561551031958]]], "std": [[[0.24261362975705855]], [[0.24261362975705855]], [[0.24261362975705855]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13781804356091465]], [[0.13781804356091465]], [[0.13781804356091465]]], "std": [[[0.14160975734379225]], [[0.14160975734379225]], [[0.14160975734379225]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08346676537308949]], [[0.09701800118152662]], [[0.03340610652112834]]], "std": [[[0.2601123375963101]], [[0.281473186799093]], [[0.10556631398868214]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2024977754174068]], [[0.15813879249589785]], [[0.4774714552692935]]], "std": [[[0.2969228691329557]], [[0.2610137157701999]], [[0.48256157988643383]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5497965319981144]], [[0.6972825317124559]], [[0.297354292354745]]], "std": [[[0.4606239369843373]], [[0.36612495336194395]], [[0.35284768446900344]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6559832467305174]], [[0.29937971730534146]], [[0.5776666941596241]]], "std": [[[0.4362424333799138]], [[0.32356578443225736]], [[0.3153503271615602]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6877324103746351]], [[0.6797731603020469]], [[0.346622031514976]]], "std": [[[0.414055124170425]], [[0.335242677650031]], [[0.3435148434706211]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.46], "mean": [4.2299999999999995], "std": [2.44795833297873], "count": [424]}, "frame_index": {"min": [0], "max": [423], "mean": [211.5], "std": [122.39791664893647], "count": [424]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [424]}, "index": {"min": [924], "max": [1347], "mean": [1135.5], "std": [122.39791664893647], "count": [424]}, "task_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [424]}}} +{"episode_index": 6, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4114370048046112, 1.9921813011169434, 0.44398924708366394, -2.805232048034668, -1.5622776746749878, 1.050432562828064, -1.0441160202026367, -4.283014297485352, -0.2886166274547577, -4.403592109680176, 6.418476861114186e-17, -0.4390243887901306, 6.418476861114186e-17, 6.418476861114186e-17, -0.4390243887901306, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4114370048046112, 1.9921813011169434, 0.44398924708366394, -0.7953317761421204, 0.4372412860393524, 1.7941536903381348, 1.558955192565918, -0.020283708348870277, 1.0421574115753174, -2.4878828525543213, 0.4390243887901306, -6.418476861114186e-17, 0.4390243887901306, 0.4390243887901306, -6.418476861114186e-17, 0.4390243887901306, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.411437451839447, 1.992185354232788, 0.4439900815486908, -2.0811445713043213, -0.297902911901474, 1.4946081638336182, 0.03190384805202484, -2.724167823791504, 0.28504493832588196, -3.3653860092163086, 0.34882351756095886, -0.34882351756095886, 0.34882351756095886, 0.34882351756095886, -0.34882351756095886, 0.34882351756095886, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 4.0531158447265625e-06, 8.344650268554688e-07, 0.7039114832878113, 0.7317343950271606, 0.25443536043167114, 0.8478356003761292, 1.4990156888961792, 0.44452452659606934, 0.5355339646339417, 0.1726493239402771, 0.1726493239402771, 0.1726493239402771, 0.1726493239402771, 0.1726493239402771, 0.1726493239402771, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [213]}, "observation.state": {"min": [-0.5894167423248291, -0.9734821915626526, -0.985953688621521, -1.0086194276809692, -0.8135417103767395, 0.22876273095607758, -0.24469615519046783, -0.5676071047782898, -0.9993952512741089, -0.034514132887125015, -0.9744604229927063, 0.6982294917106628, NaN], "max": [0.5944375991821289, 0.751303493976593, 0.5619463920593262, -0.2650468051433563, 0.9734821915626526, 0.7761083841323853, 0.8279007077217102, 0.14492221176624298, 0.7890028357505798, 0.635558545589447, 1.0, 1.2982219457626343, NaN], "mean": [0.1573832631111145, -0.5254619121551514, -0.17518523335456848, -0.5388922691345215, 0.07527097314596176, 0.4753623604774475, 0.09829039126634598, -0.17637822031974792, -0.00872095674276352, 0.20837056636810303, 0.4430304169654846, 0.985073447227478, NaN], "std": [0.3331735134124756, 0.5919302105903625, 0.4550210237503052, 0.2461717426776886, 0.7893487811088562, 0.19565699994564056, 0.3120100498199463, 0.2730853855609894, 0.48519399762153625, 0.25658857822418213, 0.6774805784225464, 0.2463723123073578, NaN], "count": [213]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.13905268120038275]], [[0.1366864092923514]], [[0.13461604207361272]]], "std": [[[0.3171673594466321]], [[0.3124138437152054]], [[0.3086613080920381]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4914746431112372]], [[0.4797686823027833]], [[0.4682322752568077]]], "std": [[[0.40838137342358943]], [[0.4024463660983437]], [[0.3994581338564307]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.1446021762352217]], [[0.14470563424576424]], [[0.14510811236706986]]], "std": [[[0.265846027023592]], [[0.26604399605195905]], [[0.26686231473180005]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42388993429183175]], [[0.4151071172561224]], [[0.4072667735539207]]], "std": [[[0.387502043670818]], [[0.3796341714884989]], [[0.3731451454330004]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43670987352569013]], [[0.4254913011612086]], [[0.4147907350074533]]], "std": [[[0.396420675084394]], [[0.3918286758887117]], [[0.38920964092196786]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962190920484332]], [[0.9962190920484332]], [[0.9962190920484332]]], "std": [[[0.017965018849595872]], [[0.017965018849595872]], [[0.017965018849595872]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886999076638967]], [[0.5886999076638967]], [[0.5886999076638967]]], "std": [[[0.3308582337819758]], [[0.3308582337819758]], [[0.3308582337819758]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7288754508677381]], [[0.7288754508677381]], [[0.7288754508677381]]], "std": [[[0.44331752355200044]], [[0.44331752355200044]], [[0.44331752355200044]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4144012349031812]], [[0.4144012349031812]], [[0.4144012349031812]]], "std": [[[0.43954645456431435]], [[0.43954645456431435]], [[0.43954645456431435]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48227236937660056]], [[0.48227236937660056]], [[0.48227236937660056]]], "std": [[[0.4138790840476175]], [[0.4138790840476175]], [[0.4138790840476175]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.037587782666159725]], [[0.11742977996916766]], [[0.11695282007334586]]], "std": [[[0.1477856999264543]], [[0.28640872780629784]], [[0.2950059820679716]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2543952722842155]], [[0.5118648486445637]], [[0.3746128515494293]]], "std": [[[0.35243362904317255]], [[0.4564731091314273]], [[0.45321170373239716]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1974762135626112]], [[0.21479845315233578]], [[0.06547897090507487]]], "std": [[[0.37548532879675717]], [[0.3697733292442317]], [[0.188758603490729]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36490400599212364]], [[0.1944736433063701]], [[0.4788701185751138]]], "std": [[[0.41757254655449577]], [[0.2856959160852216]], [[0.4398581003429144]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27571494497049875]], [[0.3176282402294388]], [[0.3306908953383344]]], "std": [[[0.3695424941127973]], [[0.4035153478619105]], [[0.42026197271653604]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.24], "mean": [2.12], "std": [1.2297425204760006], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [213]}, "index": {"min": [1348], "max": [1560], "mean": [1454.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [213]}}} +{"episode_index": 7, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13160917162895203, 0.7234781384468079, 0.324095755815506, -1.4963825941085815, -1.5694212913513184, 1.0535751581192017, 1.5767377614974976, 0.0032265200279653072, 0.22630880773067474, -2.6947286128997803, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13160917162895203, 0.7234781384468079, 0.324095755815506, -0.7942451238632202, -1.4281407594680786, 1.4908527135849, 1.9876450300216675, 0.2111668735742569, 1.0371792316436768, -2.4846816062927246, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.13160903751850128, 0.7234776616096497, 0.3240962028503418, -1.350412130355835, -1.4688726663589478, 1.4242808818817139, 1.9236445426940918, 0.18233533203601837, 0.4004553556442261, -2.656022787094116, 0.3616652488708496, -0.3616652488708496, 0.3616652488708496, 0.3616652488708496, -0.3616652488708496, 0.3616652488708496, -2.356196880340576, 1.570796012878418, -1.0471972227096558, -1.570796012878418, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-07, 4.76837158203125e-07, 4.470348358154297e-07, 0.18833519518375397, 0.039182405918836594, 0.11836007237434387, 0.1110716462135315, 0.055868957191705704, 0.21766257286071777, 0.056373897939920425, 0.2664371728897095, 0.2664371728897095, 0.2664371728897095, 0.2664371728897095, 0.2664371728897095, 0.2664371728897095, 2.384185791015625e-06, 3.5762786865234375e-07, 3.5762786865234375e-07, 3.5762786865234375e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [98]}, "observation.state": {"min": [0.6134924292564392, -0.7830895781517029, -0.10196903347969055, 0.662837028503418, 0.4083825945854187, 0.6054793000221252, -0.0037297657690942287, -0.365145742893219, -0.0167592354118824, -0.1420052945613861, 0.9897240400314331, 0.753812313079834, NaN], "max": [0.912810742855072, -0.40838271379470825, 3.818152890744386e-06, 1.0680418014526367, 0.7895227074623108, 0.912810742855072, 0.10024315863847733, -0.24958720803260803, 0.020117422565817833, 0.00022034021094441414, 1.0, 0.8886070251464844, NaN], "mean": [0.8792792558670044, -0.457500159740448, -0.010486100800335407, 1.0075206756591797, 0.45794132351875305, 0.8788933157920837, 0.007179695647209883, -0.34401482343673706, 0.001949165714904666, -0.012059143744409084, 0.9993821978569031, 0.7860806584358215, NaN], "std": [0.07647758722305298, 0.10495445132255554, 0.024262158200144768, 0.10827670246362686, 0.10614436864852905, 0.07770473510026932, 0.021938156336545944, 0.03825921192765236, 0.006303068250417709, 0.03228762745857239, 0.0019445980433374643, 0.04510915279388428, NaN], "count": [98]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.0883053689996227]], [[0.08874194594222216]], [[0.08901593536426232]]], "std": [[[0.2211553498803176]], [[0.2218168144402323]], [[0.22203923895238206]]], "count": [98]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28795237530051865]], [[0.29053692678466686]], [[0.2911553650563197]]], "std": [[[0.30215561565757804]], [[0.300612160744212]], [[0.3001006423727263]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.578578816362905]], [[0.5813397743762873]], [[0.5832894123416611]]], "std": [[[0.2714644573598909]], [[0.2659263557228395]], [[0.25992972533630143]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5906123688831232]], [[0.5935031212991335]], [[0.595624280285624]]], "std": [[[0.24842027229173702]], [[0.2429749515124594]], [[0.23901805862911224]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3809940459888343]], [[0.3990240862255781]], [[0.4146334475105318]]], "std": [[[0.2971096219896896]], [[0.2823005940212144]], [[0.2689178719976448]]], "count": [98]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996088770311996]], [[0.996088770311996]], [[0.996088770311996]]], "std": [[[0.01822286309330316]], [[0.01822286309330316]], [[0.01822286309330316]]], "count": [98]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5909475010550713]], [[0.5909475010550713]], [[0.5909475010550713]]], "std": [[[0.33627772292978864]], [[0.33627772292978864]], [[0.33627772292978864]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17051427253299323]], [[0.17051427253299323]], [[0.17051427253299323]]], "std": [[[0.14955006104474053]], [[0.14955006104474053]], [[0.14955006104474053]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.129361144273037]], [[0.129361144273037]], [[0.129361144273037]]], "std": [[[0.103787920834894]], [[0.103787920834894]], [[0.103787920834894]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11604386222872583]], [[0.11604386222872583]], [[0.11604386222872583]]], "std": [[[0.07860081339862457]], [[0.07860081339862457]], [[0.07860081339862457]]], "count": [98]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14174329627203297]], [[0.06787522505325785]], [[0.0635147311549359]]], "std": [[[0.3434779123718278]], [[0.20888016415963218]], [[0.18450370066960436]]], "count": [98]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4383404591274627]], [[0.4106916758701018]], [[0.21658248060347218]]], "std": [[[0.42684934870659597]], [[0.46580260176339455]], [[0.3153567467829757]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7732681212425465]], [[0.48241121830901235]], [[0.4763149731695968]]], "std": [[[0.32839986855110437]], [[0.33579978278938966]], [[0.4270482075140259]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33683735249853847]], [[0.7087729589287922]], [[0.5234987398057612]]], "std": [[[0.3324410355909976]], [[0.3494531829546275]], [[0.41541581274908346]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6326090013311162]], [[0.5614270481627213]], [[0.4512996375322469]]], "std": [[[0.39149331009805094]], [[0.4097963059992389]], [[0.3536744328442699]]], "count": [98]}, "timestamp": {"min": [0.0], "max": [1.94], "mean": [0.9699999999999999], "std": [0.5657738063926254], "count": [98]}, "frame_index": {"min": [0], "max": [97], "mean": [48.5], "std": [28.28869031963127], "count": [98]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [98]}, "index": {"min": [1561], "max": [1658], "mean": [1609.5], "std": [28.28869031963127], "count": [98]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [98]}}} +{"episode_index": 8, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11566316336393356, 1.9168481826782227, 0.57050621509552, -0.776464581489563, -2.2769649028778076, 0.6945307850837708, 1.5834249258041382, -1.9441516399383545, 0.5876250267028809, -3.1634414196014404, -4.683753385137379e-17, -0.2634146213531494, -4.683753385137379e-17, -4.683753385137379e-17, -0.2634146213531494, -4.683753385137379e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11566316336393356, 1.9168481826782227, 0.57050621509552, -0.04718169569969177, -1.5797207355499268, 1.0437053442001343, 2.6185145378112793, -0.01845168136060238, 1.0413895845413208, -2.490471839904785, 0.2634146213531494, 4.683753385137379e-17, 0.2634146213531494, 0.2634146213531494, 4.683753385137379e-17, 0.2634146213531494, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11566338688135147, 1.9168462753295898, 0.5705051422119141, -0.14937818050384521, -2.0686943531036377, 0.7765307426452637, 2.412083148956299, -1.4794890880584717, 0.7075342535972595, -2.9410593509674072, 0.16153040528297424, -0.16153040528297424, 0.16153040528297424, 0.16153040528297424, -0.16153040528297424, 0.16153040528297424, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2351741790771484e-07, 1.9073486328125e-06, 1.0728836059570312e-06, 0.190484881401062, 0.15977230668067932, 0.08751413971185684, 0.26317742466926575, 0.4921325743198395, 0.10686488449573517, 0.1665860265493393, 0.12698954343795776, 0.12698954343795776, 0.12698954343795776, 0.12698954343795776, 0.12698954343795776, 0.12698954343795776, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [230]}, "observation.state": {"min": [-0.4093013107776642, -0.935040295124054, -0.803608775138855, 2.56337571144104, 0.16420835256576538, -0.7413508296012878, -5.02459988638293e-06, -0.38775500655174255, -0.9326088428497314, -0.44519150257110596, -0.14410440623760223, 0.758017361164093, NaN], "max": [0.32345542311668396, -0.5771114826202393, 0.005681534763425589, 2.9054200649261475, 0.9348892569541931, -0.35432466864585876, 0.6507184505462646, -0.2918672263622284, 2.886217998820939e-06, 0.012637047097086906, 1.0, 1.1224682331085205, NaN], "mean": [-0.30919522047042847, -0.8870440125465393, -0.12112864851951599, 2.601149559020996, 0.8715159296989441, -0.4054740369319916, 0.08002766966819763, -0.350698858499527, -0.12900005280971527, -0.06742769479751587, 0.9004058837890625, 0.8116468787193298, NaN], "std": [0.15351305902004242, 0.10725407302379608, 0.2604091167449951, 0.08350838720798492, 0.16677163541316986, 0.10717232525348663, 0.17421205341815948, 0.024474944919347763, 0.277202308177948, 0.14563778042793274, 0.2646322250366211, 0.09386026859283447, NaN], "count": [230]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11803998548908295]], [[0.08359596081515948]], [[0.07294963759588169]]], "std": [[[0.2822597967732041]], [[0.2323918077611748]], [[0.207249899920901]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3986713324227129]], [[0.2935947685595903]], [[0.25392546323956894]]], "std": [[[0.3832277644742358]], [[0.3617340810202977]], [[0.32887325359034497]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6054505257525191]], [[0.2219236594333366]], [[0.19944953600605111]]], "std": [[[0.233426561779193]], [[0.23366285785536212]], [[0.22451554733667195]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5253799292022817]], [[0.37341823560928084]], [[0.33136281383043287]]], "std": [[[0.2545691726426502]], [[0.3104007826374123]], [[0.310633411839307]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6482225749367494]], [[0.5084431033245691]], [[0.4722990375453215]]], "std": [[[0.2639611629455031]], [[0.37689128377050096]], [[0.3772267498491012]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949748238271403]], [[0.9949748238271403]], [[0.9949748238271403]]], "std": [[[0.021561664030421642]], [[0.021561664030421642]], [[0.021561664030421642]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.60237123405157]], [[0.60237123405157]], [[0.60237123405157]]], "std": [[[0.3373878901178792]], [[0.3373878901178792]], [[0.3373878901178792]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "mean": [[[0.09335468396174858]], [[0.09335468396174858]], [[0.09335468396174858]]], "std": [[[0.05740188106421577]], [[0.05740188106421577]], [[0.05740188106421577]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "mean": [[[0.03961113692766871]], [[0.03961113692766871]], [[0.03961113692766871]]], "std": [[[0.03878313559190324]], [[0.03878313559190324]], [[0.03878313559190324]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09780260727114963]], [[0.09780260727114963]], [[0.09780260727114963]]], "std": [[[0.07137154056813533]], [[0.07137154056813533]], [[0.07137154056813533]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.030419059727444207]], [[0.10390870862896645]], [[0.09429176599335744]]], "std": [[[0.11991933110931918]], [[0.27117581602111157]], [[0.2748695471192631]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39602855110102586]], [[0.3175785249156603]], [[0.24433057532030972]]], "std": [[[0.43206884869263845]], [[0.37214659372296727]], [[0.3798886054359489]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22711639378230006]], [[0.7907855153688985]], [[0.45915103088532017]]], "std": [[[0.2784339611364786]], [[0.363460099964059]], [[0.29982883462800924]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5222536553898601]], [[0.65258939402169]], [[0.594088382482024]]], "std": [[[0.39840855662495306]], [[0.36979678378425124]], [[0.38849189883489016]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.567512531088835]], [[0.4375702823929066]], [[0.5540062938755749]]], "std": [[[0.3921230636237099]], [[0.32901899410678076]], [[0.41037551095989144]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.58], "mean": [2.29], "std": [1.327893067984015], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [230]}, "index": {"min": [1659], "max": [1888], "mean": [1773.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [230]}}} +{"episode_index": 9, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25442183017730713, 1.4785640239715576, 0.7052806615829468, -1.2554094791412354, -1.5608874559402466, 1.050925612449646, 1.576805830001831, -1.0851486921310425, 1.0527158975601196, -3.2619946002960205, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25442183017730713, 1.4785640239715576, 0.7052806615829468, -0.7930947542190552, -0.8870545625686646, 1.2694746255874634, 2.016000270843506, -0.01581280678510666, 1.3762167692184448, -2.4949429035186768, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2544216811656952, 1.4785627126693726, 0.7052809000015259, -1.1739777326583862, -1.0408375263214111, 1.1908111572265625, 1.9037154912948608, -0.843441903591156, 1.2726389169692993, -3.1088497638702393, 0.2946966886520386, -0.2946966886520386, 0.2946966886520386, 0.2946966886520386, -0.2946966886520386, 0.2946966886520386, -2.3561973571777344, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 1.3113021850585938e-06, 2.384185791015625e-07, 0.13867607712745667, 0.19728553295135498, 0.05762585252523422, 0.12788744270801544, 0.3132776618003845, 0.08376786857843399, 0.21861346065998077, 0.21083788573741913, 0.21083788573741913, 0.21083788573741913, 0.21083788573741913, 0.21083788573741913, 0.21083788573741913, 2.86102294921875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [105]}, "observation.state": {"min": [-0.868680477142334, 0.49537286162376404, -0.37008136510849, 0.6527584195137024, -0.9490532279014587, -0.868680477142334, -0.7154081463813782, -0.2864859700202942, -0.3804072141647339, -0.0005915070069022477, 0.5996637940406799, 0.753143846988678, NaN], "max": [0.6815512180328369, 0.9533178210258484, 0.0030629406683146954, 0.7792566418647766, -0.49537286162376404, 0.2812187671661377, 0.0010810433886945248, -0.22582726180553436, 0.0031942909117788076, 0.716953694820404, 1.0, 1.1340688467025757, NaN], "mean": [-0.6218662858009338, 0.5889450311660767, -0.07628399133682251, 0.6808133125305176, -0.5881754159927368, -0.6639012098312378, -0.09702381491661072, -0.24088288843631744, -0.07846210151910782, 0.09474554657936096, 0.9579505324363708, 0.8288769125938416, NaN], "std": [0.4682733118534088, 0.15355990827083588, 0.13321253657341003, 0.038461942225694656, 0.15208931267261505, 0.37551313638687134, 0.19932298362255096, 0.021603863686323166, 0.13698197901248932, 0.1970052570104599, 0.0980956181883812, 0.10721790790557861, NaN], "count": [105]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09109117402304447]], [[0.0857670729589329]], [[0.08039378364115386]]], "std": [[[0.22379083168192865]], [[0.21534933428626024]], [[0.20749550892468896]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3019389160130384]], [[0.2821580938931436]], [[0.2595002196083796]]], "std": [[[0.2938605377833338]], [[0.284758258631956]], [[0.27618150794169277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.5848890431176745]], [[0.574568857453039]], [[0.5540376532816198]]], "std": [[[0.19808121369499948]], [[0.20232003919262487]], [[0.21102690017778092]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6259734324152697]], [[0.6239967008451067]], [[0.6267095664092387]]], "std": [[[0.31881063659375586]], [[0.3205531635998832]], [[0.32418758869867137]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4504272821333999]], [[0.4443047319403121]], [[0.4312762096733635]]], "std": [[[0.35958900527304716]], [[0.3633893080091665]], [[0.3640350490730872]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955310828000706]], [[0.9955310828000706]], [[0.9955310828000706]]], "std": [[[0.020136309601361726]], [[0.020136309601361726]], [[0.020136309601361726]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6042810477633138]], [[0.6042810477633138]], [[0.6042810477633138]]], "std": [[[0.33722888596984807]], [[0.33722888596984807]], [[0.33722888596984807]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08206057704364876]], [[0.08206057704364876]], [[0.08206057704364876]]], "std": [[[0.058674451499752735]], [[0.058674451499752735]], [[0.058674451499752735]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.27058823529411763]], [[0.27058823529411763]], [[0.27058823529411763]]], "mean": [[[0.033101434931210615]], [[0.033101434931210615]], [[0.033101434931210615]]], "std": [[[0.032933056257178586]], [[0.032933056257178586]], [[0.032933056257178586]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2860020089975732]], [[0.2860020089975732]], [[0.2860020089975732]]], "std": [[[0.3904603767189537]], [[0.3904603767189537]], [[0.3904603767189537]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14392619549102087]], [[0.027859328595156812]], [[0.1324879745133579]]], "std": [[[0.34350299573148757]], [[0.11306842855091268]], [[0.3192797929811862]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5229606160031812]], [[0.21466925905138567]], [[0.11548264825577302]]], "std": [[[0.484253011079477]], [[0.2638227727585172]], [[0.21909077844265637]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.58457831234816]], [[0.29695758641338277]], [[0.7960416578655675]]], "std": [[[0.3885535367976955]], [[0.286425414097069]], [[0.32377809017305687]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5152246141095198]], [[0.48175363359666223]], [[0.6173102419313199]]], "std": [[[0.41109977923920765]], [[0.3541015318197723]], [[0.41295223092982764]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40428031551186183]], [[0.6149699314218351]], [[0.2532063185521806]]], "std": [[[0.3894265876756217]], [[0.4538169281178795]], [[0.30755515716920123]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.08], "mean": [1.04], "std": [0.6061902891556963], "count": [105]}, "frame_index": {"min": [0], "max": [104], "mean": [52.0], "std": [30.309514457784815], "count": [105]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [105]}, "index": {"min": [1889], "max": [1993], "mean": [1941.0], "std": [30.309514457784815], "count": [105]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [105]}}} +{"episode_index": 10, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25807511806488037, 1.7100085020065308, 0.5072516202926636, -0.7818085551261902, -1.5672073364257812, 1.0488677024841309, 1.473380208015442, -1.572864055633545, 1.053044319152832, -4.714598655700684, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25807511806488037, 1.7100085020065308, 0.5072516202926636, 0.012961857952177525, -0.855510950088501, 1.3492369651794434, 1.5702576637268066, -0.008172737434506416, 2.1045680046081543, -2.4941956996917725, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25807538628578186, 1.7100070714950562, 0.5072513818740845, -0.30196937918663025, -1.1046290397644043, 1.2279186248779297, 1.522133469581604, -1.0499424934387207, 1.772981882095337, -4.037496089935303, 0.2291601449251175, -0.2291601449251175, 0.2291601449251175, 0.2291601449251175, -0.2291601449251175, 0.2291601449251175, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 1.430511474609375e-06, 2.384185791015625e-07, 0.2610502243041992, 0.24360503256320953, 0.09201975166797638, 0.03235454484820366, 0.5438603758811951, 0.36736878752708435, 0.7950249314308167, 0.108159139752388, 0.108159139752388, 0.108159139752388, 0.108159139752388, 0.108159139752388, 0.108159139752388, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [140]}, "observation.state": {"min": [-0.23374800384044647, -0.9553450345993042, -0.9927683472633362, 0.5792608261108398, 0.04341854527592659, -0.9947742223739624, 1.2653663361561485e-07, -0.4003235399723053, -0.9963961243629456, -0.48560523986816406, 0.07662838697433472, 0.7558339238166809, NaN], "max": [0.5011230707168579, -0.09540136903524399, 0.0004489283019211143, 0.9868831038475037, 0.9835857152938843, 0.5011230707168579, 0.30843454599380493, -0.35090702772140503, -1.3676721088984323e-08, -1.9765943193306157e-07, 1.0, 1.2431418895721436, NaN], "mean": [0.2183944582939148, -0.7412576675415039, -0.31964483857154846, 0.70721435546875, 0.7602641582489014, 0.01952943205833435, 0.1034456342458725, -0.36944693326950073, -0.27645164728164673, -0.1528083235025406, 0.7974922060966492, 0.9222362041473389, NaN], "std": [0.2992750406265259, 0.2571224868297577, 0.38077762722969055, 0.14254915714263916, 0.2616823613643646, 0.5740500092506409, 0.11360445618629456, 0.01835547387599945, 0.3739442229270935, 0.17652517557144165, 0.3053434491157532, 0.1652337908744812, NaN], "count": [140]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.12168259581798589]], [[0.1179809467099312]], [[0.10794292327922585]]], "std": [[[0.2890711759557337]], [[0.2801384084785932]], [[0.25750522449320723]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42118543061012237]], [[0.40786777362701176]], [[0.3642356508555339]]], "std": [[[0.38052212818409625]], [[0.36833419250956795]], [[0.3365585613321518]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6944893196565928]], [[0.6790125843983501]], [[0.6442675574384878]]], "std": [[[0.23858393751130233]], [[0.23279293821490601]], [[0.22719978470920782]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5823683238214407]], [[0.5682891695852789]], [[0.5178959049575167]]], "std": [[[0.2913591305897511]], [[0.28131753147595345]], [[0.268183993383682]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5131280803008937]], [[0.5084807351482709]], [[0.4702674260087401]]], "std": [[[0.3268629319794225]], [[0.3220637047138138]], [[0.31046361095074776]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967675966662443]], [[0.9967675966662443]], [[0.9967675966662443]]], "std": [[[0.01634730459639261]], [[0.01634730459639261]], [[0.01634730459639261]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869236279170196]], [[0.5869236279170196]], [[0.5869236279170196]]], "std": [[[0.33572927870320635]], [[0.33572927870320635]], [[0.33572927870320635]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22029435837807645]], [[0.22029435837807645]], [[0.22029435837807645]]], "std": [[[0.21419728678091887]], [[0.21419728678091887]], [[0.21419728678091887]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08243113517080167]], [[0.08243113517080167]], [[0.08243113517080167]]], "std": [[[0.08569835497486539]], [[0.08569835497486539]], [[0.08569835497486539]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24605011362638143]], [[0.24605011362638143]], [[0.24605011362638143]]], "std": [[[0.33275396441885485]], [[0.33275396441885485]], [[0.33275396441885485]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1304822063567741]], [[0.09389404884760921]], [[0.051959232638029734]]], "std": [[[0.3157827569264043]], [[0.27546144129695244]], [[0.16383021062446396]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4410709928511605]], [[0.17484397880762373]], [[0.4110243098094202]]], "std": [[[0.42231184934775384]], [[0.30061505704888547]], [[0.43039926165282794]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4224402883139508]], [[0.7200411992025701]], [[0.23032095010296447]]], "std": [[[0.3349210091883643]], [[0.38599868369719476]], [[0.3097900003650443]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7529665464352698]], [[0.6933655792196157]], [[0.3238342241722105]]], "std": [[[0.3411276450330317]], [[0.3574567974183948]], [[0.37428006628519456]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6115168696116318]], [[0.4335602065592832]], [[0.33799653991072165]]], "std": [[[0.44054588948411627]], [[0.4061707163803904]], [[0.3435488741169425]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.78], "mean": [1.3900000000000001], "std": [0.8082697569499925], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [140]}, "index": {"min": [1994], "max": [2133], "mean": [2063.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [140]}}} +{"episode_index": 11, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4993467330932617, 2.1319737434387207, 0.8316336274147034, -0.7798957824707031, -1.5676615238189697, 0.054973065853118896, 1.5710599422454834, 0.004340504761785269, 1.0476733446121216, -2.4796926975250244, 6.245004513516506e-17, -0.3853658437728882, 6.245004513516506e-17, 6.245004513516506e-17, -0.3853658437728882, 6.245004513516506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4993467330932617, 2.1319737434387207, 0.8316336274147034, 2.7353122234344482, 0.09420765191316605, 1.045220971107483, 2.0908658504486084, 2.608004570007324, 1.5028319358825684, -0.7889519929885864, 0.3853658437728882, -6.245004513516506e-17, 0.3853658437728882, 0.3853658437728882, -6.245004513516506e-17, 0.3853658437728882, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49934637546539307, 2.1319785118103027, 0.8316343426704407, 1.6930296421051025, -0.30106282234191895, 0.5426977276802063, 1.82510507106781, 1.9024049043655396, 1.2948640584945679, -1.3337807655334473, 0.30653300881385803, -0.30653300881385803, 0.30653300881385803, 0.30653300881385803, -0.30653300881385803, 0.30653300881385803, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 4.76837158203125e-06, 7.152557373046875e-07, 1.139462947845459, 0.5406901240348816, 0.2331172227859497, 0.18091638386249542, 0.8559398055076599, 0.13447417318820953, 0.5914078950881958, 0.15120290219783783, 0.15120290219783783, 0.15120290219783783, 0.15120290219783783, 0.15120290219783783, 0.15120290219783783, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [183]}, "observation.state": {"min": [-0.7552900314331055, -0.816901445388794, -0.9998155236244202, 0.8599939346313477, -0.989982008934021, -0.7552884221076965, -0.3682876527309418, -0.5954914689064026, -0.3669021427631378, -0.302252858877182, -0.9952555894851685, 0.7526406645774841, NaN], "max": [0.36345720291137695, 0.9066331386566162, 0.9324755072593689, 1.53183913230896, 0.945357084274292, 0.9937762022018433, 0.11730873584747314, -0.024135449901223183, 0.9511414766311646, 0.9999737739562988, 0.9999999403953552, 1.5626391172409058, NaN], "mean": [-0.4059227406978607, -0.22063028812408447, -0.015439656563103199, 1.0140784978866577, 0.5272637605667114, -0.16854023933410645, -0.06831751018762589, -0.24838268756866455, 0.13815128803253174, 0.2564449906349182, 0.36547520756721497, 1.0731172561645508, NaN], "std": [0.40122902393341064, 0.5464533567428589, 0.5715899467468262, 0.20557166635990143, 0.5203556418418884, 0.6323428750038147, 0.13524669408798218, 0.1417262703180313, 0.3261566162109375, 0.3983522355556488, 0.7186901569366455, 0.3146010935306549, NaN], "count": [183]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.1227091157929606]], [[0.12463017613597883]], [[0.11083917893958992]]], "std": [[[0.2956429410748586]], [[0.29765945591307125]], [[0.2738233972764291]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4287402914655825]], [[0.4304382860219769]], [[0.3821764068850412]]], "std": [[[0.40591398512779253]], [[0.4017044521716344]], [[0.3859238618130533]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.42511866027488937]], [[0.43791155180310215]], [[0.38426670582736705]]], "std": [[[0.3788993690238643]], [[0.3869158593739952]], [[0.3550741785168567]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4846178646555233]], [[0.4784178862475533]], [[0.4362012176027348]]], "std": [[[0.31602378136235815]], [[0.3127114616095669]], [[0.310758769936061]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6413474217976237]], [[0.6375300501377665]], [[0.5861439169149415]]], "std": [[[0.314437915679533]], [[0.30799066594967217]], [[0.3376437380733889]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956214273404721]], [[0.9956214273404721]], [[0.9956214273404721]]], "std": [[[0.019705936701039175]], [[0.019705936701039175]], [[0.019705936701039175]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5953566527257255]], [[0.5953566527257255]], [[0.5953566527257255]]], "std": [[[0.3385777519444033]], [[0.3385777519444033]], [[0.3385777519444033]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648225946512116]], [[0.4648225946512116]], [[0.4648225946512116]]], "std": [[[0.41694082751137823]], [[0.41694082751137823]], [[0.41694082751137823]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16431531605836822]], [[0.16431531605836822]], [[0.16431531605836822]]], "std": [[[0.322046039603918]], [[0.322046039603918]], [[0.322046039603918]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1332714942958819]], [[0.1332714942958819]], [[0.1332714942958819]]], "std": [[[0.16838355236467925]], [[0.16838355236467925]], [[0.16838355236467925]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05294716725307133]], [[0.03419420354578684]], [[0.14656224439093377]]], "std": [[[0.16420093920446696]], [[0.1230736332296114]], [[0.3504205808924522]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3390460721616371]], [[0.4030511120901286]], [[0.20586791578571853]]], "std": [[[0.38255615731416537]], [[0.4568682273516859]], [[0.30399848179668587]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34447087523494746]], [[0.5693916854591089]], [[0.14461818652429337]]], "std": [[[0.34888751362154447]], [[0.4778680222440224]], [[0.26124218950473616]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5535889776039686]], [[0.44931872585565125]], [[0.4338115619285572]]], "std": [[[0.3956651316992897]], [[0.3935640444688286]], [[0.4348734337366561]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49163984493972]], [[0.556236403223784]], [[0.5130767891712616]]], "std": [[[0.4006366534061074]], [[0.4169567525238871]], [[0.3844218664053312]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.64], "mean": [1.82], "std": [1.056535217901735], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [183]}, "index": {"min": [2134], "max": [2316], "mean": [2225.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [183]}}} +{"episode_index": 12, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4218098521232605, 1.1747801303863525, 0.5827996730804443, -0.7756311297416687, -1.5660099983215332, 0.1822408139705658, -1.6103873252868652, -2.5644564628601074, 0.3185288608074188, -2.9650893211364746, 1.214306433183765e-17, -0.5902438759803772, 1.214306433183765e-17, 1.214306433183765e-17, -0.5902438759803772, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4218098521232605, 1.1747801303863525, 0.5827996730804443, 3.611462354660034, 0.8296059966087341, 1.8245599269866943, 1.5684055089950562, 0.45627567172050476, 2.00890851020813, -0.040918827056884766, 0.5902438759803772, -1.214306433183765e-17, 0.5902438759803772, 0.5902438759803772, -1.214306433183765e-17, 0.5902438759803772, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42180994153022766, 1.1747759580612183, 0.5827973484992981, 2.5394790172576904, -0.3135300278663635, 0.7908027172088623, -0.12588195502758026, -0.7197074890136719, 1.1052792072296143, -1.4685944318771362, 0.5303658843040466, -0.5303658843040466, 0.5303658843040466, 0.5303658843040466, -0.5303658843040466, 0.5303658843040466, -2.3562002182006836, 1.570799708366394, -1.047202467918396, -1.570799708366394, 0.0, -1.047202467918396, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 4.172325134277344e-06, 2.3245811462402344e-06, 1.184171199798584, 0.5830664038658142, 0.568509578704834, 0.9024739265441895, 1.1043833494186401, 0.4241939187049866, 0.8882800936698914, 0.1726628988981247, 0.1726628988981247, 0.1726628988981247, 0.1726628988981247, 0.1726628988981247, 0.1726628988981247, 5.7220458984375e-06, 3.337860107421875e-06, 4.887580871582031e-06, 3.337860107421875e-06, 0.0, 4.887580871582031e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [432]}, "observation.state": {"min": [-0.8245400786399841, -0.9807010293006897, -0.8195911645889282, 1.0729098320007324, -0.8863077759742737, -0.9920060634613037, -0.9963694214820862, -0.649178683757782, -0.9996652007102966, -0.4160674214363098, -0.9254853129386902, 0.7539678812026978, NaN], "max": [0.9120057821273804, 0.9965505599975586, 0.9522095918655396, 2.5719118118286133, 0.7515401244163513, 0.9901493787765503, 0.5437405705451965, 0.2076595276594162, 0.025505991652607918, 0.8932265639305115, 1.0, 1.540445327758789, NaN], "mean": [-0.12090364843606949, 0.46237263083457947, -0.04527934268116951, 1.790766954421997, -0.44368693232536316, -0.36617228388786316, -0.17651255428791046, -0.11757702380418777, -0.41266417503356934, 0.10638168454170227, 0.26161447167396545, 1.073324203491211, NaN], "std": [0.4668596088886261, 0.570188581943512, 0.4758898615837097, 0.44000768661499023, 0.5064444541931152, 0.4824727773666382, 0.3855355679988861, 0.2677447497844696, 0.3791957497596741, 0.28795409202575684, 0.723354697227478, 0.2951852083206177, NaN], "count": [432]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12428841185254924]], [[0.11248934111451085]], [[0.09452896316010759]]], "std": [[[0.2947550632532925]], [[0.26986536619941254]], [[0.23431157840640532]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4170185255593979]], [[0.36968500983376146]], [[0.30083949142052085]]], "std": [[[0.3941339966829239]], [[0.36475617760045675]], [[0.31927913124158347]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7440281165781863]], [[0.726851000911291]], [[0.7084106830927028]]], "std": [[[0.22801799220191474]], [[0.2298303581371343]], [[0.23591018321805401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33309541464409026]], [[0.3117654636150825]], [[0.29805806914948185]]], "std": [[[0.2663359699786212]], [[0.2669422761866289]], [[0.26760058790518737]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5674680944228859]], [[0.5076743506129924]], [[0.45315102552084063]]], "std": [[[0.3078508366551859]], [[0.3352939846732406]], [[0.34189428247778586]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959410349824415]], [[0.9959410349824415]], [[0.9959410349824415]]], "std": [[[0.018813174737255287]], [[0.018813174737255287]], [[0.018813174737255287]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594772472978111]], [[0.594772472978111]], [[0.594772472978111]]], "std": [[[0.3371692973773266]], [[0.3371692973773266]], [[0.3371692973773266]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12698501365595313]], [[0.12698501365595313]], [[0.12698501365595313]]], "std": [[[0.11041193460085758]], [[0.11041193460085758]], [[0.11041193460085758]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2274322959100538]], [[0.2274322959100538]], [[0.2274322959100538]]], "std": [[[0.3804363391753088]], [[0.3804363391753088]], [[0.3804363391753088]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.11031516048846268]], [[0.11031516048846268]], [[0.11031516048846268]]], "std": [[[0.04923503685354156]], [[0.04923503685354156]], [[0.04923503685354156]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.028915602655685577]], [[0.1210157668758143]], [[0.10785921862332705]]], "std": [[[0.11732345239600651]], [[0.29954421699767053]], [[0.2762882625705373]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3087329005539496]], [[0.3586300433651112]], [[0.4367731743838057]]], "std": [[[0.41558138108022075]], [[0.4036796115488356]], [[0.4604061230717299]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7508064489090325]], [[0.8288531748666089]], [[0.33958402484826905]]], "std": [[[0.39038934421800636]], [[0.26650443171718585]], [[0.37869377558437417]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26257407440935404]], [[0.3727867384702248]], [[0.6259868932354584]]], "std": [[[0.30107157443833027]], [[0.35241140836791734]], [[0.45071318458786636]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5648256470400478]], [[0.7371099041032233]], [[0.38453746049563764]]], "std": [[[0.41938630001306504]], [[0.3054321880353461]], [[0.3792793276966731]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.62], "mean": [4.3100000000000005], "std": [2.49414648059545], "count": [432]}, "frame_index": {"min": [0], "max": [431], "mean": [215.5], "std": [124.70732402977247], "count": [432]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [432]}, "index": {"min": [2317], "max": [2748], "mean": [2532.5], "std": [124.70732402977247], "count": [432]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [432]}}} +{"episode_index": 13, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43766072392463684, 0.5649108290672302, 0.6459274888038635, -2.9935972690582275, -2.3607006072998047, 6.403434753417969, 1.026004672050476, -6.279441833496094, 1.0491952896118164, 3.8220672607421875, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43766072392463684, 0.5649108290672302, 0.6459274888038635, -0.8011928200721741, -1.5748869180679321, 7.323819160461426, 1.5683772563934326, -5.7560882568359375, 1.4672861099243164, 6.730607986450195, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43766042590141296, 0.5649108290672302, 0.6459274888038635, -2.2409818172454834, -2.0453743934631348, 6.720485210418701, 1.2892781496047974, -5.9371843338012695, 1.237047791481018, 5.7306108474731445, 0.2828146815299988, -0.2828146815299988, 0.2828146815299988, 0.2828146815299988, -0.2828146815299988, 0.2828146815299988, -2.356198310852051, 1.5707975625991821, -1.047196626663208, -1.5707975625991821, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 0.0, 0.0, 0.7841207385063171, 0.28301507234573364, 0.3307165205478668, 0.17071889340877533, 0.1870434284210205, 0.11236827820539474, 1.045316457748413, 0.14889439940452576, 0.14889439940452576, 0.14889439940452576, 0.14889439940452576, 0.14889439940452576, 0.14889439940452576, 3.814697265625e-06, 1.1920928955078125e-06, 9.5367431640625e-07, 1.1920928955078125e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [148]}, "observation.state": {"min": [-0.9976087808609009, -0.9656591415405273, -0.2568557858467102, 0.5569860935211182, -0.3656299114227295, -0.9719188809394836, -0.6698480248451233, -0.23698017001152039, -0.2299417406320572, -0.3166799247264862, 0.6974746584892273, 0.7552106976509094, NaN], "max": [-0.05166935175657272, 0.36585286259651184, 0.013282603584229946, 1.0505790710449219, 0.929482638835907, 0.13758325576782227, 0.24765801429748535, -0.0586826354265213, 0.6818766593933105, 0.23857858777046204, 0.9999998807907104, 1.2431942224502563, NaN], "mean": [-0.754027783870697, -0.1302914172410965, -0.08888188004493713, 0.8572059273719788, 0.10909998416900635, -0.7254354357719421, -0.03071707673370838, -0.1834147721529007, 0.05178840830922127, -0.01855388469994068, 0.9570586681365967, 0.9043883085250854, NaN], "std": [0.30775725841522217, 0.5487393736839294, 0.10361496359109879, 0.18162044882774353, 0.5235381722450256, 0.3574989140033722, 0.24290193617343903, 0.05804293230175972, 0.21920263767242432, 0.16584588587284088, 0.07387781143188477, 0.16361626982688904, NaN], "count": [148]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09730032434984184]], [[0.09227030807535216]], [[0.09102625040987976]]], "std": [[[0.2395596347001782]], [[0.22732961023473397]], [[0.22455327594120778]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32126100405621705]], [[0.3019272777747603]], [[0.2948925179592715]]], "std": [[[0.3139784765460554]], [[0.2968051308927704]], [[0.2937275354544751]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6166803206081174]], [[0.576775473063272]], [[0.5652395367503726]]], "std": [[[0.27375244428138806]], [[0.2707133137601442]], [[0.27247717845369657]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48462367975130277]], [[0.45660529970341135]], [[0.4413976199145572]]], "std": [[[0.2787603991379429]], [[0.2806510115629218]], [[0.2809521960747243]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5396345515395721]], [[0.5040984824558051]], [[0.48701469934439356]]], "std": [[[0.2475185540045496]], [[0.25006889598012966]], [[0.25331732204843305]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996454486750071]], [[0.996454486750071]], [[0.996454486750071]]], "std": [[[0.017342102655694917]], [[0.017342102655694917]], [[0.017342102655694917]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6015216051059116]], [[0.6015216051059116]], [[0.6015216051059116]]], "std": [[[0.3372813688834716]], [[0.3372813688834716]], [[0.3372813688834716]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1920981216945586]], [[0.1920981216945586]], [[0.1920981216945586]]], "std": [[[0.23091784723406084]], [[0.23091784723406084]], [[0.23091784723406084]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07648603123065853]], [[0.07648603123065853]], [[0.07648603123065853]]], "std": [[[0.16173407315982447]], [[0.16173407315982447]], [[0.16173407315982447]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10442733577819487]], [[0.10442733577819487]], [[0.10442733577819487]]], "std": [[[0.06202847267294258]], [[0.06202847267294258]], [[0.06202847267294258]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1366760585291536]], [[0.032989066520216374]], [[0.12148211449006265]]], "std": [[[0.3288307611082733]], [[0.13357025645208995]], [[0.30003356820986016]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41816529302463434]], [[0.4517976960901662]], [[0.14489433383558273]]], "std": [[[0.44676990632339453]], [[0.45030164608098194]], [[0.258067979820246]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3431551883569337]], [[0.7353739357375589]], [[0.47936943225701756]]], "std": [[[0.36745095479243506]], [[0.3627683918667037]], [[0.3570971396859593]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.564364576732509]], [[0.7397261755083347]], [[0.3927378291694914]]], "std": [[[0.407520385738848]], [[0.309500746805073]], [[0.3958092778573626]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5288552884715324]], [[0.528697708227301]], [[0.5237074534748751]]], "std": [[[0.38820088917195766]], [[0.41643979918536805]], [[0.4042039218162283]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.94], "mean": [1.47], "std": [0.8544588931013591], "count": [148]}, "frame_index": {"min": [0], "max": [147], "mean": [73.5], "std": [42.72294465506796], "count": [148]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [148]}, "index": {"min": [2749], "max": [2896], "mean": [2822.5], "std": [42.72294465506796], "count": [148]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [148]}}} +{"episode_index": 14, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30851083993911743, 1.7966632843017578, 0.5719200372695923, -1.5403796434402466, -1.5674444437026978, -0.059364236891269684, 1.5511811971664429, -1.9061012268066406, 0.9308195114135742, -2.47819185256958, 1.0408340855860843e-17, -0.7268292903900146, 1.0408340855860843e-17, 1.0408340855860843e-17, -0.7268292903900146, 1.0408340855860843e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30851083993911743, 1.7966632843017578, 0.5719200372695923, -0.7898572087287903, -0.9633603692054749, 1.0408411026000977, 1.6626578569412231, -0.011492671445012093, 1.0465117692947388, -1.869442343711853, 0.7268292903900146, -1.0408340855860843e-17, 0.7268292903900146, 0.7268292903900146, -1.0408340855860843e-17, 0.7268292903900146, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30851104855537415, 1.7966617345809937, 0.5719196200370789, -1.2976713180541992, -1.1463515758514404, 0.2569368779659271, 1.5964460372924805, -1.3781753778457642, 0.9694687128067017, -2.038787603378296, 0.48184138536453247, -0.48184138536453247, 0.48184138536453247, 0.48184138536453247, -0.48184138536453247, 0.48184138536453247, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 1.5497207641601562e-06, 4.172325134277344e-07, 0.24553774297237396, 0.2049180120229721, 0.3800777196884155, 0.036827489733695984, 0.6588737368583679, 0.037957124412059784, 0.21226538717746735, 0.324178010225296, 0.324178010225296, 0.324178010225296, 0.324178010225296, 0.324178010225296, 0.324178010225296, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [122]}, "observation.state": {"min": [-0.2571624517440796, -0.9996683597564697, -0.991463840007782, 1.1082764863967896, 0.7441931962966919, -0.6277093887329102, 0.000287126109469682, -0.1647374927997589, -0.5939096212387085, -0.8045970797538757, -0.6294260621070862, 0.7409594058990479, NaN], "max": [0.5500197410583496, 0.38185444474220276, -0.0003900140873156488, 1.5580917596817017, 0.9996684193611145, -0.0257487241178751, 0.22837992012500763, 0.17228831350803375, -0.00029707918292842805, -0.00038248501368798316, 0.9999998807907104, 1.3580060005187988, NaN], "mean": [0.010982736013829708, -0.6637740731239319, -0.35346561670303345, 1.2544196844100952, 0.9275110960006714, -0.24432472884655, 0.05735193192958832, 0.0798216462135315, -0.18922103941440582, -0.3031536936759949, 0.6322776675224304, 0.8596839904785156, NaN], "std": [0.2039066106081009, 0.48085275292396545, 0.4019309878349304, 0.18205425143241882, 0.09544908255338669, 0.24983234703540802, 0.07221665233373642, 0.11686591804027557, 0.23046058416366577, 0.33789345622062683, 0.55247962474823, 0.18859100341796875, NaN], "count": [122]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12888864078171194]], [[0.1153371729595364]], [[0.10542052892426763]]], "std": [[[0.30098601769070116]], [[0.2707038254623739]], [[0.2502619706800248]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4513901954749274]], [[0.39515409668535517]], [[0.3514964872717665]]], "std": [[[0.39500428028374285]], [[0.3501959918574012]], [[0.3207814970869686]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6067172496850045]], [[0.5614365003208629]], [[0.5306730892897497]]], "std": [[[0.3292847988164232]], [[0.30837664195693903]], [[0.30042519350232255]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5684655161199256]], [[0.5500046724616456]], [[0.5321891944630525]]], "std": [[[0.2343372961613319]], [[0.23198385288115422]], [[0.23268002222051984]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.7096310163475806]], [[0.6630560755747872]], [[0.6215295002786176]]], "std": [[[0.21664050290025266]], [[0.23262976880159467]], [[0.25120015368701165]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996204916411351]], [[0.996204916411351]], [[0.996204916411351]]], "std": [[[0.01819958548291315]], [[0.01819958548291315]], [[0.01819958548291315]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595398333390331]], [[0.595398333390331]], [[0.595398333390331]]], "std": [[[0.3362780722049731]], [[0.3362780722049731]], [[0.3362780722049731]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3050255677798632]], [[0.3050255677798632]], [[0.3050255677798632]]], "std": [[[0.32120586799195455]], [[0.32120586799195455]], [[0.32120586799195455]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.042104411546773905]], [[0.042104411546773905]], [[0.042104411546773905]]], "std": [[[0.07988425120439836]], [[0.07988425120439836]], [[0.07988425120439836]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10286666250919506]], [[0.10286666250919506]], [[0.10286666250919506]]], "std": [[[0.11502650756859321]], [[0.11502650756859321]], [[0.11502650756859321]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07891423337229286]], [[0.07046744330918647]], [[0.1428442081391224]]], "std": [[[0.2496001164271156]], [[0.19964282102045133]], [[0.34565233854220273]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49205134745666673]], [[0.29612148266166693]], [[0.3366601689408707]]], "std": [[[0.45510565136135284]], [[0.397105381146269]], [[0.43484727254332795]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5598146384575512]], [[0.6605101459071367]], [[0.2559551690448075]]], "std": [[[0.38839483636370176]], [[0.38546152726931937]], [[0.3532154688841129]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7658949809259227]], [[0.4358868041180427]], [[0.4660192812804476]]], "std": [[[0.35885082925067113]], [[0.40923715227919455]], [[0.30604549309437523]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6146187363834423]], [[0.7203561840043291]], [[0.29419193571207763]]], "std": [[[0.3662778158702616]], [[0.33038587727310276]], [[0.3524489854312967]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.42], "mean": [1.21], "std": [0.7043436661176133], "count": [122]}, "frame_index": {"min": [0], "max": [121], "mean": [60.5], "std": [35.21718330588067], "count": [122]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [122]}, "index": {"min": [2897], "max": [3018], "mean": [2957.5], "std": [35.21718330588067], "count": [122]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [122]}}} +{"episode_index": 15, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4603666365146637, 1.6452614068984985, 0.8764575123786926, -0.7838236093521118, -1.5646930932998657, 1.0501073598861694, 0.6575681567192078, -2.7062902450561523, 1.0525658130645752, -5.529831409454346, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4603666365146637, 1.6452614068984985, 0.8764575123786926, 0.08606564253568649, -0.22871552407741547, 1.672308087348938, 1.5665453672409058, -0.01247651781886816, 2.200441360473633, -2.496046304702759, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4603659212589264, 1.6452631950378418, 0.8764609694480896, -0.35214850306510925, -0.5156819224357605, 1.3880481719970703, 0.8661046028137207, -2.145472288131714, 1.949949860572815, -4.907917022705078, 0.3145485818386078, -0.3145485818386078, 0.3145485818386078, 0.3145485818386078, -0.3145485818386078, 0.3145485818386078, -2.3561997413635254, 1.5707991123199463, -1.0471984148025513, -1.5707991123199463, 0.0, -1.0471984148025513, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 1.7881393432617188e-06, 3.4570693969726562e-06, 0.26398414373397827, 0.4317256510257721, 0.18448783457279205, 0.28271183371543884, 0.8752599954605103, 0.36424019932746887, 0.9867408871650696, 0.1986425817012787, 0.1986425817012787, 0.1986425817012787, 0.1986425817012787, 0.1986425817012787, 0.1986425817012787, 5.245208740234375e-06, 2.7418136596679688e-06, 8.344650268554688e-07, 2.7418136596679688e-06, 0.0, 8.344650268554688e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [287]}, "observation.state": {"min": [-0.9837441444396973, -0.9881128668785095, -0.7887086272239685, 0.8074179887771606, -0.8024178147315979, -0.9587133526802063, -0.48413604497909546, -0.5645245909690857, -0.53249192237854, -0.4763629138469696, 0.5995016098022461, 0.7531394362449646, NaN], "max": [-0.15373019874095917, 0.43572378158569336, 0.06652496010065079, 1.1630923748016357, 0.9881128668785095, -0.15373019874095917, 0.1361490935087204, -0.09502125531435013, 0.33248722553253174, 0.6931465268135071, 1.0, 1.3509827852249146, NaN], "mean": [-0.35726866126060486, -0.6866655349731445, -0.09366185963153839, 0.929449737071991, 0.6638602614402771, -0.36719629168510437, -0.0840795561671257, -0.21598930656909943, -0.03879455476999283, -0.014098514802753925, 0.9470232129096985, 0.9145826697349548, NaN], "std": [0.29118606448173523, 0.5061626434326172, 0.22602780163288116, 0.07359819859266281, 0.5489625334739685, 0.2976517677307129, 0.1656254231929779, 0.10844826698303223, 0.2097509354352951, 0.2205970585346222, 0.09372448921203613, 0.20714600384235382, NaN], "count": [287]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.14132909137116767]], [[0.13774803978566222]], [[0.13350784387487086]]], "std": [[[0.3287806362555177]], [[0.32137720649853546]], [[0.3128448147298648]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4970453358868256]], [[0.4793707532600948]], [[0.455763834154434]]], "std": [[[0.42969908866938783]], [[0.4192639909427407]], [[0.4086417544905181]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.7750998269284801]], [[0.7583071580261666]], [[0.7410759536535794]]], "std": [[[0.28126956515740226]], [[0.278996164441354]], [[0.27585330802343766]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6904887791852831]], [[0.6758654172793909]], [[0.6517578621476291]]], "std": [[[0.3009077071138553]], [[0.3048194843800494]], [[0.314188827564809]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7085793839029404]], [[0.6894916994738116]], [[0.6653387487753899]]], "std": [[[0.3197443441801863]], [[0.3223963385364695]], [[0.32525665915248314]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959826003107374]], [[0.9959826003107374]], [[0.9959826003107374]]], "std": [[[0.018520007882985728]], [[0.018520007882985728]], [[0.018520007882985728]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5947368689276606]], [[0.5947368689276606]], [[0.5947368689276606]]], "std": [[[0.33752026321957146]], [[0.33752026321957146]], [[0.33752026321957146]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22740725988422114]], [[0.22740725988422114]], [[0.22740725988422114]]], "std": [[[0.23533510357967288]], [[0.23533510357967288]], [[0.23533510357967288]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07634938452656122]], [[0.07634938452656122]], [[0.07634938452656122]]], "std": [[[0.07944093766314372]], [[0.07944093766314372]], [[0.07944093766314372]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1848146686327484]], [[0.1848146686327484]], [[0.1848146686327484]]], "std": [[[0.2570673447406125]], [[0.2570673447406125]], [[0.2570673447406125]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03269440907240773]], [[0.14040831735724282]], [[0.0993218654172794]]], "std": [[[0.13272809284079615]], [[0.3343144093433761]], [[0.27566302319565417]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28432040292605537]], [[0.38619678922490647]], [[0.32955413128624794]]], "std": [[[0.3735243051837088]], [[0.39427368164688203]], [[0.42597825733956024]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32299408230855015]], [[0.5763324528881352]], [[0.7284913541354437]]], "std": [[[0.37047475206865577]], [[0.32691185889483104]], [[0.3809302001823784]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5963721956345207]], [[0.621531852602879]], [[0.5102617316137494]]], "std": [[[0.40363659196804114]], [[0.3998120202168851]], [[0.4089937168114295]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6272869010810097]], [[0.4593932264058457]], [[0.5166019187402057]]], "std": [[[0.43322210198306915]], [[0.42374264846934506]], [[0.36850377659268635]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.72], "mean": [2.8600000000000003], "std": [1.6569852141766384], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [287]}, "index": {"min": [3019], "max": [3305], "mean": [3162.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [287]}}} +{"episode_index": 16, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4650932848453522, 0.5720735192298889, 0.6701306104660034, -3.1364939212799072, -1.5694804191589355, -5.228975296020508, 0.9232757091522217, 0.007343953009694815, 0.372798353433609, -2.4682810306549072, 1.249000902703301e-16, -0.5658536553382874, 1.249000902703301e-16, 1.249000902703301e-16, -0.5658536553382874, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4650932848453522, 0.5720735192298889, 0.6701306104660034, -0.7944003939628601, -0.5279278755187988, -4.042029857635498, 1.564299464225769, 1.591943621635437, 1.0422790050506592, 0.4804370701313019, 0.5658536553382874, -1.249000902703301e-16, 0.5658536553382874, 0.5658536553382874, -1.249000902703301e-16, 0.5658536553382874, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4650930166244507, 0.5720743536949158, 0.6701297163963318, -2.348710060119629, -0.9916117191314697, -4.445918560028076, 1.148929476737976, 1.0191891193389893, 0.6374244689941406, -0.5144922733306885, 0.42816826701164246, -0.42816826701164246, 0.42816826701164246, 0.42816826701164246, -0.42816826701164246, 0.42816826701164246, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 8.344650268554688e-07, 8.940696716308594e-07, 0.8437986373901367, 0.3537769615650177, 0.4068327844142914, 0.20658299326896667, 0.5468292236328125, 0.20749251544475555, 1.0468274354934692, 0.23293137550354004, 0.23293137550354004, 0.23293137550354004, 0.23293137550354004, 0.23293137550354004, 0.23293137550354004, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [161]}, "observation.state": {"min": [-0.39541101455688477, -0.9989612102508545, -0.9913543462753296, 0.7883519530296326, 0.5241245627403259, -0.7774369120597839, -0.711967408657074, -0.5404255986213684, -0.5262398719787598, -0.8563362956047058, -0.9692473411560059, 0.7573543190956116, NaN], "max": [0.8496830463409424, 0.6433125138282776, 0.7039790749549866, 1.1903339624404907, 0.9990830421447754, 0.06257695704698563, -9.897604513753322e-07, 0.13680735230445862, 0.41857069730758667, 0.9238749742507935, 1.0, 1.5270912647247314, NaN], "mean": [0.1432654708623886, -0.43970736861228943, -0.12279763072729111, 1.0464040040969849, 0.8546301126480103, -0.2824305295944214, -0.1792135238647461, -0.043943777680397034, -0.07943131774663925, -0.03102627955377102, 0.37896203994750977, 1.1114661693572998, NaN], "std": [0.3579716384410858, 0.6031959652900696, 0.5282651782035828, 0.11418730765581131, 0.15562519431114197, 0.2893441319465637, 0.2231212854385376, 0.21115939319133759, 0.3006824553012848, 0.5275998115539551, 0.6930686831474304, 0.32872870564460754, NaN], "count": [161]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08855685040679519]], [[0.08276686843815191]], [[0.07691993715512264]]], "std": [[[0.22003505620645544]], [[0.21071848027115128]], [[0.20153488850986662]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2964592074920321]], [[0.2729552086078438]], [[0.24966072349393914]]], "std": [[[0.2898235769608646]], [[0.27965520092521906]], [[0.2705845371799308]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4847977504055211]], [[0.4476961478343261]], [[0.41354858709668335]]], "std": [[[0.18559972549494685]], [[0.20148044219208172]], [[0.21671864777665853]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46806342155890435]], [[0.443428775470381]], [[0.4016725870403563]]], "std": [[[0.2119763193687774]], [[0.21623196201190706]], [[0.216492042447361]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44912283249882146]], [[0.4153956350571418]], [[0.37815174905501336]]], "std": [[[0.26178807858681963]], [[0.2645122597443503]], [[0.26378817434597096]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964417501346149]], [[0.9964417501346149]], [[0.9964417501346149]]], "std": [[[0.017569389572676376]], [[0.017569389572676376]], [[0.017569389572676376]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5938635155714076]], [[0.5938635155714076]], [[0.5938635155714076]]], "std": [[[0.3361177379410773]], [[0.3361177379410773]], [[0.3361177379410773]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.06913727770099867]], [[0.06913727770099867]], [[0.06913727770099867]]], "std": [[[0.05447730064710027]], [[0.05447730064710027]], [[0.05447730064710027]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05500408035722069]], [[0.05500408035722069]], [[0.05500408035722069]]], "std": [[[0.0722980177863249]], [[0.0722980177863249]], [[0.0722980177863249]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18694309963648945]], [[0.18694309963648945]], [[0.18694309963648945]]], "std": [[[0.26361627994515086]], [[0.26361627994515086]], [[0.26361627994515086]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1474497505852312]], [[0.05012012276611339]], [[0.056030973163520736]]], "std": [[[0.3506590871567827]], [[0.1587945040584229]], [[0.16287376038421697]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5137468488712129]], [[0.415918588659088]], [[0.13472295615007399]]], "std": [[[0.4759092103164295]], [[0.4134831288888607]], [[0.2581223666062298]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5380804041598857]], [[0.5602094869478861]], [[0.5133879356879375]]], "std": [[[0.37924872187181785]], [[0.38928772333624223]], [[0.4320699847791931]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5678759383648128]], [[0.8103883547878986]], [[0.2725482766274322]]], "std": [[[0.3646785206397649]], [[0.3382815324458728]], [[0.312767781117011]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8178478834781407]], [[0.3420372040064615]], [[0.2879261887854215]]], "std": [[[0.3551586263784696]], [[0.27528023635094767]], [[0.3455332972940183]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.2], "mean": [1.5999999999999999], "std": [0.9295160030897801], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [161]}, "index": {"min": [3306], "max": [3466], "mean": [3386.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [161]}}} +{"episode_index": 17, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24618197977542877, 2.1709349155426025, 0.5714744329452515, -1.2857747077941895, -1.998582363128662, 0.8463970422744751, -2.3555996417999268, -0.24991600215435028, 0.11407870799303055, -4.973678112030029, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24618197977542877, 2.1709349155426025, 0.5714744329452515, 3.2484710216522217, 2.032900094985962, 7.33469820022583, 1.5581814050674438, 3.098426103591919, 1.1038151979446411, -2.0589356422424316, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24618352949619293, 2.1709396839141846, 0.5714728236198425, 0.8419592976570129, 0.40878260135650635, 4.875946044921875, -1.337518334388733, 1.374200463294983, 0.4735414683818817, -3.479773759841919, 0.5059884190559387, -0.5059884190559387, 0.5059884190559387, 0.5059884190559387, -0.5059884190559387, 0.5059884190559387, -2.3562002182006836, 1.5707998275756836, -1.0472015142440796, -1.5707998275756836, 0.0, -1.0472015142440796, 2.481855630874634, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.5497207641601562e-06, 4.76837158203125e-06, 1.6093254089355469e-06, 1.441040277481079, 1.3995506763458252, 1.8749628067016602, 0.9542325735092163, 1.1610133647918701, 0.28774499893188477, 0.8142027854919434, 0.1384660005569458, 0.1384660005569458, 0.1384660005569458, 0.1384660005569458, 0.1384660005569458, 0.1384660005569458, 5.7220458984375e-06, 3.4570693969726562e-06, 3.933906555175781e-06, 3.4570693969726562e-06, 0.0, 3.933906555175781e-06, 2.6226043701171875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [533]}, "observation.state": {"min": [-0.997090756893158, -0.8942011594772339, -0.974943220615387, 1.1087560653686523, -0.9995328187942505, -0.9996658563613892, -0.8066463470458984, -0.8555273413658142, -0.9918684363365173, -0.9986124038696289, -0.971807599067688, 0.7529586553573608, NaN], "max": [0.8908854722976685, 0.9966740608215332, 0.9996176362037659, 2.411719799041748, 0.5019645690917969, 0.9793779850006104, 0.9385069012641907, -0.11260319501161575, 0.9999452233314514, 0.388927698135376, 1.0, 1.8016636371612549, NaN], "mean": [-0.2984022796154022, 0.17617733776569366, -0.05936214327812195, 1.7662094831466675, -0.4694047272205353, -0.2000260204076767, -0.008511031977832317, -0.3074312210083008, 0.004261643160134554, -0.26992785930633545, 0.40796196460723877, 1.166929006576538, NaN], "std": [0.5316608548164368, 0.49062851071357727, 0.5941504836082458, 0.34041064977645874, 0.40103140473365784, 0.6442911028862, 0.40452292561531067, 0.21953460574150085, 0.49710002541542053, 0.44750601053237915, 0.5597475171089172, 0.2543099820613861, NaN], "count": [533]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08092573237794393]], [[0.08586745553776134]], [[0.07353760295914444]]], "std": [[[0.19665126317360127]], [[0.20780050885805804]], [[0.1819342179367242]]], "count": [110]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28010751879960505]], [[0.2920338552301328]], [[0.25969863695281475]]], "std": [[[0.27070325946088286]], [[0.27758306765351204]], [[0.26223066283667906]]], "count": [110]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.42254606487691776]], [[0.46113985070043945]], [[0.37686918856944024]]], "std": [[[0.2487635779189996]], [[0.26963150970544614]], [[0.23091821981059227]]], "count": [110]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3636068919175033]], [[0.3746834240814289]], [[0.3388736958295013]]], "std": [[[0.28198841584896983]], [[0.2808749677275018]], [[0.28041519589467995]]], "count": [110]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49529668650122]], [[0.506517760907709]], [[0.4672177840298348]]], "std": [[[0.29377176156328777]], [[0.2866187359167221]], [[0.3078537304458654]]], "count": [110]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964882544416519]], [[0.9964882544416519]], [[0.9964882544416519]]], "std": [[[0.017370595647711783]], [[0.017370595647711783]], [[0.017370595647711783]]], "count": [110]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5924623466879003]], [[0.5924623466879003]], [[0.5924623466879003]]], "std": [[[0.3361987492515354]], [[0.3361987492515354]], [[0.3361987492515354]]], "count": [110]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2690340261009969]], [[0.2690340261009969]], [[0.2690340261009969]]], "std": [[[0.3054424246913003]], [[0.3054424246913003]], [[0.3054424246913003]]], "count": [110]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2005867106846594]], [[0.2005867106846594]], [[0.2005867106846594]]], "std": [[[0.3530421414550561]], [[0.3530421414550561]], [[0.3530421414550561]]], "count": [110]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13585416930699643]], [[0.13585416930699643]], [[0.13585416930699643]]], "std": [[[0.17027183312074337]], [[0.17027183312074337]], [[0.17027183312074337]]], "count": [110]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.079086854641686]], [[0.07747949077190654]], [[0.10417530119266401]]], "std": [[[0.22669963399019952]], [[0.24875318740240732]], [[0.2782051503913401]]], "count": [110]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3801718279360269]], [[0.3132220435484788]], [[0.20355012109398074]]], "std": [[[0.4498191316685796]], [[0.41752947317006917]], [[0.23883920686980442]]], "count": [110]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6009606441666985]], [[0.6759569137198453]], [[0.169870761764014]]], "std": [[[0.3484336790098276]], [[0.38032548804849015]], [[0.24767266611661]]], "count": [110]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38004101998018675]], [[0.5652711034203982]], [[0.40652463597586985]]], "std": [[[0.37053582176125127]], [[0.4079351937409535]], [[0.398973947051755]]], "count": [110]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41490514289601793]], [[0.7511715956174885]], [[0.4218637725787437]]], "std": [[[0.37953503482711115]], [[0.3495716758635127]], [[0.39801435163125665]]], "count": [110]}, "timestamp": {"min": [0.0], "max": [10.64], "mean": [5.319999999999999], "std": [3.0772715187321382], "count": [533]}, "frame_index": {"min": [0], "max": [532], "mean": [266.0], "std": [153.8635759366069], "count": [533]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [533]}, "index": {"min": [3467], "max": [3999], "mean": [3733.0], "std": [153.8635759366069], "count": [533]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [533]}}} +{"episode_index": 18, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.2215912342071533, 0.6810956001281738, -0.7853981852531433, -1.6039104461669922, 0.2433568388223648, -1.3677361011505127, 8.881784197001252e-16, 0.05020977556705475, -2.5165398120880127, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.2215912342071533, 0.6810956001281738, 4.839643478393555, 1.017675757408142, 1.8558646440505981, 1.833087682723999, 6.946628570556641, 1.8517098426818848, 3.7612109184265137, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997518062591553, 2.2216033935546875, 0.6810937523841858, 2.6511073112487793, 0.3127184510231018, 0.9211748242378235, 0.22778333723545074, 3.757798671722412, 0.7086197733879089, 1.1660455465316772, 0.4680137634277344, -0.4680137634277344, 0.4680137634277344, 0.4680137634277344, -0.4680137634277344, 0.4680137634277344, -2.3561999797821045, 1.570799708366394, -1.0472028255462646, -1.570799708366394, 0.0, -1.0472028255462646, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.817941665649414e-06, 1.2159347534179688e-05, 1.8477439880371094e-06, 1.4478496313095093, 0.8309478759765625, 0.46589213609695435, 1.2861990928649902, 2.162722110748291, 0.61800616979599, 1.9967913627624512, 0.12224004417657852, 0.12224004417657852, 0.12224004417657852, 0.12224004417657852, 0.12224004417657852, 0.12224004417657852, 5.4836273193359375e-06, 3.337860107421875e-06, 5.245208740234375e-06, 3.337860107421875e-06, 0.0, 5.245208740234375e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [452]}, "observation.state": {"min": [-0.9997571110725403, -0.9990086555480957, -0.8529568910598755, 2.037513494491577, -0.6668940782546997, -0.9016048312187195, -0.7338200807571411, -1.206194281578064, -0.9714933037757874, -0.9858018755912781, -0.9927716255187988, 0.3416510820388794, NaN], "max": [0.988983690738678, 0.47181814908981323, 0.999557375907898, 3.1645777225494385, 0.9797547459602356, 0.9971622824668884, 0.9981653690338135, 0.04754948243498802, 0.9481093287467957, 0.9940703511238098, 0.9999997615814209, 1.8323862552642822, NaN], "mean": [0.22715319693088531, -0.4557761251926422, 0.3088333010673523, 2.3371992111206055, 0.32357773184776306, 0.1528816521167755, 0.1322203427553177, -0.508662223815918, -0.03841807320713997, 0.004794177133589983, 0.2662101089954376, 0.9960891008377075, NaN], "std": [0.5546455383300781, 0.43808823823928833, 0.38175761699676514, 0.20887351036071777, 0.48418572545051575, 0.5770351886749268, 0.5357587337493896, 0.3754338026046753, 0.5478644371032715, 0.49394461512565613, 0.6192715167999268, 0.45567697286605835, NaN], "count": [452]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13387205448165382]], [[0.12046254553940176]], [[0.1004920729756969]]], "std": [[[0.3118398676505316]], [[0.2841606269932443]], [[0.24586605322128396]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46677067721859783]], [[0.40432550320494126]], [[0.3207306166268019]]], "std": [[[0.40429081571065184]], [[0.3691700978052843]], [[0.3225491166813102]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.8362892366412726]], [[0.8126156880179656]], [[0.7922031810022323]]], "std": [[[0.19063010790771673]], [[0.19959467169996328]], [[0.20491636596942936]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45293012430169566]], [[0.3961868287275924]], [[0.32829119601741047]]], "std": [[[0.3501662944124421]], [[0.32506770889142533]], [[0.2942378072894107]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6353514974609248]], [[0.5706355379332404]], [[0.49007613939868205]]], "std": [[[0.3276596108128406]], [[0.3258049575232858]], [[0.32782288623886013]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961544728694802]], [[0.9961544728694802]], [[0.9961544728694802]]], "std": [[[0.01801383967418355]], [[0.01801383967418355]], [[0.01801383967418355]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5856961518576858]], [[0.5856961518576858]], [[0.5856961518576858]]], "std": [[[0.3323729804435888]], [[0.3323729804435888]], [[0.3323729804435888]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "mean": [[[0.03624242351090431]], [[0.03624242351090431]], [[0.03624242351090431]]], "std": [[[0.025238878068333644]], [[0.025238878068333644]], [[0.025238878068333644]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2503823103606204]], [[0.2503823103606204]], [[0.2503823103606204]]], "std": [[[0.39018896960042504]], [[0.39018896960042504]], [[0.39018896960042504]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24734451290861406]], [[0.24734451290861406]], [[0.24734451290861406]]], "std": [[[0.3074535581720312]], [[0.3074535581720312]], [[0.3074535581720312]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09150799676253663]], [[0.06606863717409948]], [[0.1457824019591079]]], "std": [[[0.2717687191111936]], [[0.20111943860483517]], [[0.347924019293391]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21715476724529284]], [[0.3286742439939623]], [[0.365556357545241]]], "std": [[[0.3503910573695766]], [[0.3712728718705279]], [[0.4308033410752743]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25655976466028424]], [[0.9204368832105874]], [[0.3473315563494985]]], "std": [[[0.3097474312564415]], [[0.24308494084687282]], [[0.21934820597223048]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500223602234574]], [[0.5766400655539394]], [[0.30296777087771604]]], "std": [[[0.43639637724202335]], [[0.4362846337157315]], [[0.35669836553504003]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36754747396718684]], [[0.6367119978595727]], [[0.44788119287248435]]], "std": [[[0.41689504800274474]], [[0.4043826385665638]], [[0.34368854464972354]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.02], "mean": [4.51], "std": [2.609616830111271], "count": [452]}, "frame_index": {"min": [0], "max": [451], "mean": [225.5], "std": [130.48084150556357], "count": [452]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [452]}, "index": {"min": [4000], "max": [4451], "mean": [4225.5], "std": [130.48084150556357], "count": [452]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [452]}}} +{"episode_index": 19, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3179570734500885, 1.6472113132476807, 0.35684970021247864, -4.329545497894287, -1.8653026819229126, 0.7974267601966858, -1.678061604499817, -0.15706367790699005, -1.5314781665802002, -5.1559343338012695, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3179570734500885, 1.6472113132476807, 0.35684970021247864, -0.7874984741210938, 0.33176249265670776, 2.963606834411621, 1.7104865312576294, 0.2502586543560028, 1.0456011295318604, -2.4848968982696533, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3179565966129303, 1.647215485572815, 0.35684990882873535, -2.953108549118042, -0.5532486438751221, 1.7341647148132324, -0.06840917468070984, -0.02037431113421917, -0.2593538165092468, -4.1223344802856445, 0.3387322425842285, -0.3387322425842285, 0.3387322425842285, 0.3387322425842285, -0.3387322425842285, 0.3387322425842285, -2.3561999797821045, 1.570799469947815, -1.047201156616211, -1.570799469947815, 0.0, -1.047201156616211, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 4.172325134277344e-06, 2.086162567138672e-07, 1.1002554893493652, 0.8142337799072266, 0.7912285923957825, 1.0985267162322998, 0.1044498085975647, 0.7973376512527466, 1.0130257606506348, 0.11628051847219467, 0.11628051847219467, 0.11628051847219467, 0.11628051847219467, 0.11628051847219467, 0.11628051847219467, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.5762786865234375e-06, 3.0994415283203125e-06, 0.0, 3.5762786865234375e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [369]}, "observation.state": {"min": [-0.844354510307312, -0.945792555809021, -0.9451998472213745, 2.224085807800293, -0.961313009262085, -0.8723787665367126, -0.8730559945106506, -1.0970492362976074, -0.225393146276474, -0.9524369239807129, -0.9833301305770874, 0.7529424428939819, NaN], "max": [0.9632079005241394, 0.7827678322792053, 0.3558804988861084, 3.0832221508026123, 0.5739330053329468, 0.996928334236145, 0.9972164034843445, 0.12127704918384552, 0.9794341325759888, 0.6006675958633423, 1.0, 1.6695616245269775, NaN], "mean": [-0.14835864305496216, -0.3430667221546173, -0.20030730962753296, 2.62976336479187, 0.08870571851730347, -0.2991361916065216, 0.07716378569602966, -0.36389636993408203, 0.2735980153083801, -0.1759999394416809, 0.14286676049232483, 1.2382493019104004, NaN], "std": [0.6964336037635803, 0.46347159147262573, 0.3469107151031494, 0.3342379629611969, 0.5106929540634155, 0.6373703479766846, 0.4792141616344452, 0.43445613980293274, 0.3865727484226227, 0.3752337396144867, 0.763884425163269, 0.382005900144577, NaN], "count": [369]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05930785339682195]], [[0.0530103366814391]], [[0.04875251577324614]]], "std": [[[0.1558638464591721]], [[0.14191850998748873]], [[0.13253828400025433]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21436091815748906]], [[0.18972986358799188]], [[0.17268991095634587]]], "std": [[[0.24359794208986602]], [[0.2283797450966417]], [[0.2215547983366645]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.2777725313168255]], [[0.2654095773393657]], [[0.25662026257786036]]], "std": [[[0.1929737074668004]], [[0.19184293414271378]], [[0.1931938664936574]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22868199164348207]], [[0.23667489846046144]], [[0.21363877606717938]]], "std": [[[0.2340061170640796]], [[0.24319584938601688]], [[0.23719097462491281]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3688319677380203]], [[0.32462757570454054]], [[0.2913857322279823]]], "std": [[[0.28863320133911047]], [[0.30157226226921224]], [[0.31492457334916757]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952785874789025]], [[0.9952785874789025]], [[0.9952785874789025]]], "std": [[[0.02076205808942892]], [[0.02076205808942892]], [[0.02076205808942892]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5997136709066172]], [[0.5997136709066172]], [[0.5997136709066172]]], "std": [[[0.33903484382699395]], [[0.33903484382699395]], [[0.33903484382699395]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.11855593576304022]], [[0.11855593576304022]], [[0.11855593576304022]]], "std": [[[0.07320014405907449]], [[0.07320014405907449]], [[0.07320014405907449]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2497578648298689]], [[0.2497578648298689]], [[0.2497578648298689]]], "std": [[[0.3922608057862189]], [[0.3922608057862189]], [[0.3922608057862189]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13740821476157236]], [[0.13740821476157236]], [[0.13740821476157236]]], "std": [[[0.11696579770675737]], [[0.11696579770675737]], [[0.11696579770675737]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09721092127559276]], [[0.036349811002681566]], [[0.1265507188067252]]], "std": [[[0.265621539292355]], [[0.1414134934577275]], [[0.31644121675736975]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5272882354952857]], [[0.21547860343822903]], [[0.2446793952354034]]], "std": [[[0.48218220681618745]], [[0.3126311121838901]], [[0.3060032663211374]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2657444053508001]], [[0.6105856107225216]], [[0.8593441025259323]]], "std": [[[0.3121950715885199]], [[0.26138353325719926]], [[0.3118176563294585]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4348219321379932]], [[0.59915845398383]], [[0.345008508735049]]], "std": [[[0.38744600823728137]], [[0.4589666385145612]], [[0.3727794708851684]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3871278161002782]], [[0.5487438347042931]], [[0.6107786112837803]]], "std": [[[0.3324758035332318]], [[0.42493035526381]], [[0.3842515975553453]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.36], "mean": [3.68], "std": [2.130414670120976], "count": [369]}, "frame_index": {"min": [0], "max": [368], "mean": [184.0], "std": [106.5207335060488], "count": [369]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [369]}, "index": {"min": [4452], "max": [4820], "mean": [4636.0], "std": [106.5207335060488], "count": [369]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [369]}}} +{"episode_index": 20, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34146222472190857, 1.3676952123641968, 0.5136815309524536, -1.1922607421875, -1.5593055486679077, 0.42810606956481934, 1.5723252296447754, -0.5226919651031494, 0.4070919454097748, -2.622729539871216, 1.0408340855860843e-17, -0.6829268336296082, 1.0408340855860843e-17, 1.0408340855860843e-17, -0.6829268336296082, 1.0408340855860843e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34146222472190857, 1.3676952123641968, 0.5136815309524536, -0.7934985756874084, -0.9327713847160339, 1.0337986946105957, 1.6383894681930542, -0.01134559791535139, 1.035129189491272, -2.485044479370117, 0.6829268336296082, -1.0408340855860843e-17, 0.6829268336296082, 0.6829268336296082, -1.0408340855860843e-17, 0.6829268336296082, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34146252274513245, 1.3676964044570923, 0.5136817693710327, -1.1213222742080688, -1.0658103227615356, 0.5167429447174072, 1.6101975440979004, -0.44845178723335266, 0.5308495163917542, -2.6049647331237793, 0.42866000533103943, -0.42866000533103943, 0.42866000533103943, 0.42866000533103943, -0.42866000533103943, 0.42866000533103943, -2.3561959266662598, 1.5707950592041016, -1.047197699546814, -1.5707950592041016, 0.0, -1.047197699546814, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 1.1920928955078125e-06, 2.384185791015625e-07, 0.10846767574548721, 0.17131415009498596, 0.16572748124599457, 0.01721089705824852, 0.1399696171283722, 0.17107297480106354, 0.03793301433324814, 0.3033151924610138, 0.3033151924610138, 0.3033151924610138, 0.3033151924610138, 0.3033151924610138, 0.3033151924610138, 1.430511474609375e-06, 1.3113021850585938e-06, 1.1920928955078125e-07, 1.3113021850585938e-06, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [77]}, "observation.state": {"min": [0.16198652982711792, -0.9774702787399292, -0.5471617579460144, 1.621367335319519, 0.9561388492584229, 0.121580570936203, -5.57364273845451e-07, -0.31349894404411316, -0.1150788739323616, -0.5898595452308655, 0.8008915185928345, 0.7554367780685425, NaN], "max": [0.2741532623767853, -0.7908564805984497, 1.9843923837470356e-07, 1.7042944431304932, 0.9843913912773132, 0.23096442222595215, 0.24328334629535675, -0.19333213567733765, 4.964625190950755e-07, 3.218043502783985e-07, 1.0, 1.3354874849319458, NaN], "mean": [0.22405973076820374, -0.9570814967155457, -0.0764189288020134, 1.6926778554916382, 0.9734088778495789, 0.21204006671905518, 0.03411418944597244, -0.2066098153591156, -0.01890714280307293, -0.0814749002456665, 0.9797126650810242, 0.8487722277641296, NaN], "std": [0.021013932302594185, 0.04307373985648155, 0.16017001867294312, 0.017257966101169586, 0.004536749795079231, 0.03616569563746452, 0.07085719704627991, 0.02625913918018341, 0.038100551813840866, 0.17097239196300507, 0.04984306916594505, 0.16440480947494507, NaN], "count": [77]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.08496809880765124]], [[0.08093270393706727]], [[0.07624534541051842]]], "std": [[[0.2114653231965203]], [[0.20458402065841738]], [[0.19460269152023002]]], "count": [77]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2780821153243437]], [[0.2660359588898687]], [[0.2512883672733762]]], "std": [[[0.2819328295712069]], [[0.27117674657099444]], [[0.25976565255642475]]], "count": [77]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.42841816469539024]], [[0.41304584983182924]], [[0.391171775362386]]], "std": [[[0.30912479937113196]], [[0.3069951223282486]], [[0.2946860675164585]]], "count": [77]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.70711013947847]], [[0.6978584275019377]], [[0.6887522775415883]]], "std": [[[0.2759946424244726]], [[0.2846937928542545]], [[0.2923219383161472]]], "count": [77]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.487014435248281]], [[0.5033059379989657]], [[0.5031220756892004]]], "std": [[[0.286665953285412]], [[0.26929411453844976]], [[0.265782370301088]]], "count": [77]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995356152975692]], [[0.995356152975692]], [[0.995356152975692]]], "std": [[[0.020597393584564867]], [[0.020597393584564867]], [[0.020597393584564867]]], "count": [77]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5910030346146435]], [[0.5910030346146435]], [[0.5910030346146435]]], "std": [[[0.3368678705921954]], [[0.3368678705921954]], [[0.3368678705921954]]], "count": [77]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3673544599947294]], [[0.3673544599947294]], [[0.3673544599947294]]], "std": [[[0.37284095015852675]], [[0.37284095015852675]], [[0.37284095015852675]]], "count": [77]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05891090772592773]], [[0.05891090772592773]], [[0.05891090772592773]]], "std": [[[0.08182339079018876]], [[0.08182339079018876]], [[0.08182339079018876]]], "count": [77]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11073233009032259]], [[0.11073233009032259]], [[0.11073233009032259]]], "std": [[[0.05369250604378004]], [[0.05369250604378004]], [[0.05369250604378004]]], "count": [77]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08236655789749049]], [[0.04584825731966029]], [[0.11406659097351256]]], "std": [[[0.2579360522541145]], [[0.14039548266173435]], [[0.2913637457359556]]], "count": [77]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46557850812553614]], [[0.30627012469027204]], [[0.2770495784237569]]], "std": [[[0.4476682368191457]], [[0.4134253292683406]], [[0.3513045206832785]]], "count": [77]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31933809777490185]], [[0.6944887680208955]], [[0.2178323937525864]]], "std": [[[0.34859063525668516]], [[0.4412264966550314]], [[0.25074715938302927]]], "count": [77]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5580574651926923]], [[0.6671693601970792]], [[0.34443220803186764]]], "std": [[[0.3524371254287458]], [[0.4048465089563392]], [[0.35413518925254434]]], "count": [77]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5570559604126493]], [[0.49461106770324087]], [[0.5554248764865607]]], "std": [[[0.3991425479724806]], [[0.38340049767233814]], [[0.36872725934307266]]], "count": [77]}, "timestamp": {"min": [0.0], "max": [1.52], "mean": [0.7599999999999999], "std": [0.4445222154178574], "count": [77]}, "frame_index": {"min": [0], "max": [76], "mean": [38.0], "std": [22.22611077089287], "count": [77]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [77]}, "index": {"min": [4821], "max": [4897], "mean": [4859.0], "std": [22.22611077089287], "count": [77]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [77]}}} +{"episode_index": 21, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1380748748779297, 1.8403723239898682, 0.34110158681869507, -0.7851129770278931, -1.569308876991272, -2.1172664165496826, -1.9005111455917358, 0.002186479512602091, -0.4579053223133087, -4.1264238357543945, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1380748748779297, 1.8403723239898682, 0.34110158681869507, -0.3000674843788147, 0.13671106100082397, 1.0450892448425293, 1.5678105354309082, 4.979921817779541, 1.0467318296432495, -2.482548475265503, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1380755603313446, 1.8403743505477905, 0.3411022126674652, -0.48961761593818665, -0.6558478474617004, -1.3794500827789307, -0.517989456653595, 3.581376075744629, -0.019765572622418404, -3.42480731010437, 0.5158848762512207, -0.5158848762512207, 0.5158848762512207, 0.5158848762512207, -0.5158848762512207, 0.5158848762512207, -2.3561999797821045, 1.570799469947815, -1.0472009181976318, -1.570799469947815, 0.0, -1.0472009181976318, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 2.0265579223632812e-06, 6.258487701416016e-07, 0.12718845903873444, 0.35142046213150024, 0.856522262096405, 0.729027509689331, 1.5754520893096924, 0.5428743362426758, 0.44310441613197327, 0.20225359499454498, 0.20225359499454498, 0.20225359499454498, 0.20225359499454498, 0.20225359499454498, 0.20225359499454498, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.337860107421875e-06, 3.0994415283203125e-06, 0.0, 3.337860107421875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [362]}, "observation.state": {"min": [-0.958992600440979, -0.9920839071273804, -0.2684357762336731, -0.14401133358478546, -0.6801382303237915, -0.9589671492576599, -0.996696949005127, -0.6294965744018555, -2.937990984719363e-06, -0.7561934590339661, -0.5630363821983337, 0.757402241230011, NaN], "max": [0.5625125765800476, -0.2832771837711334, 0.872701108455658, 0.4578378200531006, 0.4742531478404999, 0.4278758764266968, 1.1059175903938012e-06, 0.10520832985639572, 0.9681975841522217, 0.5741772055625916, 1.0, 1.3095086812973022, NaN], "mean": [-0.7156316637992859, -0.45764750242233276, 0.13801202178001404, 0.02199460379779339, 0.14948149025440216, -0.6687490344047546, -0.32367682456970215, -0.03462383523583412, 0.31228116154670715, -0.15012210607528687, 0.6114346981048584, 0.950679361820221, NaN], "std": [0.3707539737224579, 0.2194894701242447, 0.2715703248977661, 0.2223319709300995, 0.2958011031150818, 0.43681949377059937, 0.383868008852005, 0.21014191210269928, 0.37822189927101135, 0.286025732755661, 0.5303105711936951, 0.20969295501708984, NaN], "count": [362]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0765227765741227]], [[0.07655670690696852]], [[0.07508390783555992]]], "std": [[[0.1884445135706881]], [[0.18835898183135213]], [[0.1857234973299564]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2612303487381068]], [[0.2629887164879289]], [[0.25498899141750336]]], "std": [[[0.2654759700430925]], [[0.2646483935191371]], [[0.26450152059778803]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.41184707880621557]], [[0.41079402343338756]], [[0.4068326490269169]]], "std": [[[0.2542202619221201]], [[0.2538283977261748]], [[0.2530251423588713]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.297421180708527]], [[0.30669156992163166]], [[0.2858421676252321]]], "std": [[[0.2592574914624003]], [[0.25813078966478636]], [[0.25539279352670596]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24047219489690475]], [[0.24817397543470726]], [[0.2343478797900611]]], "std": [[[0.28109858562710566]], [[0.281834501146472]], [[0.2839327620476269]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949393310896398]], [[0.9949393310896398]], [[0.9949393310896398]]], "std": [[[0.021630994510001254]], [[0.021630994510001254]], [[0.021630994510001254]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.12941176470588237]], [[0.12941176470588237]], [[0.12941176470588237]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5794155117948141]], [[0.5794155117948141]], [[0.5794155117948141]]], "std": [[[0.33817467211003494]], [[0.33817467211003494]], [[0.33817467211003494]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35924604386400777]], [[0.35924604386400777]], [[0.35924604386400777]]], "std": [[[0.3557243713975571]], [[0.3557243713975571]], [[0.3557243713975571]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24275494320022048]], [[0.24275494320022048]], [[0.24275494320022048]]], "std": [[[0.39692333197620194]], [[0.39692333197620194]], [[0.39692333197620194]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4528794125358498]], [[0.4528794125358498]], [[0.4528794125358498]]], "std": [[[0.43671346678181955]], [[0.43671346678181955]], [[0.43671346678181955]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0781473676163807]], [[0.11980450897913285]], [[0.09275571300302893]]], "std": [[[0.2499068894644246]], [[0.28417094372296253]], [[0.2751538772124041]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3839522842959557]], [[0.2240012606526828]], [[0.3730231188949709]]], "std": [[[0.4238665152218685]], [[0.338253401789638]], [[0.3964793895405342]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15820272636259455]], [[0.4796492528956454]], [[0.6942218520731366]]], "std": [[[0.245486208034099]], [[0.347795679184289]], [[0.44644582932786836]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2611860931233408]], [[0.3781881483895497]], [[0.5882083496782319]]], "std": [[[0.2924797602343113]], [[0.3755235524183787]], [[0.4531658988820825]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5059494223461417]], [[0.20254205114897095]], [[0.34391905000432516]]], "std": [[[0.45891040749863204]], [[0.3084291103713234]], [[0.4051273366531005]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.22], "mean": [3.61], "std": [2.09], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [362]}, "index": {"min": [4898], "max": [5259], "mean": [5078.5], "std": [104.5], "count": [362]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [362]}}} +{"episode_index": 22, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0006106707733124495, 2.8288474082946777, 0.3706900477409363, -0.780206024646759, -1.9117189645767212, 1.056065320968628, 0.7375019788742065, -8.950465202331543, 1.0520881414413452, -2.467724561691284, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0006106707733124495, 2.8288474082946777, 0.3706900477409363, 0.10989803820848465, -1.5728695392608643, 2.5054643154144287, 1.565729022026062, -6.2993597984313965, 1.8514318466186523, -0.15762896835803986, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0006106714718043804, 2.828850269317627, 0.37068963050842285, -0.20500369369983673, -1.7821179628372192, 2.0238919258117676, 1.0135715007781982, -8.066411018371582, 1.5682874917984009, -0.9292140007019043, 0.5062494277954102, -0.5062494277954102, 0.5062494277954102, 0.5062494277954102, -0.5062494277954102, 0.5062494277954102, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.984919309616089e-10, 2.86102294921875e-06, 4.172325134277344e-07, 0.3143586218357086, 0.1097245141863823, 0.523038923740387, 0.2980678975582123, 0.9556283354759216, 0.27361512184143066, 0.82994145154953, 0.2038053274154663, 0.2038053274154663, 0.2038053274154663, 0.2038053274154663, 0.2038053274154663, 0.2038053274154663, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [152]}, "observation.state": {"min": [-0.02232402004301548, -0.6837543249130249, -0.9296391606330872, 1.184152603149414, -0.4289327561855316, -0.9447859525680542, -0.948576807975769, -1.456302523612976, -0.9192079305648804, -1.8452987205819227e-05, -0.3713807463645935, 0.7566600441932678, NaN], "max": [0.9957039952278137, 0.5254162549972534, 0.0924970954656601, 1.844936728477478, 0.3493555188179016, 0.9558980464935303, 0.624767005443573, -0.2884855568408966, 3.3555031109244737e-07, 0.8632085919380188, 1.0, 1.2695728540420532, NaN], "mean": [0.6934018135070801, -0.1685609519481659, -0.304457426071167, 1.479769229888916, -0.020998502150177956, 0.2156437784433365, -0.129814013838768, -0.659142017364502, -0.3711709976196289, 0.29122689366340637, 0.4271949827671051, 0.9856800436973572, NaN], "std": [0.34595635533332825, 0.35138338804244995, 0.3936131000518799, 0.266286164522171, 0.32510969042778015, 0.7965602874755859, 0.4427197277545929, 0.44736170768737793, 0.3944665193557739, 0.28686854243278503, 0.5975168347358704, 0.18879669904708862, NaN], "count": [152]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09085093385529719]], [[0.08657741111560385]], [[0.0833312157050502]]], "std": [[[0.22329067172205422]], [[0.21649748068120495]], [[0.2111549852796983]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31803648918956795]], [[0.30174129797604893]], [[0.28697332579623963]]], "std": [[[0.29208057651316094]], [[0.28450197022177265]], [[0.2775114253053013]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.20782638934989883]], [[0.19713652667386847]], [[0.19168019387228916]]], "std": [[[0.2668718795783604]], [[0.2589332951899255]], [[0.2560659155919443]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4244738377687521]], [[0.4257217860229827]], [[0.3637054136315448]]], "std": [[[0.2854524567715697]], [[0.28618868859116214]], [[0.26855089513698127]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5244545631939038]], [[0.5168592327050857]], [[0.49231234681896424]]], "std": [[[0.2311608759353171]], [[0.23483476738266085]], [[0.24276758445075092]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964941436647844]], [[0.9964941436647844]], [[0.9964941436647844]]], "std": [[[0.017123174326631487]], [[0.017123174326631487]], [[0.017123174326631487]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5823274317353219]], [[0.5823274317353219]], [[0.5823274317353219]]], "std": [[[0.3324894125362896]], [[0.3324894125362896]], [[0.3324894125362896]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931424517414776]], [[0.5931424517414776]], [[0.5931424517414776]]], "std": [[[0.46212177920182396]], [[0.46212177920182396]], [[0.46212177920182396]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14290829355236503]], [[0.14290829355236503]], [[0.14290829355236503]]], "std": [[[0.27131728686296164]], [[0.27131728686296164]], [[0.27131728686296164]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.10672325790204595]], [[0.10672325790204595]], [[0.10672325790204595]]], "std": [[[0.04858809185442462]], [[0.04858809185442462]], [[0.04858809185442462]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0735385595433755]], [[0.1286765587668671]], [[0.08721403669706315]]], "std": [[[0.22428512220244937]], [[0.30959018693091256]], [[0.26628887726137274]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3242222275867017]], [[0.4155650050861971]], [[0.34197465953995565]]], "std": [[[0.42084093564777414]], [[0.4034939379676579]], [[0.4281832803588794]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26811993903269044]], [[0.21928685414181404]], [[0.2286591952878412]]], "std": [[[0.39809445342711214]], [[0.37109076065926905]], [[0.35748887046545247]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5928140906100822]], [[0.5424440501552011]], [[0.4137496826575095]]], "std": [[[0.4185714383248122]], [[0.3946847135200554]], [[0.3973834832990815]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6564223052375425]], [[0.646022440958874]], [[0.3633233849060981]]], "std": [[[0.3549404916106934]], [[0.39823438478930306]], [[0.3827543649645915]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.02], "mean": [1.5099999999999998], "std": [0.8775534171775528], "count": [152]}, "frame_index": {"min": [0], "max": [151], "mean": [75.5], "std": [43.877670858877636], "count": [152]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [152]}, "index": {"min": [5260], "max": [5411], "mean": [5335.5], "std": [43.877670858877636], "count": [152]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [152]}}} +{"episode_index": 23, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.02065393701195717, 1.1549571752548218, 0.3547687530517578, -2.11224365234375, -1.6365809440612793, -0.03068052977323532, 0.8727452158927917, 0.0008724849321879447, 1.0512571334838867, -2.468515634536743, 6.418476861114186e-17, -0.4390243887901306, 6.418476861114186e-17, 6.418476861114186e-17, -0.4390243887901306, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.02065393701195717, 1.1549571752548218, 0.3547687530517578, -0.7938451766967773, -1.5712158679962158, 1.040202260017395, 1.5662661790847778, 0.15302318334579468, 1.6727341413497925, -0.42592668533325195, 0.4390243887901306, -6.418476861114186e-17, 0.4390243887901306, 0.4390243887901306, -6.418476861114186e-17, 0.4390243887901306, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.02065395936369896, 1.1549569368362427, 0.35476794838905334, -1.780341625213623, -1.6201646327972412, 0.23003853857517242, 1.1028093099594116, 0.10732244700193405, 1.4606585502624512, -0.9254662394523621, 0.33605101704597473, -0.33605101704597473, 0.33605101704597473, 0.33605101704597473, -0.33605101704597473, 0.33605101704597473, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2351741790771484e-08, 2.384185791015625e-07, 8.046627044677734e-07, 0.44743070006370544, 0.022190110757946968, 0.3656555712223053, 0.20536968111991882, 0.049798596650362015, 0.1824800670146942, 0.6958631277084351, 0.1800355613231659, 0.1800355613231659, 0.1800355613231659, 0.1800355613231659, 0.1800355613231659, 0.1800355613231659, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [161]}, "observation.state": {"min": [-0.241031214594841, -0.37007731199264526, -0.7392533421516418, 1.9602872133255005, -0.9952014684677124, -0.43964633345603943, -0.08235470950603485, -0.3696152865886688, -0.3767959177494049, -0.15532289445400238, 0.6683728098869324, 0.7573409080505371, NaN], "max": [0.9845560789108276, 0.823725700378418, 6.17464174865745e-05, 2.203364610671997, 0.37007731199264526, 0.988943874835968, 0.2607884407043457, -0.09850558638572693, 0.48590710759162903, 0.6672858595848083, 1.0, 0.9193322062492371, NaN], "mean": [0.704122006893158, 0.0060292454436421394, -0.19617614150047302, 2.144477367401123, -0.039796382188797, 0.7176662087440491, 0.0591450035572052, -0.18036679923534393, 0.07183293253183365, 0.11015277355909348, 0.93329918384552, 0.8278275728225708, NaN], "std": [0.40636146068573, 0.4826031029224396, 0.2601071000099182, 0.07929226011037827, 0.5440676808357239, 0.41806837916374207, 0.09530288726091385, 0.10725842416286469, 0.19060282409191132, 0.25514382123947144, 0.10115041583776474, 0.062319688498973846, NaN], "count": [161]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.09051975234880383]], [[0.08501964807673351]], [[0.0806037855790721]]], "std": [[[0.22361808311769626]], [[0.215418576320963]], [[0.20907678074906566]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3055194445617924]], [[0.2815923035812595]], [[0.25933457655145775]]], "std": [[[0.2897251152531774]], [[0.28130359733446925]], [[0.2799651933471337]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6533298182581401]], [[0.6425038681250005]], [[0.6368546889909481]]], "std": [[[0.240581365050974]], [[0.25014940642805966]], [[0.2560188762116131]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4826195879945631]], [[0.4807616769631145]], [[0.4898604819582496]]], "std": [[[0.29172037842181686]], [[0.29315784576131554]], [[0.297669542693013]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5052946768940468]], [[0.4697198172590058]], [[0.4218043078111516]]], "std": [[[0.2293058091423855]], [[0.2498523831215827]], [[0.28850620294175106]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968562809002401]], [[0.9968562809002401]], [[0.9968562809002401]]], "std": [[[0.015841073239019312]], [[0.015841073239019312]], [[0.015841073239019312]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5770296662422022]], [[0.5770296662422022]], [[0.5770296662422022]]], "std": [[[0.3313729054827566]], [[0.3313729054827566]], [[0.3313729054827566]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.13229114907821476]], [[0.13229114907821476]], [[0.13229114907821476]]], "std": [[[0.08150209741613477]], [[0.08150209741613477]], [[0.08150209741613477]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.03287506060185437]], [[0.03287506060185437]], [[0.03287506060185437]]], "std": [[[0.042596738125922226]], [[0.042596738125922226]], [[0.042596738125922226]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.10421888417485252]], [[0.10421888417485252]], [[0.10421888417485252]]], "std": [[[0.04769168127426652]], [[0.04769168127426652]], [[0.04769168127426652]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09097626687212623]], [[0.08077954202097377]], [[0.09004414564293621]]], "std": [[[0.22254071477678125]], [[0.2544050507614563]], [[0.2696987907467382]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19953439268392287]], [[0.45054710180642144]], [[0.47973589460407123]]], "std": [[[0.33365246099100393]], [[0.4249559197011459]], [[0.44853520674925224]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36881853776358875]], [[0.7277070538211523]], [[0.6560493478469326]]], "std": [[[0.34528972783879025]], [[0.24318399997468323]], [[0.4275692652793941]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7785514819039343]], [[0.5230080017917361]], [[0.3752086453951643]]], "std": [[[0.329371575485433]], [[0.28769005873085773]], [[0.4068781269318527]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7266207923202112]], [[0.5054216742406411]], [[0.4083365392803953]]], "std": [[[0.37204927453721814]], [[0.3886047640754556]], [[0.3553863816746533]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.2], "mean": [1.5999999999999999], "std": [0.9295160030897801], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [161]}, "index": {"min": [5412], "max": [5572], "mean": [5492.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [161]}}} +{"episode_index": 24, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3598884046077728, 1.3239445686340332, 0.8284401893615723, -1.0907340049743652, -1.5699448585510254, 0.07165241986513138, 1.5723603963851929, -0.010426606982946396, 0.592454195022583, -8.752015113830566, 1.196959198423997e-16, -0.6780487895011902, 1.196959198423997e-16, 1.196959198423997e-16, -0.6780487895011902, 1.196959198423997e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3598884046077728, 1.3239445686340332, 0.8284401893615723, -0.7924677729606628, -0.8000717759132385, 1.0346120595932007, 1.9649053812026978, 0.3766336441040039, 1.0419888496398926, -7.376916408538818, 0.6780487895011902, -1.196959198423997e-16, 0.6780487895011902, 0.6780487895011902, -1.196959198423997e-16, 0.6780487895011902, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3598884046077728, 1.3239442110061646, 0.8284400701522827, -0.986052393913269, -1.0443167686462402, 0.27629438042640686, 1.8605436086654663, 0.2494426816701889, 0.7192504405975342, -7.716884613037109, 0.40431147813796997, -0.40431147813796997, 0.40431147813796997, 0.40431147813796997, -0.40431147813796997, 0.40431147813796997, -2.3561971187591553, 1.5707961320877075, -1.0471972227096558, -1.5707961320877075, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 1.1920928955078125e-07, 0.0644049346446991, 0.2807427942752838, 0.30199772119522095, 0.13969764113426208, 0.15694810450077057, 0.13848447799682617, 0.44963428378105164, 0.3127494156360626, 0.3127494156360626, 0.3127494156360626, 0.3127494156360626, 0.3127494156360626, 0.3127494156360626, 2.6226043701171875e-06, 2.384185791015625e-07, 3.5762786865234375e-07, 2.384185791015625e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [101]}, "observation.state": {"min": [-0.9905797243118286, -0.16956853866577148, -0.07382813841104507, 2.347522020339966, -0.977872371673584, 0.017122771590948105, -0.903211236000061, -0.2498837262392044, -0.3799658715724945, -0.9647988677024841, -0.6011748313903809, 0.7581512331962585, NaN], "max": [0.26120737195014954, 0.9700834155082703, 0.6398714780807495, 2.601344108581543, -0.04445098713040352, 0.6040578484535217, -2.2326361204250134e-07, -0.1827598661184311, 0.17952212691307068, 3.885744263243396e-06, 1.0, 1.3776744604110718, NaN], "mean": [-0.08858754485845566, 0.7232321500778198, 0.15221838653087616, 2.519313335418701, -0.7976005673408508, 0.2467263638973236, -0.2643803358078003, -0.23292946815490723, -0.07612145692110062, -0.3068096935749054, 0.655265748500824, 0.88470458984375, NaN], "std": [0.4908767342567444, 0.39194977283477783, 0.22656677663326263, 0.1019403487443924, 0.2977343797683716, 0.12518176436424255, 0.3588133156299591, 0.02172333560883999, 0.1434788703918457, 0.3906841278076172, 0.5454167127609253, 0.20242874324321747, NaN], "count": [101]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12411879908079644]], [[0.11920230726263352]], [[0.11176673499672432]]], "std": [[[0.2926042287602484]], [[0.28222396321685767]], [[0.26598520859381963]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42444035402882474]], [[0.4032069220561245]], [[0.3736402486168025]]], "std": [[[0.38460950562380214]], [[0.3737907581940311]], [[0.3553317012055794]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.7020538312106758]], [[0.6844811066384764]], [[0.6563697373617892]]], "std": [[[0.18764952138897337]], [[0.19046198176057236]], [[0.19458763922554845]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5141854835843575]], [[0.5011214256640723]], [[0.49009902158599494]]], "std": [[[0.29616805645356914]], [[0.298743776435078]], [[0.3010526659844265]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5493801638982599]], [[0.5340695625468135]], [[0.5138126790814134]]], "std": [[[0.3101196571759997]], [[0.31787494047241655]], [[0.32210786645173267]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9973052878345005]], [[0.9973052878345005]], [[0.9973052878345005]]], "std": [[[0.014547248476359836]], [[0.014547248476359836]], [[0.014547248476359836]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5846814632422511]], [[0.5846814632422511]], [[0.5846814632422511]]], "std": [[[0.33136844802599164]], [[0.33136844802599164]], [[0.33136844802599164]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.06904795911730172]], [[0.06904795911730172]], [[0.06904795911730172]]], "std": [[[0.059150235523369225]], [[0.059150235523369225]], [[0.059150235523369225]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.036578340511677465]], [[0.036578340511677465]], [[0.036578340511677465]]], "std": [[[0.04012872022352409]], [[0.04012872022352409]], [[0.04012872022352409]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13708816723228398]], [[0.13708816723228398]], [[0.13708816723228398]]], "std": [[[0.19534066647766143]], [[0.19534066647766143]], [[0.19534066647766143]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.025022573059181607]], [[0.1455804024834858]], [[0.07894105040531996]]], "std": [[[0.09718206385206453]], [[0.34838244301627286]], [[0.21508966884979672]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2910131436453382]], [[0.44595969264214697]], [[0.2841757765586998]]], "std": [[[0.4050744394899488]], [[0.4462096088153728]], [[0.3436346748694225]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8507667517607227]], [[0.8585910194589788]], [[0.17240525155720782]]], "std": [[[0.21272969333357292]], [[0.2574246563118709]], [[0.23209144047258523]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6289744375846162]], [[0.5907391944295245]], [[0.46862245128549695]]], "std": [[[0.37951805139896333]], [[0.3602909790078843]], [[0.40260501739060006]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6419452098886133]], [[0.40007965045051574]], [[0.5057665432165822]]], "std": [[[0.3695799022769976]], [[0.4011662649800491]], [[0.39215120577260476]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.0], "mean": [0.9999999999999999], "std": [0.58309518948453], "count": [101]}, "frame_index": {"min": [0], "max": [100], "mean": [50.0], "std": [29.154759474226502], "count": [101]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [101]}, "index": {"min": [5573], "max": [5673], "mean": [5623.0], "std": [29.154759474226502], "count": [101]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [101]}}} +{"episode_index": 25, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07478425651788712, 2.394866943359375, 0.38241320848464966, -0.7720854878425598, -1.558901309967041, -2.1874582767486572, 0.12692198157310486, -4.710880279541016, -1.4515855312347412, -2.4783565998077393, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07478425651788712, 2.394866943359375, 0.38241320848464966, 2.795590400695801, 1.581713080406189, 1.0344291925430298, 1.5658165216445923, -0.01797184906899929, 1.0395418405532837, -1.8923484086990356, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.07478421926498413, 2.3948683738708496, 0.38241350650787354, 1.4803078174591064, 0.39303961396217346, -1.015718698501587, 0.6684942841529846, -2.991960048675537, -0.4539562463760376, -2.094954490661621, 0.4161823093891144, -0.4161823093891144, 0.4161823093891144, 0.4161823093891144, -0.4161823093891144, 0.4161823093891144, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.725290298461914e-08, 1.430511474609375e-06, 2.980232238769531e-07, 1.2962646484375, 1.1173162460327148, 1.1680748462677002, 0.524063766002655, 1.7060331106185913, 0.8925293684005737, 0.19379541277885437, 0.1832212209701538, 0.1832212209701538, 0.1832212209701538, 0.1832212209701538, 0.1832212209701538, 0.1832212209701538, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [227]}, "observation.state": {"min": [0.0977647677063942, -0.9598978757858276, -0.3599277436733246, -0.5595216751098633, -0.6767886281013489, -0.49914512038230896, -1.0216982673227903e-06, -1.5385793447494507, -0.9606865644454956, -0.9335139393806458, -0.35820308327674866, 0.35058504343032837, NaN], "max": [0.9585901498794556, 0.9949201941490173, 0.5899205207824707, 0.05144898220896721, 0.0034651244059205055, 0.9585901498794556, 0.994844377040863, -0.27512088418006897, 0.9197075963020325, 0.03347695246338844, 1.0, 1.1534358263015747, NaN], "mean": [0.608894407749176, -0.01586759462952614, 0.07751090079545975, -0.19207938015460968, -0.32555267214775085, 0.334147572517395, 0.5554580092430115, -0.8851879835128784, -0.12105272710323334, -0.25986599922180176, 0.36438190937042236, 0.8083834052085876, NaN], "std": [0.30781668424606323, 0.6796205043792725, 0.2575879693031311, 0.1548098474740982, 0.1610666662454605, 0.5196875333786011, 0.4216751158237457, 0.46531298756599426, 0.622829020023346, 0.29766273498535156, 0.555448591709137, 0.22053909301757812, NaN], "count": [227]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13469616862168418]], [[0.13268417096327947]], [[0.1309480711678673]]], "std": [[[0.31174882114345914]], [[0.3075617267521497]], [[0.30422873239689413]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617865540662419]], [[0.4537702822587945]], [[0.4451727422749819]]], "std": [[[0.4103996609412589]], [[0.40530549149247547]], [[0.4033001045536857]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.1321564469979367]], [[0.13223069541759455]], [[0.13258615253495123]]], "std": [[[0.2535948162554137]], [[0.25380154125472176]], [[0.25459533772608967]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4401018245265344]], [[0.4379928558544241]], [[0.4366636840160639]]], "std": [[[0.3912476684945641]], [[0.39026691459370405]], [[0.3895586243955402]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.587461091094897]], [[0.5770923783486924]], [[0.5673116769295865]]], "std": [[[0.3789668868626925]], [[0.37463190573056165]], [[0.37304925630306496]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954866890499574]], [[0.9954866890499574]], [[0.9954866890499574]]], "std": [[[0.019911177607084964]], [[0.019911177607084964]], [[0.019911177607084964]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5811241535018986]], [[0.5811241535018986]], [[0.5811241535018986]]], "std": [[[0.3303748212701128]], [[0.3303748212701128]], [[0.3303748212701128]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7288754508677381]], [[0.7288754508677381]], [[0.7288754508677381]]], "std": [[[0.44331752355200044]], [[0.44331752355200044]], [[0.44331752355200044]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3563921300403476]], [[0.3563921300403476]], [[0.3563921300403476]]], "std": [[[0.45124744839894976]], [[0.45124744839894976]], [[0.45124744839894976]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2752757456458867]], [[0.2752757456458867]], [[0.2752757456458867]]], "std": [[[0.3007202397109608]], [[0.3007202397109608]], [[0.3007202397109608]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14724308803580252]], [[0.0860617813692968]], [[0.043738221447054935]]], "std": [[[0.34955469755641755]], [[0.24156895144811505]], [[0.1491843978357529]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34631839795184177]], [[0.5390066660363403]], [[0.2129566436061104]]], "std": [[[0.3830327411338478]], [[0.4775573372723318]], [[0.3109834798266199]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09590137672660802]], [[0.17732755981227002]], [[0.18518878206869083]]], "std": [[[0.24860361427112984]], [[0.32021420636176884]], [[0.36931721887183755]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21600350032287463]], [[0.49753556079933425]], [[0.3612106812151351]]], "std": [[[0.2728406040471355]], [[0.44745496999220075]], [[0.4144001775956251]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5503689528066621]], [[0.6495942683218767]], [[0.37360352875461594]]], "std": [[[0.41477368566687317]], [[0.4155613453645686]], [[0.4074844918039515]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.52], "mean": [2.26], "std": [1.31057239403247], "count": [227]}, "frame_index": {"min": [0], "max": [226], "mean": [113.0], "std": [65.5286197016235], "count": [227]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [227]}, "index": {"min": [5674], "max": [5900], "mean": [5787.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [227]}}} +{"episode_index": 26, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4049520492553711, 1.3088496923446655, 0.5332838892936707, -1.1636241674423218, -1.5662890672683716, 0.7835131287574768, 1.120668888092041, -0.6292659044265747, 1.0493526458740234, -5.067725658416748, 6.938893903907228e-17, -0.29756098985671997, 6.938893903907228e-17, 6.938893903907228e-17, -0.29756098985671997, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4049520492553711, 1.3088496923446655, 0.5332838892936707, -0.7878288626670837, -0.7969681024551392, 1.0458581447601318, 1.5679036378860474, -0.0037862269673496485, 1.3825325965881348, -2.49847674369812, 0.29756098985671997, -6.938893903907228e-17, 0.29756098985671997, 0.29756098985671997, -6.938893903907228e-17, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4049527645111084, 1.308851957321167, 0.5332843065261841, -1.045495629310608, -1.0695406198501587, 0.891452431678772, 1.2756155729293823, -0.41689300537109375, 1.2509315013885498, -4.272250175476074, 0.2441711723804474, -0.2441711723804474, 0.2441711723804474, 0.2441711723804474, -0.2441711723804474, 0.2441711723804474, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 2.2649765014648438e-06, 4.172325134277344e-07, 0.13252338767051697, 0.26279139518737793, 0.0851655825972557, 0.14732830226421356, 0.21677348017692566, 0.10287559032440186, 0.916228175163269, 0.11110178381204605, 0.11110178381204605, 0.11110178381204605, 0.11110178381204605, 0.11110178381204605, 0.11110178381204605, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [159]}, "observation.state": {"min": [-0.9913516044616699, -0.5044507384300232, -0.9658376574516296, 2.807539701461792, -0.9662744402885437, -0.9889649748802185, 4.6612754545094504e-08, -0.32486453652381897, -0.2093168944120407, -4.124643510294845e-06, 0.18965360522270203, 0.757899820804596, NaN], "max": [-0.1142045110464096, 0.5125731825828552, 0.0013238955289125443, 2.9374780654907227, 0.5044507384300232, 0.26832491159439087, 0.3318994641304016, -0.24860745668411255, 0.3002411723136902, 0.9386847615242004, 1.0, 1.3664777278900146, NaN], "mean": [-0.7286651134490967, -0.09426148980855942, -0.2883926033973694, 2.8633840084075928, -0.0644182413816452, -0.6635748147964478, 0.12626054883003235, -0.26984256505966187, -0.02095697447657585, 0.30513375997543335, 0.8277524709701538, 0.9733214974403381, NaN], "std": [0.27384328842163086, 0.41462790966033936, 0.36067309975624084, 0.047160230576992035, 0.6124731302261353, 0.384334534406662, 0.12938648462295532, 0.023894984275102615, 0.11977139115333557, 0.37154707312583923, 0.2624646723270416, 0.21459081768989563, NaN], "count": [159]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11680805959400278]], [[0.11384777350631098]], [[0.09246604720339624]]], "std": [[[0.2802647985663644]], [[0.269791697674134]], [[0.22668272369510936]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4177022029905632]], [[0.3969877763628963]], [[0.327925011282171]]], "std": [[[0.3872307053961149]], [[0.36215382136530594]], [[0.3210279213292943]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5564615088537381]], [[0.601144879168452]], [[0.4582016400554955]]], "std": [[[0.20511334295503847]], [[0.21273488578536576]], [[0.19361189592689143]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6281468888365852]], [[0.6230831393738714]], [[0.5285544833302153]]], "std": [[[0.2652601730330138]], [[0.25832124090190084]], [[0.2659256085540965]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6555722082410474]], [[0.6424740630768911]], [[0.5356029654842683]]], "std": [[[0.22409768610589673]], [[0.20511611401181976]], [[0.24344358640512045]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961688228521463]], [[0.9961688228521463]], [[0.9961688228521463]]], "std": [[[0.018143969389963915]], [[0.018143969389963915]], [[0.018143969389963915]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5947114305658654]], [[0.5947114305658654]], [[0.5947114305658654]]], "std": [[[0.3356561358885684]], [[0.3356561358885684]], [[0.3356561358885684]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "mean": [[[0.07382838091291372]], [[0.07382838091291372]], [[0.07382838091291372]]], "std": [[[0.04650100974974915]], [[0.04650100974974915]], [[0.04650100974974915]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.07004904609496068]], [[0.07004904609496068]], [[0.07004904609496068]]], "std": [[[0.059555599137173856]], [[0.059555599137173856]], [[0.059555599137173856]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.11293239749988432]], [[0.11293239749988432]], [[0.11293239749988432]]], "std": [[[0.049812082720345006]], [[0.049812082720345006]], [[0.049812082720345006]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13276151200536984]], [[0.0313689199492252]], [[0.12529410557697995]]], "std": [[[0.31743145114746846]], [[0.12943837323285642]], [[0.30601622955346985]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47482065673299173]], [[0.24404001767595995]], [[0.2962299980352594]]], "std": [[[0.4719300912422113]], [[0.3398780358634086]], [[0.3697405803714348]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28464276925160814]], [[0.8959631218856682]], [[0.5725431186803916]]], "std": [[[0.35230438172608014]], [[0.22717690143110647]], [[0.24740410362512374]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3418133831693479]], [[0.7148340558616662]], [[0.47518677977671697]]], "std": [[[0.3081806980545631]], [[0.3817760242758933]], [[0.38587561045472113]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6379013324696521]], [[0.5636661134547182]], [[0.4354494474921393]]], "std": [[[0.41484877362444356]], [[0.4284343484937797]], [[0.32939791790642]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.16], "mean": [1.5799999999999998], "std": [0.9179687721631202], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [159]}, "index": {"min": [5901], "max": [6059], "mean": [5980.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [159]}}} +{"episode_index": 27, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.015838932245969772, 1.615096926689148, 0.11630399525165558, -1.0262880325317383, -1.5655256509780884, 7.008775234222412, 0.19224289059638977, -0.5797819495201111, 0.4809378981590271, -2.625530242919922, 1.8214596497756474e-16, -0.43414634466171265, 1.8214596497756474e-16, 1.8214596497756474e-16, -0.43414634466171265, 1.8214596497756474e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.015838932245969772, 1.615096926689148, 0.11630399525165558, -0.7860928773880005, -0.839038074016571, 7.327203750610352, 1.5615060329437256, -0.005730902310460806, 1.0416003465652466, -2.379568099975586, 0.43414634466171265, -1.8214596497756474e-16, 0.43414634466171265, 0.43414634466171265, -1.8214596497756474e-16, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.015838943421840668, 1.615096926689148, 0.1163041815161705, -0.9201008677482605, -1.0128452777862549, 7.076210021972656, 0.5497464537620544, -0.42257019877433777, 0.6114280819892883, -2.4950904846191406, 0.3168477714061737, -0.3168477714061737, 0.3168477714061737, 0.3168477714061737, -0.3168477714061737, 0.3168477714061737, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1175870895385742e-08, 0.0, 1.862645149230957e-07, 0.07484786957502365, 0.18651758134365082, 0.07426604628562927, 0.35482439398765564, 0.13251203298568726, 0.12948951125144958, 0.083291195333004, 0.18636293709278107, 0.18636293709278107, 0.18636293709278107, 0.18636293709278107, 0.18636293709278107, 0.18636293709278107, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [140]}, "observation.state": {"min": [-0.6244919300079346, 0.7770779132843018, -0.10542459785938263, 1.6198782920837402, -0.9980554580688477, -0.6259392499923706, 3.2157277018995956e-05, -0.09925664961338043, 2.2037780581740662e-05, -2.7959315048065037e-05, 0.9765787124633789, 0.7537482976913452, NaN], "max": [0.4570777714252472, 0.9943943619728088, 0.07848411798477173, 2.0726451873779297, -0.7537013292312622, 0.4570806324481964, 0.20033550262451172, 0.38899463415145874, 0.20480258762836456, 0.11022132635116577, 1.0, 0.9220900535583496, NaN], "mean": [0.3328990936279297, 0.8958801031112671, -0.009354266338050365, 1.6763181686401367, -0.8949010372161865, 0.33388465642929077, 0.021384216845035553, 0.32661741971969604, 0.020829621702432632, 0.016811102628707886, 0.9979887008666992, 0.7892898917198181, NaN], "std": [0.2906002700328827, 0.0333530455827713, 0.030432717874646187, 0.12703973054885864, 0.03652513027191162, 0.2887156903743744, 0.050226472318172455, 0.11686784029006958, 0.045950427651405334, 0.0341423898935318, 0.004985095467418432, 0.05207658186554909, NaN], "count": [140]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13256511841082658]], [[0.12465391798113179]], [[0.11550628549357571]]], "std": [[[0.3077374398995787]], [[0.2907653731727362]], [[0.2715485410605829]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46223385509602083]], [[0.42518146760089076]], [[0.38532913428700366]]], "std": [[[0.3987008886310532]], [[0.37610367287100754]], [[0.3523074028955374]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7484255936634768]], [[0.7269060605877726]], [[0.7076610306103905]]], "std": [[[0.2139356768963595]], [[0.21572078721692886]], [[0.2179629515241085]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5246356371761112]], [[0.49447734479722605]], [[0.47189408639896574]]], "std": [[[0.23738287620330703]], [[0.23762116189558768]], [[0.24087404995528108]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6470021638969189]], [[0.5685972382318407]], [[0.506666578152755]]], "std": [[[0.18113921009236628]], [[0.21607441777773234]], [[0.2479455117215874]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958250938280993]], [[0.9958250938280993]], [[0.9958250938280993]]], "std": [[[0.019027646587573784]], [[0.019027646587573784]], [[0.019027646587573784]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5902258003300496]], [[0.5902258003300496]], [[0.5902258003300496]]], "std": [[[0.3332202578042079]], [[0.3332202578042079]], [[0.3332202578042079]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.11111795082247529]], [[0.11111795082247529]], [[0.11111795082247529]]], "std": [[[0.0685758354738099]], [[0.0685758354738099]], [[0.0685758354738099]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.05017469427496042]], [[0.05017469427496042]], [[0.05017469427496042]]], "std": [[[0.03508213066304193]], [[0.03508213066304193]], [[0.03508213066304193]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10206711232080123]], [[0.10206711232080123]], [[0.10206711232080123]]], "std": [[[0.08433274954181968]], [[0.08433274954181968]], [[0.08433274954181968]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11447082695463193]], [[0.10226366416748979]], [[0.03015511124254086]]], "std": [[[0.2891927250188052]], [[0.2683821191702721]], [[0.12425457974587657]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38569074178010865]], [[0.5110154611004827]], [[0.1387815241961495]]], "std": [[[0.3941082313991229]], [[0.4774464993592232]], [[0.26085111094294305]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2912316764467834]], [[0.8363616691846192]], [[0.46153161254242125]]], "std": [[[0.33599476927421046]], [[0.3303849213666203]], [[0.30202145074820613]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7924685510742034]], [[0.5369641592418918]], [[0.21232958959720136]]], "std": [[[0.34114441214731983]], [[0.2489408256158759]], [[0.28691090330512137]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4542236008934541]], [[0.7270395610246424]], [[0.33392976286988924]]], "std": [[[0.3728552462950894]], [[0.3815497057917194]], [[0.30905751495179384]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.78], "mean": [1.3900000000000001], "std": [0.8082697569499925], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [140]}, "index": {"min": [6060], "max": [6199], "mean": [6129.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [140]}}} +{"episode_index": 28, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997146725654602, 0.5946505069732666, 0.98175448179245, -2.4918711185455322, -2.0888900756835938, 1.0490974187850952, 1.5778024196624756, -0.18751466274261475, 0.46883314847946167, -2.4723634719848633, 1.0408340855860843e-17, -0.6975609660148621, 1.0408340855860843e-17, 1.0408340855860843e-17, -0.6975609660148621, 1.0408340855860843e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997146725654602, 0.5946505069732666, 0.98175448179245, -0.8003684878349304, -1.5766704082489014, 1.2151336669921875, 2.0408201217651367, -0.0016610597958788276, 1.0421229600906372, -1.4006330966949463, 0.6975609660148621, -1.0408340855860843e-17, 0.6975609660148621, 0.6975609660148621, -1.0408340855860843e-17, 0.6975609660148621, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997141659259796, 0.5946503281593323, 0.9817559719085693, -2.0255801677703857, -1.9442195892333984, 1.1317027807235718, 1.9192252159118652, -0.13519272208213806, 0.6451746821403503, -1.6856629848480225, 0.4476320147514343, -0.4476320147514343, 0.4476320147514343, 0.4476320147514343, -0.4476320147514343, 0.4476320147514343, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 1.7881393432617188e-07, 1.4901161193847656e-06, 0.5724132061004639, 0.15580686926841736, 0.03854108601808548, 0.13078667223453522, 0.062085192650556564, 0.18669874966144562, 0.36944806575775146, 0.3154832124710083, 0.3154832124710083, 0.3154832124710083, 0.3154832124710083, 0.3154832124710083, 0.3154832124710083, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [113]}, "observation.state": {"min": [-0.9690262079238892, -0.2578626275062561, -0.9378423690795898, -0.4666250944137573, 0.20612181723117828, -0.9785235524177551, -0.18832504749298096, -0.06667430698871613, -0.8682552576065063, -0.40143176913261414, 0.29152244329452515, 0.7568278908729553, NaN], "max": [-0.3420518636703491, 0.05875525623559952, 5.642622636514716e-05, -0.2838134169578552, 0.359351247549057, -0.9140023589134216, 0.021772747859358788, 0.2622135579586029, 4.797410468881935e-08, 0.0042953272350132465, 1.0, 1.4494627714157104, NaN], "mean": [-0.8634079098701477, -0.19675251841545105, -0.2383401095867157, -0.3428153991699219, 0.25127801299095154, -0.9654399156570435, -0.02276075817644596, 0.01757378689944744, -0.22772419452667236, -0.07386655360460281, 0.8832126259803772, 0.9302746653556824, NaN], "std": [0.18853071331977844, 0.08932314813137054, 0.3398313820362091, 0.03679107874631882, 0.03073626011610031, 0.013348125852644444, 0.05606048181653023, 0.11782922595739365, 0.32099512219429016, 0.12489889562129974, 0.20972181856632233, 0.23912185430526733, NaN], "count": [113]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.11460771640142668]], [[0.1105265866956885]], [[0.10373426916678234]]], "std": [[[0.2724837307900285]], [[0.2629116424953548]], [[0.24732874567635238]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4275378259508037]], [[0.40963769512455983]], [[0.3810126943701799]]], "std": [[[0.36852448020934386]], [[0.35550182171077715]], [[0.3360793101222183]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5497309123437344]], [[0.5351342306766419]], [[0.5132659755875949]]], "std": [[[0.28239387499094154]], [[0.2785551192349278]], [[0.2734830679465176]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4279703035826006]], [[0.42323632879163087]], [[0.41724454449198717]]], "std": [[[0.33477896720410577]], [[0.335631774536991]], [[0.3373836330484192]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5083467009456907]], [[0.49773698091117025]], [[0.4790826257249591]]], "std": [[[0.3437231268320506]], [[0.33913268736315627]], [[0.33191857852667284]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954048565974046]], [[0.9954048565974046]], [[0.9954048565974046]]], "std": [[[0.020021977044543594]], [[0.020021977044543594]], [[0.020021977044543594]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.554248891732063]], [[0.554248891732063]], [[0.554248891732063]]], "std": [[[0.32587560106385294]], [[0.32587560106385294]], [[0.32587560106385294]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27154445376522757]], [[0.27154445376522757]], [[0.27154445376522757]]], "std": [[[0.2893918847480054]], [[0.2893918847480054]], [[0.2893918847480054]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14221707232190095]], [[0.14221707232190095]], [[0.14221707232190095]]], "std": [[[0.3027059682595469]], [[0.3027059682595469]], [[0.3027059682595469]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2529776723657556]], [[0.2529776723657556]], [[0.2529776723657556]]], "std": [[[0.3377536286115069]], [[0.3377536286115069]], [[0.3377536286115069]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10504509314412815]], [[0.0993402722875683]], [[0.03518754019168626]]], "std": [[[0.27200713130588616]], [[0.2854891194455824]], [[0.12787858371861985]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2967028701977012]], [[0.3443411983308422]], [[0.38309069390212913]]], "std": [[[0.3802643412308605]], [[0.38996939544990983]], [[0.4534410077270538]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4146856542418616]], [[0.5941612254080525]], [[0.5382282867662984]]], "std": [[[0.3902959701761622]], [[0.40509793851426124]], [[0.40547473043341203]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042774119873318]], [[0.7151170039918433]], [[0.3628608259554976]]], "std": [[[0.3899300737986401]], [[0.3805767155869415]], [[0.3879312402170395]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45723627246459614]], [[0.5344730384613063]], [[0.35682772443473476]]], "std": [[[0.3880319194915785]], [[0.4418736268906158]], [[0.4137460029919367]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.24], "mean": [1.1199999999999999], "std": [0.6523802572120037], "count": [113]}, "frame_index": {"min": [0], "max": [112], "mean": [56.0], "std": [32.61901286060018], "count": [113]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [113]}, "index": {"min": [6200], "max": [6312], "mean": [6256.0], "std": [32.61901286060018], "count": [113]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [113]}}} +{"episode_index": 29, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34920403361320496, 1.7472230195999146, 0.409848690032959, -1.3373953104019165, -1.5610271692276, 0.5872445106506348, 0.3289007842540741, -0.9567981958389282, 1.0524568557739258, -3.1142966747283936, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34920403361320496, 1.7472230195999146, 0.409848690032959, -0.7924399375915527, -0.7195567488670349, 1.0417966842651367, 1.554953694343567, -0.011866649612784386, 1.4594646692276, -2.4899260997772217, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3492037355899811, 1.7472230195999146, 0.4098486304283142, -1.214084506034851, -0.921673059463501, 0.6921396255493164, 0.5756963491439819, -0.7608966827392578, 1.3438363075256348, -2.986419916152954, 0.31561896204948425, -0.31561896204948425, 0.31561896204948425, 0.31561896204948425, -0.31561896204948425, 0.31561896204948425, -2.3561971187591553, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 0.0, 5.960464477539063e-08, 0.164645716547966, 0.26198244094848633, 0.14218974113464355, 0.3874090611934662, 0.29971230030059814, 0.11318109184503555, 0.19600257277488708, 0.22909189760684967, 0.22909189760684967, 0.22909189760684967, 0.22909189760684967, 0.22909189760684967, 0.22909189760684967, 2.6226043701171875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [104]}, "observation.state": {"min": [-0.9493457078933716, 0.31377437710762024, -0.8739742636680603, 2.814685583114624, -0.3155149519443512, -0.9493919610977173, -0.4381157159805298, -0.19716043770313263, -0.959747314453125, -0.203644260764122, 0.26857343316078186, 0.7526477575302124, NaN], "max": [-0.2786619961261749, 0.40437495708465576, 0.0005155725521035492, 3.326514720916748, -0.028452204540371895, -0.896660566329956, 0.00036082134465686977, 0.009424235671758652, 0.0006030810181982815, 0.00017972315254155546, 1.0, 1.3137059211730957, NaN], "mean": [-0.8407907485961914, 0.33430612087249756, -0.2019500732421875, 2.923955202102661, -0.25418224930763245, -0.9374390244483948, -0.12076593935489655, -0.058659784495830536, -0.22960303723812103, -0.05062786117196083, 0.8731023073196411, 0.8814594745635986, NaN], "std": [0.20264111459255219, 0.03354400023818016, 0.31359049677848816, 0.17140066623687744, 0.10305600613355637, 0.019000710919499397, 0.17616823315620422, 0.04064834862947464, 0.3522246778011322, 0.07348407804965973, 0.23010799288749695, 0.18439966440200806, NaN], "count": [104]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09477417083587308]], [[0.09324428833809095]], [[0.0919361573294548]]], "std": [[[0.2334977155517195]], [[0.230195953469364]], [[0.2272437530686672]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31915705787803994]], [[0.31204376476489165]], [[0.30547500923696314]]], "std": [[[0.30514067060386746]], [[0.3005325540994449]], [[0.2968413117170179]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.7792334668418169]], [[0.7705879201309469]], [[0.7616531139797665]]], "std": [[[0.20389421111512923]], [[0.20505785586606462]], [[0.20594509151977006]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6600839876321926]], [[0.6482190290157991]], [[0.6368041958276419]]], "std": [[[0.24069709566948833]], [[0.24374563519856599]], [[0.2472348534430225]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5680314304853983]], [[0.5490864210942064]], [[0.5276491791340523]]], "std": [[[0.26002148623673477]], [[0.26200592820273655]], [[0.26527387856873247]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966941395073129]], [[0.9966941395073129]], [[0.9966941395073129]]], "std": [[[0.016603381741872432]], [[0.016603381741872432]], [[0.016603381741872432]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5873199650504161]], [[0.5873199650504161]], [[0.5873199650504161]]], "std": [[[0.33324961110153095]], [[0.33324961110153095]], [[0.33324961110153095]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.11764705882352941]], [[0.11764705882352941]], [[0.11764705882352941]]], "mean": [[[0.02352967998868095]], [[0.02352967998868095]], [[0.02352967998868095]]], "std": [[[0.016763928630282948]], [[0.016763928630282948]], [[0.016763928630282948]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.03268210027419196]], [[0.03268210027419196]], [[0.03268210027419196]]], "std": [[[0.03074370017901535]], [[0.03074370017901535]], [[0.03074370017901535]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1820717955114059]], [[0.1820717955114059]], [[0.1820717955114059]]], "std": [[[0.2317280597417221]], [[0.2317280597417221]], [[0.2317280597417221]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07431255066918528]], [[0.14588742505654495]], [[0.05643901425006923]]], "std": [[[0.2129116117878642]], [[0.34823230824271784]], [[0.17725269826529258]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18657662521935692]], [[0.37041227366087504]], [[0.44718176935286275]]], "std": [[[0.31607045139432965]], [[0.4437905875847434]], [[0.4150900183016133]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28867097702594596]], [[0.932565479172073]], [[0.18520338418189342]]], "std": [[[0.19834598005801235]], [[0.21262496492546393]], [[0.2503417169967671]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5932373735240137]], [[0.692174515906017]], [[0.38187600407968664]]], "std": [[[0.36797189010553616]], [[0.34911126326370095]], [[0.39255872137914494]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4504512747679695]], [[0.41395458968102133]], [[0.7051711450012104]]], "std": [[[0.4201764389413576]], [[0.35159210814981157]], [[0.3967431026641448]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.06], "mean": [1.03], "std": [0.6004165220911231], "count": [104]}, "frame_index": {"min": [0], "max": [103], "mean": [51.5], "std": [30.02082610455615], "count": [104]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [104]}, "index": {"min": [6313], "max": [6416], "mean": [6364.5], "std": [30.02082610455615], "count": [104]}, "task_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [104]}}} +{"episode_index": 30, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.059054553508758545, 1.195597529411316, 0.6406486630439758, -2.457257032394409, -1.9034888744354248, -2.122894763946533, -1.7260581254959106, 0.008058576844632626, 1.0500236749649048, -5.447662353515625, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.059054553508758545, 1.195597529411316, 0.6406486630439758, -0.7528716325759888, -0.6203557252883911, 1.038199543952942, 1.5619897842407227, 3.3376312255859375, 2.053269863128662, -2.4903550148010254, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05905453488230705, 1.1955957412719727, 0.6406506299972534, -1.5854967832565308, -1.2994558811187744, -1.207344889640808, -0.39286378026008606, 2.1726551055908203, 1.551466703414917, -4.019631862640381, 0.4051388204097748, -0.4051388204097748, 0.4051388204097748, 0.4051388204097748, -0.4051388204097748, 0.4051388204097748, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.862645149230957e-08, 1.7881393432617188e-06, 1.9669532775878906e-06, 0.6452623009681702, 0.4899512529373169, 1.0481764078140259, 0.9141132235527039, 1.0511581897735596, 0.30725234746932983, 1.0549982786178589, 0.14252914488315582, 0.14252914488315582, 0.14252914488315582, 0.14252914488315582, 0.14252914488315582, 0.14252914488315582, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [305]}, "observation.state": {"min": [-0.9988836646080017, -0.9994862079620361, -0.6037812829017639, 2.075650691986084, -0.9240145087242126, -0.513248860836029, -0.8600418567657471, -0.19585150480270386, -0.40950605273246765, -0.8589590787887573, 0.509767472743988, 0.7006439566612244, NaN], "max": [0.7517922520637512, 0.9488878846168518, 0.410139799118042, 2.9591546058654785, 0.9994862079620361, 0.74275141954422, 0.29974013566970825, 0.3706775903701782, 0.3560810089111328, 0.5332971215248108, 1.0, 1.195052981376648, NaN], "mean": [0.2506999969482422, 0.0877925306558609, -0.138555645942688, 2.473942279815674, -0.11079207807779312, 0.30680885910987854, -0.17879411578178406, 0.07900132238864899, 0.025802331045269966, 0.016508223488926888, 0.8996381759643555, 0.8572499752044678, NaN], "std": [0.47787976264953613, 0.7840720415115356, 0.2590480446815491, 0.3018921911716461, 0.8108952641487122, 0.3848690986633301, 0.23653726279735565, 0.1975727379322052, 0.19567164778709412, 0.36741647124290466, 0.12817884981632233, 0.12573550641536713, NaN], "count": [305]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.128345363849175]], [[0.11554548910977133]], [[0.10578535510507339]]], "std": [[[0.3004617049627514]], [[0.2717116332962265]], [[0.25168030725193635]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.451754668941206]], [[0.39905780696054627]], [[0.3575172022093609]]], "std": [[[0.39417951573196663]], [[0.35460615436958437]], [[0.3271995780041952]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7382480830367782]], [[0.7241987405543251]], [[0.7137904875708363]]], "std": [[[0.2129151533099886]], [[0.21653282188082992]], [[0.2225348854980983]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5118191070689758]], [[0.49945426881809113]], [[0.48465763824766595]]], "std": [[[0.28653611094370535]], [[0.28131620829643145]], [[0.27768357644269037]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6649889994642226]], [[0.6380005404713097]], [[0.6100284371058364]]], "std": [[[0.20126883125687386]], [[0.21113630005974554]], [[0.22380647410562654]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952410361223932]], [[0.9952410361223932]], [[0.9952410361223932]]], "std": [[[0.020621233862780527]], [[0.020621233862780527]], [[0.020621233862780527]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5851946145990287]], [[0.5851946145990287]], [[0.5851946145990287]]], "std": [[[0.33271489068877574]], [[0.33271489068877574]], [[0.33271489068877574]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "mean": [[[0.04208781652943658]], [[0.04208781652943658]], [[0.04208781652943658]]], "std": [[[0.03743842934133541]], [[0.03743842934133541]], [[0.03743842934133541]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13515996676704947]], [[0.13515996676704947]], [[0.13515996676704947]]], "std": [[[0.2724144745464821]], [[0.2724144745464821]], [[0.2724144745464821]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.0833989275064357]], [[0.0833989275064357]], [[0.0833989275064357]]], "std": [[[0.04554245087598509]], [[0.04554245087598509]], [[0.04554245087598509]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08273472850033964]], [[0.08299134508288457]], [[0.09548505690706911]]], "std": [[[0.20436897264804813]], [[0.2573699175309451]], [[0.2810692119887845]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2935658432861192]], [[0.27826059300297523]], [[0.45355095953774277]]], "std": [[[0.33161463669885927]], [[0.3991237167867616]], [[0.4428818706379662]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22285128522870454]], [[0.9234798707965112]], [[0.5767099647218417]]], "std": [[[0.23851742091099234]], [[0.2411201579501724]], [[0.25471733875421154]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37790565624013017]], [[0.43179656954947093]], [[0.638456884672408]]], "std": [[[0.37919863627491673]], [[0.3705091483827331]], [[0.4212451253881001]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4390077939181555]], [[0.5285861994741469]], [[0.6430937167863281]]], "std": [[[0.4045188297465632]], [[0.32352999175254354]], [[0.3939295690794506]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.08], "mean": [3.0399999999999996], "std": [1.7609088562444113], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [305]}, "index": {"min": [6417], "max": [6721], "mean": [6569.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [305]}}} +{"episode_index": 31, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1807907223701477, 1.352763056755066, 0.504123330116272, -0.781791090965271, -1.5562018156051636, 0.5486816763877869, 1.0051363706588745, -6.57794189453125, 1.0568426847457886, -3.0266454219818115, 1.231653667943533e-16, -0.5121951103210449, 1.231653667943533e-16, 1.231653667943533e-16, -0.5121951103210449, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1807907223701477, 1.352763056755066, 0.504123330116272, -0.6102197766304016, -0.7924371957778931, 1.0379635095596313, 1.5672200918197632, -6.288964748382568, 1.4935145378112793, -2.4926037788391113, 0.5121951103210449, -1.231653667943533e-16, 0.5121951103210449, 0.5121951103210449, -1.231653667943533e-16, 0.5121951103210449, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.18079084157943726, 1.3527621030807495, 0.5041235685348511, -0.6506211161613464, -0.9573659300804138, 0.6581543684005737, 1.1926093101501465, -6.51495361328125, 1.3185011148452759, -2.917346954345703, 0.2695279121398926, -0.2695279121398926, 0.2695279121398926, 0.2695279121398926, -0.2695279121398926, 0.2695279121398926, -2.356196165084839, 1.5707950592041016, -1.0471975803375244, -1.5707950592041016, 0.0, -1.0471975803375244, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 9.5367431640625e-07, 2.384185791015625e-07, 0.052270714193582535, 0.24132242798805237, 0.15278735756874084, 0.16822126507759094, 0.09049732238054276, 0.11595240235328674, 0.1713089793920517, 0.24203352630138397, 0.24203352630138397, 0.24203352630138397, 0.24203352630138397, 0.24203352630138397, 0.24203352630138397, 1.6689300537109375e-06, 1.3113021850585938e-06, 0.0, 1.3113021850585938e-06, 0.0, 0.0, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [82]}, "observation.state": {"min": [-0.9699380993843079, -0.4973146617412567, -0.00016047214739955962, 0.834801435470581, 0.20987844467163086, -0.9614382982254028, -0.1777285486459732, -0.41858890652656555, -6.045746658855933e-07, -0.15432967245578766, 0.9803118109703064, 0.7567172050476074, NaN], "max": [-0.8675702214241028, -0.22763730585575104, 0.08603081852197647, 0.9331927299499512, 0.4973146617412567, -0.8675702214241028, -4.411674865423265e-07, -0.3210873305797577, 0.12317097187042236, -4.984606221114518e-07, 1.0, 1.1639974117279053, NaN], "mean": [-0.8936002850532532, -0.43711158633232117, 0.012975187972187996, 0.8568528294563293, 0.43475356698036194, -0.8922006487846375, -0.03692436218261719, -0.3365716338157654, 0.023279229179024696, -0.03174426034092903, 0.997232973575592, 0.8439770936965942, NaN], "std": [0.037513263523578644, 0.09060628712177277, 0.025012057274580002, 0.0222915131598711, 0.09499389678239822, 0.035186365246772766, 0.05779845267534256, 0.029050448909401894, 0.03864642605185509, 0.04954654350876808, 0.0053454916924238205, 0.13609589636325836, NaN], "count": [82]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1236929531559421]], [[0.11980794640021428]], [[0.10702271044219323]]], "std": [[[0.29106178114293935]], [[0.2819895537850394]], [[0.2539470272512034]]], "count": [82]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41539601364546946]], [[0.4023878868351927]], [[0.3513203889424274]]], "std": [[[0.37799876514169617]], [[0.36612220335437096]], [[0.3298918070397258]]], "count": [82]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6690903761221392]], [[0.6539442114739316]], [[0.5988729081371648]]], "std": [[[0.1933363117121305]], [[0.18973169171426116]], [[0.18740742936532812]]], "count": [82]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.623904276031517]], [[0.6137166175432447]], [[0.5801189233142913]]], "std": [[[0.2524393048160714]], [[0.2520369107241573]], [[0.25511023905879415]]], "count": [82]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.558268941997563]], [[0.548068425113608]], [[0.49462987798213337]]], "std": [[[0.31039284837750997]], [[0.30926574923163747]], [[0.3074121567403019]]], "count": [82]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952434206989521]], [[0.9952434206989521]], [[0.9952434206989521]]], "std": [[[0.02060673858110614]], [[0.02060673858110614]], [[0.02060673858110614]]], "count": [82]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5956737402726081]], [[0.5956737402726081]], [[0.5956737402726081]]], "std": [[[0.33818417974557907]], [[0.33818417974557907]], [[0.33818417974557907]]], "count": [82]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14205691742190116]], [[0.14205691742190116]], [[0.14205691742190116]]], "std": [[[0.11117248659238615]], [[0.11117248659238615]], [[0.11117248659238615]]], "count": [82]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0905324394736654]], [[0.0905324394736654]], [[0.0905324394736654]]], "std": [[[0.09090064510421751]], [[0.09090064510421751]], [[0.09090064510421751]]], "count": [82]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20686265596263287]], [[0.20686265596263287]], [[0.20686265596263287]]], "std": [[[0.2920063430669298]], [[0.2920063430669298]], [[0.2920063430669298]]], "count": [82]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07285026457105892]], [[0.08092205622265639]], [[0.09466490574356012]]], "std": [[[0.19094861087054657]], [[0.25387496296223283]], [[0.2784217263720584]]], "count": [82]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2602798711105295]], [[0.4375122726779323]], [[0.2598308870734378]]], "std": [[[0.3209314555814943]], [[0.4451271290549292]], [[0.38420356079128404]]], "count": [82]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8232843597242664]], [[0.6152883217194806]], [[0.35064105121162736]]], "std": [[[0.32526315542237844]], [[0.37608519821428826]], [[0.38315435110891083]]], "count": [82]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5875051721023973]], [[0.45036279991222533]], [[0.5781914445678111]]], "std": [[[0.4018632762225292]], [[0.37724782406975343]], [[0.4325245822371094]]], "count": [82]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30045379898454655]], [[0.6280918508797035]], [[0.5560233823268956]]], "std": [[[0.3698322477180194]], [[0.389969752195065]], [[0.3932569532937745]]], "count": [82]}, "timestamp": {"min": [0.0], "max": [1.62], "mean": [0.81], "std": [0.47339201514178497], "count": [82]}, "frame_index": {"min": [0], "max": [81], "mean": [40.5], "std": [23.66960075708925], "count": [82]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [82]}, "index": {"min": [6722], "max": [6803], "mean": [6762.5], "std": [23.66960075708925], "count": [82]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [82]}}} +{"episode_index": 32, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2344396859407425, 0.5548203587532043, 0.37274467945098877, -3.3641326427459717, -2.1504032611846924, 1.0569028854370117, 0.17716997861862183, 0.004909326322376728, -1.495976448059082, -2.759904384613037, 1.214306433183765e-16, -0.6048780679702759, 1.214306433183765e-16, 1.214306433183765e-16, -0.6048780679702759, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2344396859407425, 0.5548203587532043, 0.37274467945098877, -0.7778867483139038, 0.8535154461860657, 5.18934440612793, 2.034482717514038, 5.2664475440979, 1.5676307678222656, 1.344988465309143, 0.6048780679702759, -1.214306433183765e-16, 0.6048780679702759, 0.6048780679702759, -1.214306433183765e-16, 0.6048780679702759, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23443885147571564, 0.5548211932182312, 0.3727433681488037, -2.250964641571045, -0.9380411505699158, 4.095043659210205, 1.0810377597808838, 3.254854917526245, -0.2410362958908081, -0.9030928015708923, 0.5398203730583191, -0.5398203730583191, 0.5398203730583191, 0.5398203730583191, -0.5398203730583191, 0.5398203730583191, -2.3561999797821045, 1.570799469947815, -1.047201156616211, -1.570799469947815, 0.0, -1.047201156616211, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.344650268554688e-07, 8.344650268554688e-07, 1.3113021850585938e-06, 1.0746182203292847, 1.0213559865951538, 1.2160718441009521, 0.556138277053833, 1.708143949508667, 1.2766133546829224, 1.558063268661499, 0.1806028038263321, 0.1806028038263321, 0.1806028038263321, 0.1806028038263321, 0.1806028038263321, 0.1806028038263321, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.5762786865234375e-06, 3.0994415283203125e-06, 0.0, 3.5762786865234375e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [369]}, "observation.state": {"min": [-0.9542425870895386, -0.9524045586585999, -0.9933784008026123, -0.11816748976707458, -0.9919659495353699, -0.998317301273346, -0.621347963809967, -1.6147394180297852, -0.9844197034835815, -0.6362180113792419, -0.8223077654838562, 0.22970828413963318, NaN], "max": [0.6695241928100586, 0.42576828598976135, 0.973621666431427, 1.070690393447876, 0.9524049162864685, 0.9401323795318604, 0.5446910858154297, -0.016656924039125443, 0.9862066507339478, 0.9937625527381897, 1.0, 1.4235657453536987, NaN], "mean": [0.052419502288103104, -0.4287559390068054, -0.0025978568010032177, 0.5430533289909363, 0.08035513013601303, -0.05106555297970772, -0.0633159801363945, -0.5665954947471619, -0.06908489763736725, -0.016029825434088707, 0.31528231501579285, 0.8928263187408447, NaN], "std": [0.45741456747055054, 0.4478859305381775, 0.6352814435958862, 0.3005730211734772, 0.6545793414115906, 0.686629593372345, 0.29494282603263855, 0.5196591019630432, 0.590186595916748, 0.3758200705051422, 0.6371868848800659, 0.3399544656276703, NaN], "count": [369]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08821157104817236]], [[0.08777476830477753]], [[0.08392797247485569]]], "std": [[[0.21692036261232212]], [[0.2157430586754446]], [[0.20689851025748807]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29552959818036856]], [[0.29614525937593666]], [[0.28012177770803953]]], "std": [[[0.28393399391969354]], [[0.2826773406443745]], [[0.2743203113797044]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5061914596145218]], [[0.5186702635501723]], [[0.4666684530383406]]], "std": [[[0.18981186876701492]], [[0.18437552400280338]], [[0.20739211577036576]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28020415599638165]], [[0.28014734079398323]], [[0.26632207396142]]], "std": [[[0.2845351187057318]], [[0.2845023383495161]], [[0.28117754386588556]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4091415397799625]], [[0.41766493326922777]], [[0.38912089860396126]]], "std": [[[0.331395381809209]], [[0.3300261553591134]], [[0.3320879664076229]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961891193603395]], [[0.9961891193603395]], [[0.9961891193603395]]], "std": [[[0.018144261860965495]], [[0.018144261860965495]], [[0.018144261860965495]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886871294737245]], [[0.5886871294737245]], [[0.5886871294737245]]], "std": [[[0.3350612130126757]], [[0.3350612130126757]], [[0.3350612130126757]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.0678573128919842]], [[0.0678573128919842]], [[0.0678573128919842]]], "std": [[[0.05652482514725585]], [[0.05652482514725585]], [[0.05652482514725585]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30905703179325833]], [[0.30905703179325833]], [[0.30905703179325833]]], "std": [[[0.4285993891449954]], [[0.4285993891449954]], [[0.4285993891449954]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30167183198986647]], [[0.30167183198986647]], [[0.30167183198986647]]], "std": [[[0.3858125143089997]], [[0.3858125143089997]], [[0.3858125143089997]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0915017578728766]], [[0.10689678942607445]], [[0.03769423137402425]]], "std": [[[0.27360369268232637]], [[0.27345837756915514]], [[0.1432772043075493]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3855751587047732]], [[0.36565284307355167]], [[0.22290575347132116]]], "std": [[[0.4435904608552808]], [[0.38498163552713516]], [[0.3255075603325162]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094995638007606]], [[0.5237877597330098]], [[0.6682816432205384]]], "std": [[[0.4087183306513678]], [[0.28178636560233233]], [[0.41746740117991166]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47630194643433105]], [[0.3477209625753793]], [[0.33841306492160145]]], "std": [[[0.4483699150652003]], [[0.3744613015850891]], [[0.4070300306239514]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36081806032491315]], [[0.487062672543454]], [[0.4529419221332389]]], "std": [[[0.4007820248161649]], [[0.4396879392329581]], [[0.40238134600055286]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.36], "mean": [3.68], "std": [2.130414670120976], "count": [369]}, "frame_index": {"min": [0], "max": [368], "mean": [184.0], "std": [106.5207335060488], "count": [369]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [369]}, "index": {"min": [6804], "max": [7172], "mean": [6988.0], "std": [106.5207335060488], "count": [369]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [369]}}} +{"episode_index": 33, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4358006417751312, 0.7850739359855652, 0.8062288761138916, -2.6824564933776855, -1.5561062097549438, 0.9768939018249512, 1.1907367706298828, -1.456756591796875, 1.047602653503418, -3.394042730331421, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4358006417751312, 0.7850739359855652, 0.8062288761138916, -0.7873215675354004, -0.9097967147827148, 2.2408134937286377, 1.7064385414123535, 0.0479256696999073, 1.7650489807128906, -2.4779837131500244, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43580135703086853, 0.785072922706604, 0.8062286972999573, -2.095121383666992, -1.0599573850631714, 1.7975108623504639, 1.5022764205932617, -0.9174386262893677, 1.5278617143630981, -3.1042323112487793, 0.43080005049705505, -0.43080005049705505, 0.43080005049705505, 0.43080005049705505, -0.43080005049705505, 0.43080005049705505, -2.3561978340148926, 1.5707969665527344, -1.047196865081787, -1.5707969665527344, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 1.0132789611816406e-06, 1.7881393432617188e-07, 0.6805211305618286, 0.14285868406295776, 0.4811839461326599, 0.1988135725259781, 0.5635727047920227, 0.24726000428199768, 0.3394835293292999, 0.21545544266700745, 0.21545544266700745, 0.21545544266700745, 0.21545544266700745, 0.21545544266700745, 0.21545544266700745, 3.337860107421875e-06, 5.960464477539062e-07, 7.152557373046875e-07, 5.960464477539062e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [125]}, "observation.state": {"min": [-0.9999240040779114, -0.17235374450683594, -0.27805396914482117, 0.5787725448608398, -0.9624149799346924, -0.999811589717865, -0.8696404695510864, -0.2567248046398163, -0.3216231167316437, -0.0006749810418114066, 0.4902229607105255, 0.7583065629005432, NaN], "max": [0.992863118648529, 0.9630083441734314, 0.12794703245162964, 0.953064501285553, 0.17235374450683594, 0.551926851272583, 0.039128948003053665, -0.09167273342609406, 0.0006349460454657674, 0.8620127439498901, 1.0, 1.3615410327911377, NaN], "mean": [-0.35396987199783325, 0.19243571162223816, -0.0642697885632515, 0.8373303413391113, -0.17234446108341217, -0.46383610367774963, -0.23107586801052094, -0.1762738674879074, -0.1000555232167244, 0.23817238211631775, 0.88673996925354, 0.9291918277740479, NaN], "std": [0.8097830414772034, 0.40726786851882935, 0.10921785980463028, 0.1273074597120285, 0.40691912174224854, 0.6505085825920105, 0.3361731171607971, 0.037991978228092194, 0.11687817424535751, 0.31948375701904297, 0.17670457065105438, 0.20547278225421906, NaN], "count": [125]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.1018062832807279]], [[0.10088118683744488]], [[0.09720847909629977]]], "std": [[[0.24387456854496797]], [[0.24229104097384419]], [[0.23369276009289125]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33829232524034547]], [[0.3331640571826692]], [[0.31921488294370454]]], "std": [[[0.3172984384204621]], [[0.3153670600228474]], [[0.30573086592631754]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6158623876895924]], [[0.6020973921253465]], [[0.5633284543392268]]], "std": [[[0.19910475793285162]], [[0.2074611440784028]], [[0.2192818880697203]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613495756361435]], [[0.452650043485812]], [[0.4444176274114173]]], "std": [[[0.3074834505545016]], [[0.3058087938763528]], [[0.3063586416630542]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5666430830736591]], [[0.5575032237169003]], [[0.539746470675408]]], "std": [[[0.3247430030548414]], [[0.32939169618576697]], [[0.3360175008825966]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9955152200341851]], [[0.9955152200341851]], [[0.9955152200341851]]], "std": [[[0.020053453895199202]], [[0.020053453895199202]], [[0.020053453895199202]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6000685714592255]], [[0.6000685714592255]], [[0.6000685714592255]]], "std": [[[0.3362213996847129]], [[0.3362213996847129]], [[0.3362213996847129]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09260768019119005]], [[0.09260768019119005]], [[0.09260768019119005]]], "std": [[[0.08593197782043158]], [[0.08593197782043158]], [[0.08593197782043158]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09449829577191841]], [[0.09449829577191841]], [[0.09449829577191841]]], "std": [[[0.21140889499596394]], [[0.21140889499596394]], [[0.21140889499596394]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1280727342953186]], [[0.1280727342953186]], [[0.1280727342953186]]], "std": [[[0.20219490918096092]], [[0.20219490918096092]], [[0.20219490918096092]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08028730542865209]], [[0.06589038893146944]], [[0.14269356282576642]]], "std": [[[0.2346202582058474]], [[0.19812769466264224]], [[0.34481150130685656]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3198589249180744]], [[0.36017723837936394]], [[0.2708539433282974]]], "std": [[[0.42090511232123856]], [[0.4487620092900659]], [[0.3004127971615559]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5283626066274121]], [[0.7763003330671211]], [[0.3986554602689884]]], "std": [[[0.4074806675362859]], [[0.2783384768361907]], [[0.3547380361745857]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6633171379697189]], [[0.5311804711488234]], [[0.30982604602321073]]], "std": [[[0.42742669551367835]], [[0.35840241403335865]], [[0.32383268624713957]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5564746558518759]], [[0.6403161019546152]], [[0.4411276994228491]]], "std": [[[0.3909113712452589]], [[0.3962515085185348]], [[0.4114271023617181]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.48], "mean": [1.24], "std": [0.7216647421067486], "count": [125]}, "frame_index": {"min": [0], "max": [124], "mean": [62.0], "std": [36.08323710533743], "count": [125]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [125]}, "index": {"min": [7173], "max": [7297], "mean": [7235.0], "std": [36.08323710533743], "count": [125]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [125]}}} +{"episode_index": 34, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44181540608406067, 0.626316249370575, 0.9187518954277039, -3.408137559890747, -2.031851053237915, -0.11767899990081787, 0.6292978525161743, -2.267319679260254, -1.4759931564331055, -5.689593315124512, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44181540608406067, 0.626316249370575, 0.9187518954277039, -0.80379718542099, -1.5751060247421265, 1.0704058408737183, 1.5653862953186035, -0.005226263776421547, 1.0321300029754639, -2.4982266426086426, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4418155252933502, 0.62631756067276, 0.9187520742416382, -2.575430154800415, -1.784807562828064, 0.3185173571109772, 1.0319750308990479, -1.4552381038665771, -0.5604369044303894, -4.6023783683776855, 0.35490334033966064, -0.35490334033966064, 0.35490334033966064, 0.35490334033966064, -0.35490334033966064, 0.35490334033966064, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 1.3113021850585938e-06, 1.7881393432617188e-07, 0.9117388129234314, 0.17615431547164917, 0.45831298828125, 0.372144490480423, 0.8399869799613953, 0.880681037902832, 1.1571998596191406, 0.18535637855529785, 0.18535637855529785, 0.18535637855529785, 0.18535637855529785, 0.18535637855529785, 0.18535637855529785, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [166]}, "observation.state": {"min": [-0.8099128603935242, -0.7818480134010315, -0.09248877316713333, -0.13203318417072296, -0.9936138391494751, -0.9258334040641785, -0.9939357042312622, -0.5551193952560425, -0.8604916334152222, -0.6274516582489014, 0.10897879302501678, 0.7312657833099365, NaN], "max": [0.9958239793777466, 0.9936138391494751, 0.6872497797012329, 0.658600926399231, 0.7373706102371216, 0.7736584544181824, 5.702328280676738e-07, 0.146855890750885, 0.8194735646247864, 0.856435239315033, 1.0, 1.3198729753494263, NaN], "mean": [0.204797625541687, 0.5820349454879761, 0.14428357779979706, 0.39538419246673584, -0.4958798587322235, 0.07202216237783432, -0.40244778990745544, -0.25462910532951355, -0.088690385222435, 0.15285073220729828, 0.7467016577720642, 0.9746437668800354, NaN], "std": [0.47402486205101013, 0.5652294754981995, 0.23300452530384064, 0.2878490686416626, 0.5428049564361572, 0.4028785228729248, 0.36055928468704224, 0.18691813945770264, 0.43006739020347595, 0.38844364881515503, 0.27451905608177185, 0.24081625044345856, NaN], "count": [166]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07314005650138035]], [[0.06785227028125296]], [[0.06400930871305466]]], "std": [[[0.18123153697025904]], [[0.17121023587136244]], [[0.16390342086638587]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2548161639814094]], [[0.23389207471915271]], [[0.22001074505244114]]], "std": [[[0.2577043213955206]], [[0.24536694714766263]], [[0.2385088777687484]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4655299602827349]], [[0.43602177710453555]], [[0.41092319071194017]]], "std": [[[0.22100951917179068]], [[0.22836798605615022]], [[0.2382455544992463]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4865361260813617]], [[0.48407511344197746]], [[0.48037689491856383]]], "std": [[[0.3773646789510112]], [[0.37771696191285425]], [[0.37836299418808744]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47331920329432686]], [[0.4601870634235706]], [[0.44894557802601903]]], "std": [[[0.3468607889618132]], [[0.3524815909886559]], [[0.35647694746181924]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963013938929424]], [[0.9963013938929424]], [[0.9963013938929424]]], "std": [[[0.01789680663180256]], [[0.01789680663180256]], [[0.01789680663180256]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5959892415363601]], [[0.5959892415363601]], [[0.5959892415363601]]], "std": [[[0.3372358894091129]], [[0.3372358894091129]], [[0.3372358894091129]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.07242489896338139]], [[0.07242489896338139]], [[0.07242489896338139]]], "std": [[[0.058720396100009245]], [[0.058720396100009245]], [[0.058720396100009245]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10845223366868036]], [[0.10845223366868036]], [[0.10845223366868036]]], "std": [[[0.26394009510493016]], [[0.26394009510493016]], [[0.26394009510493016]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21645686992008936]], [[0.21645686992008936]], [[0.21645686992008936]]], "std": [[[0.31607313577506985]], [[0.31607313577506985]], [[0.31607313577506985]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10194855866494199]], [[0.07915793362931849]], [[0.09593454262112493]]], "std": [[[0.2890718083636851]], [[0.25155549891171414]], [[0.23553147385135925]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4031251700707642]], [[0.32575408018958074]], [[0.2557894374739739]]], "std": [[[0.44683028675024555]], [[0.3446164739700014]], [[0.38586445976712574]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468120869769884]], [[0.8205942153476418]], [[0.25981549140979193]]], "std": [[[0.33815210720000444]], [[0.3014556395060486]], [[0.30688690271678204]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26976628438044625]], [[0.7606260401222833]], [[0.4928353956404216]]], "std": [[[0.34542746875008246]], [[0.33809193114526137]], [[0.3351152253491217]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5442177992088734]], [[0.5523325802945234]], [[0.3921288011528266]]], "std": [[[0.427183394655817]], [[0.4073117653419219]], [[0.3746279501733197]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.3], "mean": [1.65], "std": [0.9583840566286566], "count": [166]}, "frame_index": {"min": [0], "max": [165], "mean": [82.5], "std": [47.91920283143283], "count": [166]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [166]}, "index": {"min": [7298], "max": [7463], "mean": [7380.5], "std": [47.91920283143283], "count": [166]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [166]}}} +{"episode_index": 35, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49922505021095276, 1.7230606079101562, 0.6100391745567322, -0.7805120944976807, -1.565007209777832, -5.2190728187561035, 1.537136197090149, 0.0007062779041007161, 0.6135404109954834, -8.823188781738281, 1.0408340855860843e-17, -0.6439024209976196, 1.0408340855860843e-17, 1.0408340855860843e-17, -0.6439024209976196, 1.0408340855860843e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49922505021095276, 1.7230606079101562, 0.6100391745567322, 0.12192577123641968, 0.9545848369598389, -3.310499429702759, 1.6506837606430054, 1.0799281597137451, 1.0458799600601196, -7.168931007385254, 0.6439024209976196, -1.0408340855860843e-17, 0.6439024209976196, 0.6439024209976196, -1.0408340855860843e-17, 0.6439024209976196, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.499224990606308, 1.7230569124221802, 0.6100388169288635, -0.17857609689235687, 0.025185538455843925, -3.7898941040039062, 1.5712836980819702, 0.6823719143867493, 0.7680298089981079, -7.836557865142822, 0.46681395173072815, -0.46681395173072815, 0.46681395173072815, 0.46681395173072815, -0.46681395173072815, 0.46681395173072815, -2.356198310852051, 1.5707975625991821, -1.0471967458724976, -1.5707975625991821, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 3.6954879760742188e-06, 3.5762786865234375e-07, 0.31669881939888, 0.9236427545547485, 0.6164989471435547, 0.029497239738702774, 0.4220716655254364, 0.1597868800163269, 0.6947941780090332, 0.27416667342185974, 0.27416667342185974, 0.27416667342185974, 0.27416667342185974, 0.27416667342185974, 0.27416667342185974, 3.814697265625e-06, 1.1920928955078125e-06, 8.344650268554688e-07, 1.1920928955078125e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [146]}, "observation.state": {"min": [-0.9019524455070496, -0.4838221073150635, -0.9148596525192261, 1.6422739028930664, -0.6591035723686218, -0.966576099395752, -1.7916363503900357e-07, -0.5437521934509277, -0.5947582721710205, -0.9972527623176575, -0.06908468902111053, 0.7582171559333801, NaN], "max": [0.9995977878570557, 0.6578148007392883, 0.30827197432518005, 2.3817925453186035, 0.8093763589859009, 0.7542024850845337, 0.9945045709609985, -0.10278215259313583, 0.11514125764369965, 0.0954788401722908, 1.0, 1.7510480880737305, NaN], "mean": [0.4468189775943756, 0.22557993233203888, -0.1893690824508667, 2.007615566253662, -0.1642548143863678, 0.1905013471841812, 0.25614598393440247, -0.23255348205566406, -0.15622518956661224, -0.3348621129989624, 0.7229131460189819, 1.12944495677948, NaN], "std": [0.6024138927459717, 0.4670879542827606, 0.3640502989292145, 0.21993884444236755, 0.5706208348274231, 0.6584709286689758, 0.33455613255500793, 0.157584086060524, 0.24588164687156677, 0.3859216868877411, 0.3625802993774414, 0.3922671675682068, NaN], "count": [146]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11558334624161212]], [[0.09142910672699024]], [[0.0915569878715824]]], "std": [[[0.2784867136178532]], [[0.24817435075324934]], [[0.24882564504357485]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3840029665571642]], [[0.3313850120466093]], [[0.3344654892975281]]], "std": [[[0.38311116576613496]], [[0.3798157079615484]], [[0.3807170082921975]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.6100587826252556]], [[0.22803944233553344]], [[0.22172643032111103]]], "std": [[[0.22694046022468048]], [[0.21914510379267102]], [[0.22217262670006244]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41225700282506905]], [[0.36359707260353613]], [[0.3685008009838456]]], "std": [[[0.34823784481465336]], [[0.34827188120911096]], [[0.3490371198987172]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5029973921924025]], [[0.4965621491714226]], [[0.5229613576424721]]], "std": [[[0.3197096475036972]], [[0.328426850992948]], [[0.31651646421154433]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954223260249006]], [[0.9954223260249006]], [[0.9954223260249006]]], "std": [[[0.020244963054683405]], [[0.020244963054683405]], [[0.020244963054683405]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5908476507938424]], [[0.5908476507938424]], [[0.5908476507938424]]], "std": [[[0.33704036763587547]], [[0.33704036763587547]], [[0.33704036763587547]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10625279841425986]], [[0.10625279841425986]], [[0.10625279841425986]]], "std": [[[0.06773642605181837]], [[0.06773642605181837]], [[0.06773642605181837]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3472548872084657]], [[0.3472548872084657]], [[0.3472548872084657]]], "std": [[[0.43759292805711175]], [[0.43759292805711175]], [[0.43759292805711175]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09600047341531599]], [[0.09600047341531599]], [[0.09600047341531599]]], "std": [[[0.05257258567829485]], [[0.05257258567829485]], [[0.05257258567829485]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14475888206929433]], [[0.057428155872998626]], [[0.040290512046274]]], "std": [[[0.3479562695547938]], [[0.1767683747009594]], [[0.1305003640930349]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2198654347139492]], [[0.5341586410700527]], [[0.1974608885857958]]], "std": [[[0.2694307180706433]], [[0.48543718208795117]], [[0.2972784514687883]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2986366845907338]], [[0.8144563334721393]], [[0.6349940688973513]]], "std": [[[0.3668644665141046]], [[0.3527247298369603]], [[0.1773666351099167]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41853233071211454]], [[0.4729100410315626]], [[0.30185116117511607]]], "std": [[[0.433974250854889]], [[0.427549434043595]], [[0.3947125451028213]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6088426926736633]], [[0.5509663103981718]], [[0.5625528592340462]]], "std": [[[0.42628294832810876]], [[0.41028383992377326]], [[0.36288817377450244]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.9], "mean": [1.4500000000000002], "std": [0.8429116205154606], "count": [146]}, "frame_index": {"min": [0], "max": [145], "mean": [72.5], "std": [42.14558102577303], "count": [146]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [146]}, "index": {"min": [7464], "max": [7609], "mean": [7536.5], "std": [42.14558102577303], "count": [146]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [146]}}} +{"episode_index": 36, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4915180206298828, 1.6639342308044434, 0.4740813076496124, -2.788097381591797, -1.566421627998352, 6.923466682434082, -0.8133372068405151, -0.12340090423822403, -1.0709723234176636, 2.973656415939331, 1.231653667943533e-16, -0.47804877161979675, 1.231653667943533e-16, 1.231653667943533e-16, -0.47804877161979675, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4915180206298828, 1.6639342308044434, 0.4740813076496124, -0.7906036972999573, -0.20040513575077057, 9.554356575012207, 1.5641309022903442, 2.7543790340423584, 1.4745469093322754, 4.051423072814941, 0.47804877161979675, -1.231653667943533e-16, 0.47804877161979675, 0.47804877161979675, -1.231653667943533e-16, 0.47804877161979675, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4915164113044739, 1.6639392375946045, 0.4740796685218811, -2.054826498031616, -0.48228713870048523, 7.938562870025635, -0.21957537531852722, 1.8779289722442627, -0.32050687074661255, 3.582770347595215, 0.40915384888648987, -0.40915384888648987, 0.40915384888648987, 0.40915384888648987, -0.40915384888648987, 0.40915384888648987, -2.3561999797821045, 1.570799708366394, -1.047202706336975, -1.570799708366394, 0.0, -1.047202706336975, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6093254089355469e-06, 5.0067901611328125e-06, 1.6391277313232422e-06, 0.42557212710380554, 0.36925727128982544, 0.6701164245605469, 0.4681592285633087, 1.0266791582107544, 0.868105411529541, 0.21194687485694885, 0.16482503712177277, 0.16482503712177277, 0.16482503712177277, 0.16482503712177277, 0.16482503712177277, 0.16482503712177277, 5.4836273193359375e-06, 3.337860107421875e-06, 5.125999450683594e-06, 3.337860107421875e-06, 0.0, 5.125999450683594e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [446]}, "observation.state": {"min": [-0.6240314245223999, -0.07563591748476028, -0.985724687576294, 2.7935636043548584, -0.876771867275238, -0.999556839466095, -0.9478868246078491, -0.41146060824394226, -0.9517897367477417, -0.9909403324127197, -0.7426254153251648, 0.7533314824104309, NaN], "max": [0.6735824942588806, 0.9604571461677551, 0.6460477113723755, 3.556472063064575, 0.9950599670410156, 0.6966171860694885, 0.19559432566165924, 0.36980846524238586, -1.151326387116569e-06, 0.09138358384370804, 1.0, 1.8492828607559204, NaN], "mean": [0.40137505531311035, 0.7186615467071533, -0.1395631730556488, 3.037151336669922, -0.44325190782546997, 0.2553912401199341, -0.14163677394390106, 0.11142385751008987, -0.2542266249656677, -0.11789384484291077, 0.5280008316040039, 1.0375701189041138, NaN], "std": [0.31459537148475647, 0.23996488749980927, 0.3826099634170532, 0.2010820060968399, 0.6023678183555603, 0.52567458152771, 0.28117966651916504, 0.23648831248283386, 0.340553879737854, 0.26548901200294495, 0.6754425764083862, 0.3479337990283966, NaN], "count": [446]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.11426699819149985]], [[0.10892454658413415]], [[0.08106113964343646]]], "std": [[[0.2776224058070438]], [[0.26344700309862623]], [[0.20389362858549445]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38650428387216174]], [[0.3595550043552868]], [[0.2678019916971269]]], "std": [[[0.3894856200439041]], [[0.36532221985541197]], [[0.3004196446153559]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5590155402265554]], [[0.6004115615262212]], [[0.4216644719239907]]], "std": [[[0.24208544924070177]], [[0.2538921784681405]], [[0.20283421223032355]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32752944126934314]], [[0.3367665264525837]], [[0.25541076959493486]]], "std": [[[0.20754084467715622]], [[0.2236934228433982]], [[0.1966749341050419]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47103029254518397]], [[0.45390918070316255]], [[0.3503523725416435]]], "std": [[[0.30399604809353176]], [[0.32614916018507156]], [[0.3312537801829083]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996000914643755]], [[0.996000914643755]], [[0.996000914643755]]], "std": [[[0.018629490956375935]], [[0.018629490956375935]], [[0.018629490956375935]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5996303350586841]], [[0.5996303350586841]], [[0.5996303350586841]]], "std": [[[0.33615362411407956]], [[0.33615362411407956]], [[0.33615362411407956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13603864034584798]], [[0.13603864034584798]], [[0.13603864034584798]]], "std": [[[0.1427827308699672]], [[0.1427827308699672]], [[0.1427827308699672]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09357682839901804]], [[0.09357682839901804]], [[0.09357682839901804]]], "std": [[[0.2474791598081439]], [[0.2474791598081439]], [[0.2474791598081439]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.10649573289183667]], [[0.10649573289183667]], [[0.10649573289183667]]], "std": [[[0.047594016131767516]], [[0.047594016131767516]], [[0.047594016131767516]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14465093935388867]], [[0.09843382009279208]], [[0.02895347453984501]]], "std": [[[0.3465610542396262]], [[0.26895676154719067]], [[0.11911721579010236]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18436803145730782]], [[0.528317566457519]], [[0.147891662995351]]], "std": [[[0.27992773457528747]], [[0.48631821366911687]], [[0.2240644019335519]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3421392739579331]], [[0.24725833388654528]], [[0.7776071605072384]]], "std": [[[0.3091640112541702]], [[0.28522961922300805]], [[0.3723525170043166]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5294656120099968]], [[0.5928931107342564]], [[0.4314090999006901]]], "std": [[[0.41137472310268003]], [[0.42868216815869503]], [[0.3453486112018944]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5780639110676589]], [[0.5432670726236529]], [[0.504725215937064]]], "std": [[[0.43050119502845086]], [[0.4135555339733197]], [[0.37953579812637206]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.9], "mean": [4.449999999999999], "std": [2.574975728040946], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [446]}, "index": {"min": [7610], "max": [8055], "mean": [7832.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [446]}}} +{"episode_index": 37, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3581486940383911, 2.1766605377197266, 0.5332415699958801, -0.7743811011314392, -1.6173627376556396, 0.8391332626342773, 1.5722917318344116, -1.6684794425964355, 1.0483323335647583, -3.6564931869506836, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3581486940383911, 2.1766605377197266, 0.5332415699958801, 0.2450077086687088, -1.5192666053771973, 1.045784592628479, 1.705597162246704, -0.017322812229394913, 1.1494864225387573, -2.4948623180389404, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35814914107322693, 2.1766629219055176, 0.533241331577301, -0.011000087484717369, -1.5770399570465088, 0.9250161051750183, 1.6626272201538086, -1.2321845293045044, 1.1051039695739746, -3.383383274078369, 0.3413456678390503, -0.3413456678390503, 0.3413456678390503, 0.3413456678390503, -0.3413456678390503, 0.3413456678390503, -2.3561978340148926, 1.5707969665527344, -1.047196865081787, -1.5707969665527344, 0.0, -1.047196865081787, 2.4818599224090576, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 2.384185791015625e-06, 2.384185791015625e-07, 0.33924317359924316, 0.032952260226011276, 0.06511920690536499, 0.03901514783501625, 0.5443189740180969, 0.030168697237968445, 0.3914550840854645, 0.21824800968170166, 0.21824800968170166, 0.21824800968170166, 0.21824800968170166, 0.21824800968170166, 0.21824800968170166, 3.337860107421875e-06, 5.960464477539062e-07, 7.152557373046875e-07, 5.960464477539062e-07, 0.0, 7.152557373046875e-07, 1.6689300537109375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [124]}, "observation.state": {"min": [-0.8206296563148499, 0.5714382529258728, -0.07132641971111298, 0.0669209361076355, -0.6587815880775452, -0.7577551007270813, -0.00029920449014753103, -0.9854015707969666, -0.00033579650335013866, -0.00010404043132439256, 0.03351718187332153, 0.7526477575302124, NaN], "max": [-0.44806623458862305, 0.7993134260177612, 0.40041810274124146, 0.17844970524311066, 0.1637580841779709, -0.3669350743293762, 0.9197624921798706, -0.22965115308761597, 0.8788742423057556, 0.6099627614021301, 0.9999999403953552, 1.3587968349456787, NaN], "mean": [-0.7379302382469177, 0.654097318649292, 0.05113572999835014, 0.1146036833524704, -0.5042558908462524, -0.6754661202430725, 0.2700743079185486, -0.4118022322654724, 0.19801492989063263, 0.19127482175827026, 0.8295181393623352, 0.9152109026908875, NaN], "std": [0.07762273401021957, 0.046528179198503494, 0.12965883314609528, 0.030660677701234818, 0.2565954029560089, 0.13202616572380066, 0.365048348903656, 0.2601217031478882, 0.3001820743083954, 0.24437877535820007, 0.29372337460517883, 0.2065570056438446, NaN], "count": [124]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11828753073679114]], [[0.10870382909841206]], [[0.09592029188132967]]], "std": [[[0.2804998161714294]], [[0.2590307835788203]], [[0.23110329139244226]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42186983358714025]], [[0.377449644636761]], [[0.32134317715321825]]], "std": [[[0.37935829188356757]], [[0.3505909485042195]], [[0.31995130211878114]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.22605742138858212]], [[0.21906152990932018]], [[0.2104393522122778]]], "std": [[[0.3361459838306473]], [[0.3237022099795578]], [[0.3093133230083428]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6181302361510933]], [[0.585347632353444]], [[0.546021482058163]]], "std": [[[0.32564857590036783]], [[0.31760561367547585]], [[0.30440051728823736]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49318402779873277]], [[0.45089387383146545]], [[0.3926806746637645]]], "std": [[[0.3626590295708651]], [[0.35831129334948975]], [[0.3653405583274101]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949390400666269]], [[0.9949390400666269]], [[0.9949390400666269]]], "std": [[[0.021650949148008063]], [[0.021650949148008063]], [[0.021650949148008063]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5714742890555902]], [[0.5714742890555902]], [[0.5714742890555902]]], "std": [[[0.33089749600765306]], [[0.33089749600765306]], [[0.33089749600765306]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6686641306089824]], [[0.6686641306089824]], [[0.6686641306089824]]], "std": [[[0.45181023475452925]], [[0.45181023475452925]], [[0.45181023475452925]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17336450900595524]], [[0.17336450900595524]], [[0.17336450900595524]]], "std": [[[0.272725360577246]], [[0.272725360577246]], [[0.272725360577246]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31636451235875496]], [[0.31636451235875496]], [[0.31636451235875496]]], "std": [[[0.36749086777351964]], [[0.36749086777351964]], [[0.36749086777351964]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09784481633698588]], [[0.08498109892703705]], [[0.08089901970842713]]], "std": [[[0.2826873644342664]], [[0.26094843018439423]], [[0.22155840647236447]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5511181841773336]], [[0.20091214122528736]], [[0.1667095020354847]]], "std": [[[0.47701731274935905]], [[0.28369964232336675]], [[0.2503825657906911]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2706732622942135]], [[0.1665892813676204]], [[0.18811191645359623]]], "std": [[[0.42695150114612807]], [[0.3124900894631225]], [[0.33243699703191376]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3265129877401527]], [[0.529946073569813]], [[0.5690850437640943]]], "std": [[[0.302508096884233]], [[0.42738464673397736]], [[0.4419085672164403]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31938847750036714]], [[0.6217306856944754]], [[0.3776175971021081]]], "std": [[[0.3713051464052154]], [[0.4444704097472032]], [[0.38865333617977127]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.46], "mean": [1.23], "std": [0.7158910531638176], "count": [124]}, "frame_index": {"min": [0], "max": [123], "mean": [61.5], "std": [35.79455265819088], "count": [124]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [124]}, "index": {"min": [8056], "max": [8179], "mean": [8117.5], "std": [35.79455265819088], "count": [124]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [124]}}} +{"episode_index": 38, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47425568103790283, 1.5307174921035767, 0.5841439962387085, -2.7629153728485107, -1.6215839385986328, 1.0524072647094727, -0.622747540473938, -0.8154923915863037, 1.045920729637146, -2.478053331375122, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47425568103790283, 1.5307174921035767, 0.5841439962387085, -0.8010064959526062, -0.3120836019515991, 1.5225435495376587, 1.561665415763855, -0.002624912653118372, 1.417222261428833, -1.7110954523086548, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4742554724216461, 1.5307163000106812, 0.5841444134712219, -2.2100138664245605, -0.8480871915817261, 1.3590691089630127, 0.30311059951782227, -0.5357758402824402, 1.1641415357589722, -1.9679614305496216, 0.32372328639030457, -0.32372328639030457, 0.32372328639030457, 0.32372328639030457, -0.32372328639030457, 0.32372328639030457, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 1.1920928955078125e-06, 4.172325134277344e-07, 0.6179056167602539, 0.5398823618888855, 0.14180001616477966, 0.741729199886322, 0.2900213301181793, 0.098258376121521, 0.2674044966697693, 0.19070126116275787, 0.19070126116275787, 0.19070126116275787, 0.19070126116275787, 0.19070126116275787, 0.19070126116275787, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [139]}, "observation.state": {"min": [-0.8642313480377197, 0.28454795479774475, -0.7339659929275513, 2.614840030670166, -0.9885357022285461, -0.8282671570777893, -9.985759561459417e-07, -0.26031360030174255, -0.3921631872653961, -0.002367152366787195, 0.5996505618095398, 0.7573545575141907, NaN], "max": [0.4459367096424103, 0.9996413588523865, 0.015499797649681568, 3.021392822265625, -0.498808354139328, 0.4459367096424103, 0.3189248740673065, 0.1206074208021164, 0.26401373744010925, 0.6978610754013062, 1.0, 1.3968864679336548, NaN], "mean": [-0.14580507576465607, 0.7314051985740662, -0.14829714596271515, 2.775770902633667, -0.7815676331520081, -0.14386166632175446, 0.14759965240955353, -0.050782348960638046, -0.022381877526640892, 0.18177051842212677, 0.9320300817489624, 0.9764371514320374, NaN], "std": [0.552463948726654, 0.24047112464904785, 0.2423899918794632, 0.13748565316200256, 0.16357503831386566, 0.5501465797424316, 0.13134948909282684, 0.16337235271930695, 0.18820060789585114, 0.22543849050998688, 0.10740793496370316, 0.2609092891216278, NaN], "count": [139]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11647544979484219]], [[0.11637031672557535]], [[0.11484963699237775]]], "std": [[[0.2796718460295285]], [[0.27951065040168266]], [[0.2770953693235424]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070094180143245]], [[0.4063516765004282]], [[0.3975209264992547]]], "std": [[[0.38810053761013313]], [[0.3879017226485434]], [[0.38544852111095895]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5509344386843346]], [[0.5507917555996784]], [[0.5414719581892468]]], "std": [[[0.21746677781414847]], [[0.21753599876406604]], [[0.21620216430131392]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4794568290159332]], [[0.4776170311495208]], [[0.46017247874492634]]], "std": [[[0.258675139301342]], [[0.258385569282499]], [[0.25840471576295143]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6260470853777029]], [[0.6249190922496012]], [[0.5992386998915704]]], "std": [[[0.25653096113329543]], [[0.25859334026907177]], [[0.2641937227121276]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9952313800592909]], [[0.9952313800592909]], [[0.9952313800592909]]], "std": [[[0.02091394830712255]], [[0.02091394830712255]], [[0.02091394830712255]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6027405958997942]], [[0.6027405958997942]], [[0.6027405958997942]]], "std": [[[0.3386364983453876]], [[0.3386364983453876]], [[0.3386364983453876]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11838749110669883]], [[0.11838749110669883]], [[0.11838749110669883]]], "std": [[[0.08715332161307758]], [[0.08715332161307758]], [[0.08715332161307758]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.048630892293992256]], [[0.048630892293992256]], [[0.048630892293992256]]], "std": [[[0.047760078029790924]], [[0.047760078029790924]], [[0.047760078029790924]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.0897422139609238]], [[0.0897422139609238]], [[0.0897422139609238]]], "std": [[[0.04484832192038941]], [[0.04484832192038941]], [[0.04484832192038941]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05494741267800852]], [[0.10894426641078099]], [[0.09789161069167587]]], "std": [[[0.1733601083650938]], [[0.27658562263474523]], [[0.28323243519978897]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45015618682068087]], [[0.1827462876125451]], [[0.2867913975206717]]], "std": [[[0.4456931380888293]], [[0.3093482799240375]], [[0.3585759652826513]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31781689153894177]], [[0.9053108990800588]], [[0.5281336774646933]]], "std": [[[0.3703577765964573]], [[0.21974974319378843]], [[0.2629371593346254]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8283763732229323]], [[0.4055384871229022]], [[0.42172698286249966]]], "std": [[[0.27597945750696473]], [[0.3349496628441875]], [[0.3817696893102587]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46437388410444375]], [[0.52412187963315]], [[0.5997751813696991]]], "std": [[[0.4183474417909902]], [[0.3425308278607744]], [[0.3930879726370939]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.76], "mean": [1.3800000000000001], "std": [0.8024961059095552], "count": [139]}, "frame_index": {"min": [0], "max": [138], "mean": [69.0], "std": [40.124805295477756], "count": [139]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [139]}, "index": {"min": [8180], "max": [8318], "mean": [8249.0], "std": [40.124805295477756], "count": [139]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [139]}}} +{"episode_index": 39, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49971601366996765, 1.2149958610534668, 0.7834634780883789, -0.7752014398574829, -1.564156174659729, 1.0518465042114258, -1.0409866571426392, -1.7107869386672974, -1.5543749332427979, -2.481426239013672, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49971601366996765, 1.2149958610534668, 0.7834634780883789, 1.7940675020217896, 0.33360546827316284, 1.6118959188461304, 1.5674313306808472, -0.0019433281850069761, 1.0454742908477783, -2.310540199279785, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997168779373169, 1.2149962186813354, 0.7834627032279968, 0.9188114404678345, -0.15853066742420197, 1.4212980270385742, -0.06046625226736069, -1.1085314750671387, -0.5578882694244385, -2.382722854614258, 0.25835347175598145, -0.25835347175598145, 0.25835347175598145, 0.25835347175598145, -0.25835347175598145, 0.25835347175598145, -2.356198310852051, 1.5707975625991821, -1.0471967458724976, -1.5707975625991821, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.642673492431641e-07, 3.5762786865234375e-07, 7.748603820800781e-07, 0.9113304018974304, 0.6307622194290161, 0.18936534225940704, 0.9700825810432434, 0.6338448524475098, 0.9568773508071899, 0.05074843391776085, 0.14698483049869537, 0.14698483049869537, 0.14698483049869537, 0.14698483049869537, 0.14698483049869537, 0.14698483049869537, 3.814697265625e-06, 1.1920928955078125e-06, 8.344650268554688e-07, 1.1920928955078125e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [145]}, "observation.state": {"min": [-0.6143614053726196, -0.9742753505706787, -0.6114810109138489, 1.8938822746276855, -0.6048548221588135, -0.8704817295074463, -0.8588617444038391, -0.1331646591424942, -0.49591967463493347, -0.0008181073935702443, -0.6865278482437134, 0.6763238310813904, NaN], "max": [0.9935591220855713, 0.47939416766166687, 0.9694597125053406, 2.6953070163726807, 0.9742756485939026, -0.19164863228797913, 0.0002836841158568859, 0.10409093648195267, 0.9000633955001831, 0.8706311583518982, 1.0, 1.5773426294326782, NaN], "mean": [0.03372823819518089, -0.5108388066291809, 0.13136932253837585, 2.397939920425415, 0.5584813356399536, -0.4566957652568817, -0.2577352821826935, 0.0020632243249565363, 0.11546067893505096, 0.2988658845424652, 0.5037943720817566, 0.9782148599624634, NaN], "std": [0.5274179577827454, 0.5162045955657959, 0.4195369780063629, 0.2484322190284729, 0.4994274973869324, 0.24782916903495789, 0.3197707533836365, 0.07947681099176407, 0.38214224576950073, 0.3365497589111328, 0.6198721528053284, 0.34225228428840637, NaN], "count": [145]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13209762816244447]], [[0.13194179003293122]], [[0.12926536537805164]]], "std": [[[0.30764535961226525]], [[0.3073679456229114]], [[0.3020247858628529]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46727406119932324]], [[0.46611029906302665]], [[0.4560694016124284]]], "std": [[[0.4058176097063589]], [[0.4051867480312346]], [[0.3998339335082206]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.749885123694839]], [[0.7499542423309736]], [[0.7169322674112565]]], "std": [[[0.19232692293269843]], [[0.19239801167197554]], [[0.19429404385480809]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6733156385976983]], [[0.6712174391181869]], [[0.6616875579615247]]], "std": [[[0.2749649032972948]], [[0.2746945341476721]], [[0.2762017864006735]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.693720245076246]], [[0.6956913774709296]], [[0.6771517926414093]]], "std": [[[0.2686371280879475]], [[0.2723243832475065]], [[0.28047578255228517]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957624635299214]], [[0.9957624635299214]], [[0.9957624635299214]]], "std": [[[0.019271818598497824]], [[0.019271818598497824]], [[0.019271818598497824]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5930463779369687]], [[0.5930463779369687]], [[0.5930463779369687]]], "std": [[[0.335356701623495]], [[0.335356701623495]], [[0.335356701623495]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.04371031542468908]], [[0.04371031542468908]], [[0.04371031542468908]]], "std": [[[0.04807547804540261]], [[0.04807547804540261]], [[0.04807547804540261]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0684933175349412]], [[0.0684933175349412]], [[0.0684933175349412]]], "std": [[[0.19697260890427326]], [[0.19697260890427326]], [[0.19697260890427326]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10028281938266911]], [[0.10028281938266911]], [[0.10028281938266911]]], "std": [[[0.08672488179667254]], [[0.08672488179667254]], [[0.08672488179667254]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.055064589003755805]], [[0.07860369438292057]], [[0.09811841954387172]]], "std": [[[0.1579544888616999]], [[0.25016183049507557]], [[0.2836391482634349]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2559612335888837]], [[0.24982685337737573]], [[0.3930850410818546]]], "std": [[[0.390320204101032]], [[0.31203621942537507]], [[0.45731689049542834]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8464132084214282]], [[0.7921359412750428]], [[0.21986664440407674]]], "std": [[[0.21387129181775086]], [[0.3688578883329978]], [[0.2484969883253583]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7095666332057258]], [[0.7281406606758841]], [[0.2561353243599003]]], "std": [[[0.3119802899662364]], [[0.3900358484835792]], [[0.30257368397951134]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38196247144252865]], [[0.5631811336620419]], [[0.650171246255761]]], "std": [[[0.36057074498076097]], [[0.3957374778207507]], [[0.3718485880675003]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.88], "mean": [1.4400000000000002], "std": [0.837137981458254], "count": [145]}, "frame_index": {"min": [0], "max": [144], "mean": [72.0], "std": [41.8568990729127], "count": [145]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [145]}, "index": {"min": [8319], "max": [8463], "mean": [8391.0], "std": [41.8568990729127], "count": [145]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [145]}}} +{"episode_index": 40, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23801375925540924, 1.1848374605178833, 0.5044394135475159, -2.5818111896514893, -1.57044517993927, -5.686400890350342, 1.5728442668914795, 6.284628868103027, -1.452406883239746, -8.762343406677246, 8.673617379884035e-18, -0.70243901014328, 8.673617379884035e-18, 8.673617379884035e-18, -0.70243901014328, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.23801375925540924, 1.1848374605178833, 0.5044394135475159, -0.7951552271842957, -1.2568212747573853, -5.241328239440918, 1.7590676546096802, 7.525912761688232, 1.0340303182601929, -8.04088020324707, 0.70243901014328, -8.673617379884035e-18, 0.70243901014328, 0.70243901014328, -8.673617379884035e-18, 0.70243901014328, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2380141168832779, 1.1848390102386475, 0.5044400691986084, -2.0517020225524902, -1.4160282611846924, -5.497005939483643, 1.6587109565734863, 7.000002861022949, -0.6899967193603516, -8.290428161621094, 0.5771913528442383, -0.5771913528442383, 0.5771913528442383, 0.5771913528442383, -0.5771913528442383, 0.5771913528442383, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 1.5497207641601562e-06, 6.556510925292969e-07, 0.6105879545211792, 0.10918068140745163, 0.11372193694114685, 0.06415429711341858, 0.4538412392139435, 0.8399596810340881, 0.2521422803401947, 0.24879005551338196, 0.24879005551338196, 0.24879005551338196, 0.24879005551338196, 0.24879005551338196, 0.24879005551338196, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [137]}, "observation.state": {"min": [-0.9812546968460083, -0.4992281496524811, -0.2056238353252411, 2.096471071243286, -0.8983360528945923, -0.8987171053886414, -0.0012525132624432445, -0.23258015513420105, -0.2086515873670578, -0.0372970812022686, 0.8800197839736938, 0.7557464241981506, NaN], "max": [-0.4393059313297272, 0.8983367681503296, 0.17302019894123077, 2.2199525833129883, 0.5005235075950623, -0.43930718302726746, 0.4451887607574463, 0.0832705870270729, 0.28145384788513184, 0.4430333077907562, 1.0, 1.1921825408935547, NaN], "mean": [-0.6952783465385437, 0.453167587518692, -0.021502047777175903, 2.1391420364379883, -0.4690164625644684, -0.6609586477279663, 0.21488235890865326, -0.000872868811711669, -0.008825215511023998, 0.18568134307861328, 0.9521853923797607, 0.902426540851593, NaN], "std": [0.22479966282844543, 0.500228226184845, 0.10000181198120117, 0.03651699796319008, 0.47647830843925476, 0.18804416060447693, 0.18598203361034393, 0.07171623408794403, 0.13771674036979675, 0.1941780298948288, 0.0460052527487278, 0.14777888357639313, NaN], "count": [137]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11966062961554788]], [[0.1118832260102153]], [[0.09845180585144013]]], "std": [[[0.2829356192626873]], [[0.26691068940231666]], [[0.2369044474619599]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42607281073915154]], [[0.39457478788512773]], [[0.3382718664566473]]], "std": [[[0.37663955686075984]], [[0.35900640103253534]], [[0.3190398566861101]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.5874247373584365]], [[0.5390997115921708]], [[0.4949528066621471]]], "std": [[[0.1862445753091193]], [[0.1891301327165385]], [[0.19235181260891096]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45384824558050707]], [[0.4122218024517012]], [[0.37370140636535726]]], "std": [[[0.23882050581703682]], [[0.23963097754275972]], [[0.2418353780878423]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.583505466069332]], [[0.5448592635508429]], [[0.49749384392449225]]], "std": [[[0.29378077944521586]], [[0.3041287673520442]], [[0.3105554773292696]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965999928920647]], [[0.9965999928920647]], [[0.9965999928920647]]], "std": [[[0.01679426632817444]], [[0.01679426632817444]], [[0.01679426632817444]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5790731386429611]], [[0.5790731386429611]], [[0.5790731386429611]]], "std": [[[0.3316527574739737]], [[0.3316527574739737]], [[0.3316527574739737]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.0715233981831849]], [[0.0715233981831849]], [[0.0715233981831849]]], "std": [[[0.05792561465451359]], [[0.05792561465451359]], [[0.05792561465451359]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15030041353431356]], [[0.15030041353431356]], [[0.15030041353431356]]], "std": [[[0.2880185748080541]], [[0.2880185748080541]], [[0.2880185748080541]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14085052079037558]], [[0.14085052079037558]], [[0.14085052079037558]]], "std": [[[0.20624975557943098]], [[0.20624975557943098]], [[0.20624975557943098]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10053227706731953]], [[0.03557974801698663]], [[0.13061477605645042]]], "std": [[[0.27893067854146664]], [[0.1407719111734337]], [[0.31456910525260595]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3638921592097049]], [[0.5392101930475004]], [[0.16150594484912736]]], "std": [[[0.40328710354467073]], [[0.47091666417304184]], [[0.2342981781659231]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8321235090937986]], [[0.34832155494802824]], [[0.38709204306872363]]], "std": [[[0.2905006448067917]], [[0.391390359339287]], [[0.21352134707219708]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7526675799693018]], [[0.36952308570225395]], [[0.3106286982218762]]], "std": [[[0.384369361523477]], [[0.3433462835359767]], [[0.29585518219621443]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5059577118080911]], [[0.5700258353332783]], [[0.510326032947292]]], "std": [[[0.37981921499127724]], [[0.3986762987690114]], [[0.4307568510225112]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.72], "mean": [1.36], "std": [0.7909487973314075], "count": [137]}, "frame_index": {"min": [0], "max": [136], "mean": [68.0], "std": [39.54743986657038], "count": [137]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [137]}, "index": {"min": [8464], "max": [8600], "mean": [8532.0], "std": [39.54743986657038], "count": [137]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [137]}}} +{"episode_index": 41, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4954398572444916, 1.4141992330551147, 0.6616647243499756, -1.0412135124206543, -1.5639712810516357, 1.0492562055587769, 1.4027626514434814, -2.1664164066314697, 1.050428032875061, -4.68649959564209, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4954398572444916, 1.4141992330551147, 0.6616647243499756, -0.7868894338607788, -0.32304102182388306, 1.4003576040267944, 1.5703157186508179, -0.012219932861626148, 1.6013727188110352, -2.494518518447876, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4954400956630707, 1.414199709892273, 0.6616650819778442, -0.9517494440078735, -0.6907000541687012, 1.2653958797454834, 1.4875144958496094, -1.557806134223938, 1.4208056926727295, -4.08518648147583, 0.41143202781677246, -0.41143202781677246, 0.41143202781677246, 0.41143202781677246, -0.41143202781677246, 0.41143202781677246, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 4.76837158203125e-07, 3.5762786865234375e-07, 0.0771394819021225, 0.4236750602722168, 0.10421212762594223, 0.05371750146150589, 0.743883490562439, 0.17218011617660522, 0.7622926831245422, 0.23046323657035828, 0.23046323657035828, 0.23046323657035828, 0.23046323657035828, 0.23046323657035828, 0.23046323657035828, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [155]}, "observation.state": {"min": [-0.3174996078014374, -0.7142763733863831, -0.94825279712677, 1.6168218851089478, 0.1332598626613617, -0.9111737012863159, -0.39163246750831604, -0.5358901023864746, -0.9708425402641296, -0.8024996519088745, 0.13311170041561127, 0.7547085881233215, NaN], "max": [0.9366889595985413, 0.3624750077724457, -0.0004467983089853078, 1.7743743658065796, 0.9878869652748108, 0.936689019203186, 0.19212448596954346, -0.27564969658851624, 0.13607949018478394, -0.00037508245441131294, 0.9999998807907104, 1.4623905420303345, NaN], "mean": [0.557255208492279, -0.33684206008911133, -0.32687118649482727, 1.6670949459075928, 0.4960189759731293, 0.4312863349914551, -0.008214079774916172, -0.3693350851535797, -0.1590767204761505, -0.2372926026582718, 0.790900468826294, 0.9440172910690308, NaN], "std": [0.49871721863746643, 0.2571280896663666, 0.3928428888320923, 0.06088433414697647, 0.23472310602664948, 0.7026631832122803, 0.13805244863033295, 0.10591498017311096, 0.3381011188030243, 0.290466845035553, 0.3068872392177582, 0.23064476251602173, NaN], "count": [155]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08061164185930178]], [[0.05422136390550201]], [[0.05321683829648271]]], "std": [[[0.19924251556788292]], [[0.15225649481029974]], [[0.15076655646459292]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26971613320270826]], [[0.20566494533930668]], [[0.20018613939197646]]], "std": [[[0.2696354356108747]], [[0.2508340984056315]], [[0.2503485865440762]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.4606628538628611]], [[0.22022252799755382]], [[0.21646067601829555]]], "std": [[[0.27296489907917315]], [[0.22801811019780685]], [[0.23053890404696467]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5300896029011105]], [[0.48304131118607974]], [[0.480639447297677]]], "std": [[[0.28198394028373464]], [[0.3039993288259181]], [[0.30594951018888195]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.5141666207333109]], [[0.4459744570308545]], [[0.43229131403595944]]], "std": [[[0.24989588291194573]], [[0.3033264850052282]], [[0.3111369177003766]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968975552055233]], [[0.9968975552055233]], [[0.9968975552055233]]], "std": [[[0.01604964188014202]], [[0.01604964188014202]], [[0.01604964188014202]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5897260668776249]], [[0.5897260668776249]], [[0.5897260668776249]]], "std": [[[0.3388175901319295]], [[0.3388175901319295]], [[0.3388175901319295]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2812498258220562]], [[0.2812498258220562]], [[0.2812498258220562]]], "std": [[[0.30043538493591426]], [[0.30043538493591426]], [[0.30043538493591426]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07253256809033247]], [[0.07253256809033247]], [[0.07253256809033247]]], "std": [[[0.08625868836717242]], [[0.08625868836717242]], [[0.08625868836717242]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11981302240810145]], [[0.11981302240810145]], [[0.11981302240810145]]], "std": [[[0.05463677584457419]], [[0.05463677584457419]], [[0.05463677584457419]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08004853781052793]], [[0.0726849729529649]], [[0.09402127418458237]]], "std": [[[0.2528312445584077]], [[0.18604922260304524]], [[0.27696727299317275]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15282750583219504]], [[0.48871642355516126]], [[0.3334617160567589]]], "std": [[[0.27513642083197715]], [[0.46110413635020603]], [[0.37335053592747514]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.579558369225054]], [[0.6738260285886524]], [[0.24441092851764007]]], "std": [[[0.32638156253434136]], [[0.4141478738100923]], [[0.3420933906679625]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5851006798807208]], [[0.5616360938274286]], [[0.5097062531725868]]], "std": [[[0.41514144765855504]], [[0.4161576249350979]], [[0.3380688586919354]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4305524434868849]], [[0.5844402306457961]], [[0.515482443064432]]], "std": [[[0.39478336547340737]], [[0.43041700777991965]], [[0.3838004947976755]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.08], "mean": [1.54], "std": [0.8948742928478837], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [155]}, "index": {"min": [8601], "max": [8755], "mean": [8678.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [155]}}} +{"episode_index": 42, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29324397444725037, 0.9573796987533569, 0.4955577850341797, -2.19730281829834, -1.5686495304107666, 0.619653582572937, 1.286899447441101, 0.0004264364542905241, 0.1673780381679535, -2.4823060035705566, 1.196959198423997e-16, -0.6780487895011902, 1.196959198423997e-16, 1.196959198423997e-16, -0.6780487895011902, 1.196959198423997e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29324397444725037, 0.9573796987533569, 0.4955577850341797, -0.7964068055152893, -1.2963676452636719, 1.044022798538208, 1.5685749053955078, 0.054645366966724396, 1.04033362865448, -2.480595827102661, 0.6780487895011902, -1.196959198423997e-16, 0.6780487895011902, 0.6780487895011902, -1.196959198423997e-16, 0.6780487895011902, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2932438552379608, 0.9573799967765808, 0.49555832147598267, -1.8018747568130493, -1.384339690208435, 0.7491405010223389, 1.3774718046188354, 0.03948371857404709, 0.4106976091861725, -2.4819633960723877, 0.4687950611114502, -0.4687950611114502, 0.4687950611114502, 0.4687950611114502, -0.4687950611114502, 0.4687950611114502, -2.356196641921997, 1.5707955360412598, -1.0471973419189453, -1.5707955360412598, 0.0, -1.0471973419189453, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 2.980232238769531e-07, 5.364418029785156e-07, 0.4855586588382721, 0.09026132524013519, 0.1438121199607849, 0.09339198470115662, 0.018890853971242905, 0.30467310547828674, 0.0004019572807010263, 0.28924399614334106, 0.28924399614334106, 0.28924399614334106, 0.28924399614334106, 0.28924399614334106, 0.28924399614334106, 2.1457672119140625e-06, 8.344650268554688e-07, 2.384185791015625e-07, 8.344650268554688e-07, 0.0, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [90]}, "observation.state": {"min": [0.25539326667785645, 0.6451610922813416, -0.7200981974601746, 1.0331921577453613, -0.9651884436607361, 0.21360959112644196, -0.15093779563903809, -0.26233628392219543, -5.554472437552249e-08, 3.484562057565199e-06, 0.6772564649581909, 0.7579072117805481, NaN], "max": [0.48051607608795166, 0.8865736722946167, -3.136116902169306e-06, 1.0725687742233276, -0.8730600476264954, 0.4872477948665619, -1.5222278761939378e-06, 0.09112107008695602, 0.1631903201341629, 0.7335789799690247, 1.0, 1.2180757522583008, NaN], "mean": [0.42240557074546814, 0.8211093544960022, -0.23620805144309998, 1.056778907775879, -0.8994078040122986, 0.4239503741264343, -0.03835105150938034, 0.013548660092055798, 0.05457480251789093, 0.2314884215593338, 0.9210126996040344, 0.8939353227615356, NaN], "std": [0.07169339060783386, 0.08690502494573593, 0.2808322310447693, 0.009195172227919102, 0.027678240090608597, 0.0795399397611618, 0.0526161827147007, 0.11395660042762756, 0.06127780303359032, 0.2803208529949188, 0.1132936105132103, 0.17124004662036896, NaN], "count": [90]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11955544558372577]], [[0.1100922280687598]], [[0.09859675349151246]]], "std": [[[0.28434677830129135]], [[0.2643395529294934]], [[0.23882174330020675]]], "count": [90]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4148669277529037]], [[0.3788128317455592]], [[0.3350227152178884]]], "std": [[[0.3835821834164513]], [[0.35954090350157847]], [[0.3264227365236383]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6147025302983194]], [[0.5628888243661215]], [[0.5151772315992579]]], "std": [[[0.19917635747088663]], [[0.20176932546377235]], [[0.20563988454870524]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45407547628941036]], [[0.4151815649065884]], [[0.38647518157086713]]], "std": [[[0.2272339784841565]], [[0.2354553245365395]], [[0.2439442499852957]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6144711766888927]], [[0.556183613914238]], [[0.49973810015021286]]], "std": [[[0.24054876484455945]], [[0.25713663896844124]], [[0.27347897842403424]]], "count": [90]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950073549249163]], [[0.9950073549249163]], [[0.9950073549249163]]], "std": [[[0.021602375641773124]], [[0.021602375641773124]], [[0.021602375641773124]]], "count": [90]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5968880445794208]], [[0.5968880445794208]], [[0.5968880445794208]]], "std": [[[0.33843448374953006]], [[0.33843448374953006]], [[0.33843448374953006]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1341174861244385]], [[0.1341174861244385]], [[0.1341174861244385]]], "std": [[[0.14819017062884174]], [[0.14819017062884174]], [[0.14819017062884174]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2901960784313726]], [[0.2901960784313726]], [[0.2901960784313726]]], "mean": [[[0.044359053851849024]], [[0.044359053851849024]], [[0.044359053851849024]]], "std": [[[0.040993615395484816]], [[0.040993615395484816]], [[0.040993615395484816]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11877737253605544]], [[0.11877737253605544]], [[0.11877737253605544]]], "std": [[[0.14283440624588697]], [[0.14283440624588697]], [[0.14283440624588697]]], "count": [90]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11367383472888033]], [[0.06160775387827653]], [[0.0750382483663111]]], "std": [[[0.2918517062947344]], [[0.17719508646912902]], [[0.24525081612110955]]], "count": [90]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5114678072742193]], [[0.3929303208502641]], [[0.20732006921072635]]], "std": [[[0.47646971865582505]], [[0.453903456592545]], [[0.33436680642236977]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37815195022299475]], [[0.8526542736759254]], [[0.4198605131020334]]], "std": [[[0.4051344992261111]], [[0.29263977957154275]], [[0.2825710774103723]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7407090843511502]], [[0.5946282322572263]], [[0.24422894436207734]]], "std": [[[0.3511450539669395]], [[0.34047662770564524]], [[0.27434555612278344]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.64115182229506]], [[0.37879085973160165]], [[0.5963233302927166]]], "std": [[[0.35198821180640116]], [[0.3551192381634203]], [[0.41511605850225086]]], "count": [90]}, "timestamp": {"min": [0.0], "max": [1.78], "mean": [0.8900000000000001], "std": [0.5195831662656775], "count": [90]}, "frame_index": {"min": [0], "max": [89], "mean": [44.5], "std": [25.979158313283875], "count": [90]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [90]}, "index": {"min": [8756], "max": [8845], "mean": [8800.5], "std": [25.979158313283875], "count": [90]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [90]}}} +{"episode_index": 43, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35949602723121643, 1.9943851232528687, 0.29707252979278564, -0.8948119878768921, -1.5637799501419067, 1.060402750968933, 0.8321599364280701, -0.15141211450099945, -0.24517284333705902, -2.473924398422241, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35949602723121643, 1.9943851232528687, 0.29707252979278564, -0.4780721366405487, -0.12032119184732437, 3.77701735496521, 1.5686328411102295, 0.03803485259413719, 1.0409458875656128, -0.8417516350746155, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.35949641466140747, 1.9943848848342896, 0.2970731258392334, -0.7527287602424622, -0.4896219074726105, 3.037111759185791, 1.1461273431777954, -0.06315510720014572, 0.10129908472299576, -1.278996467590332, 0.24616208672523499, -0.24616208672523499, 0.24616208672523499, 0.24616208672523499, -0.24616208672523499, 0.24616208672523499, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 2.384185791015625e-07, 5.960464477539062e-07, 0.13503684103488922, 0.46961790323257446, 0.8581647872924805, 0.2257670909166336, 0.059949349611997604, 0.40835392475128174, 0.5195848941802979, 0.1151738092303276, 0.1151738092303276, 0.1151738092303276, 0.1151738092303276, 0.1151738092303276, 0.1151738092303276, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [196]}, "observation.state": {"min": [-0.6358569860458374, -0.7098001837730408, -0.04508443921804428, 1.6046950817108154, -0.06057776138186455, -0.18538044393062592, -0.03336532041430473, -0.8195465207099915, -0.3557712137699127, -0.2945622503757477, -0.19490529596805573, 0.752853512763977, NaN], "max": [0.7306209206581116, 0.9996317625045776, 0.9391424059867859, 2.551194906234741, 0.9540191888809204, 0.7305350303649902, 0.9995229840278625, -0.16025415062904358, 0.9998508095741272, 0.9996121525764465, 1.0, 1.839136004447937, NaN], "mean": [0.396731436252594, -0.2781110405921936, 0.18067429959774017, 1.8748042583465576, 0.5991173982620239, 0.46772122383117676, 0.24692809581756592, -0.35315775871276855, 0.16007518768310547, 0.19098813831806183, 0.6595569252967834, 1.0782060623168945, NaN], "std": [0.4657305181026459, 0.6507799029350281, 0.30363819003105164, 0.32892972230911255, 0.2776373326778412, 0.35077401995658875, 0.40149423480033875, 0.25711390376091003, 0.4050321877002716, 0.3476475477218628, 0.4668770134449005, 0.39814239740371704, NaN], "count": [196]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09260550489475226]], [[0.09453411842490834]], [[0.08823271380300692]]], "std": [[[0.22288397167206628]], [[0.2281956852284734]], [[0.21330892813780097]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3176104851434093]], [[0.3218902548194819]], [[0.2989728872500404]]], "std": [[[0.2925600122217259]], [[0.2978734893647159]], [[0.28244065375395777]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6204146796299314]], [[0.648990092476921]], [[0.5882683621104131]]], "std": [[[0.2339296637218634]], [[0.243484926797806]], [[0.2236281458983771]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4134147594265639]], [[0.4212771243171185]], [[0.38119408485667783]]], "std": [[[0.2811510796047389]], [[0.28250873353221573]], [[0.2704338154808653]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4274532173801089]], [[0.4252263843877553]], [[0.3825905393380635]]], "std": [[[0.24895967189709936]], [[0.24688196697215703]], [[0.2414121349656883]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964194674278863]], [[0.9964194674278863]], [[0.9964194674278863]]], "std": [[[0.017382054083019516]], [[0.017382054083019516]], [[0.017382054083019516]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5839478894461242]], [[0.5839478894461242]], [[0.5839478894461242]]], "std": [[[0.33505248800222304]], [[0.33505248800222304]], [[0.33505248800222304]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1382927946323018]], [[0.1382927946323018]], [[0.1382927946323018]]], "std": [[[0.11338365166770979]], [[0.11338365166770979]], [[0.11338365166770979]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18684651486530798]], [[0.18684651486530798]], [[0.18684651486530798]]], "std": [[[0.3304575899417455]], [[0.3304575899417455]], [[0.3304575899417455]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23446009799562928]], [[0.23446009799562928]], [[0.23446009799562928]]], "std": [[[0.2878589414622163]], [[0.2878589414622163]], [[0.2878589414622163]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10013288888620665]], [[0.04229056434994914]], [[0.09988767584596166]]], "std": [[[0.2886126722740425]], [[0.13426840147168168]], [[0.2633673860279344]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15118745570113412]], [[0.44378806416722155]], [[0.3031390761427515]]], "std": [[[0.27348425383309805]], [[0.4475151270459925]], [[0.3927608972070798]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5293912187493923]], [[0.29732399645676133]], [[0.8000805691176303]]], "std": [[[0.2597986609193678]], [[0.3624073208151416]], [[0.32044317806751554]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7247832663108676]], [[0.5614466445516]], [[0.19668138411617853]]], "std": [[[0.394301598809391]], [[0.38021855815145195]], [[0.2477457685218509]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5673183168140893]], [[0.4334016271807447]], [[0.4202985225552893]]], "std": [[[0.41930930806547284]], [[0.4184276737515779]], [[0.3780855886989838]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.9], "mean": [1.9499999999999997], "std": [1.131591799192624], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [196]}, "index": {"min": [8846], "max": [9041], "mean": [8943.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [196]}}} +{"episode_index": 44, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.029976001009345055, 0.2625425159931183, 0.24010848999023438, -2.4837021827697754, -1.9997371435165405, 0.792977511882782, 1.5463447570800781, -6.270779132843018, 1.02830970287323, -2.4741735458374023, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.029976001009345055, 0.2625425159931183, 0.24010848999023438, -0.7942715287208557, -1.5731953382492065, 1.0457757711410522, 1.681666612625122, -4.009549140930176, 1.09922194480896, -1.107828974723816, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.029975945129990578, 0.2625426948070526, 0.24010848999023438, -1.9451740980148315, -1.8720341920852661, 0.8684514164924622, 1.6189626455307007, -4.683985233306885, 1.0684986114501953, -1.499360203742981, 0.24717704951763153, -0.24717704951763153, 0.24717704951763153, 0.24717704951763153, -0.24717704951763153, 0.24717704951763153, -2.356198310852051, 1.5707975625991821, -1.047196626663208, -1.5707975625991821, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.587935447692871e-08, 1.7881393432617188e-07, 0.0, 0.5807695984840393, 0.1470137983560562, 0.08727387338876724, 0.04378458485007286, 0.7927709817886353, 0.02218984253704548, 0.4844265282154083, 0.13697189092636108, 0.13697189092636108, 0.13697189092636108, 0.13697189092636108, 0.13697189092636108, 0.13697189092636108, 3.814697265625e-06, 1.1920928955078125e-06, 9.5367431640625e-07, 1.1920928955078125e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [148]}, "observation.state": {"min": [-0.21719807386398315, 0.44319960474967957, -5.145327008904133e-07, -0.7874860167503357, -0.49060988426208496, 0.11084537953138351, -0.964199960231781, -0.4399056136608124, -0.9280903935432434, -0.13149242103099823, -0.787013590335846, 0.7580742835998535, NaN], "max": [0.8964229822158813, 0.99249666929245, 0.27110156416893005, -0.03808636963367462, 0.7677927017211914, 0.8964229822158813, 3.1847352488512115e-07, -0.3195003569126129, 4.740568613215146e-07, 0.4426678419113159, 1.0, 1.0803319215774536, NaN], "mean": [0.6302675008773804, 0.631357729434967, 0.08542347699403763, -0.2578044533729553, -0.1770564317703247, 0.6406461000442505, -0.35480737686157227, -0.34772974252700806, -0.3367294669151306, 0.1118907704949379, 0.540435254573822, 0.8837891817092896, NaN], "std": [0.3708188831806183, 0.2216845452785492, 0.10100702941417694, 0.2567543089389801, 0.42993372678756714, 0.31851205229759216, 0.38215500116348267, 0.03222920745611191, 0.36834409832954407, 0.16687241196632385, 0.6469156742095947, 0.1304599940776825, NaN], "count": [148]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11826387472331021]], [[0.10678414876774553]], [[0.08862635260321426]]], "std": [[[0.28268986687346426]], [[0.25734309570832636]], [[0.21641262015869112]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4371992159813209]], [[0.38347794226613047]], [[0.30695767090393494]]], "std": [[[0.38372045097283863]], [[0.3541856732200244]], [[0.30551958043449684]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6173609027346105]], [[0.5521680154979813]], [[0.4774491739036848]]], "std": [[[0.24124883012023024]], [[0.2533594036399404]], [[0.2602452580905583]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47419827250348856]], [[0.44118230982417245]], [[0.4049505495573969]]], "std": [[[0.30796513091622196]], [[0.30685763012075584]], [[0.30316851340539963]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44927071912859395]], [[0.3546071665422778]], [[0.2665339910185202]]], "std": [[[0.31657612355636483]], [[0.29998080450840775]], [[0.27907919826236766]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996327463922199]], [[0.996327463922199]], [[0.996327463922199]]], "std": [[[0.017497258161507136]], [[0.017497258161507136]], [[0.017497258161507136]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5593810624485764]], [[0.5593810624485764]], [[0.5593810624485764]]], "std": [[[0.3321319800209369]], [[0.3321319800209369]], [[0.3321319800209369]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16353280479799046]], [[0.16353280479799046]], [[0.16353280479799046]]], "std": [[[0.16033722262545694]], [[0.16033722262545694]], [[0.16033722262545694]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10665095008284768]], [[0.10665095008284768]], [[0.10665095008284768]]], "std": [[[0.19513393405866533]], [[0.19513393405866533]], [[0.19513393405866533]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31639705865588946]], [[0.31639705865588946]], [[0.31639705865588946]]], "std": [[[0.35823698436176976]], [[0.35823698436176976]], [[0.35823698436176976]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09876596720559568]], [[0.10399268419108008]], [[0.030877766981762783]]], "std": [[[0.28123035224307347]], [[0.2692868253373471]], [[0.1252721857482205]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44357582926471095]], [[0.33244544357875155]], [[0.19139919036593125]]], "std": [[[0.432969989509551]], [[0.41710045593181516]], [[0.29557795756878874]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7048765130346794]], [[0.3821947855918127]], [[0.5727372068898693]]], "std": [[[0.34181599029702475]], [[0.33733669460828464]], [[0.4084712943849628]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48372580804148885]], [[0.8189962294414705]], [[0.3218823770813342]]], "std": [[[0.3529239201262591]], [[0.33696700086532044]], [[0.31539438808576453]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4107419826177453]], [[0.5563141305083985]], [[0.3210567179712075]]], "std": [[[0.40719238323065043]], [[0.4213895775399591]], [[0.3722251988070473]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.94], "mean": [1.47], "std": [0.8544588931013591], "count": [148]}, "frame_index": {"min": [0], "max": [147], "mean": [73.5], "std": [42.72294465506796], "count": [148]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [148]}, "index": {"min": [9042], "max": [9189], "mean": [9115.5], "std": [42.72294465506796], "count": [148]}, "task_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [148]}}} +{"episode_index": 45, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972012639045715, 0.9128937721252441, 0.7488300204277039, -0.7807760238647461, -1.5605545043945312, -0.2632730305194855, 0.2434258610010147, -2.074516773223877, 0.2147129774093628, -6.7687764167785645, 6.938893903907228e-18, -0.28780487179756165, 6.938893903907228e-18, 6.938893903907228e-18, -0.28780487179756165, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972012639045715, 0.9128937721252441, 0.7488300204277039, 0.24773679673671722, 0.8762589693069458, 1.0410542488098145, 1.56630277633667, 0.11566096544265747, 2.2215018272399902, -2.4898314476013184, 0.28780487179756165, -6.938893903907228e-18, 0.28780487179756165, 0.28780487179756165, -6.938893903907228e-18, 0.28780487179756165, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997192323207855, 0.9128915071487427, 0.7488291263580322, -0.017385801300406456, 0.4955989420413971, 0.563032865524292, 0.5837244987487793, -1.1325082778930664, 1.4630554914474487, -5.44319486618042, 0.22737224400043488, -0.22737224400043488, 0.22737224400043488, 0.22737224400043488, -0.22737224400043488, 0.22737224400043488, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-07, 2.2649765014648438e-06, 8.940696716308594e-07, 0.24467433989048004, 0.6567580699920654, 0.4284271001815796, 0.3404022455215454, 0.9178600907325745, 0.7807341814041138, 1.4192034006118774, 0.1156686469912529, 0.1156686469912529, 0.1156686469912529, 0.1156686469912529, 0.1156686469912529, 0.1156686469912529, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [255]}, "observation.state": {"min": [-0.6316121220588684, -0.9991057515144348, -0.796687662601471, -0.5757418870925903, -0.9083983898162842, -0.4440199136734009, -0.3803665339946747, 0.014972231350839138, -0.7810301184654236, -0.0011305432999506593, -0.830528199672699, 0.7563446164131165, NaN], "max": [0.7131717205047607, -0.51467365026474, 0.04396320506930351, 0.19937708973884583, 0.9836353659629822, 0.7131717205047607, 0.9234728217124939, 0.6326883435249329, 0.6166952252388, 0.8003342747688293, 1.0, 1.6191524267196655, NaN], "mean": [0.1389731466770172, -0.7394764423370361, -0.21091899275779724, -0.17879633605480194, 0.18388035893440247, 0.4226704239845276, 0.11205663532018661, 0.16892775893211365, -0.014955391176044941, 0.2161864936351776, 0.37318041920661926, 0.9943025708198547, NaN], "std": [0.551725447177887, 0.10409960895776749, 0.2722843587398529, 0.2097654491662979, 0.7170865535736084, 0.37744948267936707, 0.3439462184906006, 0.2006855010986328, 0.3578219711780548, 0.2729187309741974, 0.7818270921707153, 0.26198679208755493, NaN], "count": [255]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1218444341178214]], [[0.08282619287583712]], [[0.0629051687430555]]], "std": [[[0.28483911947982954]], [[0.22262648885510103]], [[0.17562477513764035]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4358791691225924]], [[0.31032715814686734]], [[0.23104423885076758]]], "std": [[[0.3768575069908657]], [[0.3446293776689165]], [[0.2817983448730645]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5651364167020387]], [[0.4204906889399856]], [[0.3679529132811772]]], "std": [[[0.3297396615116172]], [[0.3451256124990167]], [[0.327553352542076]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.497516813284597]], [[0.42737907625004107]], [[0.40529507923000946]]], "std": [[[0.3207878018567758]], [[0.3403088167018205]], [[0.3424631210599822]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4973664965456105]], [[0.40323428090158125]], [[0.3539600775435512]]], "std": [[[0.36494735144502455]], [[0.3892526639126431]], [[0.3896181638969062]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995871976696701]], [[0.995871976696701]], [[0.995871976696701]]], "std": [[[0.01892542788180291]], [[0.01892542788180291]], [[0.01892542788180291]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5693955170385928]], [[0.5693955170385928]], [[0.5693955170385928]]], "std": [[[0.32896910474405616]], [[0.32896910474405616]], [[0.32896910474405616]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3545706371191136]], [[0.3545706371191136]], [[0.3545706371191136]]], "std": [[[0.3475314633626927]], [[0.3475314633626927]], [[0.3475314633626927]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.142687865748536]], [[0.142687865748536]], [[0.142687865748536]]], "std": [[[0.28555661236411384]], [[0.28555661236411384]], [[0.28555661236411384]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3019063925149417]], [[0.3019063925149417]], [[0.3019063925149417]]], "std": [[[0.37654753969994986]], [[0.37654753969994986]], [[0.37654753969994986]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09852548429515098]], [[0.08219006753209132]], [[0.05891535857186827]]], "std": [[[0.28355628205527666]], [[0.25612350481699725]], [[0.16524576351125186]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45421883991789663]], [[0.5046573311312146]], [[0.13309867088314756]]], "std": [[[0.4602215717359299]], [[0.4497489765454774]], [[0.23891636770710425]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078985389169518]], [[0.5787654951313995]], [[0.3211768729241979]]], "std": [[[0.3918723142646443]], [[0.3928521751519101]], [[0.38894397211084825]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43203420258018055]], [[0.695639962958269]], [[0.40069534383296085]]], "std": [[[0.3517990348550543]], [[0.3786432993210016]], [[0.4114377978027047]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41024786845759814]], [[0.32722697984497995]], [[0.500425603051316]]], "std": [[[0.4189984886852998]], [[0.3503581431078863]], [[0.44174197119783315]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.08], "mean": [2.54], "std": [1.4722318657965079], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [255]}, "index": {"min": [9190], "max": [9444], "mean": [9317.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [255]}}} +{"episode_index": 46, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4992295801639557, 0.6928012371063232, 0.45408570766448975, -2.898709774017334, -1.5666000843048096, -0.8954921960830688, -0.7881444692611694, 0.013815408572554588, 0.7268224358558655, -2.4687108993530273, -1.9081958235744878e-17, -0.24390244483947754, -1.9081958235744878e-17, -1.9081958235744878e-17, -0.24390244483947754, -1.9081958235744878e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4992295801639557, 0.6928012371063232, 0.45408570766448975, -0.802574634552002, -0.9957146048545837, 1.032562017440796, 1.5545144081115723, 1.7020130157470703, 1.0446127653121948, -0.5899795889854431, 0.24390244483947754, 1.9081958235744878e-17, 0.24390244483947754, 0.24390244483947754, 1.9081958235744878e-17, 0.24390244483947754, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49922946095466614, 0.692801833152771, 0.4540860652923584, -2.217141628265381, -1.2047202587127686, -0.21809455752372742, 0.13663923740386963, 1.1595795154571533, 0.8316152691841125, -1.3231991529464722, 0.17078368365764618, -0.17078368365764618, 0.17078368365764618, 0.17078368365764618, -0.17078368365764618, 0.17078368365764618, -2.3561975955963135, 1.5707967281341553, -1.0471969842910767, -1.5707967281341553, 0.0, -1.0471969842910767, 2.4818592071533203, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.726695716381073, 0.19144858419895172, 0.6574364900588989, 0.7591397166252136, 0.5901505351066589, 0.10935011506080627, 0.6121786236763, 0.10964620858430862, 0.10964620858430862, 0.10964620858430862, 0.10964620858430862, 0.10964620858430862, 0.10964620858430862, 3.0994415283203125e-06, 3.5762786865234375e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.0, 5.960464477539062e-07, 9.5367431640625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [117]}, "observation.state": {"min": [-0.8359968066215515, 0.3343270421028137, -2.2560877255273226e-07, 1.0747936964035034, -0.9586226344108582, -0.7138726711273193, -0.46221405267715454, -0.8389285802841187, -0.2962419390678406, -0.6153139472007751, 0.7726728916168213, 0.7527007460594177, NaN], "max": [-0.05144548416137695, 0.974216639995575, 0.43512609601020813, 1.6051143407821655, -0.5260646343231201, 0.03271211311221123, -1.8105733090578724e-07, -0.19423633813858032, 0.15609396994113922, 3.105947499193462e-08, 1.0, 1.348550796508789, NaN], "mean": [-0.4668176472187042, 0.8229634761810303, 0.1423630565404892, 1.4112696647644043, -0.8369824886322021, -0.4191437065601349, -0.1863539069890976, -0.4222244322299957, -0.09729688614606857, -0.19887341558933258, 0.9448184967041016, 1.03297758102417, NaN], "std": [0.21118557453155518, 0.14442145824432373, 0.1381664276123047, 0.19364410638809204, 0.10569825023412704, 0.22011522948741913, 0.17155233025550842, 0.2401907593011856, 0.1276921033859253, 0.19542917609214783, 0.06166781485080719, 0.2607381045818329, NaN], "count": [117]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13644489640184243]], [[0.13397394606418198]], [[0.13036588700662713]]], "std": [[[0.3182543838406819]], [[0.31305440236482884]], [[0.30562388541693436]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48601374916096185]], [[0.4731265661765544]], [[0.4547178196609515]]], "std": [[[0.41481433868191897]], [[0.407463656107839]], [[0.39786345042926174]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6861440322512508]], [[0.6693447395578731]], [[0.6477789472343091]]], "std": [[[0.20471770607692732]], [[0.2084653791287065]], [[0.21386896649343937]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5791571276162734]], [[0.5569480000885139]], [[0.5262154079921357]]], "std": [[[0.2538883823099297]], [[0.25281630076483347]], [[0.2507916081181287]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6150029873445223]], [[0.5884826194216957]], [[0.5544973703992045]]], "std": [[[0.3140836238711269]], [[0.30898214487920483]], [[0.30310719788665336]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968048221306237]], [[0.9968048221306237]], [[0.9968048221306237]]], "std": [[[0.016151484842859904]], [[0.016151484842859904]], [[0.016151484842859904]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5845974313531028]], [[0.5845974313531028]], [[0.5845974313531028]]], "std": [[[0.33487250244905087]], [[0.33487250244905087]], [[0.33487250244905087]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.09547432392470684]], [[0.09547432392470684]], [[0.09547432392470684]]], "std": [[[0.06623477349822644]], [[0.06623477349822644]], [[0.06623477349822644]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09450925003906012]], [[0.09450925003906012]], [[0.09450925003906012]]], "std": [[[0.1871801951674541]], [[0.1871801951674541]], [[0.1871801951674541]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2582088928317813]], [[0.2582088928317813]], [[0.2582088928317813]]], "std": [[[0.3192280503729185]], [[0.3192280503729185]], [[0.3192280503729185]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03247610426134135]], [[0.14905631429412503]], [[0.11513596742688047]]], "std": [[[0.13085701716513218]], [[0.3527989316088029]], [[0.2834423485742714]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22739123350171095]], [[0.2052572784252034]], [[0.5074470147006855]]], "std": [[[0.27764961519139303]], [[0.3188726599613586]], [[0.47843506293177684]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3816894221181513]], [[0.6888451442407953]], [[0.5887003944904113]]], "std": [[[0.39438186245996093]], [[0.35538256042856203]], [[0.37365613885958004]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5282723479186826]], [[0.5403980443789979]], [[0.44146679085436713]]], "std": [[[0.42380025007264455]], [[0.4005757094007382]], [[0.38433955992039526]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5212882703644024]], [[0.3487017208579681]], [[0.5062485966856904]]], "std": [[[0.4457510127255484]], [[0.37125265565609167]], [[0.38620178753895623]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.32], "mean": [1.16], "std": [0.6754751414128182], "count": [117]}, "frame_index": {"min": [0], "max": [116], "mean": [58.0], "std": [33.77375707064091], "count": [117]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [117]}, "index": {"min": [9445], "max": [9561], "mean": [9503.0], "std": [33.77375707064091], "count": [117]}, "task_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [117]}}} +{"episode_index": 47, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2668868601322174, 0.981071949005127, 0.6046900749206543, -8.719866752624512, -1.561691164970398, -5.224054336547852, 0.41321608424186707, -0.6414142847061157, 1.0518269538879395, -9.654906272888184, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2668868601322174, 0.981071949005127, 0.6046900749206543, -7.08469295501709, -1.0146859884262085, -4.643037796020508, 1.563560962677002, 0.00026463347603566945, 1.6712075471878052, -8.782732009887695, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.26688727736473083, 0.9810718894004822, 0.6046904921531677, -8.314689636230469, -1.1340603828430176, -4.799352169036865, 0.7588068842887878, -0.4626934230327606, 1.472333550453186, -9.459716796875, 0.2451518177986145, -0.2451518177986145, 0.2451518177986145, 0.2451518177986145, -0.2451518177986145, 0.2451518177986145, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 5.960464477539063e-08, 4.172325134277344e-07, 0.5683347582817078, 0.10663116723299026, 0.1736908107995987, 0.36758100986480713, 0.22040292620658875, 0.17885331809520721, 0.20657481253147125, 0.142049640417099, 0.142049640417099, 0.142049640417099, 0.142049640417099, 0.142049640417099, 0.142049640417099, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [138]}, "observation.state": {"min": [-0.7847777009010315, 0.5900311470031738, -0.530657947063446, 0.7484586238861084, -0.7183291912078857, -0.8026041984558105, -0.8080729246139526, -0.24674402177333832, -0.6956201195716858, -0.0016291489591822028, 0.529877245426178, 0.7531432509422302, NaN], "max": [0.5883943438529968, 0.8664306402206421, 0.0025586127303540707, 0.8038702607154846, -0.5660361051559448, 0.1631603091955185, 0.00011622902820818126, 0.06650126725435257, 0.001976385246962309, 0.6211560964584351, 1.0, 1.1539084911346436, NaN], "mean": [-0.5107954740524292, 0.7028229832649231, -0.18755534291267395, 0.7676426768302917, -0.6614236831665039, -0.6221832633018494, -0.1955145299434662, 0.0015371692134067416, -0.24469903111457825, 0.1302817314863205, 0.8806804418563843, 0.8593399524688721, NaN], "std": [0.3957826495170593, 0.07919640839099884, 0.21687693893909454, 0.012756229378283024, 0.03237597644329071, 0.24694618582725525, 0.2741362154483795, 0.09150474518537521, 0.2898923456668854, 0.18628095090389252, 0.1697450578212738, 0.12265710532665253, NaN], "count": [138]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11568698530333785]], [[0.10086254929453742]], [[0.09041444627507307]]], "std": [[[0.2767673794471749]], [[0.24171423011232088]], [[0.21798970535399964]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4003445859996473]], [[0.34049424558989494]], [[0.2995743996309238]]], "std": [[[0.37832134909826215]], [[0.3278480462394207]], [[0.2946589869469998]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.5341348898370606]], [[0.4894446945633012]], [[0.4639887775088833]]], "std": [[[0.2193900298579643]], [[0.22414795320623856]], [[0.23237902848279118]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39375475209063826]], [[0.37442474339347587]], [[0.3611774147366275]]], "std": [[[0.29903969679880466]], [[0.2994228832969077]], [[0.2998269677338734]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47240385276917785]], [[0.44662159565101645]], [[0.4298788137258255]]], "std": [[[0.34933839950090634]], [[0.3513297826420734]], [[0.3538124609482591]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963313531698375]], [[0.9963313531698375]], [[0.9963313531698375]]], "std": [[[0.017707417438611536]], [[0.017707417438611536]], [[0.017707417438611536]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5984756898552999]], [[0.5984756898552999]], [[0.5984756898552999]]], "std": [[[0.33553300195131514]], [[0.33553300195131514]], [[0.33553300195131514]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.08179865633199691]], [[0.08179865633199691]], [[0.08179865633199691]]], "std": [[[0.05774654948274262]], [[0.05774654948274262]], [[0.05774654948274262]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.32941176470588235]], [[0.32941176470588235]], [[0.32941176470588235]]], "mean": [[[0.03722329444756255]], [[0.03722329444756255]], [[0.03722329444756255]]], "std": [[[0.04576217277087131]], [[0.04576217277087131]], [[0.04576217277087131]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16020655928319824]], [[0.16020655928319824]], [[0.16020655928319824]]], "std": [[[0.26836626925340146]], [[0.26836626925340146]], [[0.26836626925340146]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10748414226331414]], [[0.028578349899516596]], [[0.08874552451533604]]], "std": [[[0.29136422676730095]], [[0.11143283322658562]], [[0.250991330710321]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31117523005235065]], [[0.4011412138878328]], [[0.24484457158260864]]], "std": [[[0.41678842721006426]], [[0.45204024484748667]], [[0.27234895286600236]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6158414420793795]], [[0.5628414360443401]], [[0.4503499759604262]]], "std": [[[0.39290861453784715]], [[0.3843819415493069]], [[0.36599543946247104]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43110224899097493]], [[0.5591773128115171]], [[0.6009706931779243]]], "std": [[[0.32933976777424184]], [[0.39334716999476044]], [[0.40189303709488505]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41618501553352094]], [[0.6365863858898095]], [[0.340604421269893]]], "std": [[[0.39587597712975287]], [[0.3769895342041272]], [[0.36624204888962847]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.74], "mean": [1.3700000000000003], "std": [0.796722452719055], "count": [138]}, "frame_index": {"min": [0], "max": [137], "mean": [68.5], "std": [39.83612263595275], "count": [138]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [138]}, "index": {"min": [9562], "max": [9699], "mean": [9630.5], "std": [39.83612263595275], "count": [138]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [138]}}} +{"episode_index": 48, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2935378849506378, 1.4374977350234985, 0.5075101852416992, -0.8564817309379578, -1.564663052558899, 0.9730604887008667, 0.935782253742218, -1.4269299507141113, 1.0546751022338867, -4.56552791595459, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2935378849506378, 1.4374977350234985, 0.5075101852416992, -0.5624305009841919, -0.5101855993270874, 1.112869381904602, 1.5667818784713745, -0.008255213499069214, 2.2300000190734863, -2.4950308799743652, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2935374081134796, 1.4374991655349731, 0.5075097680091858, -0.750619649887085, -0.7827758193016052, 1.0556371212005615, 1.1280360221862793, -1.06045663356781, 1.972617506980896, -4.079672813415527, 0.36078837513923645, -0.36078837513923645, 0.36078837513923645, 0.36078837513923645, -0.36078837513923645, 0.36078837513923645, -2.356198787689209, 1.5707980394363403, -1.047196388244629, -1.5707980394363403, 0.0, -1.047196388244629, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 1.430511474609375e-06, 4.172325134277344e-07, 0.097555972635746, 0.33973413705825806, 0.04363016411662102, 0.18223810195922852, 0.45713093876838684, 0.38965100049972534, 0.6660753488540649, 0.21569089591503143, 0.21569089591503143, 0.21569089591503143, 0.21569089591503143, 0.21569089591503143, 0.21569089591503143, 4.291534423828125e-06, 1.6689300537109375e-06, 1.1920928955078125e-06, 1.6689300537109375e-06, 0.0, 1.1920928955078125e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [182]}, "observation.state": {"min": [-0.607173502445221, -0.9991831183433533, -0.45169392228126526, 2.0057761669158936, 0.20386900007724762, -0.4737858474254608, -0.38135474920272827, -0.2736060917377472, -0.07356394082307816, -0.5900965929031372, 0.806561291217804, 0.7547482252120972, NaN], "max": [0.9789981842041016, -0.20386900007724762, 0.1541864275932312, 2.0919888019561768, 0.9881539344787598, 0.9789981842041016, 0.0068566929548978806, -0.1435663402080536, 0.1693202555179596, 0.1733885407447815, 1.0, 1.2367836236953735, NaN], "mean": [0.6651308536529541, -0.4235481023788452, -0.025708558037877083, 2.0638322830200195, 0.43368858098983765, 0.6772555112838745, -0.06439445167779922, -0.23049066960811615, 0.019266439601778984, -0.038096096366643906, 0.9814723134040833, 0.881847083568573, NaN], "std": [0.5196546316146851, 0.298175185918808, 0.13637572526931763, 0.029317783191800117, 0.3090735077857971, 0.4920537769794464, 0.10700255632400513, 0.05301910266280174, 0.05980962514877319, 0.17162691056728363, 0.04308754578232765, 0.16333751380443573, NaN], "count": [182]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1250085918844813]], [[0.11281405037648587]], [[0.09382444204383987]]], "std": [[[0.2959520726713095]], [[0.2699786717236012]], [[0.2318114901081097]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42183038588712735]], [[0.36638173502019394]], [[0.28880823125734684]]], "std": [[[0.3916367721353246]], [[0.35728306221396994]], [[0.3058564975877534]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7049602418307359]], [[0.6936905137897299]], [[0.6804079364791982]]], "std": [[[0.21991800346484774]], [[0.2228367986632282]], [[0.22883606190167355]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6378157945028837]], [[0.5719571592667024]], [[0.4976902898227107]]], "std": [[[0.28212991489062506]], [[0.27459374174755463]], [[0.27480687501720247]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49820427535605055]], [[0.4405119966525648]], [[0.3829611403810524]]], "std": [[[0.3251391238306391]], [[0.3248064861451083]], [[0.32642372943773973]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964310117877732]], [[0.9964310117877732]], [[0.9964310117877732]]], "std": [[[0.017440877318325165]], [[0.017440877318325165]], [[0.017440877318325165]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6021373548153915]], [[0.6021373548153915]], [[0.6021373548153915]]], "std": [[[0.3346229313028108]], [[0.3346229313028108]], [[0.3346229313028108]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.07955643801243352]], [[0.07955643801243352]], [[0.07955643801243352]]], "std": [[[0.059993857600181194]], [[0.059993857600181194]], [[0.059993857600181194]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2823529411764706]], [[0.2823529411764706]], [[0.2823529411764706]]], "mean": [[[0.07115605203813341]], [[0.07115605203813341]], [[0.07115605203813341]]], "std": [[[0.06266906168381205]], [[0.06266906168381205]], [[0.06266906168381205]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22934875084742012]], [[0.22934875084742012]], [[0.22934875084742012]]], "std": [[[0.3186614524374357]], [[0.3186614524374357]], [[0.3186614524374357]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10231434508757847]], [[0.07949293062185717]], [[0.09627814155654396]]], "std": [[[0.2622037148023345]], [[0.25166992976274]], [[0.2820358369949879]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29279541283357846]], [[0.5059115585087015]], [[0.17864472862774602]]], "std": [[[0.34739876419160126]], [[0.47151378526561655]], [[0.2724032538932708]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7703626817301251]], [[0.3708982485644988]], [[0.6076811018104448]]], "std": [[[0.3764627881018264]], [[0.394539769247431]], [[0.27109484372608955]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5508157629865666]], [[0.47040792306799944]], [[0.6314444196337268]]], "std": [[[0.3691877006034719]], [[0.3857067155861438]], [[0.40580696418869533]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29778481999824313]], [[0.5744517857346421]], [[0.37846484555998794]]], "std": [[[0.3503086261439948]], [[0.40197504136869544]], [[0.4136374708325596]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.62], "mean": [1.81], "std": [1.0507616285342742], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [182]}, "index": {"min": [9700], "max": [9881], "mean": [9790.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [182]}}} +{"episode_index": 49, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4653465747833252, 1.4158302545547485, 0.763852059841156, -0.7853981852531433, -1.5707963705062866, -1.0133171081542969, -0.0023783922661095858, -0.027464913204312325, -1.612442970275879, -2.481858253479004, 1.231653667943533e-16, -0.47804877161979675, 1.231653667943533e-16, 1.231653667943533e-16, -0.47804877161979675, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4653465747833252, 1.4158302545547485, 0.763852059841156, 1.2730014324188232, 0.6413434147834778, 1.403322458267212, 1.5707963705062866, 1.119429588317871, 1.073311686515808, -0.3747866153717041, 0.47804877161979675, -1.231653667943533e-16, 0.47804877161979675, 0.47804877161979675, -1.231653667943533e-16, 0.47804877161979675, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46534717082977295, 1.4158319234848022, 0.7638537883758545, 0.617566704750061, 0.0278990026563406, 0.10069262981414795, 0.519801914691925, 0.78913813829422, -0.4132191836833954, -0.9601398706436157, 0.40629473328590393, -0.40629473328590393, 0.40629473328590393, 0.40629473328590393, -0.40629473328590393, 0.40629473328590393, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539062e-07, 1.6689300537109375e-06, 1.7285346984863281e-06, 0.517279326915741, 0.6388296484947205, 0.936789333820343, 0.4654417932033539, 0.3023325204849243, 1.0700968503952026, 0.6342792510986328, 0.16543179750442505, 0.16543179750442505, 0.16543179750442505, 0.16543179750442505, 0.16543179750442505, 0.16543179750442505, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [255]}, "observation.state": {"min": [-0.9996793866157532, -0.8547481894493103, -0.7232213020324707, 0.032627660781145096, -0.9918691515922546, -0.6716077923774719, -0.9069849252700806, -0.28404301404953003, -0.6635109782218933, -0.7408886551856995, -0.7575694918632507, 0.7576332688331604, NaN], "max": [0.9884751439094543, 0.9802062511444092, 0.9493096470832825, 0.9117624163627625, 0.993755042552948, 0.7611135840415955, -6.519014732475625e-07, 0.4900134205818176, 0.9770047664642334, 0.9818810820579529, 1.0, 1.6263998746871948, NaN], "mean": [0.3231237530708313, 0.38580521941185, 0.03340008854866028, 0.5636398792266846, -0.3037402331829071, 0.30811741948127747, -0.31452250480651855, 0.13710783421993256, 0.08752153813838959, 0.24050967395305634, 0.2992001473903656, 0.9822250008583069, NaN], "std": [0.5178800821304321, 0.5257400870323181, 0.448361337184906, 0.26705503463745117, 0.6209361553192139, 0.46643492579460144, 0.33280327916145325, 0.20831488072872162, 0.3767126202583313, 0.452116459608078, 0.7061532735824585, 0.28731268644332886, NaN], "count": [255]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0933383799674242]], [[0.09114351524953881]], [[0.08209274916833804]]], "std": [[[0.23516200382363311]], [[0.23143325566348083]], [[0.2153616177401594]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2878044928856944]], [[0.2750163462396004]], [[0.23709526041530457]]], "std": [[[0.3011143018253467]], [[0.29825890433259383]], [[0.28256141017593744]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5954931076496807]], [[0.5820065647817897]], [[0.545557034810778]]], "std": [[[0.29838669798633055]], [[0.30689668869103]], [[0.31202777105579044]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35889157649311904]], [[0.3447906585636204]], [[0.324324107099151]]], "std": [[[0.30942836036921]], [[0.3088817935885672]], [[0.30717662253741496]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4970359172019411]], [[0.4774528901468594]], [[0.4454822217796527]]], "std": [[[0.33131536087585894]], [[0.3448058837087002]], [[0.35915112875097566]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960722930668796]], [[0.9960722930668796]], [[0.9960722930668796]]], "std": [[[0.018473279251956708]], [[0.018473279251956708]], [[0.018473279251956708]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6003478636966225]], [[0.6003478636966225]], [[0.6003478636966225]]], "std": [[[0.33747810248241966]], [[0.33747810248241966]], [[0.33747810248241966]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22543018096401038]], [[0.22543018096401038]], [[0.22543018096401038]]], "std": [[[0.2593063895478206]], [[0.2593063895478206]], [[0.2593063895478206]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1634038038183024]], [[0.1634038038183024]], [[0.1634038038183024]]], "std": [[[0.3369691449365535]], [[0.3369691449365535]], [[0.3369691449365535]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15770846870262076]], [[0.15770846870262076]], [[0.15770846870262076]]], "std": [[[0.25141940762728326]], [[0.25141940762728326]], [[0.25141940762728326]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1300341288185874]], [[0.09360204547603385]], [[0.05465739416384864]]], "std": [[[0.3138061479273198]], [[0.27645262519946234]], [[0.16913842676742127]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24525214327720074]], [[0.5511269336434002]], [[0.2164746062304406]]], "std": [[[0.35937284647027945]], [[0.4845899744803368]], [[0.2733647246603777]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5945723671637527]], [[0.43709791046817825]], [[0.5542312412533837]]], "std": [[[0.42093066339008123]], [[0.42855621147044853]], [[0.39371568308079685]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6001024012080808]], [[0.35756557372102427]], [[0.45991429573436704]]], "std": [[[0.43464295418944193]], [[0.3570243986873577]], [[0.37841544604278493]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32222112250392443]], [[0.4678915785047989]], [[0.6690988653455294]]], "std": [[[0.33792658202858844]], [[0.3787719217335428]], [[0.3909169793038223]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.08], "mean": [2.54], "std": [1.4722318657965079], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [255]}, "index": {"min": [9882], "max": [10136], "mean": [10009.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [255]}}} +{"episode_index": 50, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40313398838043213, 1.6018670797348022, 0.30965545773506165, -9.453531265258789, -1.5552489757537842, 0.7416511178016663, -1.1831810474395752, -0.48341354727745056, 0.02100684680044651, -4.072465419769287, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40313398838043213, 1.7448132038116455, 0.40698957443237305, -5.962390422821045, 0.8184208869934082, 2.6400063037872314, 1.5575824975967407, 3.029244899749756, 1.0424906015396118, -2.172267436981201, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40313562750816345, 1.675667405128479, 0.35673728585243225, -8.274603843688965, -0.04459129273891449, 1.5733232498168945, -0.4609125554561615, 1.1622776985168457, 0.29841986298561096, -3.1892993450164795, 0.3503926992416382, -0.3503926992416382, 0.3503926992416382, 0.3503926992416382, -0.3503926992416382, 0.3503926992416382, -2.3561999797821045, 1.570799469947815, -1.0472010374069214, -1.570799469947815, 0.0, -1.0472010374069214, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6391277313232422e-06, 0.07111836969852448, 0.0484255775809288, 1.1906301975250244, 0.6255272030830383, 0.6486949324607849, 0.7363771200180054, 1.0719693899154663, 0.24738511443138123, 0.6515905857086182, 0.11527107656002045, 0.11527107656002045, 0.11527107656002045, 0.11527107656002045, 0.11527107656002045, 0.11527107656002045, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.4570693969726562e-06, 3.0994415283203125e-06, 0.0, 3.4570693969726562e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [366]}, "observation.state": {"min": [-0.8641175627708435, -0.5344171524047852, -0.9377064108848572, 2.507695198059082, -0.861257791519165, 0.35998839139938354, -0.21643488109111786, -0.7491525411605835, -0.9762529730796814, -0.3376444876194, -0.9541794061660767, 0.758339524269104, NaN], "max": [0.900232195854187, 0.9148440361022949, 0.9985262751579285, 3.339200019836426, 0.8861797451972961, 0.9868135452270508, 0.4614773690700531, 0.07929324358701706, 0.5910925269126892, 0.8233988881111145, 1.0, 1.6982624530792236, NaN], "mean": [0.24933284521102905, 0.44559454917907715, 0.1402476280927658, 2.833340644836426, -0.48076653480529785, 0.7294309735298157, 0.06283295154571533, -0.10444808751344681, -0.16969425976276398, 0.0781949982047081, 0.43990474939346313, 1.0075187683105469, NaN], "std": [0.552126407623291, 0.4035969078540802, 0.5018729567527771, 0.20295123755931854, 0.4146935045719147, 0.18783262372016907, 0.15998533368110657, 0.135173037648201, 0.4484275281429291, 0.25512948632240295, 0.7109112739562988, 0.25517183542251587, NaN], "count": [366]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1283018525559398]], [[0.12734686657399527]], [[0.11600925909161927]]], "std": [[[0.300343191921333]], [[0.2975266763824703]], [[0.27391022510629276]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4355461610108289]], [[0.4313392503542233]], [[0.3793769371638399]]], "std": [[[0.3917352206833852]], [[0.3859042912272026]], [[0.35523499252652463]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6355147975814245]], [[0.6466761497253051]], [[0.6224243678799107]]], "std": [[[0.3408530697885997]], [[0.3436025385635885]], [[0.3372082462362764]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6057908134629659]], [[0.5699461567192453]], [[0.529713973999709]]], "std": [[[0.21375438869562596]], [[0.24140614018660722]], [[0.24322096504218838]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6709078724407241]], [[0.6890743094406121]], [[0.6266842353370334]]], "std": [[[0.2608160911357242]], [[0.2562931078924039]], [[0.27768193839639105]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958582194890199]], [[0.9958582194890199]], [[0.9958582194890199]]], "std": [[[0.019105802393982563]], [[0.019105802393982563]], [[0.019105802393982563]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5923587857768873]], [[0.5923587857768873]], [[0.5923587857768873]]], "std": [[[0.33703519716387087]], [[0.33703519716387087]], [[0.33703519716387087]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22305961747237796]], [[0.22305961747237796]], [[0.22305961747237796]]], "std": [[[0.2969480252906694]], [[0.2969480252906694]], [[0.2969480252906694]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06019603015105703]], [[0.06019603015105703]], [[0.06019603015105703]]], "std": [[[0.12832735181746904]], [[0.12832735181746904]], [[0.12832735181746904]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1747917515763188]], [[0.1747917515763188]], [[0.1747917515763188]]], "std": [[[0.2006267063506574]], [[0.2006267063506574]], [[0.2006267063506574]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09877885670871747]], [[0.07875894241968871]], [[0.08344175482853447]]], "std": [[[0.28438771528303103]], [[0.2510207906723216]], [[0.21699595924338136]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2943555013743126]], [[0.18830834089389664]], [[0.3730346914183751]]], "std": [[[0.40244956188896996]], [[0.29970924116937026]], [[0.4291070170146748]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26840167344938043]], [[0.716248246653403]], [[0.29088842083805244]]], "std": [[[0.26926306632498015]], [[0.40429950936634157]], [[0.3723245099641844]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.555548805699223]], [[0.6624518729074339]], [[0.36924720393269994]]], "std": [[[0.4403005731669518]], [[0.33612000940557285]], [[0.31971464328260873]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46120580087990876]], [[0.7423424187499288]], [[0.5383599069531031]]], "std": [[[0.4082113416673481]], [[0.32484751874521967]], [[0.44051977975742224]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.3], "mean": [3.6499999999999995], "std": [2.113094097920551], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [366]}, "index": {"min": [10137], "max": [10502], "mean": [10319.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [366]}}} +{"episode_index": 51, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41462743282318115, 1.4679042100906372, 0.7498772144317627, -0.7728947401046753, -1.565464735031128, -6.228994369506836, 1.5765702724456787, -2.561744213104248, 1.0509933233261108, -4.7271199226379395, 1.2663481374630692e-16, -0.6243902444839478, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.6243902444839478, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41462743282318115, 1.4679042100906372, 0.7498772144317627, 1.0342726707458496, -0.8246470093727112, -5.241877555847168, 2.37886118888855, -0.017502788454294205, 1.5784193277359009, -2.497450113296509, 0.6243902444839478, -1.2663481374630692e-16, 0.6243902444839478, 0.6243902444839478, -1.2663481374630692e-16, 0.6243902444839478, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.41462716460227966, 1.4679069519042969, 0.7498777508735657, 0.527491569519043, -1.0262025594711304, -5.891879558563232, 2.125927448272705, -1.8418678045272827, 1.38925302028656, -4.112502574920654, 0.48089903593063354, -0.48089903593063354, 0.48089903593063354, 0.48089903593063354, -0.48089903593063354, 0.48089903593063354, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 2.7418136596679688e-06, 5.364418029785156e-07, 0.6189991235733032, 0.25240424275398254, 0.324320912361145, 0.2520170509815216, 0.8697268962860107, 0.1569863110780716, 0.7667136192321777, 0.2514799237251282, 0.2514799237251282, 0.2514799237251282, 0.2514799237251282, 0.2514799237251282, 0.2514799237251282, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [176]}, "observation.state": {"min": [-0.8220133185386658, -0.570902943611145, -0.9996540546417236, 2.9672133922576904, -0.6534208655357361, -0.9308074116706848, -0.4986928701400757, -0.408078670501709, -0.8780914545059204, -0.0030180015601217747, -0.4596053659915924, 0.7557215690612793, NaN], "max": [0.667134165763855, 0.06264735013246536, 1.83082204330276e-06, 3.121868133544922, 0.570902943611145, -0.5695143342018127, 0.3792436420917511, -0.24854616820812225, 1.4708402886753902e-06, 0.8128897547721863, 1.0, 1.3968769311904907, NaN], "mean": [-0.49271079897880554, -0.3880075514316559, -0.3468923270702362, 2.999345541000366, 0.1896565556526184, -0.8076229691505432, -0.004689090419560671, -0.298953652381897, -0.2935902774333954, 0.2067432552576065, 0.6266269683837891, 0.8855891823768616, NaN], "std": [0.5149217844009399, 0.24434511363506317, 0.4018738865852356, 0.03125458210706711, 0.5073212385177612, 0.08275672793388367, 0.21801011264324188, 0.05340411514043808, 0.3354870080947876, 0.29647594690322876, 0.5272111296653748, 0.19652196764945984, NaN], "count": [176]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.127135553020839]], [[0.11431440677909276]], [[0.08559937798860182]]], "std": [[[0.29936743166726865]], [[0.2723028040525098]], [[0.21597517369158248]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44183347716843996]], [[0.3862413331804457]], [[0.29109348611370955]]], "std": [[[0.39035768097189344]], [[0.3577095132178525]], [[0.3150106795309914]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.7561171776668673]], [[0.694517878804338]], [[0.419381034285059]]], "std": [[[0.2160390454564681]], [[0.21493980235531218]], [[0.16626704633262004]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5895737585756234]], [[0.5126444188290548]], [[0.3985850984147292]]], "std": [[[0.24604197999577457]], [[0.25048330221667114]], [[0.2648461931096891]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6713431168028239]], [[0.57775204302849]], [[0.420489511436735]]], "std": [[[0.21076636153428832]], [[0.24507394221338702]], [[0.3217575967473917]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966832764363226]], [[0.9966832764363226]], [[0.9966832764363226]]], "std": [[[0.016571583560009803]], [[0.016571583560009803]], [[0.016571583560009803]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5860813161214009]], [[0.5860813161214009]], [[0.5860813161214009]]], "std": [[[0.3338761748162672]], [[0.3338761748162672]], [[0.3338761748162672]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "mean": [[[0.04113670638393178]], [[0.04113670638393178]], [[0.04113670638393178]]], "std": [[[0.028856603445104545]], [[0.028856603445104545]], [[0.028856603445104545]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.041417268661850706]], [[0.041417268661850706]], [[0.041417268661850706]]], "std": [[[0.04123304416202597]], [[0.04123304416202597]], [[0.04123304416202597]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11437041462732626]], [[0.11437041462732626]], [[0.11437041462732626]]], "std": [[[0.06411180354785825]], [[0.06411180354785825]], [[0.06411180354785825]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03816089549256316]], [[0.13824723679013687]], [[0.09162649811472073]]], "std": [[[0.1531470228465035]], [[0.3388504774465309]], [[0.23003081788786411]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3533578838737711]], [[0.4950286496733367]], [[0.15281027244179707]]], "std": [[[0.3547640578159519]], [[0.47677666458176676]], [[0.27486592594449727]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16611325355011197]], [[0.4378860195629156]], [[0.8884508523152087]]], "std": [[[0.21980382731264175]], [[0.2690892371132275]], [[0.24623694539708027]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4188183996282415]], [[0.6809534839276841]], [[0.4593165344657749]]], "std": [[[0.38760048428291877]], [[0.3561718780201688]], [[0.38442324235387265]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6921300175485535]], [[0.41151829522205924]], [[0.5177183903074585]]], "std": [[[0.3754547371676436]], [[0.37367705472296325]], [[0.38521405435661404]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.5], "mean": [1.75], "std": [1.0161200716450787], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [176]}, "index": {"min": [10503], "max": [10678], "mean": [10590.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [176]}}} +{"episode_index": 52, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4968147277832031, 1.1888604164123535, 0.6960693001747131, -2.5404469966888428, -1.5670806169509888, -2.25537109375, -2.043186902999878, -2.4250261783599854, -1.9131453037261963, -2.4814302921295166, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4968147277832031, 1.1888604164123535, 0.6960693001747131, -0.7917768359184265, -0.7126139998435974, 1.0369842052459717, 1.5551484823226929, -0.010499891825020313, 1.0343798398971558, -1.5774638652801514, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4968123137950897, 1.1888644695281982, 0.6960716843605042, -2.1010260581970215, -1.1163710355758667, -1.227401614189148, -1.3751815557479858, -1.9227522611618042, -1.060123324394226, -2.1251111030578613, 0.4251837134361267, -0.4251837134361267, 0.4251837134361267, 0.4251837134361267, -0.4251837134361267, 0.4251837134361267, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.4139881134033203e-06, 4.0531158447265625e-06, 2.384185791015625e-06, 0.5151947736740112, 0.2605929374694824, 0.9523476958274841, 1.0893269777297974, 0.7043678164482117, 0.7842205166816711, 0.3085798919200897, 0.177036851644516, 0.177036851644516, 0.177036851644516, 0.177036851644516, 0.177036851644516, 0.177036851644516, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [351]}, "observation.state": {"min": [-0.6732277274131775, -0.9734408855438232, -0.9940071702003479, 1.0160833597183228, 0.6395034790039062, -0.7668669819831848, -0.26246896386146545, -0.39382317662239075, -0.7200329303741455, -0.6999149918556213, -0.9888042211532593, 0.7290425300598145, NaN], "max": [0.5791506171226501, 0.859076976776123, 0.9861578345298767, 2.287212371826172, 0.9651418328285217, 0.5869258046150208, 0.27280211448669434, -0.07719769328832626, 0.6637971997261047, 0.770022988319397, 1.0, 2.1444661617279053, NaN], "mean": [-0.39104124903678894, -0.6338091492652893, 0.004097921773791313, 1.894405484199524, 0.8120943307876587, -0.514037549495697, 0.0014572328655049205, -0.2681339681148529, 0.003869101172313094, 0.02110334485769272, 0.7791587114334106, 0.9859107136726379, NaN], "std": [0.3486383259296417, 0.44726526737213135, 0.35179492831230164, 0.2754966914653778, 0.05965162441134453, 0.2524031102657318, 0.09486190974712372, 0.05846218019723892, 0.24993214011192322, 0.26429399847984314, 0.5100328922271729, 0.3999447226524353, NaN], "count": [351]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08885475872918162]], [[0.08552158364799357]], [[0.081389984919107]]], "std": [[[0.21852578853837987]], [[0.21266688928043462]], [[0.20332683476258917]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29431525436685396]], [[0.2758340954247025]], [[0.261449796183307]]], "std": [[[0.290534447529646]], [[0.2879642388315588]], [[0.28248325449407535]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6094790111386711]], [[0.6027183319687438]], [[0.5738757278089923]]], "std": [[[0.24199981490064368]], [[0.2412504860710662]], [[0.23478185157602932]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5495118672344967]], [[0.507525193942698]], [[0.47718079569983324]]], "std": [[[0.2539291587373187]], [[0.2800403318031063]], [[0.29795752218648286]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5273437028722093]], [[0.45362290123121507]], [[0.42065709911747606]]], "std": [[[0.24733033218669767]], [[0.30520628272528355]], [[0.33266524915681306]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959181340194503]], [[0.9959181340194503]], [[0.9959181340194503]]], "std": [[[0.018978247124588937]], [[0.018978247124588937]], [[0.018978247124588937]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5944218841259016]], [[0.5944218841259016]], [[0.5944218841259016]]], "std": [[[0.33689700791174754]], [[0.33689700791174754]], [[0.33689700791174754]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1408548700421313]], [[0.1408548700421313]], [[0.1408548700421313]]], "std": [[[0.16529695389555393]], [[0.16529695389555393]], [[0.16529695389555393]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0928517049992255]], [[0.0928517049992255]], [[0.0928517049992255]]], "std": [[[0.1788896731593986]], [[0.1788896731593986]], [[0.1788896731593986]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.10982149560347376]], [[0.10982149560347376]], [[0.10982149560347376]]], "std": [[[0.05243027657009019]], [[0.05243027657009019]], [[0.05243027657009019]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09673751132408095]], [[0.1077315198710379]], [[0.04927094711897276]]], "std": [[[0.28280852992994476]], [[0.2751831957307265]], [[0.15273312857218663]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4052042076294968]], [[0.274819147973132]], [[0.24878884402842907]]], "std": [[[0.42685962532976796]], [[0.3419622346566642]], [[0.37933447368425205]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.316808993013436]], [[0.7370139027191875]], [[0.6645516119925621]]], "std": [[[0.3725850082658266]], [[0.4040639975074042]], [[0.23808561736691458]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4856749863038133]], [[0.4204386950635389]], [[0.6106344489439016]]], "std": [[[0.32211739303995535]], [[0.42044406604879536]], [[0.4261107012784383]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49273579469064055]], [[0.637479721932205]], [[0.3530884153394609]]], "std": [[[0.36925424964862336]], [[0.38838666415005557]], [[0.3756144790839265]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.0], "mean": [3.5], "std": [2.0264912204760885], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [351]}, "index": {"min": [10679], "max": [11029], "mean": [10854.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [351]}}} +{"episode_index": 53, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46153151988983154, 0.4975734353065491, 0.798220157623291, -0.7851822376251221, -1.5665076971054077, -5.507402420043945, 0.16128534078598022, 0.004608314950019121, -0.841509222984314, -7.431740760803223, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46153151988983154, 0.4975734353065491, 0.798220157623291, 0.21833504736423492, 1.8233847618103027, -2.8466241359710693, 1.5707401037216187, 4.147839069366455, 1.0468785762786865, -2.2891905307769775, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46153223514556885, 0.4975737929344177, 0.7982185482978821, -0.25200414657592773, 0.7158797979354858, -3.963141441345215, 0.7616114616394043, 2.78600811958313, -0.054228611290454865, -5.233120441436768, 0.34273409843444824, -0.34273409843444824, 0.34273409843444824, 0.34273409843444824, -0.34273409843444824, 0.34273409843444824, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 3.5762786865234375e-07, 1.6093254089355469e-06, 0.32155555486679077, 1.0108569860458374, 1.0559501647949219, 0.43832629919052124, 1.2782944440841675, 0.661961555480957, 2.0162112712860107, 0.12440726161003113, 0.12440726161003113, 0.12440726161003113, 0.12440726161003113, 0.12440726161003113, 0.12440726161003113, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [307]}, "observation.state": {"min": [-0.994377613067627, -0.5004025101661682, -0.14713403582572937, -0.057438161224126816, -0.4336329996585846, -0.994377613067627, -0.992583692073822, -0.7282321453094482, -0.7986501455307007, -0.6276144981384277, -0.7087504863739014, 0.7531436085700989, NaN], "max": [0.9958333373069763, 0.8100355863571167, 0.9999593496322632, 0.7207054495811462, 0.11940107494592667, 0.02072116918861866, 0.007728187832981348, 0.06751570850610733, 0.9674199223518372, 0.9375201463699341, 1.0, 1.4865529537200928, NaN], "mean": [-0.37902238965034485, -0.08796148747205734, 0.37942302227020264, 0.40296927094459534, -0.1353701502084732, -0.8282719850540161, -0.34891510009765625, -0.3271508514881134, 0.3606482744216919, -0.141494020819664, 0.3875507414340973, 1.0727741718292236, NaN], "std": [0.7172255516052246, 0.19919265806674957, 0.3880119025707245, 0.2752249240875244, 0.19001775979995728, 0.206935316324234, 0.30817145109176636, 0.2671380639076233, 0.3967752158641815, 0.45133981108665466, 0.5818740725517273, 0.25011831521987915, NaN], "count": [307]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12437632494261683]], [[0.11403798722046872]], [[0.09658803814949597]]], "std": [[[0.29732547186719044]], [[0.2734911539839611]], [[0.2377294028610127]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39766862805448433]], [[0.36146906673479556]], [[0.3003768493204881]]], "std": [[[0.4029409833616206]], [[0.3674294507946444]], [[0.31660304184953475]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4910641343641181]], [[0.48496406670462033]], [[0.4792007381523794]]], "std": [[[0.28466190095468424]], [[0.2747861447448232]], [[0.26811739235600907]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4172828227354688]], [[0.4034004845466109]], [[0.38147322018304947]]], "std": [[[0.34534800906117274]], [[0.34228066739269847]], [[0.33845117205269215]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5406001954011659]], [[0.5056007445897547]], [[0.4554327103160952]]], "std": [[[0.3654286709321583]], [[0.3482168837047359]], [[0.3329759178817755]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957488511631869]], [[0.9957488511631869]], [[0.9957488511631869]]], "std": [[[0.019699888955172242]], [[0.019699888955172242]], [[0.019699888955172242]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6104994531583708]], [[0.6104994531583708]], [[0.6104994531583708]]], "std": [[[0.3394980039660864]], [[0.3394980039660864]], [[0.3394980039660864]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08586117665834501]], [[0.08586117665834501]], [[0.08586117665834501]]], "std": [[[0.09917687490999068]], [[0.09917687490999068]], [[0.09917687490999068]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22913558520771599]], [[0.22913558520771599]], [[0.22913558520771599]]], "std": [[[0.39264179875218025]], [[0.39264179875218025]], [[0.39264179875218025]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19272096190481938]], [[0.19272096190481938]], [[0.19272096190481938]]], "std": [[[0.2678395445521301]], [[0.2678395445521301]], [[0.2678395445521301]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1475696386553664]], [[0.1026398214701222]], [[0.02647520705214475]]], "std": [[[0.3497528903209366]], [[0.26299004556786737]], [[0.10837588775419887]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3583014649722958]], [[0.19196945063035986]], [[0.39036805962082516]]], "std": [[[0.43282638184852845]], [[0.3284444227426216]], [[0.4097076800277841]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31836328389294916]], [[0.6594442667460609]], [[0.6470332081397929]]], "std": [[[0.3431215874861042]], [[0.32854244717389347]], [[0.38772831154250637]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4321337632963654]], [[0.48583341145356607]], [[0.42661960006464195]]], "std": [[[0.3988008591281421]], [[0.42340546247791677]], [[0.4401765619717718]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5807832582641483]], [[0.5446940335588426]], [[0.33807542324066864]]], "std": [[[0.41927134381057124]], [[0.38167538238735554]], [[0.34279446144104886]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.12], "mean": [3.06], "std": [1.772455923288362], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [307]}, "index": {"min": [11030], "max": [11336], "mean": [11183.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [307]}}} +{"episode_index": 54, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4899117350578308, 1.857803225517273, 0.5854262709617615, -12.09416389465332, -1.5707963705062866, 0.05060422047972679, 0.7688307166099548, -0.091959647834301, -2.0325493812561035, -9.317538261413574, 6.765421556309548e-17, -0.4682926833629608, 6.765421556309548e-17, 6.765421556309548e-17, -0.4682926833629608, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4899117350578308, 1.857803225517273, 0.5854262709617615, -6.994086265563965, -0.8488874435424805, 1.0578724145889282, 1.9255812168121338, 5.079756736755371, 1.0471975803375244, -2.481858253479004, 0.4682926833629608, -6.765421556309548e-17, 0.4682926833629608, 0.4682926833629608, -6.765421556309548e-17, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48991289734840393, 1.8577938079833984, 0.5854232907295227, -10.041508674621582, -1.0784180164337158, 0.523163914680481, 1.4168074131011963, 2.9490878582000732, -0.48310789465904236, -6.62120246887207, 0.41875535249710083, -0.41875535249710083, 0.41875535249710083, 0.41875535249710083, -0.41875535249710083, 0.41875535249710083, -2.3561999797821045, 1.570799469947815, -1.0472009181976318, -1.570799469947815, 0.0, -1.0472009181976318, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 9.417533874511719e-06, 2.9802322387695312e-06, 1.743920087814331, 0.1543530523777008, 0.32564884424209595, 0.3379012942314148, 1.735114336013794, 1.0333386659622192, 2.2008259296417236, 0.13987748324871063, 0.13987748324871063, 0.13987748324871063, 0.13987748324871063, 0.13987748324871063, 0.13987748324871063, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.337860107421875e-06, 3.0994415283203125e-06, 0.0, 3.337860107421875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [363]}, "observation.state": {"min": [-0.472334086894989, -0.9984985589981079, -0.7616754770278931, -0.7270108461380005, -0.9128050208091736, -0.7228356599807739, -0.8277013897895813, -0.613943874835968, -0.9798166751861572, -0.7027645707130432, -0.994988203048706, 0.7528190612792969, NaN], "max": [0.9070741534233093, -0.4176241457462311, 0.33894190192222595, -0.0890599861741066, 0.9984985589981079, 0.7809603810310364, 0.7970988154411316, 0.06461315602064133, 0.8836901187896729, 0.428637832403183, 1.0, 1.3698521852493286, NaN], "mean": [0.22657528519630432, -0.7579355835914612, -0.19176538288593292, -0.38997089862823486, 0.2980019152164459, -0.043666526675224304, 0.043717771768569946, -0.12871487438678741, 0.021704670041799545, -0.1818385124206543, 0.22477588057518005, 1.0726090669631958, NaN], "std": [0.4656924307346344, 0.18016457557678223, 0.2968100309371948, 0.21164552867412567, 0.6525381207466125, 0.5182016491889954, 0.4615592062473297, 0.21272078156471252, 0.46552324295043945, 0.29928335547447205, 0.7808048725128174, 0.20610521733760834, NaN], "count": [363]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09677913163829192]], [[0.09530972962352753]], [[0.09182059571203742]]], "std": [[[0.2290229980737178]], [[0.2261672453904107]], [[0.2182377095493309]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3320093181008938]], [[0.32459427972139576]], [[0.31023445725884485]]], "std": [[[0.28485151003253956]], [[0.2814735763785836]], [[0.2737932314291853]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.16004475585247951]], [[0.16015167663454014]], [[0.16053314074851924]]], "std": [[[0.2852578495955288]], [[0.2854506092180222]], [[0.2861533857811782]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23957912976072412]], [[0.237531475748194]], [[0.2340604389083016]]], "std": [[[0.30551736192415374]], [[0.3034678616078628]], [[0.300130579586829]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4549011131965525]], [[0.4495723705165524]], [[0.43233637164041094]]], "std": [[[0.31833921843099]], [[0.32018556788882035]], [[0.3174469727030348]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962386804453323]], [[0.9962386804453323]], [[0.9962386804453323]]], "std": [[[0.017673814931078426]], [[0.017673814931078426]], [[0.017673814931078426]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.572752054428009]], [[0.572752054428009]], [[0.572752054428009]]], "std": [[[0.32599998603350094]], [[0.32599998603350094]], [[0.32599998603350094]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7288754508677381]], [[0.7288754508677381]], [[0.7288754508677381]]], "std": [[[0.44331752355200044]], [[0.44331752355200044]], [[0.44331752355200044]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49081381165714805]], [[0.49081381165714805]], [[0.49081381165714805]]], "std": [[[0.4665340007630584]], [[0.4665340007630584]], [[0.4665340007630584]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3584297752752481]], [[0.3584297752752481]], [[0.3584297752752481]]], "std": [[[0.36758964935406124]], [[0.36758964935406124]], [[0.36758964935406124]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08597300862138912]], [[0.12169102341528247]], [[0.07837395920715674]]], "std": [[[0.23714281194632758]], [[0.29854356425186485]], [[0.25028372270345794]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17570682851301322]], [[0.2648027380303375]], [[0.506274871906288]]], "std": [[[0.3068453980904139]], [[0.3015166775520071]], [[0.4693619368136213]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19733842690661982]], [[0.14413413746881057]], [[0.09957049294872697]]], "std": [[[0.38208690187889927]], [[0.276371668845678]], [[0.25514257265676554]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3247053324937923]], [[0.30612072761117715]], [[0.27521519542463546]]], "std": [[[0.43058924814343663]], [[0.38646882037904456]], [[0.3615379554139331]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6570911793875239]], [[0.22789749820792857]], [[0.5127566263056641]]], "std": [[[0.4113106655292134]], [[0.33660993946892537]], [[0.40863779344165657]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.24], "mean": [3.6199999999999997], "std": [2.0957735246602067], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [363]}, "index": {"min": [11337], "max": [11699], "mean": [11518.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [363]}}} +{"episode_index": 55, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4441406726837158, 0.7796647548675537, 0.6101170182228088, -0.7734377980232239, -1.5658138990402222, 1.0492393970489502, 0.1537235677242279, -4.408520698547363, 0.45899415016174316, -2.4773502349853516, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4441406726837158, 0.7796647548675537, 0.6101170182228088, 0.6630758047103882, 1.3982383012771606, 3.5931763648986816, 1.5542826652526855, -0.011628645472228527, 1.0413298606872559, 0.161152184009552, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4441394805908203, 0.7796633839607239, 0.6101179122924805, 0.24529387056827545, 0.3159547746181488, 2.6083924770355225, 0.619111955165863, -2.9466731548309326, 0.6369317173957825, -0.8822423815727234, 0.31681525707244873, -0.31681525707244873, 0.31681525707244873, 0.31681525707244873, -0.31681525707244873, 0.31681525707244873, -2.3561995029449463, 1.5707989931106567, -1.047197699546814, -1.5707989931106567, 0.0, -1.047197699546814, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 1.3709068298339844e-06, 8.940696716308594e-07, 0.354025661945343, 1.0101134777069092, 0.9064860939979553, 0.36125344038009644, 1.4574990272521973, 0.12984617054462433, 0.8779789805412292, 0.12174976617097855, 0.12174976617097855, 0.12174976617097855, 0.12174976617097855, 0.12174976617097855, 0.12174976617097855, 5.0067901611328125e-06, 2.6226043701171875e-06, 1.1920928955078125e-07, 2.6226043701171875e-06, 0.0, 1.1920928955078125e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [273]}, "observation.state": {"min": [-0.4108954966068268, -0.9533188939094543, -0.26872122287750244, -0.1992167830467224, -0.9867349863052368, -0.8604645729064941, -0.8374398946762085, -1.5111427307128906, -0.25243258476257324, -0.9046781063079834, -0.8751964569091797, 0.6762242913246155, NaN], "max": [0.7330952286720276, 0.9519206285476685, 0.7851061224937439, 0.6808241605758667, -0.4933736324310303, 0.18351700901985168, 0.6311253309249878, -0.2147293984889984, 0.8328450918197632, 0.30491483211517334, 1.0, 1.6181057691574097, NaN], "mean": [0.04099031910300255, 0.48215463757514954, 0.3737786114215851, 0.21754860877990723, -0.8429840207099915, -0.2437739074230194, -0.011068392544984818, -0.6254673600196838, 0.10468851029872894, -0.3432803750038147, 0.4588283598423004, 0.9483522772789001, NaN], "std": [0.4037826657295227, 0.5822822451591492, 0.3521973788738251, 0.36459603905677795, 0.16306878626346588, 0.3154313564300537, 0.32208898663520813, 0.44882017374038696, 0.29513758420944214, 0.3895001709461212, 0.649507462978363, 0.28155943751335144, NaN], "count": [273]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.08075573714318666]], [[0.0777828163651494]], [[0.04881623103740316]]], "std": [[[0.19840694692473596]], [[0.19522900349445274]], [[0.13324135005617896]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27319530929912406]], [[0.25986594568062166]], [[0.1870244774494046]]], "std": [[[0.2644563401009772]], [[0.2607838291500412]], [[0.22079501190709636]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.47687148785850647]], [[0.4705495252100361]], [[0.36629174319431956]]], "std": [[[0.2207627329879784]], [[0.22622717175876175]], [[0.26077854662976807]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34529919244466706]], [[0.34388206862376286]], [[0.32578625901986935]]], "std": [[[0.3627354730091814]], [[0.36291904361746624]], [[0.3630979368423601]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39513193199717556]], [[0.3765420457844914]], [[0.3170002340254182]]], "std": [[[0.2819805474317576]], [[0.28208571532343657]], [[0.2902438506891521]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8313725490196079]], [[0.8313725490196079]], [[0.8313725490196079]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9974988865352236]], [[0.9974988865352236]], [[0.9974988865352236]]], "std": [[[0.01396883528903303]], [[0.01396883528903303]], [[0.01396883528903303]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5809789222894794]], [[0.5809789222894794]], [[0.5809789222894794]]], "std": [[[0.33414493936387724]], [[0.33414493936387724]], [[0.33414493936387724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12330067840548893]], [[0.12330067840548893]], [[0.12330067840548893]]], "std": [[[0.13040322389603679]], [[0.13040322389603679]], [[0.13040322389603679]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2960980814609624]], [[0.2960980814609624]], [[0.2960980814609624]]], "std": [[[0.43582691191969397]], [[0.43582691191969397]], [[0.43582691191969397]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27059584480829024]], [[0.27059584480829024]], [[0.27059584480829024]]], "std": [[[0.3369868868640835]], [[0.3369868868640835]], [[0.3369868868640835]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08413074175328623]], [[0.10563043832491446]], [[0.08630261431202897]]], "std": [[[0.2585408962609674]], [[0.28438480938300564]], [[0.2550834788107453]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2542395950890872]], [[0.39040669057883404]], [[0.3438760992991978]]], "std": [[[0.3792300471453453]], [[0.4185338549150901]], [[0.4263224283495583]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49835734273190146]], [[0.48478033059946046]], [[0.5241263844548113]]], "std": [[[0.38278629782034385]], [[0.42074211777088244]], [[0.4065545149231958]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3970630775616563]], [[0.5426089126803555]], [[0.3292405908705947]]], "std": [[[0.4001488514106029]], [[0.4625736649831669]], [[0.3836774475178734]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5808916368435134]], [[0.5228395169017985]], [[0.3838793340803371]]], "std": [[[0.4311179386112553]], [[0.4371244296485196]], [[0.3924429128676193]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.44], "mean": [2.72], "std": [1.5761556606714537], "count": [273]}, "frame_index": {"min": [0], "max": [272], "mean": [136.0], "std": [78.80778303357269], "count": [273]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [273]}, "index": {"min": [11700], "max": [11972], "mean": [11836.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [273]}}} +{"episode_index": 56, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3051852881908417, 1.2581040859222412, 0.4429536461830139, -0.7809118032455444, -1.5596568584442139, 0.3403696119785309, 0.6417357325553894, -1.9495658874511719, 0.16559407114982605, -4.012720108032227, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3051852881908417, 1.2581040859222412, 0.4429536461830139, 0.3285178244113922, -0.052103135734796524, 1.0421007871627808, 1.5652663707733154, -0.014469645917415619, 1.0386360883712769, -2.4878456592559814, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30518394708633423, 1.2581093311309814, 0.4429531395435333, 0.03966008871793747, -0.29778894782066345, 0.46889400482177734, 0.906079888343811, -1.521790862083435, 0.3055506646633148, -3.430443048477173, 0.32159483432769775, -0.32159483432769775, 0.32159483432769775, 0.32159483432769775, -0.32159483432769775, 0.32159483432769775, -2.3561999797821045, 1.570799469947815, -1.0472009181976318, -1.570799469947815, 0.0, -1.0472009181976318, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-06, 5.245208740234375e-06, 5.066394805908203e-07, 0.30020537972450256, 0.3538611829280853, 0.18108557164669037, 0.2199522852897644, 0.4310852587223053, 0.18636570870876312, 0.4307655990123749, 0.2506074607372284, 0.2506074607372284, 0.2506074607372284, 0.2506074607372284, 0.2506074607372284, 0.2506074607372284, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.337860107421875e-06, 3.0994415283203125e-06, 0.0, 3.337860107421875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [364]}, "observation.state": {"min": [0.8078463077545166, -0.1649356633424759, -0.5869720578193665, 2.214022636413574, 0.14660783112049103, 0.3120323121547699, -6.293707428994821e-06, -0.35142412781715393, -0.009078430943191051, -0.8909094333648682, 0.21993495523929596, 0.7519702911376953, NaN], "max": [0.9888227581977844, 0.3300245702266693, 0.006855560466647148, 2.381704568862915, 0.41534075140953064, 0.9890739917755127, 0.9321519732475281, 0.1605590581893921, 0.44305387139320374, 6.42003578832373e-06, 1.0, 1.2690049409866333, NaN], "mean": [0.964729905128479, -0.1115652322769165, -0.08690089732408524, 2.350003480911255, 0.1826092004776001, 0.927317202091217, 0.11794251948595047, 0.11333297938108444, 0.07209654152393341, -0.13024921715259552, 0.9172256588935852, 0.8068503737449646, NaN], "std": [0.05248389393091202, 0.1157783716917038, 0.18201909959316254, 0.044332705438137054, 0.07277320325374603, 0.15427392721176147, 0.2524375915527344, 0.1027148887515068, 0.15064573287963867, 0.27103644609451294, 0.20094601809978485, 0.12497696280479431, NaN], "count": [364]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.13357363787483462]], [[0.130995202143646]], [[0.12887701327239284]]], "std": [[[0.31141979616355664]], [[0.30628272251527117]], [[0.3023630451356903]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635286218450993]], [[0.451088274521874]], [[0.439124871001032]]], "std": [[[0.40693299660133864]], [[0.40098954161683886]], [[0.3981570059723297]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.8038467703486443]], [[0.7877477849728859]], [[0.7743430772397876]]], "std": [[[0.22797765981189824]], [[0.23100832936923826]], [[0.23213876735986871]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7352782776802113]], [[0.7118110992422002]], [[0.6926612874348467]]], "std": [[[0.21265196060940272]], [[0.2135029087723051]], [[0.2144566156487211]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.770036746684584]], [[0.7374048861020418]], [[0.7103892640671741]]], "std": [[[0.18618526607793567]], [[0.20532595584282062]], [[0.22296969712859396]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960607285901947]], [[0.9960607285901947]], [[0.9960607285901947]]], "std": [[[0.01843995534611736]], [[0.01843995534611736]], [[0.01843995534611736]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5913096317217766]], [[0.5913096317217766]], [[0.5913096317217766]]], "std": [[[0.3363137643629355]], [[0.3363137643629355]], [[0.3363137643629355]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.12720226971127702]], [[0.12720226971127702]], [[0.12720226971127702]]], "std": [[[0.078079271279686]], [[0.078079271279686]], [[0.078079271279686]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.052897988387243]], [[0.052897988387243]], [[0.052897988387243]]], "std": [[[0.053497120144357965]], [[0.053497120144357965]], [[0.053497120144357965]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.12169699273984755]], [[0.12169699273984755]], [[0.12169699273984755]]], "std": [[[0.04929721812143752]], [[0.04929721812143752]], [[0.04929721812143752]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07638561890335287]], [[0.08239299103930754]], [[0.1416055176353911]]], "std": [[[0.23705950600184306]], [[0.2384353493114654]], [[0.34411978785845077]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45039420207055497]], [[0.2828187965997247]], [[0.3522475841401846]]], "std": [[[0.3968799087584284]], [[0.3976562063109002]], [[0.4481510551704546]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26804824276415534]], [[0.7846762570148952]], [[0.6845612533033458]]], "std": [[[0.3221811530635467]], [[0.3579140832079238]], [[0.23888688438759828]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462057318122352]], [[0.730054022990818]], [[0.5799094355159389]]], "std": [[[0.4306341814965452]], [[0.2365119386877025]], [[0.4102354156214685]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39879219548699746]], [[0.4441586303410937]], [[0.6732313116621772]]], "std": [[[0.3659370157135718]], [[0.3780684320563776]], [[0.3671304097885693]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.26], "mean": [3.63], "std": [2.101547049199708], "count": [364]}, "frame_index": {"min": [0], "max": [363], "mean": [181.5], "std": [105.0773524599854], "count": [364]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [364]}, "index": {"min": [11973], "max": [12336], "mean": [12154.5], "std": [105.0773524599854], "count": [364]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [364]}}} +{"episode_index": 57, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.7904186248779297, 0.2553851902484894, -1.9055086374282837, -1.5729689598083496, 1.0544934272766113, 0.9799453616142273, -0.48841923475265503, 0.9737240672111511, -4.097836494445801, 3.9898639947466563e-17, -0.23902438580989838, 3.9898639947466563e-17, 3.9898639947466563e-17, -0.23902438580989838, 3.9898639947466563e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 0.7904186248779297, 0.2553851902484894, -0.7918877005577087, -1.2893996238708496, 1.6711920499801636, 1.5592005252838135, -0.006537589710205793, 1.2391340732574463, -2.4998462200164795, 0.23902438580989838, -3.9898639947466563e-17, 0.23902438580989838, 0.23902438580989838, -3.9898639947466563e-17, 0.23902438580989838, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000409781933, 0.7904197573661804, 0.25538501143455505, -1.557778000831604, -1.3939101696014404, 1.4915063381195068, 1.1625784635543823, -0.35605356097221375, 1.0739953517913818, -3.6461029052734375, 0.1530165821313858, -0.1530165821313858, 0.1530165821313858, 0.1530165821313858, -0.1530165821313858, 0.1530165821313858, -2.356196880340576, 1.570796012878418, -1.0471972227096558, -1.570796012878418, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9103830456733704e-11, 1.1324882507324219e-06, 1.7881393432617188e-07, 0.40701809525489807, 0.10974744707345963, 0.20847417414188385, 0.1625523865222931, 0.1616162806749344, 0.07778408378362656, 0.5547075271606445, 0.1121540293097496, 0.1121540293097496, 0.1121540293097496, 0.1121540293097496, 0.1121540293097496, 0.1121540293097496, 2.384185791015625e-06, 3.5762786865234375e-07, 3.5762786865234375e-07, 3.5762786865234375e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [98]}, "observation.state": {"min": [-0.9944897890090942, -0.2584431767463684, -0.7019839882850647, 2.3658268451690674, -0.5796385407447815, -0.9959865212440491, -0.7058212757110596, -0.32863977551460266, -0.8380507230758667, -0.14573411643505096, 0.09563601016998291, 0.7528319954872131, NaN], "max": [0.49450451135635376, 0.791702926158905, 1.9309171150894144e-08, 2.6959948539733887, 0.2584431767463684, -0.40736591815948486, -3.904434606738505e-07, -0.02647566981613636, 2.191094239378799e-07, 0.7558897137641907, 1.0, 1.1108076572418213, NaN], "mean": [-0.6717953681945801, 0.11712586134672165, -0.2239433079957962, 2.5855982303619385, -0.0638219565153122, -0.8374997973442078, -0.22379186749458313, -0.10109778493642807, -0.274004191160202, 0.08361106365919113, 0.8157982230186462, 0.8851875066757202, NaN], "std": [0.482534259557724, 0.42301464080810547, 0.2702616751194, 0.13294389843940735, 0.35532504320144653, 0.20249724388122559, 0.2778073847293854, 0.10710494220256805, 0.3323318660259247, 0.24070344865322113, 0.2898644804954529, 0.14568276703357697, NaN], "count": [98]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09708391136626326]], [[0.08409080673410228]], [[0.06575855608137034]]], "std": [[[0.2502306777417982]], [[0.21991890261469596]], [[0.17520854127890603]]], "count": [98]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3572002050709138]], [[0.30560037564494014]], [[0.23438779294078016]]], "std": [[[0.37557941123477423]], [[0.3355532169362969]], [[0.2739244590051927]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.34272225767294706]], [[0.3208029095842023]], [[0.30250044410910976]]], "std": [[[0.23372473550715067]], [[0.23716657639271338]], [[0.24228355811121072]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5999982962303624]], [[0.566552166504576]], [[0.5133168441276171]]], "std": [[[0.3097033964877445]], [[0.3216315136456253]], [[0.33373399590335007]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5026965692059799]], [[0.43500125675248724]], [[0.37851170562955183]]], "std": [[[0.28775580943564694]], [[0.2934872598957996]], [[0.3044058042863035]]], "count": [98]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965578817279792]], [[0.9965578817279792]], [[0.9965578817279792]]], "std": [[[0.016971955193778122]], [[0.016971955193778122]], [[0.016971955193778122]]], "count": [98]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5860145679283307]], [[0.5860145679283307]], [[0.5860145679283307]]], "std": [[[0.33200491641324176]], [[0.33200491641324176]], [[0.33200491641324176]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.06127630355175483]], [[0.06127630355175483]], [[0.06127630355175483]]], "std": [[[0.057385266782716014]], [[0.057385266782716014]], [[0.057385266782716014]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "mean": [[[0.03149667240104893]], [[0.03149667240104893]], [[0.03149667240104893]]], "std": [[[0.035115485824247755]], [[0.035115485824247755]], [[0.035115485824247755]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0969496556873151]], [[0.0969496556873151]], [[0.0969496556873151]]], "std": [[[0.08154738524553828]], [[0.08154738524553828]], [[0.08154738524553828]]], "count": [98]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08081432908309182]], [[0.07824407694749183]], [[0.09607242643988274]]], "std": [[[0.2534171887733858]], [[0.20173238066446247]], [[0.28261243003342856]]], "count": [98]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5114720516297213]], [[0.31416424851120983]], [[0.13999096577860307]]], "std": [[[0.48246724653894335]], [[0.3378815345491544]], [[0.2501148605874255]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5914095825396264]], [[0.2658124184662408]], [[0.7595665960375464]]], "std": [[[0.2507892659134835]], [[0.307984396688521]], [[0.3841473127668909]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45480996543482477]], [[0.7496804090809746]], [[0.47806288617837617]]], "std": [[[0.42885044339498435]], [[0.2985855539152636]], [[0.38786925337133243]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7002568956175884]], [[0.5909826643971087]], [[0.33505465111389104]]], "std": [[[0.40120568439727106]], [[0.3772211990268246]], [[0.3374839396658503]]], "count": [98]}, "timestamp": {"min": [0.0], "max": [1.94], "mean": [0.9699999999999999], "std": [0.5657738063926254], "count": [98]}, "frame_index": {"min": [0], "max": [97], "mean": [48.5], "std": [28.28869031963127], "count": [98]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [98]}, "index": {"min": [12337], "max": [12434], "mean": [12385.5], "std": [28.28869031963127], "count": [98]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [98]}}} +{"episode_index": 58, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16611966490745544, 1.8345879316329956, 0.6061732172966003, -0.7762331962585449, -1.749913215637207, 0.6128292679786682, 1.5552316904067993, -0.6380403637886047, 1.0583531856536865, -2.6767520904541016, 6.938893903907228e-18, -0.28780487179756165, 6.938893903907228e-18, 6.938893903907228e-18, -0.28780487179756165, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16611966490745544, 1.8345879316329956, 0.6061732172966003, -0.28028762340545654, -1.5744425058364868, 1.0394599437713623, 1.7136677503585815, -0.011482203379273415, 1.5952155590057373, -2.485825538635254, 0.28780487179756165, -6.938893903907228e-18, 0.28780487179756165, 0.28780487179756165, -6.938893903907228e-18, 0.28780487179756165, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16611960530281067, 1.8345885276794434, 0.6061735153198242, -0.3681448698043823, -1.7116740942001343, 0.6917201280593872, 1.621268630027771, -0.5248620510101318, 1.4618198871612549, -2.636190414428711, 0.17972703278064728, -0.17972703278064728, 0.17972703278064728, 0.17972703278064728, -0.17972703278064728, 0.17972703278064728, -2.356196165084839, 1.5707951784133911, -1.0471975803375244, -1.5707951784133911, 0.0, -1.0471975803375244, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 5.960464477539062e-07, 2.980232238769531e-07, 0.13174016773700714, 0.04239800572395325, 0.11303454637527466, 0.056164585053920746, 0.16623365879058838, 0.12723378837108612, 0.04635303467512131, 0.13537852466106415, 0.13537852466106415, 0.13537852466106415, 0.13537852466106415, 0.13537852466106415, 0.13537852466106415, 1.6689300537109375e-06, 1.1920928955078125e-06, 0.0, 1.1920928955078125e-06, 0.0, 0.0, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [84]}, "observation.state": {"min": [-0.9755609035491943, -0.3369038999080658, -0.5167742371559143, 3.0898470878601074, 0.21971748769283295, -0.9755620956420898, -0.11291678994894028, -0.3360019326210022, -0.47332945466041565, -0.2221032977104187, 0.8561133146286011, 0.7528234720230103, NaN], "max": [-0.7870451807975769, -0.21971255540847778, 0.002712237648665905, 3.505465269088745, 0.39562496542930603, -0.9184043407440186, 0.0016835397109389305, -0.25432664155960083, 0.002277300227433443, 0.002236607950180769, 1.0, 1.0822198390960693, NaN], "mean": [-0.9570485353469849, -0.23600852489471436, -0.06582382321357727, 3.159705638885498, 0.2447575330734253, -0.9673879742622375, -0.015488495118916035, -0.2868254780769348, -0.056858278810977936, -0.037602171301841736, 0.9859510064125061, 0.8127335906028748, NaN], "std": [0.04519697278738022, 0.03149283677339554, 0.14488504827022552, 0.10864156484603882, 0.051123883575201035, 0.01701352372765541, 0.03335011750459671, 0.013197862543165684, 0.12752830982208252, 0.07593613117933273, 0.03499015420675278, 0.09300873428583145, NaN], "count": [84]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12465201212206324]], [[0.11367484695507193]], [[0.09948453897934584]]], "std": [[[0.2945545611492794]], [[0.2721174617190691]], [[0.24168554613009927]]], "count": [84]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42420697905371924]], [[0.38014443765263023]], [[0.3264270321742002]]], "std": [[[0.3863364074808028]], [[0.3622005326252192]], [[0.32701500621407714]]], "count": [84]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7296836352497521]], [[0.6586588957710691]], [[0.5707136331956035]]], "std": [[[0.22856539571234746]], [[0.22454586065155674]], [[0.21233228565820356]]], "count": [84]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6955585781843031]], [[0.6351822969877394]], [[0.5499691526462962]]], "std": [[[0.2373173238931646]], [[0.24175727142552583]], [[0.25813898495604726]]], "count": [84]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7014100007500691]], [[0.6293784251044102]], [[0.552641372315601]]], "std": [[[0.2108253590102317]], [[0.2421319595577186]], [[0.26702132680804874]]], "count": [84]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957908952712784]], [[0.9957908952712784]], [[0.9957908952712784]]], "std": [[[0.019249982702361952]], [[0.019249982702361952]], [[0.019249982702361952]]], "count": [84]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5897048677318926]], [[0.5897048677318926]], [[0.5897048677318926]]], "std": [[[0.3336133230454275]], [[0.3336133230454275]], [[0.3336133230454275]]], "count": [84]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08744195465539589]], [[0.08744195465539589]], [[0.08744195465539589]]], "std": [[[0.059286665912816346]], [[0.059286665912816346]], [[0.059286665912816346]]], "count": [84]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "mean": [[[0.05420326127783626]], [[0.05420326127783626]], [[0.05420326127783626]]], "std": [[[0.04090208019402164]], [[0.04090208019402164]], [[0.04090208019402164]]], "count": [84]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.09434928240986214]], [[0.09434928240986214]], [[0.09434928240986214]]], "std": [[[0.04535539222123546]], [[0.04535539222123546]], [[0.04535539222123546]]], "count": [84]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1461765582399986]], [[0.056192432628922886]], [[0.03005291101085282]]], "std": [[[0.348900793732108]], [[0.16509883569783287]], [[0.12464476181450107]]], "count": [84]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3905244101219937]], [[0.3245044745666355]], [[0.2754595387167098]]], "std": [[[0.4549594270261022]], [[0.42312759379069104]], [[0.3036298409692502]]], "count": [84]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22712721489539697]], [[0.4387146247302314]], [[0.8055364110693353]]], "std": [[[0.24555480949079486]], [[0.28481512773577333]], [[0.3619466621832188]]], "count": [84]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9060574089991891]], [[0.37494463489943247]], [[0.4653496821593793]]], "std": [[[0.24921248597035045]], [[0.33113816266856294]], [[0.33902926093825786]]], "count": [84]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7044227738631447]], [[0.41535441280008234]], [[0.6683069520684715]]], "std": [[[0.3461429539177469]], [[0.3757380533714378]], [[0.4037974506679154]]], "count": [84]}, "timestamp": {"min": [0.0], "max": [1.66], "mean": [0.83], "std": [0.48493985881412827], "count": [84]}, "frame_index": {"min": [0], "max": [83], "mean": [41.5], "std": [24.246992940706413], "count": [84]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [84]}, "index": {"min": [12435], "max": [12518], "mean": [12476.5], "std": [24.246992940706413], "count": [84]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [84]}}} +{"episode_index": 59, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11129570752382278, 1.248704433441162, 0.5263878703117371, -0.7796904444694519, -1.553834319114685, 1.0614736080169678, 1.2605152130126953, -2.6496524810791016, -1.4717495441436768, -3.2468574047088623, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11129570752382278, 1.248704433441162, 0.5263878703117371, 1.0736870765686035, 1.6871024370193481, 3.1920785903930664, 1.570064663887024, -0.011247025802731514, 1.0350337028503418, -2.4852638244628906, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11129570752382278, 1.2487032413482666, 0.5263880491256714, 0.33741816878318787, 0.6059249639511108, 2.4675934314727783, 1.465595006942749, -1.7291009426116943, -0.5239490270614624, -2.9785852432250977, 0.40858179330825806, -0.40858179330825806, 0.40858179330825806, 0.40858179330825806, -0.40858179330825806, 0.40858179330825806, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 1.7881393432617188e-07, 0.6950620412826538, 1.1514079570770264, 0.7569974660873413, 0.08524944633245468, 0.9497010707855225, 0.8575145602226257, 0.27329403162002563, 0.21178358793258667, 0.21178358793258667, 0.21178358793258667, 0.21178358793258667, 0.21178358793258667, 0.21178358793258667, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [172]}, "observation.state": {"min": [-0.5038272142410278, -0.9896674156188965, -0.503736138343811, 0.8738086819648743, -0.4655558168888092, -0.5020460486412048, -0.8674755096435547, -0.604769229888916, -0.9728203415870667, -1.3783203030470759e-05, -0.9356051087379456, 0.49661147594451904, NaN], "max": [0.3704555630683899, 0.9599897265434265, 0.8941740989685059, 1.629663109779358, 0.9977225065231323, 0.3704555630683899, 0.46217477321624756, -0.29122379422187805, 0.22579285502433777, 0.9854893684387207, 1.0, 1.2452913522720337, NaN], "mean": [0.14390380680561066, -0.19463077187538147, 0.07717225700616837, 1.4008978605270386, 0.711359977722168, -0.006705755367875099, -0.12922240793704987, -0.3904529809951782, -0.23262450098991394, 0.2553243935108185, 0.40773239731788635, 0.8373425602912903, NaN], "std": [0.27904045581817627, 0.83547043800354, 0.3994753956794739, 0.250714510679245, 0.44012710452079773, 0.3231756389141083, 0.42316484451293945, 0.10549275577068329, 0.38414615392684937, 0.3072945475578308, 0.6873515844345093, 0.211552694439888, NaN], "count": [172]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09308655788843358]], [[0.0918905056088986]], [[0.08641834356943077]]], "std": [[[0.2306362615095551]], [[0.22828334117037297]], [[0.22023818620364527]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3191422881248529]], [[0.31387907658532105]], [[0.29053551989517806]]], "std": [[[0.3025790451888663]], [[0.29949030657591474]], [[0.2932014177546783]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6336250027660597]], [[0.6279566845102666]], [[0.6136433439214747]]], "std": [[[0.22169174698395652]], [[0.22180081696552473]], [[0.2274654643255023]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39300406560490203]], [[0.3872210668474496]], [[0.34936966695299576]]], "std": [[[0.28970293166294225]], [[0.28774417128059754]], [[0.2871197827177266]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.524941136236992]], [[0.5156240572765476]], [[0.4899400157313361]]], "std": [[[0.2845601605867371]], [[0.28633086253270124]], [[0.29341686529127614]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963604581533718]], [[0.9963604581533718]], [[0.9963604581533718]]], "std": [[[0.017499566508705905]], [[0.017499566508705905]], [[0.017499566508705905]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5782554591960926]], [[0.5782554591960926]], [[0.5782554591960926]]], "std": [[[0.3323506168515973]], [[0.3323506168515973]], [[0.3323506168515973]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.08835149008476548]], [[0.08835149008476548]], [[0.08835149008476548]]], "std": [[[0.060132807209111155]], [[0.060132807209111155]], [[0.060132807209111155]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21190413004571207]], [[0.21190413004571207]], [[0.21190413004571207]]], "std": [[[0.3517543912324219]], [[0.3517543912324219]], [[0.3517543912324219]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2045730109012929]], [[0.2045730109012929]], [[0.2045730109012929]]], "std": [[[0.28807036031900934]], [[0.28807036031900934]], [[0.28807036031900934]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04646462561632841]], [[0.14410296045506882]], [[0.034993245449747905]]], "std": [[[0.14423358955351126]], [[0.34703412405829664]], [[0.13058321322289992]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16955621538653423]], [[0.2575995456285862]], [[0.5085950589120434]]], "std": [[[0.3015160011427756]], [[0.306534228797621]], [[0.4796493782649913]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8035532863807264]], [[0.49415655831088634]], [[0.5170926398670682]]], "std": [[[0.3513838206147508]], [[0.3798133496410812]], [[0.3472771689450761]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5308823549528563]], [[0.5330957807698162]], [[0.3616833615974347]]], "std": [[[0.4438933745389885]], [[0.38057149497190573]], [[0.39005023536710687]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2992696475738135]], [[0.5032697924147601]], [[0.6070659435348299]]], "std": [[[0.31910661394816536]], [[0.4328217918219259]], [[0.4195455661647507]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.42], "mean": [1.71], "std": [0.9930256794262674], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [172]}, "index": {"min": [12519], "max": [12690], "mean": [12604.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [172]}}} +{"episode_index": 60, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4987128973007202, 1.8904553651809692, 0.7296676635742188, -0.7916924357414246, -2.0494954586029053, -0.4487532079219818, -1.2177865505218506, -1.4370002746582031, -1.821179986000061, -3.4895782470703125, 8.673617379884035e-18, -0.6634146571159363, 8.673617379884035e-18, 8.673617379884035e-18, -0.6634146571159363, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4987128973007202, 1.8904553651809692, 0.7296676635742188, 0.48458364605903625, 0.7024760246276855, 1.5248019695281982, 1.9631433486938477, 1.260768175125122, 1.041325330734253, 0.17470325529575348, 0.6634146571159363, -8.673617379884035e-18, 0.6634146571159363, 0.6634146571159363, -8.673617379884035e-18, 0.6634146571159363, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4987136721611023, 1.8904478549957275, 0.7296714186668396, -0.214755579829216, -0.49500444531440735, 0.24049344658851624, 0.02248944342136383, 0.22966834902763367, -0.9310670495033264, -1.6655080318450928, 0.5847429037094116, -0.5847429037094116, 0.5847429037094116, 0.5847429037094116, -0.5847429037094116, 0.5847429037094116, -2.3561999797821045, 1.5707993507385254, -1.0472004413604736, -1.5707993507385254, 0.0, -1.0472004413604736, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 7.510185241699219e-06, 3.7550926208496094e-06, 0.4050815999507904, 0.8936372399330139, 0.595005989074707, 1.1891182661056519, 0.9208078980445862, 0.9039607644081116, 1.403681755065918, 0.2062336802482605, 0.2062336802482605, 0.2062336802482605, 0.2062336802482605, 0.2062336802482605, 0.2062336802482605, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.86102294921875e-06, 2.9802322387695312e-06, 0.0, 2.86102294921875e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [345]}, "observation.state": {"min": [-0.9967682361602783, -0.5353652238845825, -0.9988434314727783, -0.2622337341308594, -0.9997695088386536, -0.9987181425094604, -0.6361751556396484, -0.9122886657714844, -0.626117467880249, -0.5905206203460693, -0.9981212615966797, 0.7578940987586975, NaN], "max": [0.924050509929657, 0.9990874528884888, 0.13747049868106842, 0.7697541117668152, 0.7985450029373169, 0.9999831318855286, 0.5130817294120789, -0.024596771225333214, 0.8029102087020874, 0.8036512136459351, 1.0, 1.6372613906860352, NaN], "mean": [0.07056424021720886, 0.5626070499420166, -0.3931635022163391, 0.273080438375473, -0.3278319835662842, 0.0111734289675951, -0.02034134231507778, -0.4030429422855377, -0.0011472840560600162, 0.06650932878255844, 0.03154527023434639, 1.119265079498291, NaN], "std": [0.42356178164482117, 0.46945834159851074, 0.35230743885040283, 0.20665156841278076, 0.7189439535140991, 0.5667120218276978, 0.23225806653499603, 0.25242379307746887, 0.43733304738998413, 0.37063536047935486, 0.8160576224327087, 0.29430919885635376, NaN], "count": [345]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1340707132276665]], [[0.13464203297679664]], [[0.12597783531182044]]], "std": [[[0.31054485712552393]], [[0.31191652171124823]], [[0.2951136591869985]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4656182287695695]], [[0.46629452065358135]], [[0.43016672936402084]]], "std": [[[0.40162716077144534]], [[0.40308786545063713]], [[0.3868144154911119]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.7159894333165023]], [[0.7203568304241091]], [[0.6672789093476726]]], "std": [[[0.27220488279564303]], [[0.27470486172018405]], [[0.2609946233542317]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704316354085152]], [[0.4676619117261487]], [[0.4483598814718254]]], "std": [[[0.3587488116998736]], [[0.35828286188395536]], [[0.3518870386088609]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5151692486577066]], [[0.5133661947936385]], [[0.4805268522374238]]], "std": [[[0.3720359844342709]], [[0.37412128769849284]], [[0.36905748746404804]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954846451832674]], [[0.9954846451832674]], [[0.9954846451832674]]], "std": [[[0.019796503380215547]], [[0.019796503380215547]], [[0.019796503380215547]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5895461663753083]], [[0.5895461663753083]], [[0.5895461663753083]]], "std": [[[0.3370235260938226]], [[0.3370235260938226]], [[0.3370235260938226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2387626559806235]], [[0.2387626559806235]], [[0.2387626559806235]]], "std": [[[0.251301106506695]], [[0.251301106506695]], [[0.251301106506695]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32494471568593924]], [[0.32494471568593924]], [[0.32494471568593924]]], "std": [[[0.4418798652290399]], [[0.4418798652290399]], [[0.4418798652290399]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3481404501200638]], [[0.3481404501200638]], [[0.3481404501200638]]], "std": [[[0.4127278650687036]], [[0.4127278650687036]], [[0.4127278650687036]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03635581385524354]], [[0.12045311612555831]], [[0.12055732113987142]]], "std": [[[0.14699055488959853]], [[0.2936021199867091]], [[0.30046557366621374]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1871428634652794]], [[0.39490626309687377]], [[0.4403171212057204]]], "std": [[[0.30295027159420396]], [[0.388169321807852]], [[0.46746655446358654]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6721072158284332]], [[0.38991481877111844]], [[0.34205808256068065]]], "std": [[[0.39905910028936026]], [[0.3979546995700375]], [[0.2925762019096841]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34393366418760657]], [[0.46963229845818155]], [[0.26762211935832775]]], "std": [[[0.42076834166318583]], [[0.4017919720074477]], [[0.36152774050695924]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49367141758382505]], [[0.2966186223882529]], [[0.3557500782878727]]], "std": [[[0.42719200933437]], [[0.3868314755449464]], [[0.394426538712396]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.88], "mean": [3.44], "std": [1.9918500612914283], "count": [345]}, "frame_index": {"min": [0], "max": [344], "mean": [172.0], "std": [99.59250306457142], "count": [345]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [345]}, "index": {"min": [12691], "max": [13035], "mean": [12863.0], "std": [99.59250306457142], "count": [345]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [345]}}} +{"episode_index": 61, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05823372304439545, 1.2519783973693848, -0.024392040446400642, -1.7383103370666504, -1.5668039321899414, 1.0525599718093872, 0.4501849114894867, -1.0142722129821777, 0.7306433916091919, -5.5577006340026855, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05823372304439545, 1.2519783973693848, -0.024392040446400642, -0.7892892956733704, -0.7904788851737976, 2.2110342979431152, 1.566218614578247, -0.005189402028918266, 1.045577883720398, -2.4967198371887207, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0582336001098156, 1.2519804239273071, -0.024392085149884224, -1.3698393106460571, -1.020820140838623, 1.8187106847763062, 0.8833233714103699, -0.6958634853363037, 0.8240535259246826, -4.586058139801025, 0.31388017535209656, -0.31388017535209656, 0.31388017535209656, 0.31388017535209656, -0.31388017535209656, 0.31388017535209656, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2293457984924316e-07, 2.0265579223632812e-06, 4.470348358154297e-08, 0.31027665734291077, 0.272148072719574, 0.3938072919845581, 0.36492544412612915, 0.3398125469684601, 0.11042949557304382, 1.0605475902557373, 0.1505773365497589, 0.1505773365497589, 0.1505773365497589, 0.1505773365497589, 0.1505773365497589, 0.1505773365497589, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [191]}, "observation.state": {"min": [-0.8166015148162842, 0.5059580206871033, -0.7997190952301025, 2.2808117866516113, -0.5628909468650818, 0.7664092779159546, -0.287226140499115, -0.6892002820968628, -0.0008378563215956092, -0.3864029049873352, -0.920678436756134, 0.7555181980133057, NaN], "max": [0.862558126449585, 0.6380123496055603, 0.0005145480390638113, 2.6319797039031982, 0.6172990798950195, 0.862558126449585, 0.6263774633407593, -0.18789497017860413, 0.9948655366897583, 0.03772527724504471, 1.0, 1.3700381517410278, NaN], "mean": [0.43175721168518066, 0.5434825420379639, -0.2773563861846924, 2.4129457473754883, -0.22515524923801422, 0.824065625667572, 0.1332101821899414, -0.3843805491924286, 0.30062076449394226, -0.06880564242601395, 0.4938078820705414, 0.9541310667991638, NaN], "std": [0.5900047421455383, 0.04699673131108284, 0.30161425471305847, 0.12908440828323364, 0.4413451552391052, 0.03824494034051895, 0.2371280938386917, 0.19533812999725342, 0.36003679037094116, 0.13091564178466797, 0.7171347737312317, 0.23529289662837982, NaN], "count": [191]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.0706917362204962]], [[0.06503014636311759]], [[0.061093975622464027]]], "std": [[[0.17657611673667195]], [[0.16531652190048954]], [[0.1576645038999405]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23237536201854633]], [[0.21285794925336501]], [[0.20079855507744632]]], "std": [[[0.2579497855275015]], [[0.2469264577157857]], [[0.24068079571080425]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4805696245736077]], [[0.47447639260211455]], [[0.4644121154087298]]], "std": [[[0.18860355045342003]], [[0.19062625645480671]], [[0.19168369403154337]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38581361384196644]], [[0.359777033456247]], [[0.3466843627434216]]], "std": [[[0.26307574043235116]], [[0.2662337653489492]], [[0.26911375791885705]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21955715953492647]], [[0.19778757868182667]], [[0.1848140865867225]]], "std": [[[0.2728483756583798]], [[0.27455280688744577]], [[0.2736505048146931]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964008365905782]], [[0.9964008365905782]], [[0.9964008365905782]]], "std": [[[0.017601074632863336]], [[0.017601074632863336]], [[0.017601074632863336]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931405540568541]], [[0.5931405540568541]], [[0.5931405540568541]]], "std": [[[0.33692479206118664]], [[0.33692479206118664]], [[0.33692479206118664]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.08839254042302944]], [[0.08839254042302944]], [[0.08839254042302944]]], "std": [[[0.0661858303259304]], [[0.0661858303259304]], [[0.0661858303259304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05595228831931528]], [[0.05595228831931528]], [[0.05595228831931528]]], "std": [[[0.05909374018701283]], [[0.05909374018701283]], [[0.05909374018701283]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3436743090382762]], [[0.3436743090382762]], [[0.3436743090382762]]], "std": [[[0.37128969185240807]], [[0.37128969185240807]], [[0.37128969185240807]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10099166695165464]], [[0.047514102881329]], [[0.07214666889292566]]], "std": [[[0.2888457914244271]], [[0.13629176162570944]], [[0.24043454875786402]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4401630962702786]], [[0.27051703389881654]], [[0.2553587140269739]]], "std": [[[0.47481249030495115]], [[0.2852496203434351]], [[0.3773128144634552]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5066305878597805]], [[0.2733671617410686]], [[0.8620832553807406]]], "std": [[[0.25152975930707777]], [[0.29842148994276224]], [[0.30681104940590836]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7358720947152502]], [[0.47258330265521614]], [[0.48760628475595974]]], "std": [[[0.31380625935042156]], [[0.42590381403260674]], [[0.3642507746026556]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3402043383886847]], [[0.4632105792900245]], [[0.38077259636113947]]], "std": [[[0.3290507035490746]], [[0.4493752118158872]], [[0.43204492922334087]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.8], "mean": [1.9], "std": [1.1027239001672176], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [191]}, "index": {"min": [13036], "max": [13226], "mean": [13131.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [191]}}} +{"episode_index": 62, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11143840849399567, 1.9889476299285889, 0.5316005349159241, -0.7780543565750122, -1.56318199634552, -0.778736412525177, -2.6533141136169434, 0.007808946538716555, 0.028905775398015976, -5.51375150680542, 8.673617379884035e-18, -0.6390243768692017, 8.673617379884035e-18, 8.673617379884035e-18, -0.6390243768692017, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11143840849399567, 1.9889476299285889, 0.5316005349159241, 1.524633765220642, 1.9347528219223022, 1.6980546712875366, 2.1679890155792236, 2.6439785957336426, 1.6060640811920166, -2.4849655628204346, 0.6390243768692017, -8.673617379884035e-18, 0.6390243768692017, 0.6390243768692017, -8.673617379884035e-18, 0.6390243768692017, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11143868416547775, 1.9889516830444336, 0.5316008925437927, 0.7945914268493652, 0.6885274648666382, 0.004988232161849737, -0.19643588364124298, 1.1508934497833252, 0.5544750690460205, -3.883871078491211, 0.547633707523346, -0.547633707523346, 0.547633707523346, 0.547633707523346, -0.547633707523346, 0.547633707523346, -2.3562002182006836, 1.570799708366394, -1.0472030639648438, -1.570799708366394, 0.0, -1.0472030639648438, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.7567148208618164e-07, 4.0531158447265625e-06, 3.5762786865234375e-07, 0.535278856754303, 0.9945210814476013, 0.8273900151252747, 2.0013375282287598, 0.7069510817527771, 0.3865041136741638, 0.6919643878936768, 0.21849127113819122, 0.21849127113819122, 0.21849127113819122, 0.21849127113819122, 0.21849127113819122, 0.21849127113819122, 5.7220458984375e-06, 3.337860107421875e-06, 5.4836273193359375e-06, 3.337860107421875e-06, 0.0, 5.4836273193359375e-06, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [463]}, "observation.state": {"min": [-0.3892608880996704, -0.8026556372642517, -0.9947081804275513, 1.4908599853515625, -0.9837639927864075, -0.7964658141136169, -0.9490759968757629, -0.6567387580871582, -0.8541668653488159, -8.248636731877923e-06, -0.8107107877731323, 0.7536613345146179, NaN], "max": [0.859403669834137, 0.6475922465324402, 0.8625819683074951, 2.4676618576049805, 0.7648661732673645, 0.9228306412696838, 0.25741252303123474, 0.09337118268013, 0.6353848576545715, 0.9194032549858093, 1.0, 1.3999119997024536, NaN], "mean": [0.4768710732460022, -0.33196812868118286, -0.28595906496047974, 1.8574849367141724, -0.15131784975528717, 0.3712415397167206, -0.2729170620441437, -0.32618969678878784, -0.02462582103908062, 0.4699816405773163, 0.29017651081085205, 1.0555967092514038, NaN], "std": [0.27872541546821594, 0.47612759470939636, 0.5255788564682007, 0.34697508811950684, 0.697124719619751, 0.43367910385131836, 0.301229327917099, 0.21244928240776062, 0.430603951215744, 0.3410564363002777, 0.626552402973175, 0.24306194484233856, NaN], "count": [463]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.10921357401070617]], [[0.10838947596411432]], [[0.10707262365292891]]], "std": [[[0.2674513853471422]], [[0.26579722493273833]], [[0.2639348706050963]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37947281918820674]], [[0.37490857518753884]], [[0.3675824087988193]]], "std": [[[0.37585991255301193]], [[0.3737344110999719]], [[0.3731716907539444]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716214085647939]], [[0.4699463082657912]], [[0.4661530901748887]]], "std": [[[0.3208643893524456]], [[0.31986933584790966]], [[0.3192524286748802]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37506796862584163]], [[0.36445974125774244]], [[0.35334320397561575]]], "std": [[[0.28414394725857384]], [[0.28037525791772444]], [[0.27822925597153975]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.574270491808775]], [[0.5611246926320886]], [[0.544616007204496]]], "std": [[[0.2682277770908104]], [[0.2734984690868581]], [[0.2816697291140754]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953391712281506]], [[0.9953391712281506]], [[0.9953391712281506]]], "std": [[[0.02068128717837079]], [[0.02068128717837079]], [[0.02068128717837079]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5993293904408998]], [[0.5993293904408998]], [[0.5993293904408998]]], "std": [[[0.3388503941440148]], [[0.3388503941440148]], [[0.3388503941440148]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3081361048916677]], [[0.3081361048916677]], [[0.3081361048916677]]], "std": [[[0.34410132817788336]], [[0.34410132817788336]], [[0.34410132817788336]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2277434410856097]], [[0.2277434410856097]], [[0.2277434410856097]]], "std": [[[0.3709467100944436]], [[0.3709467100944436]], [[0.3709467100944436]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09854951850443676]], [[0.09854951850443676]], [[0.09854951850443676]]], "std": [[[0.05312424408467759]], [[0.05312424408467759]], [[0.05312424408467759]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09583537485306355]], [[0.07905204014508235]], [[0.07360906623858121]]], "std": [[[0.28080607530768176]], [[0.2512934352468652]], [[0.18264383473401133]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3214405303860883]], [[0.3707788312274399]], [[0.27601578766317236]]], "std": [[[0.3421508781376554]], [[0.4502652989130949]], [[0.40452489498702454]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.337182034894598]], [[0.3562393791687873]], [[0.7364250558744068]]], "std": [[[0.3423518611694954]], [[0.33349955946827464]], [[0.4251714834853839]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5208096890546513]], [[0.3949982920838388]], [[0.4387592629473389]]], "std": [[[0.39367091243174024]], [[0.3829579113630757]], [[0.4437291506230166]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45005831055105944]], [[0.6315595038124685]], [[0.5667808080381361]]], "std": [[[0.38887462794587313]], [[0.39824084181169206]], [[0.4096431136335891]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.24], "mean": [4.62], "std": [2.6731255114565795], "count": [463]}, "frame_index": {"min": [0], "max": [462], "mean": [231.0], "std": [133.65627557282897], "count": [463]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [463]}, "index": {"min": [13227], "max": [13689], "mean": [13458.0], "std": [133.65627557282897], "count": [463]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [463]}}} +{"episode_index": 63, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4812788963317871, 1.6077238321304321, 0.6846538186073303, -3.245466947555542, -1.5552783012390137, 0.5192127823829651, -1.2257637977600098, -0.32474786043167114, 1.0567675828933716, -2.4707143306732178, 8.673617379884035e-18, -0.6390243768692017, 8.673617379884035e-18, 8.673617379884035e-18, -0.6390243768692017, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4812788963317871, 1.6077243089675903, 0.6846538782119751, -0.799260675907135, 0.12901754677295685, 1.0336387157440186, 1.5547780990600586, 0.21773745119571686, 1.4607189893722534, -1.0020875930786133, 0.6390243768692017, -8.673617379884035e-18, 0.6390243768692017, 0.6390243768692017, -8.673617379884035e-18, 0.6390243768692017, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48127833008766174, 1.607725977897644, 0.684654176235199, -2.442971706390381, -0.3822048604488373, 0.6108962297439575, -0.19140952825546265, 0.010271696373820305, 1.2819300889968872, -1.473790168762207, 0.459312379360199, -0.459312379360199, 0.459312379360199, 0.459312379360199, -0.459312379360199, 0.459312379360199, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818615913391113, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 2.001616167035536e-06, 3.391950258446741e-07, 0.8866873383522034, 0.5751489400863647, 0.14454783499240875, 0.9465385675430298, 0.20525935292243958, 0.08511611074209213, 0.5204799175262451, 0.2739810049533844, 0.2739810049533844, 0.2739810049533844, 0.2739810049533844, 0.2739810049533844, 0.2739810049533844, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [143]}, "observation.state": {"min": [-0.4843650460243225, 0.6252720952033997, -0.7479245662689209, 0.6562785506248474, -0.9777055382728577, -0.7016677260398865, -0.1805243045091629, -0.23073799908161163, -0.5388108491897583, 1.2176601558167022e-06, 0.607837438583374, 0.7078851461410522, NaN], "max": [0.7299345135688782, 0.780046820640564, -2.705029828575789e-06, 1.0742512941360474, -0.6020562648773193, 0.7746723294258118, 0.3000071942806244, -0.10675448924303055, 0.6233729124069214, 0.765290379524231, 1.0, 1.4205188751220703, NaN], "mean": [0.35873791575431824, 0.7074955105781555, -0.3107418119907379, 0.7708181738853455, -0.7752164006233215, 0.4069325923919678, 0.08000469207763672, -0.17356456816196442, 0.08918973803520203, 0.22234877943992615, 0.8691932559013367, 0.8693170547485352, NaN], "std": [0.4088223874568939, 0.06560500711202621, 0.3205556869506836, 0.13968323171138763, 0.09525333344936371, 0.44958341121673584, 0.12587736546993256, 0.031077492982149124, 0.29356688261032104, 0.2792615592479706, 0.15146271884441376, 0.21384483575820923, NaN], "count": [143]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11723154904039519]], [[0.11910484539905357]], [[0.09562944991956634]]], "std": [[[0.27941829946386804]], [[0.2823911159423939]], [[0.24932296079134122]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39747391890650446]], [[0.40518876597525233]], [[0.3448857774907781]]], "std": [[[0.3767633793881606]], [[0.3774724536091851]], [[0.37319750434094034]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5584086392260128]], [[0.5765256720519335]], [[0.43035002424074176]]], "std": [[[0.2088266484842961]], [[0.20323873027334796]], [[0.2382047368881661]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5680394932980888]], [[0.5629321681683856]], [[0.5276158134126739]]], "std": [[[0.32946750599899005]], [[0.3262652757326299]], [[0.33953734185798745]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45386051548624645]], [[0.46109345258571266]], [[0.4266462440932052]]], "std": [[[0.38371942654402325]], [[0.3861690605073864]], [[0.39659266196097]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964162554457848]], [[0.9964162554457848]], [[0.9964162554457848]]], "std": [[[0.017453343774774904]], [[0.017453343774774904]], [[0.017453343774774904]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5955360060511329]], [[0.5955360060511329]], [[0.5955360060511329]]], "std": [[[0.33566030589261414]], [[0.33566030589261414]], [[0.33566030589261414]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10570103353403193]], [[0.10570103353403193]], [[0.10570103353403193]]], "std": [[[0.12454875984312706]], [[0.12454875984312706]], [[0.12454875984312706]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0940200376720573]], [[0.0940200376720573]], [[0.0940200376720573]]], "std": [[[0.2411686112297817]], [[0.2411686112297817]], [[0.2411686112297817]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31373391511113524]], [[0.31373391511113524]], [[0.31373391511113524]]], "std": [[[0.3921386244351826]], [[0.3921386244351826]], [[0.3921386244351826]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10776385829459174]], [[0.10793482157405898]], [[0.02816870751583695]]], "std": [[[0.29108736676507896]], [[0.27333314199455666]], [[0.11342029883028674]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4177667792536802]], [[0.4691936476515985]], [[0.16853769116825623]]], "std": [[[0.4414401750156662]], [[0.47350993436097494]], [[0.3032504345279247]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5250344164888007]], [[0.7080450428521328]], [[0.4035492737500595]]], "std": [[[0.3076398885873824]], [[0.38476521975291134]], [[0.40018311986097815]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2945347125410131]], [[0.44170634168649847]], [[0.5965607114909163]]], "std": [[[0.32518643822313775]], [[0.4093344514203009]], [[0.4253459277728203]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3984978639313186]], [[0.5821701679953811]], [[0.26883109869234106]]], "std": [[[0.43039837978092016]], [[0.42625002048713456]], [[0.3134366122726875]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.84], "mean": [1.4200000000000002], "std": [0.8255906976220118], "count": [143]}, "frame_index": {"min": [0], "max": [142], "mean": [71.0], "std": [41.27953488110059], "count": [143]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [143]}, "index": {"min": [13690], "max": [13832], "mean": [13761.0], "std": [41.27953488110059], "count": [143]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [143]}}} +{"episode_index": 64, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4469306468963623, 0.687506914138794, 0.6299266815185547, -6.275197982788086, -1.6492308378219604, -1.148097038269043, -0.7094331979751587, -0.81095290184021, 0.35838592052459717, -2.477715492248535, 1.231653667943533e-16, -0.5121951103210449, 1.231653667943533e-16, 1.231653667943533e-16, -0.5121951103210449, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4469306468963623, 0.687506914138794, 0.6299266815185547, -0.7856978178024292, 1.0245872735977173, 1.03163480758667, 1.5584454536437988, -0.00637202151119709, 1.068579912185669, 0.4557484984397888, 0.5121951103210449, -1.231653667943533e-16, 0.5121951103210449, 0.5121951103210449, -1.231653667943533e-16, 0.5121951103210449, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44693008065223694, 0.6875050067901611, 0.6299282312393188, -4.199293613433838, -0.28039801120758057, -0.48462867736816406, 0.16350677609443665, -0.36352357268333435, 0.6498710513114929, -0.9185325503349304, 0.43799853324890137, -0.43799853324890137, 0.43799853324890137, 0.43799853324890137, -0.43799853324890137, 0.43799853324890137, -2.3561997413635254, 1.5707989931106567, -1.0471981763839722, -1.5707989931106567, 0.0, -1.0471981763839722, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 1.9073486328125e-06, 1.5497207641601562e-06, 2.020942449569702, 1.0940829515457153, 0.7165562510490417, 0.6520171761512756, 0.17771920561790466, 0.22212961316108704, 0.9803093075752258, 0.17467942833900452, 0.17467942833900452, 0.17467942833900452, 0.17467942833900452, 0.17467942833900452, 0.17467942833900452, 5.245208740234375e-06, 2.6226043701171875e-06, 5.960464477539062e-07, 2.6226043701171875e-06, 0.0, 5.960464477539062e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [282]}, "observation.state": {"min": [-0.8930726051330566, -0.9632672667503357, -0.9618793725967407, -0.5201722383499146, -0.263412743806839, -0.9011476039886475, -0.9996684789657593, -0.7947500348091125, -0.9400404691696167, -0.719965398311615, -0.5533373951911926, 0.11014460772275925, NaN], "max": [0.7706348896026611, 0.9812588691711426, 0.5282610654830933, 0.974652886390686, 0.9181673526763916, 0.7271624207496643, 0.3484126031398773, 0.07555075734853745, 0.46422916650772095, 0.7800331115722656, 1.0, 1.4632986783981323, NaN], "mean": [0.16976629197597504, -0.13340094685554504, -0.08045578747987747, 0.4370328485965729, 0.5145425200462341, -0.014080016873776913, -0.3321164846420288, -0.3201145827770233, -0.2848055362701416, 0.11500365287065506, 0.4750503599643707, 0.9124670624732971, NaN], "std": [0.5673912167549133, 0.6949779987335205, 0.3768068552017212, 0.4694038927555084, 0.31155630946159363, 0.579469621181488, 0.43805599212646484, 0.22338204085826874, 0.4542153477668762, 0.38729846477508545, 0.5689259171485901, 0.3738170564174652, NaN], "count": [282]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11399049950680316]], [[0.10746903454791855]], [[0.07798436924785304]]], "std": [[[0.27449473385644774]], [[0.2564823857014115]], [[0.19468679936974553]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39982292121390123]], [[0.3716133095418668]], [[0.2769675013126211]]], "std": [[[0.3766650401002056]], [[0.3464442513315414]], [[0.28597139914852]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5750536776524501]], [[0.5654401186622865]], [[0.45294106247539884]]], "std": [[[0.27288910304390707]], [[0.26422426182427544]], [[0.24950479377871435]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5428120963648275]], [[0.5157979267627847]], [[0.45324041518389097]]], "std": [[[0.33848332319528285]], [[0.33004994550440214]], [[0.3313402326460019]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6632115609897733]], [[0.6105573949014645]], [[0.4923392791883006]]], "std": [[[0.26165032181823455]], [[0.24521373404898691]], [[0.26156483019389903]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954001787712794]], [[0.9954001787712794]], [[0.9954001787712794]]], "std": [[[0.0201811756271201]], [[0.0201811756271201]], [[0.0201811756271201]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5904133519212548]], [[0.5904133519212548]], [[0.5904133519212548]]], "std": [[[0.3411946917812862]], [[0.3411946917812862]], [[0.3411946917812862]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2659161759844323]], [[0.2659161759844323]], [[0.2659161759844323]]], "std": [[[0.29169163211045707]], [[0.29169163211045707]], [[0.29169163211045707]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12533069535053856]], [[0.12533069535053856]], [[0.12533069535053856]]], "std": [[[0.2733964562587532]], [[0.2733964562587532]], [[0.2733964562587532]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14663593892808313]], [[0.14663593892808313]], [[0.14663593892808313]]], "std": [[[0.09646183109022595]], [[0.09646183109022595]], [[0.09646183109022595]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12738387611807486]], [[0.07907256598477426]], [[0.06313691828087208]]], "std": [[[0.31192694249642344]], [[0.2502412854435971]], [[0.18472226084594148]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4222896483650743]], [[0.2720856881721944]], [[0.21886217780433195]]], "std": [[[0.4344779381255518]], [[0.39807399666947085]], [[0.297236811323746]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39996838980453847]], [[0.6086346259717251]], [[0.4861570974410762]]], "std": [[[0.41036834368667324]], [[0.36196388716369293]], [[0.41798252536484687]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.440182089209953]], [[0.6213862069844183]], [[0.4570702203661123]]], "std": [[[0.4202625392003227]], [[0.36800505539497325]], [[0.4060542189622711]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4090192806098877]], [[0.804238931234749]], [[0.345003366881447]]], "std": [[[0.37318661039642176]], [[0.3060485398053162]], [[0.2997506863432349]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.62], "mean": [2.81], "std": [1.6281175223756628], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [282]}, "index": {"min": [13833], "max": [14114], "mean": [13973.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [282]}}} +{"episode_index": 65, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4454045593738556, 0.9409441351890564, 0.5619505643844604, -2.9234459400177, -1.6668850183486938, -0.613081693649292, 1.4421066045761108, 0.01114528439939022, 1.0531885623931885, -2.474561929702759, 6.245004513516506e-17, -0.3853658437728882, 6.245004513516506e-17, 6.245004513516506e-17, -0.3853658437728882, 6.245004513516506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4454045593738556, 0.9409441351890564, 0.5619505643844604, -0.8028191328048706, -1.5716156959533691, 1.0330396890640259, 1.5696989297866821, 1.3983625173568726, 1.749758005142212, -1.6262247562408447, 0.3853658437728882, -6.245004513516506e-17, 0.3853658437728882, 0.3853658437728882, -6.245004513516506e-17, 0.3853658437728882, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4454042911529541, 0.9409430027008057, 0.5619506239891052, -2.2534773349761963, -1.6288847923278809, -0.11292831599712372, 1.4946095943450928, 0.9464513659477234, 1.5238193273544312, -1.8829646110534668, 0.3095250725746155, -0.3095250725746155, 0.3095250725746155, 0.3095250725746155, -0.3095250725746155, 0.3095250725746155, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858968734741, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 1.1324882507324219e-06, 5.960464477539063e-08, 0.7384315729141235, 0.028762953355908394, 0.5725680589675903, 0.03838630020618439, 0.4788988530635834, 0.23186782002449036, 0.2958773672580719, 0.14623217284679413, 0.14623217284679413, 0.14623217284679413, 0.14623217284679413, 0.14623217284679413, 0.14623217284679413, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [114]}, "observation.state": {"min": [-0.40714460611343384, -0.9243139624595642, -0.7374119162559509, 0.7157015800476074, 0.19694006443023682, -0.4071984589099884, -0.5788891911506653, -0.3152798116207123, -0.1406027227640152, -0.5581438541412354, 0.3616109788417816, 0.7581287622451782, NaN], "max": [0.3067333698272705, -0.6021239757537842, 2.719106184656539e-08, 0.8113759756088257, 0.9997308850288391, 0.795412540435791, 0.0649091973900795, -0.20985423028469086, 0.9317573308944702, 0.03264683857560158, 1.0, 1.3543800115585327, NaN], "mean": [-0.17339272797107697, -0.8430647850036621, -0.262891560792923, 0.7898149490356445, 0.8422630429267883, -0.08421947062015533, -0.07824967056512833, -0.27924832701683044, 0.15276296436786652, -0.1545766294002533, 0.875959038734436, 0.9247757792472839, NaN], "std": [0.2959537208080292, 0.1176801547408104, 0.2977026402950287, 0.020081190392374992, 0.1992950439453125, 0.45294687151908875, 0.18026812374591827, 0.02727583423256874, 0.33148661255836487, 0.1981024593114853, 0.190623939037323, 0.18368810415267944, NaN], "count": [114]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12767210557832107]], [[0.12219636408990599]], [[0.11651645721727014]]], "std": [[[0.3020532322597153]], [[0.2918475967834307]], [[0.281146979809101]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45585230515036973]], [[0.4355879181192671]], [[0.41228862509060943]]], "std": [[[0.4069486213540573]], [[0.3975029346146647]], [[0.3874591337065925]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.655546977752833]], [[0.6196789600420038]], [[0.585152872242909]]], "std": [[[0.24699965358996556]], [[0.24380540384842897]], [[0.24198194266200007]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6671936328992799]], [[0.6535089100651718]], [[0.6372257849071711]]], "std": [[[0.2774221697006397]], [[0.28386052213203405]], [[0.29096963218026345]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7018836444396164]], [[0.6723912301489112]], [[0.6417528906162513]]], "std": [[[0.24979025053607057]], [[0.2617465172815211]], [[0.27202373510252875]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995009843149325]], [[0.995009843149325]], [[0.995009843149325]]], "std": [[[0.02120525520547212]], [[0.02120525520547212]], [[0.02120525520547212]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5888992195352886]], [[0.5888992195352886]], [[0.5888992195352886]]], "std": [[[0.3383894757875918]], [[0.3383894757875918]], [[0.3383894757875918]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21588368601433253]], [[0.21588368601433253]], [[0.21588368601433253]]], "std": [[[0.24690978762044627]], [[0.24690978762044627]], [[0.24690978762044627]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.055767453836977496]], [[0.055767453836977496]], [[0.055767453836977496]]], "std": [[[0.06847245579238342]], [[0.06847245579238342]], [[0.06847245579238342]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12396896112160537]], [[0.12396896112160537]], [[0.12396896112160537]]], "std": [[[0.13113897960882337]], [[0.13113897960882337]], [[0.13113897960882337]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1502242231730762]], [[0.07102896751874717]], [[0.029731739814697466]]], "std": [[[0.3544161675229454]], [[0.18476807682793547]], [[0.11670790126106939]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4168192525804823]], [[0.5079572209582167]], [[0.1336426291045812]]], "std": [[[0.459907645778168]], [[0.4724906648879654]], [[0.23903914940810608]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.736632260236265]], [[0.508766545228262]], [[0.30307230446639855]]], "std": [[[0.3893581641481577]], [[0.3507898949293367]], [[0.3517078824982539]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7965937526612847]], [[0.5698152889006908]], [[0.2828542651970675]]], "std": [[[0.3375939448602769]], [[0.29937317916320416]], [[0.31787115293909934]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5072756115338992]], [[0.4820796732495536]], [[0.5632073391444058]]], "std": [[[0.4220849898283676]], [[0.3432575763956461]], [[0.424912196272484]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.26], "mean": [1.13], "std": [0.6581539840088083], "count": [114]}, "frame_index": {"min": [0], "max": [113], "mean": [56.5], "std": [32.90769920044041], "count": [114]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [114]}, "index": {"min": [14115], "max": [14228], "mean": [14171.5], "std": [32.90769920044041], "count": [114]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [114]}}} +{"episode_index": 66, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.038215272128582, 1.446061134338379, 0.20923322439193726, -1.5305635929107666, -1.5668424367904663, 1.0486390590667725, 1.2604790925979614, 0.0013921397039666772, -1.7609667778015137, -2.735322952270508, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.038215272128582, 1.446061134338379, 0.20923322439193726, -0.7887372374534607, -0.6896791458129883, 1.4130626916885376, 1.5692675113677979, 0.3727932274341583, 1.0340931415557861, -2.4831748008728027, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.03821520507335663, 1.446060299873352, 0.2092328667640686, -1.2604013681411743, -0.9935997724533081, 1.2592445611953735, 1.3737879991531372, 0.21751435101032257, -0.7431681156158447, -2.6521289348602295, 0.40739262104034424, -0.40739262104034424, 0.40739262104034424, 0.40739262104034424, -0.40739262104034424, 0.40739262104034424, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.705522537231445e-08, 8.344650268554688e-07, 3.5762786865234375e-07, 0.2597089409828186, 0.31535211205482483, 0.11824391782283783, 0.10473703593015671, 0.12276894599199295, 0.9733152985572815, 0.08997990936040878, 0.2103506326675415, 0.2103506326675415, 0.2103506326675415, 0.2103506326675415, 0.2103506326675415, 0.2103506326675415, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [135]}, "observation.state": {"min": [-0.35367023944854736, -0.04508524388074875, -3.859133812511573e-06, 2.1260790824890137, -0.9807840585708618, -0.39774373173713684, -0.32417628169059753, -0.5193984508514404, -0.3548643887042999, -0.34478047490119934, 0.9226129651069641, 0.7570306658744812, NaN], "max": [0.9999706149101257, 0.9743828773498535, 0.38371458649635315, 2.5275442600250244, 0.04508524388074875, 0.999788224697113, 0.039350636303424835, -0.14703045785427094, 0.18618780374526978, 0.16798923909664154, 1.0, 1.1077977418899536, NaN], "mean": [0.5788558721542358, 0.43076062202453613, 0.11481860280036926, 2.267637014389038, -0.42933961749076843, 0.5847744345664978, -0.11180176585912704, -0.27735403180122375, -0.08603373914957047, -0.050968922674655914, 0.9701117873191833, 0.9079996943473816, NaN], "std": [0.511110782623291, 0.43366310000419617, 0.1299583613872528, 0.158908411860466, 0.4369785487651825, 0.5047785639762878, 0.12431594729423523, 0.09604079276323318, 0.1449354588985443, 0.1643797904253006, 0.02926991879940033, 0.1377190351486206, NaN], "count": [135]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09240672678907068]], [[0.09080523385442546]], [[0.08559535999345533]]], "std": [[[0.22989667184578141]], [[0.22742988208153292]], [[0.22116895046550378]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2970859476788903]], [[0.28979845650513547]], [[0.26649700159123874]]], "std": [[[0.2940936438098312]], [[0.2905869908762853]], [[0.2860137138724494]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.719619343240186]], [[0.7190785943186139]], [[0.716362640155409]]], "std": [[[0.19662219897747552]], [[0.19703612064949994]], [[0.2013025015651889]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.544346427357236]], [[0.516984230441946]], [[0.48877134643741565]]], "std": [[[0.27026109506172574]], [[0.2649500096406504]], [[0.26654213186396086]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4244334968829021]], [[0.4094122019109617]], [[0.3829585077627371]]], "std": [[[0.28437835623398205]], [[0.27996159961304656]], [[0.2803784022225538]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961016327463922]], [[0.9961016327463922]], [[0.9961016327463922]]], "std": [[[0.018300796947539128]], [[0.018300796947539128]], [[0.018300796947539128]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5850753246683579]], [[0.5850753246683579]], [[0.5850753246683579]]], "std": [[[0.33306833784086026]], [[0.33306833784086026]], [[0.33306833784086026]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.055651780906610444]], [[0.055651780906610444]], [[0.055651780906610444]]], "std": [[[0.05548017636955026]], [[0.05548017636955026]], [[0.05548017636955026]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18911716090286873]], [[0.18911716090286873]], [[0.18911716090286873]]], "std": [[[0.31670294933176035]], [[0.31670294933176035]], [[0.31670294933176035]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27005331487952383]], [[0.27005331487952383]], [[0.27005331487952383]]], "std": [[[0.3283732259898298]], [[0.3283732259898298]], [[0.3283732259898298]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08866392005316198]], [[0.08334368409653112]], [[0.09151432148386866]]], "std": [[[0.23937302965982984]], [[0.2584454529307957]], [[0.2746298575974182]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20180934371628342]], [[0.2907801495482773]], [[0.5111053724591645]]], "std": [[[0.28542093995081813]], [[0.4100271126074621]], [[0.4490999840271463]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22817039732687985]], [[0.4137944908136641]], [[0.8018634592443729]]], "std": [[[0.283130050815954]], [[0.2653949132205186]], [[0.36357823418302987]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4494369871473777]], [[0.4438192170408056]], [[0.4590378618257604]]], "std": [[[0.4136808741642351]], [[0.39798533662708563]], [[0.3962517922877853]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4964432387776765]], [[0.45299362230443285]], [[0.4003064204102351]]], "std": [[[0.4399737486861531]], [[0.37314781275411063]], [[0.43201963943101]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.68], "mean": [1.34], "std": [0.779401479769359], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [135]}, "index": {"min": [14229], "max": [14363], "mean": [14296.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [135]}}} +{"episode_index": 67, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46070024371147156, 0.5399371385574341, 0.5333598256111145, -0.7842179536819458, -1.569313883781433, 1.0480509996414185, 0.2399362027645111, 6.284801959991455, -0.7979715466499329, -6.16303014755249, 6.938893903907228e-17, -0.4878048896789551, 6.938893903907228e-17, 6.938893903907228e-17, -0.4878048896789551, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46070024371147156, 0.5399371385574341, 0.5333598256111145, -0.07666748017072678, 1.155637502670288, 2.015436887741089, 1.5703446865081787, 7.242552757263184, 1.0458534955978394, -2.484727382659912, 0.4878048896789551, -6.938893903907228e-17, 0.4878048896789551, 0.4878048896789551, -6.938893903907228e-17, 0.4878048896789551, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4607008695602417, 0.5399379134178162, 0.5333610773086548, -0.31810131669044495, 0.39812371134757996, 1.752773642539978, 0.8446566462516785, 6.779128074645996, -0.29373276233673096, -5.189693450927734, 0.40717437863349915, -0.40717437863349915, 0.40717437863349915, 0.40717437863349915, -0.40717437863349915, 0.40717437863349915, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 7.748603820800781e-07, 1.2516975402832031e-06, 0.17039255797863007, 0.9660995006561279, 0.26141592860221863, 0.41570672392845154, 0.2131931334733963, 0.5429149270057678, 1.1175510883331299, 0.17587065696716309, 0.17587065696716309, 0.17587065696716309, 0.17587065696716309, 0.17587065696716309, 0.17587065696716309, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [255]}, "observation.state": {"min": [0.21436043083667755, -0.9547398090362549, -0.2049984335899353, 0.6245784163475037, -0.003144962480291724, -0.21143698692321777, -0.8757268786430359, -0.4366048276424408, -0.03651946410536766, -0.11768337339162827, 0.24976606667041779, 0.7568995356559753, NaN], "max": [1.0, 0.003144962480291724, 0.5564224123954773, 1.7298206090927124, 0.7019578814506531, 0.9999998211860657, 0.11477124691009521, 0.2752262055873871, 0.6994132399559021, 0.9199867844581604, 1.0, 1.6703487634658813, NaN], "mean": [0.8517664670944214, -0.23486033082008362, 0.07998985052108765, 1.375267505645752, 0.20556920766830444, 0.71644526720047, -0.2734881341457367, 0.03870556876063347, 0.16406753659248352, 0.2150622457265854, 0.8426182270050049, 1.0328848361968994, NaN], "std": [0.2560324966907501, 0.3356998860836029, 0.18625470995903015, 0.408941388130188, 0.2681191563606262, 0.4246176481246948, 0.3427329659461975, 0.27721941471099854, 0.26053500175476074, 0.30381348729133606, 0.23799963295459747, 0.3301435112953186, NaN], "count": [255]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1264508898665653]], [[0.12867837598429818]], [[0.11473874247212651]]], "std": [[[0.30076645764410265]], [[0.3032794341422829]], [[0.2792990164766009]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4514971216214676]], [[0.4533035028039464]], [[0.4063187882177255]]], "std": [[[0.4069243321568873]], [[0.40283935017659434]], [[0.38872456276883266]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5959731118876195]], [[0.6295316956918536]], [[0.5134608201886821]]], "std": [[[0.2169122714975981]], [[0.21340487913082373]], [[0.23304483789671748]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3641837910910748]], [[0.3988448089608266]], [[0.29226090816614597]]], "std": [[[0.24526082802775284]], [[0.2492771538339337]], [[0.23233726288151418]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6769861066686516]], [[0.6618584716195565]], [[0.5743636942756309]]], "std": [[[0.2112143999469044]], [[0.19530023347588482]], [[0.24831582848999403]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963977359214264]], [[0.9963977359214264]], [[0.9963977359214264]]], "std": [[[0.01733298181705121]], [[0.01733298181705121]], [[0.01733298181705121]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.585084154601617]], [[0.585084154601617]], [[0.585084154601617]]], "std": [[[0.3339894424235909]], [[0.3339894424235909]], [[0.3339894424235909]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10801674522276336]], [[0.10801674522276336]], [[0.10801674522276336]]], "std": [[[0.09159671434929999]], [[0.09159671434929999]], [[0.09159671434929999]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19173644982769963]], [[0.19173644982769963]], [[0.19173644982769963]]], "std": [[[0.3379038214576774]], [[0.3379038214576774]], [[0.3379038214576774]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.03137254901960784]], [[0.03137254901960784]], [[0.03137254901960784]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.10169366408031698]], [[0.10169366408031698]], [[0.10169366408031698]]], "std": [[[0.04159911447122575]], [[0.04159911447122575]], [[0.04159911447122575]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14237986952244736]], [[0.03901830025125881]], [[0.05942214229147765]]], "std": [[[0.34436263113686816]], [[0.13435395513061082]], [[0.18375302893229284]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46642717886716945]], [[0.27261734161877194]], [[0.18983191476378522]]], "std": [[[0.47388277278285224]], [[0.3053081176976149]], [[0.32615893663770973]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8013711207269406]], [[0.4613567036882808]], [[0.37587813511916857]]], "std": [[[0.31917866828753605]], [[0.3155001534593173]], [[0.3847318955069782]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5761325589707174]], [[0.38235765923619197]], [[0.5408805430999047]]], "std": [[[0.38655682474494385]], [[0.4203213172382762]], [[0.44064286621607307]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5978484105382518]], [[0.3167146023143706]], [[0.6445902523384102]]], "std": [[[0.40667191594451035]], [[0.33397360769469064]], [[0.3903502849606621]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.08], "mean": [2.54], "std": [1.4722318657965079], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [255]}, "index": {"min": [14364], "max": [14618], "mean": [14491.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [255]}}} +{"episode_index": 68, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3059084415435791, 2.0358924865722656, 0.45767396688461304, -0.7839692234992981, -1.5677512884140015, 0.4219839870929718, 0.5119596123695374, -1.1563431024551392, 1.0556584596633911, -2.8868722915649414, 8.673617379884035e-18, -0.3414634168148041, 8.673617379884035e-18, 8.673617379884035e-18, -0.3414634168148041, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3059084415435791, 2.0358924865722656, 0.45767396688461304, -0.5613536238670349, -1.31532621383667, 1.0401893854141235, 1.5581756830215454, -0.01341578271239996, 1.7570451498031616, -2.4866857528686523, 0.3414634168148041, -8.673617379884035e-18, 0.3414634168148041, 0.3414634168148041, -8.673617379884035e-18, 0.3414634168148041, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3059082329273224, 2.0358898639678955, 0.4576732814311981, -0.6518760323524475, -1.3629374504089355, 0.5546342134475708, 0.7721258997917175, -0.9290299415588379, 1.5804862976074219, -2.778168201446533, 0.2299744188785553, -0.2299744188785553, 0.2299744188785553, 0.2299744188785553, -0.2299744188785553, 0.2299744188785553, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 2.6226043701171875e-06, 6.854534149169922e-07, 0.06781192868947983, 0.07928668707609177, 0.1912340521812439, 0.29826825857162476, 0.35727185010910034, 0.1991731971502304, 0.11109481006860733, 0.15573431551456451, 0.15573431551456451, 0.15573431551456451, 0.15573431551456451, 0.15573431551456451, 0.15573431551456451, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [113]}, "observation.state": {"min": [0.37055087089538574, -0.9126861691474915, -0.9106301069259644, 1.3169382810592651, 0.4770060181617737, 0.408657044172287, -0.2842791974544525, -0.33558163046836853, -0.003114990657195449, -0.45898082852363586, 0.4123935103416443, 0.7530783414840698, NaN], "max": [0.5511412024497986, -0.18287941813468933, 0.0029652072116732597, 2.115022897720337, 0.9126856327056885, 0.876334011554718, 0.02616136521100998, -0.053672246634960175, 0.7881836295127869, 0.0018541302997618914, 1.0, 1.2217389345169067, NaN], "mean": [0.4310625493526459, -0.7931815385818481, -0.18952952325344086, 1.4768338203430176, 0.8140868544578552, 0.5189588665962219, -0.05393766984343529, -0.17209261655807495, 0.18779796361923218, -0.07613413035869598, 0.9058638215065002, 0.8584598898887634, NaN], "std": [0.04599293693900108, 0.21695445477962494, 0.3161356449127197, 0.26541295647621155, 0.1615135669708252, 0.17357994616031647, 0.09390401840209961, 0.05450265109539032, 0.2966093122959137, 0.13619419932365417, 0.1783824861049652, 0.14639684557914734, NaN], "count": [113]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.12562892822393482]], [[0.12447173221054778]], [[0.12357885483114965]]], "std": [[[0.29709847218765223]], [[0.29593729197466667]], [[0.29532402739053715]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4321458964078775]], [[0.4271535307327678]], [[0.42183300911760346]]], "std": [[[0.39761265876760915]], [[0.4006323879028249]], [[0.40298617070632015]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7312433696709764]], [[0.7306857454380131]], [[0.7307792858670775]]], "std": [[[0.2467306392673949]], [[0.24658470400794846]], [[0.2464416601609225]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6251256971308752]], [[0.6335653430484057]], [[0.6300534261924734]]], "std": [[[0.29208494299255416]], [[0.28659573715248216]], [[0.2918902131963498]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5347408788760879]], [[0.5124353985908854]], [[0.5006220730896921]]], "std": [[[0.3283273376302941]], [[0.35203535218703114]], [[0.36537016324672406]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961923152490024]], [[0.9961923152490024]], [[0.9961923152490024]]], "std": [[[0.018107579612427458]], [[0.018107579612427458]], [[0.018107579612427458]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5876423206470098]], [[0.5876423206470098]], [[0.5876423206470098]]], "std": [[[0.33499555733546516]], [[0.33499555733546516]], [[0.33499555733546516]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16882124280237729]], [[0.16882124280237729]], [[0.16882124280237729]]], "std": [[[0.14508211271083613]], [[0.14508211271083613]], [[0.14508211271083613]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.04636106031619583]], [[0.04636106031619583]], [[0.04636106031619583]]], "std": [[[0.046157524935430225]], [[0.046157524935430225]], [[0.046157524935430225]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14809889552072666]], [[0.14809889552072666]], [[0.14809889552072666]]], "std": [[[0.19156694629813206]], [[0.19156694629813206]], [[0.19156694629813206]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07779349302047689]], [[0.0879189641726531]], [[0.0914729841459514]]], "std": [[[0.2232988026530042]], [[0.2667654791192764]], [[0.2694806645051584]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35237632762485654]], [[0.2335998406749588]], [[0.46384125968707646]]], "std": [[[0.4402920164711937]], [[0.3148565782689989]], [[0.4457458983493623]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7847081998080857]], [[0.5583532657274805]], [[0.40878731783401095]]], "std": [[[0.35955032936810033]], [[0.3056670065586592]], [[0.41710662209008403]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8000200269430983]], [[0.27978411456918867]], [[0.5267075842340629]]], "std": [[[0.34880741921597613]], [[0.2938358683540214]], [[0.3449078375109382]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7185285782587034]], [[0.5680921885802301]], [[0.3232247924784633]]], "std": [[[0.3694684879561561]], [[0.32269272780843267]], [[0.39048905574324805]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.24], "mean": [1.1199999999999999], "std": [0.6523802572120037], "count": [113]}, "frame_index": {"min": [0], "max": [112], "mean": [56.0], "std": [32.61901286060018], "count": [113]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [113]}, "index": {"min": [14619], "max": [14731], "mean": [14675.0], "std": [32.61901286060018], "count": [113]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [113]}}} +{"episode_index": 69, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25754421949386597, 1.1847739219665527, 0.7453405261039734, -2.309199571609497, -2.2464137077331543, 0.9597500562667847, 1.5806292295455933, -0.6202202439308167, 0.4220517575740814, -2.4719691276550293, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.25754421949386597, 1.1847739219665527, 0.7453405261039734, -0.8012273907661438, -1.5793837308883667, 1.2770836353302002, 2.4239559173583984, -0.007140578702092171, 1.043353796005249, -1.6772032976150513, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2575443387031555, 1.1847727298736572, 0.7453399300575256, -1.9955016374588013, -2.164854049682617, 1.1183867454528809, 2.2838938236236572, -0.5181193947792053, 0.6479156613349915, -1.7867456674575806, 0.38804617524147034, -0.38804617524147034, 0.38804617524147034, 0.38804617524147034, -0.38804617524147034, 0.38804617524147034, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-06, 5.960464477539062e-07, 0.393528550863266, 0.179751917719841, 0.10155101120471954, 0.2221400886774063, 0.16146358847618103, 0.17447179555892944, 0.21214307844638824, 0.28657782077789307, 0.28657782077789307, 0.28657782077789307, 0.28657782077789307, 0.28657782077789307, 0.28657782077789307, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [167]}, "observation.state": {"min": [-0.295089453458786, -0.9905282855033875, -0.9604370594024658, 2.1248888969421387, 0.9536405801773071, -0.1250017136335373, -0.28920048475265503, -0.17608429491519928, -0.009867885150015354, -0.999148428440094, -0.09134231507778168, 0.7570233941078186, NaN], "max": [0.16169364750385284, 0.07001830637454987, 0.0003057578578591347, 2.272402286529541, 0.9998602867126465, 0.16169369220733643, 0.0038014883175492287, 0.042042795568704605, 0.05909199267625809, 0.0002625127381179482, 0.9999999403953552, 1.211629033088684, NaN], "mean": [0.09307698905467987, -0.89095538854599, -0.14433331787586212, 2.191624402999878, 0.9856955409049988, 0.11911941319704056, -0.030071072280406952, -0.1370796114206314, 0.0020033654291182756, -0.14813566207885742, 0.90149986743927, 0.8241902589797974, NaN], "std": [0.13988465070724487, 0.2521165609359741, 0.3058980703353882, 0.02816051058471203, 0.007730333600193262, 0.08521992713212967, 0.0773988664150238, 0.05913759768009186, 0.010565683245658875, 0.3150247633457184, 0.25690025091171265, 0.1178068146109581, NaN], "count": [167]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08408042964116326]], [[0.08258430983624256]], [[0.07219250702914454]]], "std": [[[0.2069308687201629]], [[0.20792776607857025]], [[0.18578194653775398]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27823427486654184]], [[0.27240349334905123]], [[0.23568034273659533]]], "std": [[[0.2718928303235558]], [[0.27486101293584614]], [[0.24951132420776398]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6320387918923939]], [[0.6606790170395985]], [[0.5924438758096172]]], "std": [[[0.22213544477001254]], [[0.2317934288008196]], [[0.22031926741247856]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6061523163487207]], [[0.6185777423722131]], [[0.6004340977046063]]], "std": [[[0.27131222059829746]], [[0.2643648733945887]], [[0.276363706077695]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5155900773222664]], [[0.543031862996558]], [[0.49494361060316194]]], "std": [[[0.24783364036828295]], [[0.2488458665074441]], [[0.269368341940695]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954780120043639]], [[0.9954780120043639]], [[0.9954780120043639]]], "std": [[[0.02021540627912543]], [[0.02021540627912543]], [[0.02021540627912543]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5973469202187903]], [[0.5973469202187903]], [[0.5973469202187903]]], "std": [[[0.3364971044614679]], [[0.3364971044614679]], [[0.3364971044614679]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.09761216422549321]], [[0.09761216422549321]], [[0.09761216422549321]]], "std": [[[0.06483206443246839]], [[0.06483206443246839]], [[0.06483206443246839]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.0270503194882823]], [[0.0270503194882823]], [[0.0270503194882823]]], "std": [[[0.026783961611401196]], [[0.026783961611401196]], [[0.026783961611401196]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.0757473450855668]], [[0.0757473450855668]], [[0.0757473450855668]]], "std": [[[0.04649639080522353]], [[0.04649639080522353]], [[0.04649639080522353]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03277239921651777]], [[0.11703647779004903]], [[0.10057423266149934]]], "std": [[[0.11429833640069641]], [[0.28860991529810426]], [[0.2893259826863346]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16975339219508465]], [[0.4039611262992937]], [[0.3827051031622936]]], "std": [[[0.28858071961735127]], [[0.4002024406128664]], [[0.4551953146145345]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6110988398642518]], [[0.7756450766483537]], [[0.29969704370240285]]], "std": [[[0.24554128272084505]], [[0.3646700517006403]], [[0.3365381051081237]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34936716710554816]], [[0.5070215578314359]], [[0.6873694362803772]]], "std": [[[0.34091773320743746]], [[0.4058310657636929]], [[0.36706749518172355]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5930794097194981]], [[0.7022734033800244]], [[0.3861304172022764]]], "std": [[[0.3403833140749953]], [[0.4019575233611572]], [[0.40422973079297553]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.32], "mean": [1.66], "std": [0.964157663455516], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [167]}, "index": {"min": [14732], "max": [14898], "mean": [14815.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [167]}}} +{"episode_index": 70, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38651159405708313, 0.6740947365760803, 0.8135921359062195, -0.7823998332023621, -1.5702102184295654, 0.7602956295013428, -0.4972971975803375, -3.6368725299835205, 0.12525469064712524, -2.4667887687683105, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38651159405708313, 0.6740947365760803, 0.8135921359062195, 0.22328609228134155, 1.893218994140625, 1.5681895017623901, 1.9359208345413208, -0.009301976300776005, 1.8589195013046265, 0.3318190276622772, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38651204109191895, 0.674091637134552, 0.8135952949523926, -0.10859660804271698, 0.3631563186645508, 1.1465492248535156, 0.6483716368675232, -2.4490771293640137, 1.193298578262329, -0.8923214673995972, 0.26368167996406555, -0.26368167996406555, 0.26368167996406555, 0.26368167996406555, -0.26368167996406555, 0.26368167996406555, -2.3561999797821045, 1.5707993507385254, -1.0472005605697632, -1.5707993507385254, 0.0, -1.0472005605697632, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 3.0994415283203125e-06, 3.159046173095703e-06, 0.28734081983566284, 1.4619959592819214, 0.3145969808101654, 0.9330025911331177, 1.1140985488891602, 0.5112752914428711, 0.7163064479827881, 0.1056353822350502, 0.1056353822350502, 0.1056353822350502, 0.1056353822350502, 0.1056353822350502, 0.1056353822350502, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 2.9802322387695312e-06, 0.0, 2.9802322387695312e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [348]}, "observation.state": {"min": [-0.04401499405503273, -0.9479610919952393, -0.6359490156173706, 0.442766934633255, -0.7173343300819397, -0.8931219577789307, -0.9825111031532288, -0.7800769209861755, -2.3426919142366387e-05, -0.6634966135025024, -0.4829728305339813, 0.6553075909614563, NaN], "max": [0.9837168455123901, -0.09429091215133667, 0.9313867688179016, 1.8060086965560913, 0.36796560883522034, 0.9824633598327637, 0.2162962108850479, 0.4013071358203888, 0.9991361498832703, 0.8099483251571655, 1.0, 1.3977948427200317, NaN], "mean": [0.5591703653335571, -0.47626614570617676, 0.15537841618061066, 1.2793471813201904, -0.039144691079854965, 0.22729413211345673, -0.3873017728328705, -0.25500890612602234, 0.5298938751220703, 0.051650118082761765, 0.3581324517726898, 1.0499143600463867, NaN], "std": [0.36448854207992554, 0.2638854682445526, 0.4836001694202423, 0.4555380344390869, 0.3489394783973694, 0.7206745743751526, 0.39455291628837585, 0.31926229596138, 0.3878133296966553, 0.3603227138519287, 0.5550267696380615, 0.2597220242023468, NaN], "count": [348]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13122822440422427]], [[0.1254370850491286]], [[0.11454820823031855]]], "std": [[[0.3054378147402572]], [[0.29367020486142403]], [[0.2705473017943742]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4557486714531235]], [[0.4299184237013433]], [[0.383384401837066]]], "std": [[[0.3982666942412598]], [[0.3818252457170145]], [[0.3490091178780594]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.715394190671036]], [[0.68458756339306]], [[0.6541694370850492]]], "std": [[[0.19726585050928755]], [[0.2104159635897352]], [[0.22258234465719165]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5163947116961076]], [[0.4759383326258926]], [[0.434955820158507]]], "std": [[[0.3133240167935703]], [[0.30738374084589754]], [[0.3084857166502413]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7152442145764978]], [[0.6463925578575878]], [[0.5763087687111368]]], "std": [[[0.15245519944394417]], [[0.19518595464128682]], [[0.2164470917192911]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961236002899502]], [[0.9961236002899502]], [[0.9961236002899502]]], "std": [[[0.01820743606691418]], [[0.01820743606691418]], [[0.01820743606691418]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5945457137473504]], [[0.5945457137473504]], [[0.5945457137473504]]], "std": [[[0.3355308288709516]], [[0.3355308288709516]], [[0.3355308288709516]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10563491632417818]], [[0.10563491632417818]], [[0.10563491632417818]]], "std": [[[0.08626287354624528]], [[0.08626287354624528]], [[0.08626287354624528]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1510888740024583]], [[0.1510888740024583]], [[0.1510888740024583]]], "std": [[[0.3042513898110436]], [[0.3042513898110436]], [[0.3042513898110436]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.10551053550246062]], [[0.10551053550246062]], [[0.10551053550246062]]], "std": [[[0.042225679961474465]], [[0.042225679961474465]], [[0.042225679961474465]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.029832642991877507]], [[0.12500259841975844]], [[0.11082657107164195]]], "std": [[[0.11965848104025481]], [[0.3059477492979092]], [[0.27995748623753974]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704033015689091]], [[0.3132494664019296]], [[0.3593999065239447]]], "std": [[[0.44314392517929]], [[0.42648284664316694]], [[0.36210315055144465]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7034679884744158]], [[0.35075817127576037]], [[0.5478480913517214]]], "std": [[[0.28660149060685536]], [[0.31850757844295513]], [[0.4319385592517948]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5774436256907606]], [[0.6545396264042364]], [[0.30220991342400644]]], "std": [[[0.4131083566993046]], [[0.38180139248954204]], [[0.35137617829371404]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6286900759140905]], [[0.5160625163029885]], [[0.5007730536830169]]], "std": [[[0.40504091296300315]], [[0.3868644919145584]], [[0.3767666232512587]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.94], "mean": [3.4699999999999998], "std": [2.009170641500285], "count": [348]}, "frame_index": {"min": [0], "max": [347], "mean": [173.5], "std": [100.45853207501425], "count": [348]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [348]}, "index": {"min": [14899], "max": [15246], "mean": [15072.5], "std": [100.45853207501425], "count": [348]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [348]}}} +{"episode_index": 71, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994097352027893, 0.5155706405639648, 0.6800851821899414, -0.7745088934898376, -1.5579179525375366, 1.0625672340393066, 0.9511294960975647, -0.15780629217624664, -0.2817049026489258, -4.103505611419678, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994097352027893, 0.5155706405639648, 0.6800851821899414, -0.07670042663812637, 1.8481788635253906, 3.3834402561187744, 1.595879316329956, -0.001078665954992175, 1.0461900234222412, -2.4909589290618896, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994102418422699, 0.5155714154243469, 0.6800843477249146, -0.2551696300506592, 0.5493603944778442, 2.6807587146759033, 1.2691208124160767, -0.08739306777715683, 0.28137797117233276, -3.566636562347412, 0.41306808590888977, -0.41306808590888977, 0.41306808590888977, 0.41306808590888977, -0.41306808590888977, 0.41306808590888977, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 7.748603820800781e-07, 8.344650268554688e-07, 0.2017977237701416, 1.2191593647003174, 0.8054594993591309, 0.2533019185066223, 0.05645335465669632, 0.47478657960891724, 0.5763633251190186, 0.21302491426467896, 0.21302491426467896, 0.21302491426467896, 0.21302491426467896, 0.21302491426467896, 0.21302491426467896, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [173]}, "observation.state": {"min": [-0.6122764945030212, -0.9545949101448059, -0.6977134346961975, 0.6765999794006348, -0.2885853350162506, -0.9813758730888367, -0.5804824829101562, -0.30646848678588867, -0.692574679851532, -0.41029590368270874, -0.9935466051101685, 0.7279924750328064, NaN], "max": [0.9672348499298096, 0.2809099555015564, 0.9646617770195007, 2.063520669937134, 0.9981213212013245, 0.7582718729972839, 0.32507702708244324, 0.22273066639900208, 0.9922590255737305, 0.5821505188941956, 1.0, 1.8173651695251465, NaN], "mean": [0.4888348877429962, -0.3942423164844513, 0.13477101922035217, 1.5394479036331177, 0.33701184391975403, -0.13801932334899902, -0.010274941101670265, -0.12747086584568024, 0.09379072487354279, 0.10144864022731781, 0.352520614862442, 1.1279267072677612, NaN], "std": [0.47157174348831177, 0.3875046968460083, 0.4635842442512512, 0.49085864424705505, 0.4760670065879822, 0.7746663093566895, 0.20129643380641937, 0.15041716396808624, 0.4354848563671112, 0.25488123297691345, 0.7759050726890564, 0.4333827793598175, NaN], "count": [173]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09859225731262376]], [[0.09667990888431567]], [[0.09467754314885558]]], "std": [[[0.24398367595803394]], [[0.240193545386969]], [[0.23603787837649023]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.323530809211616]], [[0.31364139661541574]], [[0.3028972641825103]]], "std": [[[0.3205693103806346]], [[0.315215345299386]], [[0.31076666356514343]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6251738554044785]], [[0.6189178584193159]], [[0.611490394564173]]], "std": [[[0.3304732817201936]], [[0.3301251933265395]], [[0.328328579932471]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5194701758409325]], [[0.5096600971909574]], [[0.4873359914329262]]], "std": [[[0.32582733611190795]], [[0.3267943721338072]], [[0.3266626939933685]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.636617211530144]], [[0.6101292249467073]], [[0.5832876172390231]]], "std": [[[0.2244008861653227]], [[0.23705349818920232]], [[0.24848427409683635]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962707372337123]], [[0.9962707372337123]], [[0.9962707372337123]]], "std": [[[0.017949619256705972]], [[0.017949619256705972]], [[0.017949619256705972]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5994990997732836]], [[0.5994990997732836]], [[0.5994990997732836]]], "std": [[[0.3373654021303296]], [[0.3373654021303296]], [[0.3373654021303296]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2664155728157684]], [[0.2664155728157684]], [[0.2664155728157684]]], "std": [[[0.2882377625345053]], [[0.2882377625345053]], [[0.2882377625345053]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19637855254272976]], [[0.19637855254272976]], [[0.19637855254272976]]], "std": [[[0.3639765965813347]], [[0.3639765965813347]], [[0.3639765965813347]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.3215686274509804]], [[0.3215686274509804]], [[0.3215686274509804]]], "mean": [[[0.14433049217087746]], [[0.14433049217087746]], [[0.14433049217087746]]], "std": [[[0.05941974366063355]], [[0.05941974366063355]], [[0.05941974366063355]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05301145919877475]], [[0.07444297591818096]], [[0.12159408056509427]]], "std": [[[0.16142955833988573]], [[0.24234873556643247]], [[0.30055774038678384]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26017679983316466]], [[0.42141389440424437]], [[0.2580958498374898]]], "std": [[[0.3846419757491298]], [[0.4691899558079741]], [[0.2974506714878956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19663120075156357]], [[0.6284051161041003]], [[0.5857588062960213]]], "std": [[[0.2933755965250408]], [[0.3947801323599964]], [[0.33848183236475093]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40206972214007863]], [[0.5059180589167372]], [[0.42280835866373495]]], "std": [[[0.4241221771074018]], [[0.36134537246535986]], [[0.42883467752866833]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9622585504774052]], [[0.28931122497218853]], [[0.43316320423042853]]], "std": [[[0.1479333683067286]], [[0.2738419121117264]], [[0.37577374707119976]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.44], "mean": [1.72], "std": [0.9987992791347019], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [173]}, "index": {"min": [15247], "max": [15419], "mean": [15333.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [173]}}} +{"episode_index": 72, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17011946439743042, 1.288515567779541, 0.5188261866569519, -1.8107924461364746, -1.5622273683547974, 0.5794911980628967, 0.7614347338676453, -0.4202550947666168, 0.5382697582244873, -2.4810733795166016, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17011946439743042, 1.288515567779541, 0.5188261866569519, -0.7997655272483826, -0.962684154510498, 1.0412147045135498, 1.5594369173049927, -0.005792895797640085, 1.0400574207305908, -2.3938632011413574, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.17011934518814087, 1.2885148525238037, 0.5188257694244385, -1.5782170295715332, -1.118122935295105, 0.7051751017570496, 0.9634479284286499, -0.3259216845035553, 0.6478694081306458, -2.434539556503296, 0.3350001275539398, -0.3350001275539398, 0.3350001275539398, 0.3350001275539398, -0.3350001275539398, 0.3350001275539398, -2.356196641921997, 1.5707955360412598, -1.0471973419189453, -1.5707955360412598, 0.0, -1.0471973419189453, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 4.172325134277344e-07, 0.3263535499572754, 0.18607035279273987, 0.14408063888549805, 0.24927140772342682, 0.1354791522026062, 0.16562750935554504, 0.023284154012799263, 0.2806589603424072, 0.2806589603424072, 0.2806589603424072, 0.2806589603424072, 0.2806589603424072, 0.2806589603424072, 2.1457672119140625e-06, 8.344650268554688e-07, 2.384185791015625e-07, 8.344650268554688e-07, 0.0, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [90]}, "observation.state": {"min": [0.7786548733711243, -0.5538569688796997, -0.6255717277526855, 3.5709619522094727, 0.28015050292015076, 0.8308481574058533, 8.05422484262408e-09, -0.12347536534070969, 3.7671426866836555e-07, -0.5091391801834106, 0.6600993275642395, 0.7568610310554504, NaN], "max": [0.8327112793922424, 0.048545170575380325, -4.5775044554829947e-07, 3.62554669380188, 0.5541980266571045, 0.8652091026306152, 0.4158472418785095, 0.313645601272583, 0.561437726020813, -2.6016667220574163e-07, 1.0, 1.1038824319839478, NaN], "mean": [0.8234014511108398, -0.4402218163013458, -0.17525415122509003, 3.5941162109375, 0.50920569896698, 0.8376932740211487, 0.10207319259643555, 0.22823378443717957, 0.13186146318912506, -0.1528782844543457, 0.9294577836990356, 0.8349654078483582, NaN], "std": [0.016342628747224808, 0.19363130629062653, 0.24441656470298767, 0.013611945323646069, 0.08157902956008911, 0.010223756544291973, 0.1476476937532425, 0.13725629448890686, 0.1959817260503769, 0.20857654511928558, 0.11591415107250214, 0.12018876522779465, NaN], "count": [90]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12729086856064087]], [[0.12222735722121154]], [[0.11380156149567351]]], "std": [[[0.2992540253892683]], [[0.28742485561714654]], [[0.26886418642571297]]], "count": [90]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4458569297787398]], [[0.42433819496738806]], [[0.3856051613445442]]], "std": [[[0.391277911753799]], [[0.3738700855487601]], [[0.34568742650429113]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.7461801709614913]], [[0.739406672175689]], [[0.733857778260581]]], "std": [[[0.21390616665300174]], [[0.2143806784215244]], [[0.2147988938829882]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5688389977393934]], [[0.5422111579832507]], [[0.5223473934105863]]], "std": [[[0.24347557411470513]], [[0.25661280019457433]], [[0.26188130353918176]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.7308121829415661]], [[0.7234155447267576]], [[0.7024462026526009]]], "std": [[[0.1770749524269969]], [[0.18157160018823215]], [[0.1940211755855885]]], "count": [90]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965051757168789]], [[0.9965051757168789]], [[0.9965051757168789]]], "std": [[[0.017135832127566013]], [[0.017135832127566013]], [[0.017135832127566013]]], "count": [90]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5882888807974657]], [[0.5882888807974657]], [[0.5882888807974657]]], "std": [[[0.3330114053835393]], [[0.3330114053835393]], [[0.3330114053835393]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.08235294117647059]], [[0.08235294117647059]], [[0.08235294117647059]]], "mean": [[[0.0338006465538919]], [[0.0338006465538919]], [[0.0338006465538919]]], "std": [[[0.019754869013134155]], [[0.019754869013134155]], [[0.019754869013134155]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.13725490196078433]], [[0.13725490196078433]], [[0.13725490196078433]]], "mean": [[[0.04733453393364839]], [[0.04733453393364839]], [[0.04733453393364839]]], "std": [[[0.03218097424395634]], [[0.03218097424395634]], [[0.03218097424395634]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.09274305879193859]], [[0.09274305879193859]], [[0.09274305879193859]]], "std": [[[0.04643690029000989]], [[0.04643690029000989]], [[0.04643690029000989]]], "count": [90]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11004461235265284]], [[0.08121404280660925]], [[0.09311063590763528]]], "std": [[[0.2643352728547553]], [[0.25414252216773925]], [[0.27673385851027804]]], "count": [90]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38998626022687727]], [[0.44403207839531134]], [[0.18102780148952224]]], "std": [[[0.448802804296808]], [[0.4221754871935912]], [[0.2686269169487042]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9167987721898528]], [[0.5202546548221939]], [[0.16009658745342123]]], "std": [[[0.24519868170117387]], [[0.19549852349525315]], [[0.2131801872391649]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3762458791297831]], [[0.45103621105620717]], [[0.7104202615198658]]], "std": [[[0.3748066896446748]], [[0.2994678795009646]], [[0.4142781887368185]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7679845106614933]], [[0.7260669893848126]], [[0.2752723080576196]]], "std": [[[0.3077332176871742]], [[0.39277174108972557]], [[0.32269510450144767]]], "count": [90]}, "timestamp": {"min": [0.0], "max": [1.78], "mean": [0.8900000000000001], "std": [0.5195831662656775], "count": [90]}, "frame_index": {"min": [0], "max": [89], "mean": [44.5], "std": [25.979158313283875], "count": [90]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [90]}, "index": {"min": [15420], "max": [15509], "mean": [15464.5], "std": [25.979158313283875], "count": [90]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [90]}}} +{"episode_index": 73, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002584761823527515, 1.0357415676116943, 0.4982619881629944, -1.3971707820892334, -2.0101025104522705, 0.5384994745254517, 1.5753254890441895, -0.9312120079994202, -0.8212505578994751, -3.120086193084717, 1.214306433183765e-17, -0.6341463327407837, 1.214306433183765e-17, 1.214306433183765e-17, -0.6341463327407837, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002584761823527515, 1.0357415676116943, 0.4982619881629944, -0.7876762747764587, -1.5723261833190918, 1.0457029342651367, 2.6598310470581055, -0.002536850282922387, 1.0360215902328491, -2.485623598098755, 0.6341463327407837, -1.214306433183765e-17, 0.6341463327407837, 0.6341463327407837, -1.214306433183765e-17, 0.6341463327407837, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.00025847580400295556, 1.0357403755187988, 0.49826115369796753, -1.2488869428634644, -1.7584939002990723, 0.7768458127975464, 2.418113946914673, -0.46173644065856934, -0.4595831334590912, -2.864938259124756, 0.28562572598457336, -0.28562572598457336, 0.28562572598457336, 0.28562572598457336, -0.28562572598457336, 0.28562572598457336, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.7834979593753815e-10, 1.1920928955078125e-06, 8.344650268554688e-07, 0.20236307382583618, 0.11768385022878647, 0.14058402180671692, 0.3622339367866516, 0.2567637860774994, 0.5849378108978271, 0.19692763686180115, 0.3060169816017151, 0.3060169816017151, 0.3060169816017151, 0.3060169816017151, 0.3060169816017151, 0.3060169816017151, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [177]}, "observation.state": {"min": [-0.6518715620040894, -0.9022635221481323, -0.9254273772239685, 2.441631317138672, 0.728858232498169, -0.6810271143913269, -0.11842773109674454, -0.4224601686000824, -0.6578425765037537, -0.664893627166748, 0.35377898812294006, 0.7567660808563232, NaN], "max": [-0.143025740981102, -0.3508957326412201, 0.0013011650880798697, 2.65175461769104, 0.9022635221481323, -0.4311849772930145, 0.13573725521564484, -0.2708589732646942, 0.06742323935031891, 3.3784186825869256e-07, 1.0, 0.9483013153076172, NaN], "mean": [-0.44792047142982483, -0.7933679819107056, -0.17515848577022552, 2.5947229862213135, 0.8529520630836487, -0.5038489699363708, -0.014263183809816837, -0.30522647500038147, -0.10369502007961273, -0.14114800095558167, 0.9156160354614258, 0.8057166337966919, NaN], "std": [0.09964956343173981, 0.1814807802438736, 0.31046241521835327, 0.08148795366287231, 0.07090096920728683, 0.10309917479753494, 0.05241415277123451, 0.033895526081323624, 0.21477659046649933, 0.23068150877952576, 0.17784564197063446, 0.06997889280319214, NaN], "count": [177]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12387538448230426]], [[0.11919046383301449]], [[0.10914583941028276]]], "std": [[[0.2936246281738989]], [[0.284241471093603]], [[0.2624903902138054]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.412429980466589]], [[0.39183107388162336]], [[0.3496943051356174]]], "std": [[[0.3887751149648699]], [[0.3798714029113032]], [[0.34913214546325383]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7374886712251331]], [[0.7309435596406066]], [[0.7158641579678279]]], "std": [[[0.1738905326768357]], [[0.17707536666581003]], [[0.1861612651487627]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4803457742318568]], [[0.46521633135316987]], [[0.44356298133630523]]], "std": [[[0.23534715354143518]], [[0.238598243594787]], [[0.2400154223997934]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.546790028237279]], [[0.5210365917852384]], [[0.48053437591992443]]], "std": [[[0.2707772869915384]], [[0.28152365587401723]], [[0.2827737705113218]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966041503636782]], [[0.9966041503636782]], [[0.9966041503636782]]], "std": [[[0.01659812750106739]], [[0.01659812750106739]], [[0.01659812750106739]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5808720229653368]], [[0.5808720229653368]], [[0.5808720229653368]]], "std": [[[0.33128211700740884]], [[0.33128211700740884]], [[0.33128211700740884]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.05587950306144139]], [[0.05587950306144139]], [[0.05587950306144139]]], "std": [[[0.060210232897172165]], [[0.060210232897172165]], [[0.060210232897172165]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "mean": [[[0.055190282781831315]], [[0.055190282781831315]], [[0.055190282781831315]]], "std": [[[0.052282569246977904]], [[0.052282569246977904]], [[0.052282569246977904]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1033948826888917]], [[0.1033948826888917]], [[0.1033948826888917]]], "std": [[[0.08179746189520205]], [[0.08179746189520205]], [[0.08179746189520205]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08393564770390219]], [[0.14302378811378866]], [[0.03754719903761238]]], "std": [[[0.25856302016857147]], [[0.34223223374829864]], [[0.12281667927739238]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5134525226800135]], [[0.4796996293815225]], [[0.10993839834076649]]], "std": [[[0.4447320165312093]], [[0.43843162758441095]], [[0.1981745367361204]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2940158158266898]], [[0.2692690641866678]], [[0.893251149507373]]], "std": [[[0.2440042968900751]], [[0.3050640732288939]], [[0.2800613288916365]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6736741856552477]], [[0.7055623322342855]], [[0.379579668890914]]], "std": [[[0.3758843155063433]], [[0.3738085765238523]], [[0.382636917598386]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5783192750442402]], [[0.5611689375178955]], [[0.4689729046845988]]], "std": [[[0.40626159562227443]], [[0.36798701058493993]], [[0.39763287729973945]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.52], "mean": [1.7599999999999998], "std": [1.0218936670058518], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [177]}, "index": {"min": [15510], "max": [15686], "mean": [15598.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [177]}}} +{"episode_index": 74, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4962925910949707, 1.5714513063430786, 0.5306866765022278, 5.506894588470459, -1.570617914199829, 1.0517882108688354, 0.38546261191368103, -2.6449594497680664, 0.8007642030715942, -3.5002999305725098, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4962925910949707, 1.5714513063430786, 0.5306866765022278, 6.129907131195068, 0.12138848006725311, 3.214940071105957, 1.5702694654464722, -0.010479656048119068, 1.0639638900756836, -2.4846041202545166, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4962921440601349, 1.5714504718780518, 0.5306858420372009, 5.799689292907715, -0.42977920174598694, 2.6316847801208496, 0.9390332102775574, -2.003048896789551, 0.9560429453849792, -3.1522159576416016, 0.23795557022094727, -0.23795557022094727, 0.23795557022094727, 0.23795557022094727, -0.23795557022094727, 0.23795557022094727, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 8.344650268554688e-07, 8.344650268554688e-07, 0.17355132102966309, 0.6070840358734131, 0.7619120478630066, 0.38125571608543396, 0.8727388978004456, 0.07205313444137573, 0.32099422812461853, 0.10154813528060913, 0.10154813528060913, 0.10154813528060913, 0.10154813528060913, 0.10154813528060913, 0.10154813528060913, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [224]}, "observation.state": {"min": [-0.27572885155677795, -0.9964435696601868, -0.008096185512840748, 0.040741536766290665, 0.2960711419582367, -0.4251750111579895, -0.5648084282875061, -0.34394562244415283, -0.09039006382226944, -0.22644370794296265, 0.5277993083000183, 0.7546395659446716, NaN], "max": [0.9530412554740906, -0.3027322292327881, 0.7123770713806152, 0.8851285576820374, 0.995839536190033, 0.932948112487793, 0.23508599400520325, 0.13580764830112457, 0.5025537610054016, 0.7902929782867432, 1.0, 1.608231782913208, NaN], "mean": [0.3313005566596985, -0.8014016151428223, 0.17600175738334656, 0.4318331778049469, 0.8403852581977844, 0.25584515929222107, -0.12374813854694366, -0.04298696666955948, 0.0838315561413765, 0.1788923293352127, 0.9133276343345642, 1.0552523136138916, NaN], "std": [0.3290407657623291, 0.2217341810464859, 0.24410255253314972, 0.20759448409080505, 0.20004570484161377, 0.36694788932800293, 0.19574113190174103, 0.17614470422267914, 0.16935253143310547, 0.2765505909919739, 0.14710968732833862, 0.33147740364074707, NaN], "count": [224]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.11362253108212951]], [[0.09759894883024171]], [[0.08601394496446367]]], "std": [[[0.274594693851617]], [[0.23758141806589858]], [[0.2117699186475248]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38885431884186256]], [[0.32129128117852246]], [[0.27463068039705196]]], "std": [[[0.37549004807794356]], [[0.3253452068588902]], [[0.2937428819991849]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5280339786131614]], [[0.47344391269041386]], [[0.4388526424420183]]], "std": [[[0.26036458711923693]], [[0.2603803966604736]], [[0.2658897225641823]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40025428705732147]], [[0.3597968941004807]], [[0.33138224531630645]]], "std": [[[0.24758672891131925]], [[0.2508587923552733]], [[0.26069804340639874]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4861760957452302]], [[0.41470109455498627]], [[0.36682004250008887]]], "std": [[[0.3355850187762344]], [[0.34129143141869317]], [[0.3529673810407166]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962512856310405]], [[0.9962512856310405]], [[0.9962512856310405]]], "std": [[[0.018083580610223204]], [[0.018083580610223204]], [[0.018083580610223204]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595880905872831]], [[0.595880905872831]], [[0.595880905872831]]], "std": [[[0.3390326551231883]], [[0.3390326551231883]], [[0.3390326551231883]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23347837410673034]], [[0.23347837410673034]], [[0.23347837410673034]]], "std": [[[0.2846623715575095]], [[0.2846623715575095]], [[0.2846623715575095]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1525019436179793]], [[0.1525019436179793]], [[0.1525019436179793]]], "std": [[[0.3006784366368853]], [[0.3006784366368853]], [[0.3006784366368853]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26270656766519745]], [[0.26270656766519745]], [[0.26270656766519745]]], "std": [[[0.3558600898578694]], [[0.3558600898578694]], [[0.3558600898578694]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14121674441809143]], [[0.06796936748092759]], [[0.07757679889438078]]], "std": [[[0.34193184110366365]], [[0.21944402723621098]], [[0.2209630123987724]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4310759885226961]], [[0.41434895268596134]], [[0.1970388381610296]]], "std": [[[0.40995020620660266]], [[0.45177128140051814]], [[0.3387172307086181]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4657410686445502]], [[0.7516378761757431]], [[0.28973984017874443]]], "std": [[[0.37863739006314334]], [[0.3951367163127059]], [[0.3432703101072171]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2452563383001708]], [[0.6160549671392103]], [[0.564200934626441]]], "std": [[[0.33836960751403794]], [[0.34710107979965954]], [[0.4294303178515422]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36289905994202337]], [[0.6983258438493896]], [[0.2751275371473441]]], "std": [[[0.36831670399830063]], [[0.4121704607039784]], [[0.35320291647194624]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.46], "mean": [2.23], "std": [1.2932517156377563], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [224]}, "index": {"min": [15687], "max": [15910], "mean": [15798.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [224]}}} +{"episode_index": 75, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4990442991256714, 0.5957066416740417, 0.7483503818511963, -3.208385705947876, -1.5721136331558228, -0.9628735780715942, -2.308338165283203, -1.2835707664489746, -1.824722170829773, -2.469688892364502, 8.673617379884035e-18, -0.5951219797134399, 8.673617379884035e-18, 8.673617379884035e-18, -0.5951219797134399, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4990442991256714, 0.5957066416740417, 0.7483503818511963, -0.422946572303772, -0.022748444229364395, 1.052467942237854, 1.559991717338562, 0.08952096104621887, 1.0394442081451416, 1.2406201362609863, 0.5951219797134399, -8.673617379884035e-18, 0.5951219797134399, 0.5951219797134399, -8.673617379884035e-18, 0.5951219797134399, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4990442097187042, 0.5957045555114746, 0.7483517527580261, -1.668142557144165, -0.8944828510284424, -0.3598516285419464, -0.423122376203537, -0.5796403884887695, -1.0383219718933105, -0.03821307048201561, 0.5294897556304932, -0.5294897556304932, 0.5294897556304932, 0.5294897556304932, -0.5294897556304932, 0.5294897556304932, -2.3561997413635254, 1.5707991123199463, -1.0471984148025513, -1.5707991123199463, 0.0, -1.0471984148025513, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 2.086162567138672e-06, 1.3709068298339844e-06, 1.1550867557525635, 0.5189335346221924, 0.6958030462265015, 1.1316412687301636, 0.5291282534599304, 0.878168523311615, 1.2454068660736084, 0.1782180219888687, 0.1782180219888687, 0.1782180219888687, 0.1782180219888687, 0.1782180219888687, 0.1782180219888687, 5.245208740234375e-06, 2.7418136596679688e-06, 8.344650268554688e-07, 2.7418136596679688e-06, 0.0, 8.344650268554688e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [288]}, "observation.state": {"min": [-0.7736273407936096, -0.9999229311943054, -0.9735289812088013, 0.40927866101264954, -0.9938574433326721, -0.7931540012359619, -0.9996352791786194, -1.3154574632644653, -0.6854414343833923, -0.9680047035217285, -0.7427761554718018, 0.7529668807983398, NaN], "max": [0.7618185877799988, 0.3640100359916687, 0.9712245464324951, 1.6220818758010864, 0.9999261498451233, 0.9996370077133179, 0.8176203370094299, 0.03831872344017029, 0.9003344774246216, 0.9699978828430176, 1.0, 1.6302800178527832, NaN], "mean": [0.13132025301456451, -0.5483858585357666, -0.23431794345378876, 1.334958553314209, 0.1200605258345604, 0.08784495294094086, -0.07375011593103409, -0.3799329698085785, 0.09943869709968567, -0.07791981101036072, 0.3827296197414398, 1.1837737560272217, NaN], "std": [0.3544745147228241, 0.4585402309894562, 0.5396412014961243, 0.3787965774536133, 0.80467289686203, 0.4002768099308014, 0.40584567189216614, 0.4301106929779053, 0.43046829104423523, 0.5612524747848511, 0.5807328820228577, 0.3247331380844116, NaN], "count": [288]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.07452229511208744]], [[0.07374584169018655]], [[0.05812588824045743]]], "std": [[[0.1828420068817979]], [[0.18514039904199908]], [[0.14826763370827564]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25591967764842677]], [[0.24129996627083514]], [[0.19889318047248994]]], "std": [[[0.24807721766457397]], [[0.24994086431281148]], [[0.2219969228532878]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.486703625248191]], [[0.5068640634188767]], [[0.4167173556334746]]], "std": [[[0.2347830096568568]], [[0.2581972693341082]], [[0.2612084642069034]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37141222605111945]], [[0.36584379172140113]], [[0.3401752548630683]]], "std": [[[0.3156493245170407]], [[0.32247352748254027]], [[0.32145328986944066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3881912919745375]], [[0.3320322633208408]], [[0.2830628106788011]]], "std": [[[0.21614398681778232]], [[0.24709124065400476]], [[0.27196258228451625]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968801085770651]], [[0.9968801085770651]], [[0.9968801085770651]]], "std": [[[0.01601800469824198]], [[0.01601800469824198]], [[0.01601800469824198]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5858297944532623]], [[0.5858297944532623]], [[0.5858297944532623]]], "std": [[[0.33325385706862704]], [[0.33325385706862704]], [[0.33325385706862704]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12307918709359876]], [[0.12307918709359876]], [[0.12307918709359876]]], "std": [[[0.12698955652981744]], [[0.12698955652981744]], [[0.12698955652981744]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2131093770431123]], [[0.2131093770431123]], [[0.2131093770431123]]], "std": [[[0.36276093485399913]], [[0.36276093485399913]], [[0.36276093485399913]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.11139910051089962]], [[0.11139910051089962]], [[0.11139910051089962]]], "std": [[[0.0416457561688166]], [[0.0416457561688166]], [[0.0416457561688166]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14279889169853502]], [[0.03999866692684392]], [[0.05799504456206066]]], "std": [[[0.34476171743175815]], [[0.13928674730782298]], [[0.17073630681001353]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5417286109820283]], [[0.24966779790128152]], [[0.1506859948863099]]], "std": [[[0.47287130913522485]], [[0.33288849588465125]], [[0.24901717462423426]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8678974123762566]], [[0.527127570675341]], [[0.20249019138451183]]], "std": [[[0.2988952749792971]], [[0.29164431138377334]], [[0.26740715885868704]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659913739169619]], [[0.5473215569597081]], [[0.34137148282930696]]], "std": [[[0.42300740010804266]], [[0.4516695598917729]], [[0.34483233809842695]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3721870044142961]], [[0.7889132127800678]], [[0.3004214160750652]]], "std": [[[0.3566112351502948]], [[0.33865316281793145]], [[0.30592898376843614]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.74], "mean": [2.8699999999999997], "std": [1.662758751793737], "count": [288]}, "frame_index": {"min": [0], "max": [287], "mean": [143.5], "std": [83.13793758968686], "count": [288]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [288]}, "index": {"min": [15911], "max": [16198], "mean": [16054.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [288]}}} +{"episode_index": 76, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38589736819267273, 2.484736442565918, 0.8238060474395752, -0.7809191346168518, -1.5667438507080078, 1.056357979774475, 1.186584711074829, 0.01243562251329422, 1.053572177886963, -2.474290370941162, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38589736819267273, 2.484736442565918, 0.8238060474395752, 0.1189633384346962, -0.786065399646759, 2.6848483085632324, 1.5686371326446533, 2.2246131896972656, 2.1815011501312256, -1.1305210590362549, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.385897696018219, 2.484739065170288, 0.8238065838813782, -0.19936075806617737, -1.0483596324920654, 2.19649600982666, 1.3045047521591187, 1.5605496168136597, 1.818580985069275, -1.5327507257461548, 0.3986949324607849, -0.3986949324607849, 0.3986949324607849, 0.3986949324607849, -0.3986949324607849, 0.3986949324607849, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818615913391113, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 2.6226043701171875e-06, 5.364418029785156e-07, 0.3055039048194885, 0.26899561285972595, 0.580027163028717, 0.13298963010311127, 0.7876896262168884, 0.38166800141334534, 0.4788721203804016, 0.18427371978759766, 0.18427371978759766, 0.18427371978759766, 0.18427371978759766, 0.18427371978759766, 0.18427371978759766, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [142]}, "observation.state": {"min": [0.13123169541358948, -0.3149407207965851, -0.8448977470397949, 2.974604368209839, -0.9907248616218567, -0.3761529326438904, -6.610740456380881e-06, -0.6184214949607849, -0.118219293653965, -0.9943588972091675, -0.3734796941280365, 0.7565560340881348, NaN], "max": [0.9951025247573853, 0.9904139637947083, 0.7325536012649536, 3.953338623046875, 0.8991800546646118, 0.21964028477668762, 0.9276081919670105, -0.33938688039779663, 0.4174918830394745, 9.159691217064392e-06, 1.0, 1.6785838603973389, NaN], "mean": [0.37744826078414917, 0.5929150581359863, -0.006322250701487064, 3.282099962234497, -0.5054981708526611, 0.007815957069396973, 0.3255820870399475, -0.43447399139404297, 0.07252095639705658, -0.44847553968429565, 0.5646734237670898, 1.1167479753494263, NaN], "std": [0.30433163046836853, 0.4711633324623108, 0.43741485476493835, 0.32495662569999695, 0.6946302056312561, 0.1833125501871109, 0.3497036099433899, 0.10139764100313187, 0.1470262110233307, 0.43779265880584717, 0.5113471746444702, 0.3582770824432373, NaN], "count": [142]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13049568997600067]], [[0.12124676270426094]], [[0.09646006178539265]]], "std": [[[0.30455085082125655]], [[0.28485281716481825]], [[0.23363303394753818]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45759294329544]], [[0.41832190363919586]], [[0.3212834745197282]]], "std": [[[0.4005084354549021]], [[0.3727323428483557]], [[0.3073119216868778]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7835469053323597]], [[0.7842885379178176]], [[0.6822057264477557]]], "std": [[[0.22161211584800938]], [[0.22053896341438337]], [[0.22458308294577167]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.6173573380379819]], [[0.6088464974307496]], [[0.5552599660294336]]], "std": [[[0.34368311101685095]], [[0.337621548968922]], [[0.3304712500920421]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7549187019837175]], [[0.7295369703163233]], [[0.617807260957117]]], "std": [[[0.2135035131749821]], [[0.22250114666513268]], [[0.2664955757770361]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957703761371859]], [[0.9957703761371859]], [[0.9957703761371859]]], "std": [[[0.01923333375767444]], [[0.01923333375767444]], [[0.01923333375767444]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5921355778315567]], [[0.5921355778315567]], [[0.5921355778315567]]], "std": [[[0.3339750148727277]], [[0.3339750148727277]], [[0.3339750148727277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.06548098258488785]], [[0.06548098258488785]], [[0.06548098258488785]]], "std": [[[0.045980959358245546]], [[0.045980959358245546]], [[0.045980959358245546]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18311467178438012]], [[0.18311467178438012]], [[0.18311467178438012]]], "std": [[[0.338633393086248]], [[0.338633393086248]], [[0.338633393086248]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11794315395184442]], [[0.11794315395184442]], [[0.11794315395184442]]], "std": [[[0.09015644797143745]], [[0.09015644797143745]], [[0.09015644797143745]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13763172043551528]], [[0.05117262425643285]], [[0.07632678263330228]]], "std": [[[0.33116634032058107]], [[0.16016866741229768]], [[0.24677726189595317]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.426620976053634]], [[0.37861381849685943]], [[0.25594303727441525]]], "std": [[[0.46338920444790993]], [[0.4400512576156884]], [[0.38086483745750677]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3686818870361318]], [[0.2343607625875835]], [[0.8004832980283526]]], "std": [[[0.31537043681812466]], [[0.2645953623535857]], [[0.3670457028352202]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6713624718448646]], [[0.390188295912736]], [[0.35030289326496306]]], "std": [[[0.43872097670497195]], [[0.388414061665149]], [[0.32114965323652245]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6784149545595058]], [[0.7312021221880907]], [[0.27353039212333474]]], "std": [[[0.40023763695751335]], [[0.2859141848967317]], [[0.30334211932553823]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.82], "mean": [1.4100000000000001], "std": [0.819817052762383], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [142]}, "index": {"min": [16199], "max": [16340], "mean": [16269.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [142]}}} +{"episode_index": 77, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3963877856731415, 1.119461178779602, 0.5836046934127808, -0.8655685186386108, -1.5670101642608643, 0.9935280084609985, 0.07309464365243912, -3.6791958808898926, 0.7227826118469238, -2.6794281005859375, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3963877856731415, 1.119461178779602, 0.5836046934127808, 0.853739857673645, 1.0373777151107788, 2.177471160888672, 2.162999391555786, -0.0012154330033808947, 2.1593687534332275, 0.8328064680099487, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3963867425918579, 1.1194653511047363, 0.5836032629013062, 0.1629180908203125, -0.0186186283826828, 1.4641139507293701, 1.1232272386550903, -2.209761381149292, 1.735097050666809, -0.12532946467399597, 0.41432565450668335, -0.41432565450668335, 0.41432565450668335, 0.41432565450668335, -0.41432565450668335, 0.41432565450668335, -2.3561997413635254, 1.5707992315292358, -1.0471994876861572, -1.5707992315292358, 0.0, -1.0471994876861572, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.043081283569336e-06, 4.172325134277344e-06, 1.430511474609375e-06, 0.605553925037384, 0.8572800159454346, 0.33453771471977234, 0.7572164535522461, 1.341011643409729, 0.4903706908226013, 1.0629504919052124, 0.18128763139247894, 0.18128763139247894, 0.18128763139247894, 0.18128763139247894, 0.18128763139247894, 0.18128763139247894, 5.245208740234375e-06, 2.86102294921875e-06, 1.9073486328125e-06, 2.86102294921875e-06, 0.0, 1.9073486328125e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [317]}, "observation.state": {"min": [-0.6609053611755371, -0.1886790245771408, -0.8563922047615051, 0.3329843282699585, -0.6377180218696594, -0.7819302678108215, -0.9999834895133972, -0.43374568223953247, -0.9997366666793823, -0.928130030632019, -0.11546424776315689, 0.7536836266517639, NaN], "max": [0.9968985915184021, 0.9078307747840881, 0.043548353016376495, 0.7451493144035339, 0.730301558971405, 0.8762248158454895, 0.0029987688176333904, -0.1033988818526268, 0.37999188899993896, 0.9981058239936829, 1.0, 1.331122875213623, NaN], "mean": [0.4135623872280121, 0.3896450400352478, -0.3232005834579468, 0.5539407134056091, -0.11769333481788635, 0.22516052424907684, -0.40632808208465576, -0.31612977385520935, -0.2517656981945038, -0.0019160121446475387, 0.5452911853790283, 1.025636076927185, NaN], "std": [0.6128814220428467, 0.2882571816444397, 0.33759304881095886, 0.11452919244766235, 0.4513491988182068, 0.6552084684371948, 0.37058570981025696, 0.08396825194358826, 0.4151979386806488, 0.5339335799217224, 0.42637181282043457, 0.22024452686309814, NaN], "count": [317]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.09331218521401925]], [[0.09134468457195812]], [[0.0830213392288963]]], "std": [[[0.23661534783524762]], [[0.23351266797893303]], [[0.21879147744786157]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29370544447730185]], [[0.2863808874324327]], [[0.25438569132382616]]], "std": [[[0.31800150568412355]], [[0.31748216943234603]], [[0.30242734909534436]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6037178149670319]], [[0.5913727488464693]], [[0.5583191167920949]]], "std": [[[0.3070321377432462]], [[0.3181380994346493]], [[0.32155471152145326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46562271615667233]], [[0.45384806184708415]], [[0.4283109775355715]]], "std": [[[0.31091295861190216]], [[0.3178089277243115]], [[0.3237800764059381]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4377991270650732]], [[0.4234705379432988]], [[0.3981383888188154]]], "std": [[[0.34663959352150453]], [[0.3590624777123451]], [[0.36269671964726075]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953136443524436]], [[0.9953136443524436]], [[0.9953136443524436]]], "std": [[[0.020431347668946005]], [[0.020431347668946005]], [[0.020431347668946005]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5874067462353089]], [[0.5874067462353089]], [[0.5874067462353089]]], "std": [[[0.33778509432563286]], [[0.33778509432563286]], [[0.33778509432563286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17604573084662886]], [[0.17604573084662886]], [[0.17604573084662886]]], "std": [[[0.20125551004012085]], [[0.20125551004012085]], [[0.20125551004012085]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07080014430449859]], [[0.07080014430449859]], [[0.07080014430449859]]], "std": [[[0.11240060028357925]], [[0.11240060028357925]], [[0.11240060028357925]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22960514212182598]], [[0.22960514212182598]], [[0.22960514212182598]]], "std": [[[0.3165179660200485]], [[0.3165179660200485]], [[0.3165179660200485]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09470113478858251]], [[0.12139263363086078]], [[0.07990643408965789]]], "std": [[[0.27848700713094215]], [[0.29368165480025865]], [[0.25419624834892507]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17170383781569123]], [[0.4140997538374469]], [[0.3190407251166942]]], "std": [[[0.2941428432540477]], [[0.4345492557924926]], [[0.38741451245751096]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739997760329808]], [[0.4674091562277249]], [[0.5454216514416034]]], "std": [[[0.42965481960655155]], [[0.3811036668194737]], [[0.4279435537554554]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5055523489379337]], [[0.5658412462758777]], [[0.5793580944295915]]], "std": [[[0.3421350009707086]], [[0.39092064659543474]], [[0.4239159223235262]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4942754378588753]], [[0.39422191510577076]], [[0.4948893019538105]]], "std": [[[0.44413970635003225]], [[0.3646001423468548]], [[0.42788576425005104]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.32], "mean": [3.1599999999999997], "std": [1.8301912468373351], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [317]}, "index": {"min": [16341], "max": [16657], "mean": [16499.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [317]}}} +{"episode_index": 78, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24786673486232758, 1.9580051898956299, 0.47328001260757446, -2.8543124198913574, -1.5617119073867798, 1.0626254081726074, 1.4147469997406006, 4.5751054130960256e-05, -1.0563998222351074, -2.475205421447754, 1.8214596497756474e-16, -0.43414634466171265, 1.8214596497756474e-16, 1.8214596497756474e-16, -0.43414634466171265, 1.8214596497756474e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24786673486232758, 1.9580051898956299, 0.47328001260757446, -0.7902269959449768, 1.062914490699768, 3.904531717300415, 1.682456374168396, 0.1605275571346283, 1.040678858757019, -0.6084814667701721, 0.43414634466171265, -1.8214596497756474e-16, 0.43414634466171265, 0.43414634466171265, -1.8214596497756474e-16, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.24786722660064697, 1.9580070972442627, 0.4732811152935028, -2.109208583831787, 0.11858503520488739, 3.0807695388793945, 1.5686423778533936, 0.06595583260059357, -0.21709010004997253, -1.2564836740493774, 0.3392227292060852, -0.3392227292060852, 0.3392227292060852, 0.3392227292060852, -0.3392227292060852, 0.3392227292060852, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.917383193969727e-07, 1.9073486328125e-06, 1.1026859283447266e-06, 0.7863402366638184, 0.9405282139778137, 0.9899885058403015, 0.09049102663993835, 0.05615253001451492, 0.7220981121063232, 0.679949164390564, 0.17386789619922638, 0.17386789619922638, 0.17386789619922638, 0.17386789619922638, 0.17386789619922638, 0.17386789619922638, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [173]}, "observation.state": {"min": [-0.9757558703422546, -0.9690567255020142, -0.6432995200157166, 2.455026388168335, -0.995846152305603, -0.9757555723190308, -0.895885169506073, -0.8982510566711426, -0.4162067472934723, -0.6876023411750793, -0.9827620387077332, 0.7531178593635559, NaN], "max": [0.29010751843452454, -0.21886177361011505, 0.003505103988572955, 3.388899564743042, 0.7570273280143738, 0.5546556115150452, 0.1997092217206955, 0.1079685240983963, 0.7943968176841736, 0.5118939876556396, 0.9999998807907104, 1.700957179069519, NaN], "mean": [-0.5900007486343384, -0.5682998299598694, -0.19863095879554749, 2.9077279567718506, -0.02599874697625637, -0.4234967529773712, -0.20855049788951874, -0.25852349400520325, 0.13071727752685547, -0.08983051776885986, 0.2655307650566101, 1.106383204460144, NaN], "std": [0.4128696322441101, 0.2774713635444641, 0.20501017570495605, 0.3819604814052582, 0.5988603234291077, 0.5489881038665771, 0.34126096963882446, 0.36969897150993347, 0.3240993618965149, 0.33352458477020264, 0.8294923901557922, 0.34273314476013184, NaN], "count": [173]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09152383807050402]], [[0.08656214648918287]], [[0.08355160327528295]]], "std": [[[0.22521009537366388]], [[0.21759701522109634]], [[0.21327002189934727]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3032981866047606]], [[0.2830846374047721]], [[0.26941320104526884]]], "std": [[[0.29367108226908745]], [[0.2846923957909663]], [[0.28045993238886974]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6862809753428405]], [[0.6817132176080992]], [[0.6795354548508642]]], "std": [[[0.2405715355620445]], [[0.2435187049448173]], [[0.24538973938119635]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4994972114764992]], [[0.49474939364617637]], [[0.47870723956625505]]], "std": [[[0.3200066402364508]], [[0.3203503883067866]], [[0.3205836837439907]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5771140441402784]], [[0.5565912702483955]], [[0.539265018028004]]], "std": [[[0.24074423278535062]], [[0.2546210775024947]], [[0.26496577894769996]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954827059239277]], [[0.9954827059239277]], [[0.9954827059239277]]], "std": [[[0.020181187726420725]], [[0.020181187726420725]], [[0.020181187726420725]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.593683175181772]], [[0.593683175181772]], [[0.593683175181772]]], "std": [[[0.33701963014610964]], [[0.33701963014610964]], [[0.33701963014610964]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09453540589998867]], [[0.09453540589998867]], [[0.09453540589998867]]], "std": [[[0.06144424352214767]], [[0.06144424352214767]], [[0.06144424352214767]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12867637905680382]], [[0.12867637905680382]], [[0.12867637905680382]]], "std": [[[0.28457410634551716]], [[0.28457410634551716]], [[0.28457410634551716]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.1169597322051833]], [[0.1169597322051833]], [[0.1169597322051833]]], "std": [[[0.050732101394453076]], [[0.050732101394453076]], [[0.050732101394453076]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.031021953461799208]], [[0.11715658312160404]], [[0.1440816125088933]]], "std": [[[0.12730747775983212]], [[0.2858143210644018]], [[0.3474654748737494]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4055851594356836]], [[0.1515183823948512]], [[0.40742404131722115]]], "std": [[[0.4047807878373383]], [[0.2755057897779193]], [[0.42995696690775503]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.489277603096914]], [[0.2701551219714999]], [[0.8944332125654886]]], "std": [[[0.2232050140741532]], [[0.3049185926406853]], [[0.2826827233614532]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6049167332197405]], [[0.4234795140586244]], [[0.4953206248813947]]], "std": [[[0.31574238757404594]], [[0.41625507742887835]], [[0.42772108442990264]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5848460508378311]], [[0.8006696640695881]], [[0.35010517196174323]]], "std": [[[0.3862828084902823]], [[0.30354505186822783]], [[0.3672783214764209]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.44], "mean": [1.72], "std": [0.9987992791347019], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [173]}, "index": {"min": [16658], "max": [16830], "mean": [16744.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [173]}}} +{"episode_index": 79, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2056751698255539, 1.9720540046691895, 0.1984812319278717, -1.9359595775604248, -1.5633471012115479, -0.37978920340538025, -0.7338398694992065, -2.2215216159820557, 0.04834947735071182, -3.3650856018066406, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2056751698255539, 1.9720540046691895, 0.1984812319278717, -0.7916778922080994, -0.20795515179634094, 1.0462315082550049, 1.558205008506775, -0.012151665054261684, 1.252350091934204, -0.36571893095970154, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.20567485690116882, 1.9720488786697388, 0.1984805166721344, -1.276136875152588, -0.9117485880851746, 0.043213535100221634, 0.40644919872283936, -1.0327880382537842, 0.36412572860717773, -1.411816954612732, 0.36888808012008667, -0.36888808012008667, 0.36888808012008667, 0.36888808012008667, -0.36888808012008667, 0.36888808012008667, -2.3562002182006836, 1.5707998275756836, -1.0472010374069214, -1.5707998275756836, 0.0, -1.0472010374069214, 2.4818549156188965, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.129243850708008e-07, 5.125999450683594e-06, 7.152557373046875e-07, 0.22444240748882294, 0.24983365833759308, 0.503989040851593, 0.4142043888568878, 0.42654913663864136, 0.3955847918987274, 0.9145408868789673, 0.2534516453742981, 0.2534516453742981, 0.2534516453742981, 0.2534516453742981, 0.2534516453742981, 0.2534516453742981, 5.7220458984375e-06, 3.4570693969726562e-06, 3.4570693969726562e-06, 3.4570693969726562e-06, 0.0, 3.4570693969726562e-06, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [543]}, "observation.state": {"min": [-0.9154602885246277, -0.9595630764961243, -0.5638375282287598, 1.93657648563385, -0.5030269026756287, 0.28104299306869507, -0.40942445397377014, -0.5720869898796082, -0.9308432340621948, -0.5522261261940002, -0.9533101916313171, 0.7571499347686768, NaN], "max": [0.8650245070457458, 0.46398547291755676, 0.9997438788414001, 2.3613972663879395, 0.9593416452407837, 0.9432648420333862, 0.29750651121139526, 0.206924170255661, 0.1774422973394394, 0.86284339427948, 1.0, 1.2338221073150635, NaN], "mean": [0.24109488725662231, -0.6627377867698669, 0.09900058060884476, 2.1968672275543213, 0.8010914325714111, 0.4217561185359955, -0.005892632063478231, 0.13111653923988342, -0.08483702689409256, 0.044052764773368835, 0.7614554762840271, 0.8341469764709473, NaN], "std": [0.350129097700119, 0.5230234265327454, 0.31097647547721863, 0.08952340483665466, 0.3437478542327881, 0.22295455634593964, 0.11166845262050629, 0.1498134434223175, 0.22842121124267578, 0.24020320177078247, 0.5487912893295288, 0.11987003684043884, NaN], "count": [543]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11791711725899622]], [[0.08105996750466542]], [[0.0623688708067612]]], "std": [[[0.2810134517803379]], [[0.2205142639475274]], [[0.17511405825425924]]], "count": [112]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40842870970760997]], [[0.2999190442566685]], [[0.23022912578047192]]], "std": [[[0.382987433630606]], [[0.3418509232376523]], [[0.27888739833671683]]], "count": [112]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.48535045306382185]], [[0.26785743742454404]], [[0.22204338029456167]]], "std": [[[0.34579537437497526]], [[0.3023176766612396]], [[0.25874136608072495]]], "count": [112]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3994013073236545]], [[0.15698509354837997]], [[0.1417733407784645]]], "std": [[[0.2168750391367997]], [[0.2160733149490577]], [[0.2068181785753785]]], "count": [112]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5558105706972779]], [[0.4211975671223313]], [[0.37515527773299395]]], "std": [[[0.2870038020223112]], [[0.3313927105716381]], [[0.3259327386764544]]], "count": [112]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9954440816715181]], [[0.9954440816715181]], [[0.9954440816715181]]], "std": [[[0.020257785784876893]], [[0.020257785784876893]], [[0.020257785784876893]]], "count": [112]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5962978733095782]], [[0.5962978733095782]], [[0.5962978733095782]]], "std": [[[0.33759336916287025]], [[0.33759336916287025]], [[0.33759336916287025]]], "count": [112]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.332294233653928]], [[0.332294233653928]], [[0.332294233653928]]], "std": [[[0.3651695833274664]], [[0.3651695833274664]], [[0.3651695833274664]]], "count": [112]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06040727703139667]], [[0.06040727703139667]], [[0.06040727703139667]]], "std": [[[0.0618950589062133]], [[0.0618950589062133]], [[0.0618950589062133]]], "count": [112]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17185164325981409]], [[0.17185164325981409]], [[0.17185164325981409]]], "std": [[[0.22103433500792613]], [[0.22103433500792613]], [[0.22103433500792613]]], "count": [112]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10382807820299898]], [[0.05303567872208902]], [[0.08148362368099663]]], "std": [[[0.28531186587887997]], [[0.15580920138277277]], [[0.25602468901172953]]], "count": [112]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4782576891431652]], [[0.3259974878429878]], [[0.1321233953380949]]], "std": [[[0.459168772037481]], [[0.3935948904116785]], [[0.22654360861582828]]], "count": [112]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3147269044069869]], [[0.5507475066905118]], [[0.4601532497681539]]], "std": [[[0.3822465363436099]], [[0.3613986643327982]], [[0.4609410273426769]]], "count": [112]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4154987847538044]], [[0.2770094274500608]], [[0.8332543030549656]]], "std": [[[0.3059907138498693]], [[0.3379916629445608]], [[0.34060604012667905]]], "count": [112]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6086015513212569]], [[0.608192313381014]], [[0.3530965308390036]]], "std": [[[0.44393739042762254]], [[0.3526553210609224]], [[0.377331906363588]]], "count": [112]}, "timestamp": {"min": [0.0], "max": [10.84], "mean": [5.419999999999999], "std": [3.135006645394339], "count": [543]}, "frame_index": {"min": [0], "max": [542], "mean": [271.0], "std": [156.75033226971695], "count": [543]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [543]}, "index": {"min": [16831], "max": [17373], "mean": [17102.0], "std": [156.75033226971695], "count": [543]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [543]}}} +{"episode_index": 80, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3293099105358124, 1.9963512420654297, 0.6391620635986328, -3.8083155155181885, -1.616732120513916, -1.4001624584197998, 0.7737194895744324, -1.0409122705459595, -1.1715792417526245, -4.015136241912842, 6.938893903907228e-18, -0.2926829159259796, 6.938893903907228e-18, 6.938893903907228e-18, -0.2926829159259796, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3293099105358124, 1.9963512420654297, 0.6391620635986328, -0.7876549959182739, 0.5080334544181824, 1.2143362760543823, 1.8157856464385986, 0.26951512694358826, 1.0432575941085815, -1.8234376907348633, 0.2926829159259796, -6.938893903907228e-18, 0.2926829159259796, 0.2926829159259796, -6.938893903907228e-18, 0.2926829159259796, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.32930976152420044, 1.9963454008102417, 0.6391605734825134, -2.8520987033843994, -0.47540244460105896, -0.44505590200424194, 1.2866460084915161, -0.4062269330024719, -0.49075210094451904, -3.018225908279419, 0.24965833127498627, -0.24965833127498627, 0.24965833127498627, 0.24965833127498627, -0.24965833127498627, 0.24965833127498627, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 5.841255187988281e-06, 1.4901161193847656e-06, 1.0107245445251465, 0.7574935555458069, 0.7712108492851257, 0.3528444170951843, 0.5110428333282471, 0.734768271446228, 0.7653508186340332, 0.10178642719984055, 0.10178642719984055, 0.10178642719984055, 0.10178642719984055, 0.10178642719984055, 0.10178642719984055, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [255]}, "observation.state": {"min": [-0.9172612428665161, -0.9131923317909241, -0.7558135390281677, 2.9596974849700928, -0.6214180588722229, -0.9716963768005371, -0.8383379578590393, -0.09017907083034515, -0.9275230169296265, -0.7524333000183105, -0.9744082093238831, 0.7569010257720947, NaN], "max": [0.9574092626571655, 0.6547862887382507, 0.9946424961090088, 3.867565155029297, 0.9993867874145508, 0.6343070268630981, 0.10795629769563675, 0.5011484622955322, 0.8043519854545593, 0.9163134098052979, 1.0, 1.3818726539611816, NaN], "mean": [-0.20606637001037598, 0.13056865334510803, 0.16598892211914062, 3.3266870975494385, 0.09151528030633926, -0.47820737957954407, -0.16733485460281372, 0.25771206617355347, 0.07442387193441391, 0.04770483449101448, 0.5309110879898071, 1.0247581005096436, NaN], "std": [0.6221663355827332, 0.5753100514411926, 0.44143399596214294, 0.33775845170021057, 0.6448941826820374, 0.5052422881126404, 0.25255563855171204, 0.1296093463897705, 0.3750254809856415, 0.4071151614189148, 0.6355567574501038, 0.21740418672561646, NaN], "count": [255]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13098101175424515]], [[0.11814170540826706]], [[0.09721787095878671]]], "std": [[[0.30624945715222596]], [[0.2785145688304994]], [[0.23333769952194283]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45867667410317636]], [[0.40881502134727565]], [[0.3272315262413573]]], "std": [[[0.40313376344404445]], [[0.3695859098101523]], [[0.31199226719250583]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.047058823529411764]], [[0.03137254901960784]], [[0.0196078431372549]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7575177306105918]], [[0.6808644751426783]], [[0.5897476924356145]]], "std": [[[0.20005692958844945]], [[0.20049557121127587]], [[0.19279931025712482]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5344725060367158]], [[0.4553373097537637]], [[0.3721354356728499]]], "std": [[[0.2663382242090323]], [[0.2483497110598118]], [[0.2365172694817868]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7321028907168353]], [[0.6601286482651608]], [[0.5703022173405459]]], "std": [[[0.19001358029072912]], [[0.22377669997859756]], [[0.26101136527233115]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951101428225612]], [[0.9951101428225612]], [[0.9951101428225612]]], "std": [[[0.02103395306021584]], [[0.02103395306021584]], [[0.02103395306021584]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5926260132998857]], [[0.5926260132998857]], [[0.5926260132998857]]], "std": [[[0.3342519128355288]], [[0.3342519128355288]], [[0.3342519128355288]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.054901960784313725]], [[0.054901960784313725]], [[0.054901960784313725]]], "mean": [[[0.023398920800836324]], [[0.023398920800836324]], [[0.023398920800836324]]], "std": [[[0.013110996770472514]], [[0.013110996770472514]], [[0.013110996770472514]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06897902823794955]], [[0.06897902823794955]], [[0.06897902823794955]]], "std": [[[0.15198905484870648]], [[0.15198905484870648]], [[0.15198905484870648]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10638044352175396]], [[0.10638044352175396]], [[0.10638044352175396]]], "std": [[[0.07336234302736275]], [[0.07336234302736275]], [[0.07336234302736275]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.036425916873366763]], [[0.13175059193678498]], [[0.12962119264449393]]], "std": [[[0.1479813566342518]], [[0.3164902915805182]], [[0.3189051389985]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5100654292153577]], [[0.18562237953558358]], [[0.4348301800252265]]], "std": [[[0.4589965641030065]], [[0.31740350979222925]], [[0.45716397720641666]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7165742742362154]], [[0.8527857554293562]], [[0.281241555135785]]], "std": [[[0.3161141127784195]], [[0.29491731335421273]], [[0.3537656953360426]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7201626255372023]], [[0.5388528476333593]], [[0.3198957842567279]]], "std": [[[0.3882696076131291]], [[0.2651645834293853]], [[0.3751943880939951]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47605203679228264]], [[0.720282895826502]], [[0.3344328920378384]]], "std": [[[0.30891857212951884]], [[0.3768531121764052]], [[0.38083419369295907]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.08], "mean": [2.54], "std": [1.4722318657965079], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [255]}, "index": {"min": [17374], "max": [17628], "mean": [17501.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [255]}}} +{"episode_index": 81, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37608763575553894, 1.6368277072906494, 0.5400137305259705, -0.7790515422821045, -1.559003472328186, 1.0569038391113281, 1.5023399591445923, -3.3009464740753174, -0.5409421920776367, -4.5330491065979, 6.938893903907228e-17, -0.29756098985671997, 6.938893903907228e-17, 6.938893903907228e-17, -0.29756098985671997, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37608763575553894, 1.6368277072906494, 0.5400137305259705, 0.7975234389305115, 1.3253638744354248, 3.3516547679901123, 1.637000560760498, -0.012747807428240776, 1.040934443473816, -2.490804433822632, 0.29756098985671997, -6.938893903907228e-17, 0.29756098985671997, 0.29756098985671997, -6.938893903907228e-17, 0.29756098985671997, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3760877549648285, 1.6368293762207031, 0.540014386177063, 0.25709453225135803, 0.47722047567367554, 2.5945348739624023, 1.5638506412506104, -2.2317380905151367, 0.018136290833353996, -3.8474040031433105, 0.24416761100292206, -0.24416761100292206, 0.24416761100292206, 0.24416761100292206, -0.24416761100292206, 0.24416761100292206, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 1.6689300537109375e-06, 6.556510925292969e-07, 0.5150535702705383, 0.9348795413970947, 0.7495003342628479, 0.039764903485774994, 1.0920478105545044, 0.5147264003753662, 0.6440740823745728, 0.11171724647283554, 0.11171724647283554, 0.11171724647283554, 0.11171724647283554, 0.11171724647283554, 0.11171724647283554, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [198]}, "observation.state": {"min": [-0.6738545298576355, -0.09190724045038223, -0.9982819557189941, 2.294233560562134, -0.763705313205719, -0.9586701989173889, -0.9990869164466858, -0.4788138270378113, -0.9383251070976257, -0.0002921774866990745, -0.6486891508102417, 0.7534282207489014, NaN], "max": [0.9761739373207092, 0.7633137106895447, 0.05743506923317909, 2.7143735885620117, 0.04400718957185745, 0.8099992275238037, 0.62237548828125, -0.07634977996349335, 0.09408216923475266, 0.9714105725288391, 1.0, 1.5962059497833252, NaN], "mean": [0.5489768385887146, 0.4159247577190399, -0.2951090335845947, 2.5139846801757812, -0.44804859161376953, 0.061716750264167786, -0.1995965540409088, -0.2584020793437958, -0.26917269825935364, 0.3732365071773529, 0.41457489132881165, 1.083796739578247, NaN], "std": [0.4763490855693817, 0.274355411529541, 0.36927229166030884, 0.12341117858886719, 0.2993873655796051, 0.6990740895271301, 0.42102959752082825, 0.10143360495567322, 0.3299719989299774, 0.3462890386581421, 0.622551679611206, 0.33135703206062317, NaN], "count": [198]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13372360055817412]], [[0.12761253705681855]], [[0.11834398517794315]]], "std": [[[0.3116084878358407]], [[0.2990210765284929]], [[0.281195659254522]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4602075973099818]], [[0.4313820803585618]], [[0.38679926855322]]], "std": [[[0.40644477930078726]], [[0.3903765676965524]], [[0.37409664243678753]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7712334051503026]], [[0.7496761410080259]], [[0.7269759087931196]]], "std": [[[0.2708772100149931]], [[0.2718179380094985]], [[0.2709222886807688]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.610030959752322]], [[0.5800724271788672]], [[0.5437807604283805]]], "std": [[[0.33598753122126385]], [[0.3357242106231569]], [[0.343265229827502]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.011764705882352941]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7729748949064937]], [[0.7197679057943756]], [[0.6373743313679221]]], "std": [[[0.17945924066614433]], [[0.20655992434232462]], [[0.2676465812539114]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961532658615924]], [[0.9961532658615924]], [[0.9961532658615924]]], "std": [[[0.01816869085593104]], [[0.01816869085593104]], [[0.01816869085593104]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5969217329146357]], [[0.5969217329146357]], [[0.5969217329146357]]], "std": [[[0.33709153111933227]], [[0.33709153111933227]], [[0.33709153111933227]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15208768778192855]], [[0.15208768778192855]], [[0.15208768778192855]]], "std": [[[0.15957286944243287]], [[0.15957286944243287]], [[0.15957286944243287]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19363904429115444]], [[0.19363904429115444]], [[0.19363904429115444]]], "std": [[[0.3478208159533407]], [[0.3478208159533407]], [[0.3478208159533407]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.11977621000864352]], [[0.11977621000864352]], [[0.11977621000864352]]], "std": [[[0.05170935982613196]], [[0.05170935982613196]], [[0.05170935982613196]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10875156357813465]], [[0.0980622708780513]], [[0.0768665619252044]]], "std": [[[0.28188502628213313]], [[0.28378260499213065]], [[0.24707862377520332]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2857691557180993]], [[0.4133012953206316]], [[0.3310977133235566]]], "std": [[[0.4049836897616015]], [[0.44515914336734047]], [[0.3863164858678503]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3216269527543585]], [[0.614030777360019]], [[0.7678665411378462]]], "std": [[[0.3816770877121525]], [[0.24478126727497052]], [[0.3696363327401049]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508144997857561]], [[0.45765654188216787]], [[0.37645057872675425]]], "std": [[[0.4396777044434485]], [[0.4004094878448353]], [[0.36641056635873]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5638078523909821]], [[0.7274842495529041]], [[0.34710846239935733]]], "std": [[[0.4135475849334788]], [[0.3158646822168691]], [[0.31167092154760817]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.94], "mean": [1.9699999999999998], "std": [1.1431389533502332], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [198]}, "index": {"min": [17629], "max": [17826], "mean": [17727.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [198]}}} +{"episode_index": 82, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3670729100704193, 0.29771900177001953, 0.6404951214790344, -0.8410405516624451, -1.72185480594635, 6.002103805541992, 0.8614197969436646, -6.272059917449951, 0.045776914805173874, -6.5434465408325195, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3670729100704193, 0.29771900177001953, 0.6404951214790344, 6.399233818054199, 1.4495506286621094, 8.37684154510498, 1.7967473268508911, -1.6396293640136719, 1.764057993888855, -2.478940010070801, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3670705258846283, 0.2977190613746643, 0.6404941082000732, 3.1159422397613525, -0.06355202198028564, 6.940026760101318, 1.294611930847168, -3.333174467086792, 0.867644190788269, -4.893472671508789, 0.40082457661628723, -0.40082457661628723, 0.40082457661628723, 0.40082457661628723, -0.40082457661628723, 0.40082457661628723, -2.3562002182006836, 1.5707998275756836, -1.0472019910812378, -1.5707998275756836, 0.0, -1.0472019910812378, 2.4818568229675293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-06, 5.960464477539063e-08, 1.0132789611816406e-06, 2.3625361919403076, 0.8781824707984924, 0.6672399640083313, 0.2549527585506439, 1.387930989265442, 0.4624139964580536, 1.1650875806808472, 0.0941096693277359, 0.0941096693277359, 0.0941096693277359, 0.0941096693277359, 0.0941096693277359, 0.0941096693277359, 5.7220458984375e-06, 3.4570693969726562e-06, 4.410743713378906e-06, 3.4570693969726562e-06, 0.0, 4.410743713378906e-06, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [520]}, "observation.state": {"min": [-0.9833763837814331, -0.9419394135475159, -0.9695786237716675, -1.1901065111160278, -0.988616943359375, -0.8515400290489197, -0.9913792014122009, 0.10696404427289963, -0.950770914554596, -0.9350491166114807, -0.7549410462379456, 0.12425950914621353, NaN], "max": [0.9938235282897949, 0.9073118567466736, 0.8773956298828125, 0.529309868812561, 0.9562416672706604, 0.9819037914276123, 0.4873965382575989, 1.5595167875289917, 0.9131044745445251, 0.9996431469917297, 1.0, 1.7938693761825562, NaN], "mean": [0.40754398703575134, -0.028118839487433434, 0.04338958114385605, -0.3780771493911743, -0.07059551030397415, 0.2814705967903137, -0.3662377595901489, 0.9065807461738586, 0.17982210218906403, 0.11259152740240097, 0.1790289431810379, 1.0065289735794067, NaN], "std": [0.5914214253425598, 0.5359639525413513, 0.44067880511283875, 0.5266582369804382, 0.4615437090396881, 0.5615280270576477, 0.5033133029937744, 0.4811594784259796, 0.48351404070854187, 0.5520288944244385, 0.620011568069458, 0.4159753918647766, NaN], "count": [520]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11987397595873742]], [[0.11323700342459928]], [[0.10334931277664788]]], "std": [[[0.2814889359530259]], [[0.26624562972763643]], [[0.24355246724427013]]], "count": [108]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4371573354898541]], [[0.40810841076624216]], [[0.3662325474048002]]], "std": [[[0.37822064998826305]], [[0.3563715183069342]], [[0.32340704308600615]]], "count": [108]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.524957048773326]], [[0.5059062534358436]], [[0.47771164690836976]]], "std": [[[0.3535866442956517]], [[0.3419342713340877]], [[0.32572540759896873]]], "count": [108]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23146401587866064]], [[0.22017483509254734]], [[0.20732448894578218]]], "std": [[[0.29856493137501233]], [[0.2873899736654221]], [[0.27490629516683684]]], "count": [108]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6162934603244711]], [[0.5900275108390426]], [[0.5530291837370738]]], "std": [[[0.2575976018941831]], [[0.2528717863024213]], [[0.24507270528943165]]], "count": [108]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965950332320812]], [[0.9965950332320812]], [[0.9965950332320812]]], "std": [[[0.01664390815341438]], [[0.01664390815341438]], [[0.01664390815341438]]], "count": [108]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5668929880962945]], [[0.5668929880962945]], [[0.5668929880962945]]], "std": [[[0.32453016490920616]], [[0.32453016490920616]], [[0.32453016490920616]]], "count": [108]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40607057911567895]], [[0.40607057911567895]], [[0.40607057911567895]]], "std": [[[0.3829439572157384]], [[0.3829439572157384]], [[0.3829439572157384]]], "count": [108]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42958920852494276]], [[0.42958920852494276]], [[0.42958920852494276]]], "std": [[[0.47594219977727137]], [[0.47594219977727137]], [[0.47594219977727137]]], "count": [108]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1478338989258052]], [[0.1478338989258052]], [[0.1478338989258052]]], "std": [[[0.13489120414438718]], [[0.13489120414438718]], [[0.13489120414438718]]], "count": [108]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14655427188031486]], [[0.09766844074474175]], [[0.0572300306443408]]], "std": [[[0.34171106422958963]], [[0.28163844750540223]], [[0.1776119246769736]]], "count": [108]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38778599039852546]], [[0.4282355057165607]], [[0.16033872167980132]]], "std": [[[0.39040508525297973]], [[0.46026193887076877]], [[0.2460363507508249]]], "count": [108]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2746088729434703]], [[0.5036897560570003]], [[0.3978739226616402]]], "std": [[[0.2915800797708317]], [[0.46700001034871735]], [[0.4085384763051879]]], "count": [108]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21557216631863366]], [[0.31453044027947247]], [[0.41887524771291257]]], "std": [[[0.33509988617157066]], [[0.3761477538536893]], [[0.4574917393443256]]], "count": [108]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6820948215462431]], [[0.725903694380437]], [[0.34389201605757597]]], "std": [[[0.28625389153221154]], [[0.409462582289361]], [[0.3854304860580552]]], "count": [108]}, "timestamp": {"min": [0.0], "max": [10.38], "mean": [5.19], "std": [3.0022158483360255], "count": [520]}, "frame_index": {"min": [0], "max": [519], "mean": [259.5], "std": [150.11079241680127], "count": [520]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [520]}, "index": {"min": [17827], "max": [18346], "mean": [18086.5], "std": [150.11079241680127], "count": [520]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [520]}}} +{"episode_index": 83, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4980769455432892, 1.6555317640304565, 0.6098235249519348, -8.729126930236816, -2.008943557739258, 0.6908792853355408, 1.2936360836029053, 5.106662750244141, 0.6976891756057739, -11.862237930297852, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4980769455432892, 1.6555317640304565, 0.6098235249519348, -6.107433795928955, 1.169576644897461, 2.973754405975342, 2.0360186100006104, 6.265547275543213, 1.9835972785949707, -8.794809341430664, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4980773627758026, 1.6555275917053223, 0.6098239421844482, -7.170466423034668, -0.3608354926109314, 1.88926362991333, 1.6096183061599731, 5.838922500610352, 1.2242419719696045, -11.020373344421387, 0.3192601799964905, -0.3192601799964905, 0.3192601799964905, 0.3192601799964905, -0.3192601799964905, 0.3192601799964905, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 4.172325134277344e-06, 4.172325134277344e-07, 0.9337571263313293, 1.2862240076065063, 0.9288942217826843, 0.25623464584350586, 0.3950107991695404, 0.43963709473609924, 0.9507071375846863, 0.13624101877212524, 0.13624101877212524, 0.13624101877212524, 0.13624101877212524, 0.13624101877212524, 0.13624101877212524, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [233]}, "observation.state": {"min": [-0.9663695693016052, -0.9532138109207153, -0.6111863851547241, 0.10805648565292358, -0.7736554741859436, -0.5116835832595825, -0.9748143553733826, -0.8740071058273315, -0.2943979501724243, -0.9995599985122681, -0.9816361665725708, 0.7574551105499268, NaN], "max": [0.9467337727546692, 0.8773580193519592, 0.9378482699394226, 0.860700786113739, 0.9551103711128235, 0.8791615962982178, 0.7994980812072754, -0.18601983785629272, 0.9116272926330566, 0.9796655178070068, 1.0, 1.7272180318832397, NaN], "mean": [0.47608187794685364, -0.25111880898475647, 0.09087439626455307, 0.4932881295681, 0.41820284724235535, 0.39410164952278137, -0.2151404768228531, -0.3676873445510864, 0.07133683562278748, -0.016125576570630074, 0.5630926489830017, 1.0819493532180786, NaN], "std": [0.6016541123390198, 0.4782716631889343, 0.3336106836795807, 0.1515776365995407, 0.37775254249572754, 0.5138823986053467, 0.46554601192474365, 0.19464297592639923, 0.2977907359600067, 0.537163496017456, 0.5480451583862305, 0.2739262878894806, NaN], "count": [233]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.12746587486949226]], [[0.1223608819472524]], [[0.1095116835010739]]], "std": [[[0.3016677033828529]], [[0.2917745142303242]], [[0.2646526668159851]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416623805816571]], [[0.39573126237602185]], [[0.3457013607672815]]], "std": [[[0.39930556295141495]], [[0.39033543278730526]], [[0.3566975509702117]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5654400569707723]], [[0.5524855135583867]], [[0.5151906100150809]]], "std": [[[0.37715410332483645]], [[0.371282405643801]], [[0.35018501144850206]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690024830834492]], [[0.35485977988199485]], [[0.3293385878410049]]], "std": [[[0.35625255649197635]], [[0.3503873414096461]], [[0.3358109620573313]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4902469162624867]], [[0.46696637343080594]], [[0.42626738577514384]]], "std": [[[0.37168475765419257]], [[0.3785515869564924]], [[0.3715346077326272]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956342980679157]], [[0.9956342980679157]], [[0.9956342980679157]]], "std": [[[0.01966075645487744]], [[0.01966075645487744]], [[0.01966075645487744]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.12941176470588237]], [[0.12941176470588237]], [[0.12941176470588237]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.593504432065908]], [[0.593504432065908]], [[0.593504432065908]]], "std": [[[0.3406364252481058]], [[0.3406364252481058]], [[0.3406364252481058]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40596379915120523]], [[0.40596379915120523]], [[0.40596379915120523]]], "std": [[[0.38018866300682225]], [[0.38018866300682225]], [[0.38018866300682225]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3796196704734354]], [[0.3796196704734354]], [[0.3796196704734354]]], "std": [[[0.44841154458717464]], [[0.44841154458717464]], [[0.44841154458717464]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2985455474484859]], [[0.2985455474484859]], [[0.2985455474484859]]], "std": [[[0.3723239512602555]], [[0.3723239512602555]], [[0.3723239512602555]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07210431230390313]], [[0.11638233450077819]], [[0.07777378794614867]]], "std": [[[0.20607809773674718]], [[0.2949686938009933]], [[0.2490118108757551]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2991889899422715]], [[0.3702960776937566]], [[0.21050060652146363]]], "std": [[[0.3853612021500144]], [[0.4422564252626429]], [[0.3171319539405195]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4400896002188708]], [[0.3030234877029366]], [[0.4210597609722046]]], "std": [[[0.45448668460534863]], [[0.2988234340552036]], [[0.4302928044550651]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49828382790481535]], [[0.3575366243073954]], [[0.2351632109360279]]], "std": [[[0.44691640289396295]], [[0.4140229588860067]], [[0.33092803352128314]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36424262602000546]], [[0.4359686231593968]], [[0.4024996623730714]]], "std": [[[0.3941789470617187]], [[0.4301560202835317]], [[0.4073924644431275]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.64], "mean": [2.32], "std": [1.345213737664019], "count": [233]}, "frame_index": {"min": [0], "max": [232], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [233]}, "index": {"min": [18347], "max": [18579], "mean": [18463.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [233]}}} +{"episode_index": 84, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968552589416504, 1.7058404684066772, 0.5671621561050415, -1.1054637432098389, -1.5633175373077393, 0.7085658311843872, 1.0128461122512817, -1.5258289575576782, 0.9566761255264282, -3.5797171592712402, 1.249000902703301e-16, -0.5365853905677795, 1.249000902703301e-16, 1.249000902703301e-16, -0.5365853905677795, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968552589416504, 1.7058404684066772, 0.5671621561050415, -0.7891513705253601, -0.8094242811203003, 1.0544105768203735, 1.5667188167572021, -0.017235560342669487, 1.1041656732559204, -2.489180088043213, 0.5365853905677795, -1.249000902703301e-16, 0.5365853905677795, 0.5365853905677795, -1.249000902703301e-16, 0.5365853905677795, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968603253364563, 1.7058409452438354, 0.5671617984771729, -1.0177122354507446, -1.0350940227508545, 0.8414555788040161, 1.1697229146957397, -1.1358405351638794, 1.021593451499939, -3.2836155891418457, 0.3396259546279907, -0.3396259546279907, 0.3396259546279907, 0.3396259546279907, -0.3396259546279907, 0.3396259546279907, -2.3561973571777344, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 4.76837158203125e-07, 3.5762786865234375e-07, 0.1036185696721077, 0.2572048008441925, 0.13787060976028442, 0.18409566581249237, 0.5143561363220215, 0.040111053735017776, 0.3866030275821686, 0.24648389220237732, 0.24648389220237732, 0.24648389220237732, 0.24648389220237732, 0.24648389220237732, 0.24648389220237732, 2.86102294921875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [105]}, "observation.state": {"min": [-0.6157598495483398, 0.2512713372707367, -0.6486772298812866, 2.2526895999908447, -0.812997579574585, -0.6157598495483398, -0.7680237293243408, -0.12157659977674484, -0.7868338227272034, -0.02342897094786167, -0.042161449790000916, 0.7530808448791504, NaN], "max": [0.7198206186294556, 0.9126476049423218, -5.545543899643235e-07, 2.825521469116211, -0.5559141039848328, -0.26514559984207153, -8.810360668576322e-06, 0.10118290781974792, -7.283454124262789e-06, 0.9308923482894897, 1.0, 1.5108813047409058, NaN], "mean": [-0.261820524930954, 0.7429385185241699, -0.21452696621418, 2.4117438793182373, -0.725179135799408, -0.499765008687973, -0.2916664183139801, -0.04599932208657265, -0.26155635714530945, 0.20771129429340363, 0.7428485155105591, 0.9677660465240479, NaN], "std": [0.4877776503562927, 0.1627562940120697, 0.2627800405025482, 0.20836716890335083, 0.0946548655629158, 0.1361238807439804, 0.3343527615070343, 0.08500215411186218, 0.30044424533843994, 0.33183416724205017, 0.369106650352478, 0.2792041599750519, NaN], "count": [105]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08517443476826456]], [[0.0807646180390011]], [[0.07213966556493669]]], "std": [[[0.21381575341465336]], [[0.20313908647304035]], [[0.18701392658797825]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26065407891551684]], [[0.24619397555540803]], [[0.21351934129556202]]], "std": [[[0.2663977703954967]], [[0.25350141058679604]], [[0.23523404312508606]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.6871601370892737]], [[0.6417374596909657]], [[0.5969860838696136]]], "std": [[[0.21031131062825123]], [[0.21037319444985683]], [[0.2088388808980555]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49992296205100145]], [[0.4829816085525897]], [[0.4655088523970171]]], "std": [[[0.27474365314233073]], [[0.2779567546476491]], [[0.2815723695280629]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4349756325224252]], [[0.4220346894066953]], [[0.3952165781192269]]], "std": [[[0.3112414004866177]], [[0.3126927380163012]], [[0.31428079445112966]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961774060193483]], [[0.9961774060193483]], [[0.9961774060193483]]], "std": [[[0.018344647507385015]], [[0.018344647507385015]], [[0.018344647507385015]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6007870361988371]], [[0.6007870361988371]], [[0.6007870361988371]]], "std": [[[0.33598108213848327]], [[0.33598108213848327]], [[0.33598108213848327]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05533663248822664]], [[0.05533663248822664]], [[0.05533663248822664]]], "std": [[[0.06556231709330558]], [[0.06556231709330558]], [[0.06556231709330558]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.03787204509381469]], [[0.03787204509381469]], [[0.03787204509381469]]], "std": [[[0.0323838090366903]], [[0.0323838090366903]], [[0.0323838090366903]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2438887219194644]], [[0.2438887219194644]], [[0.2438887219194644]]], "std": [[[0.32322003644317227]], [[0.32322003644317227]], [[0.32322003644317227]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06453112504534661]], [[0.136133799506602]], [[0.09165566747200915]]], "std": [[[0.19859068725547133]], [[0.3287275854685371]], [[0.2746575996352027]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4083351699970026]], [[0.2891638788137258]], [[0.14883959066339167]]], "std": [[[0.43619027883627537]], [[0.38102362795472916]], [[0.27457854915849694]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23898946617393924]], [[0.9067747341062207]], [[0.5585302935510239]]], "std": [[[0.2757497466276592]], [[0.2536249558773553]], [[0.2469131251083527]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3529937912855372]], [[0.7502425898097689]], [[0.5546327296282214]]], "std": [[[0.3584160597116021]], [[0.3178395362971873]], [[0.38132249169586835]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5485589747406777]], [[0.5518650042144693]], [[0.3227611029638079]]], "std": [[[0.4078428269572755]], [[0.3926475029457874]], [[0.39834230893415457]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.08], "mean": [1.04], "std": [0.6061902891556963], "count": [105]}, "frame_index": {"min": [0], "max": [104], "mean": [52.0], "std": [30.309514457784815], "count": [105]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [105]}, "index": {"min": [18580], "max": [18684], "mean": [18632.0], "std": [30.309514457784815], "count": [105]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [105]}}} +{"episode_index": 85, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43333709239959717, 1.2266284227371216, 0.5829973220825195, -1.6683218479156494, -1.5641908645629883, 0.9484803676605225, 1.571351170539856, -1.196564793586731, 0.8408599495887756, -2.9275734424591064, 1.0408340855860843e-17, -0.6829268336296082, 1.0408340855860843e-17, 1.0408340855860843e-17, -0.6829268336296082, 1.0408340855860843e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43333709239959717, 1.2266284227371216, 0.5829973220825195, -0.7953853011131287, -0.9330263733863831, 1.0466974973678589, 1.6162986755371094, -0.013563168235123158, 1.0461050271987915, -2.487292528152466, 0.6829268336296082, -1.0408340855860843e-17, 0.6829268336296082, 0.6829268336296082, -1.0408340855860843e-17, 0.6829268336296082, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4333372116088867, 1.2266292572021484, 0.5829967260360718, -1.4798437356948853, -1.0911943912506104, 0.9918675422668457, 1.6022968292236328, -0.9421657919883728, 0.9298437237739563, -2.8280677795410156, 0.437142014503479, -0.437142014503479, 0.437142014503479, 0.437142014503479, -0.437142014503479, 0.437142014503479, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 8.344650268554688e-07, 5.960464477539062e-07, 0.26920488476753235, 0.1922646015882492, 0.03248365968465805, 0.01200770027935505, 0.36497965455055237, 0.06733289361000061, 0.12860862910747528, 0.30961745977401733, 0.30961745977401733, 0.30961745977401733, 0.30961745977401733, 0.30961745977401733, 0.30961745977401733, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [113]}, "observation.state": {"min": [-0.8947094678878784, -0.6944320201873779, -0.8151267766952515, 0.4892040491104126, -0.07801453769207001, -0.9674855470657349, -0.47507891058921814, -0.31799766421318054, -0.9385583996772766, -0.25292226672172546, 0.33146393299102783, 0.7541249394416809, NaN], "max": [-0.3361872136592865, 0.47174832224845886, 0.00019457227608654648, 0.5255947709083557, 0.6944320201873779, -0.7195582985877991, 2.889389725169167e-05, -0.23918145895004272, 0.0006867682677693665, 2.8124120944994502e-05, 1.0, 1.3684394359588623, NaN], "mean": [-0.7157349586486816, -0.4683779180049896, -0.17062628269195557, 0.5043478608131409, 0.5252896547317505, -0.7825936675071716, -0.0779874250292778, -0.24840854108333588, -0.17522065341472626, -0.05810483545064926, 0.9119265675544739, 0.8843273520469666, NaN], "std": [0.10710620880126953, 0.3851674795150757, 0.2817915976047516, 0.008710849098861217, 0.2761889398097992, 0.09273915737867355, 0.14371880888938904, 0.01900978945195675, 0.30551591515541077, 0.08853579312562943, 0.18202485144138336, 0.19073906540870667, NaN], "count": [113]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08688533492121928]], [[0.08616390898892302]], [[0.08504773515028255]]], "std": [[[0.2184429035102304]], [[0.21684697045798312]], [[0.21430369131298052]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2788437910508412]], [[0.2770028197045379]], [[0.27159919559629875]]], "std": [[[0.29531689534539196]], [[0.2935929503891073]], [[0.2920120414450123]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5393432804194487]], [[0.5359615702099724]], [[0.5298052144081873]]], "std": [[[0.2962217393173552]], [[0.29490643869208844]], [[0.2934993048086013]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5077753034116078]], [[0.505341341160109]], [[0.4936180088259099]]], "std": [[[0.28452192346667365]], [[0.2846553612128553]], [[0.2869413058754369]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36278704424555636]], [[0.3631958725694717]], [[0.3586715630953315]]], "std": [[[0.3255587748913213]], [[0.3273608323930676]], [[0.3285560660104691]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950848090681161]], [[0.9950848090681161]], [[0.9950848090681161]]], "std": [[[0.020895711876996497]], [[0.020895711876996497]], [[0.020895711876996497]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5930521367057134]], [[0.5930521367057134]], [[0.5930521367057134]]], "std": [[[0.3390330181322264]], [[0.3390330181322264]], [[0.3390330181322264]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22090819296837438]], [[0.22090819296837438]], [[0.22090819296837438]]], "std": [[[0.24460840043554363]], [[0.24460840043554363]], [[0.24460840043554363]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.061316475456500444]], [[0.061316475456500444]], [[0.061316475456500444]]], "std": [[[0.09015693641608459]], [[0.09015693641608459]], [[0.09015693641608459]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2367300761554921]], [[0.2367300761554921]], [[0.2367300761554921]]], "std": [[[0.32476793464476006]], [[0.32476793464476006]], [[0.32476793464476006]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11135159268043594]], [[0.07768145988945149]], [[0.06790322210755648]]], "std": [[[0.2881794361558893]], [[0.2485613206434276]], [[0.1958446507836648]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29148653884453135]], [[0.4536593139769502]], [[0.28338403437022014]]], "std": [[[0.36138433092248123]], [[0.444673973375877]], [[0.40033385635368607]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6113696790230747]], [[0.4747383106315266]], [[0.4053655926308145]]], "std": [[[0.4436492830767291]], [[0.43110298539009545]], [[0.28625393499864327]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5787198286585248]], [[0.5656557573270409]], [[0.39611473280533444]]], "std": [[[0.39633864994422296]], [[0.39487956413431813]], [[0.3838925133127302]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3795112543427138]], [[0.5863972826229086]], [[0.4655330730219655]]], "std": [[[0.40517915906823077]], [[0.4392476278642942]], [[0.37441836181960664]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.24], "mean": [1.1199999999999999], "std": [0.6523802572120037], "count": [113]}, "frame_index": {"min": [0], "max": [112], "mean": [56.0], "std": [32.61901286060018], "count": [113]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [113]}, "index": {"min": [18685], "max": [18797], "mean": [18741.0], "std": [32.61901286060018], "count": [113]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [113]}}} +{"episode_index": 86, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40297800302505493, 1.097710371017456, 0.2916256785392761, -2.3572475910186768, -1.5567964315414429, 0.9813380837440491, 0.1272059828042984, -0.08976297825574875, -1.5204373598098755, -2.950117349624634, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40297800302505493, 1.097710371017456, 0.2916256785392761, -0.7963847517967224, -0.7682799696922302, 2.288983106613159, 1.5708916187286377, 1.4159165620803833, 1.0334141254425049, -2.1355011463165283, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40297770500183105, 1.0977119207382202, 0.2916259169578552, -1.974325180053711, -0.9730255603790283, 1.8049142360687256, 0.5850318074226379, 0.9335576891899109, -0.6980908513069153, -2.5862419605255127, 0.2717892825603485, -0.2717892825603485, 0.2717892825603485, 0.2717892825603485, -0.2717892825603485, 0.2717892825603485, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 1.5497207641601562e-06, 2.384185791015625e-07, 0.46544092893600464, 0.1746361404657364, 0.49316442012786865, 0.49853378534317017, 0.5430203080177307, 0.8427417278289795, 0.334040105342865, 0.1431145966053009, 0.1431145966053009, 0.1431145966053009, 0.1431145966053009, 0.1431145966053009, 0.1431145966053009, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [163]}, "observation.state": {"min": [-0.7153604626655579, -0.22995707392692566, -0.7533285021781921, 3.399886131286621, -0.9989011287689209, -0.8115537166595459, -0.7352843284606934, -0.29839107394218445, -0.8895853161811829, -0.8662347197532654, 0.4156741797924042, 0.7527600526809692, NaN], "max": [0.08846528083086014, 0.9993463754653931, 0.13173907995224, 3.774629592895508, 0.7544607520103455, 0.05725343897938728, 0.0006687500863336027, 0.20121340453624725, 0.0006439735880121589, 0.16085205972194672, 1.0, 1.288482427597046, NaN], "mean": [-0.208134263753891, 0.7442119121551514, -0.24083492159843445, 3.552799940109253, -0.5329923033714294, -0.25969111919403076, -0.3413776457309723, -0.04198642075061798, -0.36626386642456055, -0.1511109322309494, 0.7704165577888489, 0.9354303479194641, NaN], "std": [0.27658700942993164, 0.412487268447876, 0.31333673000335693, 0.10653354972600937, 0.5939900875091553, 0.31300514936447144, 0.284858763217926, 0.1447329819202423, 0.33034127950668335, 0.2962357699871063, 0.22933372855186462, 0.17265281081199646, NaN], "count": [163]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08724583867266685]], [[0.0803202312627113]], [[0.07207346118229105]]], "std": [[[0.21873796368075415]], [[0.20796382230439509]], [[0.19222738873716677]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2793891145323079]], [[0.2477522522431906]], [[0.21691216804768484]]], "std": [[[0.2838323768398659]], [[0.2734106711215272]], [[0.2582601671101133]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.695215081429446]], [[0.6933887175608248]], [[0.6585067461682529]]], "std": [[[0.23929754302128325]], [[0.24000999758364616]], [[0.24157941093730584]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5540172937407924]], [[0.5425887891766261]], [[0.5010530540317081]]], "std": [[[0.29002241267187073]], [[0.2960286494647117]], [[0.2993289240892095]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.5960274916163244]], [[0.5350437868933695]], [[0.4826467845645149]]], "std": [[[0.27486159425064893]], [[0.32595257069621847]], [[0.3419601060601179]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961055219940307]], [[0.9961055219940307]], [[0.9961055219940307]]], "std": [[[0.018414685381000804]], [[0.018414685381000804]], [[0.018414685381000804]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5937022324952004]], [[0.5937022324952004]], [[0.5937022324952004]]], "std": [[[0.33671100932795006]], [[0.33671100932795006]], [[0.33671100932795006]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "mean": [[[0.06371942162864257]], [[0.06371942162864257]], [[0.06371942162864257]]], "std": [[[0.03889097103992911]], [[0.03889097103992911]], [[0.03889097103992911]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05365144294440186]], [[0.05365144294440186]], [[0.05365144294440186]]], "std": [[[0.04144746488338485]], [[0.04144746488338485]], [[0.04144746488338485]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1514332682219634]], [[0.1514332682219634]], [[0.1514332682219634]]], "std": [[[0.18554576561924602]], [[0.18554576561924602]], [[0.18554576561924602]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03977983773790628]], [[0.07250311173339073]], [[0.11326273141861648]]], "std": [[[0.1346350025933859]], [[0.2385981184564098]], [[0.29521216165383457]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24103030997974237]], [[0.1624138682524068]], [[0.5085480405903342]]], "std": [[[0.33589656031287146]], [[0.2575156666825354]], [[0.4776788987051393]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7403114482686477]], [[0.28777457920687516]], [[0.8178850137230091]]], "std": [[[0.278372374264288]], [[0.35827242553481187]], [[0.3568850254056831]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7597728156342392]], [[0.714798559100806]], [[0.3618206346045138]]], "std": [[[0.32565437630104677]], [[0.37105681561158216]], [[0.3827318212820467]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6940484345442975]], [[0.7416031545821707]], [[0.21534705835413748]]], "std": [[[0.41147031805625656]], [[0.2686140052938662]], [[0.24333013945691936]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.24], "mean": [1.62], "std": [0.9410632284814874], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [163]}, "index": {"min": [18798], "max": [18960], "mean": [18879.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [163]}}} +{"episode_index": 87, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09070301800966263, 1.5506120920181274, 0.3366323709487915, -1.4414448738098145, -1.5632752180099487, 0.3314717411994934, 1.163788080215454, -0.4514918327331543, 0.36044445633888245, -2.4719364643096924, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09070301800966263, 1.5506120920181274, 0.3366323709487915, -0.7998585104942322, -1.2307419776916504, 1.0314199924468994, 1.561766505241394, -0.00995349045842886, 1.032060980796814, -2.0284228324890137, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09070301800966263, 1.5506130456924438, 0.3366321921348572, -1.3094974756240845, -1.3222620487213135, 0.471021831035614, 1.259587287902832, -0.3630526661872864, 0.5023893713951111, -2.118605852127075, 0.28038090467453003, -0.28038090467453003, 0.28038090467453003, 0.28038090467453003, -0.28038090467453003, 0.28038090467453003, -2.3561959266662598, 1.570794939994812, -1.0471975803375244, -1.570794939994812, 0.0, -1.0471975803375244, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 1.7881393432617188e-07, 0.20139668881893158, 0.09789934754371643, 0.22221879661083221, 0.11902342736721039, 0.13994136452674866, 0.2087571769952774, 0.14057037234306335, 0.25964078307151794, 0.25964078307151794, 0.25964078307151794, 0.25964078307151794, 0.25964078307151794, 0.25964078307151794, 1.430511474609375e-06, 1.430511474609375e-06, 0.0, 1.430511474609375e-06, 0.0, 0.0, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [80]}, "observation.state": {"min": [-0.6887038350105286, -0.8461971282958984, -0.5369721055030823, 1.6358282566070557, 0.7250428199768066, -0.6887038350105286, -0.1090422049164772, -0.4288906455039978, -0.09173192083835602, -0.5331359505653381, 0.8379152417182922, 0.7523192763328552, NaN], "max": [0.07239419966936111, -0.7250428199768066, 2.0459796701288724e-07, 2.019765615463257, 0.9945911765098572, 0.1468118578195572, 6.82052075262618e-07, -0.24277232587337494, 0.16045698523521423, 6.180741252137523e-07, 1.0, 1.042234182357788, NaN], "mean": [-0.5602939128875732, -0.756269097328186, -0.13583062589168549, 1.7125294208526611, 0.7883371710777283, -0.5518308281898499, -0.030830437317490578, -0.26692357659339905, -0.0020494884811341763, -0.13586190342903137, 0.9663793444633484, 0.8049514889717102, NaN], "std": [0.22806529700756073, 0.046756282448768616, 0.2036644071340561, 0.12435207515954971, 0.1004132628440857, 0.24706768989562988, 0.04396209493279457, 0.04952216148376465, 0.04995761439204216, 0.204582080245018, 0.057432278990745544, 0.09109644591808319, NaN], "count": [80]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.1253327418994683]], [[0.12415503580454787]], [[0.12295707712311012]]], "std": [[[0.2947933025849361]], [[0.2925189963736831]], [[0.2903021576783607]]], "count": [80]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44365362461115904]], [[0.4375129032496005]], [[0.43125824369623367]]], "std": [[[0.3876547725645222]], [[0.3851381192317281]], [[0.3834378477913017]]], "count": [80]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7236120951578197]], [[0.7180954186674499]], [[0.709561252632786]]], "std": [[[0.1800216848301213]], [[0.17990550507458986]], [[0.17909981977367578]]], "count": [80]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.503020750141991]], [[0.4966805304933779]], [[0.49652901915186237]]], "std": [[[0.2601392042295747]], [[0.2607785365350826]], [[0.2614926886553054]]], "count": [80]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5222617399957487]], [[0.5055839587981152]], [[0.48807141262168147]]], "std": [[[0.3084827542617969]], [[0.3072151951573341]], [[0.3080845560788997]]], "count": [80]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964383493898911]], [[0.9964383493898911]], [[0.9964383493898911]]], "std": [[[0.017442904323212462]], [[0.017442904323212462]], [[0.017442904323212462]]], "count": [80]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5844621455503989]], [[0.5844621455503989]], [[0.5844621455503989]]], "std": [[[0.33358312356810915]], [[0.33358312356810915]], [[0.33358312356810915]]], "count": [80]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25882352941176473]], [[0.25882352941176473]], [[0.25882352941176473]]], "mean": [[[0.07964656126805567]], [[0.07964656126805567]], [[0.07964656126805567]]], "std": [[[0.058124570477462084]], [[0.058124570477462084]], [[0.058124570477462084]]], "count": [80]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05053558963341159]], [[0.05053558963341159]], [[0.05053558963341159]]], "std": [[[0.05394292659696111]], [[0.05394292659696111]], [[0.05394292659696111]]], "count": [80]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2734321084885512]], [[0.2734321084885512]], [[0.2734321084885512]]], "std": [[[0.34676912927346126]], [[0.34676912927346126]], [[0.34676912927346126]]], "count": [80]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08591964948490939]], [[0.12842089840279328]], [[0.06978106553315215]]], "std": [[[0.26365927800280337]], [[0.31355140372503176]], [[0.20282249105548844]]], "count": [80]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26381650529641765]], [[0.3360087719298246]], [[0.34995187223687396]]], "std": [[[0.35295077340274184]], [[0.42072294142829875]], [[0.43013363666236687]]], "count": [80]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27812629795257937]], [[0.4647078169183613]], [[0.7535102136336905]]], "std": [[[0.2833823763008776]], [[0.3277456077584545]], [[0.38997573227027577]]], "count": [80]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4564253137047028]], [[0.5999669061906764]], [[0.5016693807580144]]], "std": [[[0.3339144634535439]], [[0.42604324165103075]], [[0.4173265474510943]]], "count": [80]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4370692071500465]], [[0.437125773909988]], [[0.5466011244619595]]], "std": [[[0.4090650181390567]], [[0.4201396052593209]], [[0.39645698435345517]]], "count": [80]}, "timestamp": {"min": [0.0], "max": [1.58], "mean": [0.79], "std": [0.4618441295502196], "count": [80]}, "frame_index": {"min": [0], "max": [79], "mean": [39.5], "std": [23.092206477510977], "count": [80]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [80]}, "index": {"min": [18961], "max": [19040], "mean": [19000.5], "std": [23.092206477510977], "count": [80]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [80]}}} +{"episode_index": 88, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997401237487793, 0.7154731750488281, 0.5771576762199402, -3.160175085067749, -1.8417900800704956, -1.821460485458374, -1.189033031463623, -0.6294834613800049, -2.092301845550537, -3.412127733230591, 1.2663481374630692e-16, -0.6731707453727722, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.6731707453727722, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997401237487793, 0.7154731750488281, 0.5771576762199402, -0.5779944658279419, -0.8023980259895325, 1.0410797595977783, 1.5654038190841675, -0.002759430790320039, 1.0340818166732788, -2.3181092739105225, 0.6731707453727722, -1.2663481374630692e-16, 0.6731707453727722, 0.6731707453727722, -1.2663481374630692e-16, 0.6731707453727722, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997405409812927, 0.7154706716537476, 0.5771577954292297, -1.903660535812378, -1.3287484645843506, -1.0052118301391602, 0.12606653571128845, -0.3505738079547882, -1.2288475036621094, -2.946007490158081, 0.5987811088562012, -0.5987811088562012, 0.5987811088562012, 0.5987811088562012, -0.5987811088562012, 0.5987811088562012, -2.3561995029449463, 1.5707989931106567, -1.0471975803375244, -1.5707989931106567, 0.0, -1.0471975803375244, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 2.5033950805664062e-06, 1.1920928955078125e-07, 0.9252182245254517, 0.2995624244213104, 1.0181751251220703, 0.7732987999916077, 0.1708274483680725, 0.8974305391311646, 0.3387181758880615, 0.19959132373332977, 0.19959132373332977, 0.19959132373332977, 0.19959132373332977, 0.19959132373332977, 0.19959132373332977, 5.0067901611328125e-06, 2.6226043701171875e-06, 0.0, 2.6226043701171875e-06, 0.0, 0.0, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [270]}, "observation.state": {"min": [-0.9621188044548035, -0.7858669757843018, -0.8271730542182922, -0.5677896738052368, -0.22539596259593964, -0.992296040058136, -0.9894586205482483, -0.4938104748725891, -0.8655038475990295, -0.715541422367096, -0.8599890470504761, 0.7547358274459839, NaN], "max": [0.9928842782974243, 0.9998320937156677, 0.15212656557559967, 0.25136759877204895, 0.8602660894393921, 0.549573540687561, 0.19589859247207642, 0.10385040193796158, 0.8931909799575806, 0.9962541460990906, 1.0, 2.246704339981079, NaN], "mean": [-0.331856906414032, -0.07222586870193481, -0.22300836443901062, -0.15747465193271637, 0.3842661678791046, -0.48089519143104553, -0.28456729650497437, -0.1860208660364151, -0.28826457262039185, 0.1240062266588211, 0.43733611702919006, 1.278313398361206, NaN], "std": [0.5764283537864685, 0.635492205619812, 0.31432798504829407, 0.2861018776893616, 0.376485675573349, 0.4496462643146515, 0.4429202377796173, 0.15713293850421906, 0.4302365779876709, 0.3769800364971161, 0.6189063787460327, 0.4835468828678131, NaN], "count": [270]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08642026941757176]], [[0.0807104689829148]], [[0.07562160302717578]]], "std": [[[0.2170196195889584]], [[0.2083944823980702]], [[0.20145365851098915]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.281533305035704]], [[0.2616570233442031]], [[0.24353762075946278]]], "std": [[[0.29354538962480786]], [[0.28818465700693197]], [[0.28480046178541474]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5072969420455162]], [[0.49471498989801455]], [[0.4850595007949488]]], "std": [[[0.30092649615952327]], [[0.30892142620836904]], [[0.3148837932967893]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39062692257916126]], [[0.38190877300272047]], [[0.3769676474946875]]], "std": [[[0.3534291786929655]], [[0.35667326409696753]], [[0.3596320161904788]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2922084475799827]], [[0.2670906241638956]], [[0.251254582774254]]], "std": [[[0.31395329886491374]], [[0.319990957143969]], [[0.32225456644520545]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995147042394811]], [[0.995147042394811]], [[0.995147042394811]]], "std": [[[0.02104585230089967]], [[0.02104585230089967]], [[0.02104585230089967]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5852783165726877]], [[0.5852783165726877]], [[0.5852783165726877]]], "std": [[[0.3390446601849588]], [[0.3390446601849588]], [[0.3390446601849588]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23522518542658677]], [[0.23522518542658677]], [[0.23522518542658677]]], "std": [[[0.28006148203272746]], [[0.28006148203272746]], [[0.28006148203272746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22235416159555713]], [[0.22235416159555713]], [[0.22235416159555713]]], "std": [[[0.3687742847117848]], [[0.3687742847117848]], [[0.3687742847117848]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3156498027547943]], [[0.3156498027547943]], [[0.3156498027547943]]], "std": [[[0.3802506297238415]], [[0.3802506297238415]], [[0.3802506297238415]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06563909927706933]], [[0.140922386040015]], [[0.06782390827812948]]], "std": [[[0.18896564963793436]], [[0.3439786773092668]], [[0.20729218888564604]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4088885093519642]], [[0.41687881171414565]], [[0.21290358890384237]]], "std": [[[0.39957485957746214]], [[0.4641047410208745]], [[0.3186654970581812]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40397067775504575]], [[0.7089783684069709]], [[0.36022420305627806]]], "std": [[[0.34877040415226357]], [[0.4111269664731083]], [[0.3565324823136119]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5037457330594767]], [[0.5360618323318521]], [[0.2275094049384057]]], "std": [[[0.4089839931644196]], [[0.4451075819576823]], [[0.25891925040844066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3059608339351609]], [[0.3981444868908885]], [[0.4562970795103035]]], "std": [[[0.3588814530162765]], [[0.3803972346672636]], [[0.4471070328637035]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.38], "mean": [2.69], "std": [1.558835035103672], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [270]}, "index": {"min": [19041], "max": [19310], "mean": [19175.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [270]}}} +{"episode_index": 89, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09216726571321487, 1.803040862083435, 0.5359177589416504, -2.1069462299346924, -1.5675277709960938, -0.027400648221373558, 0.7924251556396484, -1.604934573173523, 0.7038822174072266, -2.4750683307647705, 1.196959198423997e-16, -0.6780487895011902, 1.196959198423997e-16, 1.196959198423997e-16, -0.6780487895011902, 1.196959198423997e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09216726571321487, 1.803040862083435, 0.5359177589416504, -0.7956293821334839, -1.1900951862335205, 1.0407154560089111, 1.980109453201294, -0.014802995137870312, 2.0805537700653076, -1.6502851247787476, 0.6780487895011902, -1.196959198423997e-16, 0.6780487895011902, 0.6780487895011902, -1.196959198423997e-16, 0.6780487895011902, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.09216713160276413, 1.803039789199829, 0.5359185338020325, -1.488077998161316, -1.3618800640106201, 0.48489582538604736, 1.55652916431427, -0.9980195164680481, 1.5906569957733154, -1.9538289308547974, 0.5672666430473328, -0.5672666430473328, 0.5672666430473328, 0.5672666430473328, -0.5672666430473328, 0.5672666430473328, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-07, 1.0728836059570312e-06, 7.748603820800781e-07, 0.3144412338733673, 0.09017202258110046, 0.2840619385242462, 0.3908787667751312, 0.37941086292266846, 0.4755138158798218, 0.19839341938495636, 0.23494809865951538, 0.23494809865951538, 0.23494809865951538, 0.23494809865951538, 0.23494809865951538, 0.23494809865951538, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [170]}, "observation.state": {"min": [-0.11592882871627808, -0.8397502899169922, -0.9173945784568787, 2.66312575340271, -0.9158450961112976, -0.6301330924034119, -0.971153199672699, -0.2590411901473999, -0.8477945327758789, -0.5260288715362549, -0.7622528672218323, 0.7579188942909241, NaN], "max": [0.977806568145752, 0.8985868096351624, 0.7761030197143555, 3.1396121978759766, -0.1709824800491333, 0.7531929016113281, 1.8952796381199732e-06, 0.38657304644584656, 0.6243160367012024, 0.9470931887626648, 1.0, 1.1436233520507812, NaN], "mean": [0.5733821392059326, 0.35593611001968384, -0.07009047269821167, 2.8277552127838135, -0.5777933597564697, 0.3996555209159851, -0.4077011048793793, -0.034768104553222656, -0.12215252965688705, 0.27108243107795715, 0.3826954662799835, 0.8867003321647644, NaN], "std": [0.3121221661567688, 0.4921165704727173, 0.44724732637405396, 0.14354394376277924, 0.18096791207790375, 0.4250190854072571, 0.35611850023269653, 0.22192028164863586, 0.4385167062282562, 0.4661324620246887, 0.5962896943092346, 0.11638981103897095, NaN], "count": [170]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.09779961657382764]], [[0.09129949821999865]], [[0.07016235463098751]]], "std": [[[0.2360475414284918]], [[0.2214815015626838]], [[0.1765963645013263]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3264673668653536]], [[0.3005512485490759]], [[0.23652312124193065]]], "std": [[[0.30925512293611307]], [[0.29321806651896143]], [[0.2630047436935527]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.7205036508635806]], [[0.6594798775021107]], [[0.38326274617093514]]], "std": [[[0.21599472034914555]], [[0.21071532021759828]], [[0.16199217027861842]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48722353853137984]], [[0.43449970394778753]], [[0.32630914020134233]]], "std": [[[0.2996092308834289]], [[0.29524641181774847]], [[0.30557107958840707]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6041163569015034]], [[0.5444696481102616]], [[0.4255604171151036]]], "std": [[[0.24420214869203127]], [[0.2705585018642774]], [[0.3439471082323289]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995068568106426]], [[0.995068568106426]], [[0.995068568106426]]], "std": [[[0.021215914325011822]], [[0.021215914325011822]], [[0.021215914325011822]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5930927672734563]], [[0.5930927672734563]], [[0.5930927672734563]]], "std": [[[0.3353925640546624]], [[0.3353925640546624]], [[0.3353925640546624]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.11764705882352941]], [[0.11764705882352941]], [[0.11764705882352941]]], "mean": [[[0.04965858440773799]], [[0.04965858440773799]], [[0.04965858440773799]]], "std": [[[0.030210226866382937]], [[0.030210226866382937]], [[0.030210226866382937]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1488886930853871]], [[0.1488886930853871]], [[0.1488886930853871]]], "std": [[[0.30912145792292256]], [[0.30912145792292256]], [[0.30912145792292256]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09330985434767594]], [[0.09330985434767594]], [[0.09330985434767594]]], "std": [[[0.08643866627899212]], [[0.08643866627899212]], [[0.08643866627899212]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14817672741269142]], [[0.0755791243962446]], [[0.028562361068362914]]], "std": [[[0.3514443764877192]], [[0.19117976645929471]], [[0.11420880820086837]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4583067919004406]], [[0.5183022320928645]], [[0.13369267701608872]]], "std": [[[0.436156686416673]], [[0.47658483161784004]], [[0.2416413131669282]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27674180022544226]], [[0.31474366840542856]], [[0.8068308599730032]]], "std": [[[0.1781668631066581]], [[0.3745249467530386]], [[0.3586966101878265]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5473483739927352]], [[0.6473099361559883]], [[0.30314234579300753]]], "std": [[[0.42485019613200325]], [[0.39043637835531636]], [[0.3717520933164204]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3922827657378741]], [[0.4916177312140957]], [[0.673623999608393]]], "std": [[[0.27186225207936465]], [[0.4178903166123772]], [[0.41890031903453384]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.38], "mean": [1.6900000000000002], "std": [0.9814784765851975], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [170]}, "index": {"min": [19311], "max": [19480], "mean": [19395.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [170]}}} +{"episode_index": 90, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0006094011478126049, 0.7459172606468201, 0.18075385689735413, -1.9533696174621582, -1.5714068412780762, 1.0505015850067139, 1.122225046157837, -2.409484386444092, 0.047328922897577286, -3.2203588485717773, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0006094011478126049, 0.7459172606468201, 0.18075385689735413, -0.7886041402816772, -0.8951442837715149, 1.6811434030532837, 1.566481113433838, -0.013754356652498245, 1.0391765832901, -2.4843552112579346, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0006094007985666394, 0.745917797088623, 0.18075375258922577, -1.526800274848938, -1.1680219173431396, 1.4849859476089478, 1.2828513383865356, -1.6192044019699097, 0.35788393020629883, -2.963036060333252, 0.22749286890029907, -0.22749286890029907, 0.22749286890029907, 0.22749286890029907, -0.22749286890029907, 0.22749286890029907, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860399246216, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.4924596548080444e-10, 5.364418029785156e-07, 1.043081283569336e-07, 0.4202636480331421, 0.268591970205307, 0.22092781960964203, 0.1423870474100113, 0.8629780411720276, 0.34112685918807983, 0.2698993980884552, 0.12705032527446747, 0.12705032527446747, 0.12705032527446747, 0.12705032527446747, 0.12705032527446747, 0.12705032527446747, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.1457672119140625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [127]}, "observation.state": {"min": [-0.5035024285316467, -0.9325628280639648, -0.9492737650871277, 2.332996368408203, 0.5624493956565857, -0.7450347542762756, -0.3891826570034027, -0.2709885537624359, -0.7712310552597046, -0.7462099194526672, -0.8523142337799072, 0.7572107911109924, NaN], "max": [0.6405710577964783, 0.7010300755500793, 3.6523160815704614e-06, 2.446568489074707, 0.9325628280639648, -0.3610076904296875, 1.8210081407232792e-06, 0.2585896849632263, -1.3622501171539625e-07, 0.015526500530540943, 1.0, 1.0596286058425903, NaN], "mean": [-0.21350720524787903, -0.38506248593330383, -0.372660756111145, 2.4079222679138184, 0.8074854016304016, -0.5115271210670471, -0.14858999848365784, 0.0896482765674591, -0.28063052892684937, -0.2535417675971985, 0.47534623742103577, 0.9126898646354675, NaN], "std": [0.3345816135406494, 0.6541537642478943, 0.3569357097148895, 0.042496394366025925, 0.13599775731563568, 0.14635516703128815, 0.15592820942401886, 0.19495534896850586, 0.3052683174610138, 0.2764890491962433, 0.6792449355125427, 0.13514770567417145, NaN], "count": [127]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0952446115479809]], [[0.09629667315098127]], [[0.09420259225060702]]], "std": [[[0.2326147585527627]], [[0.2368445966611649]], [[0.2326949834878665]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31012645687528456]], [[0.3135709422238852]], [[0.30569539412495617]]], "std": [[[0.30784600185622474]], [[0.3168006097063654]], [[0.31319626305644854]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.7141517490550134]], [[0.7465737243770666]], [[0.7292469276620056]]], "std": [[[0.18139358299736566]], [[0.18054054263058944]], [[0.18099821410021244]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.47356841421292023]], [[0.5069948480879989]], [[0.48736900980425685]]], "std": [[[0.21751152825648637]], [[0.22841059522060636]], [[0.22521735759987652]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40699358072971675]], [[0.41518986703467]], [[0.3881020659281119]]], "std": [[[0.2392034221383198]], [[0.27235774087067444]], [[0.2763498551788385]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959960866122037]], [[0.9959960866122037]], [[0.9959960866122037]]], "std": [[[0.018490620695942348]], [[0.018490620695942348]], [[0.018490620695942348]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5848245003825544]], [[0.5848245003825544]], [[0.5848245003825544]]], "std": [[[0.3330940948451836]], [[0.3330940948451836]], [[0.3330940948451836]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.059351260082706865]], [[0.059351260082706865]], [[0.059351260082706865]]], "std": [[[0.05649947872733943]], [[0.05649947872733943]], [[0.05649947872733943]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.04480963004537679]], [[0.04480963004537679]], [[0.04480963004537679]]], "std": [[[0.04210733728383671]], [[0.04210733728383671]], [[0.04210733728383671]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09659749170349717]], [[0.09659749170349717]], [[0.09659749170349717]]], "std": [[[0.08660377347838792]], [[0.08660377347838792]], [[0.08660377347838792]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.041497802910364236]], [[0.030308987313676542]], [[0.14322117547815952]]], "std": [[[0.1377797829200762]], [[0.1256866857322896]], [[0.3450096600159973]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3857203268845584]], [[0.22144146246440166]], [[0.3075296156149269]]], "std": [[[0.44906768108242745]], [[0.30087985525959116]], [[0.39799618805538306]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5236050710424727]], [[0.3579819766899955]], [[0.7212463429337399]]], "std": [[[0.21039847670873316]], [[0.39993956757141247]], [[0.39887483167307586]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.555878486492576]], [[0.7057865594307214]], [[0.4773562584364822]]], "std": [[[0.4235896452554583]], [[0.25625987516143933]], [[0.4291221743927945]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6583334962793982]], [[0.655704485576591]], [[0.43197777227918627]]], "std": [[[0.35470626562134877]], [[0.42436846504931874]], [[0.3745578403009374]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.52], "mean": [1.26], "std": [0.7332121111929343], "count": [127]}, "frame_index": {"min": [0], "max": [126], "mean": [63.0], "std": [36.66060555964672], "count": [127]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [127]}, "index": {"min": [19481], "max": [19607], "mean": [19544.0], "std": [36.66060555964672], "count": [127]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [127]}}} +{"episode_index": 91, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12922754883766174, 1.1544321775436401, 0.5269315242767334, -0.7803671360015869, -1.56747305393219, 0.3162241280078888, 1.5745049715042114, 0.0058103143237531185, 0.25744855403900146, -2.47013783454895, 6.765421556309548e-17, -0.4682926833629608, 6.765421556309548e-17, 6.765421556309548e-17, -0.4682926833629608, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.12922754883766174, 1.1544321775436401, 0.5269315242767334, -0.46387287974357605, -1.2090623378753662, 1.0437959432601929, 2.038719892501831, 0.4346660077571869, 1.034229040145874, -1.451143741607666, 0.4682926833629608, -6.765421556309548e-17, 0.4682926833629608, 0.4682926833629608, -6.765421556309548e-17, 0.4682926833629608, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1292276233434677, 1.1544325351715088, 0.5269317030906677, -0.5308437943458557, -1.3310250043869019, 0.5326548218727112, 1.9190101623535156, 0.34316614270210266, 0.43826985359191895, -1.717273473739624, 0.2790089547634125, -0.2790089547634125, 0.2790089547634125, 0.2790089547634125, -0.2790089547634125, 0.2790089547634125, -2.356196880340576, 1.5707957744598389, -1.0471972227096558, -1.5707957744598389, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-08, 3.5762786865234375e-07, 1.7881393432617188e-07, 0.09825389087200165, 0.11840082705020905, 0.2676669657230377, 0.16172556579113007, 0.13470691442489624, 0.23174521327018738, 0.33294764161109924, 0.21979522705078125, 0.21979522705078125, 0.21979522705078125, 0.21979522705078125, 0.21979522705078125, 0.21979522705078125, 2.384185791015625e-06, 5.960464477539062e-07, 3.5762786865234375e-07, 5.960464477539062e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [95]}, "observation.state": {"min": [-0.18893244862556458, -0.9984908699989319, -0.369148850440979, 0.42295539379119873, -0.4928903877735138, -0.1879110038280487, -0.9983685612678528, -0.513299286365509, -7.001372068771161e-07, -0.04393124580383301, -0.34260714054107666, 0.7531440258026123, NaN], "max": [0.4799273908138275, -0.7958635687828064, 0.05608287826180458, 0.5582692623138428, 0.9828110933303833, 0.10348723083734512, 3.6228215094524785e-07, -0.17344851791858673, 0.9724006056785583, 0.5965664982795715, 1.0, 1.2813444137573242, NaN], "mean": [-0.05170052498579025, -0.9679157733917236, -0.028456535190343857, 0.45586276054382324, 0.6830025315284729, -0.11429515480995178, -0.3270622789859772, -0.2563079297542572, 0.3115588426589966, 0.08028937876224518, 0.7074719667434692, 0.9200314283370972, NaN], "std": [0.22022844851016998, 0.04464946314692497, 0.09572026878595352, 0.03779006376862526, 0.4839288890361786, 0.1060170903801918, 0.40993648767471313, 0.09270142018795013, 0.3886883854866028, 0.17434485256671906, 0.46313485503196716, 0.2136245220899582, NaN], "count": [95]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11100856908544342]], [[0.1065511962454008]], [[0.09539668720097659]]], "std": [[[0.269358212049336]], [[0.2588039699659941]], [[0.23229647221201066]]], "count": [95]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37551519561168634]], [[0.35751898046373026]], [[0.31256594524652237]]], "std": [[[0.36793907136140974]], [[0.3531978719920691]], [[0.3168868278514596]]], "count": [95]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5495867801437603]], [[0.5324912258114473]], [[0.48933042649129616]]], "std": [[[0.29283413897705696]], [[0.28310275981401406]], [[0.25975636692733906]]], "count": [95]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48893944204966316]], [[0.47734406737447443]], [[0.4316912329829093]]], "std": [[[0.2813858747604341]], [[0.2805949349979749]], [[0.27833685032271444]]], "count": [95]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6041151966916408]], [[0.5786690182850754]], [[0.5226484943511854]]], "std": [[[0.2777670394600727]], [[0.27780489218117915]], [[0.27464930002217103]]], "count": [95]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.7843137254901961]], [[0.7843137254901961]], [[0.7843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9936894832449835]], [[0.9936894832449835]], [[0.9936894832449835]]], "std": [[[0.024876638623462174]], [[0.024876638623462174]], [[0.024876638623462174]]], "count": [95]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.13725490196078433]], [[0.13725490196078433]], [[0.13725490196078433]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965344135418662]], [[0.5965344135418662]], [[0.5965344135418662]]], "std": [[[0.34080825216253074]], [[0.34080825216253074]], [[0.34080825216253074]]], "count": [95]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3217814631751952]], [[0.3217814631751952]], [[0.3217814631751952]]], "std": [[[0.32908542583596884]], [[0.32908542583596884]], [[0.32908542583596884]]], "count": [95]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08616336484717993]], [[0.08616336484717993]], [[0.08616336484717993]]], "std": [[[0.17507898589781734]], [[0.17507898589781734]], [[0.17507898589781734]]], "count": [95]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1272946898111488]], [[0.1272946898111488]], [[0.1272946898111488]]], "std": [[[0.10163026021820344]], [[0.10163026021820344]], [[0.10163026021820344]]], "count": [95]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14568275477598375]], [[0.05870035390388879]], [[0.04420621214490631]]], "std": [[[0.3471794279949926]], [[0.17427653413940555]], [[0.14115325751415284]]], "count": [95]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37823846092518426]], [[0.32151134045672686]], [[0.3692462479259846]]], "std": [[[0.4420943235135219]], [[0.42702790889569586]], [[0.40872685000948733]]], "count": [95]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5346123762988967]], [[0.7223147291419597]], [[0.18500104942630247]]], "std": [[[0.37278310666423087]], [[0.40789734312057535]], [[0.28677557458219205]]], "count": [95]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3983207245124844]], [[0.48023283676252393]], [[0.6298534583017067]]], "std": [[[0.3643065178980719]], [[0.4096050005184358]], [[0.39693969822644015]]], "count": [95]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5751390877187336]], [[0.6628807657258041]], [[0.4871594301073436]]], "std": [[[0.3839155962797041]], [[0.37467411561376895]], [[0.4270793029489932]]], "count": [95]}, "timestamp": {"min": [0.0], "max": [1.88], "mean": [0.94], "std": [0.5484523680320835], "count": [95]}, "frame_index": {"min": [0], "max": [94], "mean": [47.0], "std": [27.422618401604176], "count": [95]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [95]}, "index": {"min": [19608], "max": [19702], "mean": [19655.0], "std": [27.422618401604176], "count": [95]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [95]}}} +{"episode_index": 92, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3300269544124603, 0.6502788066864014, 0.5741652250289917, -3.0166256427764893, -1.662659764289856, 1.0536754131317139, -0.8054037094116211, -7.490634918212891, -0.8558014035224915, -3.870499610900879, 6.938893903907228e-18, -0.4097560942173004, 6.938893903907228e-18, 6.938893903907228e-18, -0.4097560942173004, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3300269544124603, 0.6502788066864014, 0.5741652250289917, -0.7989120483398438, 0.3502956032752991, 4.19000768661499, 1.7465715408325195, -5.600298881530762, 1.0314193964004517, -2.1558165550231934, 0.4097560942173004, -6.938893903907228e-18, 0.4097560942173004, 0.4097560942173004, -6.938893903907228e-18, 0.4097560942173004, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3300265669822693, 0.6502799391746521, 0.5741631984710693, -2.5656490325927734, -0.8654047846794128, 3.228732109069824, 0.6932858824729919, -6.797181129455566, -0.5529118180274963, -2.9717957973480225, 0.36046430468559265, -0.36046430468559265, 0.36046430468559265, 0.36046430468559265, -0.36046430468559265, 0.36046430468559265, -2.3561997413635254, 1.5707992315292358, -1.0471992492675781, -1.5707992315292358, 0.0, -1.0471992492675781, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 1.1324882507324219e-06, 2.0265579223632812e-06, 0.6015658378601074, 0.6940299868583679, 1.0935884714126587, 1.0645482540130615, 0.6219719648361206, 0.4603641629219055, 0.6366875767707825, 0.12989164888858795, 0.12989164888858795, 0.12989164888858795, 0.12989164888858795, 0.12989164888858795, 0.12989164888858795, 5.245208740234375e-06, 2.86102294921875e-06, 1.6689300537109375e-06, 2.86102294921875e-06, 0.0, 1.6689300537109375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [308]}, "observation.state": {"min": [-0.9998669624328613, -0.8101249933242798, -0.006674342788755894, 0.16296689212322235, -0.023222366347908974, -0.9815258383750916, -0.7011558413505554, -0.34442952275276184, -0.015914278104901314, -0.44404974579811096, -0.276224285364151, 0.7587706446647644, NaN], "max": [0.7003899216651917, 0.07568569481372833, 0.932392418384552, 0.8370001316070557, 0.9682945609092712, 0.08110226690769196, 0.00046435752301476896, 0.3338710367679596, 0.5970590710639954, 0.987306535243988, 1.0, 1.2339062690734863, NaN], "mean": [-0.4841688573360443, -0.28159189224243164, 0.37012484669685364, 0.6112170815467834, 0.43208402395248413, -0.702734649181366, -0.2434127926826477, 0.11365294456481934, 0.21881437301635742, 0.22339719533920288, 0.6953408122062683, 0.9394749999046326, NaN], "std": [0.6330025792121887, 0.19139167666435242, 0.33462056517601013, 0.22769686579704285, 0.2962532937526703, 0.35400551557540894, 0.2170974314212799, 0.2217111438512802, 0.2062666267156601, 0.46369391679763794, 0.40144413709640503, 0.13485087454319, NaN], "count": [308]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.0789138779755259]], [[0.07403979370894077]], [[0.06599937235589834]]], "std": [[[0.19687043297526943]], [[0.18621733920291336]], [[0.1714669653829382]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25873130864465754]], [[0.24159819646199165]], [[0.21112760956781743]]], "std": [[[0.25341239548891215]], [[0.24122472565586853]], [[0.22613706541231024]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.49319086214561747]], [[0.434233498358134]], [[0.39512443245483275]]], "std": [[[0.1973932839919347]], [[0.21109896321046395]], [[0.22067089785583005]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2921160846541688]], [[0.2627485205771375]], [[0.22767355935226594]]], "std": [[[0.2560288537492066]], [[0.2473667294256464]], [[0.23404850731177618]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5075883378897881]], [[0.4455417607965179]], [[0.3973092655960507]]], "std": [[[0.26752887940702014]], [[0.2639389042906167]], [[0.2635806102837217]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970385095866602]], [[0.9970385095866602]], [[0.9970385095866602]]], "std": [[[0.015547426209020464]], [[0.015547426209020464]], [[0.015547426209020464]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5889031543810027]], [[0.5889031543810027]], [[0.5889031543810027]]], "std": [[[0.33401950086904286]], [[0.33401950086904286]], [[0.33401950086904286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.07017729738863844]], [[0.07017729738863844]], [[0.07017729738863844]]], "std": [[[0.053993280748764784]], [[0.053993280748764784]], [[0.053993280748764784]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1789420039415513]], [[0.1789420039415513]], [[0.1789420039415513]]], "std": [[[0.3378637170731524]], [[0.3378637170731524]], [[0.3378637170731524]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13066358611431306]], [[0.13066358611431306]], [[0.13066358611431306]]], "std": [[[0.20311078295865959]], [[0.20311078295865959]], [[0.20311078295865959]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05314323093212525]], [[0.14457596672949813]], [[0.05453208662829723]]], "std": [[[0.16205399265594742]], [[0.34591769007517287]], [[0.1667767612632534]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5272780711477505]], [[0.39235776116130255]], [[0.14423026223587482]]], "std": [[[0.4806007854845127]], [[0.40707028855352567]], [[0.2632886110030588]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.81381303850154]], [[0.5682442152470578]], [[0.3260985280538808]]], "std": [[[0.28592626422303274]], [[0.3128940315496408]], [[0.3776012136002969]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2556854389921216]], [[0.6928612470671385]], [[0.44117501144981097]]], "std": [[[0.3361016104067421]], [[0.40596063950859546]], [[0.34815679482922224]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6294597794796588]], [[0.6775745163083529]], [[0.3705441285436578]]], "std": [[[0.38755328058713584]], [[0.3582725564598927]], [[0.38286547868848103]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.14], "mean": [3.07], "std": [1.778229456510042], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [308]}, "index": {"min": [19703], "max": [20010], "mean": [19856.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [308]}}} +{"episode_index": 93, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1154976412653923, 1.7859247922897339, 0.6045774817466736, -1.2892181873321533, -1.5690374374389648, 0.2328185886144638, 1.5594476461410522, -0.6071129441261292, 1.061754584312439, -2.4689972400665283, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1154976412653923, 1.7859247922897339, 0.6045774817466736, -0.7925114035606384, -1.4462153911590576, 1.0363430976867676, 1.7500499486923218, -0.008179307915270329, 2.0782530307769775, -1.4987752437591553, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11549759656190872, 1.7859232425689697, 0.6045768857002258, -1.1808443069458008, -1.4706724882125854, 0.3931857943534851, 1.6324357986450195, -0.49038222432136536, 1.8426486253738403, -1.7001794576644897, 0.32833707332611084, -0.32833707332611084, 0.32833707332611084, 0.32833707332611084, -0.32833707332611084, 0.32833707332611084, -2.3561973571777344, 1.5707964897155762, -1.0471969842910767, -1.5707964897155762, 0.0, -1.0471969842910767, 2.481858491897583, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-08, 1.5497207641601562e-06, 5.960464477539062e-07, 0.141872838139534, 0.03617843985557556, 0.24348674714565277, 0.07227933406829834, 0.18198123574256897, 0.28455957770347595, 0.2927292287349701, 0.21560382843017578, 0.21560382843017578, 0.21560382843017578, 0.21560382843017578, 0.21560382843017578, 0.21560382843017578, 2.86102294921875e-06, 1.1920928955078125e-07, 5.960464477539062e-07, 1.1920928955078125e-07, 0.0, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [110]}, "observation.state": {"min": [-0.6787238121032715, -0.7484816312789917, -0.9991698265075684, 2.460646629333496, 0.7343935966491699, -0.6787238121032715, -0.07569944113492966, -0.226308673620224, -0.3061577379703522, -0.9901917576789856, -0.5734747052192688, 0.752807080745697, NaN], "max": [0.03590145707130432, 0.5892698764801025, 0.0025260569527745247, 2.8103926181793213, 0.9994139075279236, 0.18271009624004364, 0.1355334371328354, -0.1532025784254074, 0.22748348116874695, 0.001325939316302538, 1.0, 1.2159780263900757, NaN], "mean": [-0.531984806060791, -0.5525083541870117, -0.2383364588022232, 2.545837163925171, 0.7929193377494812, -0.543857991695404, -0.0023542861454188824, -0.20070955157279968, -0.033809956163167953, -0.2292376458644867, 0.7570028901100159, 0.8257136940956116, NaN], "std": [0.256635457277298, 0.38247016072273254, 0.3778585195541382, 0.1289053112268448, 0.09731283038854599, 0.2540816366672516, 0.03824322670698166, 0.02661319635808468, 0.10860241949558258, 0.3681868314743042, 0.4752866327762604, 0.12527650594711304, NaN], "count": [110]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08052021369404093]], [[0.04733867501379677]], [[0.0436234121978876]]], "std": [[[0.1972017519250964]], [[0.13361498140398836]], [[0.12558678047211136]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27055678066856165]], [[0.17940119936350452]], [[0.16431587396423636]]], "std": [[[0.25853167421248735]], [[0.2170911226620943]], [[0.20797724004609286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5415573928897848]], [[0.19869675737330944]], [[0.18866345200232548]]], "std": [[[0.22672803018007026]], [[0.1995156820652144]], [[0.19949411482115276]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.523664705278849]], [[0.4673137918756299]], [[0.44440977649566715]]], "std": [[[0.2850557214150949]], [[0.30447125428335253]], [[0.3125189116134668]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809122860662339]], [[0.3497215446214052]], [[0.33033151678646216]]], "std": [[[0.27449455818103047]], [[0.3401706486195945]], [[0.34444461681951904]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968428697014868]], [[0.9968428697014868]], [[0.9968428697014868]]], "std": [[[0.01601586052051377]], [[0.01601586052051377]], [[0.01601586052051377]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5823332870646977]], [[0.5823332870646977]], [[0.5823332870646977]]], "std": [[[0.3324213745822674]], [[0.3324213745822674]], [[0.3324213745822674]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12616893684733563]], [[0.12616893684733563]], [[0.12616893684733563]]], "std": [[[0.08322554482809537]], [[0.08322554482809537]], [[0.08322554482809537]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07277439212065251]], [[0.07277439212065251]], [[0.07277439212065251]]], "std": [[[0.2079872175606212]], [[0.2079872175606212]], [[0.2079872175606212]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.08425959252754828]], [[0.08425959252754828]], [[0.08425959252754828]]], "std": [[[0.042962819971411506]], [[0.042962819971411506]], [[0.042962819971411506]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12699707568811183]], [[0.09320806334913843]], [[0.02849651342360411]]], "std": [[[0.308686017936197]], [[0.2599049956673355]], [[0.11595580750097367]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4867405288438004]], [[0.34911751898187543]], [[0.29490770345961986]]], "std": [[[0.4489281195569464]], [[0.423777041979259]], [[0.4082506530133069]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7564452276584516]], [[0.31715839229231585]], [[0.7383317139310839]]], "std": [[[0.3135768721114206]], [[0.3419688088504698]], [[0.3808007985603237]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3720766409775154]], [[0.6185891915125888]], [[0.6027271015516087]]], "std": [[[0.3954221329206668]], [[0.3164976860676468]], [[0.3953464595740332]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42874752546619005]], [[0.6490448316257524]], [[0.5405040827041805]]], "std": [[[0.3775263638419033]], [[0.40401482569223723]], [[0.36014250122381736]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.18], "mean": [1.09], "std": [0.6350590523722971], "count": [110]}, "frame_index": {"min": [0], "max": [109], "mean": [54.5], "std": [31.752952618614856], "count": [110]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [110]}, "index": {"min": [20011], "max": [20120], "mean": [20065.5], "std": [31.752952618614856], "count": [110]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [110]}}} +{"episode_index": 94, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0807308778166771, 1.6509506702423096, 0.3603086471557617, -1.5933873653411865, -1.7311680316925049, -0.007143812719732523, 0.9037026762962341, 0.001800923841074109, 1.053122878074646, -2.465315818786621, 1.2663481374630692e-16, -0.6731707453727722, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.6731707453727722, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0807308778166771, 1.6509506702423096, 0.3603086471557617, -0.7934886813163757, -1.5724024772644043, 1.0366389751434326, 1.566839337348938, 0.1798139065504074, 1.8752273321151733, -0.7936692833900452, 0.6731707453727722, -1.2663481374630692e-16, 0.6731707453727722, 0.6731707453727722, -1.2663481374630692e-16, 0.6731707453727722, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.08073082566261292, 1.6509513854980469, 0.3603092432022095, -1.4023703336715698, -1.688072681427002, 0.23919790983200073, 1.2202656269073486, 0.13637414574623108, 1.5425046682357788, -1.2081578969955444, 0.39359718561172485, -0.39359718561172485, 0.39359718561172485, 0.39359718561172485, -0.39359718561172485, 0.39359718561172485, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.21540641784668e-08, 7.152557373046875e-07, 5.960464477539062e-07, 0.26859480142593384, 0.050486009567976, 0.35245099663734436, 0.18136149644851685, 0.05916581302881241, 0.2359285205602646, 0.5576598644256592, 0.3153553605079651, 0.3153553605079651, 0.3153553605079651, 0.3153553605079651, 0.3153553605079651, 0.3153553605079651, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [120]}, "observation.state": {"min": [-0.30152449011802673, -0.9907474517822266, -0.9551863074302673, -0.11387231200933456, -0.30996689200401306, -0.30152449011802673, -0.11776799708604813, -0.27835196256637573, -0.0012104295892640948, -0.35170304775238037, 0.27844834327697754, 0.7465521693229675, NaN], "max": [0.5813906192779541, -0.004426796920597553, -7.44472845326527e-06, 0.14488506317138672, 0.9994288086891174, 0.9933866858482361, -3.18097750096058e-06, -0.16649270057678223, 0.912521481513977, 0.325799822807312, 1.0, 1.0325372219085693, NaN], "mean": [-0.030373219400644302, -0.7716407775878906, -0.24352672696113586, -0.04013272374868393, 0.7597368955612183, 0.08365113288164139, -0.03581712767481804, -0.1857687532901764, 0.21137206256389618, -0.04877572879195213, 0.87825608253479, 0.796362042427063, NaN], "std": [0.3452437222003937, 0.3256091773509979, 0.34514907002449036, 0.10084181278944016, 0.3802264928817749, 0.5174242258071899, 0.04711376503109932, 0.03340611234307289, 0.3367985188961029, 0.14644142985343933, 0.21617206931114197, 0.08343537896871567, NaN], "count": [120]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12968890444587944]], [[0.12279529079166976]], [[0.11527224264077232]]], "std": [[[0.30260380812733223]], [[0.2900634226498017]], [[0.2749914246717322]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46055325218216964]], [[0.4202290082887914]], [[0.3871072151578733]]], "std": [[[0.39083492570708667]], [[0.383515301267306]], [[0.3711529709749036]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5985065664581896]], [[0.5775457801327843]], [[0.5547316854993425]]], "std": [[[0.34841324456745953]], [[0.3441300068820305]], [[0.3353227319804913]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6616355238514817]], [[0.649008099693487]], [[0.6427671916480419]]], "std": [[[0.30672193845986306]], [[0.3122953266701037]], [[0.3141772298753138]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3979360929557008]], [[0.32361411287267206]], [[0.29230323525053126]]], "std": [[[0.3563465514416386]], [[0.3570204058875718]], [[0.36080934651606705]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960904008674364]], [[0.9960904008674364]], [[0.9960904008674364]]], "std": [[[0.01837893704085823]], [[0.01837893704085823]], [[0.01837893704085823]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5708515226069224]], [[0.5708515226069224]], [[0.5708515226069224]]], "std": [[[0.3339462594264826]], [[0.3339462594264826]], [[0.3339462594264826]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3655326827560818]], [[0.3655326827560818]], [[0.3655326827560818]]], "std": [[[0.36029565569269484]], [[0.36029565569269484]], [[0.36029565569269484]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08554473137704177]], [[0.08554473137704177]], [[0.08554473137704177]]], "std": [[[0.19343033533709028]], [[0.19343033533709028]], [[0.19343033533709028]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43775178955683364]], [[0.43775178955683364]], [[0.43775178955683364]]], "std": [[[0.4461344157635834]], [[0.4461344157635834]], [[0.4461344157635834]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03233267819627424]], [[0.054938425833723936]], [[0.14046297603888175]]], "std": [[[0.12211000600721948]], [[0.17544077460489915]], [[0.3422260225453875]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25964932263387897]], [[0.40877751022436265]], [[0.4055916906894764]]], "std": [[[0.3802007249026857]], [[0.36728695334745176]], [[0.4570835224635272]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6091403220431156]], [[0.6273859360782034]], [[0.1377741835765119]]], "std": [[[0.38631413132401493]], [[0.4071137378544857]], [[0.21982464942294094]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6257558464444566]], [[0.5513747377272444]], [[0.29859372986224686]]], "std": [[[0.3413067138413286]], [[0.4437075668451813]], [[0.27736546352763214]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4253815854853278]], [[0.3242912912369216]], [[0.24837335167985322]]], "std": [[[0.423676362789978]], [[0.39390342259893485]], [[0.37226648325458794]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.38], "mean": [1.1900000000000002], "std": [0.6927962663486767], "count": [120]}, "frame_index": {"min": [0], "max": [119], "mean": [59.5], "std": [34.63981331743384], "count": [120]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [120]}, "index": {"min": [20121], "max": [20240], "mean": [20180.5], "std": [34.63981331743384], "count": [120]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [120]}}} +{"episode_index": 95, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4668775200843811, 1.3591282367706299, 0.722344160079956, -1.9776933193206787, -1.5719537734985352, 0.7830468416213989, 1.5750223398208618, -2.5414230823516846, 0.9126924276351929, -2.479726791381836, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4668775200843811, 1.3591282367706299, 0.722344160079956, -0.7898381352424622, -1.0291858911514282, 1.285063624382019, 2.281782627105713, -0.0189894400537014, 1.279308557510376, -1.9232114553451538, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4668774902820587, 1.359129786491394, 0.7223436236381531, -1.5490825176239014, -1.2806191444396973, 1.007529377937317, 1.9941343069076538, -1.799803614616394, 1.0965882539749146, -2.126509189605713, 0.36757755279541016, -0.36757755279541016, 0.36757755279541016, 0.36757755279541016, -0.36757755279541016, 0.36757755279541016, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 1.5497207641601562e-06, 5.364418029785156e-07, 0.444292277097702, 0.21863628923892975, 0.19125166535377502, 0.21156658232212067, 0.8687961101531982, 0.1337374746799469, 0.2058585286140442, 0.20653733611106873, 0.20653733611106873, 0.20653733611106873, 0.20653733611106873, 0.20653733611106873, 0.20653733611106873, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [150]}, "observation.state": {"min": [-0.7180439829826355, -0.8219854235649109, -0.76604825258255, 2.3737215995788574, 0.687384843826294, 0.168232724070549, -0.7026436924934387, -0.10421265661716461, -0.29195481538772583, -0.9853223562240601, -0.5209587216377258, 0.7529564499855042, NaN], "max": [0.574393093585968, 0.5624004006385803, 2.9535492558352416e-06, 2.562434673309326, 0.8202669620513916, 0.574393093585968, 4.185765192232793e-06, 0.02435055933892727, 0.6169531941413879, 1.3440763169114689e-08, 1.0, 1.5655105113983154, NaN], "mean": [0.14442852139472961, -0.5612478256225586, -0.32646727561950684, 2.4643237590789795, 0.7836894989013672, 0.4420759081840515, -0.2828131318092346, -0.059901803731918335, 0.15837238729000092, -0.3487931489944458, 0.609314501285553, 1.0288430452346802, NaN], "std": [0.5221512317657471, 0.43676161766052246, 0.30685076117515564, 0.07851417362689972, 0.04659110680222511, 0.1646987944841385, 0.28481703996658325, 0.045497000217437744, 0.25510135293006897, 0.3873335123062134, 0.5166168212890625, 0.291809618473053, NaN], "count": [150]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07881046556305912]], [[0.08349405984479219]], [[0.07118213816082844]]], "std": [[[0.19306179329653317]], [[0.20470989066115045]], [[0.17661002312956808]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.273457626982259]], [[0.2839600104875574]], [[0.24939639815435083]]], "std": [[[0.2672422642756266]], [[0.27616995664175154]], [[0.25343650631573017]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5347209806804977]], [[0.6077148269519498]], [[0.4435031647076258]]], "std": [[[0.20285860394198157]], [[0.21728987915404416]], [[0.1904892384577472]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5296457740306888]], [[0.5405463159101744]], [[0.5086458658974002]]], "std": [[[0.27679095567257794]], [[0.2673671113476531]], [[0.28269568447608867]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5914016620498614]], [[0.6017411745930205]], [[0.5611492096445294]]], "std": [[[0.25806876057823]], [[0.25161042778874754]], [[0.27943057225657175]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958371639069772]], [[0.9958371639069772]], [[0.9958371639069772]]], "std": [[[0.01909206860335886]], [[0.01909206860335886]], [[0.01909206860335886]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5920219943659554]], [[0.5920219943659554]], [[0.5920219943659554]]], "std": [[[0.3354319035710548]], [[0.3354319035710548]], [[0.3354319035710548]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07167548117704726]], [[0.07167548117704726]], [[0.07167548117704726]]], "std": [[[0.06789378811547475]], [[0.06789378811547475]], [[0.06789378811547475]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.036977412188499766]], [[0.036977412188499766]], [[0.036977412188499766]]], "std": [[[0.040976040145241185]], [[0.040976040145241185]], [[0.040976040145241185]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10114644827870617]], [[0.10114644827870617]], [[0.10114644827870617]]], "std": [[[0.07984051731381253]], [[0.07984051731381253]], [[0.07984051731381253]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09616114762309971]], [[0.06542423980296266]], [[0.09418731823634689]]], "std": [[[0.26421969879017587]], [[0.20157907246705267]], [[0.2774144395378896]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4846233873871699]], [[0.17166275529055025]], [[0.3067760792494557]]], "std": [[[0.460594517539609]], [[0.23134114223739624]], [[0.41800122646048876]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30981022483204146]], [[0.6703654082268317]], [[0.7908957406703319]]], "std": [[[0.3597363880997353]], [[0.20902037414463473]], [[0.3728195882617871]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28898046725957577]], [[0.7959433229329487]], [[0.3963320009307372]]], "std": [[[0.3450672654495795]], [[0.2881273101195181]], [[0.36120731101326686]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4552286911139409]], [[0.6031811309798021]], [[0.659880087789707]]], "std": [[[0.3814427028213533]], [[0.3538934120153029]], [[0.42626233509432093]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.98], "mean": [1.49], "std": [0.8660061585616274], "count": [150]}, "frame_index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [150]}, "index": {"min": [20241], "max": [20390], "mean": [20315.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [150]}}} +{"episode_index": 96, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4315304756164551, 2.0190041065216064, 0.6153777241706848, -0.9084292054176331, -1.5665574073791504, -0.4138120114803314, -0.7438738942146301, -0.6625970602035522, 0.0929475873708725, -10.094996452331543, -5.0306980803327406e-17, -0.4292683005332947, -5.0306980803327406e-17, -5.0306980803327406e-17, -0.4292683005332947, -5.0306980803327406e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4315304756164551, 2.0190041065216064, 0.6153777241706848, -0.057287368923425674, -0.3575601279735565, 1.1569843292236328, 1.562352180480957, 0.28661540150642395, 1.0461493730545044, -8.765710830688477, 0.4292683005332947, 5.0306980803327406e-17, 0.4292683005332947, 0.4292683005332947, 5.0306980803327406e-17, 0.4292683005332947, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43153247237205505, 2.0189967155456543, 0.6153754591941833, -0.43974530696868896, -0.5634650588035583, 0.4433263838291168, -0.23496176302433014, -0.15592233836650848, 0.5763740539550781, -9.333199501037598, 0.35716089606285095, -0.35716089606285095, 0.35716089606285095, 0.35716089606285095, -0.35716089606285095, 0.35716089606285095, -2.3562002182006836, 1.5707995891571045, -1.0472023487091064, -1.5707995891571045, 0.0, -1.0472023487091064, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.996755599975586e-06, 7.3909759521484375e-06, 2.2649765014648438e-06, 0.24126741290092468, 0.20681458711624146, 0.49303001165390015, 0.5223265290260315, 0.2685266435146332, 0.1942412257194519, 0.2857331335544586, 0.15803022682666779, 0.15803022682666779, 0.15803022682666779, 0.15803022682666779, 0.15803022682666779, 0.15803022682666779, 5.7220458984375e-06, 3.2186508178710938e-06, 4.76837158203125e-06, 3.2186508178710938e-06, 0.0, 4.76837158203125e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [422]}, "observation.state": {"min": [-0.9968728423118591, -0.960923969745636, -0.3973119258880615, 0.5891455411911011, -0.29963019490242004, -0.9948557615280151, -0.5916532874107361, -0.6662121415138245, -0.5412043333053589, -0.3580307364463806, -0.310584157705307, 0.7528551816940308, NaN], "max": [0.2631528377532959, -0.07808235287666321, 0.9696506857872009, 1.5222580432891846, 0.9844803810119629, 0.2550623416900635, 0.4210313856601715, 0.18524570763111115, 0.9897897243499756, 0.013363399542868137, 1.0, 1.4512747526168823, NaN], "mean": [-0.7945955395698547, -0.236939936876297, 0.06652265787124634, 0.9541873335838318, 0.18401864171028137, -0.8805274963378906, -0.07789752632379532, 0.029805829748511314, 0.08487225323915482, -0.11243142187595367, 0.8866119384765625, 0.9032819271087646, NaN], "std": [0.3833003044128418, 0.26764777302742004, 0.29916495084762573, 0.18614602088928223, 0.28300032019615173, 0.27551916241645813, 0.16953791677951813, 0.18167808651924133, 0.3170882761478424, 0.09136010706424713, 0.291861355304718, 0.17499218881130219, NaN], "count": [422]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.13320011453163735]], [[0.13063625811461343]], [[0.12749351400900294]]], "std": [[[0.31321006183436173]], [[0.3080705971930736]], [[0.3019197151676761]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46221062958201986]], [[0.44676544282772446]], [[0.42824148606811147]]], "std": [[[0.4078801311128174]], [[0.400744525948285]], [[0.3935206069480056]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.45824039841989256]], [[0.45306705129984687]], [[0.44711298197333715]]], "std": [[[0.412486305309675]], [[0.40826482236655154]], [[0.40306650513755204]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42143793397800966]], [[0.4064698224558453]], [[0.3934964416736908]]], "std": [[[0.24562146021193446]], [[0.24056305097663255]], [[0.23655381300700085]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6539672927684804]], [[0.6255896964442218]], [[0.5971889537320348]]], "std": [[[0.2681561030067289]], [[0.2765396871608123]], [[0.2857893016209023]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964418949755615]], [[0.9964418949755615]], [[0.9964418949755615]]], "std": [[[0.017157671826701672]], [[0.017157671826701672]], [[0.017157671826701672]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1450980392156863]], [[0.1450980392156863]], [[0.1450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5882574990394229]], [[0.5882574990394229]], [[0.5882574990394229]]], "std": [[[0.3356869097178635]], [[0.3356869097178635]], [[0.3356869097178635]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48976222615170345]], [[0.48976222615170345]], [[0.48976222615170345]]], "std": [[[0.42384079170445554]], [[0.42384079170445554]], [[0.42384079170445554]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04389470733746801]], [[0.04389470733746801]], [[0.04389470733746801]]], "std": [[[0.10967243473045912]], [[0.10967243473045912]], [[0.10967243473045912]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14554252657596672]], [[0.14554252657596672]], [[0.14554252657596672]]], "std": [[[0.1761154915051999]], [[0.1761154915051999]], [[0.1761154915051999]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08469480067941133]], [[0.13585571159485305]], [[0.06870944973180955]]], "std": [[[0.26237663046082216]], [[0.32720185262580265]], [[0.20112549563444726]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17256326632427876]], [[0.505490867979489]], [[0.27182165922009854]]], "std": [[[0.2904753736266155]], [[0.4781004285046835]], [[0.30304156175606983]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1409616674411634]], [[0.4283522129483783]], [[0.3880138899785488]]], "std": [[[0.2547070169608954]], [[0.435143787580239]], [[0.4060854639872176]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5551892380494484]], [[0.698470707594963]], [[0.4197319637817166]]], "std": [[[0.3957760239568253]], [[0.38523422861554363]], [[0.394640985033641]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6408574248754938]], [[0.3555751667514925]], [[0.5571685579809708]]], "std": [[[0.38813163419091234]], [[0.34809071153179444]], [[0.4196928259722151]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.42], "mean": [4.21], "std": [2.4364112953276176], "count": [422]}, "frame_index": {"min": [0], "max": [421], "mean": [210.5], "std": [121.82056476638088], "count": [422]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [422]}, "index": {"min": [20391], "max": [20812], "mean": [20601.5], "std": [121.82056476638088], "count": [422]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [422]}}} +{"episode_index": 97, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42890122532844543, 0.5567317008972168, 0.7752990126609802, -0.7817397713661194, -1.5608659982681274, 1.0638242959976196, -1.6490389108657837, 6.280173301696777, 0.747379720211029, -6.853450775146484, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42890122532844543, 0.5567317008972168, 0.7752990126609802, -0.36062824726104736, 2.0234408378601074, 5.913229465484619, 1.5593726634979248, 6.362251281738281, 1.0463200807571411, -2.496591567993164, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4289016127586365, 0.5567321181297302, 0.7752990126609802, -0.5314032435417175, 0.545230507850647, 4.099663257598877, -0.36544209718704224, 6.316169261932373, 0.8737440705299377, -5.21545934677124, 0.3483918309211731, -0.3483918309211731, 0.3483918309211731, 0.3483918309211731, -0.3483918309211731, 0.3483918309211731, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 4.172325134277344e-07, 0.0, 0.11573248356580734, 1.293666124343872, 1.7652608156204224, 1.0905247926712036, 0.032093487679958344, 0.10319430381059647, 1.5859792232513428, 0.1476314216852188, 0.1476314216852188, 0.1476314216852188, 0.1476314216852188, 0.1476314216852188, 0.1476314216852188, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [232]}, "observation.state": {"min": [-0.48319417238235474, -0.9766625165939331, -0.6125546097755432, -1.6835328340530396, -0.9066188335418701, -0.7169605493545532, -0.4335859715938568, -0.007080577779561281, -0.21254386007785797, -0.8891711831092834, -0.9816260933876038, 0.5487267374992371, NaN], "max": [0.7344849109649658, 0.7230744957923889, 0.8871572017669678, -0.16059479117393494, 0.9936071634292603, 0.2938863933086395, 0.7287091612815857, 0.677126944065094, 0.9987000226974487, 0.8525993824005127, 1.0, 1.8636647462844849, NaN], "mean": [0.24523049592971802, -0.6238821148872375, 0.17583057284355164, -0.6570902466773987, 0.3655790388584137, -0.09636610001325607, 0.1084638461470604, 0.27806293964385986, 0.1588735729455948, 0.07746035605669022, 0.3641733229160309, 1.0448309183120728, NaN], "std": [0.28405576944351196, 0.519497275352478, 0.41128087043762207, 0.5201138854026794, 0.7811313271522522, 0.371657133102417, 0.311457097530365, 0.22619183361530304, 0.3001976013183594, 0.43298763036727905, 0.7473552227020264, 0.43864092230796814, NaN], "count": [232]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1409104916478407]], [[0.12810229794185038]], [[0.10831531605836822]]], "std": [[[0.32018457511486215]], [[0.29367329073011467]], [[0.2562683872321576]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.506611789382488]], [[0.4486601568707918]], [[0.3627507119670138]]], "std": [[[0.40804638856995984]], [[0.3716564677501619]], [[0.321100347020884]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6206742399706027]], [[0.5796963490023075]], [[0.5208042762948344]]], "std": [[[0.3558205846478409]], [[0.3406221219081072]], [[0.3294106049323389]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3925140901406902]], [[0.368309767845444]], [[0.3456394104168804]]], "std": [[[0.3494271814946574]], [[0.33605320188425014]], [[0.32444240862422363]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.554454830076759]], [[0.5083398759866451]], [[0.44329204025237195]]], "std": [[[0.3822551289922045]], [[0.3599758248609921]], [[0.3339631399470407]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966643317769638]], [[0.9966643317769638]], [[0.9966643317769638]]], "std": [[[0.016414418160774085]], [[0.016414418160774085]], [[0.016414418160774085]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5777296423032124]], [[0.5777296423032124]], [[0.5777296423032124]]], "std": [[[0.3285213462234335]], [[0.3285213462234335]], [[0.3285213462234335]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.368521008978127]], [[0.368521008978127]], [[0.368521008978127]]], "std": [[[0.35819091447900353]], [[0.35819091447900353]], [[0.35819091447900353]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2783420794466003]], [[0.2783420794466003]], [[0.2783420794466003]]], "std": [[[0.4139323658085514]], [[0.4139323658085514]], [[0.4139323658085514]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36331397963241246]], [[0.36331397963241246]], [[0.36331397963241246]]], "std": [[[0.3752825374085869]], [[0.3752825374085869]], [[0.3752825374085869]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09588132698447184]], [[0.02925254829540311]], [[0.14265548440914616]]], "std": [[[0.2667542565991042]], [[0.11362468475504522]], [[0.3366235858965328]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28328567797968335]], [[0.4963588568562407]], [[0.3309199612952804]]], "std": [[[0.40303780844666226]], [[0.4456966040722047]], [[0.3669270214099847]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35564830740613335]], [[0.5031749484171768]], [[0.35905047103482823]]], "std": [[[0.38656593091888847]], [[0.38646338537462444]], [[0.41345887680872967]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4625856160870011]], [[0.5940475011248643]], [[0.23694773722901835]]], "std": [[[0.4133644086158985]], [[0.41927664595542075]], [[0.3464795544585117]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46904012965946956]], [[0.45267552476344325]], [[0.39169662929636134]]], "std": [[[0.3677545319722425]], [[0.44764513721985066]], [[0.4345408077313968]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.62], "mean": [2.3099999999999996], "std": [1.3394401815684043], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [232]}, "index": {"min": [20813], "max": [21044], "mean": [20928.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [232]}}} +{"episode_index": 98, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.22998552024364471, 1.6522809267044067, 0.42295390367507935, -1.3870707750320435, -1.567571759223938, 0.5589762330055237, 0.49121901392936707, -0.6293421387672424, 1.053641438484192, -2.757584571838379, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.22998552024364471, 1.6522809267044067, 0.42295390367507935, -0.7899463772773743, -1.1442267894744873, 1.0437735319137573, 1.5626354217529297, -0.004643648862838745, 1.899625539779663, -2.4839425086975098, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2299858033657074, 1.6522823572158813, 0.42295435070991516, -1.2724841833114624, -1.2048330307006836, 0.6375676393508911, 0.754662036895752, -0.5418162941932678, 1.6960930824279785, -2.678618907928467, 0.37978699803352356, -0.37978699803352356, 0.37978699803352356, 0.37978699803352356, -0.37978699803352356, 0.37978699803352356, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818615913391113, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.8312206268310547e-07, 1.430511474609375e-06, 4.470348358154297e-07, 0.15136142075061798, 0.11501821875572205, 0.1323031634092331, 0.258402556180954, 0.17245374619960785, 0.2047119438648224, 0.06516251713037491, 0.27793437242507935, 0.27793437242507935, 0.27793437242507935, 0.27793437242507935, 0.27793437242507935, 0.27793437242507935, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.337860107421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [141]}, "observation.state": {"min": [0.048415254801511765, -0.9911105036735535, -0.9217422008514404, 0.37572887539863586, 0.9619471430778503, 0.13296103477478027, -0.06376087665557861, -0.5493760704994202, -3.0529522518918384e-06, -0.8920405507087708, 0.3848201632499695, 0.7547409534454346, NaN], "max": [0.18491224944591522, -0.3847692012786865, 0.004561862908303738, 0.7006576657295227, 0.9911208748817444, 0.2662225365638733, 3.6086698855797295e-06, -0.32584792375564575, 0.2500284016132355, 0.004637530073523521, 1.0, 1.1600098609924316, NaN], "mean": [0.13357730209827423, -0.9255526661872864, -0.13747888803482056, 0.4271777272224426, 0.986224353313446, 0.1570291668176651, -0.01176403183490038, -0.35087087750434875, 0.042090464383363724, -0.13144122064113617, 0.9348684549331665, 0.8212720155715942, NaN], "std": [0.022891486063599586, 0.15664473176002502, 0.285566121339798, 0.1026957705616951, 0.00945209339261055, 0.04473603516817093, 0.02175908349454403, 0.05364160239696503, 0.08445615321397781, 0.27364006638526917, 0.1579902321100235, 0.10769091546535492, NaN], "count": [141]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.09018658866713472]], [[0.08777710855895998]], [[0.08330948285747047]]], "std": [[[0.2201743059352828]], [[0.21581635149514758]], [[0.20625424388267263]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3082436010141549]], [[0.29499020915435015]], [[0.27552420553734985]]], "std": [[[0.2952566131819423]], [[0.2926687102648047]], [[0.28766662680716465]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.46949417920446107]], [[0.46489062027464795]], [[0.45074807130197925]]], "std": [[[0.2929416684811268]], [[0.291036073144117]], [[0.2807782163645303]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5567844089450014]], [[0.54988694091227]], [[0.5379603860011225]]], "std": [[[0.29587718799325907]], [[0.29810031756168437]], [[0.30351036211030386]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.405999828336656]], [[0.3803647390080139]], [[0.35125609555747334]]], "std": [[[0.3172377947611367]], [[0.3251702013166098]], [[0.3346286456605838]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949905739389563]], [[0.9949905739389563]], [[0.9949905739389563]]], "std": [[[0.021412384757105555]], [[0.021412384757105555]], [[0.021412384757105555]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.13333333333333333]], [[0.13333333333333333]], [[0.13333333333333333]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.585184864657535]], [[0.585184864657535]], [[0.585184864657535]]], "std": [[[0.33861968032427153]], [[0.33861968032427153]], [[0.33861968032427153]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.365403593262482]], [[0.365403593262482]], [[0.365403593262482]]], "std": [[[0.3596036599446338]], [[0.3596036599446338]], [[0.3596036599446338]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06143989335414751]], [[0.06143989335414751]], [[0.06143989335414751]]], "std": [[[0.07901513348988984]], [[0.07901513348988984]], [[0.07901513348988984]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29986675571702637]], [[0.29986675571702637]], [[0.29986675571702637]]], "std": [[[0.36543534127610316]], [[0.36543534127610316]], [[0.36543534127610316]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.055338048710815]], [[0.1314842200482669]], [[0.07471680040984623]]], "std": [[[0.16706219999505884]], [[0.31725561728645996]], [[0.24406696404152517]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23368723072827502]], [[0.5131926270593734]], [[0.33721262583895434]]], "std": [[[0.33212254603958113]], [[0.4703867994631731]], [[0.40646579506477654]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39186743030032367]], [[0.6279479189507614]], [[0.3213680763848236]]], "std": [[[0.34123280103324394]], [[0.40851931255892476]], [[0.41085318649995695]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6818569132382613]], [[0.5254376912353123]], [[0.4227218282682589]]], "std": [[[0.40521806923657894]], [[0.3105708042922379]], [[0.40226222638339937]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45245722531685634]], [[0.5613022636091816]], [[0.34272789415345495]]], "std": [[[0.41917761191894937]], [[0.40338217378999447]], [[0.40281980032323905]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.8], "mean": [1.4000000000000001], "std": [0.8140434058861153], "count": [141]}, "frame_index": {"min": [0], "max": [140], "mean": [70.0], "std": [40.702170294305766], "count": [141]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [141]}, "index": {"min": [21045], "max": [21185], "mean": [21115.0], "std": [40.702170294305766], "count": [141]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [141]}}} +{"episode_index": 99, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4434387683868408, 1.044976830482483, 0.9245384335517883, -3.128304958343506, -1.5609893798828125, -1.8416680097579956, -0.9748391509056091, -9.622479438781738, -0.4256172180175781, -2.9383437633514404, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4434387683868408, 1.044976830482483, 0.9245384335517883, -0.7910923957824707, 0.13744232058525085, 1.631256103515625, 1.558776617050171, -6.285350799560547, 2.144155502319336, -1.0410906076431274, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44343751668930054, 1.0449798107147217, 0.9245412945747375, -2.4213919639587402, -0.5945830941200256, -0.11376077681779861, -0.4796793460845947, -8.049124717712402, 0.92125004529953, -1.7101523876190186, 0.5350268483161926, -0.5350268483161926, 0.5350268483161926, 0.5350268483161926, -0.5350268483161926, 0.5350268483161926, -2.3561997413635254, 1.5707989931106567, -1.0471981763839722, -1.5707989931106567, 0.0, -1.0471981763839722, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 2.9802322387695312e-06, 2.86102294921875e-06, 0.741303026676178, 0.473267138004303, 1.2892969846725464, 0.6785893440246582, 1.3038318157196045, 0.9313634037971497, 0.6223174929618835, 0.20432737469673157, 0.20432737469673157, 0.20432737469673157, 0.20432737469673157, 0.20432737469673157, 0.20432737469673157, 5.245208740234375e-06, 2.6226043701171875e-06, 5.960464477539062e-07, 2.6226043701171875e-06, 0.0, 5.960464477539062e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [282]}, "observation.state": {"min": [-0.9442690014839172, -0.9979088306427002, -0.16166546940803528, -1.0504965782165527, -0.9981741905212402, -0.9442697763442993, -0.9867690801620483, -0.4691995084285736, -0.9968258738517761, -0.40436896681785583, -0.9970056414604187, 0.6471864581108093, NaN], "max": [0.9363574981689453, 0.992989182472229, 0.7283421158790588, 0.06407706439495087, 0.8185679912567139, 0.9649602770805359, 0.9989057779312134, 0.3119112551212311, 0.9997496604919434, 0.6288257837295532, 1.0, 1.635658860206604, NaN], "mean": [-0.29555806517601013, -0.11950189620256424, 0.10688371956348419, -0.4350259602069855, -0.14648331701755524, -0.056677039712667465, -0.0860615074634552, -0.16778962314128876, -0.10198812186717987, 0.08569922298192978, 0.3944610059261322, 0.9857131242752075, NaN], "std": [0.6087521910667419, 0.6868954300880432, 0.21103380620479584, 0.45508521795272827, 0.5172945857048035, 0.6734627485275269, 0.4967687129974365, 0.20702673494815826, 0.4925583600997925, 0.22312551736831665, 0.7309289574623108, 0.26803478598594666, NaN], "count": [282]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.10978448203603455]], [[0.11409541665577005]], [[0.10266435859936122]]], "std": [[[0.26837004676970805]], [[0.2758926179885085]], [[0.25726490898091775]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37437074722505537]], [[0.3849742431222343]], [[0.3508926762114168]]], "std": [[[0.3714009353590562]], [[0.37574318253400124]], [[0.3697608468053434]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691709894313048]], [[0.48076676919528116]], [[0.4300160532049077]]], "std": [[[0.26681196810016217]], [[0.26157827974565995]], [[0.2897339937089746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28138674879684783]], [[0.28799264798084345]], [[0.2760750343159048]]], "std": [[[0.3383526258621562]], [[0.34076817407771637]], [[0.33922092758015404]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43304336980508834]], [[0.44457966956147393]], [[0.42968975873924004]]], "std": [[[0.3599076430670632]], [[0.3633568832061027]], [[0.3769411438065446]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961142432965799]], [[0.9961142432965799]], [[0.9961142432965799]]], "std": [[[0.018043679772586356]], [[0.018043679772586356]], [[0.018043679772586356]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5868406662415316]], [[0.5868406662415316]], [[0.5868406662415316]]], "std": [[[0.33484383004103524]], [[0.33484383004103524]], [[0.33484383004103524]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09971789543422444]], [[0.09971789543422444]], [[0.09971789543422444]]], "std": [[[0.09148852097484463]], [[0.09148852097484463]], [[0.09148852097484463]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4318651825834126]], [[0.4318651825834126]], [[0.4318651825834126]]], "std": [[[0.4810155576871023]], [[0.4810155576871023]], [[0.4810155576871023]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3017324519493513]], [[0.3017324519493513]], [[0.3017324519493513]]], "std": [[[0.4035519846242313]], [[0.4035519846242313]], [[0.4035519846242313]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14553688984913074]], [[0.10367654334398853]], [[0.02434257431983429]]], "std": [[[0.34712203627722044]], [[0.2547070409918215]], [[0.09425219949247705]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26337906417996215]], [[0.48351885983352677]], [[0.3178922195600992]]], "std": [[[0.3541787357956937]], [[0.4668889171461226]], [[0.4014478635608725]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5149240490286604]], [[0.6795206301117622]], [[0.5270920296575249]]], "std": [[[0.4167462609977801]], [[0.3675887226085147]], [[0.3953226413751694]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45973679717774735]], [[0.32337650666435996]], [[0.2285023687529798]]], "std": [[[0.45608490389368295]], [[0.38339436413215133]], [[0.3642920534048316]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5284273170025167]], [[0.43756296658398663]], [[0.2851397467026891]]], "std": [[[0.4387276922318277]], [[0.423984649524683]], [[0.3704523636115623]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.62], "mean": [2.81], "std": [1.6281175223756628], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [282]}, "index": {"min": [21186], "max": [21467], "mean": [21326.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [282]}}} +{"episode_index": 100, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46652889251708984, 2.128103256225586, 0.6284595131874084, -7.0601115226745605, -1.5668601989746094, 12.972125053405762, 0.7834844589233398, 5.08428430557251, 1.052743911743164, -9.858928680419922, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46652889251708984, 2.128103256225586, 0.6284595131874084, -6.246388912200928, -1.168874740600586, 13.60685920715332, 1.5617848634719849, 6.270029544830322, 1.5317713022232056, -8.77756404876709, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46652951836586, 2.1281015872955322, 0.6284596920013428, -6.448270797729492, -1.275947093963623, 13.125288009643555, 0.9486267566680908, 5.347151756286621, 1.402410864830017, -9.636896133422852, 0.3190518021583557, -0.3190518021583557, 0.3190518021583557, 0.3190518021583557, -0.3190518021583557, 0.3190518021583557, -2.3561973571777344, 1.5707963705062866, -1.0471971035003662, -1.5707963705062866, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 1.6689300537109375e-06, 1.7881393432617188e-07, 0.25683391094207764, 0.12436037510633469, 0.20122486352920532, 0.24810121953487396, 0.37979069352149963, 0.13897615671157837, 0.349217027425766, 0.22826673090457916, 0.22826673090457916, 0.22826673090457916, 0.22826673090457916, 0.22826673090457916, 0.22826673090457916, 2.86102294921875e-06, 0.0, 4.76837158203125e-07, 0.0, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [106]}, "observation.state": {"min": [-0.4474731981754303, 0.7115121483802795, -0.580195426940918, 2.062407970428467, -0.9455533027648926, -0.37876152992248535, -0.13933032751083374, -0.46748217940330505, -0.23270104825496674, -0.0001953531027538702, 0.7640663385391235, 0.7567097544670105, NaN], "max": [-0.23404689133167267, 0.942514955997467, 0.0006487290374934673, 2.5823888778686523, -0.8896536231040955, -0.2926064431667328, 0.35056790709495544, -0.07643987983465195, 0.0910172164440155, 0.6386849880218506, 1.0, 1.419710636138916, NaN], "mean": [-0.35502636432647705, 0.8917199373245239, -0.14746779203414917, 2.1871986389160156, -0.9288300275802612, -0.35487818717956543, 0.009688302874565125, -0.15990543365478516, -0.043240755796432495, 0.14400973916053772, 0.9553468227386475, 0.9255900382995605, NaN], "std": [0.05054231360554695, 0.07147400081157684, 0.22221729159355164, 0.1721772849559784, 0.010676387697458267, 0.031542640179395676, 0.10065463185310364, 0.09196392446756363, 0.08179660141468048, 0.22815169394016266, 0.07720185071229935, 0.23395223915576935, NaN], "count": [106]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.11462202078601694]], [[0.11133514786852465]], [[0.08254958958379016]]], "std": [[[0.2767671210228236]], [[0.264873556250179]], [[0.20435840023583002]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41116045225244435]], [[0.3916824053789636]], [[0.28735901980230555]]], "std": [[[0.3784626541055168]], [[0.3512151203034488]], [[0.2844217864899939]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.45161994674412975]], [[0.46136798921203176]], [[0.35055302016843126]]], "std": [[[0.32956555631065587]], [[0.32904946833479554]], [[0.2661920698156838]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49282599036673597]], [[0.4990628830992744]], [[0.40968557310410914]]], "std": [[[0.2660842831885006]], [[0.25012836166037816]], [[0.23125620377977746]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5629067298065904]], [[0.5616138379430976]], [[0.4513370415297886]]], "std": [[[0.267904870475593]], [[0.25133802487325924]], [[0.2925013611027869]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969966961511871]], [[0.9969966961511871]], [[0.9969966961511871]]], "std": [[[0.01557388372943382]], [[0.01557388372943382]], [[0.01557388372943382]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5828097775685631]], [[0.5828097775685631]], [[0.5828097775685631]]], "std": [[[0.3319030907136349]], [[0.3319030907136349]], [[0.3319030907136349]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3373688971501873]], [[0.3373688971501873]], [[0.3373688971501873]]], "std": [[[0.3680685659419211]], [[0.3680685659419211]], [[0.3680685659419211]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0646224258042193]], [[0.0646224258042193]], [[0.0646224258042193]]], "std": [[[0.06866954179088719]], [[0.06866954179088719]], [[0.06866954179088719]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.10476143287929719]], [[0.10476143287929719]], [[0.10476143287929719]]], "std": [[[0.050249794851437914]], [[0.050249794851437914]], [[0.050249794851437914]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08686911809968678]], [[0.11743490841157092]], [[0.09323171936261937]]], "std": [[[0.2658760489248283]], [[0.283578040257628]], [[0.2748901657983953]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3984437685200273]], [[0.29903696461656376]], [[0.37752929374615685]]], "std": [[[0.45533625123037036]], [[0.4147756431406812]], [[0.3727472813377236]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35735906405926143]], [[0.6262129282614861]], [[0.244953453081927]]], "std": [[[0.4105515835255296]], [[0.4338512941876791]], [[0.26103824584598007]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5357670045618192]], [[0.743778797028883]], [[0.5100684279593989]]], "std": [[[0.38014959105576557]], [[0.2882512031286493]], [[0.43609976426376146]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3864670584077823]], [[0.6634991547591985]], [[0.469471083779088]]], "std": [[[0.36356447994265456]], [[0.3695550053922025]], [[0.38914043333264936]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.1], "mean": [1.05], "std": [0.6119640512317697], "count": [106]}, "frame_index": {"min": [0], "max": [105], "mean": [52.5], "std": [30.598202561588483], "count": [106]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [106]}, "index": {"min": [21468], "max": [21573], "mean": [21520.5], "std": [30.598202561588483], "count": [106]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [106]}}} +{"episode_index": 101, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995057284832001, 2.163482189178467, 0.6598915457725525, -0.7789009213447571, -1.567147135734558, -5.233928680419922, 0.27924081683158875, -2.2528882026672363, 1.0526098012924194, -2.468825101852417, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995057284832001, 2.163482189178467, 0.6598915457725525, 0.11220694333314896, -0.8305842876434326, -4.792581558227539, 1.5666530132293701, -0.013281315565109253, 1.5986491441726685, -0.025165950879454613, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49950504302978516, 2.163482427597046, 0.6598913669586182, -0.1753973811864853, -1.0739076137542725, -4.935247421264648, 0.7242161631584167, -1.5445184707641602, 1.3450130224227905, -0.8581318855285645, 0.2482011318206787, -0.2482011318206787, 0.2482011318206787, 0.2482011318206787, -0.2482011318206787, 0.2482011318206787, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860637664795, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.854534149169922e-07, 2.384185791015625e-07, 1.7881393432617188e-07, 0.3113477826118469, 0.2600843012332916, 0.15938499569892883, 0.4531017243862152, 0.8038502931594849, 0.15142902731895447, 0.8545910716056824, 0.1519901603460312, 0.1519901603460312, 0.1519901603460312, 0.1519901603460312, 0.1519901603460312, 0.1519901603460312, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.384185791015625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [130]}, "observation.state": {"min": [0.12356152385473251, -0.9023191332817078, -0.9865155220031738, 1.4721202850341797, -0.4319411814212799, -0.9298437237739563, -0.9763766527175903, -0.5763622522354126, -0.9327173829078674, 1.3272262549435254e-05, -0.07853192836046219, 0.7552450895309448, NaN], "max": [0.9938966631889343, 0.5393606424331665, 0.22979804873466492, 2.085209608078003, 0.9023191332817078, 0.6171342730522156, -5.831027465319494e-06, -0.2335638552904129, 0.16331422328948975, 0.9402595162391663, 1.0, 1.362931489944458, NaN], "mean": [0.5212774872779846, -0.36019620299339294, -0.2050561010837555, 1.6427525281906128, 0.3680572509765625, 0.10994410514831543, -0.330020546913147, -0.3407829701900482, -0.23791158199310303, 0.3443407714366913, 0.5837811231613159, 1.0197147130966187, NaN], "std": [0.24155010282993317, 0.5763306021690369, 0.40740254521369934, 0.2175864577293396, 0.5712199211120605, 0.5409730672836304, 0.3529720902442932, 0.09813570231199265, 0.3893110454082489, 0.3388087749481201, 0.46655407547950745, 0.26235702633857727, NaN], "count": [130]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12686264719628831]], [[0.1201574085808873]], [[0.10981903598962242]]], "std": [[[0.29838968225487605]], [[0.2841047391242655]], [[0.2634250068593564]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43797136172618223]], [[0.4037156235771556]], [[0.35277155431099627]]], "std": [[[0.38772554738578846]], [[0.3685215741038674]], [[0.34758929442800346]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7238394505163647]], [[0.7112695536954222]], [[0.696798891698535]]], "std": [[[0.2573353892113642]], [[0.2554683377830979]], [[0.25430678609077373]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5772653050276573]], [[0.521639608902622]], [[0.43534790728301853]]], "std": [[[0.258637566439754]], [[0.2626862550300245]], [[0.2840270560604814]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.597614920226837]], [[0.549774225151228]], [[0.4767342161925473]]], "std": [[[0.31596407864356113]], [[0.31982898009234983]], [[0.33791953824853976]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9961325992043136]], [[0.9961325992043136]], [[0.9961325992043136]]], "std": [[[0.018075500815896924]], [[0.018075500815896924]], [[0.018075500815896924]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5837116887314414]], [[0.5837116887314414]], [[0.5837116887314414]]], "std": [[[0.33676802546501516]], [[0.33676802546501516]], [[0.33676802546501516]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16589518745838336]], [[0.16589518745838336]], [[0.16589518745838336]]], "std": [[[0.15973478466000124]], [[0.15973478466000124]], [[0.15973478466000124]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06807050401296594]], [[0.06807050401296594]], [[0.06807050401296594]]], "std": [[[0.09223433699588354]], [[0.09223433699588354]], [[0.09223433699588354]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21880292846935975]], [[0.21880292846935975]], [[0.21880292846935975]]], "std": [[[0.28048493362507565]], [[0.28048493362507565]], [[0.28048493362507565]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03412380414017117]], [[0.09481572275297041]], [[0.09109657068942278]]], "std": [[[0.13452263466740494]], [[0.26408463922849423]], [[0.2720864541816854]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29834818824763243]], [[0.2562956766989139]], [[0.4341977213032198]]], "std": [[[0.40775778651224226]], [[0.35612561676354243]], [[0.44489414822726053]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7247826212322075]], [[0.3236449170550885]], [[0.6960758483756692]]], "std": [[[0.4104996569742458]], [[0.34716272636402495]], [[0.26573987133412424]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5290320024730251]], [[0.6438858411939722]], [[0.5220982316663884]]], "std": [[[0.36904516701529644]], [[0.3922897507701584]], [[0.42243134400780064]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41538349792227003]], [[0.7004676324070889]], [[0.398971159887641]]], "std": [[[0.4073841175258487]], [[0.3464126113414159]], [[0.4193650064015102]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.58], "mean": [1.29], "std": [0.7505331438384317], "count": [130]}, "frame_index": {"min": [0], "max": [129], "mean": [64.5], "std": [37.526657191921586], "count": [130]}, "episode_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [130]}, "index": {"min": [21574], "max": [21703], "mean": [21638.5], "std": [37.526657191921586], "count": [130]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [130]}}} +{"episode_index": 102, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.0064972639083862, 0.9918463826179504, -2.3842129707336426, -1.5677160024642944, 1.0523176193237305, -1.5479220151901245, 0.00676970649510622, 1.027465581893921, -10.603063583374023, 8.673617379884035e-18, -0.3414634168148041, 8.673617379884035e-18, 8.673617379884035e-18, -0.3414634168148041, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.0064972639083862, 0.9918463826179504, -0.7855013012886047, -0.7007871866226196, 4.1483988761901855, 1.5625035762786865, 3.4760749340057373, 1.1582157611846924, -2.497366189956665, 0.3414634168148041, -8.673617379884035e-18, 0.3414634168148041, 0.3414634168148041, -8.673617379884035e-18, 0.3414634168148041, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975070357322693, 1.0064995288848877, 0.9918496012687683, -1.517287015914917, -0.9759513139724731, 2.820587158203125, -0.4210481643676758, 2.0576603412628174, 1.0629292726516724, -7.268232822418213, 0.3060746490955353, -0.3060746490955353, 0.3060746490955353, 0.3060746490955353, -0.3060746490955353, 0.3060746490955353, -2.3561999797821045, 1.5707993507385254, -1.0472007989883423, -1.5707993507385254, 0.0, -1.0472007989883423, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 2.2649765014648438e-06, 3.2186508178710938e-06, 0.629605770111084, 0.29956066608428955, 1.1322849988937378, 1.1087874174118042, 1.2600599527359009, 0.024098115041851997, 2.94610595703125, 0.10193829238414764, 0.10193829238414764, 0.10193829238414764, 0.10193829238414764, 0.10193829238414764, 0.10193829238414764, 5.4836273193359375e-06, 2.9802322387695312e-06, 3.2186508178710938e-06, 2.9802322387695312e-06, 0.0, 3.2186508178710938e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [356]}, "observation.state": {"min": [-0.9735161066055298, -0.9275333285331726, -0.20181238651275635, 1.158149003982544, -0.9768393635749817, -0.9988537430763245, -0.986995279788971, -0.369329571723938, -0.9917283654212952, -0.9843504428863525, -0.6628183722496033, 0.7505140900611877, NaN], "max": [0.9967370629310608, 0.9998770952224731, 0.9996675848960876, 2.2545039653778076, 0.9639819264411926, 0.3999081254005432, 0.9952443838119507, -0.07071030884981155, 0.9134834408760071, 0.9636886119842529, 0.9999995231628418, 2.020799160003662, NaN], "mean": [-0.2573504149913788, 0.2165253609418869, 0.2265692949295044, 1.8453978300094604, 0.08450394123792648, -0.39596664905548096, 0.017442412674427032, -0.23770786821842194, -0.08968347311019897, -0.035382673144340515, 0.5348215699195862, 1.201931357383728, NaN], "std": [0.6004375219345093, 0.5865020751953125, 0.3619990348815918, 0.3643038868904114, 0.5419328212738037, 0.5187155604362488, 0.5225016474723816, 0.10121382772922516, 0.5141686797142029, 0.4266430735588074, 0.5082089900970459, 0.4713693857192993, NaN], "count": [356]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09156968291232227]], [[0.08674948350120801]], [[0.08293746156853357]]], "std": [[[0.2254453482508447]], [[0.21837128535855196]], [[0.21248604090270592]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3095560826156666]], [[0.2911065472801754]], [[0.27314997140061864]]], "std": [[[0.29619838967588286]], [[0.2888659258263917]], [[0.28212679537112195]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.683790716902335]], [[0.6816035368013352]], [[0.6767797472123147]]], "std": [[[0.2624988960051379]], [[0.2645089127368032]], [[0.2675394165752269]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4437235723946567]], [[0.4415041343372957]], [[0.4325941067169318]]], "std": [[[0.3342311350321552]], [[0.3332012668582062]], [[0.33077196763860117]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.561666254272305]], [[0.5531737051990523]], [[0.534359004379427]]], "std": [[[0.24740848313416322]], [[0.2602697841970905]], [[0.27006691319764803]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959969100598072]], [[0.9959969100598072]], [[0.9959969100598072]]], "std": [[[0.01862581476128352]], [[0.01862581476128352]], [[0.01862581476128352]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5912947332210816]], [[0.5912947332210816]], [[0.5912947332210816]]], "std": [[[0.3351011871066486]], [[0.3351011871066486]], [[0.3351011871066486]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11514949127970328]], [[0.11514949127970328]], [[0.11514949127970328]]], "std": [[[0.11316623092409395]], [[0.11316623092409395]], [[0.11316623092409395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2767767793140306]], [[0.2767767793140306]], [[0.2767767793140306]]], "std": [[[0.40224642081810585]], [[0.40224642081810585]], [[0.40224642081810585]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "mean": [[[0.09368215593066678]], [[0.09368215593066678]], [[0.09368215593066678]]], "std": [[[0.051112307328607845]], [[0.051112307328607845]], [[0.051112307328607845]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09580330063012517]], [[0.039149605274892696]], [[0.13255771274687503]]], "std": [[[0.27942231620976254]], [[0.13664830064245495]], [[0.32065648622548554]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45984002183343153]], [[0.45913251001984184]], [[0.15708369459749977]]], "std": [[[0.45339406063784266]], [[0.4418647884428191]], [[0.2895770098435583]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8819811398311933]], [[0.7644702475908458]], [[0.14745921486819139]]], "std": [[[0.2513200331339755]], [[0.21501900132060914]], [[0.17692959074263695]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37697457840220316]], [[0.5381600157179249]], [[0.34026482423618193]]], "std": [[[0.3867685485903314]], [[0.42880840815353527]], [[0.39685392789329926]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.605726485307026]], [[0.6316345662918907]], [[0.44190285464071066]]], "std": [[[0.3807746735800142]], [[0.37750119554749556]], [[0.37407943378281816]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.1], "mean": [3.55], "std": [2.0553588494469768], "count": [356]}, "frame_index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "episode_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [356]}, "index": {"min": [21704], "max": [22059], "mean": [21881.5], "std": [102.76794247234884], "count": [356]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [356]}}} +{"episode_index": 103, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28601720929145813, 0.8235066533088684, 0.8414826989173889, -2.6414544582366943, -2.3029308319091797, 0.364714115858078, 1.5346122980117798, 0.0004838586028199643, 1.0428707599639893, -2.468966007232666, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.28601720929145813, 0.8235066533088684, 0.8414826989173889, -0.7952213287353516, -1.5780705213546753, 1.0432543754577637, 1.64410400390625, 0.905425488948822, 1.3203814029693604, 0.5012776255607605, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.286017507314682, 0.8235065937042236, 0.8414822816848755, -2.113152503967285, -2.085437297821045, 0.5580810904502869, 1.587632417678833, 0.5983074903488159, 1.143186092376709, -0.36877647042274475, 0.39700978994369507, -0.39700978994369507, 0.39700978994369507, 0.39700978994369507, -0.39700978994369507, 0.39700978994369507, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 5.960464477539063e-08, 4.172325134277344e-07, 0.6280300617218018, 0.20576611161231995, 0.228373721241951, 0.03840138763189316, 0.34121111035346985, 0.07836171239614487, 1.0462180376052856, 0.28503885865211487, 0.28503885865211487, 0.28503885865211487, 0.28503885865211487, 0.28503885865211487, 0.28503885865211487, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [188]}, "observation.state": {"min": [-0.6360647082328796, -0.06229278817772865, -0.4717825949192047, 2.2895736694335938, -0.8589512705802917, -0.6004530191421509, -0.8053275346755981, -0.08918515592813492, -0.788560688495636, -0.5258752107620239, 0.35898301005363464, 0.7530719637870789, NaN], "max": [0.9999909400939941, 0.9855077862739563, 5.975185217721446e-07, 2.6900277137756348, 0.06229278817772865, 0.9998214840888977, -1.3442889894577092e-06, 0.06950840353965759, 0.003199708415195346, 0.2746434509754181, 1.0, 1.2540225982666016, NaN], "mean": [0.5678616762161255, 0.31839877367019653, -0.09665262699127197, 2.5702078342437744, -0.20821049809455872, 0.5477229356765747, -0.24808895587921143, -0.022711871191859245, -0.22728310525417328, -0.00633682357147336, 0.8822823166847229, 0.9094963669776917, NaN], "std": [0.6096997261047363, 0.41732126474380493, 0.14464278519153595, 0.14989073574543, 0.33462536334991455, 0.6242649555206299, 0.3056439459323883, 0.04635201022028923, 0.3143477141857147, 0.18632560968399048, 0.19065208733081818, 0.19177719950675964, NaN], "count": [188]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06620133964464346]], [[0.06493558131846837]], [[0.0588745858454185]]], "std": [[[0.1683018894720446]], [[0.16591339340998726]], [[0.15515768601610738]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20109377847784235]], [[0.19638518974499278]], [[0.17307185921459997]]], "std": [[[0.21932215544064113]], [[0.2195746584831618]], [[0.20761900969210684]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.46572032017895904]], [[0.46499845570046355]], [[0.45694353952380856]]], "std": [[[0.21709524920326212]], [[0.21738271967607492]], [[0.21932185644382843]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468552345585134]], [[0.4757514287955872]], [[0.47404839565182116]]], "std": [[[0.3347774199587668]], [[0.338442423022658]], [[0.34237410697119003]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3975811508283762]], [[0.39827188120896595]], [[0.39036618875859913]]], "std": [[[0.2932922732692395]], [[0.298844997682911]], [[0.3040924147705591]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9971947795567733]], [[0.9971947795567733]], [[0.9971947795567733]]], "std": [[[0.014860157624637773]], [[0.014860157624637773]], [[0.014860157624637773]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5844253361684608]], [[0.5844253361684608]], [[0.5844253361684608]]], "std": [[[0.3311665039816759]], [[0.3311665039816759]], [[0.3311665039816759]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.08130725525735755]], [[0.08130725525735755]], [[0.08130725525735755]]], "std": [[[0.06137064515183513]], [[0.06137064515183513]], [[0.06137064515183513]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.03438102288554011]], [[0.03438102288554011]], [[0.03438102288554011]]], "std": [[[0.033001878191451915]], [[0.033001878191451915]], [[0.033001878191451915]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.08406847355747471]], [[0.08406847355747471]], [[0.08406847355747471]]], "std": [[[0.04392797514405158]], [[0.04392797514405158]], [[0.04392797514405158]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08141127385600799]], [[0.039842077770200456]], [[0.1349399158179054]]], "std": [[[0.25677140075409527]], [[0.1272613466819527]], [[0.32353889983970796]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5576692476518668]], [[0.22584816108995495]], [[0.24028372061522532]]], "std": [[[0.4868163760772189]], [[0.3133915271247172]], [[0.2911272393344195]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7554537645570181]], [[0.35239292666555355]], [[0.6606447246043864]]], "std": [[[0.38770641635312164]], [[0.38831723025460974]], [[0.23903834335505889]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3241152330430479]], [[0.7987584059717386]], [[0.5810557148135408]]], "std": [[[0.3340121081636909]], [[0.3286477112860112]], [[0.3645904510498279]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6533669176572513]], [[0.392351215155191]], [[0.6920466817006204]]], "std": [[[0.361207871567966]], [[0.38637210858225657]], [[0.3780256214579987]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.74], "mean": [1.87], "std": [1.0854031509075326], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [188]}, "index": {"min": [22060], "max": [22247], "mean": [22153.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [188]}}} +{"episode_index": 104, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3921601176261902, 1.765683889389038, 0.5277111530303955, -0.7813570499420166, -1.5659236907958984, 0.6649304032325745, 0.697844386100769, -1.2820665836334229, 1.0521641969680786, -4.383758544921875, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3921601176261902, 1.765683889389038, 0.5277111530303955, -0.26446887850761414, -0.7033323645591736, 1.0450741052627563, 1.5673043727874756, -0.007902732118964195, 1.670729160308838, -2.4937005043029785, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3921597898006439, 1.7656850814819336, 0.5277107357978821, -0.42387595772743225, -0.9564167857170105, 0.7878514528274536, 0.9844595193862915, -0.9156149625778198, 1.447643518447876, -3.838649272918701, 0.33508577942848206, -0.33508577942848206, 0.33508577942848206, 0.33508577942848206, -0.33508577942848206, 0.33508577942848206, -2.3561975955963135, 1.5707967281341553, -1.0471969842910767, -1.5707967281341553, 0.0, -1.0471969842910767, 2.4818592071533203, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 1.1920928955078125e-06, 4.172325134277344e-07, 0.16986815631389618, 0.30061474442481995, 0.1266101747751236, 0.2982124984264374, 0.4449097812175751, 0.19142867624759674, 0.6620017290115356, 0.22706785798072815, 0.22706785798072815, 0.22706785798072815, 0.22706785798072815, 0.22706785798072815, 0.22706785798072815, 3.0994415283203125e-06, 3.5762786865234375e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.0, 5.960464477539062e-07, 9.5367431640625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [117]}, "observation.state": {"min": [0.7191134691238403, 0.002072931732982397, -0.6948896050453186, 1.3134689331054688, -0.6932911276817322, 0.7206576466560364, -0.0009470300283282995, -0.2512862980365753, -2.5876861400320195e-06, -0.6094536185264587, 0.5692513585090637, 0.7531377077102661, NaN], "max": [0.924769401550293, 0.6932911276817322, 3.998628471890697e-06, 1.6230664253234863, 0.42232295870780945, 0.991866946220398, 0.4394102096557617, -0.1163359135389328, 0.5845257639884949, 0.060289885848760605, 1.0, 1.4746720790863037, NaN], "mean": [0.7782282829284668, 0.4396439492702484, -0.21041834354400635, 1.3968756198883057, -0.37390097975730896, 0.8168910145759583, 0.08589071035385132, -0.1782461404800415, 0.19447360932826996, -0.09091054648160934, 0.9176498651504517, 0.970623254776001, NaN], "std": [0.07285521179437637, 0.28811967372894287, 0.26168084144592285, 0.1063312366604805, 0.39310526847839355, 0.1045851781964302, 0.14156295359134674, 0.03344724327325821, 0.23853489756584167, 0.19283753633499146, 0.1332252025604248, 0.27059072256088257, NaN], "count": [117]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12978779326100676]], [[0.12276777369406776]], [[0.11231388106010161]]], "std": [[[0.3032238209012769]], [[0.287664688754688]], [[0.2648147163863611]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45284784525622435]], [[0.42305690438687016]], [[0.3793201206203216]]], "std": [[[0.4018059067980295]], [[0.3794307333193463]], [[0.34847841868513846]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6337016128978181]], [[0.6084249901595329]], [[0.5721859797987113]]], "std": [[[0.3136418569754508]], [[0.3036024029476854]], [[0.2891727440354846]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7543309240114773]], [[0.7388530139322238]], [[0.6800954059268111]]], "std": [[[0.24966348259612725]], [[0.2530565872183969]], [[0.25951959741317915]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7216374711575407]], [[0.6766627251153531]], [[0.6242412473487736]]], "std": [[[0.2192359223456976]], [[0.2277585268733775]], [[0.24149592099108075]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949776938236736]], [[0.9949776938236736]], [[0.9949776938236736]]], "std": [[[0.02166514324573479]], [[0.02166514324573479]], [[0.02166514324573479]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5987943855357538]], [[0.5987943855357538]], [[0.5987943855357538]]], "std": [[[0.33909786364798905]], [[0.33909786364798905]], [[0.33909786364798905]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27046678347820785]], [[0.27046678347820785]], [[0.27046678347820785]]], "std": [[[0.29432455999441826]], [[0.29432455999441826]], [[0.29432455999441826]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05935311753373419]], [[0.05935311753373419]], [[0.05935311753373419]]], "std": [[[0.09572121386090314]], [[0.09572121386090314]], [[0.09572121386090314]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11503011417624058]], [[0.11503011417624058]], [[0.11503011417624058]]], "std": [[[0.12704949485136743]], [[0.12704949485136743]], [[0.12704949485136743]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.031608669267098106]], [[0.14483107052882369]], [[0.06964907318558217]]], "std": [[[0.1291711164700369]], [[0.3481736387405448]], [[0.17522970327089668]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35902775112302027]], [[0.451652688844766]], [[0.15198383414102276]]], "std": [[[0.3876954855211321]], [[0.4365305272869539]], [[0.27925347998043365]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29855702207013923]], [[0.3338373610515989]], [[0.6828271557999076]]], "std": [[[0.3783249817311315]], [[0.2312316429990045]], [[0.43292777228924956]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27810325952480097]], [[0.6884189470733747]], [[0.669604464856289]]], "std": [[[0.30389124511178206]], [[0.340500234892972]], [[0.3735179153098991]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5109382018667048]], [[0.6850087635478253]], [[0.3969680619007289]]], "std": [[[0.38687459929249896]], [[0.3688468981844242]], [[0.39738910396747323]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.32], "mean": [1.16], "std": [0.6754751414128182], "count": [117]}, "frame_index": {"min": [0], "max": [116], "mean": [58.0], "std": [33.77375707064091], "count": [117]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [117]}, "index": {"min": [22248], "max": [22364], "mean": [22306.0], "std": [33.77375707064091], "count": [117]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [117]}}} +{"episode_index": 105, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29536324739456177, 0.9126108884811401, 0.2997429072856903, -1.9504121541976929, -1.5575613975524902, 0.9672819972038269, 0.38844364881515503, -1.0307703018188477, 0.648526668548584, -4.8118085861206055, 6.938893903907228e-17, -0.4878048896789551, 6.938893903907228e-17, 6.938893903907228e-17, -0.4878048896789551, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29536324739456177, 0.9126108884811401, 0.2997429072856903, -0.7325984239578247, -0.6138778924942017, 2.0874948501586914, 1.5617338418960571, -0.009496165439486504, 1.0689043998718262, -2.495915651321411, 0.4878048896789551, -6.938893903907228e-17, 0.4878048896789551, 0.4878048896789551, -6.938893903907228e-17, 0.4878048896789551, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2953632175922394, 0.9126113653182983, 0.29974326491355896, -1.4257140159606934, -0.823501467704773, 1.6188658475875854, 0.7650306820869446, -0.6333413124084473, 0.8407459855079651, -4.075654029846191, 0.34788164496421814, -0.34788164496421814, 0.34788164496421814, 0.34788164496421814, -0.34788164496421814, 0.34788164496421814, -2.3561980724334717, 1.5707972049713135, -1.047196865081787, -1.5707972049713135, 0.0, -1.047196865081787, 2.481860876083374, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 4.76837158203125e-07, 3.5762786865234375e-07, 0.4818444848060608, 0.29006659984588623, 0.4472702741622925, 0.38536855578422546, 0.29330506920814514, 0.16737303137779236, 0.8053683638572693, 0.21220971643924713, 0.21220971643924713, 0.21220971643924713, 0.21220971643924713, 0.21220971643924713, 0.21220971643924713, 3.5762786865234375e-06, 8.344650268554688e-07, 7.152557373046875e-07, 8.344650268554688e-07, 0.0, 7.152557373046875e-07, 2.6226043701171875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [133]}, "observation.state": {"min": [-0.6451748013496399, -0.7666647434234619, -0.9227858781814575, 0.6814602613449097, -0.3466200530529022, -0.9420503973960876, -2.552445494075073e-06, -0.3258633315563202, -0.9986749291419983, -0.16754259169101715, -0.49283382296562195, 0.7593939304351807, NaN], "max": [0.4199315905570984, -0.29918479919433594, -5.806231001770357e-06, 0.853358805179596, 0.7666647434234619, -0.6420475840568542, 0.43340691924095154, 0.2040838897228241, -1.7710066231302335e-06, 0.23152288794517517, 1.0, 1.4550058841705322, NaN], "mean": [-0.3585518002510071, -0.6164557337760925, -0.38548335433006287, 0.7176632881164551, 0.4594097435474396, -0.748599648475647, 0.15329042077064514, 0.018662450835108757, -0.40990379452705383, -0.014527063816785812, 0.5789439082145691, 0.9529442191123962, NaN], "std": [0.39150360226631165, 0.18443027138710022, 0.39438050985336304, 0.045802295207977295, 0.40457260608673096, 0.12430315464735031, 0.1609722375869751, 0.2044663280248642, 0.41881802678108215, 0.09951002895832062, 0.5579253435134888, 0.24191975593566895, NaN], "count": [133]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12377913364997174]], [[0.1119286886328691]], [[0.09411693358304984]]], "std": [[[0.29359074095518284]], [[0.2686838971424685]], [[0.23292212253109817]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4089595940698362]], [[0.36307710031107276]], [[0.29627362064144425]]], "std": [[[0.38983834475139795]], [[0.36010600223376943]], [[0.3138110665393971]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6296326645839075]], [[0.5888667751632646]], [[0.5478368165569295]]], "std": [[[0.2698521554365895]], [[0.2848435727712181]], [[0.2908748082737258]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45540809003742394]], [[0.41952181297949226]], [[0.38514440172977643]]], "std": [[[0.23185765544949363]], [[0.2427453148037506]], [[0.2515365010216186]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46389977408835703]], [[0.4043544244550527]], [[0.36350824755195327]]], "std": [[[0.31350729575886466]], [[0.33745238066647515]], [[0.3446331770720645]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968310946689815]], [[0.9968310946689815]], [[0.9968310946689815]]], "std": [[[0.01621094606163734]], [[0.01621094606163734]], [[0.01621094606163734]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5943248795841992]], [[0.5943248795841992]], [[0.5943248795841992]]], "std": [[[0.33669720897121885]], [[0.33669720897121885]], [[0.33669720897121885]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17955865086022782]], [[0.17955865086022782]], [[0.17955865086022782]]], "std": [[[0.19493302310971164]], [[0.19493302310971164]], [[0.19493302310971164]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3215686274509804]], [[0.3215686274509804]], [[0.3215686274509804]]], "mean": [[[0.05077931939507447]], [[0.05077931939507447]], [[0.05077931939507447]]], "std": [[[0.05472845135789233]], [[0.05472845135789233]], [[0.05472845135789233]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12114336102075315]], [[0.12114336102075315]], [[0.12114336102075315]]], "std": [[[0.1407982671054089]], [[0.1407982671054089]], [[0.1407982671054089]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09557269774980201]], [[0.12203099864479837]], [[0.029510664249968652]]], "std": [[[0.26245840243233143]], [[0.3001510753736819]], [[0.12241445997054284]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22627140242917043]], [[0.38173153864671616]], [[0.3869435153836508]]], "std": [[[0.3600170169916758]], [[0.4373881423030165]], [[0.40973598554327784]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43543010720241726]], [[0.3638307721296514]], [[0.7022563671342481]]], "std": [[[0.37929542968958313]], [[0.3525101898314611]], [[0.393350620554595]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858366690337432]], [[0.846890554559774]], [[0.3171047662729809]]], "std": [[[0.3627629260382465]], [[0.27614388921058514]], [[0.29112218674259627]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5779793548006392]], [[0.41267814531167957]], [[0.6190113881194214]]], "std": [[[0.29925904648334045]], [[0.40449413057900935]], [[0.4410862090012049]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.64], "mean": [1.32], "std": [0.7678541528180987], "count": [133]}, "frame_index": {"min": [0], "max": [132], "mean": [66.0], "std": [38.39270764090493], "count": [133]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [133]}, "index": {"min": [22365], "max": [22497], "mean": [22431.0], "std": [38.39270764090493], "count": [133]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [133]}}} +{"episode_index": 106, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 1.5358214378356934, 0.2650868892669678, -1.9660979509353638, -2.3644986152648926, 1.058292031288147, -1.293886661529541, -1.4703001976013184, -1.1948496103286743, -8.75828742980957, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002500000118743628, 1.5358214378356934, 0.2650868892669678, 0.0934196263551712, -1.212201476097107, 6.870070934295654, 1.5581289529800415, 1.5849179029464722, 2.2105109691619873, -3.891678810119629, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0002499987604096532, 1.535826325416565, 0.265085369348526, -0.9112012386322021, -1.620940089225769, 4.884032249450684, 0.28897789120674133, -0.32845789194107056, 1.1175012588500977, -5.925835132598877, 0.3431158661842346, -0.3431158661842346, 0.3431158661842346, 0.3431158661842346, -0.3431158661842346, 0.3431158661842346, -2.3561999797821045, 1.570799708366394, -1.0472028255462646, -1.570799708366394, 0.0, -1.0472028255462646, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2514647096395493e-09, 4.887580871582031e-06, 1.519918441772461e-06, 0.8043313026428223, 0.40325185656547546, 1.8149545192718506, 0.7348684072494507, 0.9922890067100525, 1.1812382936477661, 1.6204257011413574, 0.14342640340328217, 0.14342640340328217, 0.14342640340328217, 0.14342640340328217, 0.14342640340328217, 0.14342640340328217, 5.4836273193359375e-06, 3.337860107421875e-06, 5.245208740234375e-06, 3.337860107421875e-06, 0.0, 5.245208740234375e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [447]}, "observation.state": {"min": [-0.8061138391494751, -0.9772520661354065, -0.9878520965576172, 0.024912390857934952, -0.9186757802963257, -0.9503583908081055, -0.9908761978149414, -1.5178905725479126, -0.7129603624343872, -0.6754115223884583, -0.9988731145858765, 0.7535698413848877, NaN], "max": [0.9979831576347351, 0.9997249245643616, 0.7110545039176941, 0.7446192502975464, 0.9956296682357788, 0.9991343021392822, 0.8296124935150146, -0.013584811240434647, 0.9954481720924377, 0.6216431260108948, 1.0, 1.7037038803100586, NaN], "mean": [0.2991490364074707, 0.20487305521965027, -0.033761728554964066, 0.39902353286743164, -0.32747477293014526, 0.3740631639957428, 0.05358637124300003, -0.5820906758308411, 0.21330440044403076, -0.04223289340734482, -0.04390155151486397, 1.0138030052185059, NaN], "std": [0.62248295545578, 0.6027120351791382, 0.34154149889945984, 0.158864364027977, 0.48440811038017273, 0.6259139180183411, 0.35149046778678894, 0.4869685769081116, 0.3682859241962433, 0.24756868183612823, 0.8682534098625183, 0.2809525430202484, NaN], "count": [447]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10997438192814145]], [[0.10144998662232924]], [[0.07978490985327477]]], "std": [[[0.2687180176237427]], [[0.2442375203538128]], [[0.1989893243865205]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3675889185946941]], [[0.3316992873959542]], [[0.2624792639397676]]], "std": [[[0.37212810832813126]], [[0.3272189141907798]], [[0.28105101078255307]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5554457017443276]], [[0.5373325273202884]], [[0.4305053366512639]]], "std": [[[0.21042816125298777]], [[0.19837046792196777]], [[0.20595364505657557]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34746625842977663]], [[0.3387118476541467]], [[0.32296542123569444]]], "std": [[[0.34375055011542144]], [[0.33833044932930584]], [[0.33414948591866583]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698959036163968]], [[0.36849513877573187]], [[0.3109768945162279]]], "std": [[[0.3018620528382923]], [[0.29308383364284435]], [[0.2930623456894537]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.792156862745098]], [[0.792156862745098]], [[0.792156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9948384976506933]], [[0.9948384976506933]], [[0.9948384976506933]]], "std": [[[0.02198442506399098]], [[0.02198442506399098]], [[0.02198442506399098]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6120319897323862]], [[0.6120319897323862]], [[0.6120319897323862]]], "std": [[[0.33944934752165323]], [[0.33944934752165323]], [[0.33944934752165323]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12449079354733583]], [[0.12449079354733583]], [[0.12449079354733583]]], "std": [[[0.09915698082595527]], [[0.09915698082595527]], [[0.09915698082595527]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37922559312702886]], [[0.37922559312702886]], [[0.37922559312702886]]], "std": [[[0.4656218210080029]], [[0.4656218210080029]], [[0.4656218210080029]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2881116039726653]], [[0.2881116039726653]], [[0.2881116039726653]]], "std": [[[0.38915587935224133]], [[0.38915587935224133]], [[0.38915587935224133]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0980740620039952]], [[0.0951367265007299]], [[0.07541263241044169]]], "std": [[[0.2850825928329748]], [[0.23528520110595336]], [[0.24534003737894416]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34492622164285847]], [[0.36040121076302345]], [[0.247750699226375]]], "std": [[[0.36160073352507865]], [[0.44783916643391475]], [[0.36936747985132323]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6046333009452883]], [[0.5310692279374045]], [[0.47351362544265335]]], "std": [[[0.4306698625396431]], [[0.37396247300216223]], [[0.38485899990967964]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3009882202735751]], [[0.44798453957007717]], [[0.2752286012589092]]], "std": [[[0.35778606228646603]], [[0.45480869178049527]], [[0.3783383652385186]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027226396457835]], [[0.32256032927175177]], [[0.36664410232476424]]], "std": [[[0.4051259426976746]], [[0.350408625387872]], [[0.4264322024233639]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.92], "mean": [4.46], "std": [2.5807492452128447], "count": [447]}, "frame_index": {"min": [0], "max": [446], "mean": [223.0], "std": [129.03746226064223], "count": [447]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [447]}, "index": {"min": [22498], "max": [22944], "mean": [22721.0], "std": [129.03746226064223], "count": [447]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [447]}}} +{"episode_index": 107, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38305115699768066, -0.003474701661616564, 0.613716185092926, -3.817377805709839, -1.7510613203048706, -2.0952441692352295, 0.0931394174695015, 0.006594828795641661, -0.44444990158081055, -2.47330379486084, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38305115699768066, -0.003474701661616564, 0.613716185092926, -0.7960019707679749, -1.4768030643463135, 1.0388004779815674, 1.5659542083740234, 1.4914740324020386, 1.783463716506958, 1.5975792407989502, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3830530047416687, -0.0034747107420116663, 0.6137169003486633, -3.4517643451690674, -1.5858865976333618, -1.4723002910614014, 0.5269870758056641, 0.7388534545898438, 0.0511372946202755, 0.5833266377449036, 0.3320707678794861, -0.3320707678794861, 0.3320707678794861, 0.3320707678794861, -0.3320707678794861, 0.3320707678794861, -2.3562002182006836, 1.5707999467849731, -1.047200083732605, -1.5707999467849731, 0.0, -1.047200083732605, 2.4818527698516846, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.8477439880371094e-06, 9.080395102500916e-09, 7.152557373046875e-07, 0.6376016139984131, 0.06997095793485641, 0.692992627620697, 0.2941288352012634, 0.27188485860824585, 0.7082318067550659, 0.9551383256912231, 0.24902860820293427, 0.24902860820293427, 0.24902860820293427, 0.24902860820293427, 0.24902860820293427, 0.24902860820293427, 5.7220458984375e-06, 3.5762786865234375e-06, 2.5033950805664062e-06, 3.5762786865234375e-06, 0.0, 2.5033950805664062e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [571]}, "observation.state": {"min": [-0.9772002696990967, -0.9081220626831055, -0.802327036857605, 1.6698511838912964, -0.593156099319458, -0.9336407780647278, -0.4895094931125641, -0.7230589389801025, -0.8153254985809326, -0.41384655237197876, 0.3601204454898834, 0.7521638870239258, NaN], "max": [-0.4187055826187134, 0.49050700664520264, 0.3967985212802887, 2.2816264629364014, 0.9081220626831055, -0.4187055826187134, 0.5234388113021851, 0.18187804520130157, 0.3436374068260193, 0.7713163495063782, 1.0, 1.3020209074020386, NaN], "mean": [-0.501981258392334, -0.7288306951522827, -0.08377351611852646, 2.1494531631469727, 0.6704864501953125, -0.5182611346244812, 0.03946242853999138, 0.04953424632549286, -0.06946810334920883, 0.052808672189712524, 0.9312542080879211, 0.8315404057502747, NaN], "std": [0.1424350142478943, 0.3575018346309662, 0.24839471280574799, 0.20934656262397766, 0.4659007489681244, 0.16463792324066162, 0.19006197154521942, 0.22120176255702972, 0.2372390180826187, 0.2061614990234375, 0.16237741708755493, 0.14465446770191193, NaN], "count": [571]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12854162647642559]], [[0.11302130861436674]], [[0.07633514900153972]]], "std": [[[0.30095890065806713]], [[0.26725863376751485]], [[0.1910341039592877]]], "count": [116]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4490610496034228]], [[0.38749931527737397]], [[0.2631067159838066]]], "std": [[[0.39733946539258325]], [[0.35449516526718095]], [[0.2715355153597111]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.726155921047718]], [[0.6764991991780137]], [[0.5540546296857023]]], "std": [[[0.21801867714749848]], [[0.24083412011984562]], [[0.3254647460254897]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5928920137906895]], [[0.511256735919091]], [[0.33310254972554565]]], "std": [[[0.1938331972956673]], [[0.1898233583946685]], [[0.23904258268151618]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6509285393754761]], [[0.5756764186660857]], [[0.4551343421745736]]], "std": [[[0.23759877960223322]], [[0.2534610117351644]], [[0.30355666445039897]]], "count": [116]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9953069278853715]], [[0.9953069278853715]], [[0.9953069278853715]]], "std": [[[0.020755061024398967]], [[0.020755061024398967]], [[0.020755061024398967]]], "count": [116]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5969040744817282]], [[0.5969040744817282]], [[0.5969040744817282]]], "std": [[[0.33689280007372613]], [[0.33689280007372613]], [[0.33689280007372613]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.06244598090536644]], [[0.06244598090536644]], [[0.06244598090536644]]], "std": [[[0.04842793940383431]], [[0.04842793940383431]], [[0.04842793940383431]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06525663750863953]], [[0.06525663750863953]], [[0.06525663750863953]]], "std": [[[0.10002006252530217]], [[0.10002006252530217]], [[0.10002006252530217]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.09278887820386313]], [[0.09278887820386313]], [[0.09278887820386313]]], "std": [[[0.03974976038120241]], [[0.03974976038120241]], [[0.03974976038120241]]], "count": [116]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0749381148326494]], [[0.11099422442101138]], [[0.09782787137985212]]], "std": [[[0.24559426292166714]], [[0.26349630174436367]], [[0.28337430230393823]]], "count": [116]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3195682246063171]], [[0.3685487203068834]], [[0.18574694677296383]]], "std": [[[0.42069416186366665]], [[0.4394966883946827]], [[0.271246401651483]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5483591548623261]], [[0.773624233564443]], [[0.23570899539276766]]], "std": [[[0.4081612776333028]], [[0.28533546660472986]], [[0.22620397060322928]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.79139516561894]], [[0.6731971342858013]], [[0.32204067043137513]]], "std": [[[0.3567861899848226]], [[0.29670227042668224]], [[0.36297065835223763]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7207593078517319]], [[0.47295257992039713]], [[0.43635326822473813]]], "std": [[[0.36061591605407456]], [[0.3922995025699607]], [[0.3856939997983822]]], "count": [116]}, "timestamp": {"min": [0.0], "max": [11.4], "mean": [5.699999999999999], "std": [3.2966649814623263], "count": [571]}, "frame_index": {"min": [0], "max": [570], "mean": [285.0], "std": [164.83324907311632], "count": [571]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [571]}, "index": {"min": [22945], "max": [23515], "mean": [23230.0], "std": [164.83324907311632], "count": [571]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [571]}}} +{"episode_index": 108, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4322444498538971, 0.9180923104286194, 0.9926704168319702, -2.615497350692749, -1.9163609743118286, 1.0588243007659912, -0.5840177536010742, -4.101104259490967, -2.1168527603149414, -5.86553955078125, -4.683753385137379e-17, -0.507317066192627, -4.683753385137379e-17, -4.683753385137379e-17, -0.507317066192627, -4.683753385137379e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4322444498538971, 0.9180923104286194, 0.9926704168319702, 1.0262924432754517, -1.0214612483978271, 7.128086566925049, 2.185471534729004, -0.005737725645303726, 1.3147019147872925, -2.1455562114715576, 0.507317066192627, 4.683753385137379e-17, 0.507317066192627, 0.507317066192627, 4.683753385137379e-17, 0.507317066192627, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.43224671483039856, 0.9180909395217896, 0.9926742315292358, -1.448931336402893, -1.4887911081314087, 5.000373363494873, 1.1449061632156372, -2.397143840789795, -0.1099209412932396, -4.739355087280273, 0.45433035492897034, -0.45433035492897034, 0.45433035492897034, 0.45433035492897034, -0.45433035492897034, 0.45433035492897034, -2.3562002182006836, 1.5707998275756836, -1.0472025871276855, -1.5707998275756836, 0.0, -1.0472025871276855, 2.481858015060425, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.2649765014648438e-06, 1.3709068298339844e-06, 3.814697265625e-06, 1.191693663597107, 0.265593945980072, 1.7459803819656372, 0.8978883624076843, 1.0659027099609375, 1.0418158769607544, 1.058742880821228, 0.15174995362758636, 0.15174995362758636, 0.15174995362758636, 0.15174995362758636, 0.15174995362758636, 0.15174995362758636, 5.7220458984375e-06, 3.4570693969726562e-06, 5.0067901611328125e-06, 3.4570693969726562e-06, 0.0, 5.0067901611328125e-06, 2.384185791015625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [506]}, "observation.state": {"min": [-0.9041299223899841, -0.9244378209114075, -0.9979442358016968, 1.0195997953414917, -0.9999940991401672, -0.27579641342163086, -0.9952577948570251, -1.6279971599578857, -0.8694757223129272, -0.999428927898407, -0.7770527601242065, 0.7526384592056274, NaN], "max": [0.9988483786582947, 0.9990969896316528, 0.7666897773742676, 1.8749966621398926, 0.6663228273391724, 0.9028776288032532, 0.999881386756897, 0.11403527855873108, 0.8876017928123474, 0.07579191774129868, 1.0, 1.8857789039611816, NaN], "mean": [-0.016946490854024887, 0.3164313733577728, 0.06389883905649185, 1.4282549619674683, -0.410807341337204, 0.23054000735282898, 0.16490624845027924, -0.5858209133148193, -0.057809244841337204, -0.421520471572876, 0.29851335287094116, 1.108963966369629, NaN], "std": [0.45298129320144653, 0.6432623863220215, 0.5258548855781555, 0.2565832734107971, 0.566060483455658, 0.3737485110759735, 0.5392416715621948, 0.5298845767974854, 0.549536943435669, 0.33995479345321655, 0.5588452219963074, 0.32363438606262207, NaN], "count": [506]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06579747042776903]], [[0.06421102430143374]], [[0.06290302123057287]]], "std": [[[0.17083910399909827]], [[0.1679522777003154]], [[0.16582532683709897]]], "count": [106]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24575081919334346]], [[0.23868266577130468]], [[0.23296904848417838]]], "std": [[[0.2607435051008836]], [[0.25831357880199823]], [[0.25768339911154786]]], "count": [106]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4396781853807989]], [[0.42496098258438175]], [[0.41246640510527394]]], "std": [[[0.30786371694112924]], [[0.31345159320119925]], [[0.3197637094775819]]], "count": [106]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39262558793714797]], [[0.3870513079442387]], [[0.3812422940169239]]], "std": [[[0.3276005848279924]], [[0.32690317847767447]], [[0.3256019871301165]]], "count": [106]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5485647138987072]], [[0.5450815662149534]], [[0.5371960837325916]]], "std": [[[0.336001277338091]], [[0.34396540653308083]], [[0.34900779725698045]]], "count": [106]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9972260719321284]], [[0.9972260719321284]], [[0.9972260719321284]]], "std": [[[0.01476985830448964]], [[0.01476985830448964]], [[0.01476985830448964]]], "count": [106]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.581133379900558]], [[0.581133379900558]], [[0.581133379900558]]], "std": [[[0.3314234333105909]], [[0.3314234333105909]], [[0.3314234333105909]]], "count": [106]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.0720814381633095]], [[0.0720814381633095]], [[0.0720814381633095]]], "std": [[[0.057123408404247684]], [[0.057123408404247684]], [[0.057123408404247684]]], "count": [106]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2162703752325625]], [[0.2162703752325625]], [[0.2162703752325625]]], "std": [[[0.38096201844544925]], [[0.38096201844544925]], [[0.38096201844544925]]], "count": [106]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10247504305595773]], [[0.10247504305595773]], [[0.10247504305595773]]], "std": [[[0.13725154124326935]], [[0.13725154124326935]], [[0.13725154124326935]]], "count": [106]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10541234356358553]], [[0.12257901577818676]], [[0.02812186042730129]]], "std": [[[0.2713698946017571]], [[0.30164703888321875]], [[0.11212185430303455]]], "count": [106]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5523092369897107]], [[0.35002978235028803]], [[0.26644140660549365]]], "std": [[[0.47482075480659935]], [[0.40485859443759203]], [[0.3873943752615039]]], "count": [106]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7384852200302631]], [[0.5784420939167777]], [[0.4670857666277071]]], "std": [[[0.3106912500650647]], [[0.4053117934785787]], [[0.3937329520881173]]], "count": [106]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013521992967901]], [[0.7331124230553031]], [[0.22821225823293564]]], "std": [[[0.33553006232850174]], [[0.4176867568631872]], [[0.29844329551450455]]], "count": [106]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5330088607663642]], [[0.49057676922526655]], [[0.6362524262408424]]], "std": [[[0.40701666962224725]], [[0.37243069513667426]], [[0.42035959441852666]]], "count": [106]}, "timestamp": {"min": [0.0], "max": [10.1], "mean": [5.050000000000001], "std": [2.92138665705175], "count": [506]}, "frame_index": {"min": [0], "max": [505], "mean": [252.5], "std": [146.0693328525875], "count": [506]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [506]}, "index": {"min": [23516], "max": [24021], "mean": [23768.5], "std": [146.0693328525875], "count": [506]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [506]}}} +{"episode_index": 109, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1476975828409195, 1.0334819555282593, 0.2748199701309204, 4.88079309463501, -1.5638196468353271, 1.049118161201477, 1.089930772781372, -7.793734073638916, -0.22794978320598602, -4.62907075881958, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1476975828409195, 1.0334819555282593, 0.2748199701309204, 5.488386631011963, -0.7498249411582947, 1.092246651649475, 1.5605894327163696, -6.29001522064209, 1.0430153608322144, -2.488490581512451, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.14769749343395233, 1.0334833860397339, 0.2748202085494995, 5.080479621887207, -0.9752965569496155, 1.076590657234192, 1.2741504907608032, -7.305201053619385, 0.18952719867229462, -3.782291889190674, 0.28214895725250244, -0.28214895725250244, 0.28214895725250244, 0.28214895725250244, -0.28214895725250244, 0.28214895725250244, -2.3561975955963135, 1.5707967281341553, -1.0471969842910767, -1.5707967281341553, 0.0, -1.0471969842910767, 2.4818592071533203, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 1.430511474609375e-06, 2.384185791015625e-07, 0.18656469881534576, 0.2799603343009949, 0.010265029966831207, 0.12110176682472229, 0.5295190215110779, 0.46077150106430054, 0.723785936832428, 0.18658486008644104, 0.18658486008644104, 0.18658486008644104, 0.18658486008644104, 0.18658486008644104, 0.18658486008644104, 3.0994415283203125e-06, 3.5762786865234375e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.0, 5.960464477539062e-07, 9.5367431640625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [116]}, "observation.state": {"min": [0.018609942868351936, -0.9899786114692688, -0.5818095207214355, 2.557206630706787, -0.8891506791114807, -0.6583099365234375, 1.0946679140033666e-05, -0.286533385515213, -0.9589865207672119, -0.3041890561580658, -0.8987025022506714, 0.7559385299682617, NaN], "max": [0.46336179971694946, -0.7350213527679443, 2.959626908705104e-05, 2.8520379066467285, 0.9769165515899658, 0.2491607666015625, 0.8177993893623352, -0.006815245840698481, -1.797567165340297e-05, 0.3070714473724365, 1.0, 1.3023701906204224, NaN], "mean": [0.253645658493042, -0.9061449766159058, -0.21075695753097534, 2.766967535018921, 0.43703868985176086, -0.10079965740442276, 0.2772064507007599, -0.07283004373311996, -0.33357641100883484, -0.037587087601423264, 0.40217024087905884, 0.9473820924758911, NaN], "std": [0.11425545811653137, 0.08488471806049347, 0.22335036098957062, 0.10148129612207413, 0.7033355832099915, 0.36937087774276733, 0.301458477973938, 0.0818655714392662, 0.3544752597808838, 0.15390323102474213, 0.7591008543968201, 0.2259284257888794, NaN], "count": [116]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07974280271254906]], [[0.07577093404305396]], [[0.04860181815621498]]], "std": [[[0.19688046247902902]], [[0.19175135504404664]], [[0.13207738930536073]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2627840843939915]], [[0.24346349974619305]], [[0.17454915371983068]]], "std": [[[0.26811615732403543]], [[0.2621003326213322]], [[0.21886090145987724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.5295589660233985]], [[0.5376881869467461]], [[0.32242942390184076]]], "std": [[[0.21481965988094792]], [[0.22649832055641408]], [[0.18448228532351388]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5039767436402419]], [[0.5801886741085408]], [[0.4664125257914116]]], "std": [[[0.2740217462861711]], [[0.2502162964388883]], [[0.30129869593903813]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5106440580678083]], [[0.48568035883003385]], [[0.32089756325224256]]], "std": [[[0.23709841005667337]], [[0.2684844494487598]], [[0.2705620257335668]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9950775536095907]], [[0.9950775536095907]], [[0.9950775536095907]]], "std": [[[0.02135370920360022]], [[0.02135370920360022]], [[0.02135370920360022]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6047820378450618]], [[0.6047820378450618]], [[0.6047820378450618]]], "std": [[[0.3375287145605692]], [[0.3375287145605692]], [[0.3375287145605692]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13913035081684258]], [[0.13913035081684258]], [[0.13913035081684258]]], "std": [[[0.1136309412592844]], [[0.1136309412592844]], [[0.1136309412592844]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.052645662047179256]], [[0.052645662047179256]], [[0.052645662047179256]]], "std": [[[0.05291359801560151]], [[0.05291359801560151]], [[0.05291359801560151]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13288339566187954]], [[0.13288339566187954]], [[0.13288339566187954]]], "std": [[[0.11949191301876823]], [[0.11949191301876823]], [[0.11949191301876823]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14252878747340392]], [[0.0930997558491267]], [[0.029834861204151304]]], "std": [[[0.34567291597406524]], [[0.22799166729878578]], [[0.12361055107511926]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812870204406786]], [[0.3571073599988198]], [[0.18469910567421113]]], "std": [[[0.44949584276848203]], [[0.38855154009073284]], [[0.28069980303669473]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8429542054501771]], [[0.38406466611814866]], [[0.3622011465233814]]], "std": [[[0.2867306803623576]], [[0.2424795710238948]], [[0.37875490075599194]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6895837499186945]], [[0.45715854383886173]], [[0.3286255144032922]]], "std": [[[0.40202102644270576]], [[0.32608590281759264]], [[0.3521303990488222]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5222860675750072]], [[0.5579663593490473]], [[0.5590977723328311]]], "std": [[[0.40673698259156593]], [[0.35753731665916266]], [[0.44267154550816623]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.3], "mean": [1.1500000000000001], "std": [0.6697014260101288], "count": [116]}, "frame_index": {"min": [0], "max": [115], "mean": [57.5], "std": [33.48507130050644], "count": [116]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [116]}, "index": {"min": [24022], "max": [24137], "mean": [24079.5], "std": [33.48507130050644], "count": [116]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [116]}}} +{"episode_index": 110, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996746778488159, 1.207631230354309, 0.5597268342971802, -2.2426908016204834, -1.5656640529632568, 1.049023985862732, 1.22015380859375, -2.927743673324585, 0.9885510206222534, -2.7270357608795166, 6.938893903907228e-18, -0.5756097435951233, 6.938893903907228e-18, 6.938893903907228e-18, -0.5756097435951233, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996746778488159, 1.207631230354309, 0.5597268342971802, -0.7919581532478333, -0.5419924259185791, 1.4714511632919312, 1.570264458656311, -0.014777655713260174, 1.161098599433899, -2.483098268508911, 0.5756097435951233, -6.938893903907228e-18, 0.5756097435951233, 0.5756097435951233, -6.938893903907228e-18, 0.5756097435951233, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49967390298843384, 1.2076294422149658, 0.5597283840179443, -1.7670385837554932, -0.8302215933799744, 1.325071096420288, 1.4339451789855957, -2.123875379562378, 1.087435007095337, -2.649831771850586, 0.45084327459335327, -0.45084327459335327, 0.45084327459335327, 0.45084327459335327, -0.45084327459335327, 0.45084327459335327, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 1.7881393432617188e-06, 1.5497207641601562e-06, 0.4876178801059723, 0.35822489857673645, 0.13995754718780518, 0.11200472712516785, 1.024742841720581, 0.05245640501379967, 0.07896552979946136, 0.22893576323986053, 0.22893576323986053, 0.22893576323986053, 0.22893576323986053, 0.22893576323986053, 0.22893576323986053, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [203]}, "observation.state": {"min": [-0.5931736826896667, -0.6762237548828125, -0.99965900182724, 1.1144351959228516, -0.9662951231002808, -0.5931736826896667, -0.3443939983844757, -0.2533908784389496, -1.480726837144175e-06, -1.6498781860718736e-06, -0.7037965655326843, 0.7527005076408386, NaN], "max": [0.01803204044699669, 0.8999465107917786, 4.524757059698459e-06, 1.2385811805725098, -0.6372451186180115, 0.7099687457084656, 0.26230838894844055, 0.03658686578273773, 0.7082358598709106, 0.811485230922699, 1.0, 1.619743824005127, NaN], "mean": [-0.39884957671165466, 0.5250452160835266, -0.3279113471508026, 1.2216753959655762, -0.8127577304840088, -0.15547209978103638, 0.014793428592383862, -0.060423340648412704, 0.21097639203071594, 0.2583148181438446, 0.6229662299156189, 0.9719019532203674, NaN], "std": [0.2251221388578415, 0.5070542097091675, 0.3872160017490387, 0.02887055277824402, 0.08523493260145187, 0.5350269675254822, 0.1466752141714096, 0.1018323004245758, 0.27908024191856384, 0.30011942982673645, 0.5768170952796936, 0.283054918050766, NaN], "count": [203]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.13109494122877427]], [[0.12799298057857253]], [[0.11042211613964009]]], "std": [[[0.305775348034596]], [[0.2990900323916447]], [[0.2613978817490175]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44935863221866157]], [[0.43474680662593684]], [[0.3632703892131046]]], "std": [[[0.39846663872403154]], [[0.3884594199216331]], [[0.3410434543374364]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6613592303581259]], [[0.6571022945890507]], [[0.5817830792246449]]], "std": [[[0.3147910016893746]], [[0.31496953431026925]], [[0.28669752745384547]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6310112110915977]], [[0.6261471235325634]], [[0.5442825793222115]]], "std": [[[0.20364834648453872]], [[0.20527318211211829]], [[0.22056268472612156]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7051219165139466]], [[0.6779911928657788]], [[0.583459208162592]]], "std": [[[0.19727288657423642]], [[0.2085690585527964]], [[0.2420438113863256]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960074686965856]], [[0.9960074686965856]], [[0.9960074686965856]]], "std": [[[0.018812154048333377]], [[0.018812154048333377]], [[0.018812154048333377]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595247806095524]], [[0.595247806095524]], [[0.595247806095524]]], "std": [[[0.3398174485258732]], [[0.3398174485258732]], [[0.3398174485258732]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2725025471219232]], [[0.2725025471219232]], [[0.2725025471219232]]], "std": [[[0.3014889393456343]], [[0.3014889393456343]], [[0.3014889393456343]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.051697509070999556]], [[0.051697509070999556]], [[0.051697509070999556]]], "std": [[[0.06781188170782877]], [[0.06781188170782877]], [[0.06781188170782877]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11201601565355118]], [[0.11201601565355118]], [[0.11201601565355118]]], "std": [[[0.08784462254544842]], [[0.08784462254544842]], [[0.08784462254544842]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13338104501401807]], [[0.09818915959393572]], [[0.055927548680975075]]], "std": [[[0.31681086255900753]], [[0.2833894634114809]], [[0.18065209116329875]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49365036602514195]], [[0.2976153212216798]], [[0.32998718962295087]]], "std": [[[0.4710806941930893]], [[0.40854892894666806]], [[0.4341361352089429]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5175864402051645]], [[0.7081104895020489]], [[0.3753533817343497]]], "std": [[[0.4538776759390893]], [[0.3972475985847418]], [[0.36277998528474703]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.714188274454818]], [[0.40854837587030296]], [[0.6132954078043789]]], "std": [[[0.3851060957174567]], [[0.3952057122611738]], [[0.3345406697292127]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4359890953542937]], [[0.7571347537133932]], [[0.6094223072492223]]], "std": [[[0.41620735504217843]], [[0.32289996437494944]], [[0.404864372449083]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.04], "mean": [2.02], "std": [1.1720068259186889], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [203]}, "index": {"min": [24138], "max": [24340], "mean": [24239.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [203]}}} +{"episode_index": 111, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.32947903871536255, 1.0139734745025635, 0.4934775233268738, -2.5438108444213867, -1.5688276290893555, 1.0265871286392212, 1.0586785078048706, -2.5988733768463135, 0.5701408386230469, -5.629783630371094, 1.3010426069826053e-16, -0.5609756112098694, 1.3010426069826053e-16, 1.3010426069826053e-16, -0.5609756112098694, 1.3010426069826053e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.32947903871536255, 1.0139734745025635, 0.4934775233268738, -0.7926989197731018, -1.047268271446228, 1.0471051931381226, 1.5696704387664795, -0.011653165332973003, 1.0456184148788452, -2.4957878589630127, 0.5609756112098694, -1.3010426069826053e-16, 0.5609756112098694, 0.5609756112098694, -1.3010426069826053e-16, 0.5609756112098694, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3294789493083954, 1.0139758586883545, 0.4934770166873932, -1.980454683303833, -1.2367020845413208, 1.0364211797714233, 1.3287609815597534, -1.8489118814468384, 0.7655289173126221, -4.7123494148254395, 0.45515176653862, -0.45515176653862, 0.45515176653862, 0.45515176653862, -0.45515176653862, 0.45515176653862, -2.356199026107788, 1.570798397064209, -1.0471962690353394, -1.570798397064209, 0.0, -1.0471962690353394, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 2.384185791015625e-06, 5.066394805908203e-07, 0.602171003818512, 0.17354868352413177, 0.006559998262673616, 0.16106340289115906, 0.9118064641952515, 0.15361693501472473, 1.106371283531189, 0.2112497091293335, 0.2112497091293335, 0.2112497091293335, 0.2112497091293335, 0.2112497091293335, 0.2112497091293335, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.3113021850585938e-06, 2.0265579223632812e-06, 0.0, 1.3113021850585938e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [208]}, "observation.state": {"min": [-0.8615064024925232, -0.9971656799316406, -0.7695422172546387, 1.007885217666626, -0.03673405945301056, -0.9556217789649963, -0.9601105451583862, -0.20770911872386932, -0.9994935989379883, -0.29922786355018616, -0.27952587604522705, 0.7533808946609497, NaN], "max": [0.7652031183242798, 0.8637704849243164, 0.7846017479896545, 1.3256064653396606, 0.9999275207519531, 0.19150108098983765, 0.1893482804298401, 0.21598012745380402, 0.0833800733089447, 0.9840827584266663, 1.0, 1.2926710844039917, NaN], "mean": [-0.36197060346603394, -0.37751305103302, -0.011526701971888542, 1.207728624343872, 0.5870452523231506, -0.5246903896331787, -0.19558531045913696, 0.11348259449005127, -0.2031743824481964, 0.1329333633184433, 0.7324973344802856, 0.9368491768836975, NaN], "std": [0.5429076552391052, 0.5402872562408447, 0.37372252345085144, 0.13263292610645294, 0.28704190254211426, 0.38689368963241577, 0.3312740921974182, 0.1345740407705307, 0.32547229528427124, 0.350591242313385, 0.4191058576107025, 0.18810401856899261, NaN], "count": [208]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.09741171374332709]], [[0.09278384835689346]], [[0.09004790077858714]]], "std": [[[0.2364199592974641]], [[0.22954110717942908]], [[0.2258219836200272]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3398715274215428]], [[0.321386552993346]], [[0.30791482279447807]]], "std": [[[0.3077964950195856]], [[0.30117438229024635]], [[0.29866112659759086]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6522365923216864]], [[0.6432672188057194]], [[0.6376172189063034]]], "std": [[[0.2165869697306124]], [[0.22496666102826246]], [[0.23146284392101904]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5251242755438074]], [[0.5145997877007237]], [[0.5084947122996115]]], "std": [[[0.23601907783887377]], [[0.2382182185636411]], [[0.2391968470111283]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5991075155687254]], [[0.5779052565864073]], [[0.5563055473411963]]], "std": [[[0.23646253502244027]], [[0.24983340284132557]], [[0.262368906918066]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995876903971123]], [[0.995876903971123]], [[0.995876903971123]]], "std": [[[0.018934613191510734]], [[0.018934613191510734]], [[0.018934613191510734]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5774196598785885]], [[0.5774196598785885]], [[0.5774196598785885]]], "std": [[[0.33367537292965693]], [[0.33367537292965693]], [[0.33367537292965693]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13141058988487156]], [[0.13141058988487156]], [[0.13141058988487156]]], "std": [[[0.102546049294518]], [[0.102546049294518]], [[0.102546049294518]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05292183483974624]], [[0.05292183483974624]], [[0.05292183483974624]]], "std": [[[0.06052727532115173]], [[0.06052727532115173]], [[0.06052727532115173]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10364677182387609]], [[0.10364677182387609]], [[0.10364677182387609]]], "std": [[[0.08258745507752585]], [[0.08258745507752585]], [[0.08258745507752585]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14031197666987866]], [[0.0879775214897696]], [[0.029343052429069847]]], "std": [[[0.33447986216850906]], [[0.2610219436408389]], [[0.12014522314992324]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38592281586893507]], [[0.3728376567685314]], [[0.3097718138176922]]], "std": [[[0.3613371709079314]], [[0.4439026989552907]], [[0.411953452010571]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49074132278676663]], [[0.4584029864057384]], [[0.675450559280516]]], "std": [[[0.28109066543206623]], [[0.4042174450310191]], [[0.4208062732313098]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43664945071082706]], [[0.45622727287967274]], [[0.7451708888473142]]], "std": [[[0.3894853617207899]], [[0.3456014968610576]], [[0.3750746017558081]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6818463814238803]], [[0.5998209591555236]], [[0.27823057337568585]]], "std": [[[0.38964948604782945]], [[0.36652587525645935]], [[0.3058954951738]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.14], "mean": [2.07], "std": [1.2008746812219833], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [208]}, "index": {"min": [24341], "max": [24548], "mean": [24444.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [208]}}} +{"episode_index": 112, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16503672301769257, 1.182720422744751, 0.3798710107803345, -1.0183597803115845, -1.566716194152832, 1.0503058433532715, 1.5292366743087769, -1.5171689987182617, 0.9320701956748962, -4.547321796417236, 1.8561541192951836e-16, -0.3951219618320465, 1.8561541192951836e-16, 1.8561541192951836e-16, -0.3951219618320465, 1.8561541192951836e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16503672301769257, 1.182720422744751, 0.3798710107803345, -0.786575436592102, -0.8570494055747986, 1.5305050611495972, 1.5706337690353394, -0.009196169674396515, 1.0470046997070312, -2.4951419830322266, 0.3951219618320465, -1.8561541192951836e-16, 0.3951219618320465, 0.3951219618320465, -1.8561541192951836e-16, 0.3951219618320465, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16503699123859406, 1.1827224493026733, 0.37987127900123596, -0.9296534657478333, -1.0938830375671387, 1.3838722705841064, 1.5486602783203125, -1.0527328252792358, 1.0048390626907349, -3.9660911560058594, 0.2898128032684326, -0.2898128032684326, 0.2898128032684326, 0.2898128032684326, -0.2898128032684326, 0.2898128032684326, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 2.0265579223632812e-06, 2.682209014892578e-07, 0.07550542801618576, 0.23909316956996918, 0.16072791814804077, 0.012976732105016708, 0.5191258788108826, 0.03770541027188301, 0.7199394106864929, 0.16936466097831726, 0.16936466097831726, 0.16936466097831726, 0.16936466097831726, 0.16936466097831726, 0.16936466097831726, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [140]}, "observation.state": {"min": [-0.5539748668670654, 0.32850930094718933, -0.9324259757995605, 1.4562588930130005, -0.9065882563591003, 0.4220162332057953, -0.29472869634628296, -0.588585376739502, -1.0860826478165109e-06, -0.7391353249549866, -0.599059522151947, 0.7562644481658936, NaN], "max": [0.5137768983840942, 0.9065882563591003, 3.2959596296677773e-07, 1.653876543045044, 0.7735018730163574, 0.8583664894104004, 0.5523184537887573, -0.29659533500671387, 0.964260995388031, 0.05016255006194115, 1.0, 1.3118000030517578, NaN], "mean": [0.25988996028900146, 0.7198421955108643, -0.3335776627063751, 1.5362160205841064, -0.4251641631126404, 0.5615396499633789, 0.11730674654245377, -0.411042183637619, 0.3195478320121765, -0.14416341483592987, 0.5782449841499329, 0.9105600714683533, NaN], "std": [0.3235706686973572, 0.2329966127872467, 0.37950438261032104, 0.06993743777275085, 0.6447142958641052, 0.16085432469844818, 0.2204963117837906, 0.11263584345579147, 0.35948243737220764, 0.25603875517845154, 0.5898767709732056, 0.19226084649562836, NaN], "count": [140]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.09155394755282503]], [[0.0870283197578474]], [[0.06897636477387713]]], "std": [[[0.2264460976177309]], [[0.21471739837922454]], [[0.1740272518270904]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30303258720129067]], [[0.288124107233263]], [[0.23646632347409058]]], "std": [[[0.3109828861474868]], [[0.29554554524054566]], [[0.263390280425579]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6757777791188977]], [[0.6311602564489426]], [[0.4314648180670305]]], "std": [[[0.21351389744525956]], [[0.19655864820494423]], [[0.1552778813438585]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.4582255334471944]], [[0.45775820413319734]], [[0.3944413156117753]]], "std": [[[0.2738746134359827]], [[0.2766970888345227]], [[0.2822444539838992]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36172890200504126]], [[0.3525617951157755]], [[0.3099040509196394]]], "std": [[[0.28209405490640765]], [[0.26684411625252324]], [[0.2746506205538124]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9957057891451099]], [[0.9957057891451099]], [[0.9957057891451099]]], "std": [[[0.01948339513087468]], [[0.01948339513087468]], [[0.01948339513087468]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5887946457130098]], [[0.5887946457130098]], [[0.5887946457130098]]], "std": [[[0.33775801447131076]], [[0.33775801447131076]], [[0.33775801447131076]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1443451345176763]], [[0.1443451345176763]], [[0.1443451345176763]]], "std": [[[0.09234859157946601]], [[0.09234859157946601]], [[0.09234859157946601]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06485974635399798]], [[0.06485974635399798]], [[0.06485974635399798]]], "std": [[[0.06221750134104613]], [[0.06221750134104613]], [[0.06221750134104613]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11847117162243988]], [[0.11847117162243988]], [[0.11847117162243988]]], "std": [[[0.04886979681668288]], [[0.04886979681668288]], [[0.04886979681668288]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1261605494836353]], [[0.09494517837229621]], [[0.06860770164910805]]], "std": [[[0.3059095822592929]], [[0.2778040006547887]], [[0.21754376017588226]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32935306120669944]], [[0.3442936140565456]], [[0.3370052042156762]]], "std": [[[0.3853345960913024]], [[0.4337207157751268]], [[0.4258608741115423]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7524827280524056]], [[0.7986707356243684]], [[0.21395927689498562]]], "std": [[[0.24309268018317207]], [[0.3386033246538421]], [[0.24176074355785127]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6416067326899981]], [[0.5273455348419591]], [[0.6113916613189512]]], "std": [[[0.36203133686611183]], [[0.4162508977468561]], [[0.369227077929213]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47455633809900283]], [[0.6923441206310506]], [[0.5392827315393173]]], "std": [[[0.42750417388345774]], [[0.31934516515425915]], [[0.3970858026999348]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.78], "mean": [1.3900000000000001], "std": [0.8082697569499925], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [140]}, "index": {"min": [24549], "max": [24688], "mean": [24618.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [140]}}} +{"episode_index": 113, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3121054470539093, 0.8773462176322937, 0.5726801753044128, -2.9794251918792725, -1.5702780485153198, -0.46478548645973206, 1.1137570142745972, 0.008474207483232021, 1.0525670051574707, -2.478536367416382, 1.3010426069826053e-16, -0.5609756112098694, 1.3010426069826053e-16, 1.3010426069826053e-16, -0.5609756112098694, 1.3010426069826053e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3121054470539093, 0.8773462176322937, 0.5726801753044128, -0.794949471950531, -1.4590179920196533, 1.0401861667633057, 1.5686769485473633, 1.9281145334243774, 2.205122232437134, -1.7655068635940552, 0.5609756112098694, -1.3010426069826053e-16, 0.5609756112098694, 0.5609756112098694, -1.3010426069826053e-16, 0.5609756112098694, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.31210562586784363, 0.8773477077484131, 0.5726802945137024, -2.320399284362793, -1.493212342262268, -0.05244714394211769, 1.2584898471832275, 1.3568843603134155, 1.8807591199874878, -1.9644992351531982, 0.4381808638572693, -0.4381808638572693, 0.4381808638572693, 0.4381808638572693, -0.4381808638572693, 0.4381808638572693, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860399246216, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 1.4901161193847656e-06, 1.1920928955078125e-07, 0.7524932026863098, 0.03660117834806442, 0.530391275882721, 0.1467054784297943, 0.6634300351142883, 0.39966991543769836, 0.24851149320602417, 0.21931606531143188, 0.21931606531143188, 0.21931606531143188, 0.21931606531143188, 0.21931606531143188, 0.21931606531143188, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.1457672119140625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [129]}, "observation.state": {"min": [-0.40133753418922424, -0.9679691791534424, -0.4129314124584198, 0.09278740733861923, -0.025218406692147255, -0.3734895884990692, -0.9418820738792419, -0.21023066341876984, -0.0006385784945450723, -0.4994671940803528, -0.09182067215442657, 0.755982518196106, NaN], "max": [-0.2045268416404724, -0.8657287955284119, 0.0003078269655816257, 0.49312517046928406, 0.9679691791534424, 0.33710217475891113, 0.0005521703278645873, -0.11391102522611618, 0.978536069393158, 0.0002793045714497566, 1.0, 1.321601152420044, NaN], "mean": [-0.28336524963378906, -0.9315877556800842, -0.1421295404434204, 0.3855491578578949, 0.8213898539543152, -0.15653108060359955, -0.24695967137813568, -0.16558852791786194, 0.223623126745224, -0.15408949553966522, 0.8198999166488647, 0.9225631356239319, NaN], "std": [0.05323249101638794, 0.04032616317272186, 0.1648835390806198, 0.12856139242649078, 0.27154237031936646, 0.22146958112716675, 0.34211498498916626, 0.0394517220556736, 0.3441595137119293, 0.18227054178714752, 0.31991463899612427, 0.18659715354442596, NaN], "count": [129]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12550183699894923]], [[0.11843871518033704]], [[0.10917953370603055]]], "std": [[[0.2959283066621786]], [[0.2794615195549302]], [[0.2588273014478688]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4337526653081122]], [[0.40715253293958054]], [[0.3673923023742516]]], "std": [[[0.38505776615467485]], [[0.36254175917814335]], [[0.3352368712268731]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6678964145830694]], [[0.6442973396875593]], [[0.6143145677134778]]], "std": [[[0.2536640241260494]], [[0.24950945436789837]], [[0.24774379364839583]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4841489809835907]], [[0.4760577003415162]], [[0.43628740064816324]]], "std": [[[0.31417523841986505]], [[0.31158429382227265]], [[0.31319995979976856]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5662412084562972]], [[0.5420097807872508]], [[0.49659190459809655]]], "std": [[[0.2710618587846977]], [[0.26219752031762367]], [[0.2553846699343363]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962422344130019]], [[0.9962422344130019]], [[0.9962422344130019]]], "std": [[[0.01758650384240728]], [[0.01758650384240728]], [[0.01758650384240728]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5883099381676682]], [[0.5883099381676682]], [[0.5883099381676682]]], "std": [[[0.3350365923394925]], [[0.3350365923394925]], [[0.3350365923394925]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20743787899209476]], [[0.20743787899209476]], [[0.20743787899209476]]], "std": [[[0.21834865954333146]], [[0.21834865954333146]], [[0.21834865954333146]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06444767788446386]], [[0.06444767788446386]], [[0.06444767788446386]]], "std": [[[0.09742240803566656]], [[0.09742240803566656]], [[0.09742240803566656]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16146903588903844]], [[0.16146903588903844]], [[0.16146903588903844]]], "std": [[[0.23261879255052223]], [[0.23261879255052223]], [[0.23261879255052223]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1420945435867312]], [[0.03946563480903459]], [[0.04694719809882847]]], "std": [[[0.3449891729624696]], [[0.13986966793010877]], [[0.14532825546397446]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1860064695622786]], [[0.543672300040703]], [[0.17223264004141378]]], "std": [[[0.27818237807952223]], [[0.47747111040767287]], [[0.24087507172613698]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.695413705306342]], [[0.7061517839241301]], [[0.31559541363825033]]], "std": [[[0.37180886363370186]], [[0.38077267450676483]], [[0.369375105120994]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6203447281583541]], [[0.6703945561262021]], [[0.26883710020378315]]], "std": [[[0.37164591794576396]], [[0.31738050508881577]], [[0.3384597576824535]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37334604849087133]], [[0.6545965113448683]], [[0.43519774343169776]]], "std": [[[0.36183251462847754]], [[0.37232641910152886]], [[0.3978667615515726]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.56], "mean": [1.28], "std": [0.7447594690010102], "count": [129]}, "frame_index": {"min": [0], "max": [128], "mean": [64.0], "std": [37.23797345005051], "count": [129]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [129]}, "index": {"min": [24689], "max": [24817], "mean": [24753.0], "std": [37.23797345005051], "count": [129]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [129]}}} +{"episode_index": 114, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995019733905792, 1.7193858623504639, 0.5448116064071655, -0.7793127298355103, -1.563294529914856, 0.4382433295249939, 0.29065021872520447, -0.9127188324928284, -0.19896464049816132, -2.998199462890625, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995019733905792, 1.7193858623504639, 0.5448116064071655, -0.16353678703308105, -0.49996787309646606, 1.2221771478652954, 1.5635194778442383, -0.0037387104239314795, 1.0350028276443481, -2.4849419593811035, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49950239062309265, 1.719388723373413, 0.5448130369186401, -0.25525790452957153, -0.7595372200012207, 0.8302971124649048, 0.683219850063324, -0.5623314380645752, 0.0767156109213829, -2.8471007347106934, 0.4088258445262909, -0.4088258445262909, 0.4088258445262909, 0.4088258445262909, -0.4088258445262909, 0.4088258445262909, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 2.86102294921875e-06, 1.430511474609375e-06, 0.14950688183307648, 0.26747575402259827, 0.2526688277721405, 0.33203989267349243, 0.2556377947330475, 0.28079745173454285, 0.13252593576908112, 0.21330581605434418, 0.21330581605434418, 0.21330581605434418, 0.21330581605434418, 0.21330581605434418, 0.21330581605434418, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [217]}, "observation.state": {"min": [0.40274083614349365, -0.9146769046783447, -0.13508331775665283, 1.068867564201355, -0.49891602993011475, 0.4001283645629883, -0.09221769869327545, -0.5032703876495361, -0.2122843712568283, -0.09990260004997253, 0.9720878601074219, 0.7542937397956848, NaN], "max": [0.9983981251716614, 0.48921680450439453, 0.23377077281475067, 1.5961568355560303, 0.9145867228507996, 0.9985634088516235, 7.526491572207306e-06, 0.0013976965565234423, 0.1624794602394104, 0.0733208879828453, 1.0, 1.2274575233459473, NaN], "mean": [0.4925818145275116, -0.7765052914619446, 0.011669445782899857, 1.1458590030670166, 0.7756307721138, 0.4928548336029053, -0.03732766583561897, -0.053997866809368134, 0.024557383731007576, 0.024315793067216873, 0.9971885085105896, 0.8481990694999695, NaN], "std": [0.17967312037944794, 0.34480124711990356, 0.05566926673054695, 0.1459764689207077, 0.34595584869384766, 0.1828860491514206, 0.03110620006918907, 0.10818696767091751, 0.05649455636739731, 0.03478829562664032, 0.004373213741928339, 0.13629505038261414, NaN], "count": [217]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.1283677551866135]], [[0.11114006723033935]], [[0.10132119217510198]]], "std": [[[0.3032708424046077]], [[0.2660310995001281]], [[0.24566465313052901]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4338366529403047]], [[0.3638204320954126]], [[0.32405237073113163]]], "std": [[[0.3964941337529906]], [[0.34976328106798454]], [[0.32418834127601365]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.715095222863948]], [[0.6543652151055697]], [[0.6291331255938646]]], "std": [[[0.30714685014116677]], [[0.2924813995540472]], [[0.29101460369166604]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.561139812417563]], [[0.47942124776452083]], [[0.45398790041648474]]], "std": [[[0.20867624694080622]], [[0.21862414579736242]], [[0.23053614741014844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5550690455451016]], [[0.45974317822611416]], [[0.4179858444797159]]], "std": [[[0.2744762177040703]], [[0.28393798705993023]], [[0.28643886855665673]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962629533739559]], [[0.9962629533739559]], [[0.9962629533739559]]], "std": [[[0.01801803251357317]], [[0.01801803251357317]], [[0.01801803251357317]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896135133920878]], [[0.5896135133920878]], [[0.5896135133920878]]], "std": [[[0.3380941055459075]], [[0.3380941055459075]], [[0.3380941055459075]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23166414334962124]], [[0.23166414334962124]], [[0.23166414334962124]]], "std": [[[0.2520346826734982]], [[0.2520346826734982]], [[0.2520346826734982]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06797213287011053]], [[0.06797213287011053]], [[0.06797213287011053]]], "std": [[[0.13432970992151544]], [[0.13432970992151544]], [[0.13432970992151544]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1423127464726871]], [[0.1423127464726871]], [[0.1423127464726871]]], "std": [[[0.14569483842142752]], [[0.14569483842142752]], [[0.14569483842142752]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1407005648126355]], [[0.03593935724147736]], [[0.09375780313835462]]], "std": [[[0.3434999550158347]], [[0.1400126414073634]], [[0.25102352824533886]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41389368808636273]], [[0.46407897184385877]], [[0.17070661192215336]]], "std": [[[0.42590101869701785]], [[0.45536634051104496]], [[0.3060390897372268]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644668277351637]], [[0.7181819242522083]], [[0.23563446704901994]]], "std": [[[0.377997485795093]], [[0.3939499447034313]], [[0.31603154492877783]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5734098670212588]], [[0.321988242402053]], [[0.5321999113519762]]], "std": [[[0.3712313734081278]], [[0.3784224142058661]], [[0.3853157628693685]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35692753996369586]], [[0.7636115499925903]], [[0.46410169041454685]]], "std": [[[0.3650110792518822]], [[0.2970516428082941]], [[0.3884532901126642]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.32], "mean": [2.1599999999999997], "std": [1.252836781069266], "count": [217]}, "frame_index": {"min": [0], "max": [216], "mean": [108.0], "std": [62.6418390534633], "count": [217]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [217]}, "index": {"min": [24818], "max": [25034], "mean": [24926.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [217]}}} +{"episode_index": 115, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3784651458263397, 1.56014883518219, 0.6130113005638123, -0.785139799118042, -1.5651394128799438, 1.049785852432251, 1.5736913681030273, -1.3685176372528076, 1.0545705556869507, -3.87178373336792, 1.249000902703301e-16, -0.6585366129875183, 1.249000902703301e-16, 1.249000902703301e-16, -0.6585366129875183, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3784651458263397, 1.56014883518219, 0.6130113005638123, -0.62699294090271, -0.7823666930198669, 1.3742256164550781, 2.0296592712402344, -0.00975324772298336, 1.9787681102752686, -2.49285888671875, 0.6585366129875183, -1.249000902703301e-16, 0.6585366129875183, 0.6585366129875183, -1.249000902703301e-16, 0.6585366129875183, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3784646987915039, 1.560149908065796, 0.6130114793777466, -0.7143726944923401, -0.9685420393943787, 1.236477255821228, 1.8986999988555908, -1.0416263341903687, 1.7703220844268799, -3.5996768474578857, 0.4633275270462036, -0.4633275270462036, 0.4633275270462036, 0.4633275270462036, -0.4633275270462036, 0.4633275270462036, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 1.0728836059570312e-06, 1.7881393432617188e-07, 0.05595563352108002, 0.245152547955513, 0.09075140953063965, 0.14021335542201996, 0.42495542764663696, 0.2815130650997162, 0.4419434666633606, 0.2857023775577545, 0.2857023775577545, 0.2857023775577545, 0.2857023775577545, 0.2857023775577545, 0.2857023775577545, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [135]}, "observation.state": {"min": [-0.5568747520446777, -0.13949860632419586, -0.8934677839279175, 1.5795838832855225, -0.9861522912979126, -0.5568747520446777, -0.1664799600839615, -0.28031620383262634, 2.582209503998456e-07, -0.0014218844007700682, 0.41713273525238037, 0.7527015209197998, NaN], "max": [0.5628666281700134, 0.9675275683403015, 0.0021504636388272047, 1.833085298538208, -0.026332413777709007, 0.9879050850868225, 0.1914522796869278, -0.09523533284664154, 0.9039088487625122, 0.3717556595802307, 1.0, 1.2884527444839478, NaN], "mean": [-0.2847687005996704, 0.7371569275856018, -0.18234242498874664, 1.6401867866516113, -0.764308750629425, -0.2072729468345642, 0.023874972015619278, -0.23158523440361023, 0.15996605157852173, 0.0846622958779335, 0.9178004264831543, 0.8654376864433289, NaN], "std": [0.4215077757835388, 0.26955685019493103, 0.3031963109970093, 0.093555748462677, 0.22280976176261902, 0.5632968544960022, 0.07316664606332779, 0.03944903612136841, 0.28607138991355896, 0.1284770965576172, 0.1629183441400528, 0.15837737917900085, NaN], "count": [135]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.11171573220786554]], [[0.09560142587865145]], [[0.08432445444919871]]], "std": [[[0.27314023545207977]], [[0.23421770984295187]], [[0.20740677569392713]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3747287283300174]], [[0.3146899136385856]], [[0.2739913993982395]]], "std": [[[0.38107259245309694]], [[0.32461995326192367]], [[0.2851584171437328]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6469716064805594]], [[0.572682239750659]], [[0.5196507214219089]]], "std": [[[0.2054425919504168]], [[0.18771857291000946]], [[0.1776886475659049]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48760403301568905]], [[0.45578864487212756]], [[0.4395999546701482]]], "std": [[[0.3233300894653461]], [[0.29598038422771433]], [[0.28318808925417177]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4023342593766072]], [[0.3730929898993557]], [[0.36490871466400593]]], "std": [[[0.3237847752742257]], [[0.30575061717950225]], [[0.29424412168191616]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9949021244009385]], [[0.9949021244009385]], [[0.9949021244009385]]], "std": [[[0.021619593091787858]], [[0.021619593091787858]], [[0.021619593091787858]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5882493463717008]], [[0.5882493463717008]], [[0.5882493463717008]]], "std": [[[0.33705062875985087]], [[0.33705062875985087]], [[0.33705062875985087]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15484663958945638]], [[0.15484663958945638]], [[0.15484663958945638]]], "std": [[[0.12310149663057159]], [[0.12310149663057159]], [[0.12310149663057159]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06002876299796619]], [[0.06002876299796619]], [[0.06002876299796619]]], "std": [[[0.06111175606067246]], [[0.06111175606067246]], [[0.06111175606067246]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.09305492489393419]], [[0.09305492489393419]], [[0.09305492489393419]]], "std": [[[0.044973605996385696]], [[0.044973605996385696]], [[0.044973605996385696]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14711014282256113]], [[0.08372738519846226]], [[0.03221693686879355]]], "std": [[[0.3490182521810444]], [[0.20878539238470414]], [[0.1309491792172112]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17344291892058625]], [[0.5358336622429828]], [[0.2870192242828529]]], "std": [[[0.3027684067939466]], [[0.4716020887132313]], [[0.3067772168233641]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2875818468695915]], [[0.4648450235400066]], [[0.8070057285935475]]], "std": [[[0.3536868156759626]], [[0.17587476209264077]], [[0.3635080522840015]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47920689925708665]], [[0.5457914612238658]], [[0.6218639809400043]]], "std": [[[0.4010262463903201]], [[0.38634537630393273]], [[0.36636714174987833]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5372065639771179]], [[0.5899411436131513]], [[0.4878598301739902]]], "std": [[[0.39225169805666316]], [[0.3215181385629197]], [[0.4236341950672484]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.68], "mean": [1.34], "std": [0.779401479769359], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [135]}, "index": {"min": [25035], "max": [25169], "mean": [25102.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [135]}}} +{"episode_index": 116, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4693203866481781, 1.8591588735580444, 0.6037687063217163, -0.7721924781799316, -1.5594812631607056, -0.6446695327758789, -0.9470432996749878, 0.0045198057778179646, 0.5186366438865662, -2.6033437252044678, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4693203866481781, 1.8591588735580444, 0.6037687063217163, 2.464434862136841, 0.5427202582359314, 1.0433419942855835, 1.5654268264770508, 0.7314197421073914, 1.0540090799331665, -2.2074027061462402, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4693215489387512, 1.8591607809066772, 0.6037678122520447, 1.4773136377334595, -0.0655113011598587, -0.09792231768369675, 0.05944697558879852, 0.5372379422187805, 0.7355515956878662, -2.5051393508911133, 0.2451513111591339, -0.2451513111591339, 0.2451513111591339, 0.2451513111591339, -0.2451513111591339, 0.2451513111591339, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 1.9073486328125e-06, 8.940696716308594e-07, 1.0964398384094238, 0.6913373470306396, 0.6139252781867981, 0.8343700170516968, 0.23443603515625, 0.20397505164146423, 0.10237092524766922, 0.17898310720920563, 0.17898310720920563, 0.17898310720920563, 0.17898310720920563, 0.17898310720920563, 0.17898310720920563, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [201]}, "observation.state": {"min": [-0.6560162305831909, -0.8371256589889526, -0.6625453233718872, 2.526454210281372, -0.7469375133514404, -0.6330772042274475, -0.8239836096763611, -1.0934723615646362, 1.5568541130051017e-05, -0.6412708759307861, -0.7557951807975769, 0.7560075521469116, NaN], "max": [-0.4079231023788452, -0.4589526057243347, 1.2192313079140149e-05, 2.9132795333862305, 0.8627588748931885, 0.8287075757980347, 0.42794835567474365, -0.3327462673187256, 0.8899418711662292, 0.7281453013420105, 1.0, 1.5021642446517944, NaN], "mean": [-0.5622984766960144, -0.7256355285644531, -0.25193554162979126, 2.7158682346343994, 0.48547303676605225, -0.18616223335266113, -0.18529453873634338, -0.5043198466300964, 0.2400127798318863, -0.08767040073871613, 0.5401203036308289, 0.9812639355659485, NaN], "std": [0.0869484469294548, 0.11202523112297058, 0.27146461606025696, 0.09808846563100815, 0.5381033420562744, 0.5524374842643738, 0.3171481490135193, 0.22727251052856445, 0.3056388795375824, 0.3367100656032562, 0.6604452133178711, 0.2766251862049103, NaN], "count": [201]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11377785019825104]], [[0.10339529307157357]], [[0.08643435922298197]]], "std": [[[0.2761239233895464]], [[0.25181556646393066]], [[0.2117138146316737]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40627420000523035]], [[0.360338898310256]], [[0.2910409987051487]]], "std": [[[0.3800076290352534]], [[0.3460373545819378]], [[0.28872198794958087]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.31692628333437267]], [[0.2937778689739293]], [[0.25384546409788566]]], "std": [[[0.3690270499657043]], [[0.34098133820645926]], [[0.295991077672358]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40596504907492903]], [[0.360891276082267]], [[0.3206080972794713]]], "std": [[[0.2608128471590088]], [[0.2500637413118026]], [[0.24563530928526686]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6456116277775431]], [[0.5993543781864169]], [[0.5398900751094186]]], "std": [[[0.2437367814627476]], [[0.24942839302143482]], [[0.25265072231689656]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9970177517332298]], [[0.9970177517332298]], [[0.9970177517332298]]], "std": [[[0.01542731852554433]], [[0.01542731852554433]], [[0.01542731852554433]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5828653120014806]], [[0.5828653120014806]], [[0.5828653120014806]]], "std": [[[0.33344762383065313]], [[0.33344762383065313]], [[0.33344762383065313]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5461801888430897]], [[0.5461801888430897]], [[0.5461801888430897]]], "std": [[[0.44627914497199644]], [[0.44627914497199644]], [[0.44627914497199644]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16420684225949192]], [[0.16420684225949192]], [[0.16420684225949192]]], "std": [[[0.314306169382667]], [[0.314306169382667]], [[0.314306169382667]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.3137254901960784]], [[0.3137254901960784]], [[0.3137254901960784]]], "mean": [[[0.1387285660545125]], [[0.1387285660545125]], [[0.1387285660545125]]], "std": [[[0.06667562338545724]], [[0.06667562338545724]], [[0.06667562338545724]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11378817413905133]], [[0.08184389364651164]], [[0.05864853204371246]]], "std": [[[0.29138128165388943]], [[0.2554656663431852]], [[0.171950778456336]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648376004414967]], [[0.5329430178281771]], [[0.1255032639504966]]], "std": [[[0.432128187532055]], [[0.4734745274914383]], [[0.22104738741187152]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17127522395025518]], [[0.4611373943784278]], [[0.15739849968919548]]], "std": [[[0.26611534504610257]], [[0.48246993994176374]], [[0.26649269975384365]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6798720263181364]], [[0.4988938832193046]], [[0.3440656786636545]]], "std": [[[0.39272503432775585]], [[0.3930169738748347]], [[0.3817690266471078]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.593209530534282]], [[0.59633304700424]], [[0.37381861353686163]]], "std": [[[0.42277551895211296]], [[0.33692982814654143]], [[0.3936721898627977]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.0], "mean": [2.0], "std": [1.1604596790352808], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [201]}, "index": {"min": [25170], "max": [25370], "mean": [25270.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [201]}}} +{"episode_index": 117, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996432363986969, 1.9524322748184204, 0.5705795884132385, -3.939415693283081, -2.328315019607544, -2.630526304244995, -0.10236362367868423, -3.354255437850952, -1.666603922843933, -2.4760560989379883, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996432363986969, 1.9524322748184204, 0.5705795884132385, -0.8004848957061768, 0.2752267122268677, 1.038394570350647, 2.330568790435791, -0.011117346584796906, 1.1826763153076172, -0.4201577603816986, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996447265148163, 1.9524391889572144, 0.5705840587615967, -3.272660732269287, -0.37544316053390503, -1.557859182357788, 0.8119062781333923, -2.2968006134033203, 0.47542721033096313, -0.8095183372497559, 0.5288516879081726, -0.5288516879081726, 0.5288516879081726, 0.5288516879081726, -0.5288516879081726, 0.5288516879081726, -2.3562002182006836, 1.5707999467849731, -1.0472009181976318, -1.5707999467849731, 0.0, -1.0472009181976318, 2.4818546772003174, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-06, 6.9141387939453125e-06, 4.470348358154297e-06, 0.6972464919090271, 0.9805343151092529, 1.0142041444778442, 0.792044997215271, 0.8201225996017456, 0.8400832414627075, 0.6129980683326721, 0.20270320773124695, 0.20270320773124695, 0.20270320773124695, 0.20270320773124695, 0.20270320773124695, 0.20270320773124695, 5.7220458984375e-06, 3.5762786865234375e-06, 3.337860107421875e-06, 3.5762786865234375e-06, 0.0, 3.337860107421875e-06, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [547]}, "observation.state": {"min": [-0.9757272601127625, -0.9897679090499878, -0.9999759793281555, 2.6577987670898438, -0.9983334541320801, -0.99982750415802, -0.9939878582954407, -1.0067126750946045, -0.4095217287540436, -0.9792073965072632, -0.7589802742004395, 0.6763653755187988, NaN], "max": [0.7625068426132202, 0.8098804354667664, 0.046522703021764755, 3.3408589363098145, 0.9252772331237793, 0.7625068426132202, 0.20503437519073486, 0.03561970591545105, 0.9944854974746704, 0.9962065815925598, 1.0, 1.534505844116211, NaN], "mean": [0.383680135011673, 0.33607417345046997, -0.1367138773202896, 2.8264224529266357, -0.4596201777458191, 0.4175596833229065, -0.10239705443382263, -0.2256319522857666, 0.11713991314172745, -0.062040939927101135, 0.7795388102531433, 0.8888250589370728, NaN], "std": [0.5263431668281555, 0.6088943481445312, 0.2708570659160614, 0.17242975533008575, 0.5334264039993286, 0.45613715052604675, 0.3336229920387268, 0.32939887046813965, 0.25736504793167114, 0.3606053590774536, 0.422465056180954, 0.24833258986473083, NaN], "count": [547]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11782335674554784]], [[0.08183800929909972]], [[0.07058527533573794]]], "std": [[[0.28199307646910904]], [[0.22710811889134866]], [[0.19938472029531182]]], "count": [113]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4095751389796296]], [[0.2995006007831321]], [[0.2539480115355061]]], "std": [[[0.3774786069728657]], [[0.3504632045882383]], [[0.31351335233039834]]], "count": [113]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.46615452621756726]], [[0.22127827796505092]], [[0.20133781336207934]]], "std": [[[0.3450497450311413]], [[0.28166856995830303]], [[0.26366417653296215]]], "count": [113]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42638329587009904]], [[0.2982327725155735]], [[0.2818363643502969]]], "std": [[[0.30529309882091205]], [[0.3158320215707829]], [[0.3103356883708646]]], "count": [113]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594638611008554]], [[0.421534370145988]], [[0.3711124203052124]]], "std": [[[0.27106218040077795]], [[0.3474472519216018]], [[0.3528341107359658]]], "count": [113]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9964594435291301]], [[0.9964594435291301]], [[0.9964594435291301]]], "std": [[[0.017081809810736516]], [[0.017081809810736516]], [[0.017081809810736516]]], "count": [113]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5791526772583211]], [[0.5791526772583211]], [[0.5791526772583211]]], "std": [[[0.33319459676100704]], [[0.33319459676100704]], [[0.33319459676100704]]], "count": [113]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32292414715590934]], [[0.32292414715590934]], [[0.32292414715590934]]], "std": [[[0.36983175378959365]], [[0.36983175378959365]], [[0.36983175378959365]]], "count": [113]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05423368431093228]], [[0.05423368431093228]], [[0.05423368431093228]]], "std": [[[0.09005369425419225]], [[0.09005369425419225]], [[0.09005369425419225]]], "count": [113]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.11529057946425145]], [[0.11529057946425145]], [[0.11529057946425145]]], "std": [[[0.05183994305080722]], [[0.05183994305080722]], [[0.05183994305080722]]], "count": [113]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06011525572340264]], [[0.10299772514618102]], [[0.08121462473658937]]], "std": [[[0.17610357129069365]], [[0.2823723903382771]], [[0.2534879611912885]]], "count": [113]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110162458692395]], [[0.4271496675479545]], [[0.27966218472118737]]], "std": [[[0.3934229934259485]], [[0.4597108954276953]], [[0.40066572538101736]]], "count": [113]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2501961444192177]], [[0.707034509026072]], [[0.2507049463106098]]], "std": [[[0.32574935842131325]], [[0.4396190541797562]], [[0.25898133875086227]]], "count": [113]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5800244621452092]], [[0.5482794948177081]], [[0.6426401836555667]]], "std": [[[0.4028533856387403]], [[0.32366944606011655]], [[0.4294472129464007]]], "count": [113]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46713048882163827]], [[0.6520405687812821]], [[0.3764453253347045]]], "std": [[[0.392059051305439]], [[0.39369507394624575]], [[0.3613204489322759]]], "count": [113]}, "timestamp": {"min": [0.0], "max": [10.92], "mean": [5.46], "std": [3.158100695038079], "count": [547]}, "frame_index": {"min": [0], "max": [546], "mean": [273.0], "std": [157.90503475190397], "count": [547]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [547]}, "index": {"min": [25371], "max": [25917], "mean": [25644.0], "std": [157.90503475190397], "count": [547]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [547]}}} +{"episode_index": 118, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996739625930786, 0.7954035401344299, 0.6182936429977417, -2.357630729675293, -1.560924768447876, 1.045073390007019, 1.1210473775863647, -0.37443849444389343, 0.8632389903068542, -3.036984443664551, 8.673617379884035e-18, -0.5951219797134399, 8.673617379884035e-18, 8.673617379884035e-18, -0.5951219797134399, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996739625930786, 0.7954035401344299, 0.6182936429977417, -0.8032065629959106, -1.1894699335098267, 1.3534862995147705, 1.5627509355545044, -0.0032466137781739235, 1.0457097291946411, -2.486732244491577, 0.5951219797134399, -8.673617379884035e-18, 0.5951219797134399, 0.5951219797134399, -8.673617379884035e-18, 0.5951219797134399, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49967440962791443, 0.7954031825065613, 0.6182937026023865, -1.8951767683029175, -1.267688512802124, 1.2353065013885498, 1.2293912172317505, -0.25884315371513367, 0.9306641221046448, -2.866478204727173, 0.4220053553581238, -0.4220053553581238, 0.4220053553581238, 0.4220053553581238, -0.4220053553581238, 0.4220053553581238, -2.356196641921997, 1.5707956552505493, -1.0471973419189453, -1.5707956552505493, 0.0, -1.0471973419189453, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 3.5762786865234375e-07, 5.960464477539063e-08, 0.5414285659790039, 0.11091051250696182, 0.128469318151474, 0.14529234170913696, 0.13474862277507782, 0.062060073018074036, 0.20047786831855774, 0.2523789703845978, 0.2523789703845978, 0.2523789703845978, 0.2523789703845978, 0.2523789703845978, 0.2523789703845978, 2.1457672119140625e-06, 7.152557373046875e-07, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [92]}, "observation.state": {"min": [0.4021851420402527, -0.18880580365657806, -0.6295896768569946, 0.15402285754680634, -0.9155583381652832, 0.4021851420402527, -0.45779499411582947, -0.38246968388557434, -5.85115644824441e-09, 1.0104958647616513e-08, 0.6277264952659607, 0.7558671236038208, NaN], "max": [0.8584967851638794, 0.9155583381652832, -1.5138640563350236e-08, 0.5076476335525513, -0.16350968182086945, 0.9226712584495544, 9.337354001104359e-09, -0.2383493036031723, 0.6366281509399414, 0.4479553997516632, 1.0, 1.372497797012329, NaN], "mean": [0.5915549397468567, 0.5973745584487915, -0.2022503763437271, 0.4024377465248108, -0.6683727502822876, 0.6203640103340149, -0.10334351658821106, -0.3061799108982086, 0.17372016608715057, 0.147177591919899, 0.9233085513114929, 0.9426759481430054, NaN], "std": [0.1911117136478424, 0.39595115184783936, 0.24289795756340027, 0.12599733471870422, 0.2907623052597046, 0.22477030754089355, 0.15060272812843323, 0.03747092932462692, 0.22824254631996155, 0.17126347124576569, 0.11931247264146805, 0.22558343410491943, NaN], "count": [92]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1346878425413312]], [[0.12722581073830605]], [[0.10346589691050588]]], "std": [[[0.315243737399818]], [[0.3011301825521714]], [[0.26271081223349063]]], "count": [92]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4791174297099394]], [[0.44503144824065916]], [[0.35820244950880464]]], "std": [[[0.4111940781952942]], [[0.3961304528085484]], [[0.3798089128310845]]], "count": [92]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6652268345375569]], [[0.6108586890267501]], [[0.4523490618414573]]], "std": [[[0.27997463312918974]], [[0.2768816703754933]], [[0.2868935224995362]]], "count": [92]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6994455591774539]], [[0.6661680062267613]], [[0.6034035741952559]]], "std": [[[0.26307971891698456]], [[0.2791536246384933]], [[0.32282387238699484]]], "count": [92]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6607934318829034]], [[0.6029463018808944]], [[0.488177875236376]]], "std": [[[0.30101728701409514]], [[0.3122557093706328]], [[0.3695278272679771]]], "count": [92]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965957873150644]], [[0.9965957873150644]], [[0.9965957873150644]]], "std": [[[0.01662435815497859]], [[0.01662435815497859]], [[0.01662435815497859]]], "count": [92]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5827730877941094]], [[0.5827730877941094]], [[0.5827730877941094]]], "std": [[[0.33716672142940207]], [[0.33716672142940207]], [[0.33716672142940207]]], "count": [92]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24577738348853445]], [[0.24577738348853445]], [[0.24577738348853445]]], "std": [[[0.27571890876792726]], [[0.27571890876792726]], [[0.27571890876792726]]], "count": [92]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07848463104319914]], [[0.07848463104319914]], [[0.07848463104319914]]], "std": [[[0.0771540122441985]], [[0.0771540122441985]], [[0.0771540122441985]]], "count": [92]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19687130144284384]], [[0.19687130144284384]], [[0.19687130144284384]]], "std": [[[0.2520907894046937]], [[0.2520907894046937]], [[0.2520907894046937]]], "count": [92]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08201140459187199]], [[0.04725087918425393]], [[0.11433520848131205]]], "std": [[[0.2563356055753592]], [[0.14870642630076292]], [[0.29142409660443025]]], "count": [92]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4783981550505423]], [[0.33879753092833803]], [[0.16814826010250297]]], "std": [[[0.474468148128923]], [[0.3405581157018091]], [[0.28311767234589325]]], "count": [92]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.619438978652083]], [[0.7295283080230485]], [[0.25317343802464937]]], "std": [[[0.38601772994436023]], [[0.3915934217711389]], [[0.3145589493291139]]], "count": [92]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3701664049879397]], [[0.7122617613516249]], [[0.44490690776736685]]], "std": [[[0.38301102345469734]], [[0.34166832459098523]], [[0.3599796144306376]]], "count": [92]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3996214076901505]], [[0.5389022053346075]], [[0.5252168787633172]]], "std": [[[0.41383974148279845]], [[0.3278672752826264]], [[0.4358886622099819]]], "count": [92]}, "timestamp": {"min": [0.0], "max": [1.82], "mean": [0.91], "std": [0.53113086899558], "count": [92]}, "frame_index": {"min": [0], "max": [91], "mean": [45.5], "std": [26.556543449779003], "count": [92]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [92]}, "index": {"min": [25918], "max": [26009], "mean": [25963.5], "std": [26.556543449779003], "count": [92]}, "task_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [92]}}} +{"episode_index": 119, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3860667943954468, 0.71019047498703, -0.7826896905899048, -1.5634887218475342, 6.7149434089660645, 1.5737693309783936, -2.290952205657959, 1.020879864692688, -4.079787731170654, 8.673617379884035e-18, -0.27317073941230774, 8.673617379884035e-18, 8.673617379884035e-18, -0.27317073941230774, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3860667943954468, 0.71019047498703, -0.3268492519855499, -0.7268475294113159, 7.4642181396484375, 2.149193048477173, -0.011609005741775036, 1.5263938903808594, -2.49562668800354, 0.27317073941230774, -8.673617379884035e-18, 0.27317073941230774, 0.27317073941230774, -8.673617379884035e-18, 0.27317073941230774, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974921345710754, 1.3860669136047363, 0.7101899981498718, -0.49287015199661255, -0.9762420654296875, 7.077779293060303, 1.8876826763153076, -1.495316505432129, 1.2470229864120483, -3.581714391708374, 0.19570796191692352, -0.19570796191692352, 0.19570796191692352, 0.19570796191692352, -0.19570796191692352, 0.19570796191692352, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 1.1920928955078125e-07, 4.76837158203125e-07, 0.16137655079364777, 0.2918301224708557, 0.29281309247016907, 0.20300155878067017, 0.8262681365013123, 0.1739533394575119, 0.5637072324752808, 0.12060116976499557, 0.12060116976499557, 0.12060116976499557, 0.12060116976499557, 0.12060116976499557, 0.12060116976499557, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [126]}, "observation.state": {"min": [-0.30606314539909363, -0.32290345430374146, -0.9873005747795105, 0.5819699764251709, -0.9931962490081787, 0.11645285785198212, -0.4449058771133423, -0.11598317325115204, -2.456120853366883e-07, -0.6882719397544861, -0.05439211055636406, 0.7529541850090027, NaN], "max": [0.3976614773273468, 0.9931962490081787, 5.454025142626051e-08, 0.8738266229629517, 0.6164767742156982, 0.9876161217689514, 0.1179567202925682, -0.053762275725603104, 0.9994913339614868, 0.49540024995803833, 1.0, 1.4964568614959717, NaN], "mean": [0.10820560902357101, 0.5149768590927124, -0.459968626499176, 0.7179725170135498, -0.5474773645401001, 0.47323843836784363, -0.06282012909650803, -0.07637680321931839, 0.4047667682170868, 0.02378401905298233, 0.6186237931251526, 1.0170971155166626, NaN], "std": [0.18990452587604523, 0.5411909222602844, 0.42727920413017273, 0.1259913593530655, 0.5684501528739929, 0.3498125672340393, 0.16389986872673035, 0.021379299461841583, 0.4068467617034912, 0.3082566261291504, 0.43858471512794495, 0.29718640446662903, NaN], "count": [126]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12404865717019682]], [[0.11947954222214176]], [[0.10828851780101938]]], "std": [[[0.2930637175573817]], [[0.2828540864200336]], [[0.25809846076547366]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41225105764066167]], [[0.3945924477516461]], [[0.3497006030345519]]], "std": [[[0.3884816534944683]], [[0.3748953319934473]], [[0.3419713184551774]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.635377818279598]], [[0.6177629476741965]], [[0.5797433498894582]]], "std": [[[0.30237072014538546]], [[0.29594657325249724]], [[0.2829913469174773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6405893551292136]], [[0.6365328510666262]], [[0.6264429504369033]]], "std": [[[0.2997476013021246]], [[0.2993140377669707]], [[0.3000407392505209]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5910696892826417]], [[0.5800642812167445]], [[0.5500243735126142]]], "std": [[[0.32810362338285065]], [[0.33068642375829294]], [[0.33461154877069504]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9960542536634366]], [[0.9960542536634366]], [[0.9960542536634366]]], "std": [[[0.018227671589422706]], [[0.018227671589422706]], [[0.018227671589422706]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5916322984581815]], [[0.5916322984581815]], [[0.5916322984581815]]], "std": [[[0.3358898264616805]], [[0.3358898264616805]], [[0.3358898264616805]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29797430548430853]], [[0.29797430548430853]], [[0.29797430548430853]]], "std": [[[0.3000829799483723]], [[0.3000829799483723]], [[0.3000829799483723]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0622588736872951]], [[0.0622588736872951]], [[0.0622588736872951]]], "std": [[[0.10736392610704379]], [[0.10736392610704379]], [[0.10736392610704379]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1323801484753814]], [[0.1323801484753814]], [[0.1323801484753814]]], "std": [[[0.1868585212720836]], [[0.1868585212720836]], [[0.1868585212720836]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03925625783297827]], [[0.10682214537605336]], [[0.10244982233514452]]], "std": [[[0.15785744705121124]], [[0.27121066850715625]], [[0.2758134474843091]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3633236517889534]], [[0.30558672318145824]], [[0.28686689586405334]]], "std": [[[0.43896749889742936]], [[0.3359945948860599]], [[0.4089338635499744]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18708303074316146]], [[0.5425277051896645]], [[0.5746350296488076]]], "std": [[[0.2675084157026733]], [[0.38570390058273724]], [[0.41528423152773175]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6529269190251936]], [[0.6000669674798547]], [[0.3708214587226772]]], "std": [[[0.41755090573824466]], [[0.32213593010634006]], [[0.34561712196602756]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39315846873614874]], [[0.7082716210317102]], [[0.5670879231484667]]], "std": [[[0.4200202835988439]], [[0.36401530854877473]], [[0.35894669947199914]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.5], "mean": [1.25], "std": [0.7274384280931732], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [126]}, "index": {"min": [26010], "max": [26135], "mean": [26072.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [126]}}} +{"episode_index": 120, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29009127616882324, 1.4828317165374756, 0.6005995273590088, -2.174478769302368, -1.5678576231002808, -0.29734355211257935, 0.6111841797828674, 0.00358677189797163, 1.0521255731582642, -2.4706666469573975, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29009127616882324, 1.4828317165374756, 0.6005995273590088, -0.7963640689849854, -1.1934584379196167, 1.036172866821289, 1.5629279613494873, 0.4683186709880829, 1.6482030153274536, -1.11696195602417, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29009124636650085, 1.4828327894210815, 0.6006004214286804, -1.8762518167495728, -1.2767205238342285, -0.023953614756464958, 0.8619940280914307, 0.3615718483924866, 1.466719388961792, -1.4010961055755615, 0.34097546339035034, -0.34097546339035034, 0.34097546339035034, 0.34097546339035034, -0.34097546339035034, 0.34097546339035034, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860637664795, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 1.0728836059570312e-06, 8.940696716308594e-07, 0.4400906264781952, 0.11908838152885437, 0.42643529176712036, 0.2765655219554901, 0.14713773131370544, 0.16585968434810638, 0.4289868175983429, 0.21162864565849304, 0.21162864565849304, 0.21162864565849304, 0.21162864565849304, 0.21162864565849304, 0.21162864565849304, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.384185791015625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [130]}, "observation.state": {"min": [-0.5542885661125183, 0.1056271344423294, -0.8367695808410645, 2.554698944091797, -0.9495193958282471, -0.8354527950286865, -1.2110815532651031e-06, -0.4149797856807709, -0.6760175824165344, 1.5931639154587174e-06, 0.5021342039108276, 0.7526409029960632, NaN], "max": [0.7014743089675903, 0.856560468673706, -2.596487775008427e-06, 2.7185797691345215, -0.5043220520019531, 0.7014743089675903, 0.3302849531173706, -0.157196506857872, 0.3691957890987396, 0.8003565073013306, 1.0, 1.2041926383972168, NaN], "mean": [0.4151652753353119, 0.6650617718696594, -0.20786671340465546, 2.5999677181243896, -0.7462860345840454, 0.42762812972068787, 0.08652009069919586, -0.2084491103887558, -0.005185478832572699, 0.18210598826408386, 0.8996276259422302, 0.8504596948623657, NaN], "std": [0.46513989567756653, 0.1744406819343567, 0.30876624584198, 0.06153912469744682, 0.08943014591932297, 0.4787560999393463, 0.12449441850185394, 0.08272270113229752, 0.21520587801933289, 0.28640276193618774, 0.17070625722408295, 0.1350329965353012, NaN], "count": [130]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.1287481464046923]], [[0.11929378639044962]], [[0.10384605687287056]]], "std": [[[0.30228858800135655]], [[0.28147563751480553]], [[0.24901312520577037]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44169203193742873]], [[0.39869676944338833]], [[0.3345212007582692]]], "std": [[[0.3965262759537103]], [[0.36716546391367977]], [[0.32296064354781684]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03137254901960784]], [[0.027450980392156862]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7473507196113971]], [[0.7246405349458959]], [[0.6963373292000018]]], "std": [[[0.24005445698995237]], [[0.23804991940113443]], [[0.24149972170808395]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5506406502822052]], [[0.540561337793898]], [[0.5323142592559065]]], "std": [[[0.3191056380595293]], [[0.3212860266645601]], [[0.32152693639478774]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6947356418029746]], [[0.6413216441324999]], [[0.577497299990411]]], "std": [[[0.2169987163315072]], [[0.23081972638940562]], [[0.24328776364383034]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967381282392236]], [[0.9967381282392236]], [[0.9967381282392236]]], "std": [[[0.016407406838582612]], [[0.016407406838582612]], [[0.016407406838582612]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5939901186287586]], [[0.5939901186287586]], [[0.5939901186287586]]], "std": [[[0.33585857035956174]], [[0.33585857035956174]], [[0.33585857035956174]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13206908913149748]], [[0.13206908913149748]], [[0.13206908913149748]]], "std": [[[0.0816383562336883]], [[0.0816383562336883]], [[0.0816383562336883]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.04466822370684192]], [[0.04466822370684192]], [[0.04466822370684192]]], "std": [[[0.04351870706431553]], [[0.04351870706431553]], [[0.04351870706431553]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.10675569020399103]], [[0.10675569020399103]], [[0.10675569020399103]]], "std": [[[0.049079676604236934]], [[0.049079676604236934]], [[0.049079676604236934]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03724259852704804]], [[0.1345615523730781]], [[0.12330380992039783]]], "std": [[[0.15134379330734432]], [[0.32666433070460865]], [[0.3045130511014897]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37750298902092216]], [[0.2938676287860652]], [[0.4230606259945242]]], "std": [[[0.43914543226056146]], [[0.37862113399116276]], [[0.4674782271199106]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5190001414881468]], [[0.8544964973301656]], [[0.25919263510609264]]], "std": [[[0.260976949213916]], [[0.31465659440749494]], [[0.2874434504137769]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5169867986865072]], [[0.7236532159048771]], [[0.4599899925634903]]], "std": [[[0.3977417245072726]], [[0.3553267066136086]], [[0.39038474565287634]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45111190371295745]], [[0.6203249439579531]], [[0.5161308986643116]]], "std": [[[0.4215984975080618]], [[0.3392469180134146]], [[0.4020323130689133]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.58], "mean": [1.29], "std": [0.7505331438384317], "count": [130]}, "frame_index": {"min": [0], "max": [129], "mean": [64.5], "std": [37.526657191921586], "count": [130]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [130]}, "index": {"min": [26136], "max": [26265], "mean": [26200.5], "std": [37.526657191921586], "count": [130]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [130]}}} +{"episode_index": 121, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2940782606601715, 1.1570171117782593, 0.5109444856643677, -8.464338302612305, -1.564292073249817, 1.0473897457122803, 0.39944207668304443, -0.4994034469127655, 1.0520395040512085, 3.3997247219085693, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.2940782606601715, 1.1570171117782593, 0.5109444856643677, -7.083034992218018, -0.8930096626281738, 1.0654200315475464, 1.5584419965744019, -0.00522123696282506, 1.5062813758850098, 3.797091484069824, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.29407843947410583, 1.1570186614990234, 0.5109444260597229, -8.16957950592041, -1.0596940517425537, 1.0607105493545532, 0.6651739478111267, -0.39581048488616943, 1.3688758611679077, 3.488501787185669, 0.19134803116321564, -0.19134803116321564, 0.19134803116321564, 0.19134803116321564, -0.19134803116321564, 0.19134803116321564, -2.3561973571777344, 1.5707964897155762, -1.0471969842910767, -1.5707964897155762, 0.0, -1.0471969842910767, 2.481858491897583, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 1.5497207641601562e-06, 5.960464477539063e-08, 0.4465957283973694, 0.2116980105638504, 0.0053750863298773766, 0.36047083139419556, 0.1600884199142456, 0.12838171422481537, 0.12488529831171036, 0.12934765219688416, 0.12934765219688416, 0.12934765219688416, 0.12934765219688416, 0.12934765219688416, 0.12934765219688416, 2.86102294921875e-06, 1.1920928955078125e-07, 5.960464477539062e-07, 1.1920928955078125e-07, 0.0, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [110]}, "observation.state": {"min": [0.45369353890419006, -0.08123558014631271, -0.8874474167823792, 2.2416958808898926, -0.5521540641784668, 0.8337420225143433, -0.18910877406597137, -0.31100958585739136, -0.0007951767765916884, -7.787228241795674e-05, 0.42032715678215027, 0.7531414031982422, NaN], "max": [0.8402065634727478, 0.5521541833877563, 0.0007058846531435847, 2.374277114868164, -0.19768297672271729, 0.9618520140647888, 0.00046875132829882205, -0.050858937203884125, 0.8689554929733276, 0.3147837817668915, 1.0, 1.1690404415130615, NaN], "mean": [0.7800832390785217, 0.4393826425075531, -0.21390292048454285, 2.3375699520111084, -0.48867911100387573, 0.8625299334526062, -0.02820015512406826, -0.09566216915845871, 0.19692263007164001, 0.0871572345495224, 0.9039073586463928, 0.8718799948692322, NaN], "std": [0.1079583615064621, 0.1950453370809555, 0.3208773732185364, 0.030292265117168427, 0.10723477602005005, 0.04481078311800957, 0.05417179688811302, 0.07748577743768692, 0.30121636390686035, 0.12385573983192444, 0.17465713620185852, 0.14784923195838928, NaN], "count": [110]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13839576179297]], [[0.12897583637264626]], [[0.11327354218593153]]], "std": [[[0.31999306402328]], [[0.3003188802626393]], [[0.2691151306380461]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48430987781727375]], [[0.4409540391513125]], [[0.37439487263049265]]], "std": [[[0.4133623444547314]], [[0.38781679974076816]], [[0.3498335745425992]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.8174633093071707]], [[0.7957787474074476]], [[0.7668795144609603]]], "std": [[[0.2164916341346682]], [[0.22141300491656773]], [[0.2297842317222499]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7386540239296019]], [[0.7228372544325689]], [[0.6855643653720166]]], "std": [[[0.24781343918433735]], [[0.25412156885819165]], [[0.27745272903044843]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7948656472814495]], [[0.7405398329366971]], [[0.6732735032934551]]], "std": [[[0.17094306337889584]], [[0.20545595749399648]], [[0.24038036474058955]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9962504970525538]], [[0.9962504970525538]], [[0.9962504970525538]]], "std": [[[0.01782808241328579]], [[0.01782808241328579]], [[0.01782808241328579]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5895048786588265]], [[0.5895048786588265]], [[0.5895048786588265]]], "std": [[[0.33501244986594186]], [[0.33501244986594186]], [[0.33501244986594186]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.1210163542863197]], [[0.1210163542863197]], [[0.1210163542863197]]], "std": [[[0.07449716478339448]], [[0.07449716478339448]], [[0.07449716478339448]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.040600852549904747]], [[0.040600852549904747]], [[0.040600852549904747]]], "std": [[[0.0486108432893243]], [[0.0486108432893243]], [[0.0486108432893243]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.11231164273102968]], [[0.11231164273102968]], [[0.11231164273102968]]], "std": [[[0.04962161820492796]], [[0.04962161820492796]], [[0.04962161820492796]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11535030788759539]], [[0.060944836386728006]], [[0.08024888502646364]]], "std": [[[0.29110802033668726]], [[0.18002080556496897]], [[0.25307357560872445]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4939258521643328]], [[0.47206420879627115]], [[0.14081803484363548]]], "std": [[[0.47327485972644695]], [[0.4359653580297092]], [[0.24280587399832423]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7209248764996234]], [[0.3617203550480758]], [[0.7516315849824079]]], "std": [[[0.31610951110665164]], [[0.40104839037316475]], [[0.3714892657665829]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6111511046469134]], [[0.6196339466945083]], [[0.5169464215904207]]], "std": [[[0.4268941025074751]], [[0.41479109960436467]], [[0.33287593938193233]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47458695184239696]], [[0.5824245033330182]], [[0.42740655177292697]]], "std": [[[0.3710577554459935]], [[0.40059084116110905]], [[0.40907428277566116]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.18], "mean": [1.09], "std": [0.6350590523722971], "count": [110]}, "frame_index": {"min": [0], "max": [109], "mean": [54.5], "std": [31.752952618614856], "count": [110]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [110]}, "index": {"min": [26266], "max": [26375], "mean": [26320.5], "std": [31.752952618614856], "count": [110]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [110]}}} +{"episode_index": 122, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.498465895652771, 1.0808637142181396, 0.8712171316146851, -1.421471357345581, -1.5972633361816406, 0.969276487827301, 1.5247753858566284, -0.5013606548309326, 0.973818302154541, -3.1627793312072754, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.498465895652771, 1.0808637142181396, 0.8712171316146851, -0.7891548275947571, -0.6498504281044006, 1.3811448812484741, 1.7215619087219238, -0.004753807093948126, 1.1271541118621826, -2.492445707321167, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49846628308296204, 1.0808638334274292, 0.8712164163589478, -1.2480146884918213, -1.0228302478790283, 1.1057939529418945, 1.5999244451522827, -0.38458943367004395, 1.0425740480422974, -2.9459726810455322, 0.42411234974861145, -0.42411234974861145, 0.42411234974861145, 0.42411234974861145, -0.42411234974861145, 0.42411234974861145, -2.3561973571777344, 1.5707963705062866, -1.0471971035003662, -1.5707963705062866, 0.0, -1.0471971035003662, 2.481858015060425, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.8743019104003906e-07, 1.1920928955078125e-07, 7.152557373046875e-07, 0.21176062524318695, 0.3905871510505676, 0.14952147006988525, 0.05473891645669937, 0.1543736755847931, 0.04917303845286369, 0.1578885167837143, 0.2646819055080414, 0.2646819055080414, 0.2646819055080414, 0.2646819055080414, 0.2646819055080414, 0.2646819055080414, 2.86102294921875e-06, 0.0, 4.76837158203125e-07, 0.0, 0.0, 4.76837158203125e-07, 2.384185791015625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [107]}, "observation.state": {"min": [0.5057053565979004, -0.8601768016815186, 5.442054629156701e-08, 0.6672231554985046, -0.12775632739067078, 0.43602171540260315, -0.6955965757369995, -0.10605653375387192, -0.3809535503387451, -2.9973020332363376e-07, 0.5901631116867065, 0.7527093291282654, NaN], "max": [0.9992741346359253, 0.24378705024719238, 0.4419463276863098, 0.8667857050895691, 0.7963650226593018, 0.9961772561073303, 3.096623970577639e-07, 0.04085499793291092, 0.3317601978778839, 0.7679572701454163, 1.0, 1.3432793617248535, NaN], "mean": [0.9198707938194275, -0.13483944535255432, 0.1309541016817093, 0.8011671304702759, 0.20122236013412476, 0.8466193079948425, -0.2584151029586792, -0.06548568606376648, -0.05082402750849724, 0.2616461515426636, 0.8932451009750366, 0.9700086116790771, NaN], "std": [0.12686511874198914, 0.2783581018447876, 0.15788517892360687, 0.07792020589113235, 0.2558073401451111, 0.19202925264835358, 0.27139195799827576, 0.05029093101620674, 0.17096981406211853, 0.2867686152458191, 0.14001557230949402, 0.2445249855518341, NaN], "count": [107]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.09167395498262915]], [[0.08652737259193544]], [[0.08359196025457138]]], "std": [[[0.22520105505679525]], [[0.2171949299932489]], [[0.2129836105079233]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30909302879183204]], [[0.2874528432076637]], [[0.27493095311377863]]], "std": [[[0.2929171061898806]], [[0.28346643673448557]], [[0.27984646716486195]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5679446171136284]], [[0.5445729492097786]], [[0.5289188816937808]]], "std": [[[0.21510593875401748]], [[0.2296984381897706]], [[0.24238729552761681]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5448720323531758]], [[0.5187571117910589]], [[0.5030653252785673]]], "std": [[[0.25031091965282254]], [[0.2582794611510551]], [[0.2650309486404324]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6086711741705677]], [[0.5893257895340346]], [[0.5753019524693705]]], "std": [[[0.30152822645325345]], [[0.3151193598342106]], [[0.32561849055399444]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9968840420816595]], [[0.9968840420816595]], [[0.9968840420816595]]], "std": [[[0.016047638683133747]], [[0.016047638683133747]], [[0.016047638683133747]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896397859304455]], [[0.5896397859304455]], [[0.5896397859304455]]], "std": [[[0.3345505246277988]], [[0.3345505246277988]], [[0.3345505246277988]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10832507404658112]], [[0.10832507404658112]], [[0.10832507404658112]]], "std": [[[0.1399583535284745]], [[0.1399583535284745]], [[0.1399583535284745]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3176470588235294]], [[0.3176470588235294]], [[0.3176470588235294]]], "mean": [[[0.06621307176131286]], [[0.06621307176131286]], [[0.06621307176131286]]], "std": [[[0.07408854461751428]], [[0.07408854461751428]], [[0.07408854461751428]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1331832110567287]], [[0.1331832110567287]], [[0.1331832110567287]]], "std": [[[0.2314103345880366]], [[0.2314103345880366]], [[0.2314103345880366]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11755117545804274]], [[0.03929672478409646]], [[0.07389970166788373]]], "std": [[[0.2984389319805881]], [[0.129184846219968]], [[0.2414427126750504]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4774074503232434]], [[0.45315927206695406]], [[0.1519616332426066]]], "std": [[[0.4342486477175562]], [[0.4422196089447756]], [[0.2670732895782549]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48762245866165627]], [[0.5199432143022388]], [[0.5947169264751145]]], "std": [[[0.3352524589172598]], [[0.38423881899398177]], [[0.4391557984294458]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38334238991585146]], [[0.7687850660937402]], [[0.4340427616072249]]], "std": [[[0.3798321982633315]], [[0.2898737996307817]], [[0.3863903869713674]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.371992771363872]], [[0.7363439154397096]], [[0.35597861718470775]]], "std": [[[0.3377754970086624]], [[0.38807080820656575]], [[0.36261367876200806]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.12], "mean": [1.06], "std": [0.6177378084592201], "count": [107]}, "frame_index": {"min": [0], "max": [106], "mean": [53.0], "std": [30.886890422961002], "count": [107]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [107]}, "index": {"min": [26376], "max": [26482], "mean": [26429.0], "std": [30.886890422961002], "count": [107]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [107]}}} +{"episode_index": 123, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4073936641216278, 1.828709602355957, 0.6129745244979858, -7.063643932342529, -1.5658568143844604, 7.034431457519531, 1.0696001052856445, -1.7188000679016113, 1.0537952184677124, -4.480935096740723, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4073936641216278, 1.828709602355957, 0.6129745244979858, -6.1976637840271, -0.8247590065002441, 7.329299449920654, 1.567360281944275, -0.011341908946633339, 2.0095767974853516, -2.49556303024292, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.407394140958786, 1.8287079334259033, 0.6129753589630127, -6.512300491333008, -1.0450494289398193, 7.182735919952393, 1.2249518632888794, -1.2086198329925537, 1.7226322889328003, -3.921143054962158, 0.3497558534145355, -0.3497558534145355, 0.3497558534145355, 0.3497558534145355, -0.3497558534145355, 0.3497558534145355, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.481861114501953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 1.6689300537109375e-06, 8.344650268554688e-07, 0.2854922115802765, 0.2575710117816925, 0.09241760522127151, 0.16442006826400757, 0.5926069617271423, 0.3233660161495209, 0.6988517045974731, 0.17411275207996368, 0.17411275207996368, 0.17411275207996368, 0.17411275207996368, 0.17411275207996368, 0.17411275207996368, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 2.86102294921875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [135]}, "observation.state": {"min": [-0.9729334115982056, 0.23108577728271484, -0.6742982268333435, -0.03929481655359268, -0.8907210230827332, -0.9729334115982056, -0.4334561824798584, -0.3647316098213196, -0.49339383840560913, -0.11552894860506058, 0.5978608727455139, 0.7563020586967468, NaN], "max": [0.2198123186826706, 0.9077304601669312, 0.015453653410077095, 0.4693620800971985, -0.23108577728271484, -0.13686423003673553, 0.0019803536124527454, -0.22665327787399292, 0.0019807606004178524, 0.6958906054496765, 1.0, 1.297498106956482, NaN], "mean": [-0.6830255389213562, 0.4795980453491211, -0.13275320827960968, 0.07123342156410217, -0.4837515354156494, -0.7413887977600098, -0.1421864628791809, -0.33069977164268494, -0.14755292236804962, 0.08545710146427155, 0.9326695203781128, 0.9311644434928894, NaN], "std": [0.4032141864299774, 0.27242356538772583, 0.22145390510559082, 0.15862227976322174, 0.2772279679775238, 0.2996715009212494, 0.17161285877227783, 0.04649589955806732, 0.19557984173297882, 0.22137507796287537, 0.11745090782642365, 0.18402116000652313, NaN], "count": [135]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12968319529857017]], [[0.11542307571091089]], [[0.09691694645780065]]], "std": [[[0.30404995262779877]], [[0.27527035070978323]], [[0.23577254366719502]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44459898034655876]], [[0.375648536737632]], [[0.30682881342407353]]], "std": [[[0.3958907666394972]], [[0.3635327388524347]], [[0.31814088435475046]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6627941052416999]], [[0.5970874175462737]], [[0.49953623672375147]]], "std": [[[0.2243535027129342]], [[0.2716901243981515]], [[0.2849163216122383]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5440854628640553]], [[0.47856927856467985]], [[0.4141341522211292]]], "std": [[[0.24520850326496954]], [[0.2579200039966679]], [[0.2692369388797715]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4314428451589931]], [[0.37639543321860053]], [[0.3279581798589276]]], "std": [[[0.3660098640884666]], [[0.3647927805414486]], [[0.3571025936080916]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958679815005924]], [[0.9958679815005924]], [[0.9958679815005924]]], "std": [[[0.019109794573907036]], [[0.019109794573907036]], [[0.019109794573907036]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5938308391856452]], [[0.5938308391856452]], [[0.5938308391856452]]], "std": [[[0.33662621268726856]], [[0.33662621268726856]], [[0.33662621268726856]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1409036868055933]], [[0.1409036868055933]], [[0.1409036868055933]]], "std": [[[0.16864589429243976]], [[0.16864589429243976]], [[0.16864589429243976]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3215686274509804]], [[0.3215686274509804]], [[0.3215686274509804]]], "mean": [[[0.04741583232246423]], [[0.04741583232246423]], [[0.04741583232246423]]], "std": [[[0.04298631929881776]], [[0.04298631929881776]], [[0.04298631929881776]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094550600788176]], [[0.4094550600788176]], [[0.4094550600788176]]], "std": [[[0.44286262072465343]], [[0.44286262072465343]], [[0.44286262072465343]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03846482007871033]], [[0.09482096250832332]], [[0.09554541668929806]]], "std": [[[0.1373042034265011]], [[0.25832242987381693]], [[0.27971010257002415]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15946294586368456]], [[0.27611889832366726]], [[0.39449608962972355]]], "std": [[[0.27024582942547026]], [[0.3994731891272253]], [[0.44647851820132317]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4422471737575027]], [[0.4172898676381739]], [[0.6704760157474295]]], "std": [[[0.41766528205996356]], [[0.28906180726579883]], [[0.41522768703710483]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.532876751754017]], [[0.5406411947768746]], [[0.5407774150048514]]], "std": [[[0.391362181301451]], [[0.38074076845829996]], [[0.4148210028087157]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3753096344040164]], [[0.3572439342824439]], [[0.3941463885988717]]], "std": [[[0.41197583952930883]], [[0.4040921893386332]], [[0.44288572749282634]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.68], "mean": [1.34], "std": [0.779401479769359], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [135]}, "index": {"min": [26483], "max": [26617], "mean": [26550.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [135]}}} +{"episode_index": 124, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4794200658798218, 1.0593458414077759, 0.7249677777290344, -2.6751277446746826, -1.5669691562652588, 1.051257610321045, 0.6294500827789307, 0.0035094048362225294, -1.286257028579712, -2.7293083667755127, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4794200658798218, 1.0593458414077759, 0.7249677777290344, -0.7942627668380737, -0.7938550710678101, 1.8796772956848145, 1.567392349243164, 0.7284972071647644, 1.0353798866271973, -2.4828107357025146, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4794206917285919, 1.0593453645706177, 0.724967896938324, -2.13754940032959, -0.9980296492576599, 1.6571643352508545, 0.9906622171401978, 0.529755175113678, -0.6495195031166077, -2.6397197246551514, 0.4453195333480835, -0.4453195333480835, 0.4453195333480835, 0.4453195333480835, -0.4453195333480835, 0.4453195333480835, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.6319760084152222, 0.26425087451934814, 0.2821127772331238, 0.2990683913230896, 0.24579723179340363, 0.765801727771759, 0.07919111102819443, 0.22691480815410614, 0.22691480815410614, 0.22691480815410614, 0.22691480815410614, 0.22691480815410614, 0.22691480815410614, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [178]}, "observation.state": {"min": [-0.9057084321975708, -0.5639782547950745, -0.4268976151943207, 0.7379867434501648, -0.7913713455200195, -0.9814950823783875, -0.2674320936203003, -0.5557451844215393, -0.42411234974861145, -0.377124547958374, 0.8776533007621765, 0.869526207447052, NaN], "max": [-0.6113268136978149, 0.7913782596588135, 0.012225029990077019, 1.2138499021530151, 0.556998074054718, -0.6113209128379822, 0.004260697402060032, -0.2237597554922104, 0.08929750323295593, 0.041847363114356995, 1.0, 1.5125272274017334, NaN], "mean": [-0.7222057580947876, 0.3899291455745697, -0.11026846617460251, 1.030666708946228, -0.37021225690841675, -0.7278361916542053, -0.08492909371852875, -0.2970823347568512, -0.0817011371254921, -0.08120380342006683, 0.9722373485565186, 1.0945489406585693, NaN], "std": [0.1224837601184845, 0.525363564491272, 0.1523316502571106, 0.10811164975166321, 0.5456336736679077, 0.13322901725769043, 0.10255593806505203, 0.10112356394529343, 0.14821326732635498, 0.13363587856292725, 0.040747061371803284, 0.2586103081703186, NaN], "count": [178]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.07855045594722962]], [[0.08469538004319747]], [[0.07299659556719648]]], "std": [[[0.1932608537991132]], [[0.206819314072752]], [[0.18162976507583156]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2662227854925699]], [[0.2847239110274252]], [[0.2535322173874851]]], "std": [[[0.2801407545663227]], [[0.28740542661205487]], [[0.2705042193382366]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.47418360467541215]], [[0.5126188852477485]], [[0.43194141720160584]]], "std": [[[0.2323214833096334]], [[0.24554999242562237]], [[0.2216137848561191]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4004773957597813]], [[0.4411087520812504]], [[0.3910904283603938]]], "std": [[[0.28276168676747043]], [[0.27068127188239366]], [[0.2753114132287229]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45561741470980516]], [[0.4809972849028124]], [[0.4650100993032212]]], "std": [[[0.3039858971432666]], [[0.28998497079309693]], [[0.2978458956203986]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969004345898955]], [[0.9969004345898955]], [[0.9969004345898955]]], "std": [[[0.015733820206586997]], [[0.015733820206586997]], [[0.015733820206586997]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.12941176470588237]], [[0.12941176470588237]], [[0.12941176470588237]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5804782876044984]], [[0.5804782876044984]], [[0.5804782876044984]]], "std": [[[0.33624437695603787]], [[0.33624437695603787]], [[0.33624437695603787]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.277346138345903]], [[0.277346138345903]], [[0.277346138345903]]], "std": [[[0.2781382077544245]], [[0.2781382077544245]], [[0.2781382077544245]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13027668375923948]], [[0.13027668375923948]], [[0.13027668375923948]]], "std": [[[0.22761283068826266]], [[0.22761283068826266]], [[0.22761283068826266]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13023974261227353]], [[0.13023974261227353]], [[0.13023974261227353]]], "std": [[[0.06749909393047474]], [[0.06749909393047474]], [[0.06749909393047474]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07725966830082123]], [[0.05864122696375154]], [[0.14332746056939927]]], "std": [[[0.23798743284098453]], [[0.16981365702795417]], [[0.34582955615418665]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32198946550337926]], [[0.3825153494522531]], [[0.238849117978986]]], "std": [[[0.4235088035742757]], [[0.4273285970143288]], [[0.2997241981560838]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31567970436353465]], [[0.6293192944904784]], [[0.4716196128052808]]], "std": [[[0.3853086690931019]], [[0.43712758152403053]], [[0.3118583038551401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6214059442456235]], [[0.590841803511186]], [[0.3218759638460904]]], "std": [[[0.42518276809986244]], [[0.3306031444979933]], [[0.36229509363955215]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6441430800561393]], [[0.6931409832152142]], [[0.4701360861159894]]], "std": [[[0.3935653237227373]], [[0.3472750835841017]], [[0.41880731782851777]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.54], "mean": [1.77], "std": [1.0276672613253768], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [178]}, "index": {"min": [26618], "max": [26795], "mean": [26706.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [178]}}} +{"episode_index": 125, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45520153641700745, 1.911444067955017, 0.6222253441810608, -1.5605759620666504, -1.5590108633041382, -0.08706950396299362, 0.638729989528656, 0.009370282292366028, 0.7893626093864441, -2.8433847427368164, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45520153641700745, 1.911444067955017, 0.6222253441810608, -0.15514995157718658, -0.5647445321083069, 1.3804534673690796, 1.5679104328155518, 3.4645333290100098, 1.0468921661376953, -1.6738144159317017, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4552006125450134, 1.9114398956298828, 0.6222241520881653, -0.757702648639679, -0.7607254981994629, 0.5312211513519287, 1.0662693977355957, 2.418879270553589, 0.9702178835868835, -2.1661159992218018, 0.45184525847435, -0.45184525847435, 0.45184525847435, 0.45184525847435, -0.45184525847435, 0.45184525847435, -2.3561995029449463, 1.5707988739013672, -1.047196865081787, -1.5707988739013672, 0.0, -1.047196865081787, 2.4818663597106934, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.238719940185547e-07, 4.172325134277344e-06, 1.1920928955078125e-06, 0.5446659922599792, 0.2426919937133789, 0.5915613770484924, 0.2693963348865509, 1.217954158782959, 0.08257467299699783, 0.4640423357486725, 0.18342353403568268, 0.18342353403568268, 0.18342353403568268, 0.18342353403568268, 0.18342353403568268, 0.18342353403568268, 5.0067901611328125e-06, 2.5033950805664062e-06, 7.152557373046875e-07, 2.5033950805664062e-06, 0.0, 7.152557373046875e-07, 8.106231689453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [257]}, "observation.state": {"min": [-0.9131569266319275, -0.989284098148346, -0.30298352241516113, 2.371072292327881, -0.6883576512336731, -0.9131547808647156, -0.9859663248062134, -1.403503179550171, -0.9467522501945496, -0.16134802997112274, -0.9908797740936279, 0.7531460523605347, NaN], "max": [-0.11982639878988266, -0.4076073169708252, 0.6329609155654907, 3.054267168045044, 0.698691189289093, 0.8304946422576904, 0.9523664116859436, -0.11479954421520233, 0.9915485978126526, 0.18204213678836823, 1.0, 1.542178988456726, NaN], "mean": [-0.64582359790802, -0.630811870098114, 0.0729079395532608, 2.6098296642303467, 0.1146160140633583, -0.22983233630657196, -0.10906708240509033, -0.5729904174804688, 0.07024442404508591, -0.038702789694070816, 0.31522881984710693, 1.0975052118301392, NaN], "std": [0.2819611132144928, 0.22004641592502594, 0.2274942696094513, 0.24170197546482086, 0.4446098804473877, 0.701042115688324, 0.4827073812484741, 0.5140337944030762, 0.5363423824310303, 0.088748037815094, 0.7737317085266113, 0.31270578503608704, NaN], "count": [257]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09365672293335103]], [[0.09230116590256361]], [[0.08999531815051522]]], "std": [[[0.23099566889283782]], [[0.22867060716578846]], [[0.22503429216435297]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30272396064886065]], [[0.29482113014830774]], [[0.28049408063215026]]], "std": [[[0.30450488206854953]], [[0.30176402515088285]], [[0.301684304903776]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3233960320286249]], [[0.32274191422063164]], [[0.3230163234405626]]], "std": [[[0.3400989050184163]], [[0.3399961178184312]], [[0.34033553437456926]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5793196404994062]], [[0.5761437465927173]], [[0.5712439704926805]]], "std": [[[0.3285308017758658]], [[0.3286456886503788]], [[0.33076050360155185]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.620390673584163]], [[0.6049718465410171]], [[0.5748234569912914]]], "std": [[[0.257307285717007]], [[0.26823541514294946]], [[0.29529465336785155]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.994748257717642]], [[0.994748257717642]], [[0.994748257717642]]], "std": [[[0.022087894236438456]], [[0.022087894236438456]], [[0.022087894236438456]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5983309213292376]], [[0.5983309213292376]], [[0.5983309213292376]]], "std": [[[0.33881998427015847]], [[0.33881998427015847]], [[0.33881998427015847]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675909664847438]], [[0.4675909664847438]], [[0.4675909664847438]]], "std": [[[0.43153852430896916]], [[0.43153852430896916]], [[0.43153852430896916]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19035829358589304]], [[0.19035829358589304]], [[0.19035829358589304]]], "std": [[[0.3368111488326297]], [[0.3368111488326297]], [[0.3368111488326297]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.28627450980392155]], [[0.28627450980392155]], [[0.28627450980392155]]], "mean": [[[0.12627768557578634]], [[0.12627768557578634]], [[0.12627768557578634]]], "std": [[[0.05743043023996282]], [[0.05743043023996282]], [[0.05743043023996282]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03364581292316523]], [[0.14512279092410535]], [[0.07908193370710345]]], "std": [[[0.13273300484330985]], [[0.3471329684496572]], [[0.21157739194149672]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41189982639203215]], [[0.5310073097738804]], [[0.11878629590066593]]], "std": [[[0.3902934634822182]], [[0.48125899401460476]], [[0.22196995160525965]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3088245030647942]], [[0.24951499070268646]], [[0.4596397389912499]]], "std": [[[0.3842687722696021]], [[0.3748366391744537]], [[0.4549730443900385]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4086176795809805]], [[0.4422805421611208]], [[0.597723902310146]]], "std": [[[0.43424848853201864]], [[0.4243201066304002]], [[0.352914611871066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36160946052782456]], [[0.7649532961709017]], [[0.50306346782754]]], "std": [[[0.3765971302890682]], [[0.3334752218905437]], [[0.30672317417847245]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.12], "mean": [2.5600000000000005], "std": [1.4837789592793127], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [257]}, "index": {"min": [26796], "max": [27052], "mean": [26924.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [257]}}} +{"episode_index": 126, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3494023382663727, 0.9377433657646179, 0.6360544562339783, -2.089040756225586, -1.5553518533706665, -5.277047157287598, 1.1913361549377441, -0.9312805533409119, 1.021754264831543, -3.5180611610412598, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3494023382663727, 0.9377433657646179, 0.6360544562339783, -0.7927641868591309, -0.8368093371391296, -4.820896148681641, 1.5667219161987305, -0.017950987443327904, 1.1334701776504517, -2.4951295852661133, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3494020104408264, 0.9377439618110657, 0.6360548138618469, -1.7072631120681763, -1.0063300132751465, -4.975646495819092, 1.2726234197616577, -0.7054757475852966, 1.0517783164978027, -3.2464306354522705, 0.27168720960617065, -0.27168720960617065, 0.27168720960617065, 0.27168720960617065, -0.27168720960617065, 0.27168720960617065, -2.356196880340576, 1.5707958936691284, -1.0471972227096558, -1.5707958936691284, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.4642730951309204, 0.2240566611289978, 0.18204884231090546, 0.1193854808807373, 0.2990349233150482, 0.03210677206516266, 0.35398703813552856, 0.20773062109947205, 0.20773062109947205, 0.20773062109947205, 0.20773062109947205, 0.20773062109947205, 0.20773062109947205, 2.384185791015625e-06, 4.76837158203125e-07, 3.5762786865234375e-07, 4.76837158203125e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [97]}, "observation.state": {"min": [-0.30523383617401123, -0.9546537399291992, -0.33355453610420227, 2.1836276054382324, 0.04906826838850975, 0.09629406034946442, -0.8020517230033875, -0.21066966652870178, 5.924540346313734e-06, -0.4402132034301758, 0.4968104064464569, 0.7531459331512451, NaN], "max": [0.9987954497337341, -0.04906826838850975, -5.653659627569141e-06, 2.474100351333618, 0.7848923206329346, 0.9987954497337341, -5.659270755131729e-06, 0.007854836992919445, 0.7479249835014343, 0.07429885864257812, 1.0, 1.4683021306991577, NaN], "mean": [0.6987919211387634, -0.36945390701293945, -0.10329852253198624, 2.3862104415893555, 0.3083798289299011, 0.761866569519043, -0.20170094072818756, -0.06584468483924866, 0.21081401407718658, -0.05345337837934494, 0.91117262840271, 0.9423370361328125, NaN], "std": [0.44970327615737915, 0.381340891122818, 0.12987953424453735, 0.11527876555919647, 0.29992616176605225, 0.33940207958221436, 0.2804068922996521, 0.05193179100751877, 0.2827722430229187, 0.1399666965007782, 0.15137319266796112, 0.2516016364097595, NaN], "count": [97]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12536103793885028]], [[0.12176238194282465]], [[0.11771646108577881]]], "std": [[[0.2943471618878167]], [[0.28912376640324805]], [[0.28270173424198375]]], "count": [97]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4328805843981013]], [[0.40920934160229133]], [[0.39255467761285945]]], "std": [[[0.38752154017465834]], [[0.3880203368496017]], [[0.3884459697690958]]], "count": [97]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6424187699764212]], [[0.6341324396110484]], [[0.602416754701854]]], "std": [[[0.20642220568133235]], [[0.20832785703582882]], [[0.21183416427635174]]], "count": [97]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6481871049153308]], [[0.6241781543089349]], [[0.556975377046002]]], "std": [[[0.2713705442649013]], [[0.28966209939460497]], [[0.29793926475911015]]], "count": [97]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5868060018322048]], [[0.5167488818084672]], [[0.4808957439194368]]], "std": [[[0.27861007496505064]], [[0.326461648375295]], [[0.349809942964026]]], "count": [97]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9966658128433893]], [[0.9966658128433893]], [[0.9966658128433893]]], "std": [[[0.016671927854782997]], [[0.016671927854782997]], [[0.016671927854782997]]], "count": [97]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5915218493971185]], [[0.5915218493971185]], [[0.5915218493971185]]], "std": [[[0.3341880721536278]], [[0.3341880721536278]], [[0.3341880721536278]]], "count": [97]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.07684898520811834]], [[0.07684898520811834]], [[0.07684898520811834]]], "std": [[[0.06040731849689141]], [[0.06040731849689141]], [[0.06040731849689141]]], "count": [97]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.031094731198341007]], [[0.031094731198341007]], [[0.031094731198341007]]], "std": [[[0.03295230422766242]], [[0.03295230422766242]], [[0.03295230422766242]]], "count": [97]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10006911122541047]], [[0.10006911122541047]], [[0.10006911122541047]]], "std": [[[0.0898860801131488]], [[0.0898860801131488]], [[0.0898860801131488]]], "count": [97]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.035328411603128586]], [[0.14529154345732698]], [[0.04894586491506456]]], "std": [[[0.1358464001711091]], [[0.3488283617432103]], [[0.1511463920344807]]], "count": [97]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21255586429655943]], [[0.3717417857289042]], [[0.43163541266296584]]], "std": [[[0.3508376779649938]], [[0.39014947505533043]], [[0.4696053826577223]]], "count": [97]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36267165513486765]], [[0.7883319888606583]], [[0.3362133868830056]]], "std": [[[0.3790414945180926]], [[0.3656628959646533]], [[0.19690596183445938]]], "count": [97]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3481652356744772]], [[0.8258127513083229]], [[0.48211355404391987]]], "std": [[[0.38067142641630997]], [[0.3149002561667115]], [[0.34625555983650186]]], "count": [97]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44581990251897363]], [[0.5730050418433895]], [[0.5995231337198759]]], "std": [[[0.3769088700346618]], [[0.3450440095328781]], [[0.40161738921206663]]], "count": [97]}, "timestamp": {"min": [0.0], "max": [1.92], "mean": [0.9599999999999999], "std": [0.5599999999999999], "count": [97]}, "frame_index": {"min": [0], "max": [96], "mean": [48.0], "std": [28.0], "count": [97]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [97]}, "index": {"min": [27053], "max": [27149], "mean": [27101.0], "std": [28.0], "count": [97]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [97]}}} +{"episode_index": 127, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38925930857658386, 2.585573673248291, 0.5205441117286682, -0.7812733054161072, -1.7621347904205322, 1.0579235553741455, -0.9142401814460754, -3.5695769786834717, -0.7001445293426514, -3.100865364074707, 1.249000902703301e-16, -0.4536585509777069, 1.249000902703301e-16, 1.249000902703301e-16, -0.4536585509777069, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38925930857658386, 2.585573673248291, 0.5205441117286682, 3.1207597255706787, 1.1354032754898071, 4.222116470336914, 1.5604383945465088, -0.012360281310975552, 2.0357909202575684, -2.484433889389038, 0.4536585509777069, -1.249000902703301e-16, 0.4536585509777069, 0.4536585509777069, -1.249000902703301e-16, 0.4536585509777069, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38925930857658386, 2.585571765899658, 0.5205441117286682, 1.5749164819717407, -0.16498513519763947, 3.512784242630005, -0.38995862007141113, -2.795609474182129, 0.4515494108200073, -2.9651222229003906, 0.39440345764160156, -0.39440345764160156, 0.39440345764160156, 0.39440345764160156, -0.39440345764160156, 0.39440345764160156, -2.3561997413635254, 1.5707991123199463, -1.047199010848999, -1.5707991123199463, 0.0, -1.047199010848999, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.9073486328125e-06, 0.0, 1.4603545665740967, 1.246113657951355, 0.9282838702201843, 0.6701449155807495, 1.0420359373092651, 1.0127109289169312, 0.1678353101015091, 0.14860647916793823, 0.14860647916793823, 0.14860647916793823, 0.14860647916793823, 0.14860647916793823, 0.14860647916793823, 5.245208740234375e-06, 2.7418136596679688e-06, 1.430511474609375e-06, 2.7418136596679688e-06, 0.0, 1.430511474609375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [303]}, "observation.state": {"min": [-0.9893811345100403, -0.8171762228012085, -0.5131855607032776, 2.450637102127075, -0.9865115880966187, 0.1592816710472107, -0.18676379323005676, -0.890694797039032, -0.5069963335990906, -0.931541919708252, -0.9956808686256409, 0.7535033226013184, NaN], "max": [0.30563968420028687, 0.9584745168685913, 0.9893180131912231, 3.4579646587371826, 0.18435952067375183, 0.98111891746521, 0.7723995447158813, -0.1312674582004547, 0.613203763961792, 0.8615117073059082, 1.0, 1.742676854133606, NaN], "mean": [-0.18825486302375793, 0.34093940258026123, 0.06761711835861206, 2.733792304992676, -0.7510353922843933, 0.45782455801963806, 0.11019493639469147, -0.3936767876148224, -0.03796529769897461, 0.007882371544837952, 0.1629990041255951, 1.0569452047348022, NaN], "std": [0.5191594362258911, 0.6526928544044495, 0.3849866986274719, 0.2899278402328491, 0.3015427589416504, 0.24653753638267517, 0.24998338520526886, 0.18820157647132874, 0.1964980512857437, 0.4327887296676636, 0.8637190461158752, 0.3380032181739807, NaN], "count": [303]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09415346568845383]], [[0.09410151070448357]], [[0.09307298709641512]]], "std": [[[0.23125108960070934]], [[0.23111569110188848]], [[0.22966394433730264]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2976064175268274]], [[0.299316684671201]], [[0.29092263280607206]]], "std": [[[0.29940465301397623]], [[0.2990697692298751]], [[0.29885425317789627]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.45379969301766054]], [[0.4532761694397673]], [[0.45362790629058986]]], "std": [[[0.3593215771062997]], [[0.3593827456748263]], [[0.3596111482043085]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5182169610089513]], [[0.5336581311092201]], [[0.5121764699176754]]], "std": [[[0.3241459303560783]], [[0.3113458575250918]], [[0.32521883560924086]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.532804056351175]], [[0.5435874299516325]], [[0.5176568758210168]]], "std": [[[0.2560513178475864]], [[0.24748296253354407]], [[0.26684033004704827]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.996445761424162]], [[0.996445761424162]], [[0.996445761424162]]], "std": [[[0.017423347108858966]], [[0.017423347108858966]], [[0.017423347108858966]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5953209199277673]], [[0.5953209199277673]], [[0.5953209199277673]]], "std": [[[0.3382733991668027]], [[0.3382733991668027]], [[0.3382733991668027]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3339242307504035]], [[0.3339242307504035]], [[0.3339242307504035]]], "std": [[[0.3867866318694205]], [[0.3867866318694205]], [[0.3867866318694205]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15493548073447772]], [[0.15493548073447772]], [[0.15493548073447772]]], "std": [[[0.3046095110187665]], [[0.3046095110187665]], [[0.3046095110187665]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13668493540160842]], [[0.13668493540160842]], [[0.13668493540160842]]], "std": [[[0.062072760684257204]], [[0.062072760684257204]], [[0.062072760684257204]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11035866239385875]], [[0.03198096950896908]], [[0.08295411827738516]]], "std": [[[0.28804443259248164]], [[0.12426871024494165]], [[0.24990451885179782]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19988616038050253]], [[0.28190667280899573]], [[0.4261620220332584]]], "std": [[[0.3196519664313534]], [[0.3344175322390739]], [[0.4694111087693453]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5397242764825912]], [[0.3598507735914721]], [[0.28821831554002536]]], "std": [[[0.43752199611936893]], [[0.33466131917883624]], [[0.3761102876979762]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48294438845268967]], [[0.36959707126241625]], [[0.5329721389051499]]], "std": [[[0.42957634615292967]], [[0.28976679100023844]], [[0.4482290258233622]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7220243118210999]], [[0.6732019652770653]], [[0.28342868293310963]]], "std": [[[0.3861885755105016]], [[0.29544656790119833]], [[0.3303827546137679]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.04], "mean": [3.02], "std": [1.749361788386458], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [303]}, "index": {"min": [27150], "max": [27452], "mean": [27301.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [303]}}} +{"episode_index": 128, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05873793736100197, 0.6592562794685364, 0.3117234408855438, 3.1922080516815186, -1.6664838790893555, 1.0555939674377441, -1.3908849954605103, -0.19759835302829742, 1.0475342273712158, -11.60692024230957, 6.938893903907228e-18, -0.44878047704696655, 6.938893903907228e-18, 6.938893903907228e-18, -0.44878047704696655, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.05873793736100197, 0.6592562794685364, 0.3117234408855438, 5.4849772453308105, -1.5711681842803955, 2.787071943283081, 1.5553226470947266, -0.0012759100645780563, 1.363179326057434, -8.778274536132812, 0.44878047704696655, -6.938893903907228e-18, 0.44878047704696655, 0.44878047704696655, -6.938893903907228e-18, 0.44878047704696655, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0587378554046154, 0.6592560410499573, 0.3117230534553528, 3.9375662803649902, -1.604428768157959, 2.2074999809265137, -0.3097800016403198, -0.11780384182929993, 1.163918137550354, -10.64172649383545, 0.33711814880371094, -0.33711814880371094, 0.33711814880371094, 0.33711814880371094, -0.33711814880371094, 0.33711814880371094, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.195638656616211e-08, 2.384185791015625e-07, 3.8743019104003906e-07, 0.8194318413734436, 0.024450277909636497, 0.625956654548645, 1.0107754468917847, 0.060204993933439255, 0.08419010788202286, 1.0349202156066895, 0.18768703937530518, 0.18768703937530518, 0.18768703937530518, 0.18768703937530518, 0.18768703937530518, 0.18768703937530518, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [151]}, "observation.state": {"min": [-0.706870973110199, -0.8730657696723938, -0.6795079708099365, 0.9600403904914856, -0.7338089346885681, -0.706870973110199, -2.5214765628334135e-05, -0.2707112431526184, -0.764049768447876, -0.20617465674877167, -0.405183345079422, 0.753141462802887, NaN], "max": [-0.301526814699173, -0.5783500671386719, 2.0831101210205816e-05, 1.5779846906661987, 0.8679648041725159, -0.2899990677833557, 0.8162141442298889, 0.12685739994049072, 3.249224027968012e-05, 0.6881936192512512, 1.0, 1.3279868364334106, NaN], "mean": [-0.5993257164955139, -0.7235428690910339, -0.214028462767601, 1.3977131843566895, 0.48623940348625183, -0.5961415767669678, 0.2544703185558319, 0.016848228871822357, -0.2754631042480469, 0.12534251809120178, 0.751259982585907, 0.9887239336967468, NaN], "std": [0.12097134441137314, 0.08048956096172333, 0.2244425117969513, 0.21618223190307617, 0.4820202589035034, 0.1169053241610527, 0.31212279200553894, 0.12621380388736725, 0.285521000623703, 0.29196837544441223, 0.42101094126701355, 0.21644899249076843, NaN], "count": [151]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.0903615189791932]], [[0.0841677043581702]], [[0.07787980615453323]]], "std": [[[0.22254229650803897]], [[0.2127958806769352]], [[0.2030905045261392]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3076768330258816]], [[0.28445594588849527]], [[0.2579041702793083]]], "std": [[[0.2929966633205965]], [[0.28246132671721275]], [[0.2725022471646704]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.611362015864107]], [[0.5893020248898437]], [[0.5642482225132452]]], "std": [[[0.21214345957753206]], [[0.2270026787620685]], [[0.24267952492766304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5745499141347999]], [[0.537828905290785]], [[0.5024563871169342]]], "std": [[[0.2783419379514387]], [[0.2829676627070632]], [[0.29083578982588776]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.502127280322888]], [[0.45370589911693965]], [[0.393781346497766]]], "std": [[[0.16964393278558892]], [[0.1761311931328853]], [[0.1861370776877954]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958655527324982]], [[0.9958655527324982]], [[0.9958655527324982]]], "std": [[[0.019071810172118873]], [[0.019071810172118873]], [[0.019071810172118873]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5936060809057387]], [[0.5936060809057387]], [[0.5936060809057387]]], "std": [[[0.3364351657964054]], [[0.3364351657964054]], [[0.3364351657964054]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1406578595324454]], [[0.1406578595324454]], [[0.1406578595324454]]], "std": [[[0.10268756622827122]], [[0.10268756622827122]], [[0.10268756622827122]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11624011946695849]], [[0.11624011946695849]], [[0.11624011946695849]]], "std": [[[0.2154173061805399]], [[0.2154173061805399]], [[0.2154173061805399]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11185314603253153]], [[0.11185314603253153]], [[0.11185314603253153]]], "std": [[[0.09008592282705877]], [[0.09008592282705877]], [[0.09008592282705877]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08312311413399531]], [[0.07968743726073582]], [[0.10065577409103924]]], "std": [[[0.2139429665364282]], [[0.25118701324191567]], [[0.2882734416588017]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2254225419452005]], [[0.3025767593313445]], [[0.35025580654614025]]], "std": [[[0.30920812126633074]], [[0.4162588844406772]], [[0.4342215891423259]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7682131254061079]], [[0.6610825600100851]], [[0.31220659147007523]]], "std": [[[0.3230655533765872]], [[0.3973580088027502]], [[0.351204417392637]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6026243798158776]], [[0.5699615192474171]], [[0.42784700906798206]]], "std": [[[0.35640662154077996]], [[0.41665303486609173]], [[0.4222349191672907]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7986439266380605]], [[0.6208787674571897]], [[0.3148384828983746]]], "std": [[[0.3319642303274178]], [[0.35094579463316106]], [[0.36382664938661124]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.0], "mean": [1.5], "std": [0.8717797887081347], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [151]}, "index": {"min": [27453], "max": [27603], "mean": [27528.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [151]}}} +{"episode_index": 129, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49910253286361694, 1.134783387184143, 0.5680540800094604, -2.0269927978515625, -1.5659087896347046, 0.7044513821601868, 0.7395415306091309, -0.4628611207008362, 1.051706075668335, -2.480738878250122, 1.231653667943533e-16, -0.47804877161979675, 1.231653667943533e-16, 1.231653667943533e-16, -0.47804877161979675, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49910253286361694, 1.134783387184143, 0.5680540800094604, -0.8014001250267029, -1.132917881011963, 1.0429624319076538, 1.5599697828292847, -0.005842843558639288, 1.3933568000793457, -2.3651528358459473, 0.47804877161979675, -1.231653667943533e-16, 0.47804877161979675, 0.47804877161979675, -1.231653667943533e-16, 0.47804877161979675, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4991026818752289, 1.1347825527191162, 0.5680541396141052, -1.7896931171417236, -1.2430254220962524, 0.7763282060623169, 0.9272827506065369, -0.3701116740703583, 1.2755151987075806, -2.4009103775024414, 0.33249035477638245, -0.33249035477638245, 0.33249035477638245, 0.33249035477638245, -0.33249035477638245, 0.33249035477638245, -2.3561973571777344, 1.5707963705062866, -1.0471971035003662, -1.5707963705062866, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 8.344650268554688e-07, 5.960464477539063e-08, 0.38689494132995605, 0.1323046088218689, 0.10557060688734055, 0.24217766523361206, 0.14336903393268585, 0.090693399310112, 0.03493340685963631, 0.21000149846076965, 0.21000149846076965, 0.21000149846076965, 0.21000149846076965, 0.21000149846076965, 0.21000149846076965, 2.86102294921875e-06, 0.0, 4.76837158203125e-07, 0.0, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [106]}, "observation.state": {"min": [-0.6412771344184875, 0.7471774816513062, -0.5913917422294617, 2.0663602352142334, -0.7674952745437622, -0.6646223664283752, -0.7638052701950073, -0.10632273554801941, -0.9610687494277954, -0.09741397947072983, 0.2585678696632385, 0.7583593726158142, NaN], "max": [-0.2372274398803711, 0.7707002758979797, 0.0009181293426081538, 2.3524746894836426, -0.14166849851608276, -0.6297075152397156, 0.0002618410799186677, -0.013468539342284203, 0.0007895327289588749, 0.03813605010509491, 1.0, 1.4179539680480957, NaN], "mean": [-0.5761935114860535, 0.7640753984451294, -0.14264068007469177, 2.1356215476989746, -0.6749734878540039, -0.6444413661956787, -0.1635286957025528, -0.08538883179426193, -0.2166942059993744, -0.003643978852778673, 0.8872756958007812, 0.8983246684074402, NaN], "std": [0.12178780138492584, 0.006348122842609882, 0.2212953120470047, 0.10310948640108109, 0.1804807037115097, 0.007456064224243164, 0.26407599449157715, 0.03139924257993698, 0.34358489513397217, 0.027848226949572563, 0.21667030453681946, 0.20447519421577454, NaN], "count": [106]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12496538502545781]], [[0.12253889281166452]], [[0.11809527583818316]]], "std": [[[0.2963235652146469]], [[0.2897519588115102]], [[0.2790286010236957]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41263115917684745]], [[0.40480259989499034]], [[0.38961330685962703]]], "std": [[[0.3955360132544281]], [[0.3833620339209168]], [[0.36631154260732046]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7409015222381146]], [[0.7364495299710118]], [[0.7316724743862868]]], "std": [[[0.19027361703188975]], [[0.19214546016294093]], [[0.1944624636178847]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4886615958924181]], [[0.48928587914766464]], [[0.4820750383392644]]], "std": [[[0.30140387637112004]], [[0.2954117459940699]], [[0.29037109289447255]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.511311414070091]], [[0.5184504124278896]], [[0.5184772951757907]]], "std": [[[0.3277362851768654]], [[0.3094865889601114]], [[0.29129902687336623]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965491094628748]], [[0.9965491094628748]], [[0.9965491094628748]]], "std": [[[0.016844095226894656]], [[0.016844095226894656]], [[0.016844095226894656]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5881396521537379]], [[0.5881396521537379]], [[0.5881396521537379]]], "std": [[[0.33315952910441027]], [[0.33315952910441027]], [[0.33315952910441027]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08551244391604322]], [[0.08551244391604322]], [[0.08551244391604322]]], "std": [[[0.07008059999052128]], [[0.07008059999052128]], [[0.07008059999052128]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.04369337976290342]], [[0.04369337976290342]], [[0.04369337976290342]]], "std": [[[0.03455185689537687]], [[0.03455185689537687]], [[0.03455185689537687]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11398067446259649]], [[0.11398067446259649]], [[0.11398067446259649]]], "std": [[[0.10483068397458886]], [[0.10483068397458886]], [[0.10483068397458886]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.035788571110534434]], [[0.06679600963192293]], [[0.14078617788211692]]], "std": [[[0.14238368186417924]], [[0.1796607682727854]], [[0.3439073866219354]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5251632256883465]], [[0.1907246473022368]], [[0.3803375089100651]]], "std": [[[0.47149765817720896]], [[0.315279087879135]], [[0.40215200578192184]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8709759530500754]], [[0.20776696164598324]], [[0.5219406541043967]]], "std": [[[0.2824193943889251]], [[0.2739275551639317]], [[0.2670284770770153]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6447682471093839]], [[0.7053840182767817]], [[0.4641267277814994]]], "std": [[[0.3811002312464826]], [[0.382275667127388]], [[0.3658781425291107]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33695922660299027]], [[0.637756162948747]], [[0.6335904635647905]]], "std": [[[0.3587600805745971]], [[0.3993840719694243]], [[0.33740708772192607]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.1], "mean": [1.05], "std": [0.6119640512317697], "count": [106]}, "frame_index": {"min": [0], "max": [105], "mean": [52.5], "std": [30.598202561588483], "count": [106]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [106]}, "index": {"min": [27604], "max": [27709], "mean": [27656.5], "std": [30.598202561588483], "count": [106]}, "task_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [106]}}} +{"episode_index": 130, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4927040934562683, 2.0821475982666016, 0.7158600091934204, -1.0786948204040527, -1.5537512302398682, 0.6130121946334839, 1.463097333908081, 0.011517612263560295, 1.0521366596221924, -5.206471920013428, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4927040934562683, 2.0821475982666016, 0.7158600091934204, 0.4236651659011841, -0.37214627861976624, 1.1333696842193604, 1.754860281944275, 4.200664520263672, 1.8790361881256104, -2.4911773204803467, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49270474910736084, 2.082151412963867, 0.7158607840538025, -0.38641488552093506, -0.7588559985160828, 0.9283617734909058, 1.6318833827972412, 2.6130733489990234, 1.6220797300338745, -4.214097499847412, 0.3753012716770172, -0.3753012716770172, 0.3753012716770172, 0.3753012716770172, -0.3753012716770172, 0.3753012716770172, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 3.814697265625e-06, 7.748603820800781e-07, 0.5706982612609863, 0.30453094840049744, 0.17858345806598663, 0.09889273345470428, 1.484631061553955, 0.25918927788734436, 0.9387834668159485, 0.1309620440006256, 0.1309620440006256, 0.1309620440006256, 0.1309620440006256, 0.1309620440006256, 0.1309620440006256, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [241]}, "observation.state": {"min": [-0.7077815532684326, -0.7165083885192871, -0.9793967008590698, -0.9496827125549316, -0.8154820799827576, 0.4307478666305542, -0.20041997730731964, -0.5453281402587891, -0.7767232060432434, -0.1466657817363739, -0.999880313873291, 0.7563071846961975, NaN], "max": [0.687134861946106, 0.8137765526771545, 0.9979123473167419, -0.17500613629817963, 0.8371456265449524, 0.9709755778312683, 0.6916871070861816, -0.1862180531024933, 0.955734133720398, 0.7758576273918152, 1.0, 1.6091991662979126, NaN], "mean": [0.11771819740533829, 0.4674329459667206, -0.0845186784863472, -0.46070897579193115, -0.11259821802377701, 0.6843833923339844, 0.06982887536287308, -0.31934094429016113, 0.09087774902582169, 0.26025182008743286, 0.23261117935180664, 1.1811888217926025, NaN], "std": [0.4932745099067688, 0.38298553228378296, 0.6086931228637695, 0.2956499755382538, 0.6826524138450623, 0.1298617571592331, 0.17660066485404968, 0.12594488263130188, 0.5058371424674988, 0.28610119223594666, 0.7295044660568237, 0.30780303478240967, NaN], "count": [241]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.13539149233784686]], [[0.13365298657337837]], [[0.12273002921629649]]], "std": [[[0.30902713928084524]], [[0.30492539589424955]], [[0.281815046196569]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4869414031198471]], [[0.4770123322678136]], [[0.4277649150970535]]], "std": [[[0.3973101313628037]], [[0.38912965446829995]], [[0.3553865605065711]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.15387559101476506]], [[0.1539413716035301]], [[0.15424237791282855]]], "std": [[[0.27697427289532545]], [[0.2771322265268711]], [[0.2777730556562838]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39519940910258294]], [[0.39465933878766785]], [[0.3811527046029246]]], "std": [[[0.37568529270450096]], [[0.37466342942730324]], [[0.3711276452841081]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6249525585549702]], [[0.6292102319399768]], [[0.5968964930385819]]], "std": [[[0.33483320536488914]], [[0.3346622275244145]], [[0.3259727596940643]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8117647058823529]], [[0.8117647058823529]], [[0.8117647058823529]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9959710479041314]], [[0.9959710479041314]], [[0.9959710479041314]]], "std": [[[0.018609544382106574]], [[0.018609544382106574]], [[0.018609544382106574]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5784522189163618]], [[0.5784522189163618]], [[0.5784522189163618]]], "std": [[[0.32861653434231625]], [[0.32861653434231625]], [[0.32861653434231625]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7288754508677381]], [[0.7288754508677381]], [[0.7288754508677381]]], "std": [[[0.44331752355200044]], [[0.44331752355200044]], [[0.44331752355200044]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38816278647158736]], [[0.38816278647158736]], [[0.38816278647158736]]], "std": [[[0.45764627021889615]], [[0.45764627021889615]], [[0.45764627021889615]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3057027193217152]], [[0.3057027193217152]], [[0.3057027193217152]]], "std": [[[0.34491225299980477]], [[0.34491225299980477]], [[0.34491225299980477]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0426264049068894]], [[0.04822383156607262]], [[0.14744624758011685]]], "std": [[[0.14281412722341674]], [[0.14675072762377467]], [[0.35079824164451023]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25470014504211447]], [[0.16148013767936642]], [[0.5285993746358021]]], "std": [[[0.3068759338968487]], [[0.27247244978828383]], [[0.48023762187139213]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1975378380208826]], [[0.11608827519243395]], [[0.16488961577586134]]], "std": [[[0.37925697705750516]], [[0.27792517229637714]], [[0.31873547885558523]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4026659666020917]], [[0.37205779824326707]], [[0.23041218648808315]]], "std": [[[0.44588790098504055]], [[0.4002702876685259]], [[0.3226927768420134]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44391672718470104]], [[0.5590912518079972]], [[0.2997854825114616]]], "std": [[[0.4239910313613623]], [[0.3837592490392748]], [[0.3536860210753263]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.8], "mean": [2.4000000000000004], "std": [1.3914021704740869], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [241]}, "index": {"min": [27710], "max": [27950], "mean": [27830.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [241]}}} +{"episode_index": 131, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4961716830730438, 2.394772529602051, 0.8019061088562012, -0.7714599967002869, -1.6198385953903198, -0.36196431517601013, 0.8309942483901978, -1.8595991134643555, 1.0609877109527588, -2.7805638313293457, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4961716830730438, 2.394772529602051, 0.8019061088562012, -0.29795411229133606, -0.8400514125823975, 1.0349671840667725, 1.5684623718261719, -0.019085614010691643, 1.5752005577087402, -2.485365629196167, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49617108702659607, 2.3947746753692627, 0.8019054532051086, -0.4192851185798645, -1.122419834136963, 0.07985860109329224, 1.0948742628097534, -1.313110589981079, 1.4211715459823608, -2.69555926322937, 0.23242846131324768, -0.23242846131324768, 0.23242846131324768, 0.23242846131324768, -0.23242846131324768, 0.23242846131324768, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539062e-07, 2.1457672119140625e-06, 6.556510925292969e-07, 0.13394874334335327, 0.31603291630744934, 0.4936070740222931, 0.2756231427192688, 0.6478064060211182, 0.13732534646987915, 0.10073604434728622, 0.15816758573055267, 0.15816758573055267, 0.15816758573055267, 0.15816758573055267, 0.15816758573055267, 0.15816758573055267, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [112]}, "observation.state": {"min": [-0.46563974022865295, -0.804736852645874, -0.6650305390357971, 0.5451446771621704, -0.2786044478416443, 0.5822240710258484, -0.8129919767379761, -0.27201539278030396, -3.900472904661001e-07, -0.10507194697856903, -0.5069035291671753, 0.7399086952209473, NaN], "max": [0.962459146976471, -0.27142658829689026, 3.60930357601319e-07, 1.3912429809570312, 0.4305517077445984, 0.962459146976471, 1.7818415187775827e-07, -0.03575262054800987, 0.99461829662323, 0.16761109232902527, 1.0, 1.4984772205352783, NaN], "mean": [0.5700400471687317, -0.4796294867992401, -0.26968660950660706, 0.7724531888961792, 0.16587965190410614, 0.8350251913070679, -0.30900996923446655, -0.19222311675548553, 0.4069654047489166, 0.040631115436553955, 0.5815750360488892, 0.9287320375442505, NaN], "std": [0.49939098954200745, 0.21456800401210785, 0.2772166132926941, 0.2841222882270813, 0.23102714121341705, 0.14240875840187073, 0.3256908655166626, 0.09460598975419998, 0.42326483130455017, 0.06867707520723343, 0.5573409795761108, 0.2620008885860443, NaN], "count": [112]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12809356188698248]], [[0.11770525940275908]], [[0.09933393013167785]]], "std": [[[0.2990286638973607]], [[0.27576672292440585]], [[0.23927580197948597]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4458713182068422]], [[0.4050513789729838]], [[0.3295246762704261]]], "std": [[[0.3896423558570898]], [[0.356763499776602]], [[0.3080584389228943]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6751910190566429]], [[0.6447552744568297]], [[0.598220879761227]]], "std": [[[0.29103763273425454]], [[0.2826297011187116]], [[0.28064954094051636]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6567739200464564]], [[0.6593152349206158]], [[0.6439865136985337]]], "std": [[[0.3064904007367823]], [[0.3017499429623377]], [[0.30531644239710165]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.556179516942032]], [[0.5376985551445024]], [[0.49534556971107585]]], "std": [[[0.38414597591839283]], [[0.37751289720054204]], [[0.37408903295862544]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8235294117647058]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9969842116662677]], [[0.9969842116662677]], [[0.9969842116662677]]], "std": [[[0.015603312934383473]], [[0.015603312934383473]], [[0.015603312934383473]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5930857344408301]], [[0.5930857344408301]], [[0.5930857344408301]]], "std": [[[0.33567974576236037]], [[0.33567974576236037]], [[0.33567974576236037]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2526999867899692]], [[0.2526999867899692]], [[0.2526999867899692]]], "std": [[[0.26548505848087894]], [[0.26548505848087894]], [[0.26548505848087894]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10653692136544779]], [[0.10653692136544779]], [[0.10653692136544779]]], "std": [[[0.24603286860239787]], [[0.24603286860239787]], [[0.24603286860239787]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3292684445892854]], [[0.3292684445892854]], [[0.3292684445892854]]], "std": [[[0.40343402826623825]], [[0.40343402826623825]], [[0.40343402826623825]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.047732041566669416]], [[0.11417193156801723]], [[0.07979271919430882]]], "std": [[[0.15448955669615033]], [[0.28823590507734337]], [[0.2540502462152102]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41538439379034675]], [[0.15004974481841574]], [[0.46505405048377546]]], "std": [[[0.4053710874526337]], [[0.2724472826517876]], [[0.4655310716236451]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6056826199581437]], [[0.33089295114099126]], [[0.6474804716182154]]], "std": [[[0.3400935882431867]], [[0.3874959681863088]], [[0.43746534201366244]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.659639533799909]], [[0.4939222955144234]], [[0.3437052567205194]]], "std": [[[0.40225218488445247]], [[0.3799838459981853]], [[0.36721482958125845]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3221998308847837]], [[0.47000065714873895]], [[0.38565028287570974]]], "std": [[[0.3705094180964722]], [[0.44955784218805006]], [[0.41189840033934727]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.22], "mean": [1.1099999999999999], "std": [0.6466065264130885], "count": [112]}, "frame_index": {"min": [0], "max": [111], "mean": [55.5], "std": [32.33032632065442], "count": [112]}, "episode_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [112]}, "index": {"min": [27951], "max": [28062], "mean": [28006.5], "std": [32.33032632065442], "count": [112]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [112]}}} +{"episode_index": 132, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4474821984767914, 1.9502016305923462, 0.845877468585968, -0.7814760804176331, -1.566735863685608, 1.062949299812317, -0.8754035830497742, 0.007516859099268913, 1.0534809827804565, -2.4663193225860596, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4474821984767914, 1.9502016305923462, 0.845877468585968, 0.07893800735473633, -0.8461019396781921, 3.85846209526062, 1.5576504468917847, 1.3415617942810059, 2.1686224937438965, 0.3320638835430145, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44748222827911377, 1.9501981735229492, 0.8458774089813232, -0.2647683620452881, -1.0702391862869263, 2.97074556350708, -0.07667934894561768, 0.9203426241874695, 1.8113369941711426, -0.5512712001800537, 0.39477914571762085, -0.39477914571762085, 0.39477914571762085, 0.39477914571762085, -0.39477914571762085, 0.39477914571762085, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 3.4570693969726562e-06, 5.960464477539063e-08, 0.2844303250312805, 0.25696176290512085, 0.981654703617096, 0.8555850386619568, 0.4704250395298004, 0.38903316855430603, 0.9963338375091553, 0.17902591824531555, 0.17902591824531555, 0.17902591824531555, 0.17902591824531555, 0.17902591824531555, 0.17902591824531555, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [171]}, "observation.state": {"min": [-0.989772617816925, -0.370113730430603, -0.8984586000442505, 2.644455671310425, -0.6664296388626099, -0.9367566108703613, 2.2790453613197315e-07, -0.5671090483665466, 4.5517644764458964e-08, 2.651486568083783e-07, -0.5094339847564697, 0.7525436878204346, NaN], "max": [-0.03968818858265877, 0.4907606840133667, 0.5799685120582581, 3.54418683052063, 0.5890132784843445, 0.6528661251068115, 0.9185066223144531, 0.013151775114238262, 0.7493904829025269, 0.9996411800384521, 1.0, 1.878210186958313, NaN], "mean": [-0.8090609908103943, -0.1370060294866562, -0.05617741867899895, 3.046025037765503, 0.17617662250995636, -0.38483139872550964, 0.3204370141029358, -0.25660833716392517, 0.18111653625965118, 0.392273485660553, 0.5393138527870178, 1.1416925191879272, NaN], "std": [0.24462594091892242, 0.28303658962249756, 0.42841917276382446, 0.2519531548023224, 0.39358827471733093, 0.6725966334342957, 0.33299869298934937, 0.15463118255138397, 0.25850751996040344, 0.38309139013290405, 0.5557639598846436, 0.430644690990448, NaN], "count": [171]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09660310429017542]], [[0.08334847860008543]], [[0.06457387458249261]]], "std": [[[0.25041355304677965]], [[0.21912637051981437]], [[0.17271100476804607]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3541983824753184]], [[0.303939575844017]], [[0.23294659325376468]]], "std": [[[0.38074875380214884]], [[0.3380518638852709]], [[0.273003263396258]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.023529411764705882]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.31152159840031224]], [[0.2870021478034803]], [[0.267972515089275]]], "std": [[[0.16533814482594997]], [[0.166535571639117]], [[0.17114668518205467]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45016357370895416]], [[0.4069252305552706]], [[0.36759794701369486]]], "std": [[[0.3385735266093449]], [[0.3312773539684158]], [[0.32281910228718275]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.528502700009589]], [[0.4727842252115784]], [[0.41059175573379036]]], "std": [[[0.3377709325855607]], [[0.33655357136259845]], [[0.3357773125061796]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.796078431372549]], [[0.796078431372549]], [[0.796078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.995020287790914]], [[0.995020287790914]], [[0.995020287790914]]], "std": [[[0.021434964716653883]], [[0.021434964716653883]], [[0.021434964716653883]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6024215501870527]], [[0.6024215501870527]], [[0.6024215501870527]]], "std": [[[0.3365610104978046]], [[0.3365610104978046]], [[0.3365610104978046]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.054901960784313725]], [[0.054901960784313725]], [[0.054901960784313725]]], "mean": [[[0.020958484963699238]], [[0.020958484963699238]], [[0.020958484963699238]]], "std": [[[0.011712541595597672]], [[0.011712541595597672]], [[0.011712541595597672]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21426820385826778]], [[0.21426820385826778]], [[0.21426820385826778]]], "std": [[[0.3677913121290373]], [[0.3677913121290373]], [[0.3677913121290373]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11380226394446154]], [[0.11380226394446154]], [[0.11380226394446154]]], "std": [[[0.08621602334894535]], [[0.08621602334894535]], [[0.08621602334894535]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.027964677584723572]], [[0.09354732376176078]], [[0.143390533437136]]], "std": [[[0.11340470489066637]], [[0.23934200585602322]], [[0.3453813333835663]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46938263424107035]], [[0.44980668427557063]], [[0.12884753813977284]]], "std": [[[0.4588766685079633]], [[0.4263344798528243]], [[0.24121411821378272]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690391747821183]], [[0.2824453443358808]], [[0.8969465382678499]]], "std": [[[0.20809359222897725]], [[0.34595979084744527]], [[0.23402816878354868]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5529469097580553]], [[0.3220834257029648]], [[0.5300434200970837]]], "std": [[[0.452370393817497]], [[0.3195594133055096]], [[0.4305896247035418]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8111583896100761]], [[0.6061052577934153]], [[0.31185552920255]]], "std": [[[0.31947185301153286]], [[0.3441111044970269]], [[0.3399629949695561]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.4], "mean": [1.7000000000000002], "std": [0.9872520785831077], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [171]}, "index": {"min": [28063], "max": [28233], "mean": [28148.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [171]}}} +{"episode_index": 133, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0029781826306134462, 1.3919341564178467, 0.05925294756889343, -2.3445708751678467, -1.5658202171325684, 1.048819899559021, -1.1507568359375, -2.0878374576568604, 0.6136618256568909, -4.53265380859375, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0029781826306134462, 1.3919341564178467, 0.05925294756889343, -0.7858184576034546, -1.0421391725540161, 2.326323986053467, 1.5666791200637817, 0.04259886220097542, 1.0460811853408813, -2.483100414276123, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0029781816992908716, 1.3919363021850586, 0.059252820909023285, -1.906449317932129, -1.3139088153839111, 1.994086742401123, -0.11293286830186844, -1.4844757318496704, 0.8051969408988953, -3.946991205215454, 0.3707655370235443, -0.3707655370235443, 0.3707655370235443, 0.3707655370235443, -0.3707655370235443, 0.3707655370235443, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.313225746154785e-10, 2.1457672119140625e-06, 1.2665987014770508e-07, 0.4859256446361542, 0.17444927990436554, 0.36949270963668823, 0.9149618148803711, 0.6946277618408203, 0.13401462137699127, 0.6468908190727234, 0.17461533844470978, 0.17461533844470978, 0.17461533844470978, 0.17461533844470978, 0.17461533844470978, 0.17461533844470978, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [196]}, "observation.state": {"min": [-0.03676331788301468, -0.9993262887001038, -0.7651600241661072, 1.0946844816207886, 0.04351615160703659, -0.9740738272666931, -0.1554504781961441, -0.22204150259494781, -0.6397405862808228, -0.9609587788581848, -0.8547962307929993, 0.7016600966453552, NaN], "max": [0.9332680106163025, -0.029270773753523827, 0.2248854786157608, 1.525291085243225, 0.9993577599525452, 0.8060479760169983, 0.8809967041015625, 0.24302513897418976, 0.20248502492904663, 0.23552562296390533, 1.0, 1.3051321506500244, NaN], "mean": [0.3926478922367096, -0.6626102924346924, -0.21980272233486176, 1.2915443181991577, 0.7339907884597778, 0.03150727227330208, 0.17595018446445465, 0.07583288848400116, -0.09355882555246353, -0.29396095871925354, 0.5862645506858826, 0.9003275632858276, NaN], "std": [0.4059695303440094, 0.33961740136146545, 0.2798418700695038, 0.1652611643075943, 0.31885701417922974, 0.48590967059135437, 0.30253759026527405, 0.1680925041437149, 0.17847058176994324, 0.3494197130203247, 0.638108491897583, 0.1863141804933548, NaN], "count": [196]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.09014222710389858]], [[0.08664924015500663]], [[0.08143086895850642]]], "std": [[[0.2242098675922654]], [[0.22203222266183173]], [[0.2131678329657715]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2997849728859089]], [[0.2826926213596139]], [[0.2597087489966747]]], "std": [[[0.2933711844800242]], [[0.2947046594948446]], [[0.28789220172606134]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5691082665958556]], [[0.5644338710553474]], [[0.5479837174635935]]], "std": [[[0.2827640240468217]], [[0.3014151695466295]], [[0.3034663510951968]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37567788178162415]], [[0.38238521924963]], [[0.3610524035885686]]], "std": [[[0.2650988207879209]], [[0.2743893002568724]], [[0.26982635665766225]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4260471457280973]], [[0.38474557816013105]], [[0.32664107809944537]]], "std": [[[0.21640071026053995]], [[0.24673842264139564]], [[0.27182405219628264]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965099863138717]], [[0.9965099863138717]], [[0.9965099863138717]]], "std": [[[0.01728550835090803]], [[0.01728550835090803]], [[0.01728550835090803]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5952374808136038]], [[0.5952374808136038]], [[0.5952374808136038]]], "std": [[[0.33509073530176964]], [[0.33509073530176964]], [[0.33509073530176964]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2577671279448478]], [[0.2577671279448478]], [[0.2577671279448478]]], "std": [[[0.2699534422963249]], [[0.2699534422963249]], [[0.2699534422963249]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07028005533460606]], [[0.07028005533460606]], [[0.07028005533460606]]], "std": [[[0.13221630344060725]], [[0.13221630344060725]], [[0.13221630344060725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12368003025566439]], [[0.12368003025566439]], [[0.12368003025566439]]], "std": [[[0.15373580387458835]], [[0.15373580387458835]], [[0.15373580387458835]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09214423878371156]], [[0.0340012231013263]], [[0.13929209792052658]]], "std": [[[0.23627201731613098]], [[0.13851340702003914]], [[0.34012199463715925]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4952070923783487]], [[0.34305747972729667]], [[0.15331041493578382]]], "std": [[[0.48118957171920795]], [[0.327861793072658]], [[0.27529882789800536]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869127487525908]], [[0.7566984445021127]], [[0.26454260100811977]]], "std": [[[0.33921223691860314]], [[0.38155350108489355]], [[0.35290914352897756]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4303643849523668]], [[0.6483095291261062]], [[0.5624325808980273]]], "std": [[[0.40466669409008693]], [[0.40739451676181526]], [[0.3115796632659368]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5832189264201286]], [[0.5372242171380368]], [[0.3711178368272859]]], "std": [[[0.4043695101377302]], [[0.41990713010365693]], [[0.2713793371240623]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.9], "mean": [1.9499999999999997], "std": [1.131591799192624], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [196]}, "index": {"min": [28234], "max": [28429], "mean": [28331.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [196]}}} +{"episode_index": 134, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11104734241962433, 1.096086859703064, 0.573484480381012, -1.664094090461731, -1.7711974382400513, 0.5058343410491943, 1.5720881223678589, 0.002728784689679742, 1.0502545833587646, -2.4670166969299316, 6.938893903907228e-18, -0.3365853726863861, 6.938893903907228e-18, 6.938893903907228e-18, -0.3365853726863861, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11104734241962433, 1.096086859703064, 0.573484480381012, -0.7921121120452881, -1.5724139213562012, 1.042827844619751, 1.887441873550415, 0.37893468141555786, 1.4259251356124878, -0.6431739926338196, 0.3365853726863861, -6.938893903907228e-18, 0.3365853726863861, 0.3365853726863861, -6.938893903907228e-18, 0.3365853726863861, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.11104752123355865, 1.096085786819458, 0.5734856128692627, -1.4344868659973145, -1.713019847869873, 0.6376927495002747, 1.7371240854263306, 0.26993680000305176, 1.2787946462631226, -1.0927873849868774, 0.2537038326263428, -0.2537038326263428, 0.2537038326263428, 0.2537038326263428, -0.2537038326263428, 0.2537038326263428, -2.356198310852051, 1.5707975625991821, -1.0471967458724976, -1.5707975625991821, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 1.0728836059570312e-06, 1.1324882507324219e-06, 0.2896377444267273, 0.06098175793886185, 0.17928297817707062, 0.09731496125459671, 0.12249963730573654, 0.10756175220012665, 0.607733428478241, 0.1414175182580948, 0.1414175182580948, 0.1414175182580948, 0.1414175182580948, 0.1414175182580948, 0.1414175182580948, 3.814697265625e-06, 1.1920928955078125e-06, 8.344650268554688e-07, 1.1920928955078125e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [146]}, "observation.state": {"min": [0.0966479703783989, 0.0732889473438263, -0.9827096462249756, 1.3444854021072388, -0.9570502638816833, -0.9166980385780334, -0.2960711717605591, -0.2220788300037384, -0.9093241691589355, -1.5246403961555188e-07, -0.1372447907924652, 0.7556856870651245, NaN], "max": [0.8115591406822205, 0.7560033798217773, -3.663516068286299e-08, 1.4072892665863037, -0.37527400255203247, 0.8115591406822205, 0.000784503819886595, -0.014493616297841072, 0.061980146914720535, 0.8315644860267639, 1.0, 1.1052045822143555, NaN], "mean": [0.5937332510948181, 0.5358060002326965, -0.2992318272590637, 1.3926899433135986, -0.6568791270256042, 0.4068996012210846, -0.08936899900436401, -0.16162273287773132, -0.1526050716638565, 0.2407890409231186, 0.7694640755653381, 0.8530152440071106, NaN], "std": [0.2884998321533203, 0.1759883612394333, 0.3957890570163727, 0.013600059784948826, 0.14118188619613647, 0.6021135449409485, 0.11171980202198029, 0.07199277728796005, 0.2992275655269623, 0.30959975719451904, 0.37585681676864624, 0.10982466489076614, NaN], "count": [146]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.0732050646050972]], [[0.0719347773171031]], [[0.07052748658712485]]], "std": [[[0.18069164798791928]], [[0.17823098894244194]], [[0.1755046004791915]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24300707373678243]], [[0.23865635479594524]], [[0.23455118953980142]]], "std": [[[0.25292867573592775]], [[0.2530321375342202]], [[0.2530863189963799]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4941765651371865]], [[0.49251799950512676]], [[0.48676204442996035]]], "std": [[[0.17057272136118237]], [[0.17105584824352496]], [[0.17060883406356422]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39623075442686906]], [[0.39318357181797514]], [[0.3858280134460679]]], "std": [[[0.2895672648994177]], [[0.28960202950676783]], [[0.28914189643520577]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3966161198585655]], [[0.39028622448603256]], [[0.3835386333049686]]], "std": [[[0.2832986418835395]], [[0.2921977544345355]], [[0.2966007319250812]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965847041254859]], [[0.9965847041254859]], [[0.9965847041254859]]], "std": [[[0.016740596992320316]], [[0.016740596992320316]], [[0.016740596992320316]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5919100028096461]], [[0.5919100028096461]], [[0.5919100028096461]]], "std": [[[0.3326996501652471]], [[0.3326996501652471]], [[0.3326996501652471]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3058823529411765]], [[0.3058823529411765]], [[0.3058823529411765]]], "mean": [[[0.1706867405489606]], [[0.1706867405489606]], [[0.1706867405489606]]], "std": [[[0.10921617812420947]], [[0.10921617812420947]], [[0.10921617812420947]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3254901960784314]], [[0.3254901960784314]], [[0.3254901960784314]]], "mean": [[[0.039968269103749704]], [[0.039968269103749704]], [[0.039968269103749704]]], "std": [[[0.06238230485337354]], [[0.06238230485337354]], [[0.06238230485337354]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.09312657690551342]], [[0.09312657690551342]], [[0.09312657690551342]]], "std": [[[0.05115395536584483]], [[0.05115395536584483]], [[0.05115395536584483]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07831895585770987]], [[0.12742782863974902]], [[0.08511302891253283]]], "std": [[[0.23132690386776986]], [[0.30961089366317546]], [[0.2622815867470654]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31948755541339685]], [[0.24686138117912598]], [[0.3477769127554582]]], "std": [[[0.4248571277064299]], [[0.3039360494932496]], [[0.43414957046293323]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3274037059165515]], [[0.7779415687481518]], [[0.513367277077378]]], "std": [[[0.3785071415379085]], [[0.279538731654866]], [[0.31490616560066204]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6191090404220235]], [[0.34574476208868693]], [[0.5948596725924048]]], "std": [[[0.428716258796681]], [[0.32795641852277696]], [[0.32711405795099296]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5726526090481334]], [[0.650829099082607]], [[0.5182188077310196]]], "std": [[[0.37585699335163314]], [[0.38940870379222503]], [[0.4199279658365659]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.9], "mean": [1.4500000000000002], "std": [0.8429116205154606], "count": [146]}, "frame_index": {"min": [0], "max": [145], "mean": [72.5], "std": [42.14558102577303], "count": [146]}, "episode_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [146]}, "index": {"min": [28430], "max": [28575], "mean": [28502.5], "std": [42.14558102577303], "count": [146]}, "task_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [146]}}} +{"episode_index": 135, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4706133008003235, 1.5252896547317505, 0.5205125212669373, -0.7758021950721741, -1.560083031654358, 0.5072243809700012, 0.35857680439949036, -2.8604259490966797, 1.0474910736083984, -5.67465353012085, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4706133008003235, 1.5252896547317505, 0.5205125212669373, 1.0582671165466309, 0.41628891229629517, 1.0442594289779663, 1.565443754196167, -0.016652550548315048, 1.580414891242981, -2.4999263286590576, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4706123471260071, 1.525287389755249, 0.5205128788948059, 0.4129442870616913, -0.25795337557792664, 0.6853410601615906, 0.8001672029495239, -1.9364027976989746, 1.2524518966674805, -4.6273627281188965, 0.46611228585243225, -0.46611228585243225, 0.46611228585243225, 0.46611228585243225, -0.46611228585243225, 0.46611228585243225, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 2.2649765014648438e-06, 3.5762786865234375e-07, 0.6530965566635132, 0.7148099541664124, 0.1915886104106903, 0.43198299407958984, 1.015324354171753, 0.1626587212085724, 1.1392971277236938, 0.24784588813781738, 0.24784588813781738, 0.24784588813781738, 0.24784588813781738, 0.24784588813781738, 0.24784588813781738, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [168]}, "observation.state": {"min": [-0.9525591731071472, -0.8944564461708069, -0.449069619178772, 0.5358041524887085, 0.2944985628128052, -0.01827959530055523, -0.9512148499488831, -0.1428268700838089, -0.3714298903942108, -0.9927600622177124, -0.12843218445777893, 0.590429961681366, NaN], "max": [0.9504461288452148, 0.3848874270915985, 9.837002835411113e-06, 0.9973787665367126, 0.7938907146453857, 0.9504461288452148, -8.27220173960086e-06, -0.021578548476099968, 0.6961815357208252, 1.1217518476769328e-05, 1.0, 1.4905717372894287, NaN], "mean": [0.20165014266967773, -0.3784264028072357, -0.19811180233955383, 0.6371161341667175, 0.42276686429977417, 0.5520111322402954, -0.401089608669281, -0.07061175256967545, 0.172838032245636, -0.35267242789268494, 0.620995819568634, 0.8882033824920654, NaN], "std": [0.7994358539581299, 0.32935595512390137, 0.17119522392749786, 0.1318780481815338, 0.16684915125370026, 0.3917273283004761, 0.4176006317138672, 0.04683361202478409, 0.2894735634326935, 0.4071536064147949, 0.4588509798049927, 0.28638339042663574, NaN], "count": [168]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.056406775069386184]], [[0.051598232672228295]], [[0.04657982781361921]]], "std": [[[0.14847028520722577]], [[0.13800430604785754]], [[0.12751229895215604]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21138611444714678]], [[0.1969004828702111]], [[0.17871452721165756]]], "std": [[[0.2314566159852393]], [[0.22044156608658175]], [[0.209062571213302]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3511572898917783]], [[0.35475215367087976]], [[0.34385632180439635]]], "std": [[[0.22756612857372996]], [[0.2329147423317089]], [[0.2338040096783824]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49947027642492314]], [[0.5053639430533678]], [[0.5017411169248658]]], "std": [[[0.3264097659345749]], [[0.3262713794684936]], [[0.3275613429950886]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3517784496788353]], [[0.35755905990178977]], [[0.3461125937191333]]], "std": [[[0.3133660799977139]], [[0.31850091295500904]], [[0.3181291770445513]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.803921568627451]], [[0.803921568627451]], [[0.803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956601910693487]], [[0.9956601910693487]], [[0.9956601910693487]]], "std": [[[0.019755161706865677]], [[0.019755161706865677]], [[0.019755161706865677]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5917379907744365]], [[0.5917379907744365]], [[0.5917379907744365]]], "std": [[[0.33709532537737896]], [[0.33709532537737896]], [[0.33709532537737896]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11511649973077019]], [[0.11511649973077019]], [[0.11511649973077019]]], "std": [[[0.15865770812233906]], [[0.15865770812233906]], [[0.15865770812233906]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.033559126957783555]], [[0.033559126957783555]], [[0.033559126957783555]]], "std": [[[0.04089980728951791]], [[0.04089980728951791]], [[0.04089980728951791]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3330063656254883]], [[0.3330063656254883]], [[0.3330063656254883]]], "std": [[[0.40304974362371176]], [[0.40304974362371176]], [[0.40304974362371176]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12695318351683207]], [[0.11366288672029805]], [[0.026001709927841045]]], "std": [[[0.308715695479101]], [[0.2817995443855465]], [[0.10672058227270138]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3596220268210564]], [[0.4545943910343454]], [[0.2777227315124949]]], "std": [[[0.4412639595384708]], [[0.43507418952643717]], [[0.39193865694173163]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6041439263027806]], [[0.6109681074988047]], [[0.5153342975985237]]], "std": [[[0.406582453659745]], [[0.3926844136092084]], [[0.40060863198574087]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5536087363230919]], [[0.4821063843341105]], [[0.5237816388618988]]], "std": [[[0.3585235412227917]], [[0.3814903775453693]], [[0.4272194023806449]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2035922418897452]], [[0.29692772637935855]], [[0.618627323574004]]], "std": [[[0.27302282661935606]], [[0.3459734102396041]], [[0.45724151188039047]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.34], "mean": [1.67], "std": [0.9699312690426403], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [168]}, "index": {"min": [28576], "max": [28743], "mean": [28659.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [168]}}} +{"episode_index": 136, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16793972253799438, 1.4499833583831787, 0.35583019256591797, -7.973426342010498, -1.568473219871521, 7.036151885986328, 1.5712813138961792, -0.9995599389076233, 0.5554783940315247, -8.988823890686035, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.49268293380737305, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.16793972253799438, 1.4499833583831787, 0.35583019256591797, -7.08253812789917, -1.341938853263855, 7.326658725738525, 1.5995312929153442, -0.01586022414267063, 1.0410799980163574, -8.768820762634277, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, 0.49268293380737305, -1.3877787807814457e-17, 0.49268293380737305, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.1679399162530899, 1.4499821662902832, 0.35583072900772095, -7.788763046264648, -1.4212943315505981, 7.1181745529174805, 1.5880335569381714, -0.8073497414588928, 0.6956028342247009, -8.929819107055664, 0.31049036979675293, -0.31049036979675293, 0.31049036979675293, 0.31049036979675293, -0.31049036979675293, 0.31049036979675293, -2.3561971187591553, 1.5707961320877075, -1.0471971035003662, -1.5707961320877075, 0.0, -1.0471971035003662, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.9371509552001953e-07, 1.1920928955078125e-06, 5.364418029785156e-07, 0.2646753191947937, 0.06767846643924713, 0.08508197963237762, 0.0077499039471149445, 0.29384222626686096, 0.14219851791858673, 0.05806752294301987, 0.22742468118667603, 0.22742468118667603, 0.22742468118667603, 0.22742468118667603, 0.22742468118667603, 0.22742468118667603, 2.6226043701171875e-06, 2.384185791015625e-07, 4.76837158203125e-07, 2.384185791015625e-07, 0.0, 4.76837158203125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [103]}, "observation.state": {"min": [-0.3453940153121948, -0.9224541187286377, -0.5738612413406372, 0.9249342083930969, 0.4235879182815552, 0.2967108190059662, -0.8013937473297119, -0.24327631294727325, 1.740448851705878e-07, -0.5198772549629211, 0.1686752736568451, 0.7541961669921875, NaN], "max": [0.5889745950698853, -0.7425538301467896, 0.0003093559353146702, 0.9451689720153809, 0.8770065903663635, 0.5889745950698853, -5.159690985578891e-08, -0.04150187969207764, 0.8374223709106445, 0.0008008525473996997, 1.0, 1.299476981163025, NaN], "mean": [0.4295627772808075, -0.8235995769500732, -0.11482417583465576, 0.9317991137504578, 0.7795635461807251, 0.5244911313056946, -0.15398205816745758, -0.06818487495183945, 0.17057961225509644, -0.08659742772579193, 0.8952580690383911, 0.8641360402107239, NaN], "std": [0.2896924912929535, 0.038491182029247284, 0.19639526307582855, 0.007219959516078234, 0.09838999807834625, 0.10363718122243881, 0.27029117941856384, 0.05083538591861725, 0.2916439175605774, 0.16392317414283752, 0.2235836535692215, 0.16742070019245148, NaN], "count": [103]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.1247211563672013]], [[0.11860467608266931]], [[0.11241318025791076]]], "std": [[[0.29791565708955253]], [[0.28654776701561757]], [[0.27499736179770706]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4448579519356048]], [[0.4181670847607878]], [[0.39292021208469713]]], "std": [[[0.40411743922580473]], [[0.39394021973796334]], [[0.38492461332664063]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.49230658268574007]], [[0.4503790742383612]], [[0.4153568619404261]]], "std": [[[0.2212629545423813]], [[0.22133776902323027]], [[0.22672936704817964]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5124000882456878]], [[0.5037075768579036]], [[0.4197589337024095]]], "std": [[[0.34200249204099586]], [[0.3431364599544299]], [[0.31719378376424995]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40976763354704077]], [[0.38380151962293074]], [[0.3595215004985613]]], "std": [[[0.3837178192589021]], [[0.378119777980701]], [[0.3740761304028369]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8156862745098039]], [[0.8156862745098039]], [[0.8156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9963111210353982]], [[0.9963111210353982]], [[0.9963111210353982]]], "std": [[[0.0176168383770138]], [[0.0176168383770138]], [[0.0176168383770138]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5903881938535135]], [[0.5903881938535135]], [[0.5903881938535135]]], "std": [[[0.3323359622839405]], [[0.3323359622839405]], [[0.3323359622839405]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "mean": [[[0.06407561904417046]], [[0.06407561904417046]], [[0.06407561904417046]]], "std": [[[0.050698025426971556]], [[0.050698025426971556]], [[0.050698025426971556]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02475529725586757]], [[0.02475529725586757]], [[0.02475529725586757]]], "std": [[[0.027863019729761778]], [[0.027863019729761778]], [[0.027863019729761778]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3600536045614169]], [[0.3600536045614169]], [[0.3600536045614169]]], "std": [[[0.41958229886193077]], [[0.41958229886193077]], [[0.41958229886193077]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10393410541604556]], [[0.03230853669739843]], [[0.10798137318605155]]], "std": [[[0.2843524603325749]], [[0.12958583823147987]], [[0.27347636975635753]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4335847182072446]], [[0.17852937890726894]], [[0.410137855053105]]], "std": [[[0.4363025642677672]], [[0.3071505994639295]], [[0.4055946762599943]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5382367170458348]], [[0.5575835031526376]], [[0.5208518927560081]]], "std": [[[0.38474073980043644]], [[0.32586378010428485]], [[0.43662891453605246]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20700487430018688]], [[0.7996336355546972]], [[0.7241487409231331]]], "std": [[[0.257089705819078]], [[0.2295029250920151]], [[0.37859758288328216]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5269439244252128]], [[0.2531230296434432]], [[0.37212005839235934]]], "std": [[[0.4445554842747739]], [[0.3226783758221575]], [[0.42076322174858294]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.04], "mean": [1.0199999999999998], "std": [0.5946427498927401], "count": [103]}, "frame_index": {"min": [0], "max": [102], "mean": [51.0], "std": [29.732137494637012], "count": [103]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [103]}, "index": {"min": [28744], "max": [28846], "mean": [28795.0], "std": [29.732137494637012], "count": [103]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [103]}}} +{"episode_index": 137, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3043951690196991, 0.8652001023292542, 0.6905106902122498, -7.642212390899658, -1.5573667287826538, 0.84451824426651, 1.5769237279891968, -0.09707800298929214, -0.25022464990615845, -10.249123573303223, 1.214306433183765e-16, -0.6048780679702759, 1.214306433183765e-16, 1.214306433183765e-16, -0.6048780679702759, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3043951690196991, 0.8652001023292542, 0.6905106902122498, -7.077446937561035, -0.4852411448955536, 1.0465232133865356, 2.1219143867492676, -0.0012226885883137584, 1.0309209823608398, -8.785880088806152, 0.6048780679702759, -1.214306433183765e-16, 0.6048780679702759, 0.6048780679702759, -1.214306433183765e-16, 0.6048780679702759, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.30439528822898865, 0.8652011752128601, 0.6905103921890259, -7.480751991271973, -0.7724558711051941, 0.9743952751159668, 1.9281984567642212, -0.0709015354514122, 0.07692509144544601, -9.888031959533691, 0.3695240318775177, -0.3695240318775177, 0.3695240318775177, 0.3695240318775177, -0.3695240318775177, 0.3695240318775177, -2.3561971187591553, 1.5707961320877075, -1.0471971035003662, -1.5707961320877075, 0.0, -1.0471971035003662, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 1.0728836059570312e-06, 2.980232238769531e-07, 0.1759403944015503, 0.3574078679084778, 0.05397050455212593, 0.16484831273555756, 0.031523365527391434, 0.4358566105365753, 0.491859495639801, 0.2791382670402527, 0.2791382670402527, 0.2791382670402527, 0.2791382670402527, 0.2791382670402527, 0.2791382670402527, 2.6226043701171875e-06, 2.384185791015625e-07, 4.76837158203125e-07, 2.384185791015625e-07, 0.0, 4.76837158203125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [102]}, "observation.state": {"min": [-0.7225741744041443, 0.6912933588027954, -0.36737996339797974, 1.800837516784668, -0.8218035697937012, -0.7225741744041443, -1.8137162669518148e-06, -0.1433691531419754, -4.7118510337895714e-07, -2.059289045064361e-06, 0.7457085847854614, 0.7539291977882385, NaN], "max": [-0.38325199484825134, 0.8487787842750549, 1.0831068948391476e-06, 2.14143705368042, -0.6912933588027954, -0.13033728301525116, 0.5558333396911621, -0.0011177517008036375, 0.42315053939819336, 0.5146477818489075, 1.0, 1.2038036584854126, NaN], "mean": [-0.658791720867157, 0.7308980822563171, -0.07497140765190125, 2.066596746444702, -0.7263606786727905, -0.6181697249412537, 0.1386430412530899, -0.051323797553777695, 0.08535094559192657, 0.1314622461795807, 0.9590665102005005, 0.8675751686096191, NaN], "std": [0.10326504707336426, 0.057715244591236115, 0.11028935015201569, 0.11222495883703232, 0.049225710332393646, 0.17533327639102936, 0.19462132453918457, 0.03031788021326065, 0.1342380791902542, 0.17971345782279968, 0.07285277545452118, 0.1572563201189041, NaN], "count": [102]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12923457863019358]], [[0.126106443343385]], [[0.12439886112100187]]], "std": [[[0.3010450402303591]], [[0.2969580419822464]], [[0.29516049213485035]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4459625505686013]], [[0.42401798709976796]], [[0.4138071348918488]]], "std": [[[0.3898676833554897]], [[0.39220034840288437]], [[0.39623067170678417]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7374606418197388]], [[0.7360468278826869]], [[0.7361041433227988]]], "std": [[[0.21948122329402234]], [[0.2200535182312381]], [[0.22019762531454]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6336730282687952]], [[0.606092879256966]], [[0.5898663506988241]]], "std": [[[0.24343632784983502]], [[0.26693984582564656]], [[0.27452810644561565]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6731647250603672]], [[0.6205253515242833]], [[0.601630572436902]]], "std": [[[0.21992149812931186]], [[0.28473585983192823]], [[0.30663275999724265]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9965196598115323]], [[0.9965196598115323]], [[0.9965196598115323]]], "std": [[[0.016976632369461335]], [[0.016976632369461335]], [[0.016976632369461335]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5836637007800624]], [[0.5836637007800624]], [[0.5836637007800624]]], "std": [[[0.332700249593483]], [[0.332700249593483]], [[0.332700249593483]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2627450980392157]], [[0.2627450980392157]], [[0.2627450980392157]]], "mean": [[[0.1263292006724375]], [[0.1263292006724375]], [[0.1263292006724375]]], "std": [[[0.08006446937447743]], [[0.08006446937447743]], [[0.08006446937447743]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2823529411764706]], [[0.2823529411764706]], [[0.2823529411764706]]], "mean": [[[0.07577709783000099]], [[0.07577709783000099]], [[0.07577709783000099]]], "std": [[[0.07117992036416328]], [[0.07117992036416328]], [[0.07117992036416328]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.10170330941446036]], [[0.10170330941446036]], [[0.10170330941446036]]], "std": [[[0.045738504111150276]], [[0.045738504111150276]], [[0.045738504111150276]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13733362569746616]], [[0.09323878572324248]], [[0.0804867286129937]]], "std": [[[0.3292943295392491]], [[0.27603771568262525]], [[0.2514350512172096]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30967353923546775]], [[0.48120464885793585]], [[0.22312555497216843]]], "std": [[[0.41765374575558556]], [[0.4341837028641469]], [[0.294295845951089]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3101248515547938]], [[0.408117007344643]], [[0.8440631305358913]]], "std": [[[0.36631702055250265]], [[0.29117603675470705]], [[0.29480367585041356]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32348099867832636]], [[0.5671650281534589]], [[0.6169550664491371]]], "std": [[[0.2868144669635422]], [[0.4167014063380056]], [[0.40849060580681823]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6188075338750116]], [[0.507081712422324]], [[0.4489090620140536]]], "std": [[[0.3827126213992773]], [[0.39600769783470235]], [[0.4065758749531564]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.02], "mean": [1.0099999999999998], "std": [0.5888689724095392], "count": [102]}, "frame_index": {"min": [0], "max": [101], "mean": [50.5], "std": [29.44344862047696], "count": [102]}, "episode_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [102]}, "index": {"min": [28847], "max": [28948], "mean": [28897.5], "std": [29.44344862047696], "count": [102]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [102]}}} +{"episode_index": 138, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3352082669734955, 1.1276586055755615, 0.5723687410354614, -2.371741771697998, -1.570523738861084, 0.12352988123893738, 1.01576828956604, 0.004071739036589861, 1.0475571155548096, -2.4700238704681396, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3352082669734955, 1.1276586055755615, 0.5723687410354614, -0.7950534224510193, -1.0222887992858887, 1.0383059978485107, 1.5656923055648804, 1.2870774269104004, 1.4549353122711182, -0.5268210172653198, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33520856499671936, 1.1276569366455078, 0.5723688006401062, -1.9003981351852417, -1.214136004447937, 0.40248656272888184, 1.162074089050293, 0.8733422160148621, 1.2777066230773926, -1.1038808822631836, 0.2634139657020569, -0.2634139657020569, 0.2634139657020569, 0.2634139657020569, -0.2634139657020569, 0.2634139657020569, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858968734741, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 1.6689300537109375e-06, 5.960464477539063e-08, 0.5476536750793457, 0.21021825075149536, 0.2834664583206177, 0.18433965742588043, 0.4728691279888153, 0.1382773220539093, 0.6833829283714294, 0.17679694294929504, 0.17679694294929504, 0.17679694294929504, 0.17679694294929504, 0.17679694294929504, 0.17679694294929504, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [115]}, "observation.state": {"min": [-0.96393883228302, -0.9969028234481812, -0.5365138053894043, 0.8600335121154785, -0.6005058884620667, -0.96393883228302, -0.9907810688018799, -0.31702566146850586, -4.7673925109847914e-06, -0.3497070074081421, -0.33554142713546753, 0.7577667832374573, NaN], "max": [0.45576709508895874, -0.26612380146980286, 0.10092035681009293, 1.005011796951294, 0.5552288293838501, 0.23528671264648438, -2.42459395849437e-06, -0.06074532866477966, 0.9965457320213318, 0.6750873327255249, 1.0, 1.3386287689208984, NaN], "mean": [-0.5731145739555359, -0.5370491743087769, -0.05692961439490318, 0.9591100811958313, 0.1943245530128479, -0.5714315176010132, -0.37576672434806824, -0.11528486758470535, 0.3467477858066559, 0.013793721795082092, 0.6515828967094421, 0.9406660795211792, NaN], "std": [0.5177024006843567, 0.28909775614738464, 0.1681807041168213, 0.05799379572272301, 0.3023523688316345, 0.48682600259780884, 0.407539039850235, 0.07839743793010712, 0.39257094264030457, 0.2535305917263031, 0.4864424169063568, 0.2162984311580658, NaN], "count": [115]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08404299898544282]], [[0.08294484309232739]], [[0.08264329631171917]]], "std": [[[0.2099841764543009]], [[0.20784668797853584]], [[0.20720040462352732]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2722800352178079]], [[0.26994803026371106]], [[0.27037587700857846]]], "std": [[[0.2866692525112117]], [[0.2822495455297997]], [[0.2803193897958834]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5220130316618286]], [[0.5116028112554826]], [[0.5094657045472681]]], "std": [[[0.27673720504822036]], [[0.27357026458227424]], [[0.26876542196001457]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4145095678844706]], [[0.3258974338341745]], [[0.2840298721041031]]], "std": [[[0.25614451274490424]], [[0.25346419893324906]], [[0.25145964313994873]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3680557181663405]], [[0.3547316385601469]], [[0.35476819346458877]]], "std": [[[0.318208766431144]], [[0.310360051680353]], [[0.30580491164524515]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8]], [[0.8]], [[0.8]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9951881182143525]], [[0.9951881182143525]], [[0.9951881182143525]]], "std": [[[0.021073151296377494]], [[0.021073151296377494]], [[0.021073151296377494]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594894406256056]], [[0.594894406256056]], [[0.594894406256056]]], "std": [[[0.3375507680784084]], [[0.3375507680784084]], [[0.3375507680784084]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11932050820396556]], [[0.11932050820396556]], [[0.11932050820396556]]], "std": [[[0.12862541031160457]], [[0.12862541031160457]], [[0.12862541031160457]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2823529411764706]], [[0.2823529411764706]], [[0.2823529411764706]]], "mean": [[[0.031211350433952862]], [[0.031211350433952862]], [[0.031211350433952862]]], "std": [[[0.04310588690893375]], [[0.04310588690893375]], [[0.04310588690893375]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19276837451577192]], [[0.19276837451577192]], [[0.19276837451577192]]], "std": [[[0.28839982444477086]], [[0.28839982444477086]], [[0.28839982444477086]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03786844150470968]], [[0.0958628517170693]], [[0.13089174413310345]]], "std": [[[0.13655789343042804]], [[0.280996860552297]], [[0.3151991109598051]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42410121968147063]], [[0.21445565754772208]], [[0.35153007293680444]]], "std": [[[0.4209151685814266]], [[0.3078453404433878]], [[0.4461901861524554]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4354249438908972]], [[0.8109623138609433]], [[0.26725675941181165]]], "std": [[[0.3420031173387037]], [[0.3553170048070128]], [[0.3086220316036711]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4319179087113112]], [[0.76888973647665]], [[0.5148403551017205]]], "std": [[[0.4134499016187719]], [[0.3446886496501279]], [[0.28938958335928316]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4198667583992661]], [[0.5445911696644049]], [[0.4120834297263244]]], "std": [[[0.37155364959551385]], [[0.4127660253543282]], [[0.4380650447056051]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.28], "mean": [1.14], "std": [0.6639277069079133], "count": [115]}, "frame_index": {"min": [0], "max": [114], "mean": [57.0], "std": [33.19638534539566], "count": [115]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [115]}, "index": {"min": [28949], "max": [29063], "mean": [29006.0], "std": [33.19638534539566], "count": [115]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [115]}}} +{"episode_index": 139, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.643670916557312, 0.41913965344429016, -0.7821049690246582, -1.5676639080047607, -1.7399096488952637, 0.21603593230247498, 0.002949395915493369, -1.2574670314788818, -2.4805796146392822, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.643670916557312, 0.41913965344429016, 4.794336795806885, 1.0040805339813232, 1.0457940101623535, 2.161437749862671, 4.691927433013916, 1.0456528663635254, -1.3812060356140137, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974873661994934, 1.6436744928359985, 0.41913846135139465, 2.8392984867095947, -0.16783951222896576, -0.6985815763473511, 1.182431697845459, 3.1415557861328125, -0.516018807888031, -1.6263686418533325, 0.37458691000938416, -0.37458691000938416, 0.37458691000938416, 0.37458691000938416, -0.37458691000938416, 0.37458691000938416, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 3.5762786865234375e-06, 1.1920928955078125e-06, 1.8439199924468994, 0.6460365056991577, 0.9580491185188293, 0.7310582399368286, 1.5533242225646973, 0.7450822591781616, 0.30534103512763977, 0.15652725100517273, 0.15652725100517273, 0.15652725100517273, 0.15652725100517273, 0.15652725100517273, 0.15652725100517273, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [241]}, "observation.state": {"min": [-0.9892303943634033, -0.9354668259620667, -0.9998213052749634, 1.9293427467346191, -0.9164995551109314, -0.9929843544960022, -0.40765827894210815, -1.2083956003189087, -0.967221736907959, -0.4878942668437958, -0.8926003575325012, 0.7527012228965759, NaN], "max": [0.5875255465507507, 0.5799698233604431, 0.9330089092254639, 3.009596347808838, 0.9634477496147156, 0.9206502437591553, 0.9907833933830261, -0.05953799933195114, 0.5913093686103821, 0.980179488658905, 1.0, 1.9518122673034668, NaN], "mean": [-0.10815249383449554, -0.3681630492210388, -0.08134137839078903, 2.536689281463623, 0.3862827718257904, 0.21807049214839935, 0.22771868109703064, -0.4187331199645996, 0.029713859781622887, 0.40199461579322815, 0.21815797686576843, 1.2796703577041626, NaN], "std": [0.5618502497673035, 0.56668621301651, 0.45752933621406555, 0.26091694831848145, 0.6268243789672852, 0.419651061296463, 0.42703548073768616, 0.38458725810050964, 0.3600301444530487, 0.39756882190704346, 0.7086901664733887, 0.46863406896591187, NaN], "count": [241]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09443608792650127]], [[0.09436206347386258]], [[0.09181786519197124]]], "std": [[[0.23696401427000874]], [[0.2362212130192405]], [[0.22892186677192852]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2979610176685838]], [[0.2987114506826635]], [[0.2900899730501961]]], "std": [[[0.315274744686289]], [[0.3113864543228122]], [[0.2996756919631821]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.647114596681667]], [[0.6431785640763606]], [[0.6177793535936312]]], "std": [[[0.3324782345325552]], [[0.33192615342399995]], [[0.32421887316952547]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4590455746061634]], [[0.4560222478376118]], [[0.4445737444938647]]], "std": [[[0.37283883312944327]], [[0.3713662412742908]], [[0.3689580288238823]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5455618762535279]], [[0.5541333985117592]], [[0.5419445862678712]]], "std": [[[0.3315366677632559]], [[0.3155246786416815]], [[0.29657462512446625]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9967243817605015]], [[0.9967243817605015]], [[0.9967243817605015]]], "std": [[[0.016363379186879155]], [[0.016363379186879155]], [[0.016363379186879155]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.588483497855214]], [[0.588483497855214]], [[0.588483497855214]]], "std": [[[0.33519238993814043]], [[0.33519238993814043]], [[0.33519238993814043]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21027190534912368]], [[0.21027190534912368]], [[0.21027190534912368]]], "std": [[[0.26174730667467644]], [[0.26174730667467644]], [[0.26174730667467644]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2816348506093043]], [[0.2816348506093043]], [[0.2816348506093043]]], "std": [[[0.42168200703211683]], [[0.42168200703211683]], [[0.42168200703211683]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1306087812506077]], [[0.1306087812506077]], [[0.1306087812506077]]], "std": [[[0.09573605928341439]], [[0.09573605928341439]], [[0.09573605928341439]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12866154090650317]], [[0.03733357607603077]], [[0.11333457386921801]]], "std": [[[0.31114998697792484]], [[0.15077467252431223]], [[0.28282562284590834]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35301058612973596]], [[0.4263579314835267]], [[0.15114336236187303]]], "std": [[[0.41906309926912494]], [[0.43585297486407365]], [[0.26436353274566554]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8096193284878672]], [[0.24010996110081803]], [[0.6455476094202943]]], "std": [[[0.34976514522370117]], [[0.3202270029971745]], [[0.3331628441676773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5406263070051385]], [[0.2800370873290324]], [[0.4041984589191513]]], "std": [[[0.47028476839409955]], [[0.3193556480536728]], [[0.3754293111776727]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7398969698066977]], [[0.7257854100909883]], [[0.2475709529528442]]], "std": [[[0.3608973650444029]], [[0.33312138698281696]], [[0.2771744430952393]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.8], "mean": [2.4000000000000004], "std": [1.3914021704740869], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [241]}, "index": {"min": [29064], "max": [29304], "mean": [29184.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [241]}}} +{"episode_index": 140, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4991123080253601, 0.7213138341903687, 0.7379727959632874, -3.1964223384857178, -1.5693869590759277, 0.030316267162561417, -0.6442222595214844, -2.514842987060547, -1.260237216949463, -2.4695112705230713, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4991123080253601, 0.7213138341903687, 0.7379727959632874, -0.7915926575660706, -0.9662789702415466, 1.0447996854782104, 1.566461205482483, -0.006457000505179167, 1.0420522689819336, 2.5223255157470703, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4991132616996765, 0.7213135361671448, 0.7379746437072754, -2.279583692550659, -1.2675440311431885, 0.46451660990715027, 0.47480735182762146, -1.560408353805542, -0.21869704127311707, 0.5231839418411255, 0.27225783467292786, -0.27225783467292786, 0.27225783467292786, 0.27225783467292786, -0.27225783467292786, 0.27225783467292786, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 2.980232238769531e-07, 1.8477439880371094e-06, 0.8740035891532898, 0.17489692568778992, 0.3447485566139221, 0.6721800565719604, 0.9156304597854614, 0.7555563449859619, 1.7709324359893799, 0.1193973496556282, 0.1193973496556282, 0.1193973496556282, 0.1193973496556282, 0.1193973496556282, 0.1193973496556282, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [228]}, "observation.state": {"min": [-0.9856812953948975, -0.3975645899772644, -0.40934935212135315, -0.855583131313324, -0.4770642817020416, -0.9931156635284424, -0.8564101457595825, 0.01895320415496826, -0.44917353987693787, -0.7352667450904846, 0.5076621770858765, 0.7546272277832031, NaN], "max": [-0.8059935569763184, 0.5846359729766846, 0.0938226655125618, -0.1964726597070694, 0.5548704266548157, -0.4531005918979645, 4.768779149344482e-08, 0.5994991064071655, 6.499003575299866e-07, -8.375440074814833e-08, 1.0, 1.4726946353912354, NaN], "mean": [-0.9262409806251526, 0.19015125930309296, -0.13821116089820862, -0.46479445695877075, -0.08699755370616913, -0.834301233291626, -0.3416668772697449, 0.3559565544128418, -0.2081872522830963, -0.32484206557273865, 0.8517696857452393, 1.1354804039001465, NaN], "std": [0.057694628834724426, 0.23941326141357422, 0.16178438067436218, 0.2681000530719757, 0.24662871658802032, 0.1746537983417511, 0.2971687912940979, 0.15693143010139465, 0.16436704993247986, 0.2728393077850342, 0.15545570850372314, 0.307188481092453, NaN], "count": [228]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.13244746866976329]], [[0.12755337489463828]], [[0.12623580642543944]]], "std": [[[0.3076956544303978]], [[0.2981772682164579]], [[0.29601068110518586]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4886356626573888]], [[0.4645657152091711]], [[0.45249137827560143]]], "std": [[[0.39274541779426025]], [[0.3845235034469045]], [[0.38564973176884687]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6152252565059402]], [[0.5791417261956251]], [[0.5651509048200519]]], "std": [[[0.29024890800231673]], [[0.292674332683035]], [[0.2990265028307466]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.35313448414829834]], [[0.3181316309157636]], [[0.30942385356043856]]], "std": [[[0.33887682332579705]], [[0.3148450899390634]], [[0.30807023906507164]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4451414754062084]], [[0.413847870066942]], [[0.3998719941312594]]], "std": [[[0.3515189735925268]], [[0.3472876844034583]], [[0.3505894561421201]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9956651062736918]], [[0.9956651062736918]], [[0.9956651062736918]]], "std": [[[0.01940047173157361]], [[0.01940047173157361]], [[0.01940047173157361]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5570469733941934]], [[0.5570469733941934]], [[0.5570469733941934]]], "std": [[[0.3293938003116551]], [[0.3293938003116551]], [[0.3293938003116551]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22745983580669366]], [[0.22745983580669366]], [[0.22745983580669366]]], "std": [[[0.27296627481914304]], [[0.27296627481914304]], [[0.27296627481914304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3601482755545363]], [[0.3601482755545363]], [[0.3601482755545363]]], "std": [[[0.4545243212722142]], [[0.4545243212722142]], [[0.4545243212722142]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36942223214650927]], [[0.36942223214650927]], [[0.36942223214650927]]], "std": [[[0.4210763977340791]], [[0.4210763977340791]], [[0.4210763977340791]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10232167028433753]], [[0.07784248144728292]], [[0.08084716262620775]]], "std": [[[0.28973139591399333]], [[0.24711636774064766]], [[0.1988543255847904]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3140458166783009]], [[0.2990373736581257]], [[0.3696908101772223]]], "std": [[[0.40832270118868785]], [[0.3218700580944575]], [[0.44566664012758556]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2929101188165154]], [[0.6364782862633785]], [[0.4234605144133506]]], "std": [[[0.30693368589746284]], [[0.4240922193549568]], [[0.40609072641404664]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26005180880190387]], [[0.4722282398271028]], [[0.2796274717677502]]], "std": [[[0.35474111001224506]], [[0.4694806858058861]], [[0.352409872003458]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42190502323154905]], [[0.44859902326239476]], [[0.26591111191578304]]], "std": [[[0.37912898535786466]], [[0.44550228005948583]], [[0.3789306416495294]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.54], "mean": [2.2699999999999996], "std": [1.3163459525013426], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [228]}, "index": {"min": [29305], "max": [29532], "mean": [29418.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [228]}}} +{"episode_index": 141, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972572922706604, 0.46574729681015015, 0.9051316976547241, -0.7822169661521912, -1.564675211906433, -1.7906790971755981, 0.6089750528335571, -2.448758602142334, -0.3521103262901306, -4.063774585723877, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972572922706604, 0.46574729681015015, 0.9051316976547241, 1.2287991046905518, 0.7750577330589294, 1.040869951248169, 1.570143699645996, -0.006877093110233545, 1.0439056158065796, -2.4845690727233887, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997253715991974, 0.46574655175209045, 0.9051318764686584, 0.33430659770965576, 0.1337178498506546, -0.8694185614585876, 1.172196626663208, -1.8542931079864502, 0.058705247938632965, -3.431813955307007, 0.24993163347244263, -0.24993163347244263, 0.24993163347244263, 0.24993163347244263, -0.24993163347244263, 0.24993163347244263, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 7.450580596923828e-07, 1.7881393432617188e-07, 0.50759357213974, 0.7428578734397888, 0.785615861415863, 0.2548936605453491, 0.7681564688682556, 0.4022133946418762, 0.39728036522865295, 0.11714503169059753, 0.11714503169059753, 0.11714503169059753, 0.11714503169059753, 0.11714503169059753, 0.11714503169059753, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [195]}, "observation.state": {"min": [-0.8126448392868042, 0.2850392758846283, -0.9412621259689331, -0.5205472707748413, -0.9734225273132324, -0.812644898891449, -0.6939008831977844, -0.03336992487311363, -0.7099407315254211, -0.8253540992736816, -0.5200030207633972, 0.5958508849143982, NaN], "max": [0.6600135564804077, 0.9852654933929443, 0.0006981492042541504, 0.011801605112850666, 0.896049976348877, 0.6697499752044678, 0.7424889802932739, 0.8128187656402588, 0.7514959573745728, 0.19648388028144836, 1.0, 1.531880259513855, NaN], "mean": [-0.2508162260055542, 0.6365513801574707, -0.2938288450241089, -0.1845526099205017, -0.26846858859062195, -0.19746175408363342, 0.06931516528129578, 0.34626179933547974, 0.11156636476516724, -0.2052927017211914, 0.6192502379417419, 0.8516272902488708, NaN], "std": [0.5361814498901367, 0.1943429559469223, 0.34684279561042786, 0.1842120736837387, 0.6411111950874329, 0.5940637588500977, 0.34669092297554016, 0.3216703236103058, 0.3924989402294159, 0.3506945073604584, 0.533755898475647, 0.21026656031608582, NaN], "count": [195]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08076159649592199]], [[0.0512140501082619]], [[0.04885321778244488]]], "std": [[[0.19826007184048516]], [[0.14345213236277773]], [[0.13902348649329258]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26018037391763243]], [[0.18466610741967865]], [[0.17700223631739212]]], "std": [[[0.2675319159671877]], [[0.22623343271953048]], [[0.2169738342119765]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3992226775324199]], [[0.31608206178405157]], [[0.30999074359062045]]], "std": [[[0.3184977237761954]], [[0.31115884941226074]], [[0.31148952082872716]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45768256631334864]], [[0.3967033717765346]], [[0.39632353309984436]]], "std": [[[0.3254754370175031]], [[0.3566668121374569]], [[0.35668906263698136]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3840744629988379]], [[0.3179626216479547]], [[0.31666367194598505]]], "std": [[[0.31817558118031813]], [[0.31988106946064154]], [[0.3158798233283438]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.807843137254902]], [[0.807843137254902]], [[0.807843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9958961651347725]], [[0.9958961651347725]], [[0.9958961651347725]]], "std": [[[0.018986870048071185]], [[0.018986870048071185]], [[0.018986870048071185]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5829753361349327]], [[0.5829753361349327]], [[0.5829753361349327]]], "std": [[[0.3313776477957744]], [[0.3313776477957744]], [[0.3313776477957744]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4346314703166585]], [[0.4346314703166585]], [[0.4346314703166585]]], "std": [[[0.39404113831452336]], [[0.39404113831452336]], [[0.39404113831452336]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08748906417325658]], [[0.08748906417325658]], [[0.08748906417325658]]], "std": [[[0.19972341401607255]], [[0.19972341401607255]], [[0.19972341401607255]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30548833728628416]], [[0.30548833728628416]], [[0.30548833728628416]]], "std": [[[0.33938109548729]], [[0.33938109548729]], [[0.33938109548729]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07932659554707967]], [[0.07422024943488562]], [[0.11638864715203136]]], "std": [[[0.2521952696552131]], [[0.20633764097650556]], [[0.29355035817818986]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.552234218539507]], [[0.24340027264967065]], [[0.14055097093726174]]], "std": [[[0.48262207953018427]], [[0.29086407097173467]], [[0.2514463579189479]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19643664315012965]], [[0.4154624416026114]], [[0.5106841709632794]]], "std": [[[0.3035088917906477]], [[0.4173568703098114]], [[0.4419902334172115]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3041784829386082]], [[0.5812748108853336]], [[0.6794476798961437]]], "std": [[[0.3658236231314266]], [[0.32056450966228067]], [[0.4200248194040574]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3115571555115668]], [[0.5426029084866737]], [[0.48616111945958235]]], "std": [[[0.3661911149924022]], [[0.3829748290590874]], [[0.4410650977282522]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.88], "mean": [1.9399999999999997], "std": [1.1258182209693832], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [195]}, "index": {"min": [29533], "max": [29727], "mean": [29630.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [195]}}} diff --git a/place_bench/meta/info.json b/place_bench/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb5ab8a27e04f61ae46a3941ce8092648320b76a --- /dev/null +++ b/place_bench/meta/info.json @@ -0,0 +1,461 @@ +{ + "codebase_version": "v2.1", + "robot_type": null, + "total_episodes": 142, + "total_frames": 29728, + "total_tasks": 142, + "total_videos": 2130, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 50.0, + "splits": { + "train": "0:142" + }, + "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": { + "action": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "front_rocker", + "front_left_wheel", + "front_right_wheel", + "rear_left_wheel", + "rear_right_wheel", + "ewellix_torso_joint", + "pan_joint", + "tilt_joint", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_arm_finger_joint", + "left_arm_left_inner_finger_joint", + "left_arm_left_inner_knuckle_joint", + "left_arm_right_outer_knuckle_joint", + "left_arm_right_inner_finger_joint", + "left_arm_right_inner_knuckle_joint", + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_arm_finger_joint", + "right_arm_left_inner_finger_joint", + "right_arm_left_inner_knuckle_joint", + "right_arm_right_outer_knuckle_joint", + "right_arm_right_inner_finger_joint", + "right_arm_right_inner_knuckle_joint" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 13 + ], + "names": [ + "r_xx", + "r_xy", + "r_xz", + "p_x", + "r_yx", + "r_yy", + "r_yz", + "p_y", + "r_zx", + "r_zy", + "r_zz", + "p_z", + "joint" + ] + }, + "observation.image.world__world_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__world_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__world_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/place_bench/meta/tasks.jsonl b/place_bench/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fe13c364bb695a04e44f331a638afdf19e0df221 --- /dev/null +++ b/place_bench/meta/tasks.jsonl @@ -0,0 +1,142 @@ +{"task_index": 0, "task": "procedural_kitchen_place_bench_235754-d820a30"} +{"task_index": 1, "task": "procedural_kitchen_place_bench_27874-d820a30"} +{"task_index": 2, "task": "procedural_kitchen_place_bench_235572-d820a30"} +{"task_index": 3, "task": "procedural_kitchen_place_bench_226591-d820a30"} +{"task_index": 4, "task": "procedural_kitchen_place_bench_226301-d820a30"} +{"task_index": 5, "task": "procedural_kitchen_place_bench_96245-d820a30"} +{"task_index": 6, "task": "procedural_kitchen_place_bench_23884-d820a30"} +{"task_index": 7, "task": "procedural_kitchen_place_bench_77444-d820a30"} +{"task_index": 8, "task": "procedural_kitchen_place_bench_164605-d820a30"} +{"task_index": 9, "task": "procedural_kitchen_place_bench_47671-d820a30"} +{"task_index": 10, "task": "procedural_kitchen_place_bench_267104-d820a30"} +{"task_index": 11, "task": "procedural_kitchen_place_bench_66705-d820a30"} +{"task_index": 12, "task": "procedural_kitchen_place_bench_241482-d820a30"} +{"task_index": 13, "task": "procedural_kitchen_place_bench_245183-d820a30"} +{"task_index": 14, "task": "procedural_kitchen_place_bench_267105-d820a30"} +{"task_index": 15, "task": "procedural_kitchen_place_bench_66702-d820a30"} +{"task_index": 16, "task": "procedural_kitchen_place_bench_27383-d820a30"} +{"task_index": 17, "task": "procedural_kitchen_place_bench_96243-d820a30"} +{"task_index": 18, "task": "procedural_kitchen_place_bench_164601-d820a30"} +{"task_index": 19, "task": "procedural_kitchen_place_bench_7592-d820a30"} +{"task_index": 20, "task": "procedural_kitchen_place_bench_226593-d820a30"} +{"task_index": 21, "task": "procedural_kitchen_place_bench_77442-d820a30"} +{"task_index": 22, "task": "procedural_kitchen_place_bench_226305-d820a30"} +{"task_index": 23, "task": "procedural_kitchen_place_bench_276404-d820a30"} +{"task_index": 24, "task": "procedural_kitchen_place_bench_261071-d820a30"} +{"task_index": 25, "task": "procedural_kitchen_place_bench_276402-d820a30"} +{"task_index": 26, "task": "procedural_kitchen_place_bench_176763-d820a30"} +{"task_index": 27, "task": "procedural_kitchen_place_bench_153852-d820a30"} +{"task_index": 28, "task": "procedural_kitchen_place_bench_147794-d820a30"} +{"task_index": 29, "task": "procedural_kitchen_place_bench_164602-d820a30"} +{"task_index": 30, "task": "procedural_kitchen_place_bench_326284-d820a30"} +{"task_index": 31, "task": "procedural_kitchen_place_bench_208645-d820a30"} +{"task_index": 32, "task": "procedural_kitchen_place_bench_21811-d820a30"} +{"task_index": 33, "task": "procedural_kitchen_place_bench_208642-d820a30"} +{"task_index": 34, "task": "procedural_kitchen_place_bench_75795-d820a30"} +{"task_index": 35, "task": "procedural_kitchen_place_bench_245181-d820a30"} +{"task_index": 36, "task": "procedural_kitchen_place_bench_78535-d820a30"} +{"task_index": 37, "task": "procedural_kitchen_place_bench_21815-d820a30"} +{"task_index": 38, "task": "procedural_kitchen_place_bench_27873-d820a30"} +{"task_index": 39, "task": "procedural_kitchen_place_bench_226303-d820a30"} +{"task_index": 40, "task": "procedural_kitchen_place_bench_27385-d820a30"} +{"task_index": 41, "task": "procedural_kitchen_place_bench_106711-d820a30"} +{"task_index": 42, "task": "procedural_kitchen_place_bench_261074-d820a30"} +{"task_index": 43, "task": "procedural_kitchen_place_bench_7593-d820a30"} +{"task_index": 44, "task": "procedural_kitchen_place_bench_138521-d820a30"} +{"task_index": 45, "task": "procedural_kitchen_place_bench_261075-d820a30"} +{"task_index": 46, "task": "procedural_kitchen_place_bench_276405-d820a30"} +{"task_index": 47, "task": "procedural_kitchen_place_bench_78531-d820a30"} +{"task_index": 48, "task": "procedural_kitchen_place_bench_23885-d820a30"} +{"task_index": 49, "task": "procedural_kitchen_place_bench_222853-d820a30"} +{"task_index": 50, "task": "procedural_kitchen_place_bench_77443-d820a30"} +{"task_index": 51, "task": "procedural_kitchen_place_bench_27382-d820a30"} +{"task_index": 52, "task": "procedural_kitchen_place_bench_77441-d820a30"} +{"task_index": 53, "task": "procedural_kitchen_place_bench_106713-d820a30"} +{"task_index": 54, "task": "procedural_kitchen_place_bench_317344-d820a30"} +{"task_index": 55, "task": "procedural_kitchen_place_bench_23881-d820a30"} +{"task_index": 56, "task": "procedural_kitchen_place_bench_138524-d820a30"} +{"task_index": 57, "task": "procedural_kitchen_place_bench_267101-d820a30"} +{"task_index": 58, "task": "procedural_kitchen_place_bench_27875-d820a30"} +{"task_index": 59, "task": "procedural_kitchen_place_bench_261073-d820a30"} +{"task_index": 60, "task": "procedural_kitchen_place_bench_47673-d820a30"} +{"task_index": 61, "task": "procedural_kitchen_place_bench_208641-d820a30"} +{"task_index": 62, "task": "procedural_kitchen_place_bench_226592-d820a30"} +{"task_index": 63, "task": "procedural_kitchen_place_bench_75794-d820a30"} +{"task_index": 64, "task": "procedural_kitchen_place_bench_147793-d820a30"} +{"task_index": 65, "task": "procedural_kitchen_place_bench_276401-d820a30"} +{"task_index": 66, "task": "procedural_kitchen_place_bench_119361-d820a30"} +{"task_index": 67, "task": "procedural_kitchen_place_bench_277323-d820a30"} +{"task_index": 68, "task": "procedural_kitchen_place_bench_317342-d820a30"} +{"task_index": 69, "task": "procedural_kitchen_place_bench_77445-d820a30"} +{"task_index": 70, "task": "procedural_kitchen_place_bench_7594-d820a30"} +{"task_index": 71, "task": "procedural_kitchen_place_bench_119362-d820a30"} +{"task_index": 72, "task": "procedural_kitchen_place_bench_147795-d820a30"} +{"task_index": 73, "task": "procedural_kitchen_place_bench_226595-d820a30"} +{"task_index": 74, "task": "procedural_kitchen_place_bench_222855-d820a30"} +{"task_index": 75, "task": "procedural_kitchen_place_bench_216203-d820a30"} +{"task_index": 76, "task": "procedural_kitchen_place_bench_277324-d820a30"} +{"task_index": 77, "task": "procedural_kitchen_place_bench_119365-d820a30"} +{"task_index": 78, "task": "procedural_kitchen_place_bench_267103-d820a30"} +{"task_index": 79, "task": "procedural_kitchen_place_bench_21814-d820a30"} +{"task_index": 80, "task": "procedural_kitchen_place_bench_226302-d820a30"} +{"task_index": 81, "task": "procedural_kitchen_place_bench_226594-d820a30"} +{"task_index": 82, "task": "procedural_kitchen_place_bench_153855-d820a30"} +{"task_index": 83, "task": "procedural_kitchen_place_bench_63414-d820a30"} +{"task_index": 84, "task": "procedural_kitchen_place_bench_277321-d820a30"} +{"task_index": 85, "task": "procedural_kitchen_place_bench_311333-d820a30"} +{"task_index": 86, "task": "procedural_kitchen_place_bench_226304-d820a30"} +{"task_index": 87, "task": "procedural_kitchen_place_bench_106715-d820a30"} +{"task_index": 88, "task": "procedural_kitchen_place_bench_326283-d820a30"} +{"task_index": 89, "task": "procedural_kitchen_place_bench_147792-d820a30"} +{"task_index": 90, "task": "procedural_kitchen_place_bench_317343-d820a30"} +{"task_index": 91, "task": "procedural_kitchen_place_bench_277322-d820a30"} +{"task_index": 92, "task": "procedural_kitchen_place_bench_23882-d820a30"} +{"task_index": 93, "task": "procedural_kitchen_place_bench_78533-d820a30"} +{"task_index": 94, "task": "procedural_kitchen_place_bench_235571-d820a30"} +{"task_index": 95, "task": "procedural_kitchen_place_bench_47672-d820a30"} +{"task_index": 96, "task": "procedural_kitchen_place_bench_75792-d820a30"} +{"task_index": 97, "task": "procedural_kitchen_place_bench_78532-d820a30"} +{"task_index": 98, "task": "procedural_kitchen_place_bench_222854-d820a30"} +{"task_index": 99, "task": "procedural_kitchen_place_bench_66701-d820a30"} +{"task_index": 100, "task": "procedural_kitchen_place_bench_23883-d820a30"} +{"task_index": 101, "task": "procedural_kitchen_place_bench_75793-d820a30"} +{"task_index": 102, "task": "procedural_kitchen_place_bench_66704-d820a30"} +{"task_index": 103, "task": "procedural_kitchen_place_bench_27871-d820a30"} +{"task_index": 104, "task": "procedural_kitchen_place_bench_7595-d820a30"} +{"task_index": 105, "task": "procedural_kitchen_place_bench_63412-d820a30"} +{"task_index": 106, "task": "procedural_kitchen_place_bench_326282-d820a30"} +{"task_index": 107, "task": "procedural_kitchen_place_bench_222852-d820a30"} +{"task_index": 108, "task": "procedural_kitchen_place_bench_176764-d820a30"} +{"task_index": 109, "task": "procedural_kitchen_place_bench_326281-d820a30"} +{"task_index": 110, "task": "procedural_kitchen_place_bench_176761-d820a30"} +{"task_index": 111, "task": "procedural_kitchen_place_bench_27872-d820a30"} +{"task_index": 112, "task": "procedural_kitchen_place_bench_21812-d820a30"} +{"task_index": 113, "task": "procedural_kitchen_place_bench_277325-d820a30"} +{"task_index": 114, "task": "procedural_kitchen_place_bench_317341-d820a30"} +{"task_index": 115, "task": "procedural_kitchen_place_bench_276403-d820a30"} +{"task_index": 116, "task": "procedural_kitchen_place_bench_241481-d820a30"} +{"task_index": 117, "task": "procedural_kitchen_place_bench_138522-d820a30"} +{"task_index": 118, "task": "procedural_kitchen_place_bench_119364-d820a30"} +{"task_index": 119, "task": "procedural_kitchen_place_bench_311332-d820a30"} +{"task_index": 120, "task": "procedural_kitchen_place_bench_7591-d820a30"} +{"task_index": 121, "task": "procedural_kitchen_place_bench_27381-d820a30"} +{"task_index": 122, "task": "procedural_kitchen_place_bench_96244-d820a30"} +{"task_index": 123, "task": "procedural_kitchen_place_bench_63415-d820a30"} +{"task_index": 124, "task": "procedural_kitchen_place_bench_216205-d820a30"} +{"task_index": 125, "task": "procedural_kitchen_place_bench_153854-d820a30"} +{"task_index": 126, "task": "procedural_kitchen_place_bench_66703-d820a30"} +{"task_index": 127, "task": "procedural_kitchen_place_bench_27384-d820a30"} +{"task_index": 128, "task": "procedural_kitchen_place_bench_147791-d820a30"} +{"task_index": 129, "task": "procedural_kitchen_place_bench_235753-d820a30"} +{"task_index": 130, "task": "procedural_kitchen_place_bench_235574-d820a30"} +{"task_index": 131, "task": "procedural_kitchen_place_bench_106714-d820a30"} +{"task_index": 132, "task": "procedural_kitchen_place_bench_216202-d820a30"} +{"task_index": 133, "task": "procedural_kitchen_place_bench_78534-d820a30"} +{"task_index": 134, "task": "procedural_kitchen_place_bench_164604-d820a30"} +{"task_index": 135, "task": "procedural_kitchen_place_bench_241484-d820a30"} +{"task_index": 136, "task": "procedural_kitchen_place_bench_216204-d820a30"} +{"task_index": 137, "task": "procedural_kitchen_place_bench_326285-d820a30"} +{"task_index": 138, "task": "procedural_kitchen_place_bench_311334-d820a30"} +{"task_index": 139, "task": "procedural_kitchen_place_bench_216201-d820a30"} +{"task_index": 140, "task": "procedural_kitchen_place_bench_176765-d820a30"} +{"task_index": 141, "task": "procedural_kitchen_place_bench_119363-d820a30"} diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87d499ddb9fd6335943924d2e32af24e3f3dc81d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3c54c7b83fd444831d2b916ba6fb432a0b0d51d8d1aa5eef7200829c267efd +size 252528 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7171f521cf6c1250a23247df50f2dce0fe1d2ba1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c445fd165f9e3f34c3f0ec4541a82986bbfa9e772860b37d50fa429d312ede9 +size 88497 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89fad65c9924415b8ed401e180b4aa75e3867416 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c6e0b122644ed35f68296a44dffe924dadb97860250fd271015405c7cb83d8 +size 150114 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b472977cd011bd54b27be761f15c7cf5215f4010 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae5153a17c5da6da67e6aacfa2234ec367224664be5ebd984c35fe805f121e4 +size 199284 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08f5ed4f7d31fba7b068f2a8157ffda1f3fa06e5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf508ac90505364c1ce9280309f253ae8841e4565ccd64b886cc183d7eec4951 +size 135370 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..745136d5ea96716d6921876be4da4648252dd253 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5508340d2a56e1fb7fd7113a9a9078b4692a7dbc8431cf03797e383958df2b19 +size 355093 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6025080d29cbe983843b8dcbd3886cc0db93dc80 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f1fdc98e81f8119ea1510767fe708dfab29d631f9b7184b3569d4858e3cf16 +size 186937 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd1fe0a54aefcb73d63a5ae4f10c65836f36ad43 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe2d509fb91498193682a4ff64b1f622d8a492acdf396a5c062b5daf2cf97f4 +size 85101 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..118c37376b18410af80ddefe40aa28475b02b3c9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccc9dfdfb401b1535cc796a5dda7a28fd613b0444a6c88b78ac782fceddf413 +size 185116 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48f02dac50f4271afdbe3e4b53e2ce0fea711ced --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6f5d0f1ed3e508018513299df632374f11f6def8dbd2b68e6b6989ab1b3b3a +size 85610 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..468e6c0ac14f5edc0684acf0988f3d02efd2439d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921e4e08f138282e13bc9a9b24f840885ed56079794accec80be2e89d37d3cdc +size 128000 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcb165c4e866cc524032b788b3a4953c890573b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d09ba5a4d07a7b30d78da842f32914b5f0f81a5e1cc1e3752799ba0667198a9 +size 155021 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0da3cfab010a8453fa4c9d003db4763d599c0a4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc2a12f164cb7ced2a33c5e3f9a7b049113c4cdd35c608e956c04bdbd2a10d3 +size 374860 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adb0b35763c899d8e652fb5391d782a2764be7b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478b2512e63dedcf2ee6f07ffe1009a3ee2587a8072f9bb1642c1f7f10abdc97 +size 131248 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..856a472c3fd19e4160937a899891fcd600f0c84c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1322992122831a70cdfdc2a0af2846fe2b8f924da2ff4d1aca9595bfd04334dd +size 97269 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35e06167621fc78514159d49ff519ba3908d1edf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d035383670e02d560b6d87f69cf740be4afc1a35cd9ae2635ff873c8660fff94 +size 260932 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9715c25c5c5ee95342d981a86a704a9cad2c8422 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d346be1806302281189b8cff92e179de029f5cab80ad57c44cca2950047e9e +size 137901 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..176e3a079bbe8dd7c234bb25d465d28c9ddf011f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a8fd54b0b660377c21c56ccaaa9b1a6b056fe4865e0fc585aa7ec8c9910d68 +size 465617 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18a283a60c48e77e97410a1f66b67a4d50dc0712 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c6e47a334a17aeb2180f07ca27e3c6d24ec8dd5720df7ef8142d424e586059 +size 380985 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e78f919d59c84be9938dbf403436cffa03bee2d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f42d26a523f82754017e53995b55f98b7ff03d4bc6947691233a1685840596 +size 314852 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3ce9d71080c34c6af47866318c8e1e54dec1a4c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e7cebcac7168582312779e169fc6114f0ee49d9e770a83d25791e1e13ee950 +size 64000 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e85e52cdec4c802a65fc8ec71a6fbf83c12025ad --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71f014bbf54541e47d2c68a2cea0e1ed0067ef4387f2f4ea3365d26daa40c20 +size 326665 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb6ba8480023b39fd7d67ab1d7366276b4b95c7d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c8366833afe928283b9a20e8690332c689db07bec3866299d231acd7e4cab6 +size 131780 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bd707fed4019c1b007523242c23f3a4923c095e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4291b926e6296fa194e91f24ebaa335e50cf784d786564661dab690fdaa3241 +size 140193 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01bbb790a4a58a80c7227d60546dd7a1208a8928 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad357394bce99e8ae35b9cf3d287d56c6cc3b97798dd1e48919563dfa933259 +size 83830 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdb1d02798cd19cdf569087e832571f980d17ded --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75eb010bc334a00d39dc7866d2304b1ec7545db9aae0d1900343958e8c01c47 +size 215323 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4dd146d9971496afe09b5266bd86d28529fdada --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e44cc00d4737893e4af4fc1df71e701c3912c0e0edc2b0a4f10a392bf71d207 +size 132508 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb2e430eb1f79ab75b51f7ce44c0fda69d3258cc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54148ff144ae59cab256bb175926ffa47bec965e766f5b33dc23d02bfdd451fb +size 115225 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c3f165985ee751fad17a696590948ebc27a9933 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9511a3faf8b0fefb7e76b15b07eea68a0d9c02753bba7a96b7ccfce5337c2070 +size 134789 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbb0dc0950b744dc18082e8a9f9e6119ccae6aa9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b765fc2bb0d20bf83afe2b4b976ad68cc7a0f8e67deff831063219bffa3475 +size 84245 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29c615adf17982e03315b0983c05d2db658674f1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3dacc80f65a4afd0b1ceab20c613168dd1753c7b927c2896b401a3c82c37f0 +size 251208 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ffa6d6433bf2b56a14771f1ff114b17e2db132 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6db149d01a05dc0a18b4e714c4675e8d89c89dd2124686e379476f4635b860e +size 71741 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a953b956e88ab1fb72251e2d7c45ed1a34a73291 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5f9ce80bd0ba39a0e5fda6259637ae304effd2faee5bd8e2e97265eacc8812 +size 328129 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37b91be1cb8612b3bac784708b4f712852504209 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9155101efd60a9345da14dff7a6bdf5d74c5fc20b0747d885fabfd69b478a6a +size 103674 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22468c377309f91efd28fbf5a00eb5b366f01a77 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a924affe5f70f47b1b057d6392e1a12a0b0634f6ba6b810874d6e69a59db98 +size 141217 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae1329ff5e3470dfc7b5b68b5cf76f6f78e8d644 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96360ed38aa2781d91ea8feafb0dd9cf280a4ae96085816e2d19e7c45d4bc5ab +size 117851 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67b9ec5afe4281ea1473d9db53afa2b92c639964 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52312493ab4f2d50b5f0b72b9a220ae35a802ff2513db2f6b39cddf17679a06 +size 356469 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8e9748f16c7fa059f08f98727fa6ee27bfbcba1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc17054e1359cc73d755522c673b68cac8de97a656c46cc55cd8e8062f47c906 +size 132087 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f455f5f2d98885e290bd802d695a67d8a477d887 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c223c06d71f2a21782bbb89572c79bcd774cd437105375783e792b7729b24c40 +size 107166 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..312c3c44b791789cca260ce8bd156a4a855fa12c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92662951ecdd03cafc98948f531adf169e6540ecee654cd4519e23979197ee4e +size 115331 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..426d4b5ff075293a10322e061eed44d178b18401 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0c8f6ea61b864c5a028b85464eac00b73036ffb9f3adc8e4dbd298021d20f1 +size 110608 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14c2a05573ccb2a03e3e1668493d8baf3bd002ff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeffc30acc592922c435b5bb20ee872fee022a1c243f7476c5e4770df79723a +size 145620 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f03d305f0d9d223d241427e541ae666638d01ff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d63be3aa77b35068463f605c2c689ec82426e6189b7578a8790767ddcbf4be0 +size 73319 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40c95299b5722040c7165125e627a0813826b6aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fb5555c0c12cae3098acc76a4c12f071593607d65b6908a4d0c435cbbab2bd +size 175871 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c8da4db0dcc64a672fdbf92b7e97eca23da8eaf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a63a5e211b9b492178a4c81a6dbc8bbc0fd06f06ca554aa241cbab13bb4b80 +size 138602 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbf0f7a90c6adba20b3c944f5df926eda57670ab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b12e57bba21dfe6cb271a78516838daee94dd52448b340d61df6c1c5d77ef58 +size 262110 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16559102a8bd0eb48abd6aec79dfc541d41f673b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9a479c6ce6d7e8993b622f1c125c5a723e5577aff5e77a0473f2842e867d66 +size 105105 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d1df6a8249fcf565e3d13339d727ef234743bb1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fb4e9087f7116afd93ceccfe8f9839f9badae50c20c6918bae33319133f112 +size 112701 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e4a2d159a0dd1f6a9b9445bf9f6b1f32037b5f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22e07bb0d810c4bf98ec1040e0d276bc922098848cdcbb5dda5df45f6351472 +size 144671 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5fcdc81e16934a7ff6943881a214ab6c27488d4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9497483ec650955c275f0ffb8c8a5ab16318a649caa490c35662b2d9fd5db0d6 +size 219187 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d74dad330897894e92ee64e226b65938637a6dc0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c712ca07353a1b092374517efff50b3aaeaa66ec3f9e2abb381810a20a4ea741 +size 300524 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d80e632f02da37c320ee975fb8658ea2f5576ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836d43390e1ba4f811cc380eec0e150dfeefd8fdeb8ae41cbfed74f59ea1f2cc +size 142137 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98003df1b20ca9c1255fa79adf87d7515077591e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3cec973e112bfbb97d1c68777b5b45b90780cb19e6c1ff52036064cc8b516c +size 303635 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2719de92165187fd42b00bcae302a4a7f7f70fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0bbc705ab6a3d13e99970561eb9fdfdd97fe3bd365c861728142c398620f02 +size 253117 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c103f19b534017686d4b5ec370b0bc54e99b13b0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c14121aa696a68f45d4fe67467e00dcb7569bcb4a3165816f71bff92061e4b +size 361854 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e334e92c3c305220581c640679791893a1a484d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8c9efb5d9b625c06a06ab0efc1b22ed6c453adc180aeff26384521229da5c7 +size 265002 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9da748ed40cb13f31d480db1619f514048f4681f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5325d0d17506843f9730a28c88afc8b1c7382d5a1eb513fb938eb399f44bf2b0 +size 303901 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52f3bbeb9df9fde1ade91236f75ba6e0a7ba9fab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6c344ad5b0e687558f38bdb0032e4c90ae70537acd0e0561301425671df5cc +size 76963 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9af10fc159c0aaf468b16a26e2dcd4d04a7fe34 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265b86a187254abd6f5964b8166c47aab3c4e291520708a406c75d3b49223364 +size 65916 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cae52d10fc4e34832a895e6b2a18ae3951983fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00e7421fa8f379967e9d5381aa3e09947c5089f95fa035ea17245e128dd7ce3 +size 155924 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b5ce3afba466f30f6e37391bd31f2199678211 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a6742aa295ed6caf44aec69c6bcbf962c33226694adcdf0ff719a3fc894cd6 +size 313535 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82cc600f5a7d522a020912e9b37ee7c8bd103ddb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc30af6c966856630124de0a46bc2266b1a4c6166e5b645b41f611b0cb1a2fa +size 153897 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c47167d2ec6439dc4ebefa24940a77ae937e604 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54af655c3649eeac301842bd10019f8851b72352aed0fc6e12b10a4292b991f4 +size 378056 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f36a4f4c8ecb81219ef88e1f4f3d35428a70cbd5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836218d333291ffa7472779e3357cbc502f7f0e41b3606e969a2f96ae00262d2 +size 119408 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b67f922bfa86c34ee4c2da3b5a499127811ce28d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac1eb9f2d417b43d217f59732bea0ff6bac9c2caff6e3be52a621bd05322255 +size 259834 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1967e5255dee9e40ee77ebaa7926f986cd8c1d8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46d8693d9258663f14a229a52a232f8bdea033b889fa05e166a95850e480203 +size 102405 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cac453c2268e13ec2e100218f4c3eda3679bd78 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f529788d73f5df64c9f9004105aa57fbaf8e01a0b2d4510221a348dc8484aa51 +size 109708 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6fb521a1e5809ff4b5de0c2039142a4da81ce64 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c9ae8114802caea5388c61e546c3e433ba1b90f7ac9eb3e480d4ec91e39f4f +size 233446 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86d06547e09e4e40f11b4744dec69ddeb685ab00 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355cbcb7e6833d558a492b5f15b6c3508ecf4e9f07ed9eb42474329c63c2fc55 +size 98863 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f96fbcf4b47a523394605af11178751ae9a46144 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14f4fac8cb0788de796ccf3956bb92a83acefb0dece39c670e3f528580f2aa5 +size 135010 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f8d8bc12af3dfd1bab12b5ed6dd8b39fd994f9b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ea3726a105e545110a923075d919b9720bd261f900f04b49d5095f3ee6b60d +size 300197 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d9166a34737765cb34c7609140405e94eac5497 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e586c8ec55849fb29714fe451ca4e9080783962f892d2fcd20553cb7d03d6861 +size 140471 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..769ae4e7534855f5e15b8ba1e09a9f4761c7f168 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bb0ddf791f5448e32c5f72868a1ffd355a9bf859eaa0d4f1113a1b091a6ceb +size 70383 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82f3a153cec539a4687bc81f8f8dead8ea724e3d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d3b2fb03a9e0fbe413dfb9cf582bdb6ebf38628bb3fa7bc9ae037351babc5d +size 145615 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a19b72945246ff87a05f4ca7378f47ac006dc634 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e255757913d226a6c81ccc12ac95abcfa2c60d592229473f65a1afe950a2ce +size 193797 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4da01ed952ee6a616fb873f994ab9ba51e0f90d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68c9aadbdb79cef8b8d0d9a8b2036627bde7d5f8f25c5148577938fb018d2dd +size 260248 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e6b4889d067b81a5714ffac95f0b6cdce643b23 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105959b1fdee1302c807d4c24ea85c6bc0c0bc15e9b8d016a331beae114f745a +size 111538 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9f9f6345c8f10a12fbe7a56496cd89bd56ced81 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c44a8af590bcf223f2a799966da5d759e23a6f6599d945c6009163dd2d0e55 +size 303676 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04afaa4cc372baa8c40b683ec6a61d6047cde07d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e74edbe52332d9c7f985f00ea13846e9fce36946df04707fea9d09307b05c2 +size 136750 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28d6090de58e0bf4651c9b68d490e3a4d120849b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15235b3ecc74f630039ee81d238498affbe5de0fe9a95a0790b1792e54dc7e9b +size 443511 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7e2cf15ddfb3fe20711328e88759ed170ba5fd5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800816b1ebae55218b2d86d28fe1ed559f4ecfaf5f2a03f5025ffb7ea88ef5b2 +size 192447 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0924920882396eac139b194bd9147a10a0c150b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6967249c456d15283fb608b83721110828d8d336f72346a0f71a1a4644404795 +size 164454 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31fda2e6816251cea63764b542164abf2004e4c5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ed1718a5e322e3ef0f37d552812cf47943aa9b0e6630ebe69fd6bd885549a4 +size 534163 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..342eaa7f1f0b466c74a8eaec1a34c812bd6addb2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff5d5a4df1a2e2465768eb02a229c764c66c65c4ed1f6b55da8da6c82d0f01f +size 201827 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29d5635e0ef876651afd99fcac6f84818f6d4eae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52e8cac58b7f098b220f77f0a8e2a739c2f491ab1ab7692c45e0ff48daacf40 +size 82263 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..308846fc2c1942787aeac4a39b8df85edebba902 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f5e1f77c884ca9256e3b81d2ae08041e569b5684d96b4f1d009dd680907a0a +size 104045 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2ec957d5ad615620cd6eb99225a72f367e4aad2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec33bee7464233b077b8d7a724fa65cf0b196fc29b0c0f79b7d83d2b01c95d1 +size 128689 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e7a42f86824614a94b62c8ac53c844b1000fc05 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28eac305d7525a15753305da7013c424be740fbe9ee69f33fd7f949901c4368 +size 69558 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5077b5d2460a806814809e7d15b84bd60c9711ad --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e03bff0aeedcb980d1b5db8eecb0c0d9a749bfcef715c0cf6909584625d7b7 +size 275673 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83fb33e8716181c660b36d0f60089be423178c1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec65874bc5c6767261612c00fb58f53fde0538c35f9447c74cd318cbfd60adfb +size 135084 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca7057364ca7c890284ad6b9b05db804f6df9034 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e01cd61ab1c78a25713175d08ababacd33035b4fbf5101edc0e1f8971e8dd2 +size 100634 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b24e2dd77a658fd6b2c300490c72637e777dd0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d40507c964259cfadd80e7bcdc2eb4b4f1bb8e1d0fbd00be3f9953f1308899 +size 76081 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c07921723aa5a0d639825f5e9a1928fb9af48eed --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfca88a0bed7c5cb4600935705f6e4d56509b0c482035d497482f8057db4b3a4 +size 268201 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d7a5bb18f00ef1bd27eab741e134c3a3744b1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2ed9f712ee5e566b82bd695aa340b13ff0f7712c665a1c26d4d33ed8d064c8 +size 88764 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09da144d07a8acab0c2511cb68554d82e343ece9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eba54962252372da29a1a67510182213f7240048fb709a69be527a93964a15f +size 99778 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d54a8965ff6c97774a9005d247bd50cee4625e39 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55eeca28e9b4da9f3a1cff2e33fd0453f3b097f6d78ad76c24b0cca26a69e680 +size 121964 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e2e0848ecc99566267795b970cf56b93d9652ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe61aed9e6f27a402884ce7de8dac020726ee1429e2c322f28ced12e6de7e1e +size 369145 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c335fe092f2dd5b23d3555af186d5d913ac494ec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a17f840bbae675c11548d3bd42e5676ba29ac8c06f17b6eff8400c8bea3e601 +size 213609 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed3bf8fdb473bb110862f104961855438d2a6a99 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec234ff396e955d8400ac17e183777bca6e6917162766ed679ae46faeea17753 +size 125854 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..068f3e23af6c5839c05e1d1988e86fdb54862fcb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab69c0e60d308539fa436b8c7d1f738e07fb1db8d81031bb3aad6ca5b3ba159 +size 256943 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9923919ccb4e95cc901fa488e2da0f3230ddca8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c11e0f236a49ef94c67ec040b7642c23db750adec54a6293cec9259fca43dca +size 90435 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b00bbcbc8d53027b78a340715b4274c0488357a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b7fc048698d75079f4b1c30f62048eee921b31381c6fd8c2578a0309d502f1 +size 120828 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faba613349f94a2a5efbe1f2607fc665498401ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289ab9ff421869ee330e63d6e5fa519ba66bbf6589ed3ae9b3021a3b8ece18df +size 303977 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb57827288dc81bc07bc10964d2425f452540fec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5a4c11b4c7e0cfc5a5b77925059f7b46beea349360c965cff9f356f9779789 +size 153395 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..335baf249e6d5d35406a533b12a9a0e54a05c887 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24691e0bad0af55aa35cc8cd0586b8aeac12e4f1e48faf85f632b0a9aafeeead +size 96557 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e2da23e8089ec09ccabd93e2d130060aad623f6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f57a5cd58500991e3cd591aeb98b8c6ff046a932137fe98855505acaf195a85 +size 118204 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..444d050965a63a3b6a92f838f6b0bd4985d9136c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953dffd0e2fe1c0315462511f7894fc77eb4f34f1fe2228f42d4a12a9d2c93b0 +size 339068 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e230d0e00463f3fac5e32dfe6c6192c427e25a47 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe4979f14b234e1bb341f03e51d8ab089614276b3893c16046a17fd423d6bb0 +size 437304 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6a04e07f4ff49b7fc1afad26622ffa4904b0281 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cecfe0bd6f78d9306e0bf0bb7268837b16fce0b1a43dbc2c3d345713853b17 +size 436091 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e08aa5148aa87fd58f647997b9c9828e389c91d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a129d8027dfef4180c0ecfe1673af021db8e1eaf411af466d5d2be1df2c9f011 +size 90238 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cf235f45dbf795fec2ceff3323aa694a6eac9b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b345d490e69fb6e5502c041901947fcfc6e87b752f1a7b02523dccaccbb8f1e +size 174391 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da0dfbdb22ed5c967297d6ccb5c4ab969e59ec8f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5629b265d11efd7dbc72811fa4244bfc9f2b3a637d4433e8d3b9db8e9849e53a +size 190164 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ee61b35659fa17db29645e0498f1abe32e259d7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cd1cecb7047035982ba65a420573529d568368db441e5d34617ec493c460d6 +size 127279 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5143a820ffa79046ad61d81949ec728bed5d8481 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c20180cf238ff6c0a0e5357b8538230b466c4db0926e985bc661d396f26958 +size 113091 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..322426a4fedfc4ed284d4678e75549337f7e7cf8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f316fda0e4baeea0220efe6b65cf584941e2eee545247554af365516c1e175 +size 205527 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbb49c891b3cb53a698282acf4dc5250cf65b050 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e76a386ec66771dd36f57554be44c5144c98ecaf6cff954a8f808707cc2113 +size 113620 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67c62b554fc52e7010ce820673c98f5bb40944b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bc80fdbb21e403da47d091843473f2aebe7c440164e735345abecefd9edaea +size 174361 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1891e8afcdb970b2e9069149d6be0656da79837d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ffe3ce4184bd103d08a6db0a2d9f755a8080048b7b61baa90d68a6b2255726 +size 474882 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..028cdc8bdc5a0de1d167ec523378e21db0b8dea6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a212e67a3d06c1c5f000ce0a42df6c4f8f0824464b2d8f990921a8c23d0f8 +size 85773 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..018bac1dda21b7dec384439be8b937eef19d743e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f16379b377ac5fdf1fb3eeae397902ade510e48bd093fc3dcf5596a0b054d7c +size 107703 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26536283786a8cecb41c8f92a87f171af8334933 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be059479a0fcb61da1645fa4110e68f9e8eb3a2ee58fd99c6698fcb7797bfd2b +size 112359 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d13e548f5482d80486d4da8f2dd9b42179ee6b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8b96567595fbe31045c121028d17242d1030d422c993bf86e976569e459f31 +size 94949 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4146bcb4e4af80c32824ba3e683701b6d5ba9654 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20628d2449ced8daf30a88a20b73355289bb3944613edf89836dbb80db34681 +size 91452 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd5cb6357f682d697adab9b39fe861ed4f576f1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dff27d459c3ed8505a9ef5b636bcdc00f1ce2451fd9d73ad5e5eefa3801559 +size 115518 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05a6baeed04fbc2a2ed2dca7ef6615355935799a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857238ab05e66f77b485f67a101877d0beb443db90f194f478b09fdf2c85d8f2 +size 172727 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97313a3dbe3a66f818d71b134f017ea421a2f39b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeee1cfa2bef26eeb2b57fd427d04a36655d63a2ac308312735de30d2303eec +size 217404 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40c0c89c4febb4fce3a0d987a60592d481d09abf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aed933bd77eab941bf4ace69f71e45fe17d26f7e84846d3f692ae542623b49b +size 79491 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..083f50b99922c46394f0ce5c53afdc61fdd22043 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811cdd56f087ec39c25845c1024d388c908c600a1662b80a55c5e9473f513971 +size 249061 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7f7dc1565e12e439607f9fce620a41fec701774 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f278042a4ce7a710c671f085e177ac844e111a0a2bb6c9cae026150bc06db519 +size 127541 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9aebe58af7967904c60ac56dee092affae1d593 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3afb8eae12bf29336c3699a78ceb5f6a899a37f1580fd3eabc289fe0917fff +size 92256 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8611cc9de54fd95582139b36809a133d4bc4be63 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778e5c4fd37f0c22bbd3bf46b924e3ed133469a73c6282182486139214edbb6d +size 242450 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1867946df2de0cf63cdb91be2522d9e3f964f28a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b40d06768752cb633f3f286a44a2d888ce510d52b1b634d5a23e3fe487ef9b +size 95296 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bedaf67cf969d30277cb2af31334e2ec172a8c53 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5009d72c1a2adec118600a93233330b0d9ea42261cbee45f9940aab86b64d34e +size 127132 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ffd4e3d0a3d15c932a15bf93530a24467c976ac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecce696e01862ab81d6cedefaa1712386e74450f695a4c113c3f48bdd9f96cc +size 159744 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dc1109ad5d18741f408e9a0735d0cb985f22f40 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31a0108d9e8e71f0ede4b7abed383ef45914759eee934d1042412a4b99ce470 +size 118981 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1f10f4c2c518a65bc776c6a828301ce310f8608 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a078c19ed3846b0f5fd692e44ecbb308c83b2863f39099ba6fae1069c59fd0 +size 142475 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cb8b5e1ab64f1028f68e8066615973d4c8848ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28eb6c3fff6dbfbee8919b5365cd814ee985abd6886d79c27f8580036f722b40 +size 82659 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe897d9c70849b546049413c5e3c9fa3a08dcd09 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568520acd385d108327932e70292bfaa30b85b05ab19af70e99b3431f0340009 +size 87167 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30dd88d7c5b5e243d3d20e39329e30f482f70e10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8def32d2370513649785cc14beeff9edad2b10644f4db3ac0da10348ad07896 +size 97114 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fee91fc6b367e311c8e7eb8c7ce6a396f11b579c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5768ee57a21d554b0aa38f646a00e9a70f425c8b2a05bcbadafabf0ac3f5143d +size 213563 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfde094b11b4275963ee7b0a828337e229744af9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94daf5774e4cfe2d3f7be0f3ddc5e7d47c05bf05c7d193cdfc60512e90ce1ef3 +size 231361 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfbbc0ad37ecf63c6d6b979df22e3be3c70cc42b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000ab1eef5db8100f865e57ca1ec1c958131d289d85eabdf7f9eaea85e6790c6 +size 190602 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bf4c138b41b71f71405aa4208100837d70305ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fec618223ecac9d08c931d4ba030c0b75cb45ff8df56f8e6f82973ce0d85936 +size 677748 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6db5fb614c2d42bf5ef1707e11e52b69c8aa719 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85533e24eaf2237ceb3d324a97800bb8a058c475d0103066c457b03bcfcee810 +size 218089 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce04a67b832011a88a3b548a5d9a94cbd5979171 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1dfae7916bd556805862128fa359873a0e3d9d00d9a21a35bb35f722b740dc +size 710395 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81f3dd90bd2c4c59b23fd4960a050e2c01daa0d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba574d5d464bd5ab88cca6ee419d0558c20642e46c8df01a5b1cc440d55eeb9 +size 607151 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4a726713c5476056131db744c0ae695593458ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ee406c8b273ba8c0e73ed49bfc7e53234d4da29b56c7652e9d20e2d5d1d07e +size 391537 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce44c4cba51fb53190abc02523f8f3ccec664e3c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae65ca8a542dedcb88e014c965907e6063c0ace2ea1ced02be4f8033ea08de39 +size 1311014 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5ef15dc967588cbf787e5b353a1db812433823 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd110788a91cb0960f65332e7c5d734c07ad8349e706607f78084102e0cd9c9 +size 433766 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76055323254ffb1345752092532e3e27ec8280dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33738ab98e229223352de8d04cc474746da71752ad4257cab9f755a664c8de2 +size 297182 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ef0fece1e998f6ebad54ad73acf7ce40427e1fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0073b0daa5c55e82be95db7db55815393a0b45853579869195e853ed652bb83e +size 706149 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a2c7f2cb2f9eee9e538aa535d9007584eadb5d1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18141336bae30990a2a9088d4b04276d11c89cf822ccc97edb24900c5669d79b +size 214690 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dedde83caed555c062cd293cbe77bdc8d29141a7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9637dec6200fdb71876657e54a1350a3155af5992b16f769a3cfce441887ec6c +size 345687 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95f916f9197bbfcb8df2017894167ca8b94f9804 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9444487817cac706760ead3f6b6e831bd0a6930e432efae7bc4bcf45c18305 +size 532378 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e470adffcf473241188f0568de9f97e2e82e7b24 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002ec000248520380cab55efed608e9fd8334332d2f8a3a22685e2b311f8c66b +size 1674817 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2439203b04dacc94b2c36c36cabda061f5fa4cd5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f426449dd7ba19cae49cf29ee86346ce31b43bf0cc66bb5a95b26bf70de0b6aa +size 338971 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9726e790cae57317c55b5fabf8e67edfbedefc6a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6d38258d9da5b7b3621d92ad89c2fbf2ae119f901a31f5c9fdfaaa5e191abe +size 338117 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..295263cb71c358b5176644025adadffef6522bcd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765705eea9099b7bc60a1cb20ea04be6760e393b30802063447a2118956c82fd +size 690668 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d91422b251e5748cbfb0e4a8224068960a00751 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4668ca05edf59f4f9227069e410917a701ad0f220314570338ffa7b8c32f8a23 +size 368203 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0613dbfce22643973150630864566e5f567703d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9471be672a6bbcdb7c3d90aa87c73cb4d888cd0b973e60d47dd4e80a94955d49 +size 1513616 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c414b5845964db7108a460a05ded89bb3308be7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf618407a1ef3f70a3c654e258c39f12168b21b68811a1901aee9c1f8426b248 +size 1781130 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab09a2246601365c2c7d56788f27f9829da7b40 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea25688c1f2ff98380da17102d39378a258490b7710c9327bde3dc0fcf6b55 +size 1038765 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06d20486a66c3465dd50ac9d835686c0de643cdb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f48e0768222c466370e3fa18d12c4ccdcb43c0d357187821ed05f2509779a1 +size 182027 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf3393ca639588e9884e011f3c4d34ba02cf8196 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70209fcce46981e6f8c29c1b852a1778b89c89b7e9b4d164da5e19e48c06552f +size 1084513 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..296b65255b0a92bad5fffa0e2d2949df0d7dbfa9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36c3b689645ea5b78b56a443fd986074d6148a709848987c0302aef907e408e +size 353751 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4de191539e0e8f9ed27fd9947cd8c02fe5927812 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2072e2a0bde1837ba270d0a8274ba6df18dde9436269707d2bd7978a2d8cbc0a +size 374251 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae30e19a7e3770f76db2809a5914129a71d79323 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dd1ebb2de8c1c7ff84f427c7abf0384e5288d2b7427166b55295025be779c4 +size 301648 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..275f9807d37cc4c421f1865fda76dc7bf1068073 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7f8d21ad41e32e35508ca516b011e317678b006f75223a35b1e93269b38dae +size 470641 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3df1950fc5a30564e5a19bb9b508c74adc03831 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8a0a2d181dc475ae2b38d54a7b1520faa912f1e59278a5baa0947378078f01 +size 479493 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..678e4fb234c916b51779d207e418175cba842316 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c94aac398c379bd0bf13d082f4cf9451a4a446483c708a292bb3ae34e0c6f26 +size 442320 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aa3a8f28f10730139f7b35e786527481e14c7bb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec8e91fa1ee046e6d1cc1674006eb0a4b5aa8bcbf455ea0fc898bea35fc0799 +size 350929 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..accc7e36d5ed92e8ab1af71ceac5916a989f7bfa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e832cb6f14bd43acce415407554c1975334f16b64e90925dd17f35936e4c41 +size 216570 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1d70b7646379c108930081d5a19d53ac97b408f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8042fd36fe24b1e0101e399209004c7e1f01b9fedc016f150d411302bf269497 +size 1052763 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..330c9ac3b37d99512d3f135c31b93e5c322478c9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fec575c57cb888c86764255b081f654a73c208cbbe7b1f22fbdd54c0e943a4 +size 224974 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9c01049d51f3910361307fdc4e88f006e0d898d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ca5fae0495f03a911f585b28fd6f56f9bcdf031f3939a1f465345f8c4d70bb +size 894674 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3603ee23f8024833425ebfb7ceb05f913eeaa30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc32fc0f65bcc34541fc9922d9607836a18a2a095d80988b93eec442e097cd5 +size 369611 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bf8b1ca8def5936580656b05ffeeec6879f24be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9214089c4493a3995679cbbb8d6a311f2007fd09e124d9ac15caa1adffbf6d77 +size 524565 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..461654b9596f35121209285f5c013590ccba572d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7852dec3fd058895627ecd9a686936dc6015f612534bd7e5ee7fee9e6ec41549 +size 433054 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2466781c283acb2c34940fd9966d0a5d0748109b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc82c1f5577958874e95e5222f09bfc9a5a14a790c0cdd98aa3534013c44480 +size 1894396 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bec13758a2dda7c3218932dc746e504ad4a2a3e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bef78dddf69dfbe474da91deebc1b230ab32051a7ec10a3aa22a012adbc4c80 +size 385449 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c79594a13b3eb7b7156e53f03930bbe9282f23a2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46702e77379551e92bce080f05705bcb27c2359659a32c26ea089840136e10a4 +size 433745 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bf80349994ece029d6d6cf636cc682e227dc29a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da474804ee377cdfa552e7a5dd82f362e362c8849211e4219a148ae0912fd36b +size 424329 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe95e93635917ae49d85d6515bdc530f74b21405 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b70523a348c466949ba2665e3c730fa39246554772833f2ec67fd14bd9d17c8 +size 321856 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45bf799f36e2bd12ab75e894799217821da632f5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7fa7a5dd5e33e62f4602ac3d2c0199e3617acbcfb968ba8ae567d9fb1afc71 +size 456009 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26bd71a8ab77b78356280a13625af0277e744ac7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ea25f39dc417f4737659144943403651bb0327b5d552791a64d2169ae228c6 +size 215858 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8809dd2cbd7843a5b745b0afd5bbd8ddceec96c1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2770031a74825aa62cdb4e93a41c55fb7b6e93c7108c11600294c2928e5d913e +size 443797 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e98d5e01a8640af5426f029a700ad1a3905689 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b662cd77ee1a69158122130dc0435896bb5314ff23f8c32edddf29025666b506 +size 698597 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004fb0f689d8ea610ab1e93c65ec56b94c4ade3f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb0fcfa83fc30b15d13c8fd6c0955d1e0246b2597c287ed4ac290a3ab89f24f +size 1187292 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1e2276c82eeef933d92823d8331a11e23638010 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff08a5a889b2365937e18fb4f56652af195f5d79e457b3d2641e795cb490292f +size 281833 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68a86b67431661f1d3976d1182d2127fa6c270aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aefd066263ab70b562b788630f3eced0ea3771b480840a0eb4c80de8b396d8a +size 458876 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83beea407e609187a5e8e0fa301ff0ca7a5873eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6f40590c304dd13ff99271aaae408a931b996d36de6c430cf2d862c98d655e +size 818582 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a56ac5845f5819fcc84c65199b2cec61dcabcfc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b9eec4afb634aaa7e7090c194c6b61cdc37771cadb1a25ebd49af0faa94931 +size 613120 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c119fde5ea279d0553bcdf58f763decf163fd4aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2815aed75309724f224cfc1f05c58e8dcd9e1efd3bf6ed990d1f03b0ab8114a6 +size 853920 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8004ff9166ac91504fb0512aaec614d33fe70890 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d8afb0e7bdbab68a67b6f98ebd56ddb91dd76544f63018d27e90660f4c8906 +size 477880 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..739f1596fbce8c6917e64ab427c1bfd568d04ac4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36691a5756db6d3c7698d462231a124161fe0d6f355452270e42eaa1ea74bcb9 +size 919777 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9dc231f961bcabcfb4a775cbf62295d11c7de30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765d3f4daa900223d192313a0433958f3cf1b447ad460faa5751ae9f9adf7a41 +size 1102427 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60b921d56b504121eb679db72f976826ba43653d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dfd33d1d10fafa62d93cd48d00447a59d3b21b559e50a2a7253ee12c903ee7 +size 923516 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cc68737fd365d9b0c8073c6563ec0fe13a6704d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610477cfa33f5bd5ff60da2e6b1251fd1c4acdfe958579faa4f268220a16a1b3 +size 891661 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f3eec406d1790e5578c48e4b8ecaa8e1a5ca312 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aa2c749ef74e5e6f64c13e5e302fb63ae4edaf1af35fdb6cbee362e6d7a00a +size 829240 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58125539acc0ff3bab15861650c8165820b3472b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e8a4f4141c131c860df2d928613ede8d04114beab5d0ba1c6a00ab7af5f612 +size 425887 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e047f10aac69cd02b9700689fcb1d494850acfef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9293517d5610e1e84c714f9c6ce1cfe875e8d00e1b2b2349d5a9e04405736ae5 +size 224658 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45557db65f348b04cc048318b58792269df7cbbd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42905c1829bd85af7644182a4458e06ad5c07e7f9cad1897494f999b5abe52c +size 384624 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88c3a7bbd743184439b2e80483f57377608a2d1e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97011653cc767e4bf9abc9d11a23b04842e59f9434e4c99ac464d868cbe74a99 +size 972673 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cece78f2c650acad82ae52cd61ef34e7493cf11a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e2c7453074ddf145810d2e9bf6d1675149439b5962558052604eb2f779ae67 +size 619075 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b07e5ae7d618c92d6f441079d216e2bee81cc73 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b584b712f0af78115a7f2469b83ff688ca3ee422ef5b5498a9fa080165131029 +size 1490985 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d70d66563389c8c4c50346ce454da24ca951a5f2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbc891f3fe6702a8d986d04cabed5bd8e4500aafcdf7ae2da09b75041daa0d8 +size 430611 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f2ecf6270f7e9c7bb884cb6153d4321efc09332 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e388f7815d066e3d412dc7965cfc799dbe430ea6669bd54258213085cc6f35 +size 1247615 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00ed57fbf73ebfd77e262918a81e2154a8157923 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da8c0dbffe09e3b7ff56bed5cb46845a3926248ddb68caeebad9986474d3f44 +size 265670 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bd8912aaedea7e9dda8709b4980635ae58b9568 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2552d645af20835443db20ad33fb34554e51f79919b4de2ea63b02e6578d4c49 +size 381429 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60169b484aeda74fd2888a80d454ea144f15ff6d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694ba886defd8fb7287731213e271463269f22c1b8eb7ad8ff8b2d975be19399 +size 747025 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64f83281a47b23a949c35c5de1e938823e338c1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176fb3f5fa4d66322b1c6eec9562c8742dbf04258e741642109086936fd8ddd9 +size 308525 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f07c6657484007eb55b5d62474e0b7d27fe1ece --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579da4d7c7267f56f62f4509585d11cc94ee6de5689cbee1c24b7f0d2dafe132 +size 333245 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53b4cd70d4c9c51e21163a6b079bd307a4885804 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71cdfd0346b6e46fc9bd47650c4e99263aa9ac7cb58a99a306c1a99c4c53a25 +size 788952 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7e63d7ef78bfbda54e6f096385550f8632c4e95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960cab0d3d9aa1e2960b3e070e9615486d396f3e6a50fb7c0df55d93356dce34 +size 401803 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..492cb23365a74ac64e4a8d949753ebf6f84a8375 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccc767d238d92c302dfcd5a385c88aa737eb764d37b05caedd2bb349d6a57a9 +size 205069 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90cde407a52c2a123d2ab50e608af6e26975bb61 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f783e4e03b06bf38aaeae113a8239ad7991beca6170f44a1740a99e57142cf37 +size 536374 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af5ee7f5244b87daff6927b7154b21fdeb213c01 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7651182de1822390447ac0eeffda1e2beea59845d32f11d4b22e36611ec8a2e8 +size 736861 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dd645cf10fd34c2d78d318aee7db719ce0436ec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82d29e117c95666c6c909b1f4396556019c2df70007c77178d3fb659943519c +size 873684 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e43093ef6bf3837c839ead64658e2dfc49717cf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9d8bc3ca7bc69388c1b8a769b1493176daa28462a8b54ecd48c9e974a5c787 +size 512646 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05697e0d7fb73073384287e440f3cf1824272b45 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef5950cd81ed95f8acda18936c3a562f5e1aefb0277b4aa471c69f3d895a784 +size 801877 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2798924c074e33375c23f2d95157a12427234da9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bf30c1e4461dbf5a6bd7d3abf1964c009b685689bb90df453d36bd234668a8 +size 365747 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a92a65907aef8c5d826ec0ce61ea0cfe0f9d757 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0793dd8e926770f7726b277db5d815eec706f9053d69df4c980ced3c2138eae2 +size 2361246 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b24e8b209d400eac5509bdb54bd6a0ec2f97fb89 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae6fdb386fa7b2bf011baa75da3cdcdb85f39ddba01a2f6cdabb0801eaa7775 +size 1038611 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8adf321dcaf93c236c881f54b833ccc7b9826040 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b0d4b3a2c76616b16519f0d31fd268e479be100aabba00e1b1550b9f349117 +size 477759 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16f633d9c76099df5a084b5a0587ef0356ed1769 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088bb79645eb47c5697a382087f41d6b6ea00fa61ad318ab4047889f82738f94 +size 1539442 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7e9e8f607ce39474b08e1757b1958d90c56180d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0184c4859bc524c06aafc376c35672954bf82b683a98ef94cbb7e645ad382102 +size 580973 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58dc8d16c697b08889cc4a1b8bb32f40f636509a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12ab0010ae43ef5d6c472dc85f852982772b7b8d36bdd3cbd6b7601f99c983d +size 292017 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fba52794f792268bbed445425619dcdbd32be98 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f2d2b1927b1a0ba15a0bf516cb28cb5fc43ba38848836541cff2960fda1e7e +size 257331 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1525abda7024d8db8c99c26dfdb36ec77d60202 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c29f76feaf0f10cdb410fe9596f9d224301c9ec801e9ddf5f6553c32b9069a +size 486163 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b959e9d3c5b62e04a0e77dd2411c618f2e65de2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4d1372cc2065fa6cf2568e6630a2654307650f77d57b464984d58487fd45a0 +size 179494 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5277bcbe683bacdb88ac06a5e85a81f4aff0980d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69016a51f0b30f60885a14116b0b9f83c8ef2b9ce01bc2bc48bc553adf0690b +size 686049 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b7d80d66dac1425886f2b1906340223c3361e2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32b671b8184fbbcf64b813b0574d80706e6773a1160023d3aa6861f87dc413 +size 407220 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43d07e5c691690ebda89eb61a5fba60d354a109d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88b875220b1d4711664395f5b75fa4acabcf50dd87f61c1fe96a4747c9a61d +size 270585 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..050b6d7bfd681bb426b2b6f219ed6fc8a926d659 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a87c2809e98720414c06739238b016fce32d8dc2d78bbadb4efaa72a286f9af +size 289379 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d8ae84d815475d97eed2063c06fd7e021b816b0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb94d4062454a7951bdfbc0bdb0266bdfffc12254d2fd691e3809a38a5e6d7c2 +size 671903 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9e4841845a67a82034cafbb264431e8302e3d43 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f361c1b75f0f52d6d41824ea3bbd7f5d4bc9a67030d5dfacd19cdcf23ccf0938 +size 309632 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eaf45439b441701406ae7cb2727fe0283c6d8da --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a66a895500bcc49380dfc438774bd5670cb3b3386292dcedde35ed944ebb44 +size 295095 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97911401c94537e63c6a4e0c31d62002cfd8322b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e046848a11bcb6150e4ddb25ee326b061c4ba8e559c62bc9959340371d44d88 +size 400536 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e93458794dfee12e70b51d193fbf8ba5468e64f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b88a735b39f57490e4e625b3d50891dbfaa33bc70f85a027923f455d4bd44d +size 1022442 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2838989ad44ca17dc14f4be45ca8cf332e4f99f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe435f6dc600b7797111243f36947875e71fdc206046f076f7ec223a178d7ca4 +size 843324 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b258af82068a02c54c00bec4554194a7754da31f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee5518e811fd5b4889c0a9825f494e86028c41f88025aef7fd6503a1b68803e +size 401946 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e53ed734e3b3394445a99bb1a04650dc2f9cddc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eb2c6fda55f4a8f409a01c354bfd5a5a1dbc15b91fa93f7ea1e8eca9459eae +size 810886 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49a9ef3bbe15a3fff263cf131f92398830a03205 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31afde7f091833d4b8b571156d3a2e58c76764b070eda1bc0e275b130f946e8 +size 466014 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27fbc87ce687c0b298cf30b41177cb211f98f965 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9986a4fab23286ed68c5451a269a99238893a096f2d28b2fb74feac668889f16 +size 348904 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8d585c032dffce609956985a251e46c4c0c1c1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e069111bd9dd96d67afd27f50c6841b651e9adf688ca323097d63262173ca3 +size 1027594 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0285011c321e5650650a1768069b268b358867b0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb3eb27ea8d6c36f1893c574b84c31bcaada9959390be6e1dd36ade7397979 +size 594587 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50612699d3988f7900c9ab6dbc6b4adb5430c572 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36c3c486df175b30e7255b95675dd7f64694af86125c9839721a2ed662947e1 +size 354744 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1ae31d325d5805c40c14cfc6575d2a82a0a9b26 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd4aeaa33d8b16dfd090880e3357af63ae28194cd52b5a2d9b2d833db42b65a +size 508765 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e26b6afb4497d0a9a955b6586846db2f7fbac806 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3fc8923b68cce2cfef15a969b4fbaa89e14a83e9aac2272bed20624eb5b6db +size 1469548 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5add63c95c3d9c6c90750bb988111393eda0d39 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537d6f0a89d922516a0449073dc477a8adebfeed8ea9fcfd1ea3e846b0049081 +size 2238563 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a49a25776c7e3573ce5fcee916b16ead12c7e9e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfc22ca58bb33bd7af674e6483d2ed90e4c1717126a4396162f8732fd9a8b3e +size 1366812 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..196b909f9db6d1cb79a291b696c549f2bac09b6b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7deb190fa2c05a19820f3f54e2e70911cba046fdca2b3152348e1be339417d44 +size 350842 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86725f66f9ae1957f514fffd9073f49475096279 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb3ce90adc98b5ce3136d3fa416c837dd1b49afcd2e072977197257228e3c7d +size 507762 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06c397bc29261a7b8f028653b71c6048feece9f5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739a27967fbab815cd7a09f0a52bff41874e4b207bd1d36e6a46a234aa5506f2 +size 661157 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..082300a6d77563caaaba936871d639fbe53d7d34 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fdb66278a31a256b16ea4c126bcb442153df20160a3481817beede69278763 +size 358604 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4650903cf45a2aa1e56626e51a332232ff2236a4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4a97af978fbca4416b3d141a983fbff04a0e8e45004b917284e4948486c43c +size 314888 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bff4c8db056fb9ec9072dfc4dfb0b2d2eecbb5a7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7cca3938047228bc73e43b2a29752d8560352b68935ce470c0b35a10cf8abb +size 628021 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cdf56d9d78f16b7b625eacf279e9096ca0ac99b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471e073978650d095e3fb55181446fe6496953083e477afe29ba7888e82ddde6 +size 380035 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4cf434879307acb99e0647904b1ec5e29c91160 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19559f050d8cd29e7598813a227ae857a44579e24227fca1b7721f6266c2c327 +size 1011480 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db011bd68c13f896f20fdf88cc6107075a6fc00b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a18ac03c57119b85e1e2aa22f5cd05168895036d818307d2c0c999956bb6e9c +size 1855000 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96acb50de19099d15bcf3989d8d6606fcfc4293c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461006378e5bf7831a414abe53091fde9c40aac3a52f488defb9b52b6d762663 +size 251723 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73451c3873d6eddcb817877d0fc18ebb262d4366 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b91f36bd16a94673731da90e3bf6903a09ce97880a49c0905cc0e784994aea7 +size 414977 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f02209fbdaba3c74f9b1cee7e31ba92fa4f75b23 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf3f21a079f2815943d24ba7cb56ba1bc6b14adbf3f0571e81f91cc12bb6fb7 +size 485752 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10121e1cc48b0a9916ea330363b5c526b35efc9f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4659097fbabfc64fd5e3d8683c0cc3670be9e267a1ffe118e23e3c636e8780c6 +size 382627 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fe6761c4bdede5d8d16b0940b9f0aeb00582c63 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e0b21624ad3cd5f9480a5f5b9f6722c35c5c896fe74bcc81ad2df4ac4fd6d6 +size 238232 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2a245b6e68f4d007776690cf7e7620fa9792739 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee7b5e8115728d3a3e60fd25ac669c6eeaa26a7a0478d8f8ec073bcdd2db8e2 +size 383950 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1bb65c20c54a45e1a26c7420917182b5dbfc431 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416fb4bbb048823aa98e1d2d089462ce4d7ba71cee8c885f0125d91db0771cdd +size 562962 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08b813709b9526dc027dce9d5eb549130e3e54d7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b076deba5b6e65d75c6ebbb418e87779972e753ab294935ec77b37cb8e21efce +size 772579 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d150c0e1264841c5ed7722d5f2da3c0659b2b927 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5d1740850e4f7bb5efa6464686244dbd61caa43808ecbc0d1dcea6521f8a38 +size 236525 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3923123a72d32d26c2c00402f15627e644f65b10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8c96e79b1a6ea6baccb673c4d52086f694b212e50a502efa00c9cf60e2d9e7 +size 804419 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f54f516358242148cdb403c56f0059ac3e1efe03 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1724f70cd66dab14297cbd75263e16e1a5da1e13417945b4a3db3ba939d522a4 +size 345090 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..318d51ff36ef3fba1753f277c9013edd0d6532c6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9291b2496286062176a0964de94bccc75ee993c5002304955ed3eb9ccc47d662 +size 296647 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09c8f90c8981a5932e512485ab7b411c273e7cea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1438a74f492d2feba7e89a9b2e5ba3b516b25c127f40f2e058830f30ae7ddf6 +size 527326 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d96377e389d9d0c3bfb983519948d646c4762f2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e27f726512c71dad6e685b782958408d19fbe65d3ab855963960d52f3f9667f +size 409121 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cfe1271cd1aeb21b395a0073b7a5c0f51f4da5b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16804a347fa6b0533ecb68d22a48ab7540ed5f4faed62a4a86d5fe6629f020e +size 700130 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b68c1986e6d2f6e558143faf3275f2f558376552 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df56f0e3932e9436c0ba94e79e0ca72680980a4bc682b7f5572ef862403a88e +size 457892 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edbc48b1d73dbe1081192acdcffd4e7c0325fc4f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a97e52a4299b3992117d483e4b124c6cfb950c00b00181dfc3a735fa34e65d2 +size 506783 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f59e8f544d748202a5f55399859f0cc0774ca6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82aa0e6b040b0bf45384df87b4bb806a9a9611a0cf8c0c43aea8b1de57519110 +size 442500 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c018f0b1043962baf4d129f980efbc0f0be1f9b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8566e3fd8fcdb5b05813f2f95ef9dceaff83d5b91065299e40fe3bfc76eade78 +size 247719 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e80b484f05b86029acdb91312d1dbb91c9dd844b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c80015fcf252fa9eb63905662f38f2a3bb483927d8757dd3d41c123bcd507ab +size 309121 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9c3aff6c2510b76449e4e3ef099e309f5a14f08 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b90ca3a22d41e45b88c39000635f3343c52bf5192db5b9d8f7da1fd96267dfd +size 248320 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b959578f0ee2d7410d9cb39ca4a9dff81327410e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc686244650d302ae453bff2020c204b3b8d039ed99cdbb54c95d65516832708 +size 510147 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4086101fe439dcab881ebd9247b6f09f4fcc20a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dce5cad2faf9b28fe6e60cfb267ea7b646d87a003ea9488cb2099178ef8e490 +size 610154 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25ee388c376e446ab834539e83fb282b1f51bdc7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7116291e26b845dd3a68b61e0600411b0eedeab44ff2ce5d649f042bede9cb8c +size 503269 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b444355de1d113c44998215a63815e6579bda22f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125f6c5d9e498809ef5743e8007550bbc9ed867c1c5f4a44b05b3197cbcb21e6 +size 1165399 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a25303cea7613757de0714f42d3d676e615548d6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aa17e549e38f31e7f671516606b010686bb7f46fd71d621dda84d67ee5fa72 +size 384201 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b33ce44e40355f4b90d5acc54aadef56f9774e4e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46b25f8330e34ed29320022670776b577eb95692a73466e8b2dad968d711526 +size 621749 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..518aa896694c9594d37f4d3b5452f62c1b629859 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfde7db45431d0be48a6f9085f7cc09cf176458fd1f52258cab19f2eb26241d +size 675132 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..540c47f41891634979f336bb170600e83f0cc0b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832114abbbff71f6d0c51995bcc80c555814f840ca2c9363f2bf76ecd19d211e +size 587766 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..670326a251e751e860833b144f0abe1a00e73a72 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb63a6e3f84a1bf94e082d3e8378d2ff957c24460b8e8d55afc05eb43bacf71 +size 1553783 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be8ab002065cfe8458b886f9393fe0c3c5431b67 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6233eae262a8cdcf78a9a15143470988c74f44a4f8a89063db13c397614279 +size 742895 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ae9a51a3299e80829f8de253e974c928347faf1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79c547baaf1d705bb712901a10174c642a2c25e04a2ab83bb0fd5a4ced3438d +size 361484 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30b0be978a1df50766204808a3a809754b9e9561 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66943318138cd6292bc7b96ac72a3f238ec12ca3d00f4654979cba1d96e85d4 +size 833045 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12360e9c1b8bd73c032e02aa844d0a45ea3b01dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec676c67fcc2bba9d81d12d914a0b36efc053746f361e3cd8d4951ac5b9a608 +size 342992 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a208cb5373f020df5bb1a699e7b1921cafe743e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c284b2014427058163a32ed23becffb5620fb2a9b2cf6dd0e0a60589eeeb45b +size 555497 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..712caaa8245d3cd81ec54a05de8fdd205f06762e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5366f5f22928f6b9c2f6a4b8d8c3a6ac979c8a0c5f3ad828c62530e6cb665449 +size 654984 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6587eb2c6b6fcff330113203eb9bd9eed747b13 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e0c5af9a496761e3b211887a84ca6d55e4f02d4df4148910cb1a745a816dcd +size 1559042 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..204ebfb38b25e3f49a9eb566d082b9047fcfc6ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc2831a3101b54793d7ecd9cba63bef1513842a81e08c8bf04df80fd5e21ee6 +size 535121 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a20e83157490c90cc7c56934a547d5e8ea29fbdb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8d460d45619042193a6e17d974563dc501f24dce84df8fd9aa943723381bba +size 416892 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..937433b6401ffa9ca09211f7a76942b1fdc35f2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4abfbf9329179e8e2d72ab890d495d50cc9e0766d0f388e80d5476bdd104a03 +size 1028583 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..679804db8b0d531350587bbae39bb5313f9a744d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50577c8419200f83519567227517ac47babd5efbc6e199f14f19ffd2a4f9645 +size 624113 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e37260e2f482a56fe72ba0c887213e5f851bb632 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385289a4b74fd6db142d552485a66257b664ce187ebf760c160299b87fa8dae4 +size 1776784 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..effacfafe72907b9084be6ae479fb8a713c696a9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8842e6f6abddbeebbc14f55aa26e6e298e3371af473f1bd51d7da2aa71b79c2b +size 1555346 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42f52c880ae641c088e7ce3d47fd2639e56039f6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80751b8e203e6a8e22d166601f28048adeff9c997f00fa67c5c8c0a9eb352b46 +size 1266697 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..765915bd70c67dd0722150394cc66cc17584c9b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965bf5c6327c4de64dd1108f7448d4ffc206f34c0b9bc26c4944300d9a1294e7 +size 285339 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b8b4541898b6f4941d87ce0121288187fd067b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31944bd3acac48b7f1d2738ae5a95bf5a540d6f5f52d674d26cf84f42ba96671 +size 1493096 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9270034fc436fd575dd1b66016b1cd2129beca6b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4547d2f7f89f2b6a9ca23e2089afe0cd4a7b80731492d8f12ce08b0160c76ec +size 574364 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79ba4fad84abe272c440ccb4fae025bf90ac349f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b743d14daaebf27602488c38ece76e2ce049c04f352caa3f3e3483dafc878c3b +size 528223 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a89fcc9031d7a2b382e985c3d085e5283e3d8216 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73c1a5d37c597aea544a14187ea7e3f0be5ba34672fb6dee9ee96fdc8a381b4 +size 355901 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e4bf9f926cd55b7a31b7bc8970d42eaecd88dd1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e0e88758ad4b1a3b6e59ac9b088fcc91bf56ff53100e38752fb89464fd5976 +size 783991 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4c95b3022e50c0c9c3cf9d008d130c608b06aff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38ca182dd9c0def9965afb1ad08a969a6eef155da8a7c6e247e87da25f18e2e +size 545797 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28f3e082befeebafd501a36c9be7c3738c5d86b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ebfa102501c572ae889e31b2ce83d2d33037f9949371f6178f48e040b66eb4 +size 473260 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70c203c1c41f8371df3d5e223f3f1ace6b0a3f67 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118a54c108f61684579a9d4a6adedec53668a33e29fc6259e27fa560e9f1b9ef +size 470038 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36a43627b6559d1f6b99ebaa9bd0b8fab6c2e012 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bb7c54b9dc512573aa517548431a27961e504bdc214a4c4f5a0c50fcc18dab +size 382099 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c076dd9081eb241d8f4902bb532634de10f913e4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620474ba499a2dffd09bd9d334888d44f399b82e774eded172d41e328b9b7cd6 +size 1076283 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..661275bf639074064b08a69564b6a53c81903e9b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8211d295ff278e8b36fee3fd61419675ce172d278c3432afe9b538a183276d67 +size 314680 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11103e337e2f1d84b547446a54598b1a7874b5e2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cba26ce28d50e010b8b42a03c03c29525d9dd86d9cd004e335ce324ae7755e +size 1361452 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ad6b26ec6fec93f1350932beb9d1db37e2c730f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff5b39e750552563f7647abea97a582702750be79d266c4b0c1098f140dc977 +size 421625 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54f5be9bf2db7cf40229b92e215f413b75c4a0a1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3ce70e796755ed12e305a6237b4ddb636fee4332b9bfb04fb26903e3ba9d4c +size 628958 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..656cd8524e63dcc125e4e1753c967758cb7fc08e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4010654f857b1c0bbb3722c82c338f2d024756eb48f8a05dd19afe2ed758bde4 +size 476357 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96764641bcc69d28cd70ff801cf97950def94052 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71677a97ae910773f1b4ed99e5a3bee13f92f602d87baaa7ace9f3e6ccc9c028 +size 1426501 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..761a143543225d061f599b86e677e717839aea5b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4acac3c95a576b81a0b56382f7c63ade15f1d2abb68825e8cbf8b95457f32a +size 443687 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e736ba7af6c681b75a0db5cc316e925c905f335e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67444168e344b396c5909ce2dad0254d7899a48ff1446e3cc058ab58c7e0a270 +size 478937 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc2d3e883cc50ffe10a1a86ffe6615fe064f97c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afafcd0bb0c9056188daae4e24c86e4c7305dbf88534de216d396f18291ccba +size 477885 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a75e54e61ef0dbb070bfb6819bae705efeaef36b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b5d3eb2f317f946ccede0cd0c40540918372efb38027d9ea4895ef1e2b4458 +size 448107 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c931fa540e6343f8f3de99430e5ec480d104812 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8930f56c73bbd967a9c9e4cb932dc66e08f33bd86df71a1773e34d45431e234 +size 599309 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34e8cde456b3a7f44e536938d514436afcdd5f19 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0860aa14d9ae68bbedc1d590e61ae0d64fa689177a8e6b9a6179db8573914553 +size 331362 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2482e8595b30fbde83cb5f2275f7c2ed820c5f2d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f61c4959f1f6a3487ff0022aaa982f1934dd2c1091c2f448fbd753a2e75c24a +size 723889 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f4117135e6d6a77d6adb5912dd8f4b77c3b8f13 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e8d2509fdeb13c6a53d2e44b5fceef1d8591912345c71e90d06465f0661b72 +size 565891 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c4ae8b9c427791a09c7a8b094c9e75c778d6c3a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f56af7b29001a4b7f21a350bd4b88b9d796c1d9fcf66c5d5fb53c36f5edf955 +size 995143 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af50623f227a3d15379b07b742f8aa7689603460 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16509d121698f75e2b804c00cb0c3c6dde8d47155c68969b4f57f86e26e2259e +size 439843 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16756da8a0175f8eeb1d842efec40d0227aeb34f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3d461f5bb8bdde712e6d7c9ecbcc2d432f0a3b5cce2932f2a46001c06f0c0e +size 486661 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4b4ea9706bbc67717a8578b91b46114c3dd6f14 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab41620c7e504bcea4f6498cf5aa0609baab03d06557b1d5a4578be2928f607c +size 570581 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63f54cf4571154a8980423821d79b09a6dce5765 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74d5ac52d80b225422601e5cfa7b71424d81f75853f9817ccbcffddb18505d1 +size 880834 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d652e6732096136c61b36321972f230e6511e151 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb736b80f873fc169d82434a820098d1adf15939251e52e5e1c725a93f5df34 +size 1314436 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d84008730e77c313462189c2a544fd7cf630024c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00b231c9cfbaa4e11e142b56de4c97970efcfe5a24e8cbbd93144602ca036ec +size 616976 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f75e94ef302e6799c8df7d81856dee0cad599f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59df4996d88cfa942290b406b2864b5872defeb877b1b1bd5417fa50935feeb2 +size 1292660 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3df53c65e731630cb3701510d4d557c2e0a4fe89 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6333467cd3a8d988e82fdd5c9d6842baea2bf5709b518122f9fde62ec7a25657 +size 1088137 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4d477e8aafa5b41df989ac9626e25cf9523e234 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009ddf53450ebb5be3b49755afcab163f7c5c4f9e6a8450e9847aa1231d290b0 +size 1316291 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c4fba7be6a43a7ffd6eaa73f30217ddbf03f4e0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4842507419c54d6bbe1244f63de0c38ed4881ae72e8d4a7e823dd6b1f7eaf4a +size 1121616 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb647752718f876ea3afc9bfa47bae11b425a9e1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750ebd8e388b7c4a375356a87470b03825bdaae8f177f0f0ff979f5271d8ea45 +size 1185520 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c89c2a6bb86b2ad09e65d70595e2fdd7819eaf7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2a582c0b2bf1b1392fc28fbece9cc05fb1cfafb14b48f9ae8cecec16a41c6a +size 347359 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..290470b7ce294efbe3e7aa06ccd82bb8b6a2d4f8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff8f2f20662f393e64a4e5cf5b5538ca0186e796cd518238189531a6687c746 +size 269308 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f121b9d4939af8fcc241a1fab1fe61ce6131b96 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227d35a572d02d6fe6699b7d99f159b78d2a419c7ccec1b670d638b0ad89eb71 +size 662363 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a3d69ceb416b8681412af68e51d78550151031f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f6e6c30fff87719521dcecf77d561eb8b3e42b842ef2bc7363ce4afa76adc5 +size 1303956 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e184f5eca11a196b81029107a0256db967eeb25f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4469084f68827ad549d0e86bfc8242869a42c273d4f2764b70efdeb5e14e25 +size 672648 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ae25bb4abf4e7f691a767fc4606f1a67b08c610 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dda17699217b4e8698d3c7610916536f19cf591a3ae7c4187ba3a7c0e33248 +size 1623364 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b13b6d164cb0900ab7d39f174552f86a99651f33 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b08a6fa010cdf18dffe0e11b18df1fd781f80c1805a8621212688e1d1573dd +size 516663 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c375a88ff2bf720409b7f747112e8dfc1e4ef7d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cd4245793efba447ad1a79db00d18f145bc874bc09759a14a501d40405c828 +size 1154282 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fa0a8030621d62aa0524fc03d21e5fdd2e3a5fd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc162ad0823e30a0941b24e8c4d873a9ab23a80a31ec4c5ba1349ac12a46b49 +size 425430 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae5082bf4b873893060af7fc4cbf83ec4f234d5e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad999b20ba001a75348002bfb80b9ff88128638d14934e65172171c3ae066e2 +size 468180 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e337af3c01d07d406f01e1fa76fbe35fa83fcdb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df99eb64009034afb4300c8e027e94b8c4a17ffbd2eca5166e1d3b8222c22b9 +size 871864 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e3872c80e3041f166e3c6e7fa40d88578272590 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642c1f5f2591f51eaa339b682d29c37bd113aba36bb47f86d260aab5e83d29b8 +size 420595 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0c394ef516bef979e6193a09dc687b1da0cc26 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f702703f4200768217e798db0600ea287c43425a3e7b6136a7fd4897b0720ca3 +size 529267 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c24a302f5ba21263ea292e41342ddf599516310 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d68a7a6f89268f68c219238dcbe6b50aecae6c05162dd05c62ab7c04c30e9e +size 1186254 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9465a1a7e20f6eb1b654383f0ea970fef8601c9c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3d820e128652ccd4350c5765df3d9cf4ac010449725192798db07db62a0e6f +size 614197 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..086bb5c117c858cca134bc9d3059392176786567 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50f9c9ea510b1bb5276b53bac5dba8a1b77ec9ce5c8e50f13fdebaf9e95a119 +size 307705 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd51bda1afb95feb59c5e70a56213ebde719e2b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb194da69ab0e29857b5ed3c20bc667c5dcb16d8c06463d3c58d842e404b573b +size 606811 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5fd9ef85516bd6d2c44bfc3ff2733dfb1a34538 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62387de78ec6b851a5ef553122246634d002360db37448d68826a79bcaa47183 +size 849680 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c35531d5245542ceb209f843886df3a66bbf620f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197028e1ac6b18768810553b2f557fa00831e882140f6578fe545b6d9aa816f8 +size 921325 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef831856c8036087e47d48c531e6bf537c374a3e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccc19faa1f01a36827455689bbc4bef37ebd8424d09510cdb31ececf70a757a +size 492642 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1fc8fab66c1e7d0cb29c6f4af25948ee092a82e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08afe10a2d29e3941241776f8ba59c9fd3655356a68a893c0128f28d639c72df +size 1282312 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e454e2bcd2e1095a5418c81567b549d48a161b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7f9c09cdfd3fab654ef7a599749d67033b5f72e7121ddbab5a93bfae21314f +size 543453 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d99932945d049b722462317043ebb6d5e892bc86 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b801f4b9c893cda80444cf0c25a39faef9d3ea1ff7041720b1ae0e9f93cd9d86 +size 1665563 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10220106573ae30de6339c5f1932c16589c7eb30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4767b36315a153d24a586b32ba599cbb3992350fa921cdf1eacfcd6dd57d7a0 +size 913776 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a4e0948fa197d356cbbbc1d2ffec319dc52490 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7434e927c262048784f33acbc58d1539de87fecefa8626479439e0f49f5b2ea1 +size 728991 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d506606cbb402984527aa0d16e48ce1f6aa80ce4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aa0577536fea7022df82ea9eaa834d9827f1a295be13358b09492d7021983d +size 1995116 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cb7b60b81b45d546fbe304d935b6f8ebfb787ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb3f966488b702d41cb4d9d3710fa0aa3c80ca04305c60be8a3d6fdb372ed80 +size 855954 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf491b089bb567375aa26a15e9f00b83f82b3201 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d886c298a3ce44227dc8e91369cd7adebc4dc0d6f9881f5003a6e2645589780 +size 348423 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4ff7f917fa2094278da6d628489e419829b8afb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8da520e27473697fe546b2fe138fef26d27652cbebd77cce54f92e5ca36e9c2 +size 421784 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..447e7edae49271455cb52c2f4e7db923cf02cf30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fe5081ca8eef0eb8a79c1831b4e021386b39acae7e8bf81660ac023012e09c +size 579686 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5496d858241c7a784e40f2e5ee99017dedfa2d07 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204d8645c4fe7a2e18256ca869772c9caa6d136c9780bb8a5c751a385659aab2 +size 316168 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6069c6fbb9616c02d5920f7ce4a70635d773f8cf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c8e7a04b2ca08a6d331639f9d76571be7ec1b16fbd0648704570884664c80d +size 1147686 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c34375c949916bb989e79b7a7d26602aea21605 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549c48eeb13fd1671dca0416bb85b77decde55171feda1a1048744136b4e959e +size 593516 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db5ba4b7284d927a12bc40aafe459c2ea528378b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4b499238676a3ec95f2a4f88a3ed48222bcfcc126c4ca2840203a44bca898c +size 429724 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e700cb06e73ecf00d1a4e5de5d4ecb2c39f2774 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932c2b6321dc00faa2dbcff4e13598d88ae4d198d645f373ac146642c63b66a1 +size 352402 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc50a5359c1e46d7b2107d3b2e9ad30fe82cff6c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230e0bebb0412af857563bcff2080aa15b41f2b601645de6a1f6a2ff5ba21bac +size 1159374 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd72e53c2ebc41210f8759dd7b84026e8dbe4e1f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ea3ae8532ac2907875f3acfdcc206d827c7f283c78188c3fff40b16f5ad59b +size 360352 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06c2b4838a5b8255ae3b82f1940bfd22fced977f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a373d37db54ca4c806d4b87c44cd36b4da12518ba5dbc272493087e9e7305777 +size 439290 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc0232e08575b220f06fc883ce403e7967bf97d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5376d82f254a068179ce4dccc7efe2467d8fcf51871739bd32c58639f8fe76 +size 519380 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b592c59531d9ef5820defcf36b596a94ef4c1a3a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8127b0973dbd74750fb51387e04bba6080ab2edbe9ef56ed7b0a062b69583de5 +size 1557045 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efbc2c1065db7d9baa9c91cad94d7cee7b8778b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd59ef9ff77bf46338ad66de1dc24e6c3f966e208ac83c57ac7478b95c50df4f +size 804722 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ce8e2e2841e616aedf78e6cbd35127a7436534e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1dc27670a8d758a6a3c788a46ade26f703c76f9098afc8e14074b8e57fbdea +size 542519 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88d0ae40dc3f67866f107d2a623d1f979015118a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfaa341230a56b8bd632aedb8f846a1045c16861a1dcef08b87e5cdec5a7662 +size 1070694 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9238e43113002d6e08b34776d7c1a219f811ff0c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ec531db0d19b3c864ea7bd9cd78b86c96913fdbce378d9d3c34628b4a78f73 +size 369769 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb692a56cc04988bbfc3c8ffd3dfe413ed7e7b87 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de4091ee7977af20c6ee13c5ff7f1ccd5e77940842642f8f9e8bcf528dfe890 +size 490153 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f29d303a61e591638d711de786f2c8b687a0f0fd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04b56f7617dda4fefbfb257e3983977d4ef716cc5647f7baf5ad1d464724753 +size 1247507 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b3ecf7840f447fdfd695b12a356d5d5d5c230bd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b60c394afe60a69ae673ae3b519bccfa1ca3d58b825df1f065c7e585bc51ad +size 586715 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00c568843bab0e04862f99b52c9a74112319e8fe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31d3435ad2cd01916ec4c1eb1f88247e0da6f9e7128ba67609f9b4cee369a16 +size 419059 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b03c1c20fb36553e9e8ccd55de9b537f50db421 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d4db087fb60f8e2ded2b501ee93b1452de3b762ea73cf0b0eb5331b9e9aa1d +size 505146 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c7c3824964421fad671aea7e42aaad6c2f09ac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e9d53e5c703676b4904a5e2985a4edde51f3322d205ba7be6390605ee7d291 +size 1605104 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fb033446105b64652ff7c2c657f983516142880 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaf3ca1f334031ec1c3188b32ff1139809203c2eebabe9a02216791665864aa +size 1838665 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a680dde527a9843bf11977f938682355c70be2ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d2363ced860324de31aae5eca77c2e36afc9d9f29910087a6f1b64652cb439 +size 1695871 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7367327f2c96cc4a4f05d05fc6f8bc1d414ac236 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06365965e9279f88c51c9c242205cf3761cc66d0185702e15efc91cfb52d23c9 +size 367497 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..969e43d6bbd023416af88393e7c1f8ca4368dae7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35628b58efeb5337e9060f6c27f48969247ed276e004b8527d80a4cea6c243d3 +size 779212 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bad1ab9268368bd346bb1a3ebd79ef185b82fad --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abedcbe747f15e94fb2b6b7d83927ed52d154086bb4cf11a79e7aee6e36e7c7 +size 772526 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f51a00454b010161dc945d46680e4c9d2366df91 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056a9a4fcf12f2db34e015301ad6dd96d251cc6e45085213fdff8a716a3f6ced +size 576185 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e807712488b72d147279be750a44d366c2703f6e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85214dee9e4ff17c91d5eb42c80f878fe536e81b7cf08eb1ff2e113f84666a30 +size 445177 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60ce75aa75e82c36db2bedaaf61aa2cfbc6b0a1a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc622139934aec56f9985201a518ef292f75f1cbd478be949806c24036d7373 +size 826192 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3cede150d864e77ad02b357597222492d3d2d6d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c047f9e6067e1baf97dceda45d403cfe66d3476a1c878133e8e1d7309cc41e7 +size 453286 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50d4eea799d09ab1adfd853f01ca8da8d323add5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02daf3830654b760f4676866384ff5856865c33f237a7606d4098e75f0b2b1a +size 722190 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94af9377cb0c6eb0a72c1e1e1bfcfae06e33e48e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7335d74e9cb6fb843ea9e70a15cc14b27140d186267f4ed4c0bc6ec88eab74b +size 1828765 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f604e1964cb42b58781ed182edc107e845103090 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daed56b0995e751e0bbe807b0205bd5e73c3a0fb5d5b4754af0c4c56c7469e05 +size 356220 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2241c19f93951728edb030fb7a4f8be9afb26fb1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a61f388cdd9c68fff85a69d722c6e117dbe3bd1e4bd9a97c8dc5bc729952eec +size 461754 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c910f4b422ffcb39a2d966c2cc3ecb650198307 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c0e5f843b3be162bae3add5ad559def3b298b8822568bddb83a64850f1c341 +size 463035 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a5acdf79f48f88fcde95043a9f69c6e50cef518 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3179a2af7caa2961a9931a1f7c7ef4089f38e8bba058ef2564d7716a28d7fca +size 380133 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4b423a29b7cf42a29208105cdc83c4c2f61ef8d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89de27f318eab1cc4a945ad2f2e81a2ff64149b47fb7a414e1309fbcbcd39d6e +size 370050 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..308fe3b47333f21aec999b459721bbc0114877b0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676386d1c6a7adb47c71c0d57134f755114e49039afd22317f0c007404c388d2 +size 511123 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be2332b7a5b86c2b24521f3f498894cac2e34421 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081c6acb72fb220652f25e3da812ff700103f47be2d2d83f00ed4f25fd80f380 +size 732409 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc10e3740454ef238a868812b74e4be2886cff6d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa8484fc9965e235380b64d17b69a6b67fed847808a06fae6d1aecda2a03eee +size 837632 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ff9237efcc2626df56cd9c4230d5b92a26be5c2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a8c1f16003c74bb34fde401b07b138888571888690b9b90c4e706e9fc5aa7e +size 349586 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a672525503235a1925efb7089c086f3285b9c3d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a3e897f9e5f309f5314ba5d5bb589ea5a9c5e56dd3202df8a74839e8d669ad +size 1064062 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e028c865ef7ae9f1ddf8ef9574bee2c8efa47de --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4e31b98ccbd16fe2e55177ae5c101b413ece10962641aeba8603293f8cc012 +size 578800 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2882e049ae26d541f9f6d643559fe08c50215efa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26bb3c805460adb32182193020f86096a84597acc3509e12de7b17dc35fead6 +size 380454 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56ccc1f589f01b8ef3c4f74c19b184a0aef11b5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6803b34e49d8c99f7d6cb067603e83d04605edaca3d867f3b9413027659199fe +size 847828 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d33fdeb75a4d57d9bfd69e5c10f15ec9725aefd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118a7bfd12fec7c8fcb8c49112a73d67e7228f1e1a5ec453c6b06619b8c870f5 +size 397147 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe74391fcb363713fba974d7b8e056fb3ee5024c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ba852462d099ace2a0bc8b279f3260137b27545e1cf23feea72b79b9830197 +size 555988 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88caf294cc54eb59b04142ba12bae27c7576689f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13af98aa990285a537891cca436b1e79d3642e3c08046e9ad147bc8090d9530f +size 668412 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6983cd365b6b0385850ed7eda7cef793b6c30766 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4386e524aec701da1e04ad82650bb6958be56765bb2775640224056b112a5850 +size 472639 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3471328bd683968a210d5c7a81b7e3d12db56379 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d6df69af38a7a3e9f4d6dbba878f08c677b199d125d6376cf90b186d5645a2 +size 598054 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d8a4e3738cf1b2a45f7329be2695049036bfef1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0ccba873247bbca90941d51e2fcda4fecfb3438f9bbd159763b37b9b373d9e +size 347871 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..540404cda23952a9a33267c164e200353ed60577 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3303aa321bbffdf7e548c29bb43be6907be24390ce8b850e5c83108ac0d1d57f +size 327757 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5a8d341945a5031d23695fd859bec4b60d8101c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1bc7dfaa19218e0ad5caccda53fb899864690298f015f79617149be6d6c290 +size 395938 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e5a8071a4fb4b488e3d4444ef752171fba672c2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6404a2735fd671a9c52d458c8c68a8960e3418260d33787d4dee7868a1ccfa +size 863169 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92aa9e06a5e60b2b5669e224ed7c33dc442886fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bde2968345fff09f7dbdb3c93fdddba944975d6cb2e414b4eb8210c8677712c +size 903817 diff --git a/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc96d3cc0e7212fcc0b75c73918b2da2360238ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fab9cceab676c40e9e82fcc3f834598897c8b27b29bce527bb6f0defb13b1b +size 702609 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99a51fe47e88a487465b14c72d556933ab413e24 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cb1b31d6960146f774b2100036d1ea2f37a7ed3f6c01eda80700dba74f6991 +size 338234 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef1337e22ae0996d96f7c61a62f0bb9847dce95d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaf009785dead4698c52e63be1e5d18705afbebf70b2970dbf0b36e0794036a +size 109152 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b4a76f8bafa566f07b5972b9d921d807a6f506c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d153b1a1a5f64ef174f58252571d1fa8fcd800b25fe4362be8ea369f3c318b7c +size 98331 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48fb6e7113289484bc8b8413c961076c112f4f47 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4511c52a02ddb86aca37c32695e5310221958497aedb7752938a4e2131515dbb +size 240274 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bd493c1590a19c4045ba5ed20f7c11fbbae827e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2e63d72fc438f2aa5722887b6af403d387dcb1cab02d4eb6a885d1afaf7947 +size 213601 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49e158b895579ea88b11c2e501c7be7b7b0fc337 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634682244defb2594cf88bd9e960bb50c5a6d1a75c3b7fbe42c83240520a98a1 +size 316734 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0a45a52636907d56f489ff7a933d2b15f78d690 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506250f7d09be628a1137c7c8733916810d0f263a786197e2f1747a3eb104224 +size 352254 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff562f3b956bf1def4d64b7495cb12a411b248a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e448fd5daf382d68dc28f4424f6d7dc76ba10ec7836a71c59bbfe941c8c5884c +size 74020 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bc90670405c2b3afc12e8f9790e6190dca0b2b5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35156e7272300b62e002c239f8f008e883403cb72736b6e47f1a90897cbfa4dc +size 185117 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abdf4ea4f94f9d2011f593fafa58745d27ce7d11 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92c166f04e67a61f1946fb2f3f56310f81f6a7f70438f1eec7f35da4b1a958d +size 132800 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d744c6f1897faf134652d4925c03b3ce66c2229 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f5d6ea809b98ad40285d5ab48f8e878bef014fb4132ed9fa2e657e38028dc9 +size 163964 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7284ec1e0cf863d652f7777990ef02c15c258d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6841038d7a4f09de7f9449b0c8c270f32be70dfdca26c53552d37ce06801cdb9 +size 145466 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab2d059d17d8948581de63efe9ba0a876b2cde2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2254d04edde2c9c8c6ee4cdfabebdde5a99d35ce1182f3f1f382b68d61a81dd8 +size 212527 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d40a482ba66da4c1e8a7181680c16bd92c5a3d8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974149234d076b26f15ecd4859ec450a518c4f30e6a9891c2aba432c67a638e6 +size 112011 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0cf40575cddaba355e4fc57fce356ed3a480ed --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce49bf399ec672c0ef4d39de8cf5dabb6c3ef27b391c949dc22f4decb70024ca +size 77111 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec9abbd2b30eccdebd5e1a7da736ca326e5191e6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871c36c8abf84ce890060ba2cbc8e3d4e491ed39a7fccf73e340bfc8fb1b4e77 +size 293204 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb544215225c6bc836dc177db84ce5a22699aecf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558a6041c28fde72b3d364ad92f967c41cfc9d234ec0e88b85ac57ffd38e8d80 +size 183175 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39deeaf0a9f2db5e3f9a1a5e12ffa5e316a03a5a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaa930ff11f6031cdfb26a731bec5eb8bcaf895f36ce44fe6beba88b94f9d9a +size 499019 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..252527b80a1bd302dc1eee17ae3379ba31cca914 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e22c21ea001de652ba87479130a75b74f5627588759b405a6455df1430fe782 +size 435696 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0617186b4cb70b5b91b5f963edace9592594e35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30bdea71861b3479699510936569e9d3711b2bf3e5287b26376b851cecb0302 +size 262027 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc4fe2e1687d9d54f901cdb26215590fd5843dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8e365c05d6c3df659098707acb8c5db296ca1027ab031a985b77608827e29e +size 61342 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52aa412f011033743eb26e0339a39ad766138294 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff79a5135bce9a6d9bd870a81e08ccd77717875ffb53e9eb7d861eadeaa97a3 +size 286101 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d395589c6e6fffbc61688d5fb0f45af599bd6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22b71d9c841b45675b2e98fd005d7a43465119b2f1d010515fdfb755d1c09c5 +size 107943 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ae2a17375444babb99416db7693374c7fbb15f2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af266534334979f2bbef4cdc4ef0cba050186c99fe1f7b1a8c608ea0569db07 +size 112866 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f28101a21e7f86dbcba382890717b7a954f4a9d4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f174c34ad419483244475644edc1bf5383f1602014fa4b3e6b792e0d670b32 +size 109207 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b26450e7382d04328e696376595a5b5060ea755 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa59e793721eea1e488d0d87559f2779ca5386756faad22a153fe27cc68086b +size 306439 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24128c669e41f617113a936fce8ee54e2a04131a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30728e97435475e40aa90f98d366ad0d008173792d93ac5094c080ae0c1115d +size 97356 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62ce67957d13f6f986f0d92923f17b1fd3052e5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bdce85fe69c5b33e525e61443e741b2d3ac7469f6ea63daa8380b31cd00da7 +size 96132 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6c826faef8c85261d0cfdb1f525ac0f074a44e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcddeba200b1cbaf6dc0b317e973ee470798b800aa78433f6a0e39eaab0b35fe +size 152312 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f035751d33af4c8613372669a316f0f7d026240c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77260271b42345c94da53666d48c2fc12a56ee2d07f44be732ae313f37d19e3 +size 111514 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..485a163cb6f74929dd1d4f7fd62eabc460e62dcb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9dd74cee602366f8554294e95df7d3ab4e7103d21ae40de07d906a61fb380d +size 218985 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5faf025a43550729d68f45e382976009b626284 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16141276bea8f8ce2d53fd0a7c2ff217548f82e38c6c94b1aa7891f017b143a9 +size 93441 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd83f94db7435d159a26d80623c89b1e06a595c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3a7f2608a766bb20c12be2d5f7c84423fc1cc5005a42187ff0b1277d0eafcf +size 348749 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ea5e42b22882ac81ae03ad48dd3b7d99bc5a9c1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b27439bb76681c7a92b67ef77523640fe683657fbfe8bdc7c320789f3e2127 +size 138487 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54e7f5d255a8ca5386f94ae58b705209e393e9b5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d258845ff6b5f15182bd5bcc1f7ffe450b58e12f676e6b009eb0b763c535af6 +size 208650 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1395fa2b9e1341dd76f27911fdef71f2837bb26 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc962b25538ed075dc829936a168fa87520819b98fc0cc87b16e95221ac6f52 +size 120907 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89951454fba435fc28bb0237087fc34f5da51514 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d8045b7fa9865a10f388b778fc814c9e3c02c9606a2621503e4b5a9fb1e598 +size 296862 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfbff507767d0e5e257781844a5ac1df54ffe38e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f158019e8a131eb3ea99cb3c666bc7ce35b2922840fb86859fe0a285fd3f33 +size 169685 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0eccb79f50db0cc51ac9bcd4f6cee8735318826 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8940202466a8d4e92e1b81410827b1415adba8b422da489ba27c3e5e1a03b92 +size 90032 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bf298cfe18dab39c073ae58ad6e2e2b1c9f071d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb74430ca329212552aec903b745953d624f1ee553767e26c44fcf0a4fa4abb7 +size 128048 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f45b3ce8fc8c604b92ced8c331c8ef563df84bb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2d3713c35c47a5c7ceb07fdef8c168f21880d33aa2019175cf38009560c606 +size 152820 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9938237af3f92015b4615be9b726fab9046767f5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258d87520260c300478b82d29cdf2f5d3fa0360aba0d8a9d17152ccdee999a0f +size 103098 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96fb60c4268279d4e7715bf0ae3a048a17fe9998 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73146dd69d59660955ddfc64788ee35e23676449aa4193d77cb122c1c8068ab6 +size 75093 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83bb6f8e265fa1c3488d97b5b9726200563061dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298975779431232aa2b896b4731c22747a5603fa8bbfd93dce7f24e8e38f530f +size 208065 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db696f9de801b177b91c6f32ba31103f5091d423 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f674aeb164b07f4276d52efdfddffe33136d59998b472f36cb797f7164b9e757 +size 167707 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25ea1ad1174e6a88d0ab3cabde90564a7b7fe7b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df818baf0498792a2cba9f7ebabead720bb2691e5b08ca8ef37caf00f4c8f7a +size 380057 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5cd5335a5cb27cfda09fb043374aa523c853506 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a37192efd1b44aae20ea57eeea40afbdbbea4bc5447dabc7296c04bb083ba80 +size 139207 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d610160c433e33d5869dbfb1d744dcdbb0b2fcc2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c386855763cd7c6bcd4ad957620999a9a9af9b4bcb3c7640417b3ff109a290 +size 154650 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3db55c266c48da76f36de0786d4659cb25fcc1b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea11ae50ad3676b7415f5c35dca5bf45eb2ed9d18698308ca60db4fa5079286 +size 179055 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14eacf1243c11c3e4e7584fdda2d3b1582ba05e6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7259def751c5ad040ef1b64820f2c34f6e6a273c47ca6e17644cffd6a4c4e1 +size 277662 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc4c35c30459e1c2f7a2df612925827c33fd8816 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509f8400c6a04953e479503954abee030ec2b3559158d2294acd6dd7cf207d1d +size 339045 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43d690b09a02fae4bad1206ed5151c6f29fca0db --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41793dc98ff68c1ad12accd73e2f27bf74a109696f9977f360813053afa1ddc2 +size 140449 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7501aaa357d1cbd4bb4d482f1ae3311749f5b86 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06305306f5bc5608cae0f782ae555811ec9df3852ec4a0342fcd789a4b2b743 +size 255350 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07587f8412e84492f5bf28e8d7575ce9ed2a512b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfea19484f7364a37c96e230badf2284bfe6105b771db15e0e2321b38ac1f60 +size 361405 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0914d270ec8e2cdddef60794ce29589d83255c71 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ef25546880ec4052415b7291ced277590bf416705cd65002a3ffb25f34a512 +size 512156 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7623ccbe48b8093a6c07cebd20ca4bcc564c27 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66a0cad951f3f3bc8e32d250a851394e6c605307935077a8d03d4b2cb9d1486 +size 309392 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70fb4e7c7c234b056e4ff24af6a75785cfc79c0a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df434b52453ff3e040fe28d9fd9face19315ee8187c87b4e1a9e2ef8214f6a7d +size 235085 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d94e2f3b601142e6832ca93e98e04cd9462c35e2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c77b543ec48c2efcdd8dfd3fafc0370a9fb030984d8f57a78abc015e98e9e3 +size 81804 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c01e652f74cb50b8d4811e3f88e556e3822ef09d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977fc96726a6fb13a247c807aac0d7cc371507652a3e87b7fab5aefb176d52d3 +size 51214 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebbc0c2773c637b6f260a0462677884b0ce8e920 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbecb3b2eac4904e22d4677489901b30f3a00d88f0fbf3fdc312339d61946853 +size 196528 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..defdad6163f67da29b4a0a841c25e97f9105fe00 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ba59568605cddb74a5ddf9961ce433503f0cca3b0ecc40b7cce8bdbcfd5ed4 +size 444721 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81e3b7bcc3747160bd9d08a7cdc046c7840c0c5c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46cf291f534d8f8f6f4f9ffe1593160ac4c20e8b3a920380062d8f7118aabf0 +size 177621 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e237e0e7480a23b98312ab252c21a1d6fc0ff5a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed75a53d72607c374c6d8e394ed64544d32e790df639aef7a76006048c33205 +size 294824 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb3cc3b3cb8c2a151c6f0c047fdea5ff9a6ad546 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b0a66b947c2dfe78bb003717f70a850fd339844f6b4627eb9e70f5a913f990 +size 148616 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7bbc07d6c41a64321e567bdaff0470ce39d5245 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8db38d3787b373fe1de80a217abbd94fdedde3d6f5362b1a08f51dad4d4e4b +size 218849 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf64c0f6f0130ded5db3d8cf9ae5cbd005e2642f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1608ab1608035debac683ff3e5e84f9a87267e1d2736d6f30835146463729bd +size 81951 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28acc1511a02ac9f8d490e8707a804428bcb57f1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e32ec04047c2868157a352654987623897954e063eb9409dc22b444aeaf8f56 +size 141133 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3f07167188b15a805bcfd2e16c3850d605b9661 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad7d8b85b47695cbc2e3c264c296a65d4a6490cb9616fe02f223de4fe04db1a +size 121058 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfa25ef94852989067e0883907746b0ffc9496ed --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c40bcdce9755aae76728aeeb4f4fbc16e92b30c950204874f066626a65d2f2 +size 116120 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0643d76dc18c41a7f254eaae4b5d3c9d2e6b6e18 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5db7b368fb7a37135fb9942664917df584c754b2ac1bcafa7d72e194dcfa50d +size 113066 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc41cc5a253bcc9c732b899109a836d6d2ac0c33 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e787cc3d0afa16df97506f5b3d436ccc1c1c98ee358c8410179ca6014f1538be +size 247176 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5accce578fb861c5ce0f95c0b048f9225fb5bc7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eda4a0cc496f266d958aa21405ab668a911ec65c3290ae83ebe4e27609c5c8 +size 120323 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85351b1599998d6cc8ef5164969f504eb5e70224 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90e0221835a0ce5760957aa84429088fdc433613a9c3503230002ef10760bb0 +size 54721 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..474f0deaace5ed148ceda1fcc36a824f3e59b70e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c80a83d1afcfc36176f031d5d33434dcba02670fcc9665b7e7e1a2f5b54cba +size 159593 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1b4a42ad67afef8539c495d115c38bf137f02e1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6ae35657038f33b1d507d38f7ef0f487cf6efcd9a66d2ce265bbcd0d510a1f +size 279432 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aedbbe74f85fabd560ac0f2df395330475d97b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07176312aa8f3cf72202a55c1803e636a69dc5057f8867167e3a332f0604916 +size 152387 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..215854f47b761ae71ee698a2826aaa2269d65288 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607af9688ed18aa259fda661d7fc3ade423df93e7905f10a9aa20b47c42cc5ed +size 133416 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d84c03626c42cad1b00415b8a90a76406ac0f91 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab14951190d1829867763ba361b145659fb36ada6cf69f34daa344a01a240583 +size 393082 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7e3a7482743514d4f62b370cd3203654aa891e6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bc97047d79b40eca970fe9419a72d9e89dda54a72d20e64000755fdaaed259 +size 128254 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c93b82cbdf6c8907470237c792fddad8c704e9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff83324bec53c0d3da382c7263c5657d1e4cc719334f831015c08ad4811a7b1 +size 418936 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c6ece757bf338c81df116fef95471c3c83cc36 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac50c7f664ae6f7e9ff511e192e7acc82b21d992799d59b9fe5d407e0ca16b8 +size 221043 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1667bfc384d82a2d3794374324440377569e2d9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5fde1c1cde775a7f676d9d0ce1c55f2c6a2d9a226a412547a3762ec86c59a9 +size 131508 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6d7ec79e0bd87a768d8bfa25ea91b666537e7af --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44577564f0a9e68aa744eac68a280c599b8d2c3c0fde8a9440fc5445a0ceac81 +size 336143 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb104abacaedbcd16b16cbcce3e50bc0e4a9397d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0be0fb71f7a9b7b03bc74eeda5a3349910300832dd432901849778c0d8e6834 +size 236737 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89688f536e56ad76a39a82cf0edf627133652f02 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0759f6711299376f11797af91d09f7fd219d034e5484ea11ac49d841b27603 +size 112779 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d650f1563dfa00cef2da1a75156ad845af890702 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e89802fbef0535f25c27deec09a0808d0dd157490564b1a87ab453e9c1c460 +size 129484 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f44031cd9f2f7c7bcca887e137183f861440f1c4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f5bbe52176b6431934e4f7803b6c7b2eab4680297dd25cb5ddfc7d8d9d6541 +size 145093 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02ec44cb33d1a2e2459122be21c65132f0be1415 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6b34319e7a5fbf3d429f1c224e2f97c5eda798e5969c68c3d6a44d6e9ad20c +size 81994 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fb9473bb6199a4efceada71a357fe650267d919 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab9082cad7a5375564906eeae62d07c7c72ef9402191988accc007a429f2ad8 +size 281646 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba8b64ab1ab2d309fe1579ffd711db055febad6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74871bbd9c7ee4c87e1843386d21f9a72acdb39ad43e22547696cc1b39e0ccc2 +size 146754 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3404176ebf3ba975f0b60933ec19d0a0f0d83781 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7fc2f6dc9c21576189514b3b096cec7d4e3cec5a9908e8745023e10378cdef +size 86799 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7bb5670f33fe0e896ecfe727b2f3fa3faeaf48c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af355dc5d1364599ed5245d7911f1354741186c1314b9e2519286fe5b240ab08 +size 76631 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edd7d7415bfb1891265c9c15ab1e8f1160f80099 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a5ebbc57efa8db503199b6cbdff073353c49e81311305d4e0eb6c5cbd7caa2 +size 312967 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..553a614fc9ed3bf064aa8af922bda69be3df0c59 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f168f76757aacc52837bb7e97e98f980eb22b71235c140d545f7149a2beaa7c +size 61927 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca167e357bfd0488e10f284c827adb97847d79bc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66567fdb86fa9e195677640528cfe065d17d7857fb4e5c71a2b2eca5e6b1a2c4 +size 90416 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a00993b67d3cb637077a977e2288c409d97bb0f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf9110b084404458174e12c4881acd9b8a7dcab6e1628c5dcc6e0bb1aecf861 +size 135481 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3951686afd1dda0f6b4858b56ba28569d5eb6a5e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5836ba35c5160e141892edc0073ce0cb7589546f16fb08f1e309a922ea9d7f36 +size 398284 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9bdad03c80c2653e009f0f608db9f648f34312d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aeeaf51f94b25ef8fddfd525398b911dd535cf4a2d8116fa0134138a22acb1 +size 356317 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fbf1ad0a7b27d56ce21f7962c190823298984dc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf223e72f97ddbcbecda196357fb13190d7638890bd66d015283dfbe0cfa7147 +size 135456 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d5af150b7a70143298a4329c53ea1edd6d60406 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86adc05f10b504634a185521f0321c6b44062eaffca0536f47be4ded05c5611a +size 358470 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecb6e7f93e543ac8a3d52646d77a2c20e558672c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ce32cf43ebd738f416fd8319f1df4e7c12430f0a82ffaaea23f21ca6a42701 +size 67933 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4b916f240fb97841487be5ac8fd016a2893c6b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2183c9bda27cd22595917078361b9f2dbc647afc95d15b10a2f71b630180b9 +size 144597 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8268329265ea3cd567b198a53f182c4d3263c26 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5859bfb7ffdee620275f2fe1210039af1feefe3c91130aafdc51d8049d344af0 +size 181275 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..868821ad8c1cacfca3e1fc5a587a87ca3017ae84 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d7aa13c9b74a6b4cfca482a65179b814cd4a0e73d9af21f63d336584bf6b74 +size 132623 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dc6acdf69d2c1c6087b3cb0c064f9b5834e7a2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0682f8a4cd27bc329c2d558159d5b7decb3835578dba12cda383a5ebf981c392 +size 95313 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfdb4452677931948ba5cf30dd953888bb72a9eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed1ff9592c2d4671daea78fdf7f38962b39c4d3a6a31c9c750f9e3077f2b934 +size 89656 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395c15fd2855814282a8472cbad4be9447151072 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d0e0937c32be34c5523a160501f30972288d40bb8398088ce83fe38ce86fc4 +size 422216 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9ea0dc1ff1bee354b2dbd1a742e092e6fbe40aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bee5bf00f2713c0847ac27a80c72569cd8a7f7fe70c022f42024aa6a6a40fe +size 368315 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..118ead49dbfa386eacde5efbd9b038fe0ea833ae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f452bfec06fadd6e55a41b274af47160a444ba66538ad27b537a33f647c4816 +size 483722 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc78f86a116423673702abbe7633499949134138 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25241a62de86af7bd65f9eaa1ecb38167f69e9648abb9f4adf0e4a544001599f +size 93466 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afdc00fdb0671ac5392dd4b604d9926a02ef6090 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a5c0904adfbdf26ca7e73e7afdcf5232441c20fabceffa249f03a3c1abf128 +size 131156 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b69d90f561a80278a1aca41f0953e9fb0d9140d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f35cdb09fe479a5e1b295c3e5a53a368dd38607aef6a33cd2bac1c315fcaf +size 110480 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a67c8c6ef529a4196009ac7f3ba98ffdedb5b40 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e09cd77811c22d217c2e299378b1fba9a7c92bde2dc7c5c2ad51bdccfea4b7f +size 94052 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6b86640d26ce2741d8a9363f5f3641256bb2ffc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ace735f5767b97c9a634050b0618a39c2732192ab0060c2696cc6f7b5541d6 +size 108946 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62fb1f1546e24e2c77da37e4f67b36079dcc29fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f38a5f7189041f8ae506c0f550cf26aec700d9191f5f5e25bd98d09a2ed65b +size 207737 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aacf3a0697413b255ffbcddf544e033a0cb509b2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6a9a832305832306342fce0e405bcc7d1d9de2d1a025820022adf44fd7fa53 +size 90769 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e6fd6909633d5719bd0ffb1f565892059cb10b0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4727ff27c62bdb8763852781a9cd537bbd9f24742776352ab367c72adb5ccba +size 164231 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc836c68ac5189ca9ca3e53e5c5ca68dcb84c5b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507d7ec41d3df93b967d4a32d69552680c826e850ba5e14c357777981e9a07a0 +size 399298 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8304409a64b5f84e9c94a31bea7c8b78f8054204 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da76d458c980f77bd2a0216928cb8d4a8f85f09c98aad631800e4fe940489a4d +size 95368 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e84f1540aad1055e2319b72b69818b269470ec85 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5597716cca7c8e06d8b3f5482df1f8149b33a27db276a3729a9f8314a31204e1 +size 113311 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cafe4a8fb1249c0f2af2befee5a003c2070d412 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c61fba7c856a32d4702a4478061ef1d14417987a523754042047fc9759c121 +size 84102 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8520e24ecae71a32f815f90c90e54b154c8b4338 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68224b5b1ab56664d458c13df4011472f2edff684fa9e489fabfef7bfac4ed3 +size 75740 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cfc26c4bc95c16ad0821f45ce0914e5110b70f5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd256006a55dadf929b741e379ea0d7ab59c275a0678d730a67c843eeb837a84 +size 130932 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..661a7a19c2851eef99ad62916b8b748bcb96c339 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4357b549effdcc4b59a67ced6c2dc5586cee6b2f5f4a2895ad3592fc1155c504 +size 165367 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bf9a69d38a04471b46daf11d985ba55a1f9a664 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6edd965d5485848524f274491f9b769a347ca6df2f4c28f6843f76a0dfc11ed +size 133074 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2755e8b1a5cfe3f02bfa3983a8b904c5ef7e357c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f687753f73dfa5a2705523020b09f46dbc69364539e799225f7d4b818289dd +size 213535 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3455093d1b671038904ebf37f71f448cde3cfebf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91004d0f5dc114cbe488867c86c15721aef708d1afc8aa153bb014dea92a1a28 +size 97699 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f371250eaddeeaf8b4b1d2f1189c905b077db36 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b1d34a8d90c6f9e8e4d9868448a9f0d0b600e54a9d39989a149e8a52291751 +size 261651 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dd0754b519ee262022333d3175ffd1319081ea1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9febea88e71bc9607d0629b3beaf384b140451195f653aae9618d223a9f59411 +size 114470 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2549e5a7d40bb053e24f3830524f454c5a0fc901 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa88bd8e59b454e9ae554337f5c9a57aa8dde485cace69294a486a9ee5c668f +size 107703 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c256a3f74136e4568f9e801ec2e36fac52066bed --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b51f7351d6762bf72d9f03c094de50878e722c6e11a05b841b6f0f06a35c8a +size 326396 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1d8ab8e547c86f8b74aa1878f1359eff854b0b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86819d2c277560962d9de19544d10c6d91f8f4ea75b57d23626f8eab4da45b67 +size 116871 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18637633022789e12d4b7c100a2259c14a38e16e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ef9a2b81d119f1061ea47603a525633115b73eb2c7abfa14495de73ffa39fe +size 156675 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..291c2f457dcf94086a8f90b701d824a0b1925db3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9bf3cef63780b04483a7a21a01213ed75ee01b23f25aabe074d338acd5d8e5 +size 138452 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2a58e5aab44a4d10f8bfa37e9cb26f1c3c996f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19455eeff675e140cb27d0d5d16073aa3085375d16eccf4db2656b811a6b87f1 +size 99635 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30530c3ec10dedf096a2e0c3bc6c412b5d9a04b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221b717219b1190f7356b0c55e715121faed0ac0fd031c9d4e578fd5dc59970c +size 182594 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45cee072c133c0fc921b84e25b30c9ccffbc8107 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294ed1c52dbcfe7eacc5477466bea75c968838c185a3e197c36d3c36106faa71 +size 113860 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03dc26b43deb9d24d01fe35422b05ce31087a3f6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d167f2776913749d5e80d38dd274c2b23f420e1fcb540df53cd15d381d7c45 +size 62145 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..831a05da1a8521e82832c4bf95963933e7141208 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749ee94d19e8df796c2f3607dcb275fa3b6b5e88d4dd91ee6f6cb9ecb1b56fa9 +size 136306 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68d745bc3f08c66fe996afbd9a083c2767ba83d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3dfc658f03f553f3d239e23eadd8927052f086f07c00fcf06d04ab7cdee1e6 +size 202050 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c31ab47d941f9998ea70027f8c2715559a5e7e5f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337998acfc99ac28fbffae6b815f98edcac7a3d3cda62bda5b3a82854c8d2583 +size 266938 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b70619e7f8b0571dcb3735be4cc2a81dcb725e9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7420ded3190c279737e68747a35fddba5c48d2b4e02f2b4fc5b0c919ac141ea2 +size 258722 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec7bb1898cbbe3bc11fac282557c42c2782e6ca9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0221e57cecb1ce8fa632fbf817df48c35b850febca6a8a96903d48ff5a237d6b +size 684907 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf562a4d33bddc29b075606bb9a2865d011355c6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e29b59cb563b82f177f023b64c939cadf8f952e1d1ceedfcedfd15c556a732 +size 281504 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5259ead290353871a9d7e720083fa5ac061edfe6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b805ffd90dad0b1c93967229774fdc706b39053b5afd0f1a5fb6eff997851f +size 713697 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30a4a1d8458d5b11d074f17719b23c75551d4f06 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0278320f245c502a58ef37ed46964a847cc57f78da5bc66509cd4b8971da5b +size 577392 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fbd78ec9854f0123e75ea4400e0e4bc97606a47 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2307a75fd188fe05b39ac14f714375f773f2b05d53c5c13fdecac7713271117 +size 367534 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dad2c29e3e6691ef4c966abf2b6588cc63aa459 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d390f776041641fac4d96c82b3c219a63cf16250621b849695dc08519f5aff88 +size 1526351 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba06468b62df1a135d8694092c6a8300ce8fbfd2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3518f2efd8f1ec2ada32aa856c0ec7d87058aeafe9155647ad69330108c56207 +size 467803 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eff37cfe32791d0a87b54da8cd8f2dde7b5b49fb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb4f64bb930990db9a5ae6c8aa5c24c8a4fd63749a459051fdb6bf4869ec1e9 +size 289728 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f41e03ee7176d4e9e3e9290fcd04471a49486e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e810e6ef48adc6978d8db0ffa871de386cb1d556de6b7042ad1c1bcb24aef835 +size 894496 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11d8f4e25140eb2b302bfe0d32875069c71e89f8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd628fc3f7570feedc10d37b9ff5db5a20b56d819d45cc5e51f1bc8105ac66da +size 264404 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58bbd3bdaa03f5228fb76e319a0b4440e6178438 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838ec6dd8cad72e8a365d58c44413fd2bbb87839e444ee99f6c37bc233b77a07 +size 430513 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65c262a3838b625d80cf8b3a1f68b9c70911ac1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd4f069157e2267cb639a89bcfaf5a7df787e6051f951399b4d74cd6f53c419 +size 531581 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85956bf2a7aeac1c6583e94f37eec656d3174c7f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b4e8880e32069d5fb1d558cbcedfbe8cefcf7cde670b4ccdc71e1466890d22 +size 1336874 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a8fcce6c34421e5c4f2c82d0db4680644b9bf08 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3ece9495903b319c2ba897fadc60b697b35fc6dac1a0b34f38e876aa49d011 +size 425484 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8894abf86c2353b61b2db2034813503c398fe075 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac9091250b84e0b2e1f2de65d91cf8d04436507494952f0231cdf6b572a15b1 +size 580505 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4f8b18b0d82892ae257bcff496c68d104d9671b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680d9ad5055c311129f8e0c3b6cff05d4ed381608e6a663a308c78261eee236b +size 796496 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e1923321e197426b238835453cdb99dc24d50a5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702db903e67345d81bb46fba618a9247bf774c31718ce219138f2259e4e82dba +size 554255 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2f0390e06f6d188345e84e89dce6994e205663d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ffaf3e417c51900ec836973e1526d5b7c715e89d222b5965e42b241369e75a +size 2123740 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51b457ef346a903c61fed8163545d1fbe9e48e77 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccd87121371fa71d274e141b4105730c7bf33d9411508cef16d59a921990a6d +size 1737053 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12b61b94e62eb41886de29707edd8cb90f00ecb8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c71b454386555df877e0f562a1546627eddbffe0f5e00c5881b3e52f759297 +size 1232360 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42a6f1eb9bf303c2b3557b62b43d5a8028f4c860 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9c5b2779adc0d1bbc3a794d189d4e4b315547df4cb5ec1b6e5426510ca7a72 +size 337555 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..295d07f7beb6d5107db4fdd991a7fbc345ef0814 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f77de0fc7d23afe4f27f5c10a15df631832569cc8615abb53c805fc7077ecf +size 764848 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb68261e111b23a29dfbb16864487ebbbadd2b62 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68809cbada511759423ab15e368de59da69225a5f501ad77f238dff2e62ab64 +size 713999 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..033b6ecf15b1622c20d6a2e0f4f537f852e5fa8a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3377054d0c8289047422c0a59c91d7e9418b61383db3466a4b19b0879d5c9263 +size 593789 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e632e8c7a190ad12762838a202c798016380f60 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51ec722d64c40e3a0b261b8a6863fb72a50bed5bbe2d2638828e39fc163565d +size 392293 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..986e72ac9cdb0a504d3c0eeadec77f9f4a81da80 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14aa6c2687a92fd8100ead7073a7e587ea3f468bb5dd4b1cf7120fde30e3caf5 +size 489404 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f64b257d920acab413661b2705ac5ddc8befb9c6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f186abfe94dff9f47390410edfb1ea1f6d7f4030d21a32d462e86e3af30c1edc +size 650854 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9f260c4ea3451d4f1fedb56a6e80171ad6fa944 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3312681fbc4cbfeaf119081f25dec5d890246e50c77c4a3cd518164c535752bc +size 674767 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..989a4eb6fc477043e307c67cc9f33a2b1bdbbc37 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1612d20819071ad9f0c4c2162a0c11902e5dff15eac17ec821e33103aaea4c6 +size 346611 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb3926b3f38a3263dd59eaa2216383c8e73fa35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1202b4dd16eb84cef20a16b3260cf4f0056801cd34bba64f344833b8c5497d89 +size 276246 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2837e617f453e83290634ec2fb09322cc69ac3c6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f68bc2e824864c4a9a8d56166bb5158d880b678bcec58b03662814b647bc10 +size 1105050 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fcc651b0b2c59327353b293db73544a26192c98 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046996d6450629bd4e34f20f6b9b4ec11ae046955ace3de141b98f84bf63a736 +size 415273 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68954ed435882adc65263fe8218c96d5af13df41 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b83066a7ee40f423de6baf483d4ecd66acd5f1eb8524b56dda31a8808701171 +size 1284795 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3921c820a12d45e86d9129cc5811d840093f15f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182be095889b07f57acceb8b4c8888ed77de98bed4e8c09a4a2d77b9256de2d9 +size 479226 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca4a4008988028f6c3a83ef2d821932ca0718c82 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c635b61f3b43d5fe8ac84e2951a2b76695ada7c30936fea09570e3d86f749297 +size 681602 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b54c976a11740897ec25fc237ecfdd1f74abecfb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93412541b0d51b180e134d1429613f34373371b1ebd9c6e4d1963f70f2fee971 +size 434549 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdc22d01696d90daa9b1f3381e41e5f6d8c60d53 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ec097e6697c4bfc4bd9ecf49c911859d6f21de1ae683df0d12c7ed218d09b2 +size 1712652 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..508a68d68e56efafd1590d871ce0e8942c0e23a4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbf327e795920f512836620decdd048c42b1ed9d16d60f05d90c0c4e17ccd52 +size 470641 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fa745f9e3c063130a34d42140ef299ff5293c57 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff77f4dbaf768d85312363bdfa4e323f4a905744e687a8e01573c9a3ccbceecd +size 424073 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc2d97ef3b3283eecc0b4fb8c4aae931a26abd01 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5841919d37afa380844728245ae6704d839162a3b4629fe77a686b782dc679 +size 563325 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07f1b81aa17533a735f3e2e60f6da23dd53fed40 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6901aeddfb02b22ac82204d5b84ad7fb1eecbceaf80b988e0ae71e6241536add +size 381570 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6474e191f0891e373f240cad04fa838c7c366955 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1956fab5de90fa5219ddfee631f96f92b7a8f1187266a972d15975d2a0ae593 +size 566896 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e8094eb121b853c08c36fbc54fff32e9057c167 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7959a2c0022a8dbf353d21eb6daf3fb89d22aef844ce483709256a8fd1dc7968 +size 269833 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88f475339ce424eb98ffcfedc1c051f23d8e364c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974c847d42e4e77a36efacb8aaf94121f1c819f731a7eb477ad21d561b442027 +size 490546 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a9b27f1ec4e5a23e225c1251fabd0ab64bbe1ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f01f68c561900c2496f0e3e8d405457ab96df88bb83eacb4ddc109269b2f229 +size 693645 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26441376bb277d21c98765426cf5cc294599b899 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6151bc0f80d55ed2197b2637c2fbcdc9d2fd0edde4b9f97f5d96ebb861b1cc9a +size 1033720 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69271e3bf878a35a3737d75db2e44cdaef3e4685 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1a9547ec84b2800a2f41bdc0ff6bcc2d41e9a6b73b3f3a016172aa4a5ce1ce +size 264742 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d91a58fea3797fb133211bad7ff4ae01086f5b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8c6dd902028cc4b12e56d5fd834b82ce877943ff9c3280fa703aa4f72eda5a +size 496857 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..201c0dcbc7b85c1a9dd0ae30bfcfa0269fe72647 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f161aab64bf63c2a158e26ea4a2d20576848523f1978162d32c345a7768325c8 +size 791785 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a799ce39d19276af95c12baf9edaef7eeffc7d9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb10987c31d298dfc4611f0457af04e5b4b6f097ecccdc97dc4c511756f0d464 +size 841139 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46a6b64d9d2f28449a5cd3e5e458d8311aa91abe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd8ffb19d4bf55ac4c26c920c7fc440f99a6700632c920c3833c2ddf6eae492 +size 883116 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39b1527d2830924a6407857bf00b0ea6f0371b33 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf64d3b9683727981ee673cac88cac19c4c42f303a4403bba8893bdf075b49c +size 653090 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..932473a637bdb55df4c3059f76a882a3a52c233b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b670fa7436d06485880549c262b0815db724f82e1ab6dabe9bd799daf7ebb4 +size 1434752 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eccc490c7fe2101b83204c54e329b3dec6af8395 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496db16518b0a37cb530332f7a0f9a56c1e91d93065db3fcae58274850885391 +size 1111119 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..588f67e19fe07e987b6e58abc829948c96c7f8d4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea0c761495e8c9cdcee0b8370a703374584eccf25f6232b60f08f6ee8c75bec +size 1350857 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81a48b8403e5096f2c9de3b2e9fee3b487af2462 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6d3a27217456549a266884a286206ab3f1e29dc99dac39791dcef6857fc5b3 +size 999812 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f063c018478282729eff3308e3c53c135d66bd16 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4f2f04ef3267403663afb2ba1938d2ee240a99d8256a949ebdc5a180c8f433 +size 1105696 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d58b10ef99080452e9cafffe41b7f26c25ca6c5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3d720fbbf07c6bef2920aaa9cecdaa1a547e5ad45e5e13fbbef47563293ca9 +size 456201 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..794287dcf0a2c4e7194594eab554660a624c0aa5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36db029db2adc8ff8d767b3f7a2e71caee1bc447502537b3c2f0b9e08550acee +size 302269 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ed5700b9c9dca5175744340c5e85fba3434bbf3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed650ea5ce18ab06f430bcd271a0abe7dad3a45025fa39c93dcc54ce75e9212e +size 450494 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f32c07d926fc3fd1745ac0079ca852efd0780bf8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb0a08942e006d31a83ee4f25ce2bd6542c75ce18908c1770c86c665c97220c +size 920889 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66720e9805f574d1ccd8cbcd586956193c1447be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da796ce77dffd030ec7b3d26b96803cc31dedbab1ebd19452ff4955f5692382b +size 664093 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f15af4c9542301fb597a2d4931d8e634d840be17 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8db0b10cd65a9b88d5f934a803c19c3c1d8e8ec0a7f9ae5cf096918a7ad02d8 +size 1788100 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12f5cbc5d2a01557d577235f20ed36dab9352769 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42eed542de0123933d7366f7f2e087770e6d30d6ff636cee27e7aa72010c8d26 +size 414978 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdf4e8bb372b22b6a759409fcf100a4b5f124b2f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e628965a7b1db2cbe8b762c76981a80147e1e64c103ec5eea0c1acce6f70a7b4 +size 1298023 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..734c034076635216943f739d578635d62f51ce2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a1e8124706a7e6744f70d97bb3565edae68a37b6e05a4e4298589003b29216 +size 256732 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb98ce500f4d04389429497152534c678804428 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c564fe8b352dc3dff0e0665574d52630a0ff50d5aa9a256a0946d15d936c901 +size 476003 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9bfcb56f74eac4f6387418a1eda0c37dd3bd6d0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677097d3b6fdd77398512e586f9dead6a7c8161babea9ea9b665053aae36eb4a +size 729766 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a114ff1a8969d9e9890fc1262a8efda76a247b27 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a53ab325da2ecff45e54bcc3e8ec29dff7e3e64245062747bc764fe86948a22 +size 416279 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1ea2d4d97cec2ba6dd3ac6479bc22d88cf4484f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08362c7a7e43c8c95aaf7e427308a8f81f44800fd903ba2eada5d6c77474a16 +size 467275 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2807707110f1f9f19ffb4d1736a415059395956 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02192e4b8a57c5b43f248cb576378e51043c2f2a56f1b857fe5b665a56bfb5f0 +size 879215 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1163b4430d3cf286c6f14b3c33ec3603f9fcb529 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bdbafb9a10075ebf9bd975d8101ffec8ba36e1d1a318db24fcf122af61eca3 +size 501425 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3ff7fc77b8e3e9738d05c503ef26ecf38926093 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f2ad53b1bfb48ecff24cbe341b27a22dae6cc73b88d7ce803132c8aaccb0c7 +size 253894 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec51fa9368b0a4fae3d6972481cd8155d8f7c51b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8af3db4ba1bb7c4c9f0cdbd2073dc3cdfdc1c1ade2960892449a4452c68ff2 +size 693341 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8abc7518a808c3595be44538fbbc9cabcb2ad48 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3870eaec97072585bf92f588e1cf1b1f85fe4acb2062b78ed91df1aa54fb4a +size 815196 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..080032acb2ab1e1d93e69cd1cbf2403ea13585e6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def19f23f1048ddb5bbce53c76eed211f10cf34d15973a8ce82402d9412f650a +size 1220938 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd78219c049b93e4c90ad71fd8a99103b7eb54f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a77d7c1e09a7126e273a62044d697912d12c7a90bcf5d25abfb70a81f281ca +size 573679 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e6141bc8e617b7cb111c3f35ddfe3af28104633 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3897f80b85d1220eee0f79a3dd22071c8868019374fc6201b6b132e22f818a4 +size 884386 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bc36d534088157b4294b31e845903a88967cba0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf4346fa05f79233b98180c86c021a067254e781cfaed719394c5fadc18f5e8 +size 557226 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3e45ba42a223eea3e8a2cf940b007ef52b3bec9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fafd41ebd5fe1ae79fe74ac287eab93a108c0346fe4ca0db219d55f663050f +size 1902977 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a84766245089c7296f46f117ae45de815a1a4b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d54dfe1d064bb5842ed284ff628f3a48f30bd7c1d1e2b892fb1f1994be08f5 +size 1042343 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..037a4c93b147cb89e0f89bdd327d904dfa8b5d3e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a1a70841fe72f104b09a9bc9596acb4c5ccbd4c44fa690a5c35019b08603a1 +size 570112 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2450c3e2ce98dc4844437a79c74130f06e5d8514 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d41bda4997ac10383d2da5b067a28f4c7679eaa0b44d8c814a4a713dcd16796 +size 1300244 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..561cdd8a9d0ddc3e14945a5e0ce72ec0c3f8ade3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381a1e31f0307c8479a06714d2ff22463b67ce4247ac000d67430ff9c51f2757 +size 580986 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca70f80e489847ad7e7b9526175cf58ec1a652a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64996bc4dabe53ca5140543f870c6b05ca874db2412f937825329afb162430cf +size 282369 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ba861b035c42886e1e075e2dba212c5c7f0a525 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32158dec5527f6b27bd503089a667ea835cd61f9c2e0fd93d164b837f1137404 +size 287092 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21a075ee1356e3b64fba69cc0b6a42646055de8c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318e0081a739be9d42055e15b44d0e021bf370cb029ab4be8bc3820411400e3a +size 891161 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02f5c25abcf96eeeef41047d23646968529c8919 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a3deef0296e93da3cbfda5f31ec11b1f70dd53a3219b7599a409868d6a430a +size 220258 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c26cb46eab49d8421916334b319792bcd8d4e8a5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4557a8a9b743fe8df3ac2fa9f740a8c1010a18440e36c6e1ce27be1f1cb513 +size 620145 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6418f5028c1bcdc7c0664d6594225f1d312c22ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32424940a796abdeed84841b75e9f5430d1494300c94398b1221baf43d5d894 +size 618727 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8b58e9f13ea2266089bdd201139a5541dfd3690 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efea0338aab53be4a82b90f9177922fcd5c585e2338c36be9c34e91e484896d3 +size 336581 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baf3fe5ef5e9e712ea67b928faea9d966f3ec550 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d0913abccb684b08e637bb7c66cb04c6bf2c5d4ebaca44bbf0e50ba440c065 +size 356498 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4247348a23cb03c5f3be9eff0031e6b87b2e761 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc0b6338cc89cc2f1629fb5715172ff2c72e3efb9f7c21cf5b6a682adecb557 +size 764377 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1a2dd3c3f9110815a806e7d4ba92c861c0b8d1b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79101e0faf896aef32bb602c7e7bfb89524999bb133b7d627a0a4e79cf2af76 +size 388615 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37aeebd8dab753f4bad17598ca63b2b60601edad --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67e0c66409e310761a8276362e9e13414b3c2e71af12a8c5216611aec312e2d +size 242388 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..792f10477115275c1a93482388094351d1224935 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf8b96640bb4904aad6303afc2411e12ee93e97423cdf1edea74a39749ff5e4 +size 463494 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95a6f3b3244859153243557cdd859fae032556ea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273c5c7741a0dded035d946489b99871a5a9e5f81b94a0fb559621663017e5a9 +size 1443974 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e41407236814dedbb385f3eb408c9c24e62266e9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c0be9380cb31fe463319c2c14d976be070c86fa4d56a122f64d9f173b94410 +size 747099 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b60881a38c5b84433559e5ab6a0299058c878c68 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b5ca47c122647db7e301551d2006af57420e1cf80c6f93a853eb4c1fd24319 +size 510259 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbb0511431c3931dbfd85fde97b407cb9780d3cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9a410e6a0bfb68ebe5c96e8f2eceef08eb5a1a3188c4fca9013d2033574231 +size 878460 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8918a1ce6174156a8a43d3c0ec6e8077e324593 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6db5b6ae4b59ba6e8f1436db538e389645b56cc6bb48118d3dc856c48400c8a +size 378525 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b5ed7647435dd3cc3b7ac5c67ab17897738621f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5485774341109d2223a63af4dc7f2860f52f8cc690e71e83a77d21c7a17c1bc1 +size 379627 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c2004fc2031311a5bd2a941614558d849b293c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e773976c148347041747acb5bdc975ab1b9cfce7170861648427b13e0655b4 +size 1062762 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47a741a41b1e894057c09b24d631bc5ed41c26d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8e590ee358edd9b8a6bf497d5e02b458fa7be5695f03246f19c81a0ad8fe34 +size 872942 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a1f607768ac5afc2f8e191d26508b6f7d3b1dac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7fab95e0725d2d843939a63212e17e223ff3c80ae3e4aa619320f9ab3d28d4 +size 388618 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d140b571ca3e8b9fbef4e8dd789e7cfcd379ec9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f14d8fb36d6ed8e7587b232f6637b9f999a07328dbc0a50f3e87e00dd1b2669 +size 521684 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a124e29648bd26a3052c0b0f9c7545c6ec4e1cec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d91213df528950dc54a6376a64c9b351bcb1cb2c460285a9f53d048a7b3d0ac +size 1353562 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ff6f4b9d71f6f7c67e4e5ece382f920500a6016 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324b5b5599f8d08730afebb292c4b658824c352c8613eee291695d79073823f7 +size 1734603 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d36423f98e3fc1c667cd6993602d691de8ad3e58 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bc0703bdc1b2062931d529bf0571b9fd59a4f83c88cc397759c4934c0edab1 +size 1659587 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cacec2802f45918abba49066bd8316fac4c1bf2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0951ff3a4b41c43d48886c8020aeb8dc56cbfee66ccf66f6c795ec3d5c56325 +size 833929 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66930fa4a91b8272e005fc7362f82df823aadb7a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e794df17b38ea8cc36f0291225d8d553fc4515843a74d55771343500e9446a +size 574641 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9544b217bf0177e89e377c1b12f9370fcef5a446 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dc59e38eaabc4fef35fa059ce740701631f2e183f792449214c9d3006f2510 +size 575925 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1557b8a594d6ca7a3be01976063bcd214f17ac46 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9d3fd01988312a3492c9ffa183a4dc7beb9009e362935538ca2a75bdbb7555 +size 376280 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e317f4c35477db2bce4206a983e1c186fea9ab80 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab462e2fdf5a3309de047aad3bad78d5b645dcdbd964ec6c4bf24a981eadb127 +size 347193 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6333e355373ee99aebdd0844ba2c383626b4a76 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69af142a52c48a79113a61ec104a2c28d38919c60ed2b650a13897d783707ab1 +size 626984 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d43de782087b4fcd5d060ba4becb219771b7f133 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293a0cd5fc19150858a6b370098b2962c3feef82a6abf98e8f93808e04c6af0d +size 463304 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b0acdeee510f529d08d76510968d918955f7871 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8cd79f38bc4ef95982b7f38922912ac7badc42f5f5e6ca5368c95485c53379 +size 1370078 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54c24bf1d20acac38a46cd5c5f04713ce2094603 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627dbdcfc5e7da89677ed6abea1ae51e5f609994be0ef66d57529fedd9a97c5c +size 2402755 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54237c3b1fa7f2ccf8eac6901c248bf2601d9b25 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53578b01d33e458a337c2fd625106164caaeb788f8d8437d0561bf16388e68b4 +size 251774 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5c3a68ff020c5be0ef9485a7c070687b714b1c0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a3a273b85f24a8ed2b84f62aff9bc27e306e8f9eb96e6551900e3ed0418e8f +size 421610 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ded0d9a0be0a6e03419e6f4b5bef7606c69a65d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08abe4ea1676c7f1a64e20f00a13514bdbf8935edb3f53561e89012f8ec7215e +size 505284 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d3ca32091e166037919f9e63635c7bc19b06763 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c435aa8378ee001c8b8d7f614e8a89ab94ce105c0b26dc00ba4abde776981a65 +size 382752 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc477853a23eae18323d9850c54721c65903c533 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64240de1c7daa9d82b0d2b9068f658983daf0ed7e512489dc018701222667ffe +size 378663 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda87822f183a02900c136134ad31f9a16e6d170 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ee54166b80bfd5d7adb8d4c8c530119fcbb46f362d4a5f7c91b9d0b8926b09 +size 297303 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fee15f3fe08e751cd71b466a69014d3cdb095ecb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c178ad6fee65a14d43e4cd02ec576b8595b481f29fdc3af2a6fc5511cde1f6d +size 611965 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eacea933950df8e4d4d78ea7be8b6cda677d467d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1178ee56c5f31679f631d65fc61ac0c976efc43d2d2ca5c45fbd4f55a98eb304 +size 1234727 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aec7a324d4c1abea0a4bc2943e19dd7a0e2378df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a82de83aa284b05047e4e6904b1fbc4f88c92ed05ff6e01a1fb91ba2a73b0c +size 478575 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..963a024a93be7d588934b55dcb4c2e8a5b988c82 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de01ef986e34f3d78871331cdd0238a517214ed2a227523c40959a9e4d328e25 +size 1044203 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b867fadd1ccf994d3d9ee0c2481360387b2274ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c18fb701e980fc8a030ec7431c57236ae2ba715483c12883dd6dee32aba06b +size 427633 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca2d48bb65c61aa836a8fa224ae901c7bb249eb9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f07443bf6ee6b55f9cb6ea2bc104f1ff73027eb45c46acbd54bb2dad749869d +size 378018 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d080a8bd759b0127e32c65b87004c273e66a9d47 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13d8f61fa8ecc7df731893d10e0f629adffa13ae2d408ea56c79d047e84c510 +size 464940 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..114155ef97527e6bc51ce220c324ba814789fb9a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7f4f049630fcac33ef820503259e23b4f099209e42f16a4ba3bfe25624ebea +size 332304 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6efae9b843df163cb55e13fbd2065af5f79c408 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b87fd1bfc568a10f0e51f5a4db3b2e3e9e9d1ccefa0fa7f8cb45757f846cfe3 +size 842831 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9811abc7b230dda7d1d088568743c20570fa048b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bde2931c25ff4c91cef3cfa657f2d0c3084c635b30140cffa40d93a734e67f +size 700267 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db6875c6d2e846a3d031868131c58a6db3a000d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2578c48b09bc5f457d22771afebe7527e80cb65d02abb8951409c559826a26 +size 653615 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6913d921da0508886b2a11a398f8c179a3dc765a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2ba043718fa0665bcf3cb5ab76b37f16f9ceb83bfbbbde495df58ab872bf90 +size 388493 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8a8e6a3cbda709562aab2599b8a8b573e2ca85c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9604b179b0e716dbc372b9f177928ee126f15bfb068535095add793d115028db +size 285347 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f4f040dbe4a932ac9033189cfe4ac38eec7ec2f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e158f184014a3e5c548010f349eadbea7f24716dd038181d84ab459e70c1610b +size 383640 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfb55db709f0ec11c613623917dc675bba6926ac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6485e6703b3f84bf3fe36ac911d50e5ba0dd301c1790394b8ca8fe0582a8496b +size 286575 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d28c1f21044e54481d89b8d6f79b855c481ab5a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8422145ca08c333b7b4c809c664a0865fa6eacbfe87494356b96ef55ba6c871e +size 622006 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b5f6b35085850ceddbcd30e6fc07ebff3dfed80 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001480ce22d9e60053e720013d1426127af82c695c248c1e3b603431769eff4c +size 676395 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d32c323e6191468ed5b75694cbebd9bbcf536f17 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2a39023343a10ccf37dbafcfb2a633db3a9e45485069c4c41d12f819ec47a4 +size 566538 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c7242214039ec3564fe9a22cf177391df0b65b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c30ceb4bf065cfd4c36f9e55885fdfd192ffa3f303c04df89aff46f29a4ffa +size 1408626 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69bb2fdf149b7c6a3c9f012a10cb1d1453d1cdcb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d6d507b15457a5863717fea639b8f7530443bf042c7787a923ca1db8693c80 +size 527199 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f6567324e6b0ced0ceb45c6ba39de5a42f6cb65 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c3e9b65f5055f8120f991aa26e3c5c2e423e830d420e5bc77ad45508bdfcc0 +size 659614 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ef91d2334e286fe9862421ba8c850152fba8fcc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d26134ad05b092799fae1303bf7df62ff9a7a3e3026ba6f15aabc1241fd9e5 +size 601977 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad4fdb161527f70442bbb7520b7e370f3a69958c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8956b11cd74217c7b93dc0129466e5a57e6b773910bf57e158bed050a811e412 +size 655467 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5822bd8330beacd50c0dc057f83b8c9ec1f127e4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cb544a54e3c315b897352bd4e53aa4fe42ef9688b974f8ed36ef24f328539c +size 1879250 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cd89ac8a31d8bf167d3cbcf7444bc9f72bd801e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10bc1b54440a89ad14ba53d5e47d58a986f2d8857d1f40ebdcc9449902c69e8 +size 728128 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea509ed257edf42c09c73143eff7cf9b9e2f1bf7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595958e8bbe44279fed5c2bd08a323d1c007c74ba5ba5b4a4e52b5ae657fd9ea +size 422047 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7e86537e42a029c57f67cdd365f3ae0f6e6374a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a70d81ec53bf0a8bb47bae5bda07aee9e74d6c1ff10e89af08278ebdf0a6de +size 1067755 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b021d815a0abb882be6d64c0e22f30952cde1138 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ed812bbab6ce34785cf35c2c847a5d3b569eef0042d1af9e0d38a721d243ce +size 503428 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bc1414adf69e1d8920ffbec3d6766dcadfbb4ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de332241fdc45313baba83e8b58ba98b3de06a8e2d24c2b9485f3ac58af1d622 +size 646152 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..568072bfed2868e8f393ddd0e01542d639223389 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff5b80264b3d5eb33db39a77e9d8b26b9912d0e503aed07ade1e68374556c90 +size 737188 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a4fb3ad7e2e82b60f7e1a1cd84563abc005d5ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44886818f00238e882449d23753657ac4f0004d27c6ee41492be40c5f6fa05a3 +size 1476059 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57e163e631883923f48fe5e39751568f60d13700 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddb66d8f04faffac9137067c6e7ac9012998307314c315262093585381f80e8 +size 713258 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48db434e0df494fa35018aaa90ea827694af9e2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f093134bb411a6f61eea0fc41588c27565dbca8b842cc6d4ddf4b60a9995c1c +size 500226 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..697a9159ad61fcd1f4c19f4168db76f78b10d02f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990d8f54c5d5ef181cbe2c903e9921bad556737fba917cb2c6d13420b6328792 +size 1325425 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..910cb2b05d14f17f2ead36aa2c9ea3218e2b9dd7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc3979bf7191242aab9743f3dd11f3be99ce7bc218ba2c6ccaa83212f56db46 +size 694722 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..742363a1886242fc1378f64fa38c70f4bebb822f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebbff7cdce688683cb1cab73197bc1af78fe6ec668b593f8c6146ebca83517f +size 2628432 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b36ed3ba0454349738b54fc4cf7826262f6baf29 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aad4b2e4900cf9e395db91ef4544ba39f893e1d5f470afbec11459656c21c0f +size 1938033 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cf753d278f9fb771b4fca0722228e4e2deb6a62 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57839a7f25f1ea3ffbf01e30b318e7d5d4c7ecd55d7a091ae7cc0a23ffd6fca5 +size 1539178 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21adc133543cc8fa7cc1fbfa3afc03248a28ab58 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06afbe413c0a77bedeb5a0526f629ca10a6d6b6abd9074ed23d9633429ec639 +size 353003 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0cd87a4812f63b95141f3be3018b8e7626cffca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7021ccea224ce8e9a2817585b85c0b58948417cc5bfa171b2aa8032131c26922 +size 1137260 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a2de55c95f3674556016ce696f12a4f98a8c47e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633a2b343f0587657a42de22007c0208ade8f2dcc11c43830876d70bed173014 +size 701087 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d379902ed9fb005907b4c53b5fae6194890a6577 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cdb1486ec414a353d3d8904a291bce849a24403a69061d18abfcaf10b099a6 +size 765289 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d7a6a46cb8f85182e6a49fefea2acc2ab54dbec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ffa4840cd63606fbe2472e1285a735a50a2855f58b77448bfcb23affc1b6d3 +size 572046 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b85b6241e95de9f2d1836fefc66f5b55fe926d4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbe6c7ac833959455cd9f35fe81bc481b828c76979489a6f0a186736012db36 +size 998964 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8599d5de7d6c7f21848e7128088bb5fbe111cbec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35172192b8dea8466506e394b3eb0dc46ea73593b4e2f065551dc14e1e2abff +size 535095 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f7387a1390791c5e70b25a585977f19b1b86101 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce1d7cc9dd90410f4c9cc9223274df51f1290649437c103212da2dc9914a53a +size 533728 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb5de0b40b8442d1c8fd39df005a994d7744cb3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff8a28ca12669a306319790c5b92db4fa2ea2493f01ca43083a6055b95c2726 +size 570368 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2db414178eac0d7b3490b61f230f8972c5af43c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fc00fac9633f0229aecbb65ec2131f55eb5b994e05b743f10307c004bc3f91 +size 469072 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ccb2ca9c3844a7aa8afa27fc17541e16dc49442 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f126911cdc1b30711ee1f3098f347a6fd769183603370d29b0de0a145dec77 +size 1414638 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4de2e47e8a9573861e94eaeb261b6edee553b930 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b791227250e642d2df72b6102df82872304b45757424d1a767ff1754de6ce422 +size 395448 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b615afec552a140bbf75375ac36afda5b39bf90 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c043ebae4fe82bc2099f16259d50e379adb74b2f081f3fcc86055cc94b65ca9 +size 1280273 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..634987262dd9f6ff1a7aaa19b43488f3634b7cbb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e562f5a88fb8e5a2afb55c6d6b8fa91db5709682ed811815c9c54eef10ee60 +size 696424 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3124168366a1aead052bb23aed7869ce16b74597 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5def797d4a6c2639e44480a923fbd717e61b6a6f354e31354426144c472f71 +size 852231 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee914554227ed28c87420cae2337f532e2c37f78 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48f389eeb8530ff9f4da222a33748f6def63c4227d3cfa5bf84a936720dd85e +size 769220 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d09dba0c1df00640074a150656532dc4b1a9983 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3dff649ff3dd0aa6439415074395915d6105278e81f2e0d4271c3a5e9ece67 +size 1826846 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdede00939f7c3badd9c4fa13029affc3249f420 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007d230df26c38341e1c312641953c7bc2140da4501f25207644ed1c6b6ac5ce +size 668195 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ebf4ea6a92e57d86ca0ffeb5defa8843c2ce8b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc092f87198cb174f88fcaad9a0d118e1f08621ebafc4093499b7583c1532f7 +size 567000 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3818820d908dc82265a972cca976fdeb357cb9ac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b04abcd56ef8d2fbef0955418ec6a1fa2bb5cf578226cc7c7e7d21ccc70a330 +size 722686 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0131da83a4b3e546a64f4ade3b73b402d73b43b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d990015add0d7293860d8e54d56acdec25ecadfac0cfec50790bd70b448b8699 +size 675003 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901f28e6ac40bd17e4d841011686aa638f720f31 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff420ae9408d002353e07ca3da40e2826ea996165e1d5434c196f7c937cc0ed +size 760179 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b93da7bbc99dddb73f216471d0d2614fdef4dd8e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff45f8e39791cf8b9a73df9145d7dbc8ca7dac9ef20922ce99c004396507d17f +size 390895 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbedf0ee8beb01d67278ccc29961c477c7e256f8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce74ffdc72be41f9ecfe4789e9f1b2c681cb5314af386c366f9fed25b20bc892 +size 1033943 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3de9b2c98e1c3e804ce505c0b9634dcbe55cf10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5da8db830d38d57637b76ab2e03de5d202e505fdbc833dc120052be7ef9cba +size 679608 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c78897902ac730017815e7a584b7a9f28e1ed7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85f31abf2d3b0f34645e6473a5e6b2312361b35d4ea5e2885347e01c71e6c0b +size 1284981 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5462694ea7387fd60d8300bceaf8a12b5a96dbd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f571e74dd3b4352557039fbf9b4c254b9b0e1cb128e5ba6e31068f03d57d668c +size 517116 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c85a282269dc1dbf51be06fecda57002e212fde9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f4ee95be9fd09bddcbe2fbe9db9064575aad70a2f6e2c430eac2f658806a44 +size 658566 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..346df555c111e9db78ebd4d493d25eede01e8b7c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d9a3f608afdfea718ab51039053e834eba34357c5ab3b0b7eadd4c4e08e7d1 +size 740558 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc0fcb58b40996937ff205590d136b0ead8cb7b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f00ea965f3e69f397d190e6ed2e6fe03b70ee56c0c44f95eaa9de978246fe11 +size 1325205 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8306d994d0c41d5d0940794bd4552b3c25a966c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8201f6d28c5c24abecdbf4148568ce0099dbcce22b2356381d92dc1c1c80d103 +size 1545452 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e38e6820da1236c6e5c53ecc9af2a084f09cd9b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322b178a4ae9122241c456cb427b45dfe46e07bec93fecc4515cbb1ca64945b9 +size 765558 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5245b4de13d06380d1e59b1c29e271c097cedb9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8ab6ca031c82603f7236085c6d8c4d1653debd8f263e194f1740d28a70f7b8 +size 1739772 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbfbe8512581e251a9f326edff7fccee39b20e64 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cb85693f673d5613280e09075b55c1ce4bd4586a274bb6e9dfc45dccd5226d +size 1708680 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b328f3598ba4464be1bb78419a35af0cc5c51ea2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30daff3017fc186dbc58bc57eb76210ff232001327d0c183f9c30ffd81f7537 +size 1146240 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e93a869a39b1c1026edcb380a3b3eea8a90aa52 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2db6c19d0b4b8364802ffb5afbdb0e35d23ef713ca3139e7118528e742ea002 +size 1074396 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45959cc16c61dc77dd8d0ef38b59e3c2ac4b29df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145c9e2be92c0c5a4c6ee004ee6fb42d20ab44916db1a98af54707ddccf03332 +size 1525515 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fda33567365bba553854db309be35012da4a819c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444b437c0d08a9452bd9f9bf990ef6ea3e0cd7691796722ae37e6b238a0ec4c7 +size 503885 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..296f8e88bdbc8d2b489a47c7c476a6466c056de5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f160704a4a117b11627b14dceb4dfd5810b227c0a729def8f525e78683549046 +size 270613 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fb63449f4054fa14da76d5e5445f66f3b8a891e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a05635c00d1a834c9c6e618c70f744a1bf3184d824019ab769bc26eee9e75b1 +size 960400 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff802626e669a652b3e5cce403dfd959c1043315 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de367f80f701b0d72c083ef9bd5307b927fc16003e5bdf36a8dd338deaaad65b +size 1512813 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3da132f0ca1ac1af8a44fa57433f3b0a797d331 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133e47315bd98e3afaaf0b58b226d20e49f64599b15b97d45822e7a967257164 +size 829008 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39f3a8fd1908aaaea5dcd5b9d577fd1da599c722 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572277701ea20acf7aa5d3b56ba12bc5d3d3cb7cdf65c0609a083504c4eaf0a4 +size 1880175 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0927e01e9f75744dc49711289f24d8ba7a707263 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e8617bfd4011fa55a81f6093ce1dbe359cae491c6edb527621e8d22d4e7ea2 +size 644897 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83e4db2c1135e090f5291b050ce09d2b25abe326 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd60992fe9360624944680dcaff0b0ae4d8533e2ad7d7bc243b2ebb0159c83f0 +size 1314421 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c6a06e459f81edb611b4cd74380d805306b64f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4644dc2431ff47d2188bb08aaa37ec48351ba831786db7df9adb5663919f19a3 +size 475013 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b54c6c81532f43f136f0c0db8599ca907fbd02b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9bcce01a9c6ac966f3a979ed92f2d89ce3913cde12602ffb6a432c77131e27 +size 680626 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..091a37795e1c331973aab6a03322939b8adf9b5e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1440baf1bede6d1f64085192e987075e4cb98d9d5aff677dce5a95e14e85763f +size 822629 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0712ad44e54aeb3fee4c60e179cdbc084c7f61bf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd15957c5f0c50e8e0487606971f3a53a4f37d0764ae8ce5505471d746b80cd0 +size 563215 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50c00316898e89a9d17583bb52717f4f57dce80d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883fc385cf1bbbf858e4a8b430ca1e24989859d260e1d3162b980aaf198304cc +size 805080 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..220e0f7c57348327b1dd26e2d2954d9f3beca5df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75107e40b26ccd68cb98b4a87ad714918749a6da4d0a3a9c24a6e2e5abefe388 +size 1524291 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9559d117c436acebd038d0cdc3a088abafe9fb2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc7efd047d4fdbe4ae85b6a7ccdb1a012429966a09497df618541374a7bd4d4 +size 619042 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd88e03b08c64a45a37f14e550a8e4a3ac8ad918 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b9a8f533aaaef1aff8494439d75c2a743e4597830e56a1076bec6b201f147e +size 236442 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56541dea1d053aac8b67690cdc3df5b85c59db3d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c17671b98658fee285a0a825188f11ed278d20e32c28601432696f31969455e +size 988866 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848c4ef8f0fbc65412f0ae98aa60b1629f060238 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc0bf23f5655d068218c945166236641a8b5e470f0a6d4edf4f26b6a915a107 +size 907246 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9b88111733bcf03f26d517b281d40e18dbe0082 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2237c093c172bf73ec145a6fcafc59cf9e6dcc3eb99ec0905436001701c691 +size 1006399 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f187ad064e092c36135202463409ad5ae44eec1b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b54d29e4c985de93d7cc6c761dd0c81fb0334bc674548f942a091ef9c1aab4 +size 654726 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdfbe8f88a63536ca3e7310bd6d57f5785870d7c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8381b3674b084e6d286367d1f9e0457abec82665c2115ab6e9209101a9ac9e1d +size 1509069 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa96292508567c048e280ce6467da8cef67f6c9c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5086a1239508422828241a851907feef8874ab61588c77b9e5e076b190715bfa +size 808434 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ef2d2238cfdc2c07a85e3339e140cae79c122b2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af91f45c6c8c0f6f6c6e10e90759e5ea710763510120c884364907e738d6d23 +size 2216859 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c8ac4b292677d9556480283b14babc2f7d26871 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32a6efa723d45cd51dffbec77613c1b21727620c8e4a88f835b7a0ddd6bd2a0 +size 1078066 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..407563fa319f11339f5996d4466e38631b458132 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a40782074ce1785357cefd04eadeea3066a31f4e7eff56f41fa899527d5601 +size 825185 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a266d711effe4ec61564cb4690e572f65bcbc189 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe452b6cf4ffb99db74765d5420a4e56408e66a7317622011620509d43404763 +size 1093942 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96520326a6dffb35d8a881176a36195729ffb8ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f30867146a9d2e0dbcd9036a3478b5d138ed441d38cc3da4e719c43f5a6d4c0 +size 810957 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e602edca08116ca3516684e1092391b69b130fe1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372cea296d97d51a782f38f8fcece1d13b5fe2d7339c55c5454c5e03be373dfc +size 495294 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..536bfbfd61e6dc5b7f50cbafa9ad523cf957505f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fafc13c365892b59593ec471be65970e6f88f1189e4d8f2fa004eaff08f5eef +size 556240 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4398dacaf6d6d1d9c44471af30a35ec129f2f639 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b504e542b7430a3b49375cf8c072fda558aa3bb3d493951d3ed96453640334ab +size 464799 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fe32858b513ce9dec61257c34d2ebac4f2fc7ea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629e8862758aa6397da824c6e0ec9bb307303218771e962f9fa2176aa6761d98 +size 347596 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9b2b55240a60b9cebca8090c621ad2ea620f47b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a1eecba61a7c903732a7c5594c1b198baadf033d9c7e4d5975d17649c0f8ca +size 838776 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89fe7128d17fe5dd02f4ed5e588e7dea319f17f0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5829e901128b125d1bb19a02c5d37c86bbb6bc3f4e9e4b36ac1213011c6c8703 +size 882728 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d3f2dc627e44824a82132e198071acd0add513b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9624e75cdb23911e62b98998ab855b4310493bf0a8108a1d8dba54b1e6f3eaa2 +size 496035 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..092346da17f786e8a04313dadb4b6ffe35473e88 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0f5b991b6efcd62c6742e3c8b5182e202e72f33da0c22118d5773e4d66266d +size 482315 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e8ee6ded070c04e89d08940df454bbd5159f887 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5858ac4b83979c8c819367ca20c8cbd4f03454e1e8e10453b43ff2e42af1f299 +size 1394849 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57d7b0ad93655dd119d1f2209e285ee084c674c4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa395465977cd2bee44ec712c8d22e3324d7dd3ad95888e4471568e80dbd081 +size 441998 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fba3a299e04852246c69baa3d4722f58fdfd597 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09ff6b814ed780c956de509db3e161ddd5e5a74908fd2d3d18e2aea1fcacda8 +size 337754 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fae6d67ee5cdb340b170af435f9109d02c879e80 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db991f6480381decab201abbaa17d504daef0cf23fabac63b8a5e4fca702581 +size 805856 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84546c60be923d32901db0642fc3be2bb0fb167e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71d41b6ffbb474718cca20d1c84ee724b3a328f469e90decfbeaea1f4157e8f +size 2047972 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08936b2c4940306fb978ae939017056409ac83fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4db9eb5859bc4586447081573d497d640ca444aaf1c8544e053a19048a76391 +size 1076002 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1118ddd05269ea5631d7a03f7dbead8116c83a20 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac889faeaaacb34dd2110ea7871758b4ee40bf033879a35d81bcac7a381b8a7 +size 525561 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8907bad1dd2296b517468c78902eb032d6235b2f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9496ffffc19f6a4114246bddbf117af8893446c1f221444aea407545d270b0e8 +size 1239097 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aabedc4d39336903b3f92f0b446bcedd3d190cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e906b6adf5c8ffe48f0b1fc3a17b27d43191af3b76ee5b16700bb7f8b9b79c +size 462125 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9e66441f2f3bf4c4c40cc66269d085ae591f7ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775c965f3f1e2d8670ac5d76f08ae43c677853c331705d9bf657fe7e9e8df2e +size 579050 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0eca06698029e758454a8bd002b921e42b929772 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2fd1a4e4b94c70301b8768f28bd78b5da9a42888de2226c3b107c8609b62bb +size 1114143 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3e408b53eb3a5d4947dec5de859515cacbba08c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3ac84d525e965994d49e75dc670109dc991b93497c4aa6c2dc3f84c409ac54 +size 938505 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc0852879712c9612ab69faab6fe098debd49224 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a7058acea94230e81c3ce8eb130a625d5bf206f190cbe7fefda44cc3c05f9a +size 532847 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cb26dd37d71a7415a99535fa24700bf560a4efe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32109936cd6538f280516426100dcf34aefa52d4336500b78b24e5d2d0242249 +size 410944 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e6818b197c58d1a984fea87a637391f9163fd10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fee578b7911946cb1151ec4c93217026a91d1b90f1c530cc82b21be8c366a12 +size 1757741 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..503031565769e66c2f5f53f83d203accea267111 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4cf7ed954e58f41b50337c0aa3e139a83e0067c12f1d44bdff8ed1bc19c97b +size 2356846 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bab2b7fcec6aa41f3e31f1ac2479ea37dc247953 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e76e0d09c6fc8711ba3940b3936b559ae53b17b3c4ed5f27b9f5348cecf4d67 +size 2385524 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b9bfd356de65fbcc1a7f453c756fd803be83ab2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548697ff01a7104ad988943587b9db1cbb6aca06488eec517eda5ab3fe508491 +size 407059 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..442906a13746208a561d09706ce030cbb636987e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba969d1fd790ddb6e6f44ff9a59c7d5772981f1ef811cc242ffbeaf6c834f34 +size 897630 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca154fa71e35f8cc571c64e0ef8bb58866a9fb63 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dfdb90713454574a1d4d7b06054c2619197f9af8a3d93a48f24e551d7f0e58 +size 690533 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54e724df589e6e233082ccc8a41e875d986a2ccf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0cfced6d1325f793f90fd68a70757f41b7ae07da6cefc7d62ecc3962800dcf +size 589480 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be68d6321e6b0bf8e55b834b26c2f52f97d9b180 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd8a1a357b7db4dd67350805c1dd819445e9088a107740176b2a1ad01db3ec7 +size 570584 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d5d1929ec05c97dbf8918da1082c7fa3f7fd64e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f53bca054044e4c9abd8588817a7928ecb7b90289eb1415cdef861bd286dbbd +size 906320 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8e6df19cc48f21d1c2d8e06eaa879e3726bf846 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da75aeb96b950f5ae88d9cf3ad54831c7eed2d3b6fc7b98c78d85a8c1906793c +size 626781 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f975b6fbee23e3bb35b65e075dd507d113dc6b93 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981c3b9e9f9bcfee93de5be3960da88da9422b72971df22e6d2263acc09241cc +size 839674 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8376a962b0c7758b62b85d2f74674133d0d699ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84f5d509f15291ad648f592ac5fa9932425e0b2155c9549f1facfa3c03a19c +size 2244396 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a98e797dbf1fa842227d80aae191d1033d73f000 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d600c2ff53aef4614c931c3b3b8d532fe33f473f19ec75820758a83da6968274 +size 349697 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bfc34940247d73bc4bce5974c90701fcbafa14f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059ed93a7b97f8e100927ffe5eebb169df1a572bce092ffe529d80004ea08a6a +size 513230 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccc2a6d3860cdbe11054e1b87750c80fd511b9b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8a1dc1fa84ce51a28a22ebeb81b7cc3810bcaf8c16425fe188bca8b6c8f72f +size 566217 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ac93a1df142e3e254352f11310e9c1399f5167f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258bc0ae7fb7ad9f86c52876bf5a13aaf57b6dd34af5c0cfeef62489adec6ce6 +size 441503 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d3a474f74dc7d003128fb5e69e0f50fcdabb00e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f9b2b6fab66746ad9919455e512797049b363bc2ad8d99030af8db39ded27c +size 521607 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f7d574205cb4c52b345ec120b4694b340601a4d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe78932febd82c9bb4d231f27727b9bb04e2d94f7525d9bfd6c537a6852b395 +size 418185 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04899bc1eecb8a6797c60db08456dfb0ce828780 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724cb7ac45dc19d9c13a3f41c54e66d2c102202ecd5f54e2270f3e071928d2e9 +size 913874 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4817e6c547acd66faad28f0b75744f6ea7b3db74 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb08988c422576f5a9826b9c45bd151976ec6e2331796ec5771fa5d90d13dbfe +size 1228071 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44e200be5a892526a5389105f8e00c36f831031d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553fbda04bc1f0eaf1e1cc35d6bba73f14d0630913916eef8a273e792f2b2376 +size 504356 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8d810f0e46438b7f7093f2786fdb380a21c43d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad4235740e2ad7cf2cbb34ab501c974f5b5300199b7c6a646a9cd2f2d83867b +size 1550398 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5214ee8b3104a3cfb8d47041318d38bda155a1a3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f2bd9849cd3b61c45d2a89015c3f737fab8c7099ea3e92af49cee2beee666f +size 765589 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..754e2d735704f98a0b0bf9e1108ba94681628bb9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fa5b7dd4ea553680160debbf090449415f6c70a4bf5fb9771848b11a0c63f0 +size 548985 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0f4420d29a71caf4414c66a47b544473dbd4d4d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dee62987a88bcce4ecba9528ac95ceb680c61f5d86a448c913ed29b5563175 +size 807128 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843280de1f9fc7b6468144f8ddbdf32e5206233c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79526d649eb10df7d39b8e94c8ce98bf12c2634c0f11d4c8919d607bbf5e7d3 +size 472076 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c63ca80bbf4d42470c3a6d27ac8ed5283c9135 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a450e7dc2e042bc9b6615685890a9b29dd7fb27296e7e6cdc028018f494f9b3 +size 797362 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7069bcf9f2563a2ce2018bac10f1bfaf7dcb67ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe6cd2075edfc7bb8ca4d4bbb7518c67041cda3b250b6943a45d506f980dba8 +size 755024 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfbb66a302db15a86505e806606b3633e984c5ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b6d7a8cc55a2a78fbfef857985bef849af99f423d628311efd1d0703937e3c +size 654827 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7168a08e4c312a74945758a9bf8ae446874cb6b1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d30fda57d674942ce28d4fa61c100d31190ae587a24449e4639bd97d3503652 +size 608245 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38ea2d9c1397d1386b7136c1ab4f8bafae2a2088 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9931327e2c7427ac73538d7f610d1ce357b45fd153151cf31c2b8f23ab442c +size 403454 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c24d44afcec05d5532b1dc747ca8888ef45641a2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960c81f6feb07ba4554e24b5374e2b4589326669f4fb6f9ed22855e02e60dba8 +size 462128 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..777306360380e78d3f308dbe8d9dd45f87c052d2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ecc21f690465e6f4e6a20188a6dc9cfdf413c0b50d2733f3f41f06523b8ffc +size 569570 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28081928a4adb8666670c12ca9f61b0349c3e18a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f388c71d950285f0e12d46181f46bfdf09f7fbe948e7173d68ffdac9b76144f3 +size 1001475 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c364cce1053732254c8887987f63917a0832d37d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbc9390a21ff0dd29f245704e0a2457ba079d229e522162762bc3f57f1df28e +size 848341 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00dbbd5166a5355f2afe0ca48974ce57f54a5761 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a502d93dcdaa054e7ae56bc2acd4a6b53b17f29d4c7c0548a0b0aaea68e3cf22 +size 777627 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..228bf1f88e6872fa6c294ec37e910ed8bd75004e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0abd15159ff514cdae331b6fd6b00b055967ecbfb097ae1f6e526a688440a9 +size 193423 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04f8152777d83a28b566d6d4f2efd450b015d128 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c238dbd83c9ba8a839e4a04f63e0b1c843b7ecc409a5c74a80e5e921b305d8 +size 54168 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd1ce7f3d53c72aea306c4a70cfbbe46a10c0fba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cac797706f571289bfade42bddc59e2290c6f99bb006915e3f8f3b30131a27 +size 91659 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85251d3f5806c367a1d62d012dc746557b862b5c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10be79cbf08c1c932815076003cc6ae3f4f13f382d1e12456a77900f63cb3c6 +size 201920 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02448fe41347349e1b8b675dac44007c356eecd7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efff6ea1f47db582c81b7f4a2c9aabe78e2abacdedb29217a692cce9e9944f9d +size 144700 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6545e98e3bdcbe2610f59507d5dcb6d181f0c5b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cce91dc6886ab21f6f231df63e545179567cc66b688d15da7113f057014006 +size 295855 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd5657c54fe726a4b7907932688b67ac7c231a95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3deb9fd38374c7ead04439f3b4947b76cf45130c2a9fb52e65f246e6d50ef2 +size 216748 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acb5323308c2603d08487cca93bee515d5b032cc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f2aa73c90e8d9abf0bd91e9e84d6c357d63f25ad73289bfe668c112976f66e +size 68329 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3c5c4cd2ba0457daefe6e413a1afeb30c129898 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fd7907a824fd29a0f372300b71d63c1851e6fd34768a5bb84ae255ce82f657 +size 131595 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98772f8b0116b9a15eb3a8e5cf3a13e430cd6d75 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160a6749d747a3ee0d259410bc967cafb6392cfc2229ee3700a2dfe61e7416e9 +size 52306 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eee09dbb84ecfcbf1bb31736e475c85c4e696b07 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bd886802ce74ed491ffdc42a747fb50ca43e756f44b5eee6fc2d0f39b2fece +size 93148 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f73409b4de0f4932f31a6f7f812abfb914aab9b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e50057dc37cdf7f540b12afcee6ac6da1ea8efc36f5e1b72dda8a13d45f64a +size 150631 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80b0456b611d4408bcd635dfe4bfccf6f7fbbd6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b34baeb7b6ef044e97ed8201d3a637117b20f672d6197fe01b2a2f30386ccb +size 373412 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e70cf373761768c6c541b44fa0256c4c844b114f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc636be5e73a0f3af85dd70c227b7ab5e8a09fb90d74f2a8a04357f02b127d58 +size 105649 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cb1844f300ddd57b44f91c2ea80892cd76914fb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28b8a5ac398f8302ece7cdbb8da8e4aa6be36bd761f587575123f6da7a0ab8e +size 63448 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b596ca8e9e9f16eb4c34c59cb875b5dcb44ba89 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e4da57bfecf3712abe97d8db96bb0de9f951159d4fd389829a188fde088d0b +size 214656 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8876c389846eaf5cd312bbfb6b46120b99c081c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e8e38c56ef9ddf56a0b730a59639f98d37992fa0735519f28a05801eb107bb +size 96941 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb10764fb2980994786781b2cba0b630ca076e64 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ce9e493fc1b35c5880ab522bf0388cde2575a8d125234c4d1fd36b3323b78d +size 504717 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a5a5d4d0e71c5825f056e093c4df03d2926eb28 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35f1f54697f8d1862f86000bba55a123098ed0348bec0d9ed3efbf1457f3e04 +size 524238 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11c60025d4db71ea9a545734547af22492f68ca3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8d65ebab5b14b200c31a82dcc7c2a46d22731303bf2562d38d8a008a2f78f9 +size 339219 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a10010af6a9ec15c4776a328483494ee9087d307 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7f3389574c75fe2b2927ae96aebd61650a16df0963377fff954b4d8a86902a +size 35152 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa6ef14bd5e4ea35f4cb37c2cc25097cf1409ce3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452ba6c092bff8e3c8693a5d0005f1effbff70b95e16256a124ef3b50e2231d9 +size 271662 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e9a5834885748c3706366d49e0f4b1071fd8f16 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563e4842321e847aa39dda743539b26d171fa129778ee356bfebff30aa81a933 +size 131363 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66383ddce1264e7e3990c8696c4209a9002a4538 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51f2bb9e0dc782b59aa41aa213ca4afd79699380dbf97e1d88bd01ad428c6be +size 53392 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10c8c974916eac7859936a38a17b0e56643275e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f3db674651a0166889a23578c3446b143b6c6d063be8055ee88359e1dfea97 +size 62119 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1074aa2b41c1e72561547df2455f3729cf53ec49 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b2a8a74fe1c1773819ff952d08f8eed03c24fc21aedcb0f4e559f8d7490040 +size 164593 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad86973e12c61eb0d815439b8949ff90c6378ec3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcf4ea7feec132e6856bee063ad4ba4200cc85db23093c18c3b9ecc84adca09 +size 99613 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b188e140cefc369e8d3bae7114f15b4a22681eee --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f54884703d5b77b93b538cd690e8a2e41db96e38ae104040fa29c108831b475 +size 55556 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57e8741862e59cfd8477368c75efd4df683559ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e71eb66d4343a655ad7d40e6685fa28c0f8e32913f7b2dab7efe91f412f1c42 +size 103302 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecca1da0e6cfaa6deccffd44d878c800b0a970a6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b8f1376b689ab22ec63ce5cf6f13cc79f9a42d184594ddf16394e55a346f5a +size 46303 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08179203aff6bfb21222719a3113ede663cb2771 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22f98277b0ca6ae5e54fb12f4a8260864c2f7c91fe7b11055af6cf63f09c163 +size 205172 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a2a5a39b36d9f247b1fbb30a507836e7c0d9fe2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca71faf1a5ff45712f0398999d6f3e535d2baee7aa1f59c36a0bc543b8c80776 +size 62654 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d44ea9063a4cbe36e7293412bbba8388e9517eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4099b9b1fd6bea59dee35ef8f14bafb4aa50214c36c8d56f3e911f8e7da4875 +size 290810 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16d134b4d99dfd2dd1f55ace3930b94d99f38a96 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71cc6cd8c4c9c54a6fcfc9052a76da66713bf559efe33929d9a9da7f1cd90e8 +size 81639 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75eca1286326819d9de443f7057311566dd65d9d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5d37ef43edb9c8bfa26ca5f3cf6620db5846fdd3405fc48a894bd732cf569b +size 120926 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4debca9e8ed987a87ac8332fc3e8fd0f2e691cfd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c6440f441455dd2a20dfafb3768151274abf40092d2b4b036d3c9e442f4c36 +size 144911 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d08f6783ed5b14b9500495d73cd2bcdfe687576a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01961fa8858987aeaa2b3773e3a8f02bfff0c91ff4c1ffadc017e8d3d836ceb +size 212651 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23a00cb51c65b9be94e55f1b6e09106ddf6f85a4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f370a882cd73ed1d5e9b9f584f131b8e73860dfc35ebf4ab1551ae8d5bddd3 +size 104250 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e17f3a280fbe935f8ff636b8e604df189c384cc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1162144a7e5ad502b555c8e22067ab41f71e2be367382838524b4b26735f5c +size 65915 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd230eee14a84ec5ab2fa00bc00ae60b2493eb1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e5c586d3171de5cd8e62eaec282a868d583b10d3ed662663b6393824bceac3 +size 72316 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e87e6aeba8947551f44a2975184bc897ccbeee9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5f9c9db2ec00f5d72571220d96cd908fb15615539b93bfa379410e789646fa +size 113612 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb76fbd7ab640916239f7b3733027a110e052650 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7ecdd5a7fee18438f4a1437546eb7163ebe74c403ce76ce90a581b612cdf34 +size 93088 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dedf094f126a8518ac393abd4d449e811e94616 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcccfd6ab3199e7e423d12292a006ce84d7a1f3764629078f48e5dd5337357c +size 51889 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d12664a95f69dc8842714b911ce9f5dc4a1298 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5c9fe0e353cc5111a5481c7deb029da26942a83652b8ffe30d94af987bf63e +size 140333 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83fe8a07fe61d8edfc123b08826c1de62f880d41 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d64827f9c9978ae8a197d62a94ad8fec23b947f9aaad3239c2619ae5712df6 +size 143710 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4d7571ed44b34ca06ab5868a5f74773a7b2aa1b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb863471ea1ed9ec712d7a18c4e67364f33ecc959b3859ebea6b0ed8fcc21f18 +size 315006 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b1a17a7be0abf4217266cd287500a614fb048d4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fbe2973c7c72e21224795c15b865eb934fcc723cd4e1917bfe84b6cacad9bc +size 94782 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..720137702f3c181017d460a7340d54453e9d402c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f4a417fd3e49d945d3b42c2782f6da5d99aad68c239545e0dd677fb37806d5 +size 57862 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f088fe5f3aee41cd51b3bd510b22672254ab5ba2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dbea67596202ddf024e4579c32ea6fa47c23406797727b2c55a04a57b78055 +size 127151 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..947890313eceb63eecab8e0296c549d776064517 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad819df059ecd3f7d60bf4011507f36f824ab6f2b1fab62614ba57b691b9437 +size 188856 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cda3ec0dd98acfb25d04cb7ccdd16858c470b3b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b043a371089f0560582e808066c8cda2f893e9f8563640ed0b5496e97c5ab9 +size 222708 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7fd3a4c49cbd81be7e9434b458136f78266b011 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5103076e8ec2a7625f068c86493aae8bb8fa9e67ee9480f57dcc8eb5c66c4f +size 91648 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08a168d00210a7fd248f289976c3813117736fcd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392857dcb6a43434d1fe936b183d9568c33b80f77e6fe79e6d13e2d7ae453666 +size 233229 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d310e225bab743dcb3952471493ec664346ca319 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293a1574a2f98d51acb33199314e8e2a48c215e1fe3b1e93882018205727b809 +size 244722 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1ef50cec2692ad220ff7196d7567c85a952a4d2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e1a10f59da71daed656c823b53090711c5364d2164816be2a9ab9158558727 +size 396753 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..089c5efa763ee8b386997a9342b3fdff5d76e7d9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5ed6ec0ab0c033c74980b0660fe28aa5be2e8f2ac9d6346dd2eefc719176af +size 201202 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..156f3a2c144fa47b57cdcd7286243aed4730a4c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c101e633d5c6effdecde3cb4a76f11a5e5503f276e9f5ddf86c9eb747b639570 +size 185803 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..454eddc4f25611f78714a87fb24b40a50df8f945 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2611ab254ccaada162fe730c041c56ec35efd8cf1a43ae541572fb5f4c57e4b8 +size 49904 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5686ded049dfd431298679e19a5cb2f13cd0d9cf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e55f1bcc10bce6976929c393d9083c7afdff8f916dfe87cb043f9b3c94142bd +size 33868 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2a82561b1f8b6165094827f3b4bbf95b62c1a1f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb10fe416aee27f56a12b914acb72505725bf7500d86e90b7bcb8230fc9a2fbb +size 107645 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..648b597b0cfca96b5f8e95bfb057fba6921f9fe3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf343949b1b873d5651d81b5f405096096dd92d02fb46cff3912cbcd78401115 +size 434990 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f270c0f04e53fab3fa5a8ecbdb4af0759a50a7d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f0e0494597fe31e9fda2894669052427375ac0be94960ded19ff4606d263d6 +size 109106 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d836fdab43d9359808336b3cd79b4a2622019320 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8324169b66ee51dfb3716368b9384bfba99d4ee0e55e2c3365e1105b10418df3 +size 465092 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f32cfd0c0999864630bbf5acab8d59abaab21132 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab364135a7c2883dcbd60885094e0d053316493761b9c51e720392d8b8cbd88f +size 94339 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..163fa648164a3aaaede61df47a56d3cac04f06e8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae7836a5f84fa6eeb0d6779a85120871dd6239f13f8c87484947e5d16d49263 +size 193400 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2272f4b70bd340b5a3878a4ef9560220c854dcb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c916253dfe2b8c38e9cfd3a659b8ad78218878fb02b56b8db56ebed659cf2d2e +size 65769 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea4108a9e326032d513a105844b7a64e752d1551 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a032bfe31da2f4cba447acbbef25d04af39bfb314881fff5bdb23ccca46a62 +size 130192 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7774605eccad798b145836ee038c22d8254260dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4161165b79deac7d573e07ad924ef20adc81d0e3bdcd55eaaa8080f9d91d1e58 +size 167722 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0b606590c107784ee6fb71d059a4617b633990e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419124956eecc0784710eb16681ec2d1a5da6ad92690be136a93bf140a9f4d9b +size 54339 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d7077eb3e172296836733dad63ce5a95227c7e6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156425e30514adb8af7640c3781ed84c386768b6003c0572ac1c37f78a4ec426 +size 65419 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198484a85a7cb0f96400ee5503538d3a1adfa301 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747023a9abe3cf73d1a8d6ffce50d1c5e33c6a02b848f77498f973eb2a0a80a2 +size 223318 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6b4f59ca38692db3fd6fb3090e3fc334bc506aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cea1a1815ee842d230380a9567471ac365f537d05a987448bb353f284297dbc +size 124811 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94ab684b1eb839c48e7d2af5779e81ce803f4584 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5258517e782c0a76ba549798b7dbde969f1059263e7b2b767dff5248e50c06c4 +size 45578 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b87fc0f1a3a56169971dd21143e490d5b8319fa1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99269bf8b9173301812d22ba9446c1d9529a08d4893e43b3892e269a0f699719 +size 91553 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..697e126051c6a3915e1adc8568399fb075b78713 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37578918ed2cb334aa161891296f1f0c22a51015728b5dd069f7865471dcdde6 +size 166484 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49276270eda1da3411bd9a42ce5efc57e3dae714 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa95dbaa9d5ea9604aa4cb1b6da427b7e47ee2b34d671bbedcacd5d59ebe517 +size 225466 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e027304d61233db2abf444bff46df90342c024a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7149a14e0cf01088247e526542362766107aad5473d0909b6d51ded73d0ca34 +size 94022 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd8cfa5216edc6175e17b3ca16b5d0a2f5594a1d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618e95e2dfe744cf2bc4787aed9b519ebf77cfb0486813fda5968b00153b8fae +size 229149 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ffb96022e3441666d24e43fbe2f2fb1ffc95a16 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51326a67d37883bf345624fbb9c9123cd3e815f7fa74ba91e922f717c46628f9 +size 118911 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004c9ea17d501a28494f1895186c6f54273c0116 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73d4cb9b0c79d8d8d2bd72a2335d05abaa1381de7ea270cef33403589851c46 +size 284829 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de5e780ecc07e0712c6304f469ff76ccae212a8e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2313013887cb00d91eca81c8959a17f1f9cef9a298172ab598cbb8cef938e78a +size 157810 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72174c5e1582cc5efa55ad515f2f616fe1ba7250 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214b1cb1f7d2bfae0a9c8fe13f1dc684ce11a51cf55dfec53c36af630a245335 +size 140588 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3365d00f7427b9e34deed16a5f50404005d3157f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933d67ed5d80f2e389688ec2e4731e67080de880ab49e245429771f4ef3a8934 +size 394449 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..267948621f1b9a7077399091b3cff62887817761 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc81589223763de0a89ada2ea45901cbacf7eecbe410d2af987016707b9c2937 +size 267165 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9c15ae785842c8d2d63ed953634d75277b855c2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876dc090f4bda2f2dde49d56f8cfbf10fe948f72fd518cb6e8ca9a1d400e3d38 +size 53025 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..753cfdb0b4752a6a4bce5701e2f20057563719ee --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d2962222daa7c1659b40ca8bb2310636bc3da5d6bf0ecd9cf8ae91710263e1 +size 67826 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..036845d6f44b4fbaa67c318f1128d2ccbf5a9963 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bb591da081ec44ca004a8b07f7ecf25219fd1be4954fa96d9a04d821dcf915 +size 92304 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c91a0fe21f97b1087aafc00776e1dbbb86b1ed24 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6302db908d8d841bec4bbf3764331c0c91159ac43a5865c49fd5cca4dcaeb77 +size 44547 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d035f77425503a2542561bbc0b15e769d8c14156 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570312c6f105e59ce63ddac1261d62ce118118fd9171c35da18cee7c7b76dcc7 +size 243317 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2fd93942eca747e5ce5e24144879659e24e7ca5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2876556b6e934a34137c0aa7985566bda79087be26c7da6f22f53638e85c3c6d +size 182676 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4d5bbfc86922f2a2e5c7dfaff07c0a6a4c85749 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40854d0c3934253aa765f893af389da7af5aec3b5feb3d86877162affb0ddf84 +size 67157 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93796e085f72756c8c89ba22a6916a80ae577817 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df6e89f220c9622dd293dc5bdf50236d372a76360c45d422f7fe6b3748c62c6 +size 102620 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d068e84c28b8b69344a9d28a356cb3bf3088fa23 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f74561a6445ac1ad792eefc566db78743aa373591c0a08f871e4fb76a243ea6 +size 272482 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c61468ee17773dab582f225f09d679590b70ea6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8545e83dc18c99c5f8899d46f0ce2eb4215a242df0e91c23f17fcf14738d06e3 +size 106531 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df70b8f239507431bd9cfe6b204b9980cc5b0353 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370d9e5731c6f7ad0cc617227728075b60736678ac8c341a697bbd4fbfb2db9e +size 79144 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ee9d98f0b902e3b5a08804fe0c16006b410f24c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193568158cf3e5ec9c8869cce424709e714c1a59bf7b0696edafcd83c9d3216d +size 85028 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ff2a93c9ca896c3a644998c26b154b08012c5eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291f5ba986fd07fae21a4637a1db5278dc0ac52bcba4a153256eeef792e4df55 +size 228770 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2023ca661ad1225eca3bfccbbf37d092644e2aa2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5573d77747f02ee4a706b9e5bb4ea3644eb2d86493eecf74670628986c2dce11 +size 209570 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25b77e72b64139f792bde715087a6a02aa38d9ec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0b3f8b8ab34800f39eeea1533cf7b1ddedcda41894161379e33bed1b05ccc6 +size 59831 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dffa40d308aa7462f54911e685394572db1155b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534ae0be4041807a7e6c5f0a387d7a04293e3baed7d8de3b932fd4a7080316cb +size 275063 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b074e4e1369be313c07076926c39b1355b06de8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f863fd73f584150c1013167606d574c7ac2844e7aa4b7da775cfe94f90e5244 +size 53249 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60073efe208aacf49ae9e94960d04ab1a556ee03 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da1805f155e837d04855bb2aed26bccda063593fab90f1254eb97787f939bf6 +size 82841 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f388a0b171fdc1bf8cc19abc267578428609b2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fe0dc20b9ac4fab207dc03ebce22868ac1ac2bc449445b4b214278580b4edd +size 303844 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bc3a6914edbdf015105ffeb6359f53a45694dbe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6a8e4e751e75ddf7ca13cc62267f7f9cb2e194251bd4d025841b1a84ffc963 +size 79399 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8416995806b5b6c02466a745cc62737ec50a2aa9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af97d375cc7e551aaf20819bad1afaab69002ab160d99002afdaf9f615f620b +size 76922 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc8770085fa27fffd2782be7709df3a1c8331a7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423a42692f5314d19f3e30212311687f29b1cc045095066d937ffba179a232c1 +size 88505 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb3cdd509b4bf432bbf5b0344f33150e2d77b4f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6fe181ca32653a81b889f2d4c97cd45aaaad45fb0c5f0609483709baf40fdf +size 457604 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84b1394e41a9370344147b4863df50fd8b209ded --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ab9edb3885f10d80061b7727a78aba9fd5bd91be3470532c10314ef0dc6edd +size 271392 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57b9e3f6d705d13d7a7e7f6e7c0fd691d4688f11 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b7f34d82c43956a466f3104d226df61c176b3ddcce2ea3ec29bdb757a32893 +size 319503 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..291fe9fde380c7003234b203243ae3106d08df74 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a708852f618fcea7cf324895983a03d8fde019e0203ca78a6ad248a5b9a237 +size 74032 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6a3eb877dce40c14610ba0f21885eee0102ca2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597c93def8a4a4e8bf1be719a4ada49154b7335435758b5ad43fd4182fb40500 +size 121058 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4182b37e3cfd01c8adb8c0e1461dac92c3993cc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d496a2416309d1f1dc9d4cc10ddd8a92c08c0970e1fd95aa0d096df0a075a2e1 +size 106065 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cf244e339980e1d629c52873a144109052e12e0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43e768dc6dca86d31a350aed4228ddb3410945eb3c2ab03756969f0de0a0f7b +size 98431 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa06fdf81ba92c2bd1aa6fa7a4eddca4c8d9a771 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b780069efc804a40af1c72539c3e33428b73936979b8fea2ff7a7ccaab936b +size 92450 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1722cc30c8e7ea5594a98773fabd05aa4d1debb7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f9332560bfe390dee05fac7454323fcf8190ab4607c1a2a30c4e647f2bcedf +size 113604 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d12283fc5c76b541e5251b4a2980c3377fa446f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34c10582d304025f34bee77b24f01de47f19c67d1be8a9b5403ccc550024685 +size 78842 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a83bad56d1c9c1bf4764e14ebe7841ffcd90bc35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2937705b953e1cf2a967aa831fe45cb0c2ef11624bf9cc1d70f3f5d1e0c0b307 +size 155036 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe4feec52ebdcbc8f8656c368b4ef34593412f4c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eabec4795cf4cdecabb58871c16fd58ad9d33be4147807733ba596e11da9ab1 +size 285593 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23fcd20db988debdfa69fecefa2c44414f6c9e41 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938e7236656deda6d0269b4c87259c684bd16e7437322ea027a90a8080c17d6e +size 64927 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69fae92b1f3c3927b11daf4a3a29df6e2185f1ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0bbe04d2595c395056375a4dc2263b3a306d01dba7c084f87a274a73bf2587 +size 75798 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abc446ce33961fba63d06cc756d3d48b3a547047 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea32173022e7eb5008e52bfe012622b9c4da7085e1ef5f335c5d10e5c5ef1fc3 +size 54975 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12883173a970f39082455b3e6a2ff3274479252f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0382820d739b3a2c4c675a2a6c8f5d06ddea8f87316b1bd8bdb19f3b542ae9b +size 46030 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d593d5cafd661703b2412db95415c6dc4fd528b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d693106e3681d3a59ea74fbc5d93f307a37a9b63410f7aecc9ddd89adf77077 +size 67936 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..274d9a8235b4c389bb8ce9735b805ea1b9ef9c6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d07fae81c4ebd5864c5b5599aa12049bc1aaaa881a6638ed70aaf5246ecc3e1 +size 82357 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c93ba924312e859825d42acf9bf9ae977b500e23 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aec9169a429b26a13a3205e29226d2ae6970a345e8c2ab7216b27e8c5efb798 +size 126797 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f5842738e9e36f58a57f3fc111c8d66e1e4c2bf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c19778d6700aff82374c146628aee9303b0a7057586622ad6c94cb07aface33 +size 195163 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b89c842f8fd992881dc2c9ffc3775bfbcb1902b2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739cc09cb3504260a267976ebd14604380a998a8ffd83bc947a721c04aa5d39f +size 46244 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea3b616da39e4d6e891735eb5b156bd69cbae6b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce91ad00e60fc7e720d9a1b5c7dfcefc47d06f59b1ce8dad6c7bd683ed27c1c3 +size 234604 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a81ba7ecd1ae08e71d120a5fc671d5e68b60251 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089c0d600d13aaca636302111017bed29e7c91d92093f056dc690ed9cde33ec0 +size 127247 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5ec4078448dd2ec5b9eb88580fb81342241dabf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942a5f405e323c9444d8cf6f18bd372711f6d1f58138f96a680d56fb541a7b7a +size 59501 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e91a380b8de5272673c71b6127c24c136c7bdc90 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3490b1f84795c3bf06ca5653ac0a2a164ac7e375730f30c668ba2df10389ebe9 +size 224162 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23b758b9a691b76f9432b38eb9a010c2db8f3a9d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a364777b8c090bdc0f7d90e64644b148e9be66d7598db526d43d282138658ece +size 91997 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fae8e5cb0acdbca76308f8a92443afc420668cb8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3440f4dc9ad4df53dc047daecf737cb250da4071ac4bed336fcba147a445f6c +size 123243 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..366d5e01745c031828c0d0da875beca228810b94 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5ae7d1f38bb7687a9f0df4e22828375bfb7eeae4d4f92dec0a4a7c70174df6 +size 137054 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32e86bd64f817599a5ed90b566d5cabd9ef8124d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f042ffce5877ba0d1222f034f7c2c3d4fe58f10cfd057c3c6b6f2f0bede5d5df +size 71830 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21d22f90b2a23b995036957b1c81ab4971b06277 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf73ee4ead36f049873814f16a017824c4da24733c33d6f3fbba3af992aa9a4 +size 78684 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b814928bea19c2f0b90fd0aed19796368188ed0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ebbcb7a9d930ce3505ad493036c66dc83f73e4fde5981eade21dc48be03150 +size 44096 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f63062bbb5fb7dd8ca9fa3329ded189746960929 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926787048b24eb210ffbe26e9e6e3b77b727ac25875e0507e34719f8d032ec83 +size 68299 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c1731cbd3c660225ae21497595106fca7c4490a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc37faaf8ca137f06efcf94057566a5d3eb2dc4527e85a37f82f45225953b0f +size 50839 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11ede5e1a1f9338c7c15c58f70cf2fe32fbd80aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53651650561fd2077f0918ce8db85fa185808706ae031aed811f1297155e66dc +size 216410 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd304714669fdfde73cab2717b3fd0fead264da --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68a4db92514902cab09ce1272de874dd9b580eb93039cd95209d62490932685 +size 173938 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..102fbfb92ce863d6f01fac701780af7178d93d95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec97a97c92a0650b7f6d9061ca2d83c3ce25e51081db6acc03c36e191fe22ec +size 169954 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e40eb05953bcd748beb7151671f3eba809aefd5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308b746c7a9fc89362c12e9d071bcca3153f747523dd7d66881120236c0468af +size 666856 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c38128e9164a2e91a4562f47edbb85544066bed5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b118a9237a4bb61b0ce21ac1d5ab5404ae48befd48f9b719f26360cbfd4b657 +size 242115 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ca1dea8ebda2e0aebb585d63792a28a40915d88 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979721c72a918bf34605160bea02580ab128cfbd47f94a4e721a26b6aa883054 +size 476343 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d83a037aeabcbd444976e01e00d9727ddd309ade --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325b955e9b0f67028bca2fb1325994e4b5806e51e286c4e1c8972db26c849d5a +size 473950 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76a050febcaeabbff3d5cbf5e919e55817e4d3d7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f6ebf0fc117d631c5a4c647fe617990856a4b36fc245d28a989dac43210e9c +size 334289 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1416c6c72b6adcc970b31ab17c22c9aa891b7bb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf6020469938b624c4552cb7ed568c3c02634108e408e3c08207a54f56241c8 +size 1004493 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dd2ebe3d3751df4ebfc3536271f5a73168f5847 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37e69d95fef94a8538170921a330d6970611883aec213a878078f5e6cab0826 +size 398862 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3536f747910bf7792c5d204b85698e80047703f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf9e8936de1b2eb6837b40da6a6ae9489e6bee003cacf128a77deb1a84c80a4 +size 347883 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb60cb95e0c2888e9b4ef19618e29f3a9833008c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e52b6accadfd36e66245939cd3768aea84175ffffbe0463a4af5913cb0e11b3 +size 735317 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3af2493b26b0d48ec3255723870d7cc580323c6a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2500261215633885b34d325b62995d8dcdf58a15b3655391d95e50c0ea39bc +size 284307 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfef9fa732baeac5c2cf3246c23099d3708c365b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacf6491dd571e887d00e79de581d82df639336ea3e89a182193bf11f43414d9 +size 430794 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0329e57a56eb66268060a3ebb8af5b917236fa89 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fe606330ae90f028e6ff66f7ac9bb24ad8ef20a214d8a2a393dfda800447ad +size 526340 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d54ed1c67830ad67d06a36b188e999770729a668 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f84970cc3783692de82a18e08c703e74bb8eb6fbbd90af29be01560ce0ef1f +size 1209721 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35a0a793c76c411258cd8c77e7124b619d6cfcbf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f92e8524d149f173e098ba3e3bde462a236561de1ae875a9be497b4484f0f15 +size 380448 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79f1515c81858b72b0a6d65357b465e7c6893acd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cac3dae33a4e66894e0ce611f40fd8cacd5e8ada3ee7c3f668ff744ae8b609 +size 409929 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6737bd9be472fdd5cb173ffb34e044f29bb52209 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57233cc6ed53a9cd88d968ddeeefdb3b0c91a4b8572282d1cee584415dab48b5 +size 753278 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bc83638170c4dc30ba439dae348e0d3ad8fb9c4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6482a3bd5a27e036d04f53c97252392160fc7fc6f533dc895668dfdbf407d6 +size 546537 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf71a298e06214dc13dd7f452726229b7fb44398 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f1c747cb638d3892bad47bee26ba12ef786c12ee688eaa1251b8382dfca084 +size 1793219 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e007bda16da99ce36264d0127c0f59a730095d0b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2a67d41449d0fe43901d40fbbf97f52de2b40369ab7ce5b5c7fa3fad154f5f +size 1424219 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea24a52951583337343bb90ddb7d4f99a218b193 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08035d10747cb329a5cb650f8ecc4906f465ff2a19ed0fe1079d5bf4acb287a0 +size 1443592 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8735c04a1836cd15bdf4b7ffb62ba814f52fa1a8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91bf7ef59b0ad2eeec602b3b27c1c42903eaddf29f927397e9ace9c5c319ede +size 187295 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efdf35b7cb180c3c41f316c6bd8687b0df1015b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2418e0ebd073f49db1956667359eb7e3cbec2b0cbb058a6bfadf479dd2ad9b10 +size 1035269 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2d86cf1072c1ef04daab25124255e7378305deb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6665c49f04bb634936aef2fb30f69a5d95fc60e1636d62974487544bf785ccc2 +size 823164 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29a85d612502e12a28ae4def94dd3c70a65b80d2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e04728a606fb040bb2dc2f9fa99dfd41adf7405b81cd86293cc7106ea0ecca4 +size 822118 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..563988e742f39cb9500bbc65f5210bc2f881bc65 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696aee971e2caf85478e6d5cf1d85dbe01aedaa40fbd4fec6bca5dd8ee434fb4 +size 377763 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc1def0b63cba058f7d585a4a13d535856bec30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cea9d5d3b0ae14dfbf254430240c332e29d4ca515e6a3df0d3a25c751c1b40a +size 392105 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6410278a019d06d7766348c5a74bdeea97f8e01a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709a4e517abf127a1724f625f6821c9829e657596ed47319ada286509bc568d7 +size 647506 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..627da5b54fd90a342449034f1411783304054ca6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cfe06b0828cbae868854891e7eea8a8ed7c16d7928aa8b25dccde2649f4854 +size 537709 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8278944e1b2cf01b77d549b7a1824a4fee7a9e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07112857bd38ad0edae53a583aeb5bb890f2ce35149de593e188d2d1d7aaea93 +size 269518 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98202c22b35a861c3e2b536c0745fc643463c560 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554c070d9d43d485b992305434caf3782418af5c88633f69b23da1af68e672a1 +size 186540 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a03b1c47814cd91f0b8a4eb959912d4b86859a0a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f98494aa3749e391a0d16cf64c2c098a2e613bb25074ce9c604a976de245dc6 +size 825780 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..088f62ffbb1804faa00edcd5cde7d07966faa0db --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf48ad80b2e338f52e6b0ed2ee71b3fdca2ef9d90d5eb9f2348bf73c8023d629 +size 474458 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f989e3d6d4526da575af66d7468608739f8c5cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5f3040fd421d577e9e77824dc0ec9f5eca45521ce9096cb87c5edde52341b1 +size 1167832 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51e96c364430cd1b8f4149b01d0ca546df30966a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d197149e62946c5430cee1daf88fbb1ccb8e6bf2ba4546ef2b1a175637c5b3 +size 367441 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9673cee092a84e98d3b2dc90618eebce2c14a05c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cceabebd4b06e89b9932176933e85162b13004c8e28d509b34751616d646aa3 +size 422484 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b9dcfd4000acb1456f3de00d0b4517444eaa21e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc41a11d6a6fe803b5dfc7af17da980f266ec7106b67905dfbd4e25c6be45132 +size 341733 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9f5a1ff81ddabf70b0c2720e453770ad9ca048a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828fcd08a6feb2ece255dc79c54bf0254d27e9c51d89e94f0bfb648ab0aaf0ed +size 959718 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..409c662c4cbc1a412b0504c8f8b085d2a7ad02b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f132bf024ef3cb67ab807aa98113a94ef55ebe2ab9311816177888dd0ceebda +size 331279 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..296a52ed0f3ef6412ab28d72d71fea91d1895158 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6d4708301eeea8515de14a3ee41a141875b2198c704dd42cef6c72416f8412 +size 367245 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ab1477f4dc15ec2e8ead1a0136a9a5272fd12e5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0c45e7312a4418509a58c9a64562d6ceb34586f4d31f84b70ccbbb1fcbb2ae +size 293351 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e63c4dc5af038c3e001af726331b61c6e3d0b10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f20b5261ef3bcdb9dc434946779b5d3a439120ac9c2795f28554fb6b0fedf0 +size 295082 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6212330918291631bb3a7d71ae062b913bb89d6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea561508f0ca7c622eb2b487a4fa0e9a36b075256e6c7923bbdef97b81d1ec5b +size 399674 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be013acd4fc87cd00b119e6d3b71c6f74f1df25d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948080e28dcffbb64e98828c77f27c753af7398a6b65b009360a754ab6b984a8 +size 200231 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f95a66ee3d83998913c3610d6ffbaf385ba07d62 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ce3e5437abcb982760955376fb2e27f43b48bda5f6a2b227ff962e6e237178 +size 365742 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60096804f568a49e9e6926c8d6f2a2d207f5c5d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726364da29862dc097c8d8cf72c3c363d5690c85a093133b88e4d68f9289e5ae +size 576414 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843421f9c119e0b6b1ae409d5e0fb02c035145d6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388861851c70e01a7c73175edb78f0b6891d8d2e1c47d2a8c69ce2b487585acd +size 817241 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30bb2dd09de84c0b77f952226444a76256864e66 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfbae63ac85afb2c65c6efae9ee5e35b2f6550e88e9876e01d018310a97d847 +size 262560 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26bb0bde4030833cc7e1ed6992888ffad2af4246 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281dc5e56b4a1ca87f1a7f66dbdea7b0c2ecd3efff561b9a7fcd147fa1336956 +size 349434 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b83b31cdf6fbfa3779309b4d112bf2612aa79f7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bbc6ca34d2a88691574d67cfff0068bfa38e481725dee6974a4457f13d16c1 +size 797990 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dbd05ce671375145aa64e53bed038f9dd665633 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07523845ab02e6d918bb8628302e06762889bbc7d064ff16d09118f87f7e1a3 +size 606849 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a043533982335a54ff167ddde66e0fd1d8fb960 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171517fb5af1d2bdc2a7db186d49950a6e9ba60356a27d5bc6f3c9e413ff6914 +size 1067068 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf4654f32934bdaa6eb1f49ec2bd5d7a6edf9631 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2c0fb0f4ee1bf2d2915b6a946a415647e04fbede7c5648d752ffb1024187bc +size 770961 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..612f83692dc19e5309360f23fe3a10be99fa6853 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5430cafaa7322d95f61e254d36f198b47f7259a2a1113ac4dad440b5ae988a +size 2188305 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0726ea9c4a97f7c40a9ec2597d598917ab6f7bbb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ab30a00f4625e211a48083d0cbf9ef4872432e0ba14842d5ee395361672995 +size 707745 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7717acf1f63df274cb977fe295b109bc5da7721 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54c607b6656df00dc44de03f0eae22d36a6e02ae6450399ec2302d05d06f841 +size 751417 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..766197ddf49747dd78281f1a174d8c7663ebada5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3260e95890a44d38275c95512921eb27fd1f7b041655335979daca8a1c703043 +size 641633 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79109757cc4efbea8466f08b82c05de8db2825d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753299e3ae17410c143432ea46d34b94dd9c25eb44a2ad6275386173223a5a92 +size 640191 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f75ce4fcdb7eec9db55cc1f3f7a5d753e13d08e1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0d73bd6cd42d7d4ae4a2f33b52fe78fa7d78efeb61153868b15dabddbcd21a +size 378571 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b78901b4ea853d9f3a81ee311e8402cf3acf248a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1208e5ea8dd984cbe4e6d3e1422e917196a1bd753a2974c4da927256c7e0ee3 +size 258763 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd180ede56f4e383129d1556fb54a7d547080a13 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897e3fc3bf77dac2716ae7f6b846a416116a6ea5643bf6bccf78ad6d8a72359e +size 372365 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2063fd81c6ac7cafc37fe61cd98cbff1bd725b61 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a760765572eeaf6d92c0919794a447a56bf7ed2537bbf8147e5a4f7ec4fe6b4b +size 766702 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d35af9e91d7ce1e6b6148cb64fe426bcc344dfc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f97023bcc8d22acc32cb584be835bbe7704b3a17c61498f24c42f0f9218f7ea +size 793718 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbed4170e946d4e76e4facafd39d63c949bdb2c1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1967d8ace635381ee3ceaa1c485697a23577789c5cc40abe0cc2c0a940075fb4 +size 1647601 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec803eccba785dff3ca1366014eaec38f25fc27c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcb1b5b3771570e48d35ee51159f28e964dec4d0f4efdc5265ae041e457cf6d +size 420897 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dadac237753c670aea770d8561a086c735f292bd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526cd179bb6a05d6a1a6ad45dfa8b33e4d3bf1700eed5ee6b32624ff50d7c698 +size 898932 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21267e5fe254a6ef0a9d40bea2e23a0c94196cb2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904401d0b1f7737edfcf6f18ed828d0d3376c16688fd383062d1f740a0cb2556 +size 254686 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50ccb85c2aefd75c643c4fb38412883c935176fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe2d56f29f24aa27e5a7f9e17c9519119b6b894455a5f2c464db55d986fa156 +size 472061 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..243f613b08e8615a13586a03bd31c9d05dc9563d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ee64527a1299c57b6aca3f543286bc89c7659ddfd06d847a97ed2a1e7423b3 +size 679896 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0b6e6dee5d18ade10fd74814a18a4278385001e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45670b88c98074603b868c6c05e9bbc62eb8cbb9e49f742929d56afa197e344c +size 291698 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67187ad2aa8faf869394b63e85be0466541909cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6165a39ba91f34d1b21ad26161113ec63599c3ef9f232a24bf4c477e921d52 +size 372466 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01a86fcef49164ad30d970ae60c7536d5cf8302a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd4fde535ba7331801d1b48c90ea002d1907aac9e82617664d3176cd0dc8f94 +size 777728 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..917824461d7258d0eee53e2ae46b5d365ddbf6c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dba30826a92aa7fe33e8b5238e664063b23c895d83ebdd0a206dd39a2b0005e +size 445677 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7b338493762dff6ec2a21c63da8d115e295b849 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de92c7dc3d8a7a1639b70e0998ebd79c68d6ba23bf4972bd7ab285fd4bb00a2a +size 280393 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d917fb8b78071de9f4b4d2d4a68f36f8aa243443 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7338395a4b57b58137a89d2693e7eac8734431c9b5d1e32cd814444d7160328 +size 597325 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1770d7eb49f2d9b9b482dcbfd7924784476734e4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7254e0b4a13197a99c9b7d882d5e731ad4a467ed89a00bcdd2a86d457cf32f9b +size 702591 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f52534b9244bce04f0c0de88c2ef1358ed323d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150bd2549d21953d29c4088c986b6fe866d3a16c4392008554c63899f646eb66 +size 1064193 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b41eb0d82fa60cf530db69ee40f3c336dc2430dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdbe1b9a8f4154ddc7a0e0d65bd87630428d36c1abba3b7db78e49128850924 +size 415944 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb4b879068ef910eb3aeb12a6f8234c18f3dac20 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0680f45c2ca06afc4206f2a0e59a801d5ea372927230acff4c6bba40de35ab9f +size 907007 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d89acb42bacd9cbb60818669b8d71d7eecb666f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eab772b7d2d0ce28a28c4eec6be746c30957a7c9314c77ebf11e2030ad9e499 +size 492967 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c59ae8635b6b315073300d11fce3610064be690e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832d825abe566b145d44539552699f2c9d4d03248aa031cf1f19597d8cc92c63 +size 1677219 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e75336cb7492370c4ee11583f51ecef266b518ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811a022bfe2a93d40b029f1f7ff4b213f419f0857c64550381edddbcdde7980d +size 840063 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eeec629fe9f7bc4bc19817bb7ac944edb6cde1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3867d815341e00e54a294090d34a5fa97de70bf4f5d9c7d046eda982053e36 +size 477113 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51047a87c54b4668044b94cf231de60b7472ac74 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1651ecb9efbf406cf048060024b052cc6b47ae076d211e16db58b792277f8948 +size 979332 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a077423121c04f95bd7442cc55db429badebef57 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aae520456f452e5854000b37f7a8a3c064c39619c6903f1c9b43ed64e6cd2b3 +size 571207 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ab27d9b2b57d92224fe923a91e231853f238330 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a552b9681437640f8a4b7f7d6b45322f5028ecf4d1f96c7176a88ea293feebf8 +size 251623 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41cd81922ce3638222d9d84263153ab909a9a82e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5df7bb6674236cd9bdf8a2dc9c878639b317407335f1003970cc55600f0f1bc +size 273932 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..775e7bd2c686f64f5345600d3159c1f65a1c9c50 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d907be80d2294b97f77039e05f75058561984de9c31e44712da14a58b20b3ca +size 708215 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ce0127a49909fdff2889f86ace9352fe4ce1886 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6692537a3c7ebbb00e449ec8510e43ae061a5a7bed3c3ab1f5f0655d45a93bad +size 266273 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ac4e2e13ffbf5fb76028aa4e91ea72181489be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf74f381f1174bdef15fb50ca1b1e04e6252a29addc7503c8aebfe63a313c05 +size 737273 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77f62da2972f66516e8675c32279830c30476f10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385f7a32fc3f5e0a500390784ff11e71e4a3311e6de64fd62e39b059e77c06a1 +size 478522 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f7d39738578c70f4f0427df91eae75ed1929757 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061a3712b6396042700cc048c84e7728a948667f1f1e34fee79344d9d8c648d0 +size 263275 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8028654569b5a2d7a59aa4a76eb4bbcc0a15baab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182a044823a2d80d5598a1f26a700ebdf611690bf41d578aafbc4bb71cd8ad9f +size 455052 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfa530abd81ed38b447b751d549c7b5a1508c241 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e446e87cb8a4ff1ec25b05cb6104c82623da20cf58af8a4f92dc7adfad382f4 +size 602083 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..459cbee86852fe850937a4a15b0018b47498e4af --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcf5412c9159289978d37063bb7db35cabce58cff3920e950336bef2bc17066 +size 353210 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b116a5b3f4f38d4382aae1404dc0641f22602afa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38075e38c2705c85b39a723ef3fc046da9bef1eea6685633469c37c8297ec971 +size 257038 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10fe011caba2384cff59ae9e5e987632649e6074 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96130aee11cbc2735eee5caa53d86786787a76b10bdbf4ef86fd285f24884d16 +size 419382 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80389be6394ddf5f9de8c52ccb23a8772386fe95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfe97cb6f0f1f0dda57dfed60abb7a91ac5bde3cf21b7aa5ea20e663e8a4bf5 +size 1130542 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ffe1017e617a484e215ce87bc7333f9196d68d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4048b6c74c40ef4986308211b02de622ceafb977719fa57e76809c0294596c1 +size 464804 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9ea3652f96aeb04b25efe6a2a60060cd158ca76 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e51ab870c7f4b95c6fb46ddce1043bfa429bf9107696170c5c23dd116434f4 +size 353273 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e8da1423df45856e2fd00d5c650681115708481 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476ea5e137009cd79aa8bfdfc6270c39c97b002a29ab32a3358999c4c3865f80 +size 524478 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cf08cd1aabb2d20b56aa01231cfef0a036c60bb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4521254eb70886c58f1f2ec4ef5d58dfe969df50dc10b9e88febd6c3b2eca516 +size 367615 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1834471a4380779dbb008264b61580f3b5929621 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56bb4ad61d81c507c4eadf8b6ab5a297cd6390a661ad9b70d44aa920e15bb6c +size 382868 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..940910e9e5309257b479afd5e1e9aff1efcb5b79 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6b17c222102de12308619277e2363f19eb4e42a0975a0fe8e3c70d89fe130b +size 861731 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f000a8daeffccea451c9cf3a75e9a33fd2907a3b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f5623fd96ff279a234590c711c902b63c88e6f5356040e43c8c0e73bc66980 +size 581777 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f119c03be21883827d0eb6a44190f10eda23299 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f246040dc3b1e1b613745ce440ed933fadac7d29eb291e2e0abdd9741e03abd1 +size 333052 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9253ebdf323313656217bac6afa1f7f5b453c416 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e93aa348107f3d1506833a51fb7f0073a4aac40e1923ef8f94d34a6bb709d6a +size 817560 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..384d17d3bf2a8e33dfd850bccfbfc502584d6937 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6466de26d71855d43c96d04180749e4cccf365202f58fd0a17b208cb8b3ab7b +size 1076928 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76c615c0c2d07f5c6cf8bc175c72957d8cb50e66 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdf5f7460237d93f85ed5e2c4dd05e7bed764d8b025d22d7caae5ca2963af26 +size 1519777 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abcebeff1fb7d4601b41ff1da72d2a437e61d876 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf4cceffd82b6cceee7343c33a6921dcdebdecb1d0c898040cac93e80770c94 +size 1400049 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9353fbcafa3a4f36361c92a02bfc75d353e5a4dc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3806785602a075843e125f724c92302a428d36e3ee5e0d32a7d3e7fd3d35c13a +size 695057 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9058ea4817726b486da7788f23aaedda8b7648a9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d77f6291b623cee7b0b88a82c745581bbead0a27a95b0c205e590e2d11481a +size 467254 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02b80cd904b35b9220b58f63584964cdf96a0fdb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8705cc879e690c00e13ec69e11ac4ed9d06ff47a6bd0bbb7ef8203a643e4f0 +size 789923 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..382e830a14569986ff3d18ecea2903cf0bb0247f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c954ec063e7ec7ba1021ea1a52df55085eb1075cf2ec327521fc998a1a11de8 +size 463738 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c8bde73da5cb1367929c10927ccf1a8fe1a45d1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc9e300c8dc8e1ea9c14d6d59137f34e3d14d5ba1cc4736eab8f3c694b68b57 +size 315494 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9523c6d51642551faead9ac2de62de70614e363 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e0dc4c1aa45ad1437543745ba76ad3714f0c8e3a81e5b9adf1090957efcd1a +size 394747 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c751defba02b8a91923349534ddebe0a4197180a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f04858cb0ba35d6fa8621031d35fd822f018ca6cfcd7864ffd3cef6f917cfed +size 547012 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7111998908c2d99e4009882f8c6d63e16897ea9a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07308de869af3889beb2771b9835d9dcad561d27ddbc62783eaa05828a4d34a7 +size 959386 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43a0f2d4f7b54d811b0711748396ff2a3d5fa1f7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67811f3e0f87d0418a2481597d3ba8bcf92c6df33024f99f1c9b6f9cdc77149b +size 1586129 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..886f26df95746e9d3f0e6fc1512864710c21f95f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cba950ea24e04a1095ab01bb5fff6a023927c65b2dd593827ab032ec33f3756 +size 247428 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9acd746564bb06a8ef4d8d05f3c09fd8ad02bbd4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2849da89d7bf6013e3ab5d86d21432ff32115ba64a665193385e99f6aba3a1bb +size 341704 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be6553ecb62756d49b733d464a0abb9bbad29088 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b02c9a9d6818aeb9e5c9bda2733858461a731e6c4ee60afb2960fe1f84f9777 +size 331112 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..022a91d51e18b9e1ccce63a8e8cf6140177f886e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79a5f0ec82e90c1ee46a653790d9ed6de977a554bc247f84881a52e9ca195ed +size 234618 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3334480c3140dfb38d5a372c51b28e313098bf98 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e48062d4b387273460156dd27881ad00fc4ad143710342b4ead7a36ef73cca0 +size 346361 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff6dbd56eaf2cab30e8d5692aa3bf6c7f5fafae9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebcfcc98a99f9ae047da0ebe2f6b28f6b6f90ff1c1a373bd53b24569063be17 +size 425042 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c39f5e5cfc4e95ade6aebb01106fb17e2ad7a5a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba7087a907d4b210d13cf79965e85ff88580e9e42e249bd670bf76230bebc65 +size 878672 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a93a0b7345c7f4b593a6b4ccf2fe67eb20b0938e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ed5b6e9bd6d6c10d69fab9d7671c8686f61852a1aefc09c5eb0bd4f0b3a01b +size 772302 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..888caf4b28406c21d0e4dc313452be1a1df83311 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6242abdf9852c5744853937d04ea5e4c4b2a021f0f4affd9f591d4d6f855545 +size 325337 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3436c70e30073d2788137c4185957a7e2d480923 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6944eccc36d7d033e97bf8c112ea01289cf080a298d559bcd02ce6f89d2d8f74 +size 955450 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43d3efdda82ae050a720779379ae47852bc68334 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fdbb15dd03806c4f2021d9a6044bfe0a1e178594f5d1a3b2c9b2dca1c3655f +size 397691 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8414dc432779fa72db443075e729a3b2f2d6c38e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c885d971249ce8383d9d7ae960b16da54b63707186d10faa442d985568f2406b +size 358043 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6dad33a3332c55494380bd3554f80c832a46e2d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6a327b697d367f475d67cce3fd7f69839d7221d5472c51f0ea30c18abcc60b +size 492724 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec67b78cbfb844e9a888aa87db1c9318875cabb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3fbc0c0c0c40e8d505a76787b1a688b138ace4915895abcd4635c23ebb4d88 +size 309785 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4368ac2c20cc09a5e8de4550b55a284005c9a1fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601ba2d94a3dde32f6f20239e58f0a421f10e4bf58021ba4290d8a56307591ab +size 709991 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..602f468d3d56a5c4280b5f5dc365715a6376549b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0991fd5cc310d11fc82ad9592fd6733b97bb043e6794cd4a9739162dafc1ac29 +size 418040 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7af7d7dc43f6770cd6d0c6732c542b9c2c65250c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adc4af175e3f18a9e84d542ed895840e9a01d4aacf8c7d56e1fdf1f8fb737e5 +size 394034 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..800aad0d54140cd608bddc8ee16f7c0ab2f42579 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5473da3ea6dfdec1801a1411b09ea5c8865a6787d61cfd3df2de88da64459be +size 389600 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..622c626d2155f39deb9a7830c206950cf8b2497a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9980013a980641bd86c1c95eec0fffa4e07c397a6a2a3c313b1739af8399f8 +size 277682 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc41f0e008f052bd726556864e1e8b63ddec7038 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e6dad47d70502fa5773e31885d488e4df33d4362d29bf97d363f20b61f0304 +size 378270 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7af4b0a0d40e28b6841f0e8808a1822bf0ea093 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071a3e023cc48bf3f23fe0e75fc9b6a8fc65637f11d885ab40ccd2dd5805ea8e +size 251459 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e1202b22e696b6510e466c7a2e4722d5bee947f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ccbab4120f804865fb59a0731ca8b41d837076f59eb60b5615b029338b41e8 +size 459907 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb59c4c7f1423435d9e56cf67a89fafb301da11f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5e66d9f07c99a381373f0cbe7d1f28dc0bda46754439659f2602a9d661314e +size 388445 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f64e3dd124fb384675df8975ec1179485fdc9d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126c03ccaeca05867a88a77e5a8eb40a691414590bb8741a261e919e07f0ab4a +size 475296 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c5deae4563cab01b2bc1efa6729c2ff4c645cf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ea4b9da7895ba91215dc068f964a2e3eb3c167207b830db5231fda88dd51ab +size 704231 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9baefe4394b4bf0c88ded31a168dd72e77c6930c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3b351c87c609e32c9d7230bd7e4f1606a0881d056c4ec041ac4ff0bf666ad5 +size 281208 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2265fe41c0d6c62849bfa7cd751d072c46076282 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8660a7f8ebb545f6c9c838cdbdeb4ff44b6380b38ec8e623fce4a1bf6cc2c3bc +size 511888 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87f910e6ba9bac71ed06c816b8b90621a0a26fb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272bba4928a5d644efb9d6911d34fa74222e68179cd43d10bc89730f9c1a7fcd +size 687168 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cee1838d855ad748e370a319011ed788b97b1b5a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fb2c6a47cafe9dc6f12e03da6add0492fdf0b0f070203ea87ff293e8c15229 +size 468548 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32211da30b01dc4156441281f5fd41c464c763f8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c86b755af595f09716731ba09862b448884733c118dd5d196478dddb0e7cfd +size 1118886 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dee96335bfb2c4126d8796c6864a9af6c693e34c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e099ba0046320889a27f0cc0ffb401928a1bc5ba8131f1af0469895870a0c9 +size 589201 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72e92f6487481fb841d19613f64b4c7dfff2f1d9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ed0793c4e58f46e7ffbe50b0b33f06214cf87a047ae59a81c2bb5ae5582e20 +size 354924 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69be28e81c97d1603bc3b5d2a51b34d08a15ea9b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825ca58771164b299c230f6e4bddd95e660013379eeca46a2cbfd99bf6f2dffd +size 745670 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f15acbd7c25dc0f3658a9561575295c107fce1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97df5bd0a5225be317393508e44c6cb7bf8d00327dc797e00fd6ce8f3dc9e31f +size 356041 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f668850e3e3d42426436abf495c15d408870659 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2175a200dd8d1cdd6d2b825be37062483eaa7836bd68aa5d59972385297c204 +size 570471 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e5fee1ff2be64de9035adfe3ef027f80bd6784 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89cf9dd037974f1b3e0ec619d71a08f5bea3670543d6612c60c2168c54d4ae3 +size 666544 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..025ade15bed375c762113f57f03b860235be77bf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557c5606eff8023a715625502bbae49a1f98296f5e766b1de8f6da44258849d9 +size 1397086 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3df17d116ea200373ffc9fffe852add430ddcdf9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f6be666ae7cec6b59e3fd4d8bb8492c2c45ae94a96984c55fca34b59fd3bc9 +size 503521 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9527aa6e1aaa068cdfeb85907f90063251e23a04 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fceb64e2861496b949fad698fb48d3c5669190089041afac12ffb4781830159c +size 314256 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73965094d4a85759b77e1d25a195415031b63d3a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b79f6acf34cf1f3d3030199d24f6bf32bb5a54b2eb0002e00f4775de3219ab +size 1112045 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da34843f3f908c4fb5e970fa74eb17f54026b6ee --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8c75f70a566932ddb053352e5a7736377fc2f60e4711a126f265ab151699ea +size 481950 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56800db24ae6e2240a4a950966c2b032fe8048db --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4f3b66c293bdc8d6af086a1ce39d53d686b2fd95cb9b4498db53cdb04e8d0a +size 1601320 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4268895cbe10d05b6b74009807c671cff18a3621 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c69c3d05243f0e57f95c4d92fbe8183029391130fd7aa88cd73eb4a3b6c14db +size 1511510 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77e0c04293d7c46f31c770a0e61fbfd3d2a7dc8d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d37fc4d1ee78d3b3105c716033067a820b0bfc38c6030ba2f1abc3fa254fe5 +size 993450 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77eda5d0dfb6f57d4aa6fda04b9669823702d53b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ada9ab3eaf7f82cb231b11741f140f58b8379db58bf1d24c0a2f1e66d580cd +size 219720 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2bf9e391c020bdbdf13e6c21c8c23e2f5aa1cf5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929c17db5f5e0f9e4ff54f7ff0fe6e0d5b2dfb78011021ba09803041810deb37 +size 951747 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6947379c1747e9441437a10da00a0dee0123e57a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b0dcd56c42360756b8ed652f809e6661ca5726d679b4be0bad48f2f3178321 +size 526495 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b886c393378f417581e9183b65076b595e4b2632 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270801f0e2b8bbd8c8e1a0240b5ba220b7f192e23e0cf753ead5b9a86003de21 +size 356963 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..261ffd73a8d5d3e82e266a69fcee04dc36eb23ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af1fd576a5e2110b1ee9598c5284960386a7136d170888d59a4134465ceeb66 +size 360008 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5681d27e4e8c6068c80fc01aca5d07b980087cab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6026893f325f2097f90e48b23a816eeb592e4f10e390f7570ad0be9a6c1d090a +size 516538 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1b6a6f376e1b8998eaaf03219460f24697477f6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b432983ec05ea8a6cacbd16571bc89e96b852d7e0374cb1168ce3dd913515c22 +size 540089 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76152fee80838f2dcee1541fd3a35b1e0884e383 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051c298bcde7e0c1ee45f98d45389c01d3104bdbf18627af91099d4833442f8d +size 287567 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cd1de2c0b7f8ffd536a86737a28b66063c982ae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565b5f0d681235d18b70b6773a4a7cb4eb9bced9672b5949ad9c45495749356f +size 328622 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa5a4e0cff451f60af66ecd71f604f0d10e6b946 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0423d5bc71459349048ecc666bed5d9cde2f154e389f0cdf23575be3625cca +size 235219 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3403dc343791d01ae8d8fbd0af03fd1c3d18f5cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c84e7d488d3493b0974800604f9f96b12deb83b55a631488ae5542dbe95842 +size 843230 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18312e894359042c54e78bd9004d900a9a7b2b95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136bceca2544793bd6b89cb37f2e42f1c1c8915b939bde18dae6ac58f9cfe728 +size 341904 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f733e04b4c7413ce0756bab9b0868e1afe29235e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff81b8a4106b73cdfcb6c6aaf46a1f259055b284b8264600066b7a7c190eab6 +size 1114352 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ac692c2e033d73cfbf5341ee2cc26e65cdbc876 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a866b14c77326fc35e5c2a0987ecd82293da1f786e0cf7a136ef980c7ec9b7f2 +size 448713 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ef241c47b787621b24b7271b7125aaaf56a7188 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3747d9d4ad45e0c5834c99545483704602300622a1cd57cb9614dc4efeb015c +size 429156 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f54ebc59e04d7bb45a589f93e8187c095c76db36 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9259716eca78f26ef3bd1675f271330f01a3d7604b18557689738faaf29f980 +size 390137 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7169aea11ebcb86dec7252c341002a16ec60da9a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c5c9e88b66a208d03b6af9fd375fa6dbc156b54757c3ef481962141dddd776 +size 1159208 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..401ad9cff45ff065baa8229658d42d40d0932d18 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b5d30aad214ad67bfcb891e2f9257b3cb3890c561eb9479ff9ecf609f61bef +size 409110 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d987ea48d9a330fa99c1238c82bef7a9ae05ac5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2fab6d67586992f09eaa4cf3db580fd840fdb32eb5e0fb3e9cdd9a34d569d5 +size 341539 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca703125e5e30347a6619e831b28041e03c30a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7dd6723bd1a50361f6c25ea934f81c0c52588d72c963e7975f74cca476a3ed +size 367084 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42d3ec9852363569218352cea87af7056265f4ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e35facd340594a48c96ecd838abeb2b7836d51280692d7aaef8c20bf3f202d +size 411462 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d9d501fb5ebf041c693350ee66f63e71b3882ac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e0b175b9ffca13240c4d6b375ae1371aa856228e96d0716268082a6fce1a26 +size 542992 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bed0c6c33b7c01f06eb4f1e28b1c95c85141b10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7202df6d66ab008bf18958efd63e08bb8105c8e86d2c7e989c3daa1cc361083d +size 240198 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce0b43a74445214583387ea5e57c0e14900f7873 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7e04d85ebe1aab87a3330443fc0fa7b602abd96c330673adb59b1204c9a69d +size 567334 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f1605e2e4c949d228cdf9e0511aacada8827695 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b32921efa48f1d997fb93b730a55df74862a18bb2b3a74d2a0736852485afc +size 551857 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e0e835fbd2e2622aaefa7cb5f754bdcf6a629f6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3e612c89e9d1f436b6956dd683c44daf7d02df39b63ce205ca692c4e4d9f33 +size 864447 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e80c77e56b3a1f6fcbab15acef78ae4c87bc6c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210c3c93677a89a136eb2af7f36effa1d80872584c0a4501b0d267e3d112354a +size 400544 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6106bc478b475a79c21d06d7e472b944d8c9eb91 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9bbf453d6f40cba3ab22473d72d76007688dee5697d804436b07c9dd30eb20 +size 381846 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e43da05b957cdfefc2c3409960c6cb8d746f9e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba22053432c7dcf18232ecec8d0977791f576d92a44414203e3c09172995efc +size 783832 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0997b9d30fd2b8e9d8b4b7fed64af0dc3f117f34 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07aa30dcf128204928258ebb3ea6aefeb68505bc08939d5d74394edc8ed2089d +size 626858 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74d0acaf9cb963df55b8943f6606aaee0d630f34 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c9a30e0613c733e79187c8c3e7dc7245f7532778b06eab389bf2b8e9e185df +size 1007452 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f136079035814bc6d5a53f590c59d5bcb115f0c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9ef4ba9c03effec8476e7a0394deb135528f3b078f71d43ade578ca6a8a60e +size 618695 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed601c5e414659e690902e15debd3a9582d5a8ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7674f81d23fa5daa02cac620fd2b687701ca99a11dc650b13e979b24a32f84a +size 1097814 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18afd60f97ed6aceb143f8f03d77023d55dad10b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa753fcc774ddbb2123c8b1a8db0a405a49652ff55d5cc9a537e71630b864e8 +size 907206 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad6270d6b04b478dcb642dfbebf5e08bf4dcf928 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485c51a5bc669f4879114e19fefdcbb88225eee72159a1512cef7ead5f9a0566 +size 1054821 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97b120cd2a248c43b13bdff31794cfa0a0c98bf5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9886e56739a8b2e84c94b7ee705555adaa62eb5963888a39ddb4ab24cc961e16 +size 738419 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..340e0c11143d8b2d71854a1a7857f69984e495fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548f5ae1b8a46a3823710d7ceb6df9bd0ac2b774786e9de4157dadc77c119bb8 +size 977198 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6301f8d11203f89fc68198793565ac0b81ae3f5a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5abb46aa57e7e0a1d1c40973940d418e140d50848fac38166a91e32a498ef1 +size 277977 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3dde10770716d8f2127667e659ffdff92f5fdf9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0df324d2192d8ed53e30de3636816e8ce99707e82e6e993297a02bd79d0d769 +size 184556 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9ee07fb7e4c7a513563563bff847d96b8d28c57 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc69c1176ade03320cf58f6a48477fe70643c0867361335dee6b3eb9b62804ca +size 552122 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8498345f28aea1845b613b4f5833f7972cd615c5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f30d8cb3ca00f0983800a5c85093383f11d915de19a8e66daa77a76d878d0a +size 1114581 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fb2ab8cf961344e2b97e175c8fac58e3247f0f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6c0eb9a18c3f6fdeff3023531e0a20ab01f8decf578bbeabc0bda43786d788 +size 605077 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c34feb8d679e01a2a9901868cf540b102887098 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c830277a3d431bef949973fc14a39db8f98a91d844160f3731bfaeff33dfa131 +size 1660970 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5b657543ba64b7a59d8b874ff38d8986563e486 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ce258f78540b70664ec1f29d59991025b3d501e1c38553db6118dd4f6ae4df +size 385493 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd8bcf1fca13fdbcdb3dbd85216a33d36e6bec7d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05202544dc924e3f93a7f37c67331d630c807cbf2ce556f691914cd8fdf58f4e +size 864922 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..598ac7ce2345e91c98e269089854fd324e896b10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a5971b5c798ec1d24a3914f705e024bff0a06c8f42dd4f49686948ad09768d +size 340567 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32962b91b22c6f5435fd6b0a3ad34ccbce58010b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee92515a06903e7c22601cbbb858c4d1199829c690aab8252ee086cbc34df3df +size 550287 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b68334176c624314a7ea2919e14eb68870fa541 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca2240b8d1bf047cc08a05db8431a5ce0f0cd8e0999f0b493b9745e7ef5e675 +size 608457 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df212f08765733645d699e080c8ccb9b42a2a8e1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6caca4729361a1185275d9f19ce301cba4ee9a53a37d2323fa4ed667a0467e6 +size 329334 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a71069d4b7bbddccbe9880b78726a1d45e3ed0bf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4debb922a9fde47cf624ce2280dc048e148a21401458804bcdb662f4c9dfc318 +size 474469 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54166ff8f27e4c0d7e7caeb42b5c54fdb3bd8acb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5252ac52c32616e11aed82c32b4bd27dcd0694c76b77c10e39fded8621b61563 +size 1066622 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5a75dfe922e9b029f1f65e8b5ac3f14665e25de --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ab114c724d28333533b9fcaaa9dedef8992a1851712c7b58ce40ce3cd7060a +size 475282 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36fd0121db4394bc6b6fdafe9922a8b4a8adfe76 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1174cb28eb559a3d23098563ad35836d3750dc763cfc0d235183fffc64aaed8e +size 194982 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..695099d5b021c86c4c63925303e88b8677553a3f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2aac72ca29a08d704c3b566d0887e438b20b4564cebf7a23baf32c050e50b2 +size 659659 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f63ab70535657ec84a8c6a1839301043ea2c33ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c971abeb1cac4990ca3493770ffa0eaa001eefa46f47984f125333d5217b6b +size 572518 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6c049adc53756bb275db7c3506df454b07bbedf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983a8d65c934f26c1ae674d22895ab95395494a6de4c2646aad8c26c26fbaf70 +size 915547 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8b9ecb6e422b5d4b4b6a13b5163ad776950f888 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c009088569f6bb7010830126133a165ec918f701d00c7b97555fae9aec33f0da +size 387722 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..100e8afc8ae92cadd5fc959b721d5a6336ab17c3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc00395172ff0db539060204192615ea847bfb3333a1982416c58104a43f9c62 +size 1284576 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3714dc97b63f3c5ab3c56caac572604d5a2c5d68 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e55d50b59c6a52fb6f0b4e98eb3859733cc7383f1ff3b05a28d67ba8644328 +size 444263 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1da1cb2b8d0e29d3d9f85a2fb328c695df545df1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2a4235cf754ce5d25624811c2c08615964e24d6c3c2344b2e206d9ccbcdbcf +size 1540072 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..172ce77a28b5e6fb205bb73dff33e00a62dbafb0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0de5669109922dd587e3436930d2d7cf7e0ac377aeed168a823528452a6ee8 +size 638735 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa63ab320b3342da783fe8f39ea3e77b7c96bdff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c4ed6838fc76cb55a1092264f958d74b358fbaaafc8e8651ed2ee90b55d0f7 +size 570957 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed61d52ea2f1209bdcc56f51cac16f6715707be2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdde25abcccf8808c42f0a24e701b49852ffec00876a078731b1abdc1a5ebed6 +size 1232812 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a845bac2cf635b5366de57d9109c054eb29380ff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79662e16f6323970ff4d063784e5b13ef936d2960af300ab955cba3ef0f3cd1 +size 744321 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b997430b37651699f0c66cd581f12a5e2878e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c56b2c5ac9c3060517c4ca545e6234d330302339091636c676261a1eaa836db +size 297454 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..700ffcb6197dfae3cdb4351c5adca1cbabb3817d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54878691a4fe8dcb6f386f8db6d6c0044ee9c1718342335cf614ecd3bab12392 +size 398752 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea44c7eb6682413e954f70eeefcc68f9fc4ee985 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e88e3790d5b5da8b8b005b575a11a0ab0e3916055821f8e196886a3822f6d4f +size 416973 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a61598c9ee146b61239314ae3da46120b087e2d9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6297cb68c487a925b96b04d4113116c3fc264496c75f7542215637f9eb44cb +size 247843 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6df6f1ac94ef5408ca6230354ef27f8f15984df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05be22fc49f6a3f8e9eaad3a5985336c8d8daad19798356a8c09f3b9bb939bde +size 935254 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f95543893fa93b39821499083ae61017b8a8bb9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5b843538f32e109a1a8cc41b5ea27de932cc53410e120518aec6e66ad7ec3f +size 595553 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..747d9ac986208f8ddeb04290883682b63910d90d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc72751f166cc481cfac84216b739921bb4dc9e00f138d60b995af2b3eb6ed1 +size 349190 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f16f8d939b3320aa966f81a2f611c98231f4ec9e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e98961e6d68beb15feb812b2408d3c99ad96fc5b8c6a23898f252f3f39f76b +size 429842 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4ca24907cc3000d0493b478a2ff9b21fe586853 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c48fe920c136ba343ecfa1b0313d4f636e7e0f03fed36f2d11f6802217c688 +size 960620 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c408caf87284c7424c01cb97a1a10242492e25a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddba34663359d64dff0729cef962116f5f55a52188f35f8f01e68d248fe4ce4 +size 349811 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1259ab8eb611e92168c404c3fa6b41179eb17e19 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e335b552f283dc487b1167e24d3aee36269095898a4db5e64a6e34756483c6c +size 378559 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..681ff2dad403d30909e0ab563aa1ec7b98b2c623 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46952a57b9bceec9a69d59446be110d0137b46e1b694ae632ee2dc9850e130bf +size 464249 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c3e99117ec424a7d219c0f548876a2a50141a4f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4271c53b42f4da9be869f73394760236ea06bb0b257f723e31b0712c3ef22762 +size 1108279 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c552c70a201929542ef6172de4b3c966f58e7504 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd48c3a10fd46e0ad3da1d6ca9259630b71decde948a35655473ce544b1ffa0e +size 673311 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c49281b65db2cec468db307433d086ab415ee284 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf5e242f4d7ff68792b5e30632da82d01cd29830548598cff85285ccfed5e65 +size 375129 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21d5bbdf5df3a1eb02b8101092df810c5af70c22 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6143767284f3a28ac05d55e8b8c850c6fef778ff1b9f19687562d78095094be +size 682511 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fbd4a2e5d959617cc508e20f764fde8c294f4b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cfb9eae2a004b2d25e87b92b7d6602b11e09c9bb74f8469861b044e7b5c970 +size 296555 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..332bcf5ca97c9834a631656cc9fa44f86c56bca6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf7827c4e458dbab4fec3eb2d26f08b7817f3bbfe97d157df9ceb76c7d94423 +size 432111 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c588f771511a05a7ca25b109448c49adfda6b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6871429d6e4d370214613d23149f30d7fafdaeb5c9a03f3c4a45ee464c0b8d00 +size 943313 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..645755cd4cc1454ef1fe084b842c30ff5a519db6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8feb195cd35963852d3f9ae3a24c76203b0cd5c42f132249495b79dd8b524dba +size 494153 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97517bebf0678c718c2371b91276595afbe1faab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0921681125d6a8134a197f517fd92eb19f8d4e2c1844169128f55527b9d588 +size 409574 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16f9913b708988b7b3a5fcbd9ffe314bfd1bd5e5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8274b0f99510efba12d0a3a633e956253ee96b9e4f75925df93d02e14ea976c +size 396129 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..205563d8d4a94a0e73e0289994518a10ad41bf9e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2488b117a8b5bee058a00a895ecf1c7398240834bcbd35e53704bac9f3d45d34 +size 1263817 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68858c5347b7e6132a859fc7f34806faae2cf253 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcc7937dfe4d85d06d42c47c1a014d3f5f45a1a44b263842382caefa88333c2 +size 1442341 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2cd2b30f4f3288573aec7bdee31bf5ba1fae69a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395e71bb8b129fa3ef9136c57b620b77c15e2c431477477a36a4de7dd09ef60d +size 1251469 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7a5ddb64f3386a3b4c3f31314dd27e58dd7c702 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8baeb56be118158e5e40e27f3e51fe837b03911d08f60f28abcd1a6cbfea212e +size 341017 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39d42508ed90f1f094460271da5832300eb3b457 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a83273461165f6b045da3c85f635d5bdde6cd1488b7e4ca15f661d8982467d +size 627161 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bb29735a9a771d281a6a23524562cad11ed4809 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81613ed9fc8e90b7abc6bdd601005163ebd275c53c321604e92767f573ef343f +size 529307 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47940bcc164e6edf230a96263d5766a71febb81 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ba4949831282b6062aa0fbc260ec967117c01373bc9ddb7ab88444833bc379 +size 564775 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e24a254f9700c8d73671a524d08c997ff006b96b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fae274fea048484f637cb037977c0fd1f80eaee06caf19a38543e4576c2655d +size 437583 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8330ee148e35944255cf9e4b9e538296dcdaafe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf0772e0f4457dcd356fd0b17b897c04afbe032a751c25b7c62e2ce1d1613e9 +size 573417 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a6b3307e172174934a52b3e7de85274fe751768 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f2627698010d8a2119748574d5f96de03ac89e0d2f1dc83f3627da2c67744a +size 546104 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a9ee3f806d798bb37436e7e24e7c7431e49d0fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb2d1c55bad7b5e8a039e9d2fcd2df488d9aa14b42ec9adb43aaaf87dff3479 +size 724788 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f5600a6180a83cac2ea6d0b90f7e68a51f8a03f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa261c9abd8c9b1f7b1c1ac536f212aab62ba66190f93a11c34ffd9f5355159d +size 1581042 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51af76d2263cb3f97d1ab8cc758c913458555ea8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f2d200939452014d6c0348410e7d79925e1d5024c8ee12a351810952387610 +size 305664 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2eb960ef4ce2ed691921e8b75e541a215da6432 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9459f10d8dce1ded37d30bff0aa6d8d22628a1cfa083380252f07687906b896 +size 373127 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fccbdb0279170958c480e2b47b0d172278498b0e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7e8bd0309998eb4f1f2347f29cfc33c55f965a936e7e353675be005938a198 +size 386723 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c94abdeb4e2c474763f60b2da340d607dfa8a84d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9413fd6b6ee3ea1b91126e6a769f321e40d76e35e2f3ea5b5977c7e18cb1d472 +size 317234 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54c7d987e772d3068499060b697576ef761e5ceb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0551afdc049a15a38651048e7589c076f3640f3a641e8a821842282440d5b5 +size 338387 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86bc026d7dd9e09f479a916f909acb5f2230c9b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e098f620fec9e5c6cb1275283f309158ce1cbac346db4bfd90004d98bba34a1 +size 523138 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b250083c1a2760f2c6e06cd4bdfa516cca26e248 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c8b1e3ceebbfd959142094ccd37a31b90192b8826cfbb750eaf2ef4d4e9d5b +size 539780 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d8980165b0bf8f9549c5297b0f02a69eb48bc46 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5a233aa79666358563eec1d3f873cd47c544a81e6dbac44bc95ed8d4c5343d +size 614452 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbb527f4b2d13ba4fbb0981755c4d2b823ce3187 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eb626c98edde068da42416034f77b1a7f4f2b1e0b2e52478f99cf38f53d7d6 +size 287871 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db43f2fd9640782241b6355a5504270509d2bfa5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8057b9a5160292128a9c3c00c9bffb181e46f296115ca07fda72d4d0a5cb18eb +size 874240 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3401595dc1eb7cb8a4fdc564e510fe61191d2d7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb05739ffcae2e5c69b0f2507b17985942b62c7ae40a49e29084b403af85816 +size 606349 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec66e6fe6ea635a131a3c358fc1c55388fe08aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6412b3ea312cb600ef45c34d6a4976dd9af4a0f2522dd672dbf2fcb7337616 +size 392772 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0a898d92f3ad993d23bd62b16ffbfb1966aac5f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b453de556b9edc31136c3bcb3fac039d5d456d5cf8895dbfc35c6cc9e3d70f64 +size 664809 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a272888ff078ff9e056ea62bfe2754253dbaedc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b079f33e4382467ae5210572276db0bca574fe046aedc9993222d41192fb1a +size 324383 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1a40efc0bb12be0368fd9fe6a5246375762e2e3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980aacd436d52a0085901e1dd1efe51b73c973504aa6ba35f31f56bffa204221 +size 481024 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec9a24683935e0ca8c810e7423839b3726c020f8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24aef7c91254201bf71ef0a8fdc8305484ae1b9cf71131aaed48fd34da0b7bb1 +size 618619 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d04d1b74b937bb609a07e5b4164799316503e52 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c1d12f93264a58c4b205a807619131dcd251fb33e3074ef20fdbeb508f2485 +size 398367 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..886b438ba22ca02f6b42f5462a4e7952279b8f73 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2342aa4ea459420b22728a35d00f4ba38a74a6b76f877f37268e8a90118189d +size 477308 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbbfa747b178284b08f4ae9dd501537dce5c1ad1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db55c4a5e4dcab5d15e60e221743450833817c1e44cf66cdf98b590068139d4d +size 230412 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fcece804a297f6e746165808c9dffa512818c3d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cd84953d95406dfe2f9b5ef106204a0dd5215f73c68f9ca5d2b2bdaf5810d2 +size 350481 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..149238c31806c02cb6ef7bfdd73a2d535cfc75fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48048ba531934285a71a094b5c4f938ab4c8f2ed8d1a72d659a7b0f2fe484a7 +size 259591 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ac20d8004fcd89727e7cb2145298107afeea950 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a034f104161dead6c9bbc8a4eb031c36a4222bd1868dfbc8a2b5d46eb03967 +size 553727 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..040b3029250c3419e5bfa5e586ec7e620c043607 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ac4691def1100555d08c305417b3039f280daceccafa72e9b29fbc78352da4 +size 527191 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab51014718bbbf4cba8d3e653d131bc360c41361 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48dba39ea80f61d9f7e052460c081afecabca9cc8f0491e07b6029b0c6103ea +size 633493 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..308ddab73e1f5372eedc8204eac0c0cf1729324f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c1ec5f592fd479160fcf6e88bc97b01d57d7b09672f0e8b62893983b521513 +size 271603 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78948ce9cf5cec1d5cee5cfcf70de23c5e1e4b98 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282c3a39bfd59818427c1eca5b3b1f3e90f031e2cc0022b0632b8c2d1cdfc5d7 +size 87106 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99b06945200cafff06caffb454506da7e390dd16 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdda0c9d9eaea50dd5fdd1bddaaf65c05cde2f18a25d9a01131ea5b4c15dc2cd +size 157025 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d0190ea1679b673a8fe080669f54dd030951a30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b635b9e9250153f5fe50991c22ed81424254413432bd4a25e921092959c297 +size 213264 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17a5f656b29e4d8748f5a03f21897b25231da7b5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a368dffecbaba6b2f06d04b484732ca1d3718cb1a1a8c1dec70ebcd66dcb15e +size 128633 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2041974125f84fa0966fcdf4b019b23bdeefc16b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6130010c1014c3eb2eb5c4df50bb91e7c24dd18b677aedfafea4670e2499ca8 +size 377132 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b25644a7bdc9eeddb75b1546842d8b05b1e15bd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da6777fa669ce2b434eac62e464918e7b46478d8c6ff7f4c52ec2b71c17ba7c +size 200295 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c95fe3df091df7fb280601345c09f2ed800c812c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2805ccf8868bd2c6365b81b60387dde2652e8170de85c9814052c5c2bd8b84 +size 90443 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fba2a68cbac266b74e062597e5b733bf0048b95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6c45139ca0bb45e05db4b05afd965e65a3329b6e38dadc535bc2fd0447cc28 +size 116361 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb0200c0558588c8b36bd37387e34c9a6c291501 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82c6e0145c5a42310c42ee32239e6171995092de30800c525a70b0736cab32f +size 78839 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f2bdafee6312858864a8d2c816c5d5c5a741d49 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c27aeaed94d52b6bd09123b3014ed653a1f56cb194048555f89e824f19bb91 +size 111583 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2005f5772990c1a0e2ba6aac14df626864f03d0b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa33991caa15020dd9f8aa8da82ec1e82d3b996a88b49aaf51430af8ce63386 +size 161600 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..448c1e6fdf1d71ab4f100ae773426e672cd36217 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe8f2d53c2e00cad3a5ae061eb2aa0b01783809a54b2b815ae926eb0b87083e +size 367590 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6aaeab52f886cde51b527f155cef674e952410d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e00c96f87a1f4679536170949074438e90e37ef124cf00064864ed5125dbf2e +size 171430 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79ec1b8690b1b125ba6307308cb88cfb95ec768c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeb1975dae55cbd1b6b3c021194fe4c7698d66482ca650ccc6902e167264737 +size 114010 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..565ddd68661584d772943283eb74ffbefb679bdf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b7eb5f23034ae904b9e79388bfef64d788245ec54a61503e076603771cae50 +size 226243 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d4439da43148eabf14f85238c31342f1a4f0d38 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedb393628b6fa964a902ac2d7b32ab2accb3cd5f1a63409fa2180a23353fc18 +size 92466 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31af40c056c074953ebacdaae200b2899a772fae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60db98c3e2014ab3706cffde9783e25338b7a65ebb3b15fc81152fd855d3434 +size 512127 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4e11d9e249fba0f2d3beeffcb16a1b4052be9fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e21da9f9812ac0312777c04f320915f34dbb911bb6f1027ab96e549035f946 +size 212292 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daac2a6bdcfc8ccb85ebe062a83a44ed78a7c914 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3598bb24111a00e0de3c36464799ed170efaf77fc80464821e8f783a6abafcc +size 210113 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45462070636666aa2947f06bf0c14ea8945a1c2c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03e6c79990e188a10061f4e1c75271878135a6aa6059cbdbc56c132725c31ae +size 76672 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0a8ee8065f2c79a92f8b52e9de0cd6f11ce41ae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77600e351330f4598de1da8b10f3ebc2b2d46bbc9cfec38fb370b10d498fbcda +size 295062 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5ca46f8c26f5ebea868548ff3a60be5496f46e4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba62a7906c39954a9387cba88e818f90f3ce5849f01e0a7a61a9c806a0732737 +size 113360 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb86ed472e90bc59a20b956b5539dd6a0245ce06 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db03d540d7fc1218ecbc10ad3f2971219a90c3a95b883018bed4d96b6d2a6bc8 +size 84681 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..561129bdcc1279e8f4cfc1974c1223cc18f49dac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e043c7daaf6932e00f80648fc3b04662c108cbb1a79589a82fee60933c9a518 +size 61611 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbcb0ccbbb5f92a3f0dca3bc30339fbd47e9c2a6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4735c1b4a01aaeeba20585f8ddc22e1ca793facac0f5006016d52b20fc25959f +size 213558 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..523475d10fdcecb48b152a4160c72a1c5d19bf52 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9496a83cdc4d733a268a1fc9a1bda91c430fd578fe9110aecd336c995cfe09 +size 96611 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..022b4442ef9b1afd1551c55e7bc9de5dad434123 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df946de5de40169a2bd8db373992d873682814c7e25bb55151701c8c813d5d5c +size 92567 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06bbb4aa113ed167181b3d0751bac911ea26f1d8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd108785c5f53370f6ff79b3f1bb3421308dda113013b18946cf4ec448f81afc +size 118364 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24db75dfe20fda47602cadd76f2c2b92ef86fec1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ead98897b9e7588852650fba32d71444c2fe4a2e83eeb738849869c56e876b +size 44022 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dc95e23d1517be1fd4b823234fa17a4df9db945 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5b72fec3cb48170838ce85a732254c78dfec3856f846cf6f6ba915b36df1f2 +size 167430 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96ded20a2e7c40b6c2164e293901e4a7bef25c2e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4b94c6b7d4ecee38a5c24ef93d057df1db486937c2436198adb34fed4c4690 +size 76935 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..858f250de18db4a574dbba92fc4ba3bb8e6c5e4a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4637ba98e640158257a1c3388559db783cd042df30d0882f53e2a49756253c5e +size 209411 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17ffc28a4e5ec62e688418feabb56f2cc9f5c012 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7922de96edae3799f5b96256d23dcbf137bdc4b0e526538b338f8eb31ad4ec83 +size 103316 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7a3406ee5b78283b941ab9211325ec4fec0c523 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ff1bba80595e38e588547ed764b1f1f8c9a1e159dee4f775a87c9fe243adef +size 98751 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d24c3469ef7d571d9ca959fa8bc611b8455b1c8a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764b706db44f0336c7f5492f12ac36860c849d0e2cd48c720296e25044d7b5cc +size 95383 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e7e5b8f6671425a93a63505935ef1403fa631ea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d513d309aa5c7ea14ba284d29ef1aa6d936de69a3bf6ffdeb61a7e635547c4 +size 389485 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fc150c5d2feaae3c661afd936629bfe904a5afa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a53af366ca55e6837d4e4c53d6236b90bd1698ca10d2408df55b1df20891737 +size 120329 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8641cb898751f22cf699f6e4ddb83156869cdfc8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094d8c6cd8c4608bbdf8cfe8f39673d7597290006a2ae1ed736b4cf696b6ee75 +size 87447 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34eb81fff1faef28247233d46b8a04f647e70201 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4f28f8b2f744695b43eec32cca9a4b1277a07419bb4d185ed6c1a869cfd145 +size 78319 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b24c52a26defa4874de31e8ca94d1776655e162 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c5695d61d887a3e2a09d780cd6e0f7c7c025baacd37c9c987a0fafcf38684f +size 79382 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffae526e4bad542e2cf8887bc893d80f2ab4d1ff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3ca4ea076aea5d13191573fffc2586b78ca268fbad5554904c6e66ee5d7532 +size 129134 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f5272e77999544ad087bc2db5ac7dedf264fba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536e2540309e60beae5d4c3c4889233ba1432351ac4020dd9374ff2cb9866b5b +size 83565 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0626060abe9e3b0f2d65270af7496aeaa21ed516 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f9a3362509d3cfa79429399e829ca3df3bb5e7c0751c1563a4a999431f97d6 +size 143395 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b66ee8fc366123f8128985957ba3464378b003d0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b0a9cd0259b822dfe5c8fa4449ca26ab8eb5aaaa87d9c58bebfed70fa07056 +size 147520 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1baf367c3ebacf41adf3c1be0b9a2920a569b7db --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce8229d3e51a7c68ad6ed92648240ef1eca542de3e618f9fffbf4ee0fe61b5e +size 258165 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62803f591cd17aa2afffb9e027f0ffff722931c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d23646830dd21bbe8affca04d1b1d824326cb16a5dba8bd073a89e6e1f996e +size 77894 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51fe12e8403b5b20021e04852f6a1adf3e562c7d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d79c673c4159684c0c992a0861ca739f5e7563df0f84c31d334db49c2bd5b2 +size 103308 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20addb4638b2429d11d2efe7337b5e96ad367c49 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8031e4357ba08d13e97f72a90abf879b8a1ab250af2c224e19be0f5e0e8112 +size 114440 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc54ae5891e317e226a42c0682282596d2f6ec2f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2954e47ab8cc26219af22d650dadd0a2ce2b1b3f478dd2556ca1ddb378d109a +size 269933 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fe723fd3b37796f652a400ebeec63c7de1d4965 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c45fba993d75b322089070583256471d9775752bd4b860fd0718411250cfa8d +size 385487 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ff5099ab39cba37393c2037b74a97373db748e0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2e235c4770db3a7325db8de2f120927c0ea228072fc6b63020aad8352be07c +size 86874 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06d16b24b22b91361a61dd330e1efb7fdece56c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bc4e9ffdff8b9f7fea3707168b530f4781e442309f63711a2c2a113dda4e6 +size 335662 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6c833473c1dfaa19702b05020c69fbdb5435913 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd191a5f3eb176107f826be920567f0479428a73a364defe3d3ae885ac5376d5 +size 218701 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cb06c06d0894c586c309676f04b2b80998873a6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a8d2a5ce9e6552a39f16938b0f83b702e13441db8372ef9595d697530d7920 +size 340645 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e965b813af229c05b37f6c105d1fdf18cfe39a63 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd949c7c58d702bc44e4a96babb750946f5c15149449cbb456b3c98529d47974 +size 258475 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07a4d889da472b36911e556a8af2cb7a7866beca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0e8fb23befe36c812f185bcedad3bb2b0359a816ffb744ea6dc600c353734b +size 177390 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ffa60c2a9a96ff8164ff264d85078c5c819258 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020c03900668497700db9c111264b3938aaf1f415c699e268a208658e9e85938 +size 52659 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4cf57eba333d6ac0cd8b36ce1c3744d4decad6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03526832b763e531f3217d7feefcafe19e76d954cbec85ef1d0991c5652b5baa +size 50642 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca107d0d96ad14ec95ac8aa583d700a3e798b770 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3a8043512cc2631f4eee8dda69f806fb1c5d9b4889a79132f055ea5a70f3b3 +size 121590 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11f247dccfd3ab8815f698efabe50752a78af640 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b753d5fcce3762b0a45fbb0c7a87ebc907e49e81393899f9231c208c49900c +size 335204 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13fc1e5f441ebd5f1259ee92ae1c26aa2075508e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0b34c6d712311a0c24de94a18bbc67054ef243039bfcba24d523d5f24d3c66 +size 133447 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61fbcb981aeb076e19aaa41ba59840e73a16a1d0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd8e5566214b50dc0743b27e61ffd757b073e1d646d061d55a5accc11e76ef5 +size 444217 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33d7446f5f1255a896dbd0f91467162b23d73c34 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82b913bbe3a13321334483389852a03871c368ae8d081ebe71de87324e0f817 +size 137403 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fdb630d1ddbb55534c6a295e5cf69d887c2602f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40d864bdb4805a0b0c68ba153183a1920da1c1d9f262cf64fc7202c71375c59 +size 307346 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e002f8fae31d85c26b505eff65be925d66ace782 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2620e2afaea5867ea2da857e59cca3b5c533390bccfc25c6aa4e1f5ea7b09992 +size 127791 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd8a625e05fed5b6af805a70f0d0454b8576e1a3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18deae6df00c1e130f57f9fdd12bfd9c11afe53075e9b586c5546a1ee5c1625 +size 75527 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a341342801ee8f5a7197c0063d976b146192383d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a6e9da6651f9f48e081c37418ed11d3256811978fcab55ba78218989e8172e +size 228330 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb32735250e863390833116e56051183a69ce50 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe57116f28314c6456a1d15ef998e5b5ceb3518d4bca759ae0b7e77bc86dd32 +size 89049 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1880c9915eb2103ea387652c1075b5944ca0d089 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece28df621bb5b0acf21ecd9a5a60772f69fa86ff438d3e47ac893a25ce9efc3 +size 127074 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a37a006559ced4f4501d6f76669370ffc811b56b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7666e9e4024c3e6b07ed2a4392e8082d2a0a3f66036c0de9132e67fbc65bd02a +size 300582 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd1d644dde6f12fb215755121d654523cd3aa447 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95a898e2867244e983910516ae8454d548e2bfa4e2ede3b0c706ab0dbe0a731 +size 129264 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e19203eef6aa03f7a2bad8d2bfa640bd585e0af --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71cf1bd255532ba7b12518ff6913330a74a096e0b4400fa905b1ba518b4bf68 +size 30778 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b37a59244f405000a584852c61c20e194b7990 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28dfcb800389dc007a862cf1c136c275769ead3908f52f1cc644d424a6668e9 +size 101071 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b57d1fdcdee881a77267811d0bc49f7ea5e5ccbf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8880ea165bdba0c8e706e6abd616388b03490cd7776a31e7b684ae00e9d526d2 +size 239915 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cffed5f14c3df7d0db7e84f05f077c54de958e8e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332f2b6bbc4f9be6523e56e84b08defbe3c60688be009c6c59b81f62d030d7f2 +size 285771 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45d2754745ec2162562262a03bb46f52fbf13f41 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce273019099ea60fa5a20ec6472224dde030e9dd8929c457f2a65056df377da +size 86221 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..349f6965fcd9493a5ba156164af370e4889df274 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01b6a4c3809afc38500f03eccb518ab2bd75acff704c3c4e287a4d988dd89ab +size 347560 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c56ef472e95eb06eabcf50e1f72436fa269676c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f17566de0f9e9430d6bd26cbe0cfc5ceaf528329c4113a192195053e031241a +size 106160 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a579be670d3cc44f50a59af71b282e8075f76e07 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21331014391396fe4790257a67049f54f1d4d20f81307f9c8317a545013fc096 +size 538017 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b57dcc454c32572fef8db363c22792cc03fb832 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e65b798b7f15d329a95df3745ec18724d0412051811ddf3779752e987b9be7 +size 77937 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf5c1119f5c4c747db5ab4e843e33b0283ab503e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326e291af31e6d925add797474c83aa80785e842b7236da07726e3047c503916 +size 169194 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35315300daa9559ab90deaba918b279b8a6feb73 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ed477ffd96b9823513a17ce5f8075e3b7ffbd61d8647256a9a946cff525f22 +size 501084 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4099bbc0a478bec56189abf827ebf40f9bff2f8c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8d3a6d7b99f54d457efeb5bd2b7a460f7752d62c539475c04aaf28f9e9cacf +size 194869 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a9b868b515d14a4e64e32ba564a2a9d13ce9688 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdf14ed55f61eec1f9eeab67f5f3c0d9d817e4c20146316df0ef024605c8a6b +size 64483 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0a1bceced18d6a62f61faf93237d5c7deae421d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d641e55e4b1a5d665cef4d2b72bd6165a4363d8706b9b20c01bcf538d630d1 +size 125845 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f461b3445337fa2e00c0915e7b4624dc8b541aa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aee6ba0fe3609a3751e0a9cb18bb6a8d10c120435e36ff2eb92f6e09bc1d6bf +size 70535 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ff61e1c634ee71c225e0b72b842f882a4fe59d8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eea45ec5ea4570c0c69e2495b1c441c67fa124e50a599552651f4078886260d +size 54246 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d36f72c96a736ecccc5f0e2ff54d8f2c32a9b1fb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42fe4678939feaca916d1b72ad67b6218c6691ec688632b38dfd87a92bfaaad +size 317479 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..600ccb8bfa2537038c578f31bbde37e9d8fe0c2f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9199f11c3e8513eef0e61bee28878574e9df3567c7edd9756a6d11f965a2c10c +size 79503 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ced2bc1794848e423ed1d58b2e014445a3a6da11 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97747b55ff775637132c96ae6b2398b70f4eb6a1da3cb7793fc363eeb2bc7a9d +size 69982 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9581f18c0818bc889d7f9464d10e780f3af41a85 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d606bf5814d515b7a984bbb956e30354d8a0a25fa25936f9d24ae9de635f05 +size 73622 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3b2b480a1a4c20915d9cfc39ee01ef6efc22088 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ed438bad594ed7560925685d38a04d954aebed2bb063ac1ae121120d8e8e40 +size 195265 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14ec93ccc3f956168ab5209a1f037f41647c8251 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5323c509fe7a89dbb0443ff9d25335642a895635657947249f01228ed33d6a3a +size 71137 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e01cc8cbb5a703b18115dafe2727e67c4ab87f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2867b1b94dab55f9b767679cd025634e45cf2dbfdcad6a8f74c4037b9f21ba4 +size 95490 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3fd1dc22954a358d7466c51c1301e286f0b3a2d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296347af16852e9d699d750ae32337720619cc8dc3ccf9a3261e65854d245cff +size 96137 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4459ccd7505ff9550b03776be733ec4befab26f2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d79a7bad2803bbc39de859b931db19870836616d55a5b5a1aaae77c2d2aa22f +size 381783 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0502b3173eda5f5a9f012e4d1c75b76ac5549d59 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee510bcf2e9cb888313c769f0ad29dfea40bfcd454cd4e0fb45b5ef2b147717d +size 218154 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab2b49721b993a204c3b433b462500ba6ff975b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9634ad73cc6d72317312f510826f25f0a00c8caeaac4361ff78b9d58940d5c5 +size 119911 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5beb124843e091033209a1cad5601534f551c4cb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27776a8b39fca14e7b1c455abc62c878f831804e87213e5bebe10f40dabab1c9 +size 260811 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d62625642c808ed1935e8b0d5d62f545b147bcd0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9caac07c122d7704a221431a9cb3cfede76fbd8be16d5bc9e301a4f538746e +size 110680 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3822f79fc9bf109016305beadf1011100a95bba3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1517ed8d35388897db3804793483c5fb2065e3e4ebf76fd746e1d72618a09268 +size 79367 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ffea6d48b30e3f12727e9cdb2318596630d36bb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62fb3ed097272e4134dc6932753ed6116698689ee4589be22e9161041fd12e4 +size 300874 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da4033931e4f719a373bdce1894d9d14f4e4b22a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33eb08747176b438f75ccdf1ee85d99759334a63ce1feeb840a1082b7157008d +size 119597 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f540e3011bfad12cfe0e4d011ce23bf9daa56080 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7b63e46c33863b442c49d4c2fa2a7dc947645e4283da9e10115f1341e6193a +size 98817 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f88f08d3a30f6e3103a8f2524b695b198df9a41a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2914d3c53449943fe7408f16fcb3b47764ca871938077cd3aac89ce9d7ccec0 +size 139193 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4088f9c39117f3ecf0e736729ac0bca9ea5deec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f88b6378a7ee84fad5581add0b20568de30428d7eaee83449f81398be470db2 +size 378762 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7df1ebbf8823fe49fba2fc7bf8343fb016c1a056 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd447a07516a1df177db2043ffbf0e09e7a325b487b5d710221aa42e7154a95 +size 394048 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f3526d2299a0f2d039268962ad71ec7530574ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a606868998c606bc50ab8521080ece2a5300a7397dc6fee5cb9100c0d761bf2a +size 378319 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69695f36302cc3b3c260b4f7304cd5dc739b2b1b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abed774fb1dd12c19e63add7c3409faafc9f3f71da5c78e7a5c798c53c44d967 +size 83497 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9eda7e84af67cd3c20ed72abac8835aef80af9c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2ea21d3c73b1de2affd1e201fe1bace102b0d0bbb5421b57faa6289e668c45 +size 191498 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9def01f6bb1428e635d29345f7f408b94279e73 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25181d757108f91112c4cb96d64c951513ce99c9bd2bb54e3f4da21496d4308b +size 195830 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63472fe4ac3a265078b7f10bb10e493e0b10ae75 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719e5eacfee4bcd7ee2ec2f0c111d8c6c6e1e279644aac3df72b5b41079d9c05 +size 105212 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..361931bc25610e6aa968dbbf12dc42e8b49a4c03 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e540958fa6abbc422256a3997174d84439fa6e00e1ec2debaf973f720a40e42a +size 143832 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..895f585ca3c23cfca72d89916f0457d831317ba4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606468096974af6567990f9bfa561f5fb26594b0141d0f93fe60a864e259e8f5 +size 154631 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f79e37be5fc10be71f7cc21cf2712ccf9d030fee --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc181be1d4d85292acf83246e67b16c2cb719ce776937359e98901dfe350b28 +size 84865 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36f4be0fbe86d0458fa7ce98e8de78970ba34c09 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2203ca5d492e4001988833c683c921640c284d90a1d8da6c1aaf24cd3066f6e +size 170684 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01dd8c88b1b24d98572d01932bb86935d35e6343 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f4a7d20b47c016cc383449aae058747a470de0473d64c4bacc9d2a1be84a86 +size 564490 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7306def95d1b967eb5f880baa7141d12ab29ece0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9ccc39cd2aa75e94b0b580b43e32a7d1efbafb5d935e25960ed363ff6a4e3d +size 101160 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..314e0ebfbdb00a6ad99481bd7cfc43f190d92a87 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0675835355e278953346a0551ea4bd22ff0461be1d863ccf133313c4c2d622f3 +size 101562 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2f1792255f1035d15077dc575343ca3b4ae808 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189fb621ef5ac82bc4ffdbf747bd4a4b3281b5f57111d7af86ee0e80b2044887 +size 76088 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fbcc8aa37110f966eba3c60957d646c30c749cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344cffa8ade46143fcb9381f7bf1a760d9aad11984fd5da03d5bb767a52d13c6 +size 63513 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a1bf2fe9a8bece21c5cddc87eb389cffc5593a8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3943343d4678e2bdf1e07fb63ef3c28e310eece983e5b2a4c8ac528209fb879f +size 104783 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f0462905ea67461df5cad18a434253781c42e74 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4606539b6df2e2af908d284f09776679c6f3cd4c2bbb168e6e62af5e7e5339 +size 137039 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8493a2fe403143b2798ac2362d333dd81b6231ea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b65934742f6654da2c1b530d86455e5490a10ee09384952715dcd40fba5ba1 +size 157253 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80f33b847c6859cffe6f39a9d9dc426d21d72d84 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea574fd3726077a6beeef90cc7399ce5f2c8a04e6599ad0eadce2fd292fcb80 +size 242256 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..454c8a7dcdab28d66ad2a031f43dfafa5552839a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6116acc64a81527e308888f31d609feddaeac658c4708e4f6f695dc98525c86 +size 59300 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e39f4cdce2a26b3fa3cc445ca361344ff6bd255f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6526b5c6b7661869f75d8376099d084a7088c8f19514f0875b15797480f219 +size 301227 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4c16f0f22d1aad8d0158d88c86fd00f50b6b04f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb45251c50ef27dca39367a9c1c96831a35767b54e57ebc563a01a3dbc23b81 +size 125216 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..825e6cc6ed29d21c191949d4fd5a618d4452d950 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acba2f7e787bbe8c31f9b59eed526a673118ed0d89b4fc0442feec4662dce4d7 +size 75343 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aed1edd47df07a3329d3d52e7d67b353495db010 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a592a5ec2fbf90e9dd2a9820d48adf4104ddcb9f557379c667f359c039bea878 +size 226525 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f59a03ae2a617bc867b1b0a4fc6bd8c21122c971 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdfe19633f75a5cc942c5a489714b238eacf742da745f4642bff74e502fc9f0 +size 78341 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98f6deb3f2a5373ed479613ef2571d9401b88884 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08ed94c34a97714a3aa259888712ee0be7d6e9ff64385d75912e51baccdd894 +size 52797 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b05241b50a255192cd178f8b044d2293b290be3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c37eb4685e46ab84b05b3b437c36a221adaff2e52a2f1e5f7b88f6a05b2977 +size 173754 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d65b23a082ac612930573f69fdd21ce3f3f94c15 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9918f3351389aae0dcfda6508d8ebdf19ba0bb5045293c65adcaa04baea0a202 +size 78246 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df686d8ade0eceaaabec46a015e5c8499d42bfe1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be15151dc878fcc3d930110f207e638389a145f16cc46ae92d72445dfb9f62fe +size 152867 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a190e5d67f86ebab38a4711eaf77a40ace15ca2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d621891bede95256782d3531bfe65888ccc93c77335fd82a42fddc2da0af81ea +size 62146 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f546eaf986f33b1396bc99978c45a37c5230d14c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f3607470005b54231fdd2c71950afa6f7f2d135ecd5044c2e9cf4222fb2904 +size 81548 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07e3f44531e776956729eb5d7f4e3a428f76f3df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746932b75087b1cb1a46aea2d0b3ed32d2428300a61440eedf52e4e41eb9a484 +size 107572 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d19c70acff2711faf6adb015951f9553038518f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c74f450dc3a95c400eb213383b91bb91dd4988329e47157f9682276326f5fd +size 245661 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9efbc133b0c9ef38131b3203c4776e618cec5b22 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d833017b0a8f16e472f63d7f3abddf097672bee827db4b1b745586faf7969d3 +size 263309 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6d8da94901e61da5c46973faa8dfc8ee41b8b9b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0f0ada7a23e0d4016ef01695d81f79aec675e7ae9f33ac906407359ca46bf9 +size 174745 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..398c49eef343b58f400806c2b8dfa195212d096e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c1ddb52b56cd4e475de9a4ca316ccc01de8b51796171259f3110f0678edc54 +size 520361 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..860cf49db1d4bd0bafb93cb20a77247ea1e20a78 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e282fcfec095f785cf49589aacb6c49f9734ad6227b5f289ee232c9ccfcfb74c +size 206299 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b6e3d189f0240b03d5ebb0d36558d3c3007d8f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c19e9516643d6dbf3113ee639ddb5b79046542d3968a8d47674b764619213b4 +size 685261 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed9776567a137178e2dcce6155ae5b302ba90d6a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ad2864c09d51354ff4e2a5d28a85bd17263ed220a34d7d4d183f62713a3ee7 +size 247228 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62686ea223cdd67e76b03f02a1f3adb779a7bea5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4d483a19ca13cbcfc30007aff569db060461c0d97fba4ca9fb8352b18b39df +size 384245 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bfd01a768729db789d8ffb0bbbf4d376da3a9f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7dcf38494af75ec73cb4ef59e976c8dd934ebe09c9138c6d71810a342d05b3 +size 1445619 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f27d94eef932acf67f07e4021b69d90c4ba8e990 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370479350aac6b4e854e2100558af62da5d1027fec8a19241cb050529f84588e +size 228957 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd07ba3255f7d906ce4f7d7a3c0bc23eb9be0bbf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2522faa187abb6d76d5f12d465baf603ddb59e40554d0d5ae493d7483a733c6f +size 348333 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..726dbb81975c5679c1de7c60858f8da0889c666b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08fa051008677b515300daa6726dfa9c98b743402610da65f22493256960350 +size 803183 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f74a480a621cecad11b295478a8fd0fa89c982ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2444d4204395d2859d4a21963e4fa99b9d646f98a7912df1eb169d7215a13c +size 248804 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7ef0dada8c0c16ad34ca0c740903a5f7b920195 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55e6d99fc0dc85a217b0f22bd93785ad8bcc65c1a169e248cfd3705698c1951 +size 273231 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afcc795443f357006a0af416446e083c35c6f9cb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3da869210b56dd137e64bd429a741910b242f2a67a14059a61380ec3698df70 +size 454043 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb3dfbb4f1aa7966dca8d35545185d7824a1bc2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab5b2c9d8a9d56fac45a64fc374bd61c1a1d12d0463b3d10bdeb8096e02c97e +size 960945 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76bb45d7205c4aea5f8e176973737453d5f6aa1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4b000a3ff63e580d45a0412e12805c4b6a4aaecf9e161c38ee7c6bdf8030dd +size 372861 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff1c081871115798ad9aa9f68f82aff3a6a93cbc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ac4a8ddbb7c3e7cd2784454d06a79c1ab2a96f80c5feade1e34ca5acf57c31 +size 784365 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d72fcb7e63314b724a5fcde79105f953335b872 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d3085e220ded8fde207ccb32944cd3fadc7d52fbe2385fcc3ec2a04eac6d3 +size 484798 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa50519a472e39879bec1507465e3773346dca67 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5383d437d6a1217928a1625eabf8abfcf60b4e07e4cb77b7e53729f8e664237a +size 513684 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..507f7ede4089ecfac3e1bb0a1d1055e501c6799e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5f55fb61e07f2892bf3e03f811a19176065b3903c978e69d6288fecb5eec81 +size 2821431 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0561c16cf01c6f387790b21fed5ff5ec2f23c483 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d9ddc2981888bf0933d5b383bafb47e327004fdec8911ba10f475dc5092307 +size 490103 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42ce2c66560803100f0c8fc5bd10f26e22927df6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c852b511eecd3461cb18e5cfaf8bb506526cc42f5aeec943f4be64f73f4fb3b8 +size 1889541 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fa8dd3874a14009d5223b7dc857c26281bb44c0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c35a798d8d2ff802330b42acc7e0123cc08f798d378af9aa4ed44d5d0514112 +size 390746 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc0a46cd8d036586093dfef72f26eafea88b736c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a57cadae2993a368a1e04cfa21c5d54d51478a5002229c078b84ac53763ec7 +size 1105990 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b23fedf9edf4b449f66037e55c4297e8d4a83c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13551fbaddcec628ebb62a977332ea62fc951a32841bb0dcdcd0fa40cf5aa439 +size 179714 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5911d2897fb1e10d7c3123573d1172812dd4a3b1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7efdf1da9500b3bcaeb4dc20e07e261cc1f523f4ccd8a1332f8257eb5d00c5 +size 284065 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d631989c441311068d4256f06b2c48c9a4efef9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334ddda539ed5fe56946f5d6ba600b68ddf405899123eea9a0efcf3df6c650e8 +size 375072 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffb912635d9e5ee5941fe79672ad058ae910fba6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb15af62a33d2bc7ca3dd361aa433280cac8dcfe2e914ec621966c614da3911 +size 241495 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84481093e57c23f700ea9a83802f7ee35e7b0fbd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577aefe0ab6c02f0ceafa1c08bbf96cd925de640529d35274b06e4a0a11ed757 +size 1270182 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..772f93f0bc7274d8c0c37baed0e4528c2ce7e9d0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c030fc11b5988e6cb0697cf7706bfbb3dca0d6a0f1d778807c1a45c6c2b25f9 +size 458122 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb099aed586a48c7d776efd98ace88375b564b78 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d14ce24dfdd62597215b0bb8bc54b32da6d3dcf02d4119e1359dc5a046c6c30 +size 421337 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46ffd0a3461d2fece3487a47ce32cee5636da2be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809be7aafcc8337feb9bc805ce0be441bc714ac462e59beb95d97167df066e28 +size 116242 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c8a0bccd10f60d2e8f62299f015aa69e36b94fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd1fe1e72e77c892c396278654340b41f7334aead58a86385f9a3f06bbb3d3b +size 807944 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32d2f996b073a1370bd11e3cced78bc270037b25 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d29aac0fe53956710e61030b897229a0aade108bd8925acfab5d11c4da0c0bd +size 721531 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90a0b0bdbafeadedd67581ccc2b79720a9be7549 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140843b2c94e1c01508f483fb803867c9eb6e56bd8873a1ed23b6abaf3cb92dc +size 2535248 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04fb8f43e154bad1aad295df6a6c9e24f7e6007d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0ccdc81cfb676335007820ef91b8543b992a2eea5b331f4d1e848f4da87230 +size 522417 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b6eed8b3022b689f390d616b563b6cadb942d41 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d86affdc2e224bf5e96bdc4caa8d207a6bead53c160f86c8304cc7a78ac7f36 +size 799486 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e863964ec01fb981b3b343fe695148733e4f7561 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4406d14c81498bcb0a09021ff71f254cb94057bfa5d02b7f6446e6ab6faa9a3a +size 548436 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ac993fa803d816e0ea770283768f88a50f95b26 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b4087c3e11db8cd7ec54c0d6a825c9682df024ae0e92d8e6e9c6aaa5ccadfa +size 1800233 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be429a529a413a876e0478bd492ac8d77a36b9b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ed47425f9d36051b73a163051029de7fac0ed50744e18ddbc760f023e44aeb +size 165018 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab7642c00f188878ab044035bf854e04e138f5a8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ef149f27d09990ba8c4ebe2fcc656f29691fa633daa3040dc93f311aa394a5 +size 517803 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..164e075013319deac67b88fe28160c0c84f9d4c6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8728b7048082eb6bcd836dd1de84f14c2d659e6854b550b6a4f4512d841693a9 +size 523642 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f855feea40b711c53ec58a5680a53c8a35c6d5d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c2690966345c72c7286babb024a2c75ea962e8da38e3555211f85a3464d1af +size 220313 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a685885735a7f233ecc17b6aba691ee65a2190f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47de2f128ec055327f8cf8ff2fa9528a3dbf78519d18fd1fd310c8c258a42b61 +size 585378 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65c8d5ecdc0aefcd707bd45f6e3d17126396cdf9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9709b814c3e33bb444a4f8ca00094aeafc2b855aba3ee81a25c3d5c5955784 +size 212348 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bae219934df9ea41570ae89ea5ab2091c0d3b8e5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffff050b4dfb88ed48eba3a061e96c57c8e2aef77657b19c5348d77f182c5b1 +size 261936 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa1962b8ff28bd4995810aba9d0d5785700fc777 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115a313dcd008296c952740c9d0ce2d62832b13a35d264b2b2ae6a01cec7898c +size 803673 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..705015c4b651e38559c3c7c136c4b08b9abf1fd7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1cf489a1e0ed34120280131bd5d4e0cb4c37389a3c01156f86184a38bcd054 +size 1195089 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39c6296c5ad719a426166a668f26e1a2810b14bc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4de9055b7a009645738f0a2514e4cedabfc9a6a3c9a1b4c81e7b18f86fc97c9 +size 259127 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e70df454c38adf31856abddd2b1a1820cb4733b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51653a232e6ef541e7629e3c6333e7cef94e51c2f3fa441505b186d665e0aedf +size 503546 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe9eaf3322722289224fe8b841272adeb9ec41f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6155a1807bc085d29bba31ded413af3dc732f4d65f725c9ea3bf506027b0a7a +size 601797 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab2302d4e0de78c8b7a0e8ae130dac4d54df3ab8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f03cc08603dc537beb6e9c16061b587589f96218b6b6b467ca0c9c5054988b +size 656603 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e96bb0e0aa819b3af2aac70a97d3c42459ed6c9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40938244040faad364aeb5e79ecc73596014b31c5acb77c2fae6a3e30b1b4098 +size 596229 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f70f923f77823c5c1d3afa5638764d4ac7b2174e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a5dc89b04246a17b377b2f7bd7067738e9238c69985cfef85be5849ce30e67 +size 433247 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..832ca2371fe328aab0a54f24c928225eb65a97cb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746da4594126a6cb7492ad5e150c52ba773cfecf8d8bea4941682734a9cdfc10 +size 4304104 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fb9689554ad2f49626c97d835b17038166ded8e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aeac2c6f27d8ecd0626bb30970cd67b4ba3dcaa94f6ec2f52e17bb1c021cbe2 +size 691030 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56ad03c98753990d2db5ff41b2345bd2f145ebb5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd6e48e6d790f8aaa881e42dd37f9d812f7058a5487afc7ceac9ec297e9f4ef +size 395853 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a06abed8fc07b94aa0fa14a4a8d8dcd030fdccbb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b301b799d2d5c29b454bf4825e5b288f4ad46dc531e80f1e2ce0c607d64565 +size 1327866 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..822bd705d7d4c9a2f67754c5fffa54728ab7a431 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18facbd4edd130942eac26eafffd0d3e66104effaa63baf5a55b17a8d9783e1 +size 461452 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f05504663bb6728abffad436dfca3aec6198158 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbc54331e114b0505d3e4bd6c046ca06e2a51d34f2792fbe7c5bc1d4b061a5d +size 385519 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a062db9b2fe11680279b40e226ff00b1496a4450 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2d3952fe9a88f4145ecef0dc2137924dfe86271fd177b3f3e1701447145194 +size 325416 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eefb818116db18d930179444d9a18c297d5eb562 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6309a934fcd6b25a5c0deb2738ad1117c797cb2696a5ee199f92b1a298bc13 +size 412258 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..551e92955d52019d06b3ea35928c726d43d9b060 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca9dff7134e68a27e04a37ae41194557f6d1c4d68babf14e853e724066b461f +size 797274 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8337763f93123c93ee0d2a800e1a3742a41edf03 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f8bbaf558d0f9790dfe3e6e8cce384a03ce10850cff20b669a8a5c9391c7fd +size 1592708 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab95c4e64efd98297fe66857736a0c7bdee2639b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2544012c22704169eb4f8bec2b613762c2767074bc7d999ec098a223b6edb6f5 +size 2290377 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bb002da78e9f6a8cc384708509be9dd21310ad3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30900d7bcd914d2f68f28ade0acd59469c18e6df5df2cd2afb255f8135968ec1 +size 839887 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c417687541349fd194be8c3cb0af974171ca5ae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441aef0d8e6f045c406a3de9a74576caa1e8c912d4c8315aeac239d6fdb709ad +size 1449444 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc64ca326887ce686448090787408171edfb9d6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d96f73d584a59c733bed11d5b44bbd095a3f2c757c7e35f2f0fc4534ca19c3 +size 254193 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7b2533802fa9191cf0581537938e97d2d6721d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8be2561f9e5a9153053205e798f12aa2f88fb255e9a2f17d59dee127f2abeb +size 420440 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa080be6492e14e0ec765925152e2a6046bfde57 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852fa68912a63b0eff77009af6d5dfc11fb699571652e705c37af5ff432f2c0a +size 967391 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8e923b3f668f456a7801e7ec02e2a2e82c3f8fb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c360b77a5d2bb89196f0714ecb330e78b032455a3828610c39528a349068adee +size 242342 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a27c71052b08356d825149cff4f0104314f3fd4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd491ddd560b1b3e3231313de2f4f61c7842142bbdacb94544f140f2570a16b +size 285989 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa4bbabbe31df9af026f1c25b5f3d64b6c2840c5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866efc73324b247d4ca48aae882b9a638de034182eb1bd52466174e2d3c786a1 +size 804290 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd2185b1dd28622fa1b4a16e9bde2696b0f6137 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e755c7edb7a268a60285ebb85bacdbbcc3eb5cde5ce891cb7fe17cc6221857 +size 321404 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..086a99582b94059e72dd6f745c74e18becba145d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34554a6048d3e612d524c39f4ba2a43b33e4e567da649ae80182f9ebae2e7e6 +size 222534 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06c48dd2a412686747d1a1290496fd7031b9a419 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5597e1072f451661b73e3b638184b0373c6513baab70afea5ca723f3f2f6dd39 +size 498351 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..650e94ee8f08d675509fc03aeb79a00691e8c972 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5b46ed684d7efd10e60b4c0c29fa478e03927593c05deaeb9b89861e1b297c +size 885152 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..784e9687e01dbe3610e011b9bf9e93571514b11b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339f5977c7bd73db9aff6d65f509a6802faeadbab87eea2ac710836743811d93 +size 1885711 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc06334dd3987e54782a4283dfe95ef5891e651a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e52946098c47dc19dae0a0fd31a1ba3c64fd90de164ef2f67841a1642453cd +size 197988 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c3de14bd0ca26366c65e356dfd84e0701b6e8b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8932fb5f9035114a8baa63862baaffc95f78020d186c3a0cf0a68a0e7c2f01 +size 864964 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b4c3079352960f2fefcf78b49c3cf25c660c207 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a548fa6df2e86fa9ca843ad5a1c0eb0fd6abfa1f76340c9c4190c2eb57bd72 +size 545576 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..296579548ad2c992501ab948fa1f7f519fbbf761 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa28460b7cf81022bcbdb74d050fe20cc36f343c8b4b4090fb875b29c0ea86d +size 2244694 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fef82f8449dd0a066bd1fa953243b6853058acd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b0478eb0df6b1b0913c8b69cfb6b4283dd6e00709e66ccfe11900f876d1e29 +size 741076 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83c6546738a9ec91ac6af34bfb18bc8fc9990460 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d67dd5e9fa80033aa9a6dcfb7ad93f4ef2e1540e2d15ad0d4e0019e73d01c5 +size 286723 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17b4b556a62362c42d322dffce20ba9b8444d2b2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dae7865a6b54c8ba92ec4f97541e53f3e096b893f1748377b5de4c3a1a62c9d +size 1519795 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7487061c0853011b7654613a3fb133a82643392c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76532a7a750128cc01b1db74ffec6ffc0cccdecdabad24c5af83c537a16b4cc +size 434716 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aba7eb7577567331e09276dc1f810b518e4bb09 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a67e31129121fe28be6b3f1a96d854d09ae77a12fd27d6caf1483cff6bab710 +size 355542 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..426d3cbe6443ba85f6b0119ad2b019b0a8530a18 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e58b390c6138a6e2a2ad9875e9a5c1bd0bbd0364484e78b4b74961b9cde18cd +size 297296 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe387efa2ce2b05a225d8c77f6943a53ef38250 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8b81e914146177a60911eed2ad75d5cb84f66974f2b080b9cf9dc8f1b5c1df +size 561269 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bbe5e13eedffcc9a9893066c71fbbfa363b095c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c13dcc6f16e7ca6e1cc6c931e96f8c68bc8abb2a5a86f2887f362d14a4a7dc8 +size 172075 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..506e5633bde591a14f22cc4b2759893c5d2e3454 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b32703d26d011fb03a788c1161823781279716f343116a1811868fc0afe424d +size 1662895 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9d14db20452a487621a45e7deed1db53eb9c6a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec2966f11fcefd94a03eb0bc175449d79cefe4850ada114d05ba419b8a3f736 +size 445156 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca7bae7f2e421a09298ebdb7f09ac2a71ae191b2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dbdebf84a705f6b9a5679fc8043c9f00b9267de3892a9e19f4ad675fcdaef9 +size 177523 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ecde3db9b52777ffae1164797c1ccf80b20ea35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5095731cb0813cb8b3c1ce29973c3558d33c71018fe7662a2715b5350bfcfcd +size 312380 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5015f94a17b5b8f5dc52d3e2c69afe12bfddd281 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcedc7d22bc411ada0945f7d67e8b889c4152a81da1057a70140ad0dc0056915 +size 603180 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..affcc8c77af51e0932b711cd8003df7cdd0f0d35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d4de70f2fc26ab92768c2e155d4053e29e6958284f23e63ed4bea9e51df516 +size 395911 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a91bbd9372bc63b7267a8f55cd6f67a7217fa58 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702fc350a82ed57fa850cd54225a7986db58d0a705cf6aa195a89bd37b38aa12 +size 247003 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f65f294b95609e3236eca18a34fbd2ff1fd7b72 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8724b274cb60f2d5e3d6d00e72f18714496a147dc46d315afb366300f2c7e7ee +size 502763 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..153873d442dda898c12aa903fa5d5d2c0eecb487 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0cb942fa3ba4c1273b88f74b20dd717844eed1f53ac27e72066c5714cab1f3 +size 629421 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e5c05cc9a93d6d44d52a758a149ff1d4e2863bd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcdccf70c92573a324e6e6391c6dd82f98c5d7fce7268f802e02d374cc4d3b5 +size 772867 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ff5bd57dc4012e7e7b96f9423aac3b05ffb7b69 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3e03a6c1cb4f0c03ac2cac423ee4e488742ba6d021e73f527873908e479cbb +size 492545 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3fc6d516544bb9b49f5df0777ced2a90aed5439 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f2e16679bd9831f0876d65da609616a60edac60eb106a3d68581bb040be143 +size 914469 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684e3ab6bfff946c9a3528cbd008f85554a184cf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b09c8c45adfc1415c854bba4831027a6e9ee44f88385050e756a019b048f036 +size 537046 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99e779e4d5fca9df1d03a047340ac1191269b12b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fc5f28dae963baeea210f5422e278575fd7d4134c48bb49f3d39cc82a68522 +size 194930 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29f444370b337627df4eab1354892d38af0afc18 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb6721f29414fa0e6815fd9facc5a57037388dea7b58529c416d5d7c28a142 +size 1255985 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d9698ad857ccaf5713d675be80e952de50dccf8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c476e9cd3dae34e965d215776aa603b823980a62f2225cde04f4b4826439b4 +size 1416740 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b11fe9de22783f81189f3529dbf8c1cc6babb2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db7cb7df3646496c5c0bc5b06254d80715fbfb12b5fe13973eb9f1c76977a46 +size 459528 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2910fc93f0e9df5adf2d9928cf0fbf5a456e7b4c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49305de01ee45569c470f76e6fbcb4e9d5c7290bf7b467d552def7b38e07fecf +size 963338 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..950c727c951cc560668462ece712fdbfcfa3e0df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e89dba8a9ed734b98cb9ec14c89d0f21c49d081c9e34369129ba4fc2d38baa6 +size 2410193 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5adc470bfd55ab608ab0fa3a541ccb26788f8dc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2668985232bd81da107db88e502b360540b1981fb2e64aebbce2641a4e6b07f +size 1715472 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d242a3a35baf4ba5d3a4e5565cd44a2fe72c10d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e943ab7400b717f47e2d0a7510dfe3b7e88345dbc925df55847b51afa81dac +size 1938451 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e147c153672cc823939ee91f89c340550677e0a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04040161c1b836582bfbc15bb2d268c531ec29acb8510651921bb34978989e6 +size 1000085 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..443e4f1409bd6b05d793f594d64b4e7dcdef5103 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912456b85e40308120d8bf79035b8bf179fdebb26c9c7d145231809433d86168 +size 419011 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cb000a5d44b42dfef90a8b1a3834b24d1420921 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d853ebef208777f6483259019d095d7ef18ad2fb02403da36850e9bfe40cc823 +size 967348 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43ae0cc50f6f6f5a9291ed0f434c2df05bda6798 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703595c48fc6f87110f976436c4c81ff46c56c2bb8575daa4d632986c786ffcb +size 298557 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8f8d4c5d0fb39902276cf556224140b250376c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8204a556c39db9dc98f3316f9d104441d9ca726dce1cc597d4e0063a3a7ff014 +size 352320 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6be2bc217c58eae10951f0a16e188e4c5cfbfc0e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf1165c00384a74749720ed6c22b4de2505208d60225cae40616e11152c09d0 +size 391402 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d8bdfbcc378055f9440cb4b95cdc92d17fdac37 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899eb950a757ed6d502bfcc14ade8d54df2bf5436b2de8521d3ba43b67cc42e9 +size 264088 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b9aaf2d775d9776510ea6cb698d6c5c38d7f071 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928f647ac77a778c944773be315077319ac7b176d524cabe3bcf481e397bb152 +size 641486 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb4ead43c88dcb93e0f8c04be72808de3e75530a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ae98aee1751b81dec0aa11795717b24510a2113d4af0537107d516059f2db2 +size 1866023 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd52bd9e0cb19a943a8e04f81c27ff174fff0ad5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e59d9b6c0a41f84d02a49220296a61edcac9700115dd600ef0ebcd730dcfbf +size 255539 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20640bcb22b7513ac6c866a2315ac98300e06663 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f338c8735f10b1af3105b459ba23defccec14b7616b42c09e2ffa159fb60bb +size 519148 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..003a3fa572d41f19e4fa2fdfd02d3eeb4d9777cd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0688368bead4cc0b67dc67471afa524fc06c7af60abed6352810883f91f0c0 +size 342157 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37837199c2f11e555da0b6ff0169287cce8dd704 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f0fc9e1d53dc6910a011bd475d7883b3ecff28700234ec79c3f57a9a7ccc5d +size 179172 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3903d0709b0620d3b411b366cc4be164765d316d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909050150e1cd03e2b047019a87afc4568478fbc61251b9d2e54bcf9516ab745 +size 416525 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6e46018fbd0d81264e148de3dbb252243f6153c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90c93ab838ef3844c86dfe0f53b537b0f8cf1e577d4576ca6a6e93c9c327e7e +size 401049 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87295f7eab01ce117292fa3050958651a55472c9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f86da09044823470c8b10194164aa1ca586a6c2717b8312b0ad3aaa1ff5a71e +size 826658 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9d97dc6157a32c570b27af14e04ef9f017143e8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e977631d2d04017d823904d9c5405bee25eab90d6cf04ddaab0f7ff11075c8bb +size 828057 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5754d0fda8a6364153c7bb6d10d6dcc9846bec3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238a8e9efe8236b2e05a02a7077a38190ec3a5ea2734abdc5f69d709d6766de4 +size 934337 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..914151a88add0ea45ee8e41123145090627fb3a2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ea9ad75df0ca995cb11aa3d1dae867712c72fa09e74729cb6b53d046391ec8 +size 1187208 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baec50ba8161934ff2112c0b268ff296f8707e3f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0436825bbed4157e898cd84b18799ede5ab0762ff630b15bb0fd687a7b6987 +size 359974 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cbdba981b2682ef0868dbc177d635ffbc913d0d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc4d3a1b851e6a32c134a158c50bc1acd2af5f6a22847a1ff62dd537aa758b +size 392582 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e6e984346d9c7b8e8d796989973865f965993c3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd47b60a531c73a4028b261866568737c8713f998f09ecf50b10060110745cab +size 261702 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d7f2c20c860f31c572a64b7511071b9da236475 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b542ad5f4642b12d0ad22b4f04adb261820e608de45891ae468929880102d5e6 +size 308937 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0a207656ff9fcb323e422af281defb387ff4188 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4975253e51a923a085c20b3a80275abcae05a8bed5a8ec992176794163873a81 +size 466515 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..642ec2a2b4a2077f1f0346159409dae62c55ac76 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436ddf7c389ccfed705ec28c0183e1a84fadd64ea9a1fca19dbc9e1dd4b2220e +size 358908 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c83c4a1365cc1acddf92ad189695f2f5a618a68 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d50fb834590e3729efdb8315ada01056a99101feefc853cf70ee316817be1ed +size 963569 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2926c4127b61e66fa011c3c6e72b320648e78f1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406c64bcddf803c076df5a6b1953c72ea6071e5bb6d04478472ffdd7c23ea48e +size 650106 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..839712ee4caf6c2809cbfc9b6820d69539f1af0e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f4b31b774c5099b0fcd74448be38ec03ac1d9d7573b5ac0e1a810100e5e848 +size 310798 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6e8e74aabcf8075cdb41e59d963dc76ff715ae3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878d7602cd22ef932ab066ca5c905165218bb29682bfaaee2e637d63f1b3ff38 +size 403249 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1810bb26b9ce3b65dea95a51eb8d5630cec3ff12 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ffca49aa5aa8636486ade0de63a774c64ce294c71a383acb0705656cb13c92 +size 246752 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..856839f8874e469719e252e2dad6455838e2ecc6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a143ff9f0639e3f16b2a61602f6ede03e71bf53da3d6debf578b9402c2e9171 +size 374794 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..895819a46c46777d39328c1da1af135ed859e597 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdadd1f8dfb0ddce460451cd474fe0580cd36cba10863c8d4001590d6de0a5dc +size 765904 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ceae1147cf41f6d948d6bb2446b92bb75d8d8ab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c9a39eb88864c6dd66c4a036ece2ce99f5ab0db556368ea4d01e45f793133a +size 578455 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bb659db9342b475812ceb4a533ebc39cf17fccf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af19e629c1fee6e3f6012e20a4ef00ab8449573e0f9a37f37a0ab64ab754654 +size 782925 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78f155940ecdc1c5b947550c1b30380f17b0f562 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee520d6ac590c31c9fdef36672cfdb1ccde79c626aa1d609659d5177e738639 +size 349718 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d1a02f5e78cc2717502880389d4393d6d7e8889 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dc107c7e6635c64e04c9c750abb9ef4c89e11090fddcfd95a970c247147def +size 503242 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76d68b44339db66b0e3d31aac4ba8d829481e6e1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a293a1cb33e52e0fbc4df670884bd4a894a6f77894a7ac6b3b725620e197cd0e +size 394186 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1ab631cc33df600a4ac3c2fa46840e62e08fa94 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c555e4b51ba096de8c3e06d8d0c87d1ff18afc4129465aac59d8a6c26202d9 +size 543564 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea9d3b5346bc23250ed2c6203b401a0a57d7e6f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ad747c1cffc4a612605f244b0376bc74799baea4015efa9e9c8e3b6e07f9b1 +size 1032818 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d880f858b0774bc94211e5c3cd91a14cd7b2166 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24a9eede4573e74bffb6a191690e214b45addb5d816c892b90dd84a2ec32bb7 +size 380612 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06a52c4d94d2aacc5e850a141ce041c42cdb2616 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e7f2dc563e62c724ae5895df60aefd659e1c110b14dbdec1640b30eebcf427 +size 313415 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7525e8bd47f571088d740a1793365bf31d425966 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd90528c1668e2c2043b9231d750c95d204aa80ec8685ba9a6d0b35ced53d56f +size 434353 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af349e441ab1b56275c9a929ae74c2fb05876322 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6c94453a62f8c3defe3b2dee813a030201fc69fba8b89b4b9886f16b92b7bb +size 351379 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32085b1b0dbc74eb538a5b819b16969c46ad8813 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399855c1970a98f11cc25a70635a980f61ebb1a362572903fc3f8df36b3415d6 +size 418971 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2fed3a40c437daa9e022a03d504d7becb9b092c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae25a6648c3cc04138f239c902189ab2bbc2d061662524510f945e34d9d088 +size 417244 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f6869e9b8bfcd90c0127754f710ae0092231bea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75afb0022723ce3e32cdfbe9c135ea7b0f71eaf0371aa52c09f8ab22392ac067 +size 1078769 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2546e035f83abedd844b680f7ded1b8a62696c72 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654122ada28663347a2efb5b776944970a061321bb7859307f20a2e6107d13c5 +size 613668 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bbc0f1b3fca9c0764af742b96265298a41776c8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e310a483ac9f846cb07ef89b1eb3e8ddb1aa5f9fcb9b3bbf2575fbc88128326 +size 291317 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f6fef31950b1d183b990ee8a4eaa02e20b27d46 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd8761fc06bf1a779a07b5449814696bfc14c5a893c8948fda75e7945dd9f7b +size 761375 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0d702efb8ec609ef160214ecd491eece4bd67b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aff3fc654726dd9cc7ef54220da552fc3905f8e0abe1b4035cad455ed67e044 +size 486614 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c48311ba671c5b648d347d8013f1de314c6bd6c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd57a191fc69a061dc76306b4fdf467b24e9fd5fec392cb2b701e9680b40c26 +size 1252107 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39b0cfcd021cc1e3beba2b4700e8512af11c166d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f25c742acf84d431454200c69e24c4b0c2ae8da7ba4e37dc3c84e11425d0d +size 812818 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b789882de83f1ce5731fc0cf24218e41c3cab3e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da970f01d6f61dc105a68d9ac88841f5b260884cfc74acb5e8abedde06bf1f73 +size 636663 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf8f9ce3b645bc2a1431938969bcc88c24f2ca16 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbca4c206b9476a2a18193228e963cce57f0c4c4503a8d53625780e579ba279 +size 191820 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42daf20e27f03f3e0d6d7208f82bb36a4f475fc1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93174350e6c51b0024f638e26ab3d34e29c179af7e69eae6e5b8e9ef1d4f2786 +size 970448 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80af6d656a573a4a96ff40a46741eb1ad05f8f04 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d807367169047fe6ea3a79156ff21a0555444801e419c10da9f4f223b172af63 +size 296225 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a426b8e4ea80010f7b70a9affa6b65db67b5f3d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5982371c90496625878ef2bb6d63cee62a2c9ca687c9b1ee3cbddfa3bcec51e +size 375059 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71723fd1bbe2132fd795e5d8b97592b80215bba4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037588d4a4752fe3ece1f1856929032d028e43f5ccfffb9c52bc8f4f22b1b442 +size 226654 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20811da9e3673e255da8e587d678a289055abd1f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a5f3729c6c7ecbbcf249cbead44ff8aacf94d5aecee9321282e278cdd6b4d6 +size 398499 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0946de1405b2882557c30a632ea91bd3fe2b7258 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808db57f92f2b5ec3dd32ca9ae2bc0e6fc5b7bac648cb159e08e15586eaebda9 +size 263752 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..827ed730bb8e13da2684e3fbf912264db946f287 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7316bd62455fc1d1874bbce1dfcbb829ca86efa5a9e625412f7195d115f286 +size 310582 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91b91dbad1c40b23460cc2ea9e208f7adec82929 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3c5c692f3bce76b68e5dc2fb550ea0e8b2f75daec89329a996d950cd65a1e7 +size 482065 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f766aac862d616d0ac4c7ccf5c9b8504c9d2b2b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6baddf35caea66eabb4d7dcaa3fc375ebb0d4287014ccd3535d24c9b937b91e +size 163879 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..265f26aa0fbf67c781431548abb4061cd9f76b99 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c238326604fa1cdbd6eac78182411a31b8c4d0a742d1956dc5e7466aafcb8a26 +size 481509 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b6254eddb64767048c77a5220bc0e0844e3496a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc34fc83a7c87c254dad191c95228d865be453b00f2692eb4d77042940e84b5 +size 288955 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..952d9463e47dcebd7b0e04adf130b23abe79e1f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc61bf77113086de409acd4490b8babcf322db225de80a933e3f8b9023d707 +size 949814 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba26415397e6fe3e745b47ead367766fb825bc99 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d426b4aee18c5e30bb1254c18c587b9a4e0d554201c2917caeb43d3f32dff6ec +size 430525 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a390984927636f89ac9856160620b3ad172bd238 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e488245a95f1e04407066ee6d82f17e75995f619b7f4e772c77ecaa2512de3d +size 525822 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35e8131d68290c0216e6f229ec2817ad936e9ba7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268f718088f91057df29d50e486a619bf4d9c63f13c01b3696a4d8b4120c68e3 +size 266872 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dad9a9052a746d6b82c471531f92b939d7207ec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978039054d1a0aea0480950c5fb710ee8fadb2bb9f79c05ec33375716ea8f717 +size 1009088 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1b9f200861ec71f94bbec8cadd461f57e8bf77f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cc6d5444031c94c1b09c4f9c001a1eaf71ccff9c1292dced893314c234e06b +size 253941 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eeaef51e659336d924fb38ca4b210a1fab4053d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d0f76b47e643cdc04548c7f28b85d795a73e0c9b04872515eace1148f71443 +size 238148 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7c7f032eb5eed6aca3fcd110c74de23f42632eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb15486950355145bdcc8377e37e46ff172a34f384bf1b16ec38df62294396af +size 246550 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbf9d57911d926e871041198c298b0a93bf20855 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eb3eaff37c44406251a4f0c26698badbbed56c47b0cf8275a0c450b2dea88e +size 328933 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d1c7d86de5b14448c08b1c911ac0b797c821a7d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f337c4db24593248d72d15fabc66ec87b34b641fc0fad9ecb4a3284fe852ad +size 383493 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6f95f1bf4111e9e7b55a1126897cc59da67e4fa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e4617c4bec5a30b054ee277714c24f536aa0fc2f4328169ec975aaa9fa860b +size 284610 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c82bdf79bd7d5b691d19a96a271b46c4bae62eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd694179d6309a62dda5499f7aedb877e7493a404860c152511532d59c8fa0b6 +size 410620 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c6687a7b62e8b1430cf52bb97d9d4732f84102 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c622ba054f09989b0a00c12bd76957c37dbfdb593ff882997060d296cae8ae +size 772210 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..798061a7bf5dc5e407814d24d3f4a48039f904be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52246309f07cc3189e048e1843d1979025f640802ddeb901cd189ff369a0e630 +size 958808 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dccae7facca229df9122d0d4da1d67c35c633438 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71190c27ed49863000b36ee673ddcc41fc2c69c395cc9f61aa107fd739a12b57 +size 358117 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fed2e93cf701c3c88be6db091364e0246b8a609 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5736e821c9e4d6ebd80cba2a8bd7ddedd00e7f5ebf9acc1a431aa187b0745357 +size 454147 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a1595f0de5ee77ab66e340144f2d64890821d95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f2ed02c122942ccc3a4ce419937f141f8e3be298f5cbbf0466b4b733aaa25a +size 438912 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8311ec774ac2d01f538fea7a21453ca1d4c5a73d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78303b1f138a73869beb871bb2397adf42e2bae1aa88dbd0f9483a403d840f21 +size 936470 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c355732bd7287e5d12e389862cd25610b5a14c07 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d24545923b99e5ac28bd33afe907455fe804015e817e5942830490b7d3c448 +size 949748 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12567f6a8e7500b65338324bd25328e4dbda2895 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752330631a19d1daea0fdfe5683a80205fd72e25ba39ea7d2f7e18ad124fd992 +size 285697 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50a8af86aa38d612cd80b33f4f349c763137c780 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b332a5094a62d25dd8f996392e79da275ad497210286158c3751d27d3bd4104 +size 1037303 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..616b84d9d31d0acc117c1b3faef9240f64935ea3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d039a51a1068e04a482a23f559f024b2afda026f34a89c7665d5580c87d98a92 +size 1030233 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0efdc33bcc0f9d35591e09269264e7507fc66044 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d319ef39a305b7504a00db82a47f0e8068e062d0bbcaa3bf5f5947172bef0e +size 654011 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ec4f036d835b3adab256dd920fac8c1c7da2265 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6d71931392a8a3b787373a1a09efdb324b4c61a9181a70c60a0eb43605b1dc +size 1239110 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faa9977eb6e77bd5fda35c70037046f609aff4eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34430e79fae4d8f0b2eb9f8c1871f8bae4c585d9e2fbdd9e0f03089a7258f604 +size 703020 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..742323c358ba7c3b55161ad8f417184d34725c2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00bd53e8080499185bc90b7603d76ecae6298b584b336083af61a88b78b6e4e +size 225767 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d252d8eafe3198f4845461b63fb5037612e930c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2e20965216ce5dca6957abe354b5a6e951508c08a1df010b0ff56e6b7ea354 +size 160390 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d4b14be2a62bc2bb86c2e4fb78f526c5ac5077a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63beb7d8f6a1121fa1476a977c90b09bb869b32888e9f549f6f424ac24c08edb +size 523642 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63631c365505fdb4164856acad234d8d63f8bec5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b55703aef26b1f5137ae91863b544e1a40f13732a88aaf3b36a65e47a09936f +size 1099585 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3411bdd83f6b135dde7bf9c291a9285d6bd02e2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea1b661312d0eec313455a938e75f6fc9a5cfc6419d8b589baa8f874ae3a0e2 +size 427204 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f0f5c6cbcf0d3ff28e5189404461fcccd9ce2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f400e92b2aadbd6b3d766551a90d9f8b57d6c5d9275eed6d4cbc8c5fdfa5abd +size 1083876 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1853911393e147c118f2a4410d93a2ad9bfcb64 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dc2e69e814ad8e807f992232aa5ac090c6c6da0033705f9cb3bb600dbb9f26 +size 492815 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee273e38161287eda244d73d8ae1e8fc30e7ed31 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6069c488200da494c5771ad2f1d5a47ceece128994c7ed3fc6d25a8640a3c7a4 +size 1208955 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eef3a54159114c8894fb40bcf1fbfec023d509b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e2711ce4f53f7b6527e3ebf371b8ffd925f0f12c784ecde55ce8672f0a7770 +size 422776 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3664a506488424dec492c9945446251f7681c563 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14db96915446ea6d8abe66ba7a3d2ca91b52ef11cf4cdc37eaa54fd0274172f7 +size 248433 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..262bc22f6509550e16e632855031fa9ffd880efa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb71b18a019fc727953c36bdc15191b04ad7f5614e5d3df2508b028a27c1680 +size 920298 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06cdd4674e3bda5c4aa31f85f6853d3537b3ba2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567474033c031f59d0d3f196f3de34ac832aed595d6cc12c33cc982ac334b2d7 +size 243551 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b9372ca33604ebb65dd0ccf207eeb76b60022a6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a4962cc5a09eaedc9f55fde8d759c16b30bcd4aa143911882795cbb2367014 +size 421280 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99d5379fa93e94f0e77df75222bd54e4f112961c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790a4cdaf5d713875b8739cb2548de15861d3e05e9fda013b07869900c439296 +size 1289212 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..964e7ee9ce8e4829951d2d7c2f9bc90ee99a7c9f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b936e1f441a9ff1340534f66d3e93f4312bbbe82ce9b1f9e558f934f7191a3a3 +size 490341 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..118acda43602736d1a85ea0d45edf715e77f2268 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67260bf0ecc5b365711b2f6e2b604ba08b02e1690ebd33c7077dbaafb9f9ce08 +size 140642 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c57c681176c9143d4b75526228d51762ba54c8c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecebc291a75c5d4c46166e1c667df0c750ca3c0422afd9434be0319c82e4f123 +size 402155 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..138ffa6bff19ec9b341c119be45c358c034f74f5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629830483c50fae118c1f36aeb4fbcded66c5495ceaefefa40b61bec95f569ee +size 801043 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9d85ddd3ceec27cff6e9a578e83167f40174c5f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3b1b6ed6ceaad3a0fbecf24cea15e9dbebdf7df56b90c24a7e94580d07b59e +size 982795 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db810d4b01f62df5960ce8fafce7782aa4783978 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821f543f808fe1890206b9d90b0ad17025054d7d85c3c77608aa88f45dea4837 +size 263283 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e667e049278673d735cb8edf6ebfe64b1ab1335d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bd45d690c4f515c436e1029febe00e98fdfa1a141748e539cf4ce0a85385a8 +size 1234263 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c3005bc8bb2e63293d4d543bec3619ba352c8c3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8ffb2d2802dc234f18d7ade0c7cafe3eb6bd322b2952f702604ab805144a27 +size 325744 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ac462be2761cc23b370de827b4ce7367647e39b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2382b356ed1966f8278fc4c693865bc552b5dd77505756655969d4b56249e4 +size 1371782 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..579ab5e784af0b8e2931084dde537d8e5e5a235e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ee5d193666d9f8bc6726e461c2075b204ea21996b7388a43c857271c9e553b +size 441586 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1478ab0ca43aba92ea2aef9dc5c56a5f9ddc1a7e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b486ac13638e2a85d11ed427f685913ae0aed416dfbf2bb968076587526bd8f +size 455689 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57dcbcc4577f1cfb06ae7533cbbcc950cfe1bd5b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a371a06fbedd127f7ee9c8cd808b11f07fbb2ff6079d7b6c84e43ee870779a63 +size 1866341 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39191184cf20d5e0ab48347b0b9d3d146a889405 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29163c4218970f5bd53723a25dae29f1800d7e06ba1dd7091a96205842c677f +size 631596 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a59a0c70a5c53dbc5c848837cba7ac774368dc59 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647337164e51730b73b03d3925c0b464a9b5942d3abeee7e438839e5a3a4418a +size 197830 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1abcd4931df0113fa8226d71c94d3c0900c157d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8248fc4365a96cfbc15717469080db08c5ffdfd958de74703c6e12565e0085ad +size 418461 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83f98827a689f5e716527f0561e1ecf7e51c6caa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce83a52ffe944d1b52d1e9e27d02ba81f134188f59966b9a0273dac541717d4d +size 298211 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff7215b277f73d2ba4d3a64afc835aff21451410 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3403a4f5f37b6623ef34e2eb4d7e2cc2730454e9f879a19b19e714fc77a8e06 +size 190643 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f37eb350bb748135c67ee04f71d1e2409100afa --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5892e155f3bbcc70cb15cb78cf81d0afcdd0c3ee30db8a9aa3dc9719b93baa +size 1351027 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5c845ab05920a2a8b4d1424386d63a6a627e5f1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3098d5ab4d5c00ddfc3c71fc3e09a4356f9948b4e3cf43916261ae7e26dd56 +size 301404 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..322ebfbd785427ac88fd6d3ba23700b186146d8c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a9800afee22c20b2feb602537e4cb867ea2cc102d7896438efbe857c0f93ac +size 274878 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a00ec63f22078e33efb9c0ae762e175075cd2ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef5e6b42ec69f4236ffec381a99ce57aa4792d0b4c2898854af6475b2352625 +size 276925 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12f1927ee7ad619952a3fdc602a821cf7679c804 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91168e1f714890b970d24c98ee526ef058b9594f5ce735b86b532cf1328f263b +size 900436 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..152da6e5a1aa65697495dd9bd41b920704f2cf3a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ddf3ef64271f3bd47b66eeabc4f38b34f1c1b1d9cc3dab3bbe84497aae8774 +size 231528 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a84ad9f1d201b9bc9c2c080530acb1ebe195e90 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14fd823aa0514da21dd82d9b46adaa72f85891e4d4d9b3d7dbeceda93eae99c +size 360261 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7d7a1f10b3f55a3259b123c9934234cd158b768 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415c7c2d26edaaf90047bd2f3b18260124c926a62b169424115e57bf4c3c0eaf +size 292441 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79258955146033e01b62a45faae500ed3117182b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29e4c6d1dea7fd27fac5ef053ee9307a6b1e5d792af9dcda276a57a21885d22 +size 1005579 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dffd799ae09d646389816f2f1f6d6c1e5f5c7dc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000e78c74ecbd67319ce3ee9ddc0730080b087df647d0b11afb1199356e56c52 +size 943350 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3139cf1b8a19dfe0469493163bf53de83a92623 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c261737fb1d216bd6d537f68511c4c9297f20bd84763dd47ca76d6ba90b2721e +size 379001 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cf96366f989291538d618aefc65df38e8fd1780 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db725fb59be6e2a26bc29f78051b4db0420cb68caa19e23e346a8762e92a2b67 +size 1292055 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..293a322bfd7138f7d6dc1c15eb9655f31bc40ae8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030b9cb2f88a9e9199ba576389dde920cd14e6f5fe2576e5a79d529c615e6987 +size 260482 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b9369bdce56827df5fa8aee069d290d5291f132 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18098a0ba2b1800ffb6ce10450e0e3bd0539255b2048a439c1209cb7dca1b843 +size 236159 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30ed3f2fae8c6b14332a984d42a9b97a97379cea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba9f45d979331706422c6613f4127f98154f120eb3e6e267693c7f2effa8c9 +size 831991 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2be765905692aff761bbf5eef6738b713963628 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1198b6641d3021b4b51f68c20fedf350d61b5371432d7aed2a8cc19c26e5aa38 +size 397856 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1404de1663d2f406dbba794a7cb6833bbb0f9f8a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3933dc096f4d61da08253ab1db32ecf1ceb5be619145430f0f1781eb6384c33 +size 279709 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d06e2036d951a28b2bf3cf68d6a91dd25319034 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dd36e85efa73ec657b1bc3b091e916fde2ec3ecca750b6a071f0022bbd1b92 +size 497783 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa449145b327c7d12719a86a59dc007e75245b19 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8924a39c9d40b894739a0cb7e4d5b5d8e1a5e7f6cdd82297c4813880a6a289ec +size 1896901 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a4bfbb9a3fbfece1cd53b039397bc0dca3554e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604376ee89479c68aedbd060424ab8f3e1cf8190d78dd7c8632867c110cc48da +size 1753335 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba0ade01ea6878767c50fe5fe1058281d916286b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c814e943c11c66d3d75d255ef181dff9c3d0930e7de3a27d3970fca169828fe +size 1609670 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dc65f5d9952c9d7a1770ac424c19c0ddc97a17b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7e71bee6e898dc5f76b4f9fac41fc8281786b16e299514e841e48b51a3b718 +size 252089 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a471464a6a8abf304f135ea577a14488c38107c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fec9ac653eeff872c349eb3a1875a7d7740693db5dee710819cc66bee3ad7f1 +size 611677 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fac9eb289c80f6c71ab33cbe181ae037d088414 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a15ab438579f92c4ea410849f297128598f5305815bc685d4fc47e5e63645b3 +size 698394 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79daa4161895e7b391366ef8fbfc30ece9247ced --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28a31589cb1c65dc67dfc38d4c5507bdca1fad4ea11e633474708ed6b9037b4 +size 320397 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e061f7e39af3fc21ab3145b8cd2087190d196f93 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b073c789a90046856ca396cef9fe49b8e78ce380b3b786ffa0e78e246e3e1177 +size 613692 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5c75efdb0cc9378c4255664c3d516e14352d12a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55823fe71fb028819fed7cd50ec1b8b74adcaaaac2020742f4d8cbd07f6d37e6 +size 466291 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d453d8e8289de7a20bd4cc25c2f765d084f8797a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb736797812f988da60f2b31c7db1f79632d6f416e5b8b4b97109694752feac +size 304836 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83b3c803987222cea2659ff35a0ca743fee8fb59 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274442adbd90012f28eb785f73336d4868676448404f5925edf51814e7272177 +size 443562 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5177ad7e1bdaff08d6c0617bd543bf74b745f843 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c025f0aa77625e12ae3cb6fec0d96e2750a9b79c234ca080970348396a8f844b +size 1208056 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b079d20192cd3d90aa837d44147a6e1c61a06b2c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f8af57f27622bd9a0cf8144855456347e2a919db5f1902a08d2f7a7b9022ac +size 387121 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5df776f4f2d0fd350f67b6b8ec4dac5ec99a580 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ada75d9a63359b514548a08fb4e4c5e820a49f776620f587a013b3ba25bd7c8 +size 354621 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..174e1a8970e7d579ca52e1945bda7862af021ca7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57911b93d88073c2dfdd504fb1084a560bccbe5d9ecfbd9bad857716fa8f23ef +size 250267 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50dcb4fb33de785e906e39a2d7b41791b5409703 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cf224b58826e3718fa84d15cc1abc12aa22536f94570333099372a9b706741 +size 201874 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71da41e1d95580fade425a90b1bb3b3083aedd30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8188fe804c72de9383cac652977148bd1647df9280c0b9726e453af522e10c +size 395966 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d11d283a949107c2bf5cb2fc79f3d1d4b70101d0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb797f044479c115673ae42297d2f4bf653d8f5a9ffad7cf9594f470b1389c1c +size 556781 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..548d6b298e58daab463245312afaa1f9ae107742 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd090bebb025bf85c91c046805ddb4fa81934bc32850b61e5e553282d19b1dc +size 585335 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54e01273e1bbf8a29bfd98db5d68d1e0be216a2e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf9ef5a666285c6ea60c621592fb737fe34a6e78ea0b3714bf8970c840f79f0 +size 617179 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..620551c0110ea693e235bd593144212937831aa2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7eb086a5879534a9e831981337ef14fd52653404749717a1d90c8a9f06ad17 +size 217354 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bcb671263dfccfa99ab097345519cded334ca70 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2408172b599b022aa4f47bf1bf04f0bac41ed3d0fba583924404a08108a79091 +size 686387 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b65a6fee8db9ff6f81b34797fc591547f8e59e1c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f6f00725edcb2aef294b7dad3eab4126d36f149a10dfb12948df99cbc12b01 +size 554685 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adfd5458327d61c351fe5cfc252fffacd897a8dd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318e6ef89dd6719ec2e3ea4de12c988cf2ede6dfe6a67ea7eb0380e6c1ef92ea +size 233596 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d870057695aeedb0e47aeefda1ef0016fcb0dbfe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca4747c574fb13d39c3655052f63984e7b909ecfa5de0d4b64f0babae1f4e7b +size 435799 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0c62734fe2eb9999fe85f15cffc4975b12a8e4e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5498eb34467188843405518578ab94e07e2615521d6854990e5ea31581a2a768 +size 291783 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d69e710db545a2c4a0c2d7b648db036e6578b30a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f1ec82ba3b7aba9aa6724cc3824a5299a61bb0a14415b155925a2f6ed2c060 +size 279864 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f6cb4522468a256c5d57c4712a6333e17ffb511 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4412876754a2a056d44fb8985a1ed1fb4557aa66b904d49a3f5487e93e788f4 +size 508343 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab0a753d78156b5251285eb359c1fd06ee93734c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9880720285dbdf845f8df4f0f95e56c1acb21ef42a0e31b7ffdbb5fdcec2d622 +size 401807 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1605196d3eae6a7ea55fc71521fc70dddfa880a8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64a8486d56fc00faf06747dc88ea2fb692b9b661872f82c9bf3f0de343e9e61 +size 598671 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f90bef4e6bfabadd92557e51b0c780e63939acb7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13031638be53a265ef5eb96d684fd80ce998d0e38c490a1f15a33a78a0106642 +size 307619 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..103997ca7b5e5d5c3e7f2d6df33bcbad95841dfc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308bb728208a699a554e9183409084a6121e38330784adb2eac993d2270e2344 +size 301185 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7ef47a646ee9f030956261a7494334609929dfe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b7322ff1d22d61a7107ef5a33ab4c96e8d0a6de54e369e5fa1d3c087c698bd +size 370618 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ee5c6e36522346aaba6c4b2a524666642eaf683 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a65c421646d73dff007cc4b5a943596f1b1106d9afa0f398cff9bb30d69d8f +size 618896 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd520800f647540a30055a51a381bf7bd26a9f5e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43fe3bcc1cac9005e6e912d939b7909637e6e303d1588cfb1fa84ef6d8bac90 +size 1065610 diff --git a/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c777baca9dd9ab2bd16b49e57f89a2869280c632 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c9449efc225b978d0b0ce3027214d8672cc96c4fa31d275b5fb2e18a805b57 +size 704771 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccc7e9e5d9b3e3a207d4c9adb7c07b50d1dd3832 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31956fcdd9d28a427db40c34f899eb4f7b5014d2db13565f1d59f9e1f8cc66d2 +size 73490 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..003f38553caed76a0eb87908478fad305f8458a5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115d4a139ff8f62f983b15e4f824bbc8e4ae078c22c7887c7155cd179ce34424 +size 24447 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6453cf4c32988a39e3715e845cdd39206af998de --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36fe7583c926b5caf34d269f8c54b17adf78bbc304209177d6ca44c8add8cc8 +size 39104 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7f10365c19f7d322d5a06ae884cf2185a1772ea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c76ed6a714d6100808090f959ecd0f43ff545cdbe41ecec537bd6b0007a0fe +size 62279 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbd5247305b5af5e17184439b427f1c07068d594 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424f4487df771366853b42852ece35cc6b137c63cd22cf6e8fbf12125b491cfc +size 52566 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6f34b1555b7ec5d1b5f381b5a305fc578f6568e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78235d3b6078c96d0dececcd1ab585f496b887695414c4d7cb511b7e022efd0d +size 108765 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70cd06cebd030568a0f11df9d03a861ef038d12c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f61deba0af0ceec2117e046de0fecb821f2b1d374662b82275cd48ec2cf3e2 +size 59279 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dccba5077820be256d5c587a9b7edce6d310b3d6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2008412ae66fa8982068fc39fb3142e9fca419ed4a7e3006d739e9db31ff875 +size 26568 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32aac66df1e22bc46ff66edbcfa86e304d0d1b69 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e139f55c43e50aa5d28b64de0fe23b103d1d880044ad14cc5b3408ddb5a15cd +size 59982 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a8e8713eb724ea9a8c828c6cd03127fd18a378b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1441f6afe1468ac2ee441b5714f00653141f54845f4f44287a2e5c1f1f99b31 +size 27628 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edaa5d9e0fc081a5529dee7fc231384d401c47a2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaea1837b2fd1ebc3b2c93d72327f79b71bff1defd4e8f7523340c3dab9800d +size 35628 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab691ac7a618f3d900475d0f3747ea24b97f6c42 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a258bd3ce53b923bf6ef205d8f78f5c5bfb3d5492e1bf9f553013257c35ce23 +size 51969 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a0be870d2cc24e4d7121b6e43496da90c7e4c94 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7c1ca15281bcf3ae6284b863b74a17724080303566d76b9015b18f45dea675 +size 106578 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f275879e7ef4780075919f88c439368d18349db --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd856a3f49fe85a0524e0d7d0bc0c4eb77cf37961289117d9351caaf2fb6d10 +size 37519 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3b39488932fdd7103c91e9f0056cc62c59b3e2e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd0478c0fb324dc99e5bcd5843f25672e6ea8d7fb5d6a74c93f46097ece93c0 +size 31604 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c0ddfd4efc5cf626b7774f9f1f03a6b0a8dfde --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2d750f5d908735586def884996aeecb10e9196e6878f44041ea9b03b75e968 +size 74833 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a36fdbe4e4560318cec443b852e63023ad8e47 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347aed86e41f76c3137e9165c8e54df719d8cb0d54b626a68c2f499156241de3 +size 37980 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a642e7ef1b217eaf23f91c1ea40f1b612c4ba6b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803f6c42704725cd824045ac98b1342d19453fd73a06921f950529217966dd86 +size 127525 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..582a0d27fbe017c724528c2600f63452c5acd222 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac41dc0d6a188486d67dc6e954a0793c80f4c7df942f5c84a00fd28d816535b7 +size 103734 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8616acda0bbff152adb8bd995c4cbbd7a76f2db3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63892577b896083f3ec7b2c8f6907c4caf6f969edaa8f3de472a1abc2998d7d0 +size 97327 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d1a628f667059a3780bf83b1aa7baefbd8f86c0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c0a009daf6348d7472e9487a6a84e423a6005c204218ef489b02de2b57df30 +size 22040 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceedfaed81fbdedccc530ee5719ae7e1f0426a1b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ad798e7bf37d89042d3561056850c80d3bb984ea6c29a014c832ddab2a6363 +size 99852 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d4c22633f13e1a8933e9a00cd6aeb198d85776e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e843e1183ba91953c2487e08f53e4792fec9d58fa1ccae70f27d475790d2435e +size 38438 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d08338d157a4cbd7ef8e607e85276a78930a444 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb59842c4472666c09d010029f6b466ae66110c7c1e71b3b5325f7e698eaea12 +size 38098 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fae46089ecaf94f581558385c90fbd9e1ccfe71 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff00f187f33409e3a55b353ff57152050f988102919ca352eb0492ead010bd2 +size 22298 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca63c7f44acba9005a469a79a3bb64184402896 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02154e1aad8650f0cdcdced0545993b6977a373b2ffdb8dd6dfeb654647e4a2 +size 67360 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fffc24b466d1dd9b6c54a8f6d0118e14c7dd1eb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d78d8d6142a61a7aeb48804968f6fffc224f697128bbe9eda78dce9cb0e2840 +size 39148 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3180c380e5672441e721c32e50ee6c918690d90 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695cd26389cae71e5b5d6b11a502de69a5c73e2a108d804d0044fecb73904753 +size 35130 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e47d3e8c42915e865070924bfd556b51fd76a91b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad7b753fdfcb7ec6af0b135206c3ed8c086fbfb1dceb9236009db6c7c9169ca +size 32904 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d616d9d7a20beadf70e95877611284c22c725b7f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb0f29a9544f897cba2d5d79809614b52eb3da60b158e21a4ae019186cf5ad8 +size 23160 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d874fbba424f27121c21f975acc8cc728d8b955 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11459073de83d53b8c84e8ff57ef8be4488206d201307b7110c6cb85e3861f5 +size 82612 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f69118e2daba43fbb749ca5e41d2828afa9c8e73 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f532896c5f60bf1c188a6575a853bb5ed2efbeb5cd70c50793955ba7cd9a2e1 +size 23853 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c76cef01798fb21070e869170fc3ea24d19cd9b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cea7eb0f623f384263dc5a3b11eb2adc200cc5bf19e95f6610f238c5de6c055 +size 92313 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b25dc93fe536443fc7371b140b5526a25fb861c4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e3fe2fc63bb557974807c584f0011dac33b5bfbbbcf7f8a7d41ccbda2c2f8a +size 33845 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49d9541b38393c8f7d186485a5f701ccf8622033 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328c08089b2aab777b1d7bd903d83f1e0af720f4979ac7efd87a8628784abf1f +size 43504 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce881c9b8e76697e84cae5e8f9579d112bc5d22e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90350398089c7219ea17a0c9b9405957978ec1fe0968e25c8ae2d64401e422c +size 37632 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..282e7d66518c20b0fda7632bf1459c2178da157b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132fa628d31f1390243f95bc3db19d08083083b92c1ccfd4fbae48f100e22580 +size 110240 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cc29d7f4ae2ce9258a87a89e1dc94d418bce892 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5371d8d35d413162cb63f2210d15b573d92e64e8c425e43b24f1c44d03f84e +size 38098 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c7a89278a1fec1e7e80ee6144ce403404789cbf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7086b9bdb8a6537e62141b6ec67126db7638301c0a142656dfa6450b503a3a +size 36645 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17a185e5e4201787d31b2e00c926560fd4f8284a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a86699d5e48318309c5795b1f46a1dd673c8d325f6cc17a303fe6501193b849 +size 35868 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f96ca33b36a41561c0c3843073439d89630e4b8f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95410dcc577335421ca291a9bcb2b44917d08b994a75cab33ecf8bb421c1b9da +size 33007 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80111617dbd8aee8c5114a3bf151cde06e727108 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ce4718600238f090bcbc871a42efa7b3a839c6b3791ac1c6174ffb52d9a1d8 +size 38238 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2056284c5784e933ca1b1e4cfe2e2dbf616db34b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b2677332f5004cf18a6d32dc7c164b0fe58143fc6c03a694767ce3a326f609 +size 25298 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3d7f1790b26f9fe8ec9c08f009c1f04c4bc66a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f3788d3f86afefeb485627419c6087e4021c32e226c87aefb0cd257781a97a +size 47841 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..def70cde360156bb5631369468f1d1d50c39e24a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8afd02a8689dad96975a473355771db9d64387898155eefa5b7638e42a5185f +size 38832 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37cbb2259dd638ad3cf4051f7aa897fd197682cc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207486eb520e067eb657e35290fbbd4663096118d82772755b551757f80cdb18 +size 73397 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..303708069fda27ecc3b5ea0bc1b25601dd429834 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df0d7c7fb56c29d761fff96518869d395bac17fde91d50d44ff0de485662823 +size 26469 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77835bad5d545735a7ff9eb19deace4fc7b70c5c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8f867fc155fda93b613be3bad9560f135efc9a04bf75728f4e8caaedc9deca +size 34525 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf1fdf7767cade4823b3c0fbfa54571d715f1ad5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883ed13b2001e70384a7d0b8a3494e0a2cf09f81407284043a9df94e8e60f72b +size 43610 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70dc891aec5aecfa6504dcf3309328022bcd7090 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93ff86fa6199d913730d60846c1b5906560e2db86114e79d1d7bdb5f113a80f +size 64500 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a44a9066a6644a38303b666ca99dc7e99617ea9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc64d1396ba7f680d47ebe7d2c8ada91ac5664d6d4a9f310a93d5e1656a4993 +size 91043 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..537ba5a9a9130a97b26909ed2369075dfe26b436 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d7a971ccebd92e6280e8a11910c8d02be139da491488aa24be88ea352301ac +size 38113 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f79f9d4b77ed6a7e56f6e6eca8ab936395696d83 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9ce352316e8a3892a88b0d6d032496e1bd9d11ffe1e8441c87b128e1c1666e +size 79427 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe915156aab34c8c60a8d4ff404169d8eb892d9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718bc49f54cdccb36b028377a4ffa8881cd3c586933282d0c0d4eb47c1986d3f +size 81562 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d61c2815b7eab3b340002f63359ef05a38150f91 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b3b7c7541bca571c096caaf2c0fce5b03eac87d1474a8f827bbbf5d8a0fddb +size 102406 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32d02f956b0414130960e280b02f8bf24f5a82b3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab70fb695fbeae8d887af46bc0932e9d28231f38bd51b911f4754348cce5408 +size 60396 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f4780a828dfb89a430dc34e27f2b89dbb1557b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff411336dcd6a58c60b05800958e1b99ab3b2e8649735885d3a511782fc949ff +size 88974 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a1be5004fc033509484d417f8e53c4eacd6cc3e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359c3648c45335886e6e3cad44837d867cdefc2bef8602906709a85b3b4b3122 +size 23382 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c24ba851307a6b987eba58edb589293249225403 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0297236ee47993eb285ddeb71df19f71ccdfeaa4450f9ea8edf3f5536fc356e7 +size 21774 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf735fc7bee3c06f9d6e001054d6501971a7ea86 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8492e20a947f79cb074bdcad5f3c85cdef35840d50df9c6b40105ff31051b18 +size 41481 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40e14166338ce1020e03b64347d61de762b21290 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd0b6df9eaddfad0431eba0f6a106aa51f5d3ea73b000ed949fcd74a3479d95 +size 97749 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbb439f1084d2432b9ba736089e2e4ea0ac8588b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665a33f51f3c8f0dd6d6d6eaacced7a9a2ec022cf27c583713d275790eab5971 +size 43842 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd62fba0467515c2a8360e84d00cca47c45fc42e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee5eeda584ce45086ff51b9e10c8606b408b73b853764cb6043f3d0ded90aee +size 125266 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c2e4bf6e29f802c44747d3cab550dd1afb8efad --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a9f7305bc5e439b4c4027384d65a256969bf26df1f65a19b77f24ff53ad309 +size 34750 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f8fb0cd832701305315bb958d78c8ce1ba860ef --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61097e62a113fcd31af09ed66bad7773aaea3388da85d03a828b63588f6cdaf +size 82793 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1835db2feb72195c4461e2b1eeec95616af842 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7d3847e608d90567cc9ca08f4b82b6effba6a46a1769f173f6fab87189ccbb +size 34262 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58cdac59aaf291d323d38fd8636cef89e6f7b7ba --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c0d5140a60fd2a65652a87134208538d48b04c22521d5eb501a8e36bcb7527 +size 32895 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..900a6d36955d00aaa4f4c094c0b5a4bf0547fb6c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca3fcccdd16ac8fe195fd2a68f3cd354d70dd9038116396fb51394bf33112be +size 60470 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a78043599b934ba645c3071a781c2046cdab700a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b4f085546d1bfbbd0106d6f04c8c05bd9640c06487f3bec85e5a68701dea3c +size 28865 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3a6892820134d6f0303451b7eb2bcd268d85d61 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f72896f396b2d501335cee6bbd6246b4b01ffaf1f2c301e5d47bf07a44db85 +size 42802 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d36fa8b52275b0743a2eb566bba061af96f590c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d055af9086bcfa3796fefa3122635ebf9c5dde053fa1a3e235936ec961e38d33 +size 83398 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbff5cc8bcd886e6ca24a629b2b0a513fe1e0858 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed08e9021e57346b7337a9b8af810bcb963aea7787b4ba516dc8234cfe366089 +size 45387 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaa27d730ad85ac5ec353ca104b9552e2eeb16d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9494a2232d39433ebac474fefd949b20175de03f0e6d814ce89713e29d2fa02 +size 21933 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3241824ff31a372ef7d2184e7997a3babde3c8d1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b16f93f24357f6800edb52e68997e0bb6640811bf01a1dea4fefe8e46c5eeec +size 40160 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b18c204f980caba55570c6242985677eaa961b7c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6375f634658bbc135e830aebe518ded29235c7ef50d79846abcbbfb1332c7016 +size 58338 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdc2648e87878fee0420ed7f1cb8ab1a10e93491 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055b0514b31c752e28d6fcb24c1427e561ea5d1c095cfeb369ebe5616a7cc3e4 +size 64068 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8168789f3ab5e1ad3d63edec987d5f302db3cf0b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a68403e3553391bafb9debb66a461a716f5d61bc37ac3afffb7185aa666f3a +size 35196 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45eaa543ee0dea05362085bf0dfac8c62ce68743 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45701c83df62b0b4d1fb31eec49af6a49acf9ae6ac72ae9377c9684bd9321123 +size 92528 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a09c7f9de329478dfe881bad644850a16008b81 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0917cfec7209462bccbbb87a51f69d9a7caa3c16809c1ebf3b5808884ecb2ad2 +size 44619 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85a778f4343b2c34b3b095b17071437fde13860b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617b9bddc7d94da8927b350dc3d86618350b3c80e38bda19120113ca7ae735a6 +size 136190 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ea036b85e608c3794f9f6e2855ad14a1a788c4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cb2699817b02b1d2e1a2a9457dea9eec019915dc4acf3996e2d7413f0c9517 +size 66129 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a02d1c1ce037a69515028232a51be7e2683113d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e7e1b9121fb0e9c85899428980351b978cc127541925b71244705f903111ba +size 47010 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..101d8e20fc2d1e81533b8ebc5929cefb4e01f745 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589d5f020a6d933e75f8e3fadf09887c6b60ee3d12186665a64f843f1a14273c +size 133151 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b586ec70ba81304498ba3d16408ed2de859a4668 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3f2491bddfc6428a850359361c74a6ab5f9aa4a82f8e8e2729904cb9c028cf +size 66283 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8a7a998582576fc6d4f2965920c70387209cc41 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdfa72bb231bda894bc36d589afff824fa08221003583e430bfe0179499416a +size 25853 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baec4bf10febfe93eb222b91abd7d9b11adca1b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf66fd208e2b60fbdbdf123e32f1d1807406b339f829b214479223ffcae67f15 +size 34687 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b8543d85dd5dddccf85571c11f67dd77661df03 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528c2922e5e2ee59b96881d0ebb8bda443b2ebb49056fc4870fd5b61e4199c64 +size 38779 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad64e33af2aa70b2809fe5d1da09f7a8eeb9e831 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c54a3b48846f8296ddaa81d746307a506cd2d13a32d49837b3c8ccaf2856d09 +size 20431 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3b3b9b41100a690e9d0b19b7c3806be2edde974 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d82508757104590e7065d33348611b96cae0608699ea227d925b93de451c30 +size 79286 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..443edb9f745dcfb466b26de2531e46e0cf53e63b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829f0b867813d11b53b0ab748dc9418eace47233e4404f113dd85f90d3b47a22 +size 46705 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..422a4c9d399af3fb71eb21cd5065a11ec169f0fc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ed2513c30ed42bfd0600e56999b4f7982cfdcdb61e3a08206de3d04383b9ed +size 31454 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5527464a7f25aec2ca7715be97b364d5a43e52b1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774d0d57c654cfc1f7625e12dbb6b6928c0af23365f5e21d10c0a0c47537f944 +size 30381 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99b82c5db958cd9362485c686a6459ee4c205c7e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc5125414ab6cd1bab5f10b56b709401d929eb18f1cdea11333e5973a2b8bb3 +size 69166 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c4e90412d826ae048349a3a97502fe6ee081f74 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f3870b80e332998d4b27f276ea9698e7f3e7a733f3739f7f05510d7bac2f64 +size 24586 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c8aee3c8112c16894245abd6f10fa81780420bd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5ebedd711d9b7b719cd7e1d8f42130c18fa3dd4b5bf67ec2ee6b9f6eac5327 +size 31652 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62d14bcfc60f9c6260f127a5613fc70420c05db1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a836464d70319969aa5a27e6a91bf007d875a783cb27ff4fc298c106985300 +size 37212 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e7e4b397a0a07f3b725f9f08bd9b7c94759537 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7430a53d215847f0ade4287224ec7f3590de2f5b60a278ec270997fd2e5526 +size 106216 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85913a7a572912ec1c9eb1d3d07fd01111b8464e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52862b35b49025565f8b5453b89d611db85d9cd386aec023e7155fb29269115c +size 61182 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32c194a860d2457557623b621adfe329ccff8834 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d0f7324a1d268608485759e84abe4156d531dc0fa17d2ff66ef7d45cca2059 +size 40839 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ce38acd509a9dea14ed406835197b4a6a90d56c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bca41443a0a6fbb2a90a067cb901b2a4a5acb2453a856d56d89787f3910e7b +size 72985 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56dac69211f8454d87f7ec5810ed7c9cd57776e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a66673aa387807b9b0acb168165c19fd15186f9726b65636d4211f417cdbcd +size 25543 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b57970e40647274303281f9f13f1df04a78dacc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2117ae277d3b28264dd6e3f88829897908af8243237614bd67bf635d7f2631f0 +size 31661 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19ceab2ccff825d321c6159d05296e8d1f74738a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0653b4a90a3c2ae2c8a631e0aad5cc96e1a25d2995993fc922200548a17bc7 +size 87469 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95b10d93a73763680a8e1f6f3b328310232c9b35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cccc812b15bdad0fca17bf8bdb82a1b67ab92f0435d844be0de366fbdcc32f9 +size 40610 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..146abdae019cfb073dd5f4d51cdd4ed5d4043f2a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0210c27e361375292dfbbaca34a5b27b3f9178fa0deb90e2abce2d158ac3056 +size 33268 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de9e79cfe220b593c68b2f8a86b118d849a72385 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd9af65f40f03a3cd9240ab30f2f7d5014eaec464e5a33a3577d8455b2561ea +size 34366 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..276907714db1c5564df56bef19aa760bb89d5881 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa0186c8c175085a47ab478feabc8d703b116686c69797bb71c44de97098b33 +size 124320 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b4ad420e0c9a4cff092370760fe1be39f51e101 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf6b0e3e967032ecb629cf5ec3718b2640bff4bbdee0e19a85c8ee425c5a357 +size 134220 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff05527f6ed996cc787f9c05ef66822adcd68892 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da66f6a4071206ab43902e5706ee4f1f3c71aa6be6eaa81dbcce5665436c6ce +size 108439 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0a16956807ad496d24b0469292176d44cdb5aec --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514f1ea032887de7684b77f12910b3b0026773d69f28a040dc8fd3f485af4d1f +size 31297 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24905b17ffef6da89b6c0997fc4f455e7b4ac386 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6dfea0b0ec4abb846fbbb88a9f12459350fc95e1c87367f62a73344fc492acf +size 55625 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10a7d2f2e3285ce79db118a526e4261c14592049 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6879eb13a180ffac5726b31905dfa3dc4b747644fcfa00660896d471ef3388de +size 53023 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5940f3735a6b415c169235aad07c6dab4c60b5ce --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa75facc258af327eb46f1930c7c20c2f557b9439b8fe3e19f532103c68ea3db +size 38023 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2de160d78c18d96d85fe103157c5d98d2bed16b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d529c43b8cd6e4a80e9a9b6a6c71d0b4e29724c0642dc5b5491a42ad832f2fcd +size 34679 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aec42ae944550de7709425d5c152dc2f672e908 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a028fb693e3cfc9cb6e4b39a336c4541f7b4721f053c5c0f74515ba0aab9f8a +size 55847 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06984487086b60afb353f4c24b9adc762b125997 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d8b60a5951afb7f558bc01bacc4ec86b584f38e51e0f440c605b1ff014e7c8 +size 37060 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5cdb39566a378a98db778ce19d33e25190cfab9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dcb773bc3b22508292a6d7179bffc35be96668024c85d1aa3391e1103c21aa +size 44698 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca5e2fa752aa959ba5594f58ecb3d54d4059bb7f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c81925ec7e31e3343f20de4d8b78138d02b69e4b360336189458ce0f8bee035 +size 126228 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64e34c81b0ce7d3d429efc32c1f22524643f34b6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc83ea86b87c572c46d2dcc0403ef645e99b7f5dae4ec0874f2fe3e256de31d +size 24431 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3303460acb8c78372e0d867b6eec14763c9a0d99 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36bda9f2e7e148626874330c6386f9263d395456323e2f5e6ca4bfc42988acf +size 34050 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..313eeac3bdcb454d200f93f048f3378afb813d4c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d9c6e56844d0e2c690434684b5084bb9da323c641280110586209895b19446 +size 30895 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..930fcf29eb283bc2c2faf2618c800711eb145fa4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dda3509b1caf5f26e6bbece9cd2e9046add7e051fd4c73c02792560a6719712 +size 27484 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0db7f6e92d7d9fc8547fba8937899a2f3a47c813 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0a4a6eef5be727c5662c6c2c9c2521d31e248277b8300f749a992652215b64 +size 26214 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..874e1acc38bf9ae0f898657382c5a929fde31a40 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32035fd4937efd8b238365d400923ac013af5d3866e799d90af9f47f04abaf9 +size 36016 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82743e1e4678d54b6ae8fe18003a992d7bda7d96 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447d56bb8440e47e74eb6b3e0eb93d31cfa96f72e09bc03c43d9402be5bb837e +size 46456 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09d5c89004da570f1d7cf192a8c4687b625255ca --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb46a25bbad54e367bfe96915a193ff53908c214dd967faf97dc3d685a0b497c +size 71235 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04758dc383e76e3c2aa49bd90dd31edb0b67d99a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b82fca0e7d05202086835f9f9d65975abd8a31d92565bbbc27a68e71373e98 +size 22597 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0941ef46d6c6ba9c023c3a0adc75df553ce8468 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c9d47ddc80edec557ed0a47519af0c6da32d8d5994a37e3c55d6fa847927d4 +size 69825 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63dac0ec631e25fa28192b97827a004e0b928118 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ccf801280347a4cc7fc637f10956bffa0ff4daaeba4ee3b043d7d7a6550529 +size 39828 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82ff0c4e51fd2887447a6c8870445041ebd4c758 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a75de884be532ea5d0541813477a7fa9b6845c42f4056e51b8217bd2431dee9 +size 24723 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb54f96081d884cfce6377859435dde0d7cb8688 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c3c3de82dcfc1331bab0532fc569ed866b17840b9677f60e5998991978e535 +size 68358 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..959b071b40c1daa796e75445e29e1c79c023fd42 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c11be0d48356244c53af85039916f9793eb4bcb99ff419abea576bc6076e4bd +size 26314 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..629749e32bf5995750d9b0a2e2fe6941a79c7b1f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7246a1b2a22324cf5e1d0d0be1ee389256e53722b150f8e6d107a126074baf85 +size 45264 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0770bcad2d8355b059a18bd15daddfaf1a0fcf3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c7b87d7a2dcee3157b27edf3722c107324f7cdb0ba125fb6dcc9f7261aa277 +size 48927 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af4f7bf25b414af86dc856ac30e5cd0dd0b2a549 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a865a465b110b8ca5bd2686cf7e2aa854e4456fb0c8a7a38c605d2e2b85230e +size 34738 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..032c15b3aae970f7338bc64af719d23014066328 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea66bdcbd0b5cc19315ab9b8e1a5c7a3334770b89b930017ceab392ec1bd9a1 +size 44848 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..649e5d3da406c9b69a081f23c03a0efe5660367c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bbaf4c4f88b3eee75b9b3ddae131eb428bd37296954eaf16ee9e1e82653063 +size 25632 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3649a0ed6ab0b656820457e68740f9c9b6980125 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2435e074dec32897cef1e241491e9266c3e468fae171f583072ebaa477883c0c +size 24449 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c852baba567b832ac0c426da223e3fcd65ee0eb5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dad6abcd84531d06ef4bdf2545ecc14586f8f178242e4904150d6e3b26dabd0 +size 32490 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a68ccad76b103f9b8cba6e838c2d24f5fec3202 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bed01a2ecde9137edef29247b8aaa54f84cc1f12e32f2860c769156da5736d +size 54629 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..499d621a53dff521e130f4316e85ba2dc437b2bd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef2041b32dc54c20e9cec425e07efdaf108f9ad8b89308cd341e356c9dbbc41 +size 63424 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89d29a3fd54aaf24e6274a67e26c1b1adab3226e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76f81c151e87de6f0e09bc5bef7add8ec18ebd4fbd85592bac97b138dfba571 +size 55274 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d781d11319e42da707d5d1f3a052c973c2442395 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575686d214108ee2f17ff32e3bb8b05945fa24b913090189a66f29eaef93c92c +size 334607 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c6b1590338826c78018519f4d9a2f8a56c4717a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3cdb621872fe0138e268879aee9e6c5fbd980d51e0a9b5a2f937f245206dcb +size 113281 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c553daff8ba935a87ebe8cfe730b2ddb62ffee --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f77e2613caf8bdf447488a8a89dc6410e9dd0e10ddc04adee37a73622b0204 +size 294755 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2809aa04ab09cc755b57ccb110183670829c4e25 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08432222a5b36ea487b892b6216bba34ce799bed1b6846157b11aa69c9db1626 +size 249412 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843c6c7ff68056589e3c1ab84dc4dbab7323cf7d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007207ec2171eb8af4c9806d7c8064e21826814bcd1c96acc6980808464f8561 +size 190044 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e483a02c53ced0eaf24e34ed75229c10c3ecf4d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649be3cabd2d2a915ee6fb854a6fb06706905a6993257fb08aba35f39e39d754 +size 618611 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..468279098ba78eca646e2fb9674d08becfe8597c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eacd0d224e42ed05455fe9c0b6e09c0f8dd9c0a5106f313884e753508ee4702 +size 262755 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..182f63d21496dd2e1d2acb13e5033f172c7e516f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6819f228762c9ad7ad8789cd36fcecd52d0b6fcfa8dfdda16ccfaee9ac5601b +size 147571 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d87ca7c38d0520912eae636f6a49ed609a5a694d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac97016a71558ead3333047bd13b68631ccf85fc53a952ff4dc68d61db44bb67 +size 349084 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cb7729deb831221ad0fc88283dd8533a235ef9f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c9eb0fb7025cc9bfefde035abb798aed97fa99da5d06a72d47e6dbe22209a9 +size 112090 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a874ec7033dcccc93afad3c6bfd9453ab6d67ae --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d219f8c90106df566fb556c489282ba4a3180137235782c8880c5b8c7b859d69 +size 164852 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cd1f1383e40e338f127745f794017df139b1d27 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ca9b86a3689ee48c43da6dbaf999565104bdd1c09165deb4ba3b2e855c4261 +size 249481 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b26852971db8f3639bbef9658201da5922ba09a1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24109ac7613b2bf1e817051f089258cab1d24b50063bc8bd27883b9b60ce4e28 +size 663126 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b2d0e004b2a477778c332acaf347dde043cf12e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634c116e1bcaf7796b6ba83a440d9836183428e00cf90c8407850f93dd2ccef0 +size 161031 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..923fda5f561f93fafb001f03f7c033409f770071 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fbc0d6698b8dd8b61ef78bcc3cb7238ae3edd53c5c1f645a68b508e513dc66 +size 143354 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aed60a8dca75779a0dd7ca46bfabf862dbab6bc1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da444cf37c6326c6f3bf4fe9d8b329da8f0e7a8c09ac64437824f144f16e3b8 +size 324900 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d6e3f62aa1644efa5eced20d2b68ea031c9fd11 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4980144217abfe2295a4f70472d1e6b23b5ec803ca51c6d031a5654291f8bf97 +size 176736 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51a23ea21010e480cfb24ffac4c743b94157c0b7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61833df6841bee6b91032da08cf27c481093e7b9cc3875909e510b5a7d92efae +size 669725 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c104ffbc097884461439acd76a5a7c7e506a5285 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f143dc0613adcafc51c44004fb2daa831ea821e16711cdc3ad52f5c198fc8e +size 678478 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3ee445e10dbaa879e4ca970ebe6d2c42e450256 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbf44595aca8c0b955b45a928adbd04e3257164aa01226305e662f3cc26cfe3 +size 370606 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ffb8b3ecc2cd16dab4ac710c5ec47568d3cdc5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728f51207bc54a7eba87c76e45f998d25b76a4caec0522608606a32014d39c51 +size 84787 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b59e93924fad598b8ba9f56a231ed7a97b27422d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446a11407f169cd1a099342763a0c4b928d27a6ce634728e37b88459608d532a +size 377216 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba0f7a1ea0f76f559a9574c4980400161b6deebf --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce494abc30c81d33c12c7646679c79304d9623364153a6c5db9f63aa0d3f544 +size 162606 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72119cd7bfbe5d12d2c76cccd5611bf44a6c97a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e342faf2ff367bb42c048062f7bb046d5a433417e90ca44b9b58f7dee6d6a5 +size 182235 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a9cf6190c718b2f2ecc9913600332569f3c9572 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073ce28f4f8a3f66f2f6ec3ecb7df07890e9dab5eca22045e06c8aea27053a69 +size 115887 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..263bcb1cfa03019a14d41f26b8ae4c7c92ebf502 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f80e4f19fbcf8bf9a4b7f0dd82025d3f3f7cd649f09ca913cb7ff94c7f14d7 +size 276656 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8df73f5aeeeb782e72a3c96417d2eb3d82279b3d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5cf5b6bdc43bf08ce81389251f10d631006f299805b36256394f4623c005f4 +size 206091 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..036b4c2d871063683e4f72a68716b9db03d24065 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da66af34cde9b55b07dd51383bb599dcde95053e02e973f9c2d49247a830063 +size 162537 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a1ecabac58e58c36632e348b657073b3893e583 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50524898aef20527d56aadee55321d43ba9114098f1b59b2abca5f7f51db619 +size 133189 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4beefcee32b4cfa2845ff091ddd99a4aea88b913 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc13dfc8d706efe4f24afa86383ff1cc1cebc68b94f6abac0fcc0804ebcf3915 +size 104119 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fd99178d05c72c70fd4342944649008355c7204 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90ebc053bb76ef2569462164aac71f04a6a7a1108579769c4edebaa545c101c +size 519495 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08a091e64872179a656750bc9a263002efe41e94 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c9bae40cb30b6082b24f0aadedfbfabe1ac05517af7d716aeecf75880464f8 +size 97022 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c72ef7d680b5fad78b212105d85ebff2f841f488 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee0743f657dd72161309493ec5600bda9f3487e093723045581c8e8736a865e +size 380099 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce6a71246f2e84321e5c456aa1771d9df73fd500 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d9d8404d071832aca7d01def6d4e0d22e4dffdcaf23e5f40abaf2ccd7e09c9 +size 136800 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19b3da9983606f07ae4274304e302493f46c5735 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e374e565fdb00ee7825d251f15562dc34cdfb78e3413c94d606904b82a0031f +size 224753 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aadfb01c95c19e13978a7313f8c6377992cc618 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e416e13c9c3681b9da408a1c84eb114e806d8353d812d62bd7fdb9487c16b7 +size 210426 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a8ee448a550ac870940ef661345b6a682deb25 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23009e27c0ed25935780f7390c6de728ff374d189a46df7d24c736af36546671 +size 799657 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b208462b05ca351b32cddf91059cd972d7397077 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e0a8c06a5380dfe28377bae8ebc8048c3e7568c0f47d1b209d944f1d563f79 +size 155177 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b942c5022a0cbc68f766380b461ccdaeebe995 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7477f27ccf9fecb9d0b52634b49c79b303fd7d269ba6fa5824ef55594c9239 +size 167544 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13c9d08904ee744e7937129b11838d5a0284c3a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a810eda224c99511ec724a71111b98af98b87770808d618d4d83f9ee6c3961 +size 170948 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67c879f78600d0145d4ed9cf6708a32a76e8beeb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edda711fe34b771c80ba54a312041da0e3b88842896fd3b27299d3cf6abc526 +size 161304 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49b3447157af52ce5bf8d43e6dd4c2de4f4ef4a0 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c997ad8a84c7a8e3ba5bc4e0cdd5c2ceff1fd12042e6bf9691a120159fd4a1 +size 210939 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a14092e08f7f7ba5cec955092286ff276ea6169 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43d28e7e29a9a7955481904d7be599ec4b58d6d83f04099c7a08d420cb0e13d +size 109297 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d02a4f3f71f1cf28e00f4e806adcef71f4eff3e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56fcb810fa03701b254141ba312258aceb0d686944b3b9e469fc0fb7a37add9 +size 214420 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a7b9c9396e2362fd5bf5e0985da5950b1ac8d13 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0329bcdd5d6b06904acbf1d148bec86774d0465683eef9f37521421de68b8e5 +size 226564 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd0a880c745f7e8fe3bac14d7bd5d90b4752483c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6b7924ee4c24b168f9170cf8fa3a7fe0ee08657831240e5cf42493a582b0dd +size 488083 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782d8529891cc34054f73f17ada6c724f4fa0053 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46460d2fd72fe98c45cdd9a6fa4e7fffc7feced4efbeeb05c5f82a66672a6e5a +size 131160 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8ec0e76ea7a49cbdcfd99832f32d3414645d7be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b15149dd69521c55efe7474998f5227ba01ff57b1c5c4a71b4b61c700b8026 +size 168472 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bcb8e1b8b49050cc3da7ef670c935dc8e31edb5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682c8f23df99f84c7dd41ab1c66ff6e802f287afc8a043fb6350244bab18a931 +size 349426 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27eb80689ff46e279f16d3741e544d4e9881ba8a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd0cfef931126b401e5128d3d500f4aef956320f1c553c73baddf282b0ec533 +size 306918 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d969de42edc4f3504d7341248503e525350fa99e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba23c86e71815b018243ca42bd22f15f665a3efaf18d4c414f64c4e313ff423 +size 427113 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cce991f8135ff71f5d1b502633adbdf1a0f16e95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73817d111ae85716bed3dd27a51c2cfb064f8a2a43af84dbd378426296a16540 +size 236165 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fd338c4e0bc18107462c3db1543f12cfb01c785 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af2c4b1a8b23050366b16e340caf00b19a4ac34807758eebd60dabb0861afd3 +size 392921 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10955d3d0ea28f9b3c4555acd3e482f3120337fd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46696a327fe45c3aa5afb8a3b1777ff611a3388a9eaa8f6c87089645f3941319 +size 462815 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e496fedb38d37adec122484aab35a1db6d92d144 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26c305af4624423bcf0b4891870e1cea2fe883e006d04e2eccd1086ebd6eeb6 +size 423304 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..366a04b9b2d56bf872d0cdb55718990ac1d464de --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728641f0a7873e262133a3fbb3b585a79945fe044c6974b6ae2a38651220735e +size 369273 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6f0c80e2e82a0025dfb330995f42cceb471281c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41d0155c22743330a99ddffe6e284c171636eff9f6b6dfed69d8a310b77475f +size 406593 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de3eb6631b23d794a3352300d754c4105d92bac3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d60710d9630332bd1a500c3c950be7f25d4dcf7f234f32454a57ae1af0ce0 +size 146725 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b23eb3a0abe6e644734da0e5bb2b0124b6b52572 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554bb9a322585bcfad484f44a6cf95a14da4488e52fdd5cd16a3c7a422575081 +size 106861 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a19e4f3ed3eafb1ab2baf54af8dfa0cb350041d3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd92d71f82e7c3e9634a732c72780b9bd2e00cc20b8f9425d2fd86faadf09f2 +size 187936 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85c61de37b796340a96266c732d6dcf2ce26a088 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a6a00b1095b27f986d4c6c36df106f8199c872dda3805e71906a88fd676d57 +size 439481 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f443d9f4942230af03f00264fc0f75c2377d14b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a323dfdb564d2f8423b9054607c43360e9fc5800c34abc76c48593c8143876f5 +size 266776 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaa360f2a6f093fb8110b3e4395b6137b4bf7169 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04972f7772495422709e9cc5c8d5c06622ec2364d0aefc4bea2b1177a404f50c +size 635724 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a82a9e4f911d73a9e9072e9293847b71b811aafb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d71013b874159e19a7420a1e555975cd9a7ba4a373b3e5e592706c01d089808 +size 195128 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8240f0b9abefb2276219a7c9f03b419383c72f7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665896b0b25b538b43050e07bf4db6f076f732fc48ac0549b77bc8e44cf86454 +size 470853 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..553e64bead42119eded80fc87b72b7cecf0fcfb1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa15f2f5094252891652accaf85119c2d92fe53287b4a088d0995ba987155088 +size 131993 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83f90c4acbbf18f89b9e7282fda223209a8afea7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a727c9522354c42b89ee2718120a3d24382cf4b4b21f48956ced2a4d7875ba4b +size 138160 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35fc2f2d9afea58b6d1d87085c30181996d174ff --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b37fc2dfe393d263e3d8305631bd93b5ebb1d21247f0de714d036ddd5a028f +size 347356 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..811bf2bb0f876403ebea292e75080cead3ecc85f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5208ffce79200456fef1255b14fd20b9e4fefc9037d60d86636e2781b60192 +size 140009 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85ca4597ac53ca1a7bb2522dc0fb4c017bc83172 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c8a9685ef86669c7e323cc3a7e8e4b3c6b4b8e266d7af811086786f63a3d76 +size 172446 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..841b3404647b21d293778f8e6706195a719c40de --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc27259dc48671328044d21f98078dec5883b1872771cb9577e5f0381dc4a75 +size 402582 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1dbc80e2f401d0d19f07b434a0bbb0f8116e226 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c687669337258f0df3e3062cf0002625e61195d66b2416d670caa7a55290a96 +size 185763 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7685b7041a96a07bdf06702746bead33fbfd355f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cba218ec2db9363a2ea13919f66305993c2dcd9719aee94725bdedaf19a8e72 +size 104621 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98608866a9e8bfd131b8a55e17f9f27b6aa5f806 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3759e7448d62cd6ef6ccde54cf8470ec93a5dc6b0e241c9d0807b56b5fa0dcd9 +size 276789 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21e08830c0dc00a3980355347900860907818deb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c826d9ca27f598ef8476759e7770373e2f0ad255db8304577907b7632c28d759 +size 312003 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75c062e9cb30a84cf4000829d5b681d82b6dc88e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794f7eff2889c2d19804cd9d996c66c7426beb5a36d75979db9ef64fac6818f7 +size 365177 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f45aee01289cce77824fa0ada150b642ed065ebb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5d01ed2e840ae1b3d562694aa47cf4f8e5b973cca4d04940744b2422db76c1 +size 217875 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2f4677a2abc0663fdd2ef1bf6b96f5d78d1eed7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c058796296b615f68a2a95b5953d4c695d0242e1817e932e48bf9e988dc71e59 +size 383199 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87493fe32c754940c5876b6a1b8e03398c282eb5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d03aa9a8c82e17a229040142744d8e1f2f7c42a1309549555c171a5d9d72c4 +size 182055 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ce6395ec564780479ad185087a489a373e73375 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa8a8d8e8a572f84b59e91734a524ad21929a162ba38f00fc7b89525f95cec7 +size 1016249 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fce0c32e324c598077863571c7b83ee1bf19555 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd989075e341fe827147b013342c29ac6c876c52bb27ffc04c2ea6acbc442003 +size 402848 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb30cb7bc72e1ddcf77cbf7f7112b49ce36cdff8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903db32ebaae51f9d8e4092959541114b78c7cfc50e981f220fe5ee2349e8580 +size 231062 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..544fff731a4962fe74bb4218a40c0ddc8d3ee644 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacf750548093dd52ee1f1176b6cdb97f68ef36dec08d59312e0b0f60c01c7d3 +size 615390 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a386658556664b105cf5baf8dd6dbab50b82d6c7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67a4daa735def8b887eff061b4007d9c97062576b91e0205a2844c990d25f25 +size 290807 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f022fb36042f90ff35d2570ea1d8829cff704de --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe79ec8be8ede89e492d82a524739de65af37480d3f226c01cf3989cfe19323 +size 111663 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec66c7a63deaac34f8ca7a8366af17de904f1a08 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41a8dc9ec2d6278737a0d16218d956b0e5be5906a1f80829c9b629dde0f2e11 +size 124737 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8d9468a1fd621f777fc4d5a7f36f95634162bb8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6066fb1e7ef5c4b5c43beaaf65c5f073e06fce501f960e3eb1695864488fa8 +size 182678 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56681cc16cc8acd289b9c34be7643a69c502a28b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7b6707816c68d8e11a617af8c678bf9668e2c617f8b2dd97c6bb0859599975 +size 90563 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d53fa76f1e2ba4fc52e81f3fcf6f64cefd70bab4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0466c3a50b620cd1ecf40728b9cff50de2bd0d1fb8d0fcc58dad07c47646e3 +size 309907 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..465a9e9219d861aa4ba66dc4c33b26638ed27c8e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb034b6b033404a2e92bc4046283c11827b3cd7b44c324b25092c6e939e20a10 +size 210210 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..589ec8454202f90a0962205f244eb846c58f165f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d428ac538f5064dc2f308945da1a5026e8f6d89a42258243c3aee4ae234502 +size 136980 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ef9c0ec109dbdc405fa34b6713a79a26fb0dcee --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beac6e22c7ff3b1d210ca74333d789dce70e97e534e1ea3662fcda8a4b99416 +size 115468 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4286f2596cad4e73b66213d17d42f434fe90858 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef2bc36129b8ac5679fa4646c198421800d8b576b7236bb50161a820b528a73 +size 343306 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..191c6de9300c7a596eca170612264de15a255b71 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2199050621d9948c49b6039423c774a3e6181f50adfacd96d0d8e5295d739b74 +size 145918 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b18792335fc3cf97179e62f512e858068b87bf22 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181ac1aaa2afca1047a05d58246313d0c64013abb6a43b0871173f2a02c79eaa +size 146733 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..487548a5455007306308675c801a74efa3904f4e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf4d578a5f1c6d9e0e7b73054c027cb7ae6c47d388181ab19068f6f77a5ee1d +size 205981 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d59586296b72d25171f8027207672fd812d6f434 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc5bece7e25b863071b4fa3db9b4435cce364d32f630af2f2b0ed8d5c854064 +size 491161 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..461e45caf901ab88193a586c7d5ebb1710210f63 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a1cd33a9cf53eeca9cab603e334416b9dd7405f04b7ee2e99322021a0c3a3a +size 353410 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40b366f1b6771eb9d676afb7462f9920bebeaaf7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92066b3410728b6b65e5ffa58e06c5678d6b9c40b839f4a513b9ab69685907c9 +size 163568 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8f6ff87708f928e4b2dd16a81ae124c74d133d5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1778b61d67ecd16ef361d56bb8031324128713786f3bc02110a79732df783ce +size 418995 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfbf3e5d6078be022cb476418d0a473eda7caf65 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e00b68f9f94b7e7a9c38067ba42d9ed752becc48acb0600d25fb3d1279c3c91 +size 165552 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fbb5a8fc219663cef4513ff90ea4eb6a06fe3d2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c39f7f3926c3af4394a89fe3d81076a3ffee90a8ca127e59e6f564c80f6dcb +size 163101 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7744dd0fefb8b6049aea1300d2be163fb2ca0c31 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807cbcea262c36d78b33e7cbe41225b853b33c5b23fa71bc8359a250feee3704 +size 553792 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4e69c14f94ea5cab8c6b51df82e5e6856f6ad38 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b29070d8dc988f0d3d4df9bfcd0acea9db7e0bf9bc546299a29c719b280bebf +size 250209 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..184322920b2c38fe8513b836651d7b85ab60ada8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6731d60b5923a05c3b0cc4a28f2a58c4ba27aa5da29e4ca78be60f943f93cf +size 134965 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dca06dac3bbb70bb42ad7c3343e2f8ef98d0a140 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12baa09dbf629eb4a8e3296c154eaf636d50557b8b12963721857cdc1eb7ab92 +size 198453 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..688e01e75d309af9544be8eccdaab18a7450cfb4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd86385f111ed14d7e160bc5e754be0cf3aad659cb5eaa22ebcd48f5e4186e0 +size 617109 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..947720417e6769baae7236823875b9af89dc2494 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ade29a8696050871e498b6a101e48d410ef486b1e9460eeaffb5e87510a6a9c +size 897613 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddf2be858f18a32bc5bc24a2fd7b395a32d945f5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7534cf032ff9a22319af9b3d4be1ca01c6140ef34c923ab168806bd02e653f0d +size 504773 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c47d6a04200eabb72cf956f811d24989e203f90 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21b0ee89aad5d843f050b8792b119ccbd94a8413f8a8dfa4c803e4376086728 +size 155787 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3faab18164f722276869a0af9bdcace735ec5d07 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455e869ca9a711709e9e01be8da276831ebe1731486154423be82e4f63b5baf7 +size 250702 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f747c7d81fbdf6b3252a5c3d7216068037ff4b89 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f68f12a468cb1cc43294a301cc9aeb50cc5c9a6e9d56b2c316e17e928d806c +size 215656 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..654cf17650fb7bb40048fbbf1eb375a734950c76 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187c19093298fc042a60911c3df14441308f517011a1b194c35a0abf0ead8215 +size 175200 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6a2de7417a8c615374b78043b05fbd46c2a4cf4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5369bb96815549a5f78aad040fd60f04808910f15673734d1770c3d14f5d5a9e +size 153048 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..785538f33db5ef99748e854183a09e703d0c446a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f1798b22e691daa9fc2eaf79397d5024aefe2556c604287788761d7e90f148 +size 281351 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f86275f7d77a32d57da63514fdc828f7365eaeb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2002ff7eaa776339d8d5dd2dfcd93ec97f532234217a1187c0c12623f6d4f23d +size 173494 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9ab5a9d28cc6e1492edca09a5640dde87d83db6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddc5aa4d3464e506fbf1a7a94b7a9314a9d114bb86491b835bcb2b82dc894a6 +size 355017 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fe91ff61d447a5bdca40b1dc033d6ecf58ca071 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c8dd100eaead741197fbe92fa121efcd809092e2886201d167485bf3d4eee5 +size 832983 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d6394df50e6ab1ead93b8ac37fafc4199a0a011 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c7908c28e2a0941ee3c65630376a0a09f8246ef30998e7ed7e6e557c5f0a49 +size 124643 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa5ff0ae0e7657fdca43aea545302d7a4fac3715 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec24b5e6c121500d97931dfe2ad8d672d5261b56c55cb6dcf9256403235e315 +size 160129 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..787eab8dedd5a7ae671c7b051c7d0be8b3387a67 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a164e3085f99ceb01a6ef5ce8a1ca43419496d0b03d117862aa0c7ce933e5a1 +size 187640 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a5ab033b9da8aab33f28c0573dd93244883e26a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3e1829beb6743a1c40f673e642adaa3ade9672ba7da31f517005b99898f14c +size 153989 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9fe8d7a951fead450f818f535b5aa15a82a3ae9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fe52bc75f0dfe327b639530796c7a5045c8cdff925c98e2f4c21ffc01ceb19 +size 113464 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac53ce5dd63ce2ba89970a626c673a83bf772d10 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc785bee5103f0f75161dd7ebf1b0ecd54c1600f683caf05493ab97819577e78 +size 176728 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4bab57917ecd6c293526966ffce2f8d33835a9f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8269d3b5a009e52c35ca9dfd08ecf0c9c5c36f528a88975cb2ae684d0258f189 +size 238816 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f52aab5932dcf86d0df9ebc4d4471c6513c7d4c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb61d4fb6e76e38a639c5697dee6d76882ed113da53eb8352e4b13e6ad234df +size 277807 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a7a70b788aad8e2429d81462fb74baa5ec11c57 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74187fb0ef41a1434ffacba0b401a16b1e612ca9f7a974e7d1e5b0ba844b9e80 +size 113403 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d37b71d2d4fb59616f2bd57d4bec43007782748 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5847ecf6acc8fbf60179f518c690cca8a2e0bbd84938105a4754dbc31bd50d8b +size 308782 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..353dc12296ef507420b4c21565686028b990fa46 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd85ff7b1ea3ffdb0e2a31251f3fe420e6f67d0ba734388758145c0473d35dc +size 169056 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dff2e5766b1d1571514c37249955ad0677acb85 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4534ae1b960b61f6ad25ec40635888502bef800ad58c98e68fde51ab4d18d9 +size 121172 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecfdeaacac1ae025e5c385dce3c7b46c48280113 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5caccbb654ffaf7d8d57c9f22f63d44ef66aae5f026627ad517eb4cdfee46a +size 296856 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeaa888c7f76fdd7e2feb93aada2389ff0a11b5e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f838f1326637c5b0856d50fa87cfa41a8daa2e2ad2a1a4d657417d67264d84 +size 163323 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62319053a49ae79e08f2465151a95aa4b3a51c1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39b4d5226199989fbd819f9962b86cc648a73bbf9f7a08556666c2ca90ff7ba +size 261869 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e9a3428db595bf30b898fc833346c816f7ddf3f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8254d6574aed16d9c4d166cb22323d0bde357110e25dad5a23a8c3ac9e0ba32e +size 221836 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d075184066da82131007d355c9a8277fbf69ea6e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3965e5a8853f64115eb86d3e469aae66c4a3045444279611601ae2d4edfee5a9 +size 205981 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..043c6fc3c751e1c9e80628538f9635c60d361848 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f84d5ef8455c916c1abc81cb9ce1120ba8df9725c2cc187a0b3acde90014c1 +size 162798 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b551239234ad7a4155cfd216f9cd1cad191741cb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e6c5f955497b59fb1c90500692ef6ad80ac9977b2e551a1413cb7c8c8f8173 +size 122366 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e2c907414779f0cf7b3f7a8933467774f7b5d5d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cbaa98f25cb829a2448f096eaacfe996a0492d7003250e3d6baec687d7e33d +size 121912 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcc93a6930ba549636e83425f5716cde84572eac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ed31d9e611c5a3dca58084089ed1db09563bfc7dc94a8ef054b88f0b5ff5a7 +size 128200 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0260a4d93424e3c83646e6b6455daffa139e57e7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99f44df507f1af1aeb304990944ac64d5f9ae75eab7a44726c1e61c0159d123 +size 265855 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98574470e2f95ae9c9aaf82f2675776a27aa9e36 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d8a1ec0feb7101e5f27586cbaeebc82c2cad9c34b0a89b316e5a22d27bd953 +size 270689 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e250a5367eaf6f0c067a219657a71bc960570a4d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81917a737f26d008520e580d480d05fed92371e901075b7fd5486b3a4d3dabe +size 282757 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50581d52b633f0adde2b1411a630866d85cad44c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f963912e5922545f24944c066a654135ea7cb1c87e76af05b6ccf2907fd2d992 +size 610555 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2258d2e804ae4c803ea07ed875beebb36d7b2239 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbade5442f152de96de3d11fa32ce022d2e669f97523feac497daf4fdc02de8 +size 204675 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d6795b5f9d9ac5196b24dcc3f0231fff97ffa84 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fbd1f0a6b868e17699deb9c3a2147ef09194a1021fcb1d05de3ca046583199 +size 332803 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cb5767cbd698f041443dc4a012b1aaa95c42f4a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f86f87a58a42de26eb21a7369d0af5d2e4c8ed0d241d61deeb21938f4bcf35 +size 438418 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1b8a1c33a85dc15f53c5f7885f1ba8d492bc47a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb19c32e5e4fa72964b3382ccaa7b8da54cb348a7cb94dc710fe0b5e8983346 +size 346037 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e66780760bbdf358224cce00642c420d1ec51ab --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de256a08419cf5f0b35f4ad02e3f40d5ed335ae5896f929bbaac251c6c35e00a +size 855396 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e12b1e49c2b75ff1a7ac92c962ac107fd7b54f42 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1ada8535825f401b833c7ebb94a609784934bc4714e5af69ae32bdf1b767f7 +size 462838 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3864811a8ade570bb6c05df85fcce457fe87373e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f907b38b392fb3b947d3f7daa3f9de4cf281769f05456aa2216230f4f1e7eb +size 206692 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..436733e7db1d43739a631d851de3c7f3d95bee0f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87705cd7a14729d0ce191eb09d0d8830e6391db33d3a038945e72e706023184 +size 474965 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69ee051aa38e0f8a29db8c436b82565d0c8101c6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81345ed34c6077a09fac4432f28ecea442894a8e4870201f8a044098a59e3a11 +size 203954 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7d859c9d23daf3c8cf42544570a7b1d3834661e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574bcddb2eeeac7b64780b7db75f4d968ca707f0d5d0b65c7ed12c763bdf1505 +size 279718 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4043d60950ff97000aa7628ffe7d1138860eb87d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb52b3da4ecb9db1c16bd6127154a8909b4a09397cc5a343b14c7df6813281c +size 336047 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f69068094c11ee468974c9fe809dde2fad5aedd1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12eee30bcd9f5a87da3df0e71207bf7611fb459d94e80ea3c754238bb305ac17 +size 876777 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3563972b3f0488eeee2f7c33908d99b7edbbb84 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7493720c77b751e70f60814947241a30aca8e0e4042e48c0fcf9afa754682520 +size 283354 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea9a723ef42b2320b293084abcf43494f4398f9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6db640f6f91ccfe907d5d97a31864780a3033ecfddfe7ff6c296ea4f447e25 +size 244299 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59043a5d54eda2d3e2718a238d55b97a132e0e7b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0768b3004a5a5fe00a5dec41ca62662698e5eb79962e63ba907868286c1ea1b5 +size 607915 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c15de0490286567b9f8146b565ae55dcf8ca5f82 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1974cc84e48dc066b4844f29f8d95f017a692cd0a5edbd0e6250ff177500f49 +size 303298 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1eba12ab3ef8f0e86dceb534fc4f107e4c3bbd2e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e17ee2b7682ffdf3a1404d065184fb12c7954c93abeefdc3f1ce27d8512ea58 +size 1132273 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecedf7b94ced1e0f1d4ee2a85712ef5ebb36fd06 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3167ec2444131c036620e9560593bc14637ca5b0811575e814b36eed12b823 +size 937939 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..621709b642d0ed4c2ee15fcf82712e3408438205 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d4ad2b8e4ed101b0299c772483f5763f94b6076a7d82bc5aeaf45a7cc9335f +size 733785 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..992f58ed6e8e7986c9bb56597f106b02fcdc565e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb33ce3774da49c003ae471244a8530592ae5ae1024c8a4ab7a21e8841e96b74 +size 150042 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8091a5040ad1df3f39bdd326d0cfb697d5396f6e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82da2f07ac6c3ac03abfdc578d665b3d04837c41c040b04aef323c3e4428e3d1 +size 785696 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33afe6fc245fa679ec997fd586b9f8ba30315bd3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff6ca9715e561c4f60fd0c47c1086744200671e3d56d5967dd505a512d83e39 +size 312537 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba9e743f265d6123ff6d58a4b20d6ee7d322d7fd --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9acd6e2877bab098b76ff6ac444c85b4e68916dca2fcab83f9a4d2e6552a379 +size 340855 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4d4c678d4a8809fe5265e74f7f43a6596ecca40 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2286a4163e41b1a1939977159a6518f4dc6ee99a67c07bc8a4b3f111c99a4f4 +size 195492 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70e5ae2d9b7ed9e920c335bff2e6a5cde81c2f19 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8056baabdece6944e2e4dc51365df69e675a813eff0abcb2840f1fec1432b0 +size 467516 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbc4fd3e4681ee98543d56a884ae0f51d9285255 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbdc780e41f70d59e04778c0d9d345a1b7d68fed70275721fe6b5d4710a7e26 +size 320925 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53fb7de12704931dd47a862d4b8128c74f6c513c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4397b98df44c5fb9c8d37b4c0002a0a697be6d81d380f843070476d03b8eea +size 279082 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbf6ae5a81264e75e63b4565cece278a974884d6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42a30025ee20e4c8d1e1b12f9baf383edd393288a4a50b0a0734308f321075f +size 232843 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a96df3bc68a73fcafca17eda30d47d07b4c0c4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fe3dffa8faf0989afdcde5e56eb648522dd5e0103896c7cb008ee83fbb9e0e +size 215535 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82c466cea1d899b8742c91fb246c27ab679e38ad --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb07262a0d7f314366f3a7fb6106ecc672d18967617844477e55cad5a7265bdc +size 642039 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5251414cd8a0e0630046db1545b7917373ec7a45 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948b5401172d290c1ff79557cacd91dfbc172ae0bb095c07d43ac63d9d732f1c +size 171196 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05f7a79a66024251339958738a709dfa1f64639c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141c586d1a4f371c0cd9e9f8efc6580a4f40f2a3e88c6edf4d2d52ec9025932f +size 747744 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f43a2c82e84dce46ce24988e2999d33c63789c00 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbff2b5537aff2dfce7c62a22d18a1d1442ab045bcd182fb890be212ec7e48f +size 250096 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab415f60ea693df2e0771ef3cef6594fb929b2b5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bc22e60230817c080858171a2941299ad40d1ffdd402c0f4579265667fe077 +size 346423 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25d8c4aa8524b86bc99c8250658e4111e7f8fb6c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614626818069fc35001826b35fd43d1eec1c0be0eb60ebafa8047c2b0a8f35f1 +size 270269 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6a853d84fb29a97330de18bba4bf55d4ccfcc2c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba9106871769234cd88a85f6d781b309a022ee03e66e6c002ab31b026b0fbc7 +size 924511 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..002f1e5e2d340d4d493e836044c54746bd0b06fb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a25e8b970d3dabc86917539bf85d1a4a84f9e1b66109af801ffcd6eb1e1456 +size 269633 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a04a158fb7af279556a38c94b3583f3c4ee7d8ac --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf80425facbe0c6a65ac81f8896e04958f49f15ffb18b322acd0d57c251d3b3 +size 294355 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e714aaad275ec6b3a105cabbef74d5490cd7e5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7752432f1c1b551544a621bf56c2a116ebab1bde20c0cb82c2079813bc9d3e60 +size 300857 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84d00d5544fc44403c02cb4217e5903155f20d33 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5414a9aeafb10cd3c84986456f33f72ff0cadd9f444cf9e7645eb98bee81ee4 +size 253622 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39e5ddc065454594410bfa5767cf71a4220b170a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce664497326e371b6e2f1966037161788b100770b749b345f0e873c52187660 +size 319491 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d069b5ac52efb72a1867bbb4ded3a1bdda693b95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5152275f522d2ca812b2fd61d45bbe0df413ca59d480cd51a2185e0027e78ea +size 181734 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd6f0c68f5f95f2c93edbffe264adfeb1479f147 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33796678aa8f0e18edddeb075bc810daef81d752bbd5c843dc6ecf13f0efe6ec +size 390367 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f126b5de98378af7d169308a35b18a1d922a0ba9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24345c7b0f1a0b6c43bd1dd048e3fb0396f661c57190ab1dab7ba4cbe00ba2ca +size 317081 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b03053d39fe36a36783ec2300022d7a916e9adb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebb131095d672a2508c68274deaa051d436c9e5b846bf7065e3dd82bcb278d5 +size 573988 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a2db926fd7465590d586a177b8da067e2b342d1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fda0376b9960b22c501b4fe9ed774d0133af946e18b8424520c2a78c5f1408 +size 233845 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd1c33992349aafc0cff089af064bfb8ad88c745 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d4ce36a793af83f52977671b836395f008155dc29d8dfdbd3ef33fda50a458 +size 260286 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf313a4f4ba4eb739ba0350e9f53913bd2008ce9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92641e722889e169e835954343790cb5f4e81bc17d130e8b88da9cd7342dfec7 +size 366855 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93fe8d225194ce08f76b51cef3f52e6f4818ab5f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101c66df0d096c480bf231b1b2b286e48e55ac21d9f602c58264978ea3264ad1 +size 530175 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc9085263bf1d871c045137ae426ff2d9a33f102 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e035d45d16228b3b809cd8991c91a190a9dafa9bd1a3dc18b0599aba2fe43fca +size 751663 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56013eb7384752037d418abe915a943370d9a05b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51b476c2eaffdc07df2bc548758dee229f268c50a3cfc98a37df7ad6dc34e3b +size 352014 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3982a03c61cdb4b6d83fa1752392df225bae47a6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14a241c1f608ef83c0d8951f667f8516a0fd6df2c637dfa08b2438006c29fad +size 693840 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8ed9961847376456cb574e4aa0d15d4594013d4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c1d6c6a0649ccb85f0caf201d88ac1755a296fe10337e076e1b5c63b3888cc +size 644529 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7872cd3fb1147b816f50bb1729d7686f47db6189 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fee169294cdeee6d26da2a6c205d7c58c142c1032f16f14bf7592bced4c4040 +size 796747 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fe14907a342a993b36d70065fbfafe3a385e82b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8d247154b7fb94aab868ed34edf05b7907bdffcbe52b44fa41c96db3f96346 +size 589587 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae5ee9e637c40c739dac177c98d8a9f3bc9bbf0c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9a5ad0b57f99d97ec01f43d1633a1ba4e5179475a2b3771fa49a53a58255f2 +size 779350 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c48d6a7a297c98ee71976d5c9b323cd53c08e379 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7076d1a36103f2eb134c1389b7e09b742e2f37af544284214ce467fa669087c +size 202571 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a1ee62d4ad5fe271e39e980c1588a335e7f8922 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89efff4f78ef3365db6586067c62e97dfc5ef3016343c5f528dc62461a473aef +size 167862 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c435f60b77484d379e203e79861a8b22c026bebc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1c1a280a355bc733a49db7904fd7040577a507df2ee9cc25c7b3703665184c +size 377664 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb9f8f1c10ca78d7cd3282a50ccaa4b248c81d5b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076f83572d0e96aa63974117689aa25de03046347e6d1907ed4f7a035deb9a35 +size 726071 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33e32267a5d94824212b2050c7270f6bd43f0c2b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841fbc06f3f134ce73c90fc7773a8bcd392a75b872e53395c7001b7f629f7bd6 +size 387184 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8808e2425bd29f4bb5a3047eb0461f871bcb8a8c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b6f13032d64042b1771acfa91f625e55756a9fce6e71eb46b318069375c58f +size 919471 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dc3614a106c5c5e2694cca1cacdf2f4e7b81521 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08440d6d81841d7b48af0ec9ebd79ff7c18b9f828a85f5e66f350ace61ef9770 +size 296696 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81728d690b25f4d3458798e5ab712a0ec04f2337 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3099a1b1d067be64530df1facbce250537a785aaf31446f3e75ea9abc10ae02f +size 591102 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c54621253219f8e63a071b8da8edb79b8b926276 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d496cbabb109c03c0716837a4ed732178baa4cec6718c436afd5a1bbddc2fb28 +size 227575 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..365c9373b8800882b279e0a0041ee2d58f2537e6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f422da5e6d008a499b77ba9865dce9a9e3b1628e8f5be0b14167f18ea98145f2 +size 282001 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b67aab6405d1b2810875f52150603824026c04e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505634c3069aa7590c340d5d56a4300a407473989c308182401491565b0668bb +size 505588 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3314cdafa328bd0aea064e168560fe3b30b2158 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc8a12fa8004e8b04d5280d23db4b660b93c7a062720dd161065144116aab65 +size 233699 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ec0b698fa477620ffe3ab6be91bb4e930214f00 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b9b79c57401d026ee9c2b9f0ec21b58cbc9ecdf14055ac360bbed7ef54947e +size 324429 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b92636cea5f10f9148db6d0916e416cd63d9721e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4d59d4052b2d1a8bd99b86efa0f039606e327b0670172ec2ab9be9645934a6 +size 674544 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77bcc9feb4e019fdba4230f49f38e6a89ec141d6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc4a696a48f2d022e3a828b8c8de191b350bde2c420527ad9285d3530aec51c +size 346838 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ac0ddc22a8e09a20d30d416718c3d2ef55e6732 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0e86166e4783f9d2bac73e4a1d47d6cf908f37d3dd96455e15f823b415e162 +size 189408 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35755aa3d41f8f9303ce9ee0fbae6a18829ab7a2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0130b8c59472bb7125f525eb1de52de4ef31f1ec390626412cb1efcfc212f3fa +size 385482 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf282288cd3acf0e8f4bf0aa10b067b98241c265 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e86f299d5f2376badcb74aa1938410c9f84e8ed316914d18e759f4f14de7d1 +size 485466 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebec4d3976eb43ab1438e0bd482b63d6554a6bb7 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67764f6c9df92966f8c4b657cc62ffd4638da0e8255c15126cf8183abc68225f +size 541062 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea66db97ff924bde0b0f2dfa8377ae7040c25691 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45cabd5199fb8ee084c4a4972ce8f2c1c316e1114912f84f2c05b9476e3f676 +size 281412 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b51e8b6b99f0f647443a5fa23226223c3068e0e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cc6f84ce4d6f5edc64ede4de1b3af0d82ada077de020c46c5d0deba9b77178 +size 663209 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c07991bdfdcbf920f7eb51bd0fb0abcc1602943 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128c8e98cfc8c038c7965b6e7617507a800dbdc20f4612b127456c702db719d4 +size 345087 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bd97dd633bc032d08d13abbfe48b6f5f0669e8a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d79a17b9674d47145e05e0af9091447e69a654387768425ce38d20f067a325 +size 1032506 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e33bff8b633fb9b858c9d0e678ae7c121c638f61 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabcb9df709daf03be001368aa928ed5e850db7da6c0a610ebd3240c90585048 +size 537413 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a271b44ac892c7124cb1000a6c2c7a9aacab6412 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253e1b29db40944df0c1c5b383b9d0dc4d12af752d527c9ad22f9db8acf8e038 +size 405261 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb03885244f4bf95a4fb20972cf8d24a5ca80bb3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bce7fdf2f820bb5b0994ce9e17dbb5d025776a84e59c76218765e51938665b +size 1102455 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..902214d186a42d40074d5a8b7ec7e4db4a83158d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572855eeed1a4508643c924e6a54425a7e9111e148631c372d3e29a5205acaca +size 497907 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24d204ea0a7c56ef4914666fb1c1ca81dad66cfe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c4c76fb44b3ecfa8e1c3118686e1009c4d51bb79c969f8fedb6d204615d1ed +size 224407 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..194a2a55b5aab9371c3ff5e16697124f67911db9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcafbd4284f70f1c1281f4ea74691dd972bb20ff05b5304635206d8f16bedcf +size 234785 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..874354766d0d7e12343ff9ccb82e54757fcba9fe --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4abd3f2be134086b3edf0aa6dd5b5d67ea3f28fd6119f27aeccc6c929ce32c2 +size 355100 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a74da2dc85dcf31cbcfdc64e328bafdf877aa45d --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804d8a7bb7c27b0f8d4e0b3a00608e9116774ce65ad95bddfba2b1494e6c41f3 +size 164326 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92e30a9589101b131d04023a0e51b44ec3a05eb3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4305d4d3872ae636ec95e2e9896d5b7837d99d91d3de2e237a2b63dfb8a49815 +size 558345 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..247f8b3c98b55de9b4d5afe35ffcbc58a1c0887f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53175c800c50ed4b656accc488122075ca88a8c1c0e7c5d955df2d66ee7ed5e8 +size 337897 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2ed11d4aa673e950343b7986268e12cef984e7e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77d8deec74c05a5296c67d1c9f902f5429ca35604976852ce1b29d40a2e49a0 +size 225163 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2d4ccbcc41314f748a24f08dc616507de1f59b4 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f93c1d9a66d5e96013490515249cf0e8a12fc82c8374d206d80bc3184e6219 +size 192413 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..275c7488f89e58f21dc733dca01b2e75d62acec6 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdda23f49e11ec5a44436f63f842b8f09d123c44c399f686c2d21c2c6c6d13f4 +size 599603 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f436d443c1f5489e40feec0699d15427ab2890 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89aafe96de41d265118224e527f2ffb456b237b6a0f81253dd405df6a7e95267 +size 221705 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..338802475c254d726558fc6c07def765c44493bc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7437b72787980a08142c61f78a299d6d22b960d83e9973255a9bbde83214ea0 +size 240026 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb7543b9c723ed65e742c176051a082ba5dc8d84 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2998e45b88a775adf7b549c6d8a08d71e9d2f4faef1d235155d6e195fd8f6c8 +size 310580 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e7b5afe6d88f59e10a543fe88c604113483fa3c --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7d29ccf4baceb54c302404fdb417d0ca1c6865d31d12a322a265f63d934af5 +size 891939 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6080913a5c0ba523199651befc8744710488e650 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2898f2086fabd2abbcfe6d2ea5d50eb469dc6d85e0ac2e11c53221dace9a2174 +size 464632 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82dde912347fd9f182a06286485e19616648b0ea --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea746451c259f48b9cb273516a2ca361f33d439f521ad57e674e508943770c9 +size 289274 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5e459254eabfafd1601146b6137301673440ea3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c257c57c08378a7b2bd0da4339f5c1e7d5201475d4e795b3759601a9c16f148 +size 562054 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13ae3d19f9d9cf0425e1ff810889271b5cfe3d1b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edfd23ba4fe01ad4e9bf98e355bf2fc0a4b5fdc56818dac8f5ebc1c6df6d35f +size 226926 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72b9ac60875b20b572f5c6387243b332a24500d2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e56fbfc5d89bbf0b389a70316d64ee776d4a98229af343d37eaaea8447eb2a0 +size 260034 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4ee9917d0956ba8cd9f825b2ef683c349c1225a --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311e24b71ac558293844db58652189e22003fef63bb4f76e4beff5a7a9eecb90 +size 710396 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ae94005fd67333b3237dbbb0849dc1d11ba6c35 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9c85b1213a3b63719e43e4e5dc101470ca981b1b30b90de23129c32bfa206b +size 352017 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66b329f41f9f0af809033f06c72a8f15d44a1e99 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fc0412b760fbc8d8ef2c180091ba4bedcf6153b29c607a83fd6ca9499dba8d +size 236717 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e1b22623639cb67e3d6623d4cf2e119080854f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835441461ee20d6635789dd3ea100f4667f9b496d92b9c0a36b22c71d46a71b9 +size 285435 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0451f28fcb6e32a7c29b55b4b0f1eef62d661a89 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ffe71bca448e56f86fb083dd1330a159e029f8b0ad650d6b7ad47edc7f26c3 +size 919728 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25ff55b71d7879c98c87250003ff743819d4b565 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895587060f0105b4d0684bac595269f6cce78d22a73796b7fffb82ccf3c08200 +size 1103192 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21866ae82632dca9bc49946f4db09497b51203f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5adba0177d4ecb1ebcafa8f77437742d8c16ccc1c0e4148ae4ced38c07c9826 +size 955873 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97cc51891f0dbbe403768ee80e2babb63a29abd2 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e217b6f8ec173178e364cfdd375e4bfd3856c2c83a44fe84507184cda28502fa +size 226325 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89b68b37433e266d538a6a05ed5e02b05071e8e3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1a7cc428c48adb11ebe1dd9238250d99c9c9c4dc5a009658a2a4311e6b0cf3 +size 444756 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85578fffc9ad0a0a734a04481756d16e6e6cd87e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e562cd8d1a99283d743d1a73d8b6fb2860bf8c1ccf535416136067742f711ce +size 439719 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0648480811d6609a9c309fa61de8df05a4811e07 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5715dc89e5edaeb6a3d85560bd3e88ad2af6ca19acbbdfd0767aca3314b9329d +size 294111 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff5bdeccfba31ab36fcf2dce679a1c4425063bc --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4276d8f6bf3492613665b56f3cbe9c9ad08e273c1eed58c1ddf2ffc766829deb +size 239283 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f09122631e555a0cea7b0c255e2b6432c5c29522 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3212ae4f45a00d40630e93a680b855183ae57ad5dfe2671d23b9741a380da3 +size 429569 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324c2b6973fc25c5d7d5c4f4d7db31fccd5875da --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45267019719cbdf660d1e2c7aef94ecbb2a2cb33d50d90917862f21510a60a36 +size 263766 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6e2582a152a8c0822b97550b59a685e6a1aba3f --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f3961a8eec423fffcc1e0858e962f619809a7374a788b35930505132e733c2 +size 429700 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f91cf8df365109faecb0d7b91fc7f8b3a8d41df --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f841bfd9120e5ed5801572959ad2262742e831050ddc53954257e3870f511c5e +size 1109125 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cf6ddcf9c0a0f913d1de6f922bc1c472dd62d30 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a617e65156868c115ebea340efacbce38b798a8680fe7115568540d0b30342a +size 178875 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c66aad732b7aa36f8638655162455d8a22a7b28e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69fa598e4cb0f0104c8f623bfc418df71adf22fd2b1754137b857ff03c793a9 +size 255244 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c04cf0140f66451dd615f30319d2f659f1a2c5b9 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adf6f1b7acd53f2cedc4f5e8f3c405a841d41d6aa81e3c6bba9fff3b634c874 +size 258816 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3af52d92ef59f819b074313725490a80b10ce234 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7785bd8004316a3823d864993100bcf4ae6efb34ab7de0514ffd598a7d3e155a +size 217499 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..741ab8aa2ef613a9b1bb9e1a4cb746065d329f94 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f9b89cee78027fd3a6f58de60ac7183b140b9e78085c3986bace09579206fe +size 207203 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ad33470e6dc5d908652703d38aef716540de366 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de05da0c6ff09a9b8941ce528de8cc98ae195056abbdd6817c8403e1a59b79a3 +size 283746 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1119166a48d1ec955f954744b5c2fa2033a4446 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782795542a9c108d743c0e2f38d7238c05be7c5694ea8018587299e53441a22f +size 360319 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8514140c1da162268dcf3f95cd021e031e0f85b --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3a0d937cd476786ff8b45aca61abc3cca1987822418971ab84ccb711cade86 +size 532926 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000126.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03df6a25869090ec311bca442184ff24c2db48cb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a6f51168884ff6ff1b11a49f1fd434e42cb6c4f82a7938f040d519ea133c79 +size 195047 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000127.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7675aa16d357272e6ad8c6c9dd7a55eeb55646d8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3ada66504916eafd167d4d28a587ca1ad342e579c69cda1ec4141cb04fbb6b +size 592851 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000128.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88efeaeaee1df9f1094b643c9213c97a0a925d09 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b145fc1c2823580996e38823d4e7c38b65efaa3c945dff9f534be693d72a41 +size 322320 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000129.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb0d6746962d1cd53f063bdcfe238856b98d3d2e --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e35fd5db57229b1c758d5a9ebc25e918f61a51a4fb4ca68887edbc3b6bd2876 +size 202618 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000130.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dbc6ceb9da911ea0b537bc39ccc87bfccc207be --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c27914d26143230ff12066c3482597c687440d139b7468787344fd99ddd811 +size 505724 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000131.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f1a3be62b502ef9f0b811854d48b62de5b0a603 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be260e16dc48db5d8acfdc49da1a79c3b72bfa19d5efce4f05674598814af1c5 +size 219524 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000132.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acc45650aede2b332956b93db1b6c8caa132cfeb --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffba245de0a4f370cef9edee29b8c838cc8d9316888edd8de06c83e9b1a828e +size 344009 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000133.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ca0f1c7a711c536eac65d14d1b32635caa925c1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa69647d267ba7c4f96bb720ae1de42d36370d149827b2146af8021a40a526b +size 366594 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000134.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aedb219ecf8de29ae622fc10cf0bb261f7112876 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1c1c60d3e7b465492ce30fc36a686bd694d206dd9247f9615fb32a420d7ca2 +size 292041 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000135.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91dbbcca5f79d1e3bdf518f53a8e7f39372bf5b1 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75b9d8a6185853fbc898e1becd2ab1d3e150e96ba916cf9ee846ead6e13209e +size 336986 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000136.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e6761686b1e656ac534c75935b3e7a0448c7bb5 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704a16808e966bd30f5acf819a2d739c75145ea06d3ae93d65111709bc847e3a +size 198767 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000137.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7645a48eaedad5b320d92ccc8dd27e88ff475f3 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bda6add60d75b4be2eb53d8c5464d0ad3c63b4b6fbd63c7e0448564175edec +size 207251 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000138.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cfa99285d8896d8e9872e922a10f12c6be11688 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa90b219989f788a9639afe4fbedcefcd93c226cec6115cfc77926c0abe02f1 +size 223014 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000139.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6f1996819c6d935407b984945b2a31813010f95 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6afb149d912370dc2d24ecf2890afcbe960c85099c9a923de0b7733ff6e9d79 +size 488531 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000140.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fe82ef1524c2289569cabd5f17c681c319d9871 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5a221d33b48cc08c6996759d97f17f0bc59401cbdb67021fd58ea116ff352e +size 454463 diff --git a/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000141.mp4 b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33cc5e7cfdc0270552b68228d695bec1f8b1e6b8 --- /dev/null +++ b/place_bench/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a831ee350ad58010b55c7cfa3ac1dafb42920b6fbb0e5910820a2a3bdfdade88 +size 398775 diff --git a/place_cabinet/data/chunk-000/episode_000000.parquet b/place_cabinet/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03428a46334d284bff9cad50082c338fe6caa0ff --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dceed462169018ce4370e0275de29702cd5275aa12061ebaccceaaf0ffd5ac +size 11745 diff --git a/place_cabinet/data/chunk-000/episode_000001.parquet b/place_cabinet/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f336efc828ef49dce0dd3aea8454ed29112f8da --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d46a56f221aa5ffa8eff2d8916f50dfe6606c2cc2cf291740554efa1ccbf53e +size 12703 diff --git a/place_cabinet/data/chunk-000/episode_000002.parquet b/place_cabinet/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1ce25cfbafb73de07645cda79cc0cb3e7919a28 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e9024493ff2dded4b45ad9ead4867dd0691ac2740267db8ca750084d326162 +size 14422 diff --git a/place_cabinet/data/chunk-000/episode_000003.parquet b/place_cabinet/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0f24eb63873e543a7a35c9cb23704ab7314e9b7 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f507651003300d1d68a922839d758b89853b5dc0e489486c58dbe89d3bb92364 +size 47457 diff --git a/place_cabinet/data/chunk-000/episode_000004.parquet b/place_cabinet/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2323db70afabffb9d094f80e4095176f9e8f1ec3 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518cf0fe1a21d1cf9a242fa08d92f83d35bfc2f3560ecdbdeabb4057af711ebc +size 53768 diff --git a/place_cabinet/data/chunk-000/episode_000005.parquet b/place_cabinet/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e73c4981b81c92e53ba9b4f119f73756d3f1bd38 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b02eabd2b5c5baca63dee3cab35fbd2bb36edd3c8e266d3e7b9a9013787de8 +size 40728 diff --git a/place_cabinet/data/chunk-000/episode_000006.parquet b/place_cabinet/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92240700604ce1c264611e8560300b898261d945 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1e7b66b61c2116d9c800d4183cda195ac8ea73a0b4a84bf611d148e744c3f1 +size 11712 diff --git a/place_cabinet/data/chunk-000/episode_000007.parquet b/place_cabinet/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b51fbf8ea582dad0b83a9a2f4b803d46c8819481 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbdd2c649580f1f86cf31294adebad5a08ec0e92d82d3281e1cdeb34f2bf050 +size 31046 diff --git a/place_cabinet/data/chunk-000/episode_000008.parquet b/place_cabinet/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..424960df45d17bc68d17b0c17eafb76cec8e244c --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53eac4d7b8f0c030d49c0c07b0c8904bc748056cda063987dfc24894cfedc09 +size 12686 diff --git a/place_cabinet/data/chunk-000/episode_000009.parquet b/place_cabinet/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f5eb967989c4efee7ad2470a5636fb87e48a3ec --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362ad2a97ea3bec203b03d9c29dd586a7d30dbd8b5d6a7b8d1d1853d7c6fb42f +size 75560 diff --git a/place_cabinet/data/chunk-000/episode_000010.parquet b/place_cabinet/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7be597023ba260df8b50cb150ca06efc495bf48 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268b2ba7fd7acb9f9dcfcc774ca5c79dc633fa3e542e4347a2f3d97d3f851342 +size 21880 diff --git a/place_cabinet/data/chunk-000/episode_000011.parquet b/place_cabinet/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b2294d3593de191eb69a9225507ccb8990d2e19 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c6f4702ccf4e46373baba309ae5f628f7ecccf074f967799a20c1b0a85ba86 +size 30691 diff --git a/place_cabinet/data/chunk-000/episode_000012.parquet b/place_cabinet/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40c441d8d656782ffe50618067ceed1f2927783f --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9425e205c53e20e4cf67b2494487b16c28809f2077d737a73203f8aa767a63d +size 20573 diff --git a/place_cabinet/data/chunk-000/episode_000013.parquet b/place_cabinet/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45c661c95867964f22bcd1eb6d18b1a538f5601a --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40304fd44ce6c4706222bf2fc68f415ee851c2585fcfd49e848f21ed03f864a1 +size 18840 diff --git a/place_cabinet/data/chunk-000/episode_000014.parquet b/place_cabinet/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fc29c42fe2e37991a4b8612ba47028d86324f99 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff48e828cf2a523e72e77e6ec58f316f535e509a5711e80324da12b8fbe808a +size 20343 diff --git a/place_cabinet/data/chunk-000/episode_000015.parquet b/place_cabinet/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d92e68722f6d1f37b1af61306c639c347102bb7 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99eaaa2e3a5f05e602ba3c5919e1f64a6364981e19fc4b539e295a42d05e9024 +size 21958 diff --git a/place_cabinet/data/chunk-000/episode_000016.parquet b/place_cabinet/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fa994b8b6a30e555b426071aa5f5e85ecde2862 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b50aae2141b92579a7d61977c9ab2ee65663e0ef729c69c8936ca99e6ac5738 +size 40535 diff --git a/place_cabinet/data/chunk-000/episode_000017.parquet b/place_cabinet/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98a34282b82319860fd3d94ceb37c3cb8beb65e6 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f13fcf035310542b5c296720d2c3b00be404d7eb7115a4e67edcd3ffbffcfd +size 21376 diff --git a/place_cabinet/data/chunk-000/episode_000018.parquet b/place_cabinet/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a11608d383dc3e30a16a2aaed285ce6e981ccbe4 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee221c5d19017d9f58f021a2f85c562ba903c9e886a525597eb1722d6e433fd +size 36078 diff --git a/place_cabinet/data/chunk-000/episode_000019.parquet b/place_cabinet/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4455d8e8fc6a4cbe4381058097aeb8b79e5fc28 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa75099f43d38f4f734b4aed448d3171bfe1ddd03bd938eebe0679715f7d4819 +size 10932 diff --git a/place_cabinet/data/chunk-000/episode_000020.parquet b/place_cabinet/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7a05ea136ba1859537cfde162f928ec55d440da --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97890d621ececb5e9b8f6bbd244aedcda369339f409592c29de2645e63785c88 +size 18684 diff --git a/place_cabinet/data/chunk-000/episode_000021.parquet b/place_cabinet/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..554989defcb8341e521281bf9a2b08f54d58b90a --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ca1a60fe926c5ee480c3c3729fa894410ba5588e3f310d5910ef241a04a404 +size 14784 diff --git a/place_cabinet/data/chunk-000/episode_000022.parquet b/place_cabinet/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..790ea52de1eb390fcdb73ae340f8b4ad94914976 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dbfc78591faae9996f23fdbc67e40fcee10736ac6309296e12ae8ac1dfd5db +size 13810 diff --git a/place_cabinet/data/chunk-000/episode_000023.parquet b/place_cabinet/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0b2588822c9b186da76517207476214416ebb78 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dd9c45b290d9957f4c12abe8ece2427309990f1ab689614250d1f242f02aa3 +size 24155 diff --git a/place_cabinet/data/chunk-000/episode_000024.parquet b/place_cabinet/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e26bb590701ef70a281eaea92628efabaf083f65 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e378de1929d203ae162d2bcddecf323739b5c8159cc1aabc763f2cd8eb45956 +size 17628 diff --git a/place_cabinet/data/chunk-000/episode_000025.parquet b/place_cabinet/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c8a375e6dd27266a88f9329cf403361f7b32422 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e8f7592d2ce1fda38cfb065a78183422812bd156d00dde68d7a68cae4a6a8c +size 54517 diff --git a/place_cabinet/data/chunk-000/episode_000026.parquet b/place_cabinet/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08e13a77183f110fa9b697611939487a612a5f65 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec8ccbb2b9c212ee0d79b289e5511543f786e7a0702d3437a1236eb38682ab9 +size 15881 diff --git a/place_cabinet/data/chunk-000/episode_000027.parquet b/place_cabinet/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d0caa6df646ff532a7f6842acaf89f41e847fca --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fb17c3e4ed9726f49a9d0ac99c3dfae1dc404e3d821366600c61da358f8291 +size 14211 diff --git a/place_cabinet/data/chunk-000/episode_000028.parquet b/place_cabinet/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50c1112ec60d59cf014bdda778eb11d048c0a3cd --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aea88863eb5e84428184999b6eab028058c48f7d0de9b50a98c8145ae476914 +size 30498 diff --git a/place_cabinet/data/chunk-000/episode_000029.parquet b/place_cabinet/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a7de6401a7f1c260b698e93e5238e5369afe156 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ff1fda0101b8d258d955cae8afaf6fe146dbcb57b2cf6ca880f2634de50a24 +size 13664 diff --git a/place_cabinet/data/chunk-000/episode_000030.parquet b/place_cabinet/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94f55c7cb11e0fd1fbe61f7226a8d5c23ee71a72 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef3e5f47f4da3156fbe05953809bc099cec61f4ecd23ab95fe3120537d519cf +size 50707 diff --git a/place_cabinet/data/chunk-000/episode_000031.parquet b/place_cabinet/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c67a26f475ae72b8366c7a408289acca6bd76c42 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba71fc3b78cf8b9ce27f9f29a318b57a80d8697e96720830d51b9c222f6c5a8b +size 126875 diff --git a/place_cabinet/data/chunk-000/episode_000032.parquet b/place_cabinet/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26681b02b2504631c627f3f88447ed413982d90c --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2516aeef7326933d60b12c5dd94e969b7d5453467fdd171b98cb25cee08048a +size 22443 diff --git a/place_cabinet/data/chunk-000/episode_000033.parquet b/place_cabinet/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88680cf6aa5b5934d4268ccaf8bf72440a6e6384 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95b324b4a4a9999e9ec8856dfe8a659d27d41b0eacf76b7da955e357716999b +size 17602 diff --git a/place_cabinet/data/chunk-000/episode_000034.parquet b/place_cabinet/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80b1b90a0ed5ad83d0db2a7a947c4171a15dcfea --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38ada3857e7bf6ee2032bf5ae1320cea5d2a7f422cdbcca68138af3ae52eed2 +size 15774 diff --git a/place_cabinet/data/chunk-000/episode_000035.parquet b/place_cabinet/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a013264175dde3ef7a87b3013e73c15b3d91e00e --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed38f3d4f1aa206a762560e9afac90a585af7e0a091ce37b3ae015e5702b2e6e +size 60203 diff --git a/place_cabinet/data/chunk-000/episode_000036.parquet b/place_cabinet/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df10f058b5993b3b04990ab45d03f20615bb150f --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fdfe144e7c659a56f6bbf7a208f7d6617da9c6095d513bf6e294631a727a9c +size 11362 diff --git a/place_cabinet/data/chunk-000/episode_000037.parquet b/place_cabinet/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c5f0c3c4e70391e207a5b3d7c3d65d926cc223c --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fde94eb4144e4435913cd22ae7afc23af2a9f54e036628ac11fc4d874692d5 +size 74235 diff --git a/place_cabinet/data/chunk-000/episode_000038.parquet b/place_cabinet/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..732f97c9555649c56436ba14e87d5137661b44bf --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c3fd710aba7dceb9e37e73f272ff56f693769f272b44dd82772aa7b205fd3d +size 16236 diff --git a/place_cabinet/data/chunk-000/episode_000039.parquet b/place_cabinet/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1ac9fc51a135498757fb9e32a8b2a9569c103a9 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21f2d7ed89b8603982687ff68dfc240a158f789d7d692148a390cfba67369ee +size 20926 diff --git a/place_cabinet/data/chunk-000/episode_000040.parquet b/place_cabinet/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..258ed5b3c80e95b7ea42f14d3378b657afb23cfa --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9d78a6f844cd0d2a9dfac279953ed430c322fce2b79ed382e3ce1ecb847c24 +size 12000 diff --git a/place_cabinet/data/chunk-000/episode_000041.parquet b/place_cabinet/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dc525d4423431cee7714e6eda3d7ebaca5b31b7 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7ee31d18772e33c94de26746526065d59ddb261932bfe77efef918a537350a +size 40421 diff --git a/place_cabinet/data/chunk-000/episode_000042.parquet b/place_cabinet/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e11c2384a636dc0c8d5f6204a1bc907a52684ad2 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4438309c16d8848a5292860149840fdfd21d905f7761838b707c1f7f4b063c81 +size 48500 diff --git a/place_cabinet/data/chunk-000/episode_000043.parquet b/place_cabinet/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1458d4175c9030af55157fd97de57262357758a --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20dc7af6962d6854002b8d3f3130e409bd41989e9877a03196f0437eb021e47 +size 57495 diff --git a/place_cabinet/data/chunk-000/episode_000044.parquet b/place_cabinet/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1a542ce8e61a6f7e4632a44ee9316cf70458c53 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7560e0e96b19c971d58da85c2513de869d8839bcdf9813b42108700dc133e2 +size 58935 diff --git a/place_cabinet/data/chunk-000/episode_000045.parquet b/place_cabinet/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3117dffa4eb4129708fed5139cd447a4088a1700 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9600b1cb47b19aad0e4fa8174b4e6d5291dccfa7acd5f6e0d46d9ccc557e0b +size 11493 diff --git a/place_cabinet/data/chunk-000/episode_000046.parquet b/place_cabinet/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a0cb9c7a56f247f498747fdc2c1b6976b4c26c4 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7356a707086a272e33a6ad85e5e82bcb5d79ef8914f7111848f3ac36c6a251 +size 26426 diff --git a/place_cabinet/data/chunk-000/episode_000047.parquet b/place_cabinet/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d9a22326718ce495063316a7d163c59916813a1 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df78ed38c9f2dadc274b6f08dd78b587c7023cb95f7940398e08e109ad16ace9 +size 43623 diff --git a/place_cabinet/data/chunk-000/episode_000048.parquet b/place_cabinet/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77ea9bf60b421ed0e713edea20c22c6f89437041 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b80c3880da1f6b782487a6071e57e4a192207efb6822b3e1c6b0dd2ce1b23b7 +size 40307 diff --git a/place_cabinet/data/chunk-000/episode_000049.parquet b/place_cabinet/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9ff32f9b164caaf66273837d757eae499a50779 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f401b3c1186f0a8a544faf65aba8a7428b8da3e59bc0ee4f83e6125a0828605 +size 14413 diff --git a/place_cabinet/data/chunk-000/episode_000050.parquet b/place_cabinet/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c0cb4afec9a9dceca9ae9b1a95ece9ba3dfa510 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4ba351fea8f448b6885e7b620ff85d8ce305daca223dde1094cd5b08a6933c +size 23208 diff --git a/place_cabinet/data/chunk-000/episode_000051.parquet b/place_cabinet/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e03a248c6c0835f0d91a3eee1d383bcda1eafea --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a374f17e375724386b607be3764e429749d2cd18bd6754b1edc951fe29141880 +size 17891 diff --git a/place_cabinet/data/chunk-000/episode_000052.parquet b/place_cabinet/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a92a916378c51082b69179c6133bab707c19756 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f99735b6cfecbfb5eaaec1401626754e1d145f1b092b6141d6f9aea5d5a872 +size 29943 diff --git a/place_cabinet/data/chunk-000/episode_000053.parquet b/place_cabinet/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e7f9428568c3ad50d868ab0cb7bd6294bf4abeb --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126aa10b89012c2209e2604e6e9dc7cbe8751b6c7c25bf0982cae4afcc47feae +size 14170 diff --git a/place_cabinet/data/chunk-000/episode_000054.parquet b/place_cabinet/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58dcf8965624b473260ccfe148b8a7c3079e1528 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce06016c98c9d28db21e7a312f4a22b12f7046053a78df6397eacbccde67905b +size 42857 diff --git a/place_cabinet/data/chunk-000/episode_000055.parquet b/place_cabinet/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9acc37bf0c9f631c3d58c5e7f939d90da2eb4767 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b030598e4a719e51c6e4c7d3a24497b0a1af38df2ea8d1fdbc03d43e24d78b59 +size 21425 diff --git a/place_cabinet/data/chunk-000/episode_000056.parquet b/place_cabinet/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d502c582e565b1d3615f87a33ddcc8618b5cfdaf --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44098644a4d1e65ded1a619ea8b4c086eff357c0bf0bfbe30a8f31fb5b81f592 +size 29501 diff --git a/place_cabinet/data/chunk-000/episode_000057.parquet b/place_cabinet/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7312083f2f03db09019cec7e5f99b53d4f685cfb --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d51f6dc2af3833a29ab87001ac67fe827c81e6d10bf0fa1ff1911ef62d6a056 +size 25355 diff --git a/place_cabinet/data/chunk-000/episode_000058.parquet b/place_cabinet/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aac2a7b6fec634e5040393951eecfca19f02b42e --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763b841a5a174723c6b2b6e9a12ce00e3e83ae393df015cfa2e1bd8efc39049b +size 33067 diff --git a/place_cabinet/data/chunk-000/episode_000059.parquet b/place_cabinet/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c573e05a61b7227776a81357feb4fac685888034 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c765357817c98292f2923eace7f9a3f0cf6440cc57416e0be46d261a0a38b42 +size 15243 diff --git a/place_cabinet/data/chunk-000/episode_000060.parquet b/place_cabinet/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..161815b6b00d38403578b3b534091a64845d9c47 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9114aaf34bad142e9e06de3979480c96cebfebc8110d7e78f82afed17c892e5 +size 22545 diff --git a/place_cabinet/data/chunk-000/episode_000061.parquet b/place_cabinet/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8606bf57189fa2cc17c88c1474e24e7d322efeb9 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1498eb7eed2807217f3f21713fe0e9fb35e4cd2658ac52870dc5d68dfe1ff0d0 +size 14964 diff --git a/place_cabinet/data/chunk-000/episode_000062.parquet b/place_cabinet/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cf4965b491ac982f121dcf4863fb435152713fd --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be00ee8e8fa74141291b96f50b4296dcbae5052673b445d3c690b0a11cceda1f +size 20273 diff --git a/place_cabinet/data/chunk-000/episode_000063.parquet b/place_cabinet/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e192576ed6c26a4fb063b2eec2d3c9d5d0b1f3f3 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b39c53eb6843591fb06eaef72e2dd86329b1548622b37d250e4ad693c3f78 +size 37760 diff --git a/place_cabinet/data/chunk-000/episode_000064.parquet b/place_cabinet/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..387c66ec66e912c3d7f2259180dc4693545b2403 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd708bd6f8b2bb86e61e674844d98fba2a142671d5c6b4cf0e1298367c89c47f +size 34716 diff --git a/place_cabinet/data/chunk-000/episode_000065.parquet b/place_cabinet/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ab8e736750201d8a18c32ed24a1d02c51d38fb0 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf96284189603a5495b094bffec9961b2c86c25ae2e6b5816f9d1fad9721c4a +size 16263 diff --git a/place_cabinet/data/chunk-000/episode_000066.parquet b/place_cabinet/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0842ec5a0c0317006f173ec6ec011340ed5d9eb0 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0907a3a2e23ec208302629cc6cf2d7f69296b96a96bb415a4ed18320dc685156 +size 74148 diff --git a/place_cabinet/data/chunk-000/episode_000067.parquet b/place_cabinet/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cff9d135ceb792a16107589404bbca9ba2e176b --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5404482a39f2e7c0077256e0c118bcd58c2ee98f2202d1c8d58a76362368708 +size 61842 diff --git a/place_cabinet/data/chunk-000/episode_000068.parquet b/place_cabinet/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f49b2391b4238c271fcee58c494ccfc798984b7f --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0745789922ee43ab475875ce8614043a054a50ff1fb968019bb6f0fdc0c4d5 +size 21326 diff --git a/place_cabinet/data/chunk-000/episode_000069.parquet b/place_cabinet/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62e1af05214fea5caaad96bc74ff36b4865f6695 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37b630d25db50da7336ad230e7f51ef69c9498c7cd08ba909fd04558b6f7eb8 +size 30998 diff --git a/place_cabinet/data/chunk-000/episode_000070.parquet b/place_cabinet/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbc0df964f7408bc474fcee8dedf27eaca995585 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f972e1996e7b79c54ded03a06fba54b1f23dfb0d9a24fa316a08a61daa522050 +size 15013 diff --git a/place_cabinet/data/chunk-000/episode_000071.parquet b/place_cabinet/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b86b9deca893d7516612d3d73525a9a802ac615c --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f863890749cbcf4537eaf0ab12cfa584c92630c49a16f1b809ffbf3ea0252d +size 30882 diff --git a/place_cabinet/data/chunk-000/episode_000072.parquet b/place_cabinet/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e5c9581324ac50c6db5e47991e31031919ef911 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24bc453bb79f8c3c234250e2abc2873af62dd376d28deeaf7823d3dc778d682 +size 53449 diff --git a/place_cabinet/data/chunk-000/episode_000073.parquet b/place_cabinet/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aaccc8255f38a8e74ef7f11a0feff2ca17fbe25f --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac623566d832df376b4f5c0fe382bb35ac4f2dafc43389ef65fd3847b648e6fe +size 15480 diff --git a/place_cabinet/data/chunk-000/episode_000074.parquet b/place_cabinet/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afd9d07bb45ed261570f4ddf66b48a2aa9e4025b --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286281d4b2f748b3983db20ff1a29c65c65ed33dd9f45a1c3894cbc551f8f6a1 +size 13712 diff --git a/place_cabinet/data/chunk-000/episode_000075.parquet b/place_cabinet/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8820dcbeec9a5fa1ce06b20c3f4c74d339faec9a --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66258162b0877057dd2aad537b7cc419ce8f53186198740c440c75cba03ea30 +size 26937 diff --git a/place_cabinet/data/chunk-000/episode_000076.parquet b/place_cabinet/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02b06e911fab4205d4ff2bf378a344f43103a23d --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345f6e9a21950bec2304526bcb178a3551cf3e1518ad48020ac6f7b31644b4be +size 34622 diff --git a/place_cabinet/data/chunk-000/episode_000077.parquet b/place_cabinet/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a7f95e8dd5a55485e211b8d4e2fb09bf7c44f07 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08072dd9a9bcb6b192ef396f053f9c279553107348de605b1aa40070907c5c56 +size 24001 diff --git a/place_cabinet/data/chunk-000/episode_000078.parquet b/place_cabinet/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd8e58604537a0d440a0cae8be6550dfd59248fd --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5d409d2cc656355e05dd11616aca0867477ffd66609335cfcaa9db8de3312b +size 63565 diff --git a/place_cabinet/data/chunk-000/episode_000079.parquet b/place_cabinet/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d6f334fde04b09bbb59e22e1bea2dc0045aff79 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5906feba81b459e6ecef2b887195b025fb47dfd4b6d8cdcb92be914515c6c60f +size 27369 diff --git a/place_cabinet/data/chunk-000/episode_000080.parquet b/place_cabinet/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c8c484678ea6f76c98130191e8c1db297048a61 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806d4e815e3f9cb1a39ecd2c70530157941d3c2652e0db0a6866768c47489105 +size 11320 diff --git a/place_cabinet/data/chunk-000/episode_000081.parquet b/place_cabinet/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dbb13c5a8614788228d27a0adbd6ab66041de30 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aca682ac4c4ad635096cf449f3429634566341048bba34f0c2db2e73077291c +size 16482 diff --git a/place_cabinet/data/chunk-000/episode_000082.parquet b/place_cabinet/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03cbd7470343937104825ad5d0bef1e36af9dcbf --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3326fdff3bd3c511efd43fa91ae8866d0242b087d84473da28864333378fe3 +size 45008 diff --git a/place_cabinet/data/chunk-000/episode_000083.parquet b/place_cabinet/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ab2b6c8fdd5b971223f3f6e1b923b05802e0159 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dcb2914a72b7b058912b067da4785fe2174a5f2572fe0d0fcf15eab4c7a978 +size 18144 diff --git a/place_cabinet/data/chunk-000/episode_000084.parquet b/place_cabinet/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f536af02b377e5a5ceaf807cb151d75509110130 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b28daf9f37031b591d2093f1b0a76da97095ed352acfbae55fabc58be24cda +size 98816 diff --git a/place_cabinet/data/chunk-000/episode_000085.parquet b/place_cabinet/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28f63d05c1b13ab41b9bdc1833cfd3bef124c775 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c340a47f6a2ab89cc514ba90856a2d339315897b25bcfa52e22118ceba0e18fc +size 11251 diff --git a/place_cabinet/data/chunk-000/episode_000086.parquet b/place_cabinet/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..657d85a36412c78c25ae4e2c7f645872e6ed5822 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efee3fe270ca554d5ab3d0e64f65e59834f8cb866eb958e29ba17072ed750fd +size 45723 diff --git a/place_cabinet/data/chunk-000/episode_000087.parquet b/place_cabinet/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b89bd1f61539c08c11ca655348b7a796aa844d48 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567bc0068725dfffd079f03ae6c6af6689e37b7a1d1b271f9fe9dca362a8f1b1 +size 25769 diff --git a/place_cabinet/data/chunk-000/episode_000088.parquet b/place_cabinet/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cae1fdfdb3b0667fbe6cdfa91527753aedd7da19 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3f4e3f651a520d2f28106c88356d0f5c4ab22b323e98dd4d8166618be2c439 +size 36842 diff --git a/place_cabinet/data/chunk-000/episode_000089.parquet b/place_cabinet/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba27d3a52e87fc3930d8ddc02aeec65b02b91fc1 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee563fe56e99252559c1c2c19581e2fc931926c5eb9cb0c7539bd69a24d2248e +size 54012 diff --git a/place_cabinet/data/chunk-000/episode_000090.parquet b/place_cabinet/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c6e30397f517339cd6d0f35a1d3d6b89fae23a8 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33cb7a5655ac6dc9317f6e8462d242e7aad158588b5c574be08d57e14461ea9 +size 11128 diff --git a/place_cabinet/data/chunk-000/episode_000091.parquet b/place_cabinet/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3446ecf5ca53fd537b5eb01aa5b5319b246d708d --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8943dbf38accdf50a915a13c71b368bc739cf0843f4649437cee15051f09b31 +size 18817 diff --git a/place_cabinet/data/chunk-000/episode_000092.parquet b/place_cabinet/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c94e51316c126a489a3718ee6d75b89338073fc5 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c631f47ddc0daf198da33a6f70f2a2f99b7aad52081fcfa556e24535d9bce48b +size 67190 diff --git a/place_cabinet/data/chunk-000/episode_000093.parquet b/place_cabinet/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcf81dc692ab5a1733f2c092942425be83193276 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69903260dd7fd54cee5aee3e27b8f9fa7f20727a11b42eae45a2c2b72c1cea9 +size 45580 diff --git a/place_cabinet/data/chunk-000/episode_000094.parquet b/place_cabinet/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc63bfb22734dec5a1ad0c7c2e1919a9b063b23a --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f983d8034d3ea38057be11e6610ac2151e88f53eacc6dfcb12baa306a7ad3e7 +size 66947 diff --git a/place_cabinet/data/chunk-000/episode_000095.parquet b/place_cabinet/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96ed6c87053ce998bbed3a4f893f951040c34889 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffbd670ebf0173a2679486b0afe69a4f46119d73b8816beccb858c9e4b85f97 +size 20202 diff --git a/place_cabinet/data/chunk-000/episode_000096.parquet b/place_cabinet/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8ba5d8dbfe83874e6b6cdc13ac0136087341fd1 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c82fbcd5504e11be3372d379dc949e3ef94392f551cbf374f5016b80019e6d +size 20930 diff --git a/place_cabinet/data/chunk-000/episode_000097.parquet b/place_cabinet/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dd9e37f86b5eab8bfc340f5685651f7f1736c8d --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae2807f9d8e1513977ef93f8267d358d85f93078fe92987a7c5c2d02c43730 +size 13804 diff --git a/place_cabinet/data/chunk-000/episode_000098.parquet b/place_cabinet/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4de2952a903245a8fc0add65d472a03f1b51b285 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342272004c5fce1cc0275be49a2848f53e692887432ac902620b929caa3e12ab +size 15271 diff --git a/place_cabinet/data/chunk-000/episode_000099.parquet b/place_cabinet/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbf80ec73e60184d89511cdd308c98e3e452b87d --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b826809466681eae6f52591619dad80aa9d971ae21315e96b28feaed863751 +size 41176 diff --git a/place_cabinet/data/chunk-000/episode_000100.parquet b/place_cabinet/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..665222be5f6c808835ed7832e748d965d91758e4 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695373f61797643b50a5ce41a84e9fb38f03201cfab1892ab5123f58a1b35f51 +size 14951 diff --git a/place_cabinet/data/chunk-000/episode_000101.parquet b/place_cabinet/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f4aedbcd19a6b9a296b72fbdaa29bd6aed45772 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37a01272a613c444a7dbb101edc17524f24e6340fcd8cf45d74f265745d0a80 +size 21102 diff --git a/place_cabinet/data/chunk-000/episode_000102.parquet b/place_cabinet/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7479a468741ea78710cfce20839ec084f52caea --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4fec117329ec81371de4fb46f369ad624e6f95569eb5618264bd6d887f8901 +size 16201 diff --git a/place_cabinet/data/chunk-000/episode_000103.parquet b/place_cabinet/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c44976d8536ac769242c8341939b5604d5b60ccf --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8d92826b6eada6f2c44f398e888029e0819b611625acee49757136be146177 +size 16175 diff --git a/place_cabinet/data/chunk-000/episode_000104.parquet b/place_cabinet/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..404acb976fe87e1461d279a5e427fd5b191e8470 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0d893a28acee481f1e6442420011179a3f532fc31859252653d9c37893c64e +size 13792 diff --git a/place_cabinet/data/chunk-000/episode_000105.parquet b/place_cabinet/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d34c95ad0a73912f92d734ce18fcb9c51fb3a59 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b0283fcd34f3f28e4f7a4ed02becce4e946885d237e1a01f0c9a3d992ebebc +size 53218 diff --git a/place_cabinet/data/chunk-000/episode_000106.parquet b/place_cabinet/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..377cd2fe83321847cb0112945d821203ec10fd5a --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afd29707bffeca85cd11065030700198ca5bac81d25e1cded7507ab250a4c69 +size 60545 diff --git a/place_cabinet/data/chunk-000/episode_000107.parquet b/place_cabinet/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ae2129485bbca157b62d1d58863bac1110f0869 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f56811237e86730aa89ea856608d00a608c6e8263beae8284a971240f71139 +size 13471 diff --git a/place_cabinet/data/chunk-000/episode_000108.parquet b/place_cabinet/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4b2676b7ffdb771e03f4229c28831dceaac7b4b --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4e5250afda5a8f7239eedaf3e385a92488838df44f1eb898cb4cef74c344d8 +size 20498 diff --git a/place_cabinet/data/chunk-000/episode_000109.parquet b/place_cabinet/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94bf11243417da23f65240adcbcf23332d47b719 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b553061aa21cf4f7649876e617a3a9ac8327e69a78a24dcbc991f2053effec2 +size 36601 diff --git a/place_cabinet/data/chunk-000/episode_000110.parquet b/place_cabinet/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e07b079b24a1aa106479d918214dcb10cb312e3 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2eed1bebd99e17727c74713b70d7f3910dcf53b4b9fa95bd8fa322ef94c191 +size 71552 diff --git a/place_cabinet/data/chunk-000/episode_000111.parquet b/place_cabinet/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf2fd924807fbc2ceaa1d0dbdd3e8618e6a2c2e6 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca511b4f890f96257188d423ef7a6a5989aef110c1a6838ea0c6c3fac9dead90 +size 25653 diff --git a/place_cabinet/data/chunk-000/episode_000112.parquet b/place_cabinet/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efc387950008efa7c4ee76095a2d8671eef691e9 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023942c611c335d6383f0fb72603f57648f131b91cc396613f13d7fc1cc1f558 +size 14182 diff --git a/place_cabinet/data/chunk-000/episode_000113.parquet b/place_cabinet/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d779ecd7a3c6236c80e3a0950273bc73aab7e026 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163f75ccd5f0fe71e16af5853921941f352f192c86c5674b7f69433c6cf57177 +size 12841 diff --git a/place_cabinet/data/chunk-000/episode_000114.parquet b/place_cabinet/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0eee61c3fefe17288b55cf142da79bd9ab5eac7 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43ad62369675bbcb5b309398f15af57c58a3c4fb046bebb428547a05354e287 +size 39868 diff --git a/place_cabinet/data/chunk-000/episode_000115.parquet b/place_cabinet/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fae83b82807528c58a5c72f6d5fc640a6c1b8d21 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925fbcd9b2ac856862c9c390028571afb3b18137d9f9126aab15a6c16289d77d +size 15573 diff --git a/place_cabinet/data/chunk-000/episode_000116.parquet b/place_cabinet/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e803263f43e7487c6bb66217b86399f93517ea70 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71e959782f09464b02f72214d94a541e2dc22a48fa369bfc2d2a94c9da787e6 +size 45630 diff --git a/place_cabinet/data/chunk-000/episode_000117.parquet b/place_cabinet/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dedd9903a85acf21e8dc989450338a5591f255c --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8144654eebbfd4cf7f96ab0e52273f3c030d726a4ed2f1cc66ce98226510050c +size 54840 diff --git a/place_cabinet/data/chunk-000/episode_000118.parquet b/place_cabinet/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..398515cd4d3f35d5ce18469d1ce27c13d0563421 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8017e93791514785641691953787529b04099e760ab7a68fe3ffde309b5ccb5 +size 10968 diff --git a/place_cabinet/data/chunk-000/episode_000119.parquet b/place_cabinet/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..529cdca907fe76ea2714adecfc56c02bd69f8be3 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5975cf8bb3db9d464cb29f621afcf6176c24f457995b3eda72074653f1c58596 +size 47691 diff --git a/place_cabinet/data/chunk-000/episode_000120.parquet b/place_cabinet/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..617d495f10849faa8ebad4d19e9b87f695fc2979 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7aa8ce5c1d329150090a3e40dd4cd84dfdf60bdb5642783215547857a48b5a +size 88825 diff --git a/place_cabinet/data/chunk-000/episode_000121.parquet b/place_cabinet/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a630f9be537092238823ec38a28f7b4bf492be7 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae73704e636e72090f402c761b0eee3f0a1c9bccca58747385cb4348651c409 +size 12189 diff --git a/place_cabinet/data/chunk-000/episode_000122.parquet b/place_cabinet/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8971fa781ac1033ca5b766d6efcb4d0e358e9707 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5ec14e45d17f83eaa2b3ea19b26b545a4621dc1c05755dc911c763a2fc1800 +size 51260 diff --git a/place_cabinet/data/chunk-000/episode_000123.parquet b/place_cabinet/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a61fb6798c0ed76c9fc1608f9786c2365c5c3e8 --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a1fdb469950d706b5350c83315247ede60284248601334383d722f863ee37c +size 16353 diff --git a/place_cabinet/data/chunk-000/episode_000124.parquet b/place_cabinet/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7497a84949d8f2b2e7bdf6017103457502efe75f --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147b1b8e70c72f45e3cbbca5c2143e7bb31b82b952c254b0148fe5749a055ac9 +size 13708 diff --git a/place_cabinet/data/chunk-000/episode_000125.parquet b/place_cabinet/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5869435585ff543c369a1b6637615f46e7082fce --- /dev/null +++ b/place_cabinet/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e92ab350c460234155793978495454d62f9ee4e7b014e474312fdd98fa34f5 +size 11830 diff --git a/place_cabinet/meta/episodes.jsonl b/place_cabinet/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..022a10848e4bff4265a4580ce4b40cff989d7ffe --- /dev/null +++ b/place_cabinet/meta/episodes.jsonl @@ -0,0 +1,126 @@ +{"episode_index": 0, "tasks": ["procedural_kitchen_place_cabinet_196773-7c74049"], "length": 91} +{"episode_index": 1, "tasks": ["procedural_kitchen_place_cabinet_126721-7c74049"], "length": 96} +{"episode_index": 2, "tasks": ["procedural_kitchen_place_cabinet_196772-7c74049"], "length": 112} +{"episode_index": 3, "tasks": ["procedural_kitchen_place_cabinet_273854-7c74049"], "length": 367} +{"episode_index": 4, "tasks": ["procedural_kitchen_place_cabinet_236872-7c74049"], "length": 410} +{"episode_index": 5, "tasks": ["procedural_kitchen_place_cabinet_208563-7c74049"], "length": 311} +{"episode_index": 6, "tasks": ["procedural_kitchen_place_cabinet_232193-7c74049"], "length": 86} +{"episode_index": 7, "tasks": ["procedural_kitchen_place_cabinet_255054-7c74049"], "length": 241} +{"episode_index": 8, "tasks": ["procedural_kitchen_place_cabinet_297991-7c74049"], "length": 93} +{"episode_index": 9, "tasks": ["procedural_kitchen_place_cabinet_217052-7c74049"], "length": 578} +{"episode_index": 10, "tasks": ["procedural_kitchen_place_cabinet_295924-7c74049"], "length": 167} +{"episode_index": 11, "tasks": ["procedural_kitchen_place_cabinet_246795-7c74049"], "length": 242} +{"episode_index": 12, "tasks": ["procedural_kitchen_place_cabinet_19423-7c74049"], "length": 158} +{"episode_index": 13, "tasks": ["procedural_kitchen_place_cabinet_117925-7c74049"], "length": 147} +{"episode_index": 14, "tasks": ["procedural_kitchen_place_cabinet_126722-7c74049"], "length": 160} +{"episode_index": 15, "tasks": ["procedural_kitchen_place_cabinet_321923-7c74049"], "length": 164} +{"episode_index": 16, "tasks": ["procedural_kitchen_place_cabinet_196771-7c74049"], "length": 309} +{"episode_index": 17, "tasks": ["procedural_kitchen_place_cabinet_75131-7c74049"], "length": 164} +{"episode_index": 18, "tasks": ["procedural_kitchen_place_cabinet_297994-7c74049"], "length": 289} +{"episode_index": 19, "tasks": ["procedural_kitchen_place_cabinet_5823-7c74049"], "length": 81} +{"episode_index": 20, "tasks": ["procedural_kitchen_place_cabinet_279935-7c74049"], "length": 144} +{"episode_index": 21, "tasks": ["procedural_kitchen_place_cabinet_277541-7c74049"], "length": 120} +{"episode_index": 22, "tasks": ["procedural_kitchen_place_cabinet_246791-7c74049"], "length": 108} +{"episode_index": 23, "tasks": ["procedural_kitchen_place_cabinet_269982-7c74049"], "length": 179} +{"episode_index": 24, "tasks": ["procedural_kitchen_place_cabinet_42643-7c74049"], "length": 138} +{"episode_index": 25, "tasks": ["procedural_kitchen_place_cabinet_297993-7c74049"], "length": 416} +{"episode_index": 26, "tasks": ["procedural_kitchen_place_cabinet_48564-7c74049"], "length": 125} +{"episode_index": 27, "tasks": ["procedural_kitchen_place_cabinet_153474-7c74049"], "length": 112} +{"episode_index": 28, "tasks": ["procedural_kitchen_place_cabinet_217053-7c74049"], "length": 234} +{"episode_index": 29, "tasks": ["procedural_kitchen_place_cabinet_255051-7c74049"], "length": 104} +{"episode_index": 30, "tasks": ["procedural_kitchen_place_cabinet_154894-7c74049"], "length": 408} +{"episode_index": 31, "tasks": ["procedural_kitchen_place_cabinet_121844-7c74049"], "length": 956} +{"episode_index": 32, "tasks": ["procedural_kitchen_place_cabinet_171851-7c74049"], "length": 169} +{"episode_index": 33, "tasks": ["procedural_kitchen_place_cabinet_19425-7c74049"], "length": 140} +{"episode_index": 34, "tasks": ["procedural_kitchen_place_cabinet_42642-7c74049"], "length": 118} +{"episode_index": 35, "tasks": ["procedural_kitchen_place_cabinet_5824-7c74049"], "length": 461} +{"episode_index": 36, "tasks": ["procedural_kitchen_place_cabinet_166182-7c74049"], "length": 84} +{"episode_index": 37, "tasks": ["procedural_kitchen_place_cabinet_176885-7c74049"], "length": 592} +{"episode_index": 38, "tasks": ["procedural_kitchen_place_cabinet_277544-7c74049"], "length": 122} +{"episode_index": 39, "tasks": ["procedural_kitchen_place_cabinet_44101-7c74049"], "length": 165} +{"episode_index": 40, "tasks": ["procedural_kitchen_place_cabinet_117922-7c74049"], "length": 90} +{"episode_index": 41, "tasks": ["procedural_kitchen_place_cabinet_273853-7c74049"], "length": 306} +{"episode_index": 42, "tasks": ["procedural_kitchen_place_cabinet_42644-7c74049"], "length": 370} +{"episode_index": 43, "tasks": ["procedural_kitchen_place_cabinet_171854-7c74049"], "length": 439} +{"episode_index": 44, "tasks": ["procedural_kitchen_place_cabinet_279932-7c74049"], "length": 451} +{"episode_index": 45, "tasks": ["procedural_kitchen_place_cabinet_282591-7c74049"], "length": 88} +{"episode_index": 46, "tasks": ["procedural_kitchen_place_cabinet_295922-7c74049"], "length": 219} +{"episode_index": 47, "tasks": ["procedural_kitchen_place_cabinet_121842-7c74049"], "length": 342} +{"episode_index": 48, "tasks": ["procedural_kitchen_place_cabinet_154895-7c74049"], "length": 323} +{"episode_index": 49, "tasks": ["procedural_kitchen_place_cabinet_121841-7c74049"], "length": 112} +{"episode_index": 50, "tasks": ["procedural_kitchen_place_cabinet_176882-7c74049"], "length": 179} +{"episode_index": 51, "tasks": ["procedural_kitchen_place_cabinet_217051-7c74049"], "length": 127} +{"episode_index": 52, "tasks": ["procedural_kitchen_place_cabinet_246793-7c74049"], "length": 232} +{"episode_index": 53, "tasks": ["procedural_kitchen_place_cabinet_71481-7c74049"], "length": 112} +{"episode_index": 54, "tasks": ["procedural_kitchen_place_cabinet_12201-7c74049"], "length": 329} +{"episode_index": 55, "tasks": ["procedural_kitchen_place_cabinet_282592-7c74049"], "length": 174} +{"episode_index": 56, "tasks": ["procedural_kitchen_place_cabinet_171853-7c74049"], "length": 230} +{"episode_index": 57, "tasks": ["procedural_kitchen_place_cabinet_42645-7c74049"], "length": 207} +{"episode_index": 58, "tasks": ["procedural_kitchen_place_cabinet_44105-7c74049"], "length": 267} +{"episode_index": 59, "tasks": ["procedural_kitchen_place_cabinet_117924-7c74049"], "length": 119} +{"episode_index": 60, "tasks": ["procedural_kitchen_place_cabinet_166184-7c74049"], "length": 169} +{"episode_index": 61, "tasks": ["procedural_kitchen_place_cabinet_5825-7c74049"], "length": 119} +{"episode_index": 62, "tasks": ["procedural_kitchen_place_cabinet_295921-7c74049"], "length": 156} +{"episode_index": 63, "tasks": ["procedural_kitchen_place_cabinet_44104-7c74049"], "length": 291} +{"episode_index": 64, "tasks": ["procedural_kitchen_place_cabinet_282594-7c74049"], "length": 263} +{"episode_index": 65, "tasks": ["procedural_kitchen_place_cabinet_297995-7c74049"], "length": 129} +{"episode_index": 66, "tasks": ["procedural_kitchen_place_cabinet_12203-7c74049"], "length": 569} +{"episode_index": 67, "tasks": ["procedural_kitchen_place_cabinet_297992-7c74049"], "length": 480} +{"episode_index": 68, "tasks": ["procedural_kitchen_place_cabinet_218334-7c74049"], "length": 165} +{"episode_index": 69, "tasks": ["procedural_kitchen_place_cabinet_203691-7c74049"], "length": 243} +{"episode_index": 70, "tasks": ["procedural_kitchen_place_cabinet_196775-7c74049"], "length": 116} +{"episode_index": 71, "tasks": ["procedural_kitchen_place_cabinet_208562-7c74049"], "length": 235} +{"episode_index": 72, "tasks": ["procedural_kitchen_place_cabinet_217054-7c74049"], "length": 405} +{"episode_index": 73, "tasks": ["procedural_kitchen_place_cabinet_176883-7c74049"], "length": 122} +{"episode_index": 74, "tasks": ["procedural_kitchen_place_cabinet_42641-7c74049"], "length": 105} +{"episode_index": 75, "tasks": ["procedural_kitchen_place_cabinet_236875-7c74049"], "length": 211} +{"episode_index": 76, "tasks": ["procedural_kitchen_place_cabinet_269981-7c74049"], "length": 274} +{"episode_index": 77, "tasks": ["procedural_kitchen_place_cabinet_71485-7c74049"], "length": 184} +{"episode_index": 78, "tasks": ["procedural_kitchen_place_cabinet_121843-7c74049"], "length": 487} +{"episode_index": 79, "tasks": ["procedural_kitchen_place_cabinet_208564-7c74049"], "length": 213} +{"episode_index": 80, "tasks": ["procedural_kitchen_place_cabinet_273852-7c74049"], "length": 80} +{"episode_index": 81, "tasks": ["procedural_kitchen_place_cabinet_264702-7c74049"], "length": 128} +{"episode_index": 82, "tasks": ["procedural_kitchen_place_cabinet_264703-7c74049"], "length": 353} +{"episode_index": 83, "tasks": ["procedural_kitchen_place_cabinet_154891-7c74049"], "length": 140} +{"episode_index": 84, "tasks": ["procedural_kitchen_place_cabinet_48563-7c74049"], "length": 822} +{"episode_index": 85, "tasks": ["procedural_kitchen_place_cabinet_196774-7c74049"], "length": 88} +{"episode_index": 86, "tasks": ["procedural_kitchen_place_cabinet_218331-7c74049"], "length": 358} +{"episode_index": 87, "tasks": ["procedural_kitchen_place_cabinet_166185-7c74049"], "length": 194} +{"episode_index": 88, "tasks": ["procedural_kitchen_place_cabinet_166183-7c74049"], "length": 282} +{"episode_index": 89, "tasks": ["procedural_kitchen_place_cabinet_44103-7c74049"], "length": 415} +{"episode_index": 90, "tasks": ["procedural_kitchen_place_cabinet_273851-7c74049"], "length": 87} +{"episode_index": 91, "tasks": ["procedural_kitchen_place_cabinet_246794-7c74049"], "length": 154} +{"episode_index": 92, "tasks": ["procedural_kitchen_place_cabinet_282595-7c74049"], "length": 514} +{"episode_index": 93, "tasks": ["procedural_kitchen_place_cabinet_316093-7c74049"], "length": 357} +{"episode_index": 94, "tasks": ["procedural_kitchen_place_cabinet_203694-7c74049"], "length": 524} +{"episode_index": 95, "tasks": ["procedural_kitchen_place_cabinet_5821-7c74049"], "length": 156} +{"episode_index": 96, "tasks": ["procedural_kitchen_place_cabinet_236874-7c74049"], "length": 153} +{"episode_index": 97, "tasks": ["procedural_kitchen_place_cabinet_232192-7c74049"], "length": 104} +{"episode_index": 98, "tasks": ["procedural_kitchen_place_cabinet_277545-7c74049"], "length": 125} +{"episode_index": 99, "tasks": ["procedural_kitchen_place_cabinet_153472-7c74049"], "length": 316} +{"episode_index": 100, "tasks": ["procedural_kitchen_place_cabinet_19421-7c74049"], "length": 114} +{"episode_index": 101, "tasks": ["procedural_kitchen_place_cabinet_255055-7c74049"], "length": 159} +{"episode_index": 102, "tasks": ["procedural_kitchen_place_cabinet_218333-7c74049"], "length": 126} +{"episode_index": 103, "tasks": ["procedural_kitchen_place_cabinet_203692-7c74049"], "length": 126} +{"episode_index": 104, "tasks": ["procedural_kitchen_place_cabinet_316094-7c74049"], "length": 100} +{"episode_index": 105, "tasks": ["procedural_kitchen_place_cabinet_19422-7c74049"], "length": 409} +{"episode_index": 106, "tasks": ["procedural_kitchen_place_cabinet_75134-7c74049"], "length": 465} +{"episode_index": 107, "tasks": ["procedural_kitchen_place_cabinet_295923-7c74049"], "length": 109} +{"episode_index": 108, "tasks": ["procedural_kitchen_place_cabinet_316092-7c74049"], "length": 159} +{"episode_index": 109, "tasks": ["procedural_kitchen_place_cabinet_255052-7c74049"], "length": 276} +{"episode_index": 110, "tasks": ["procedural_kitchen_place_cabinet_321924-7c74049"], "length": 556} +{"episode_index": 111, "tasks": ["procedural_kitchen_place_cabinet_126725-7c74049"], "length": 200} +{"episode_index": 112, "tasks": ["procedural_kitchen_place_cabinet_203693-7c74049"], "length": 106} +{"episode_index": 113, "tasks": ["procedural_kitchen_place_cabinet_171855-7c74049"], "length": 98} +{"episode_index": 114, "tasks": ["procedural_kitchen_place_cabinet_126723-7c74049"], "length": 304} +{"episode_index": 115, "tasks": ["procedural_kitchen_place_cabinet_264701-7c74049"], "length": 121} +{"episode_index": 116, "tasks": ["procedural_kitchen_place_cabinet_273855-7c74049"], "length": 355} +{"episode_index": 117, "tasks": ["procedural_kitchen_place_cabinet_269985-7c74049"], "length": 422} +{"episode_index": 118, "tasks": ["procedural_kitchen_place_cabinet_236873-7c74049"], "length": 86} +{"episode_index": 119, "tasks": ["procedural_kitchen_place_cabinet_126724-7c74049"], "length": 367} +{"episode_index": 120, "tasks": ["procedural_kitchen_place_cabinet_203695-7c74049"], "length": 680} +{"episode_index": 121, "tasks": ["procedural_kitchen_place_cabinet_264704-7c74049"], "length": 96} +{"episode_index": 122, "tasks": ["procedural_kitchen_place_cabinet_12205-7c74049"], "length": 406} +{"episode_index": 123, "tasks": ["procedural_kitchen_place_cabinet_282593-7c74049"], "length": 126} +{"episode_index": 124, "tasks": ["procedural_kitchen_place_cabinet_48561-7c74049"], "length": 105} +{"episode_index": 125, "tasks": ["procedural_kitchen_place_cabinet_5822-7c74049"], "length": 88} diff --git a/place_cabinet/meta/episodes_stats.jsonl b/place_cabinet/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6550eb31d644d62969cb9673e392a29275f75151 --- /dev/null +++ b/place_cabinet/meta/episodes_stats.jsonl @@ -0,0 +1,126 @@ +{"episode_index": 0, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.114165186882019, 0.27774712443351746, -1.9093701839447021, -1.5684478282928467, 1.0484050512313843, 0.5175639986991882, -0.7758194208145142, 1.0501623153686523, -3.2960011959075928, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.114165186882019, 0.27774712443351746, -0.7980493307113647, -1.2832385301589966, 1.14832603931427, 1.5590827465057373, -0.009770544245839119, 1.529717206954956, -2.49112868309021, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495710849762, 1.1141657829284668, 0.2777467966079712, -1.6350868940353394, -1.364620566368103, 1.1110347509384155, 0.8504162430763245, -0.5968561768531799, 1.3178664445877075, -3.069739818572998, 0.28727060556411743, -0.28727060556411743, 0.28727060556411743, 0.28727060556411743, -0.28727060556411743, 0.28727060556411743, -2.356196641921997, 1.5707955360412598, -1.0471973419189453, -1.5707955360412598, 0.0, -1.0471973419189453, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 5.960464477539062e-07, 3.2782554626464844e-07, 0.37119871377944946, 0.09535377472639084, 0.027622900903224945, 0.3142946660518646, 0.25306031107902527, 0.13912300765514374, 0.2550433278083801, 0.23664917051792145, 0.23664917051792145, 0.23664917051792145, 0.23664917051792145, 0.23664917051792145, 0.23664917051792145, 2.1457672119140625e-06, 8.344650268554688e-07, 2.384185791015625e-07, 8.344650268554688e-07, 0.0, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [91]}, "observation.state": {"min": [-0.07897794246673584, -0.6938070058822632, -0.7312222123146057, 0.687495231628418, 0.2367275059223175, 0.6841013431549072, -0.6660093665122986, -0.22674775123596191, -7.795898454787675e-06, -0.2700534462928772, 0.1474638134241104, 1.271431803703308, NaN], "max": [0.9715760946273804, -0.2367275059223175, 8.103637810563669e-06, 0.7137051224708557, 0.35698696970939636, 0.9715760946273804, -3.269697117502801e-07, 0.06916625797748566, 0.9528767466545105, 0.13902778923511505, 1.0, 1.5344821214675903, NaN], "mean": [0.7835190296173096, -0.36423060297966003, -0.2027880698442459, 0.7070229649543762, 0.2735127806663513, 0.9041573405265808, -0.1817048043012619, 0.009422414004802704, 0.26604628562927246, 0.0004934418248012662, 0.8468685746192932, 1.3498992919921875, NaN], "std": [0.3206520974636078, 0.1786055564880371, 0.2785550653934479, 0.009662195108830929, 0.04578367993235588, 0.10155261307954788, 0.2495267540216446, 0.09525617957115173, 0.3682304918766022, 0.0873008593916893, 0.2623312175273895, 0.10507132858037949, NaN], "count": [91]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.07360495034168381]], [[0.07966232900601847]], [[0.06840917782564987]]], "std": [[[0.18181799163120368]], [[0.19595662631173552]], [[0.17070541763767177]]], "count": [91]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25895085916449956]], [[0.2792863895248339]], [[0.2521919598522354]]], "std": [[[0.2670648461528152]], [[0.2761729960100448]], [[0.25858739945269604]]], "count": [91]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4408732662276739]], [[0.4918669914741104]], [[0.43374174633747714]]], "std": [[[0.26265364461488566]], [[0.24934748131598075]], [[0.23766433259206823]]], "count": [91]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.51418073260088]], [[0.5423912422337277]], [[0.5586376096686961]]], "std": [[[0.33706746902174267]], [[0.32202352729697326]], [[0.3155196344322562]]], "count": [91]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31898652366850727]], [[0.36246981107843274]], [[0.3674166540605083]]], "std": [[[0.34243823444571825]], [[0.3271167859107492]], [[0.325641240621453]]], "count": [91]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989563405130186]], [[0.9989563405130186]], [[0.9989563405130186]]], "std": [[[0.008316641322399074]], [[0.008316641322399074]], [[0.008316641322399074]]], "count": [91]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5892025598795102]], [[0.5892025598795102]], [[0.5892025598795102]]], "std": [[[0.33583044684820845]], [[0.33583044684820845]], [[0.33583044684820845]]], "count": [91]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15015768216934186]], [[0.15015768216934186]], [[0.15015768216934186]]], "std": [[[0.1972815407175842]], [[0.1972815407175842]], [[0.1972815407175842]]], "count": [91]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.027109460531508946]], [[0.027109460531508946]], [[0.027109460531508946]]], "std": [[[0.027225592472917493]], [[0.027225592472917493]], [[0.027225592472917493]]], "count": [91]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2701375954358773]], [[0.2701375954358773]], [[0.2701375954358773]]], "std": [[[0.36647812451111517]], [[0.36647812451111517]], [[0.36647812451111517]]], "count": [91]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.049409819934687314]], [[0.07752014791284792]], [[0.09738936204998161]]], "std": [[[0.14926376244562098]], [[0.2490748018311495]], [[0.27954527344722374]]], "count": [91]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37997631390711617]], [[0.2962955579434858]], [[0.26711975001584476]]], "std": [[[0.4448073805763772]], [[0.36205182526922236]], [[0.3947062786705276]]], "count": [91]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4386668911789764]], [[0.3830182390608223]], [[0.7317055498215312]]], "std": [[[0.4130896854548726]], [[0.29153161963549074]], [[0.39389585677120714]]], "count": [91]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40537931140288425]], [[0.7236179647310674]], [[0.5214455774917818]]], "std": [[[0.31191952202321227]], [[0.3507013694572011]], [[0.42035828000679315]]], "count": [91]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5836184801042766]], [[0.4001839692242169]], [[0.31115570261008674]]], "std": [[[0.44591719340693065]], [[0.3386925483221432]], [[0.3683969941426937]]], "count": [91]}, "timestamp": {"min": [0.0], "max": [1.8], "mean": [0.9], "std": [0.5253570214625479], "count": [91]}, "frame_index": {"min": [0], "max": [90], "mean": [45.0], "std": [26.267851073127396], "count": [91]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [91]}, "index": {"min": [0], "max": [90], "mean": [45.0], "std": [26.267851073127396], "count": [91]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [91]}}} +{"episode_index": 1, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47365814447402954, 0.982989490032196, 0.30661213397979736, -2.0326693058013916, -1.690653920173645, 0.9181488752365112, 0.2623564898967743, 0.003853575559332967, 1.0498216152191162, -2.475191593170166, 6.938893903907228e-18, -0.3365853726863861, 6.938893903907228e-18, 6.938893903907228e-18, -0.3365853726863861, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.47365814447402954, 0.982989490032196, 0.30661213397979736, -0.7859985828399658, -1.3076629638671875, 1.1095640659332275, 1.5594699382781982, 0.3398713767528534, 1.6438759565353394, -1.3667356967926025, 0.3365853726863861, -6.938893903907228e-18, 0.3365853726863861, 0.3365853726863861, -6.938893903907228e-18, 0.3365853726863861, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4736584424972534, 0.9829888939857483, 0.3066120445728302, -1.6371830701828003, -1.458145260810852, 0.9861211180686951, 0.7309241890907288, 0.25984588265419006, 1.3545860052108765, -1.707159399986267, 0.21053606271743774, -0.21053606271743774, 0.21053606271743774, 0.21053606271743774, -0.21053606271743774, 0.21053606271743774, -2.356196880340576, 1.5707958936691284, -1.0471972227096558, -1.5707958936691284, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 5.960464477539062e-07, 8.940696716308594e-08, 0.4789009988307953, 0.1467035561800003, 0.07591661065816879, 0.3787728250026703, 0.10806196928024292, 0.16904181241989136, 0.3762679398059845, 0.1580309420824051, 0.1580309420824051, 0.1580309420824051, 0.1580309420824051, 0.1580309420824051, 0.1580309420824051, 2.384185791015625e-06, 4.76837158203125e-07, 3.5762786865234375e-07, 4.76837158203125e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [96]}, "observation.state": {"min": [-0.46132901310920715, -0.9172787070274353, -0.3664112389087677, 1.4130210876464844, 0.5662400722503662, -0.4232594668865204, -0.8235546350479126, -0.059424400329589844, -2.0889744973828783e-06, -0.5724248290061951, 0.4686620831489563, 1.2948975563049316, NaN], "max": [-0.2463749498128891, -0.8183654546737671, -2.931792096205754e-06, 1.8247357606887817, 0.9194905161857605, 0.1499994844198227, 8.749046287448436e-07, 0.07193952798843384, 0.7527911067008972, -2.3118266199162463e-06, 1.0, 1.7527257204055786, NaN], "mean": [-0.4058077037334442, -0.8871129155158997, -0.14544463157653809, 1.6986027956008911, 0.8184123039245605, -0.26494014263153076, -0.2936677038669586, 0.03434235602617264, 0.24217842519283295, -0.2164466381072998, 0.8402655124664307, 1.4601678848266602, NaN], "std": [0.042653318494558334, 0.030747171491384506, 0.15630431473255157, 0.16447874903678894, 0.132615327835083, 0.19827385246753693, 0.341859370470047, 0.05093090608716011, 0.2957443594932556, 0.23607073724269867, 0.21274445950984955, 0.18275566399097443, NaN], "count": [96]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0898290963444872]], [[0.08468894428831575]], [[0.08102981465946843]]], "std": [[[0.2225301745504039]], [[0.21417674181626928]], [[0.2077498432783863]]], "count": [96]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3193482372543879]], [[0.2996490876026208]], [[0.2841572922387381]]], "std": [[[0.2979302500526511]], [[0.2891606808544349]], [[0.2826455293415237]]], "count": [96]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6410378407031223]], [[0.6294497617053502]], [[0.6181855687454696]]], "std": [[[0.2699481313282458]], [[0.27419623653279224]], [[0.2748893891627069]]], "count": [96]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6229804117707409]], [[0.6087604227366311]], [[0.5176898810605487]]], "std": [[[0.2811254818023354]], [[0.282667332626424]], [[0.2765159843515586]]], "count": [96]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5341482927655746]], [[0.5158992010390103]], [[0.49343641823315054]]], "std": [[[0.26426651452425576]], [[0.26909838054321206]], [[0.271412387733252]]], "count": [96]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8862745098039215]], [[0.8862745098039215]], [[0.8862745098039215]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9993824142974107]], [[0.9993824142974107]], [[0.9993824142974107]]], "std": [[[0.005949275666058574]], [[0.005949275666058574]], [[0.005949275666058574]]], "count": [96]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5827379082396841]], [[0.5827379082396841]], [[0.5827379082396841]]], "std": [[[0.3324840348001403]], [[0.3324840348001403]], [[0.3324840348001403]]], "count": [96]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20285671944643935]], [[0.20285671944643935]], [[0.20285671944643935]]], "std": [[[0.2075898921433024]], [[0.2075898921433024]], [[0.2075898921433024]]], "count": [96]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.026672505008523938]], [[0.026672505008523938]], [[0.026672505008523938]]], "std": [[[0.06408890448543403]], [[0.06408890448543403]], [[0.06408890448543403]]], "count": [96]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15161093223924776]], [[0.15161093223924776]], [[0.15161093223924776]]], "std": [[[0.1876152015708862]], [[0.1876152015708862]], [[0.1876152015708862]]], "count": [96]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09439699534385532]], [[0.09497790281485416]], [[0.05038730284699633]]], "std": [[[0.25939250329608]], [[0.2790244188824022]], [[0.16066214048524538]]], "count": [96]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23069626697047502]], [[0.3790418503162696]], [[0.315128291806674]]], "std": [[[0.3401483458108919]], [[0.38681691792244344]], [[0.4208496664728107]]], "count": [96]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6335046613974067]], [[0.2820762010901963]], [[0.41998280349039857]]], "std": [[[0.43556419064645474]], [[0.3494835766072774]], [[0.3290552689197076]]], "count": [96]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24256704565596743]], [[0.4722514041525095]], [[0.8903415745708472]]], "std": [[[0.2849498975526228]], [[0.2685867695280657]], [[0.28066961277097524]]], "count": [96]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3439992066158338]], [[0.47018147642992997]], [[0.6084091582952846]]], "std": [[[0.32331133898301995]], [[0.40956424554423415]], [[0.42935818661474273]]], "count": [96]}, "timestamp": {"min": [0.0], "max": [1.9], "mean": [0.9499999999999998], "std": [0.5542261872797664], "count": [96]}, "frame_index": {"min": [0], "max": [95], "mean": [47.5], "std": [27.711309363988317], "count": [96]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [96]}, "index": {"min": [91], "max": [186], "mean": [138.5], "std": [27.711309363988317], "count": [96]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [96]}}} +{"episode_index": 2, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4990437626838684, 1.3217524290084839, 0.13932067155838013, -1.018869161605835, -1.5689047574996948, 1.0508503913879395, 1.5715049505233765, -1.2770119905471802, 1.0485585927963257, -3.7067787647247314, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4990437626838684, 1.3217524290084839, 0.13932067155838013, -0.787547767162323, -1.3021161556243896, 1.408233880996704, 1.7017298936843872, -0.011757991276681423, 1.1817206144332886, -2.4942517280578613, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49904340505599976, 1.3217521905899048, 0.13932056725025177, -0.9616443514823914, -1.3944013118743896, 1.3067225217819214, 1.6470673084259033, -0.9640277624130249, 1.1178343296051025, -3.4333884716033936, 0.3452349305152893, -0.3452349305152893, 0.3452349305152893, 0.3452349305152893, -0.3452349305152893, 0.3452349305152893, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 2.384185791015625e-07, 1.043081283569336e-07, 0.07337961345911026, 0.08247259259223938, 0.10277742892503738, 0.04107189550995827, 0.40137478709220886, 0.04189710319042206, 0.38105589151382446, 0.23953481018543243, 0.23953481018543243, 0.23953481018543243, 0.23953481018543243, 0.23953481018543243, 0.23953481018543243, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [112]}, "observation.state": {"min": [-0.1852739155292511, -0.9622895121574402, -0.983971893787384, -0.026790520176291466, 0.7188016176223755, -0.604045033454895, -0.3441711962223053, 0.008431530557572842, -0.6922621726989746, -0.8775891065597534, -0.27433812618255615, 1.3036785125732422, NaN], "max": [0.30156171321868896, 0.4354513883590698, 0.00028146704426035285, 0.03334974870085716, 0.9972071647644043, 0.30156171321868896, 0.07461340725421906, 0.09924684464931488, 0.0017588103655725718, 0.000318802340188995, 1.0, 1.5051887035369873, NaN], "mean": [0.17258763313293457, -0.7341355681419373, -0.26722055673599243, -0.009203294292092323, 0.9340324997901917, 0.09307167679071426, -0.02672717347741127, 0.0663556307554245, -0.1152978464961052, -0.2387320101261139, 0.7846015691757202, 1.3554843664169312, NaN], "std": [0.1854851096868515, 0.4188450574874878, 0.3873177468776703, 0.022213947027921677, 0.0647292211651802, 0.3237585127353668, 0.09589781612157822, 0.035082388669252396, 0.21426081657409668, 0.3393203914165497, 0.3912385106086731, 0.0615079402923584, NaN], "count": [112]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12598771131858236]], [[0.11907459107578602]], [[0.10975602347228006]]], "std": [[[0.29787120637581194]], [[0.2830515890863813]], [[0.2626973895411841]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45445671569130375]], [[0.42310978340243455]], [[0.38206903816894217]]], "std": [[[0.38632556828281867]], [[0.3668340558556173]], [[0.34024703518626315]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6393386669670774]], [[0.6134653290337031]], [[0.5876276809824508]]], "std": [[[0.273591645356899]], [[0.2758797474520159]], [[0.27749505506986843]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45916205757293516]], [[0.4033789340913343]], [[0.36061357843640174]]], "std": [[[0.2751417714415295]], [[0.2833200588286938]], [[0.2903891330072487]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4745374859769153]], [[0.41849010689395966]], [[0.37302275008700514]]], "std": [[[0.2867928890989066]], [[0.2760990647315912]], [[0.26872137901522997]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992875971222249]], [[0.9992875971222249]], [[0.9992875971222249]]], "std": [[[0.006510309163134234]], [[0.006510309163134234]], [[0.006510309163134234]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5768265335202855]], [[0.5768265335202855]], [[0.5768265335202855]]], "std": [[[0.3325684606350422]], [[0.3325684606350422]], [[0.3325684606350422]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21604287828465404]], [[0.21604287828465404]], [[0.21604287828465404]]], "std": [[[0.2543072894645304]], [[0.2543072894645304]], [[0.2543072894645304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.054365695226484975]], [[0.054365695226484975]], [[0.054365695226484975]]], "std": [[[0.14281338345874092]], [[0.14281338345874092]], [[0.14281338345874092]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27050789416686616]], [[0.27050789416686616]], [[0.27050789416686616]]], "std": [[[0.3754573927474804]], [[0.3754573927474804]], [[0.3754573927474804]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07868144580769279]], [[0.1106826796379781]], [[0.09315430187669609]]], "std": [[[0.2516743366765871]], [[0.2765482571782915]], [[0.27701030992015285]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4073108682343017]], [[0.2976852847633359]], [[0.2992908976182381]]], "std": [[[0.4574279652260175]], [[0.4020416580693092]], [[0.3492252898979575]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7247660449905485]], [[0.45643539724976545]], [[0.34839188327429055]]], "std": [[[0.36941106344887925]], [[0.40474241658140414]], [[0.32098808327247264]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5435471789208143]], [[0.45376646543162935]], [[0.5147360548678964]]], "std": [[[0.44125577634420216]], [[0.3578964124346952]], [[0.3823440523345373]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4732663631712389]], [[0.2774669128962758]], [[0.6289340591474099]]], "std": [[[0.4057548042667195]], [[0.3529233176104994]], [[0.4541377779490982]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.22], "mean": [1.1099999999999999], "std": [0.6466065264130885], "count": [112]}, "frame_index": {"min": [0], "max": [111], "mean": [55.5], "std": [32.33032632065442], "count": [112]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [112]}, "index": {"min": [187], "max": [298], "mean": [242.5], "std": [32.33032632065442], "count": [112]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [112]}}} +{"episode_index": 3, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49857109785079956, 0.34814390540122986, 0.1810797154903412, -2.475512981414795, -1.7133593559265137, 1.0627397298812866, 0.7929391860961914, 0.004643042106181383, -0.4362979233264923, -2.4756758213043213, 8.673617379884035e-18, -0.5170731544494629, 8.673617379884035e-18, 8.673617379884035e-18, -0.5170731544494629, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49857109785079956, 0.34814390540122986, 0.1810797154903412, -0.21175198256969452, 0.40724247694015503, 3.3505425453186035, 2.240924596786499, 3.557554006576538, 1.47855806350708, 2.6791999340057373, 0.5170731544494629, -8.673617379884035e-18, 0.5170731544494629, 0.5170731544494629, -8.673617379884035e-18, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4985699951648712, 0.34814444184303284, 0.1810797154903412, -1.1084890365600586, -0.8649441599845886, 2.425781011581421, 1.5095685720443726, 1.9019359350204468, 0.6665278673171997, 0.23674720525741577, 0.4625069797039032, -0.4625069797039032, 0.4625069797039032, 0.4625069797039032, -0.4625069797039032, 0.4625069797039032, -2.3561999797821045, 1.570799469947815, -1.0472010374069214, -1.570799469947815, 0.0, -1.0472010374069214, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 5.364418029785156e-07, 0.0, 0.8892963528633118, 0.7228596806526184, 0.7619961500167847, 0.44615063071250916, 1.054383397102356, 0.7567397356033325, 1.8565616607666016, 0.15397267043590546, 0.15397267043590546, 0.15397267043590546, 0.15397267043590546, 0.15397267043590546, 0.15397267043590546, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.4570693969726562e-06, 3.0994415283203125e-06, 0.0, 3.4570693969726562e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [367]}, "observation.state": {"min": [-0.41211581230163574, -0.8043508529663086, -0.7656991481781006, -0.44802775979042053, -0.9681971073150635, -0.9920321106910706, -0.9914814829826355, -1.3565531969070435, -0.9897859692573547, -0.8261974453926086, -0.7244166731834412, 0.7725371718406677, NaN], "max": [0.9775319695472717, 0.9362066388130188, 0.9505874514579773, -0.07364390045404434, 0.8043508529663086, 0.818061888217926, 0.32600677013397217, 0.2261238545179367, 0.7936753034591675, 0.9691781997680664, 1.0, 2.017948865890503, NaN], "mean": [0.5382980108261108, -0.1793099343776703, -0.04506999999284744, -0.1733267605304718, 0.08068332821130753, 0.0020207336638122797, -0.3871678113937378, -0.5495505928993225, 0.023184264078736305, 0.1756516396999359, 0.3421264886856079, 1.3744761943817139, NaN], "std": [0.3391124904155731, 0.5754597783088684, 0.47948041558265686, 0.06653407961130142, 0.5456908941268921, 0.6411816477775574, 0.367006778717041, 0.5697101950645447, 0.5388997197151184, 0.441273033618927, 0.6053293943405151, 0.350543349981308, NaN], "count": [367]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08396136099527188]], [[0.08176039418195374]], [[0.07949862099348819]]], "std": [[[0.2119279597287605]], [[0.20716407882372032]], [[0.20167851620824193]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2774605184367102]], [[0.26968149073520864]], [[0.26319757981507297]]], "std": [[[0.29446104378859594]], [[0.2920417614640293]], [[0.28836453430893677]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5366402412406431]], [[0.5139725620284706]], [[0.4992471395589459]]], "std": [[[0.30578467303027673]], [[0.32570438797996704]], [[0.3362202427597742]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15293674675164004]], [[0.1504376516722759]], [[0.15050800145645618]]], "std": [[[0.24842429697732593]], [[0.2482643523775898]], [[0.24970350980446016]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1849760066948704]], [[0.1467702078266415]], [[0.12671909774819268]]], "std": [[[0.21597085548932063]], [[0.21798952011516126]], [[0.2178130762548549]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990962112692962]], [[0.9990962112692962]], [[0.9990962112692962]]], "std": [[[0.00770319605232128]], [[0.00770319605232128]], [[0.00770319605232128]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5999566174542729]], [[0.5999566174542729]], [[0.5999566174542729]]], "std": [[[0.33679927796019654]], [[0.33679927796019654]], [[0.33679927796019654]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0577554615430523]], [[0.0577554615430523]], [[0.0577554615430523]]], "std": [[[0.0827154207145596]], [[0.0827154207145596]], [[0.0827154207145596]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24025066737477796]], [[0.24025066737477796]], [[0.24025066737477796]]], "std": [[[0.40454260375689743]], [[0.40454260375689743]], [[0.40454260375689743]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30026202800124185]], [[0.30026202800124185]], [[0.30026202800124185]]], "std": [[[0.41151921080437603]], [[0.41151921080437603]], [[0.41151921080437603]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10366180309543878]], [[0.10702227398944941]], [[0.02738887178961048]]], "std": [[[0.2917830879715449]], [[0.27207068137305546]], [[0.11165300024221493]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4074058812129893]], [[0.48774895442941724]], [[0.20739706469092886]]], "std": [[[0.44599919912311686]], [[0.4600253037035423]], [[0.3482820409379226]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46116237273610583]], [[0.5987288865821627]], [[0.5907014794563904]]], "std": [[[0.2912676032801204]], [[0.43619128841981875]], [[0.4025163647603535]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34066237374194575]], [[0.5238724460886575]], [[0.31968316981729256]]], "std": [[[0.4043767912146573]], [[0.44936783675667813]], [[0.34959963388197124]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6004425373719817]], [[0.5069262109138994]], [[0.2154899439478948]]], "std": [[[0.4629695364016056]], [[0.3678764638779435]], [[0.3222131295699815]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.32], "mean": [3.66], "std": [2.1188676221038443], "count": [367]}, "frame_index": {"min": [0], "max": [366], "mean": [183.0], "std": [105.94338110519222], "count": [367]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [367]}, "index": {"min": [299], "max": [665], "mean": [482.0], "std": [105.94338110519222], "count": [367]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [367]}}} +{"episode_index": 4, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48778674006462097, 0.4227999746799469, 0.04486388340592384, -0.7700233459472656, -1.55536949634552, 0.2638024687767029, -2.3417351245880127, -2.784308433532715, -0.9794462323188782, -3.59531569480896, 6.938893903907228e-18, -0.41951218247413635, 6.938893903907228e-18, 6.938893903907228e-18, -0.41951218247413635, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48778674006462097, 0.4227999746799469, 0.04486388340592384, 3.4385106563568115, 0.7510165572166443, 1.5384860038757324, 1.6195979118347168, -0.012227951548993587, 1.6554163694381714, -1.6695430278778076, 0.41951218247413635, -6.938893903907228e-18, 0.41951218247413635, 0.41951218247413635, -6.938893903907228e-18, 0.41951218247413635, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4877883493900299, 0.4228005111217499, 0.04486387223005295, 1.9339336156845093, -0.73004150390625, 0.9368672966957092, -0.6296526193618774, -1.5385342836380005, 0.09448441118001938, -2.2792487144470215, 0.38172000646591187, -0.38172000646591187, 0.38172000646591187, 0.38172000646591187, -0.38172000646591187, 0.38172000646591187, -2.3562002182006836, 1.5707995891571045, -1.0472021102905273, -1.5707995891571045, 0.0, -1.0472021102905273, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6093254089355469e-06, 5.364418029785156e-07, 1.1175870895385742e-08, 1.3302128314971924, 0.808773398399353, 0.5017510652542114, 1.1952439546585083, 0.8809798955917358, 0.9080076217651367, 0.5514819025993347, 0.11705993860960007, 0.11705993860960007, 0.11705993860960007, 0.11705993860960007, 0.11705993860960007, 0.11705993860960007, 5.7220458984375e-06, 3.2186508178710938e-06, 4.5299530029296875e-06, 3.2186508178710938e-06, 0.0, 4.5299530029296875e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [410]}, "observation.state": {"min": [-0.730918824672699, -0.9966332316398621, -0.14506380259990692, 1.6596511602401733, -0.16357848048210144, -0.6564332246780396, -0.9512960910797119, -0.8660407066345215, -0.9762538075447083, -0.582382082939148, -0.8825057148933411, 0.6461055278778076, NaN], "max": [0.9154409766197205, 0.9049632549285889, 0.980836033821106, 2.6656570434570312, 0.9622426629066467, 0.3015807271003723, 0.970919668674469, 0.18591372668743134, 0.9147342443466187, 0.9807825684547424, 0.9999999403953552, 1.6948851346969604, NaN], "mean": [-0.15301693975925446, -0.5381362438201904, 0.24802924692630768, 2.2287652492523193, 0.61480313539505, -0.30649474263191223, -0.12334965914487839, -0.24903953075408936, 0.1120595708489418, 0.18864531815052032, 0.3263762295246124, 1.2104302644729614, NaN], "std": [0.4811435639858246, 0.5527523159980774, 0.29739296436309814, 0.2485453188419342, 0.32198387384414673, 0.2699914276599884, 0.579909086227417, 0.3557822108268738, 0.5008721351623535, 0.44994813203811646, 0.6261050701141357, 0.30762308835983276, NaN], "count": [410]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0822301656752438]], [[0.07954322127606214]], [[0.0715829734102868]]], "std": [[[0.21025364305964053]], [[0.20459714261547116]], [[0.19067611261242826]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26648780955561324]], [[0.2527256746000613]], [[0.21861689368473355]]], "std": [[[0.2762183228104653]], [[0.2701473136539543]], [[0.2562992204886949]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.027450980392156862]], [[0.023529411764705882]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.638263284630565]], [[0.6014482753533683]], [[0.5579291271790684]]], "std": [[[0.19379624676240315]], [[0.2204610838685797]], [[0.2502944698706396]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25351304205550756]], [[0.23045799646078466]], [[0.19351334514859944]]], "std": [[[0.25850231151984576]], [[0.25900823351383384]], [[0.2567035774450114]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.29627287766103333]], [[0.22756428624594394]], [[0.16748239478411658]]], "std": [[[0.21874317696315548]], [[0.20462137789064513]], [[0.20209518970602702]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988158903929548]], [[0.9988158903929548]], [[0.9988158903929548]]], "std": [[[0.008948908937170348]], [[0.008948908937170348]], [[0.008948908937170348]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5871124736889044]], [[0.5871124736889044]], [[0.5871124736889044]]], "std": [[[0.33375128376562513]], [[0.33375128376562513]], [[0.33375128376562513]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.06730450327937337]], [[0.06730450327937337]], [[0.06730450327937337]]], "std": [[[0.059984468849515]], [[0.059984468849515]], [[0.059984468849515]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06505377957756064]], [[0.06505377957756064]], [[0.06505377957756064]]], "std": [[[0.16336718715580775]], [[0.16336718715580775]], [[0.16336718715580775]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2542368350643838]], [[0.2542368350643838]], [[0.2542368350643838]]], "std": [[[0.3429289339015361]], [[0.3429289339015361]], [[0.3429289339015361]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1132269664337812]], [[0.05892978902172681]], [[0.07266152078970503]]], "std": [[[0.2930246465474338]], [[0.16881921800465907]], [[0.24160894956281004]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3512639370853844]], [[0.49808279403550343]], [[0.11860490675528787]]], "std": [[[0.3738350044604721]], [[0.45547979938062966]], [[0.21788913528329662]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8243431094266646]], [[0.7634788917790023]], [[0.2312865456842427]]], "std": [[[0.2418315850736552]], [[0.3665835423708175]], [[0.2580364613376462]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3312752172446558]], [[0.6348065173061461]], [[0.6690253102848471]]], "std": [[[0.3709287931472109]], [[0.3406910447913218]], [[0.3696267056397988]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6911320875670811]], [[0.3604476483798266]], [[0.32826716180812465]]], "std": [[[0.43334725277017666]], [[0.39884012976262134]], [[0.29029354245997907]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.18], "mean": [4.09], "std": [2.367129062810053], "count": [410]}, "frame_index": {"min": [0], "max": [409], "mean": [204.5], "std": [118.35645314050265], "count": [410]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [410]}, "index": {"min": [666], "max": [1075], "mean": [870.5], "std": [118.35645314050265], "count": [410]}, "task_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [410]}}} +{"episode_index": 5, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.1598453521728516, 0.04366785287857056, 4.552115440368652, -1.5670554637908936, -3.3255796432495117, 0.07751375436782837, -0.19966500997543335, 0.30245426297187805, -3.484226942062378, 6.765421556309548e-17, -0.2780487835407257, 6.765421556309548e-17, 6.765421556309548e-17, -0.2780487835407257, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.1598453521728516, 0.04366785287857056, 8.635408401489258, 2.1949784755706787, 1.0468248128890991, 1.6999915838241577, 1.8775354623794556, 1.1841955184936523, -2.3431077003479004, 0.2780487835407257, -6.765421556309548e-17, 0.2780487835407257, 0.2780487835407257, -6.765421556309548e-17, 0.2780487835407257, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974995851516724, 2.1598496437072754, 0.04366780072450638, 6.856570720672607, 0.9807860851287842, -1.0453287363052368, 0.7792885899543762, 0.7457366585731506, 0.8244799375534058, -2.7757322788238525, 0.24606327712535858, -0.24606327712535858, 0.24606327712535858, 0.24606327712535858, -0.24606327712535858, 0.24606327712535858, -2.3561997413635254, 1.5707992315292358, -1.0471993684768677, -1.5707992315292358, 0.0, -1.0471993684768677, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 4.291534423828125e-06, 5.21540641784668e-08, 1.4084455966949463, 1.2407342195510864, 1.684996485710144, 0.4893088638782501, 0.7105012536048889, 0.2520413100719452, 0.30595195293426514, 0.08707519620656967, 0.08707519620656967, 0.08707519620656967, 0.08707519620656967, 0.08707519620656967, 0.08707519620656967, 5.245208740234375e-06, 2.86102294921875e-06, 1.7881393432617188e-06, 2.86102294921875e-06, 0.0, 1.7881393432617188e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [311]}, "observation.state": {"min": [-0.999954104423523, -0.9689795970916748, -0.9711633324623108, -0.1160440668463707, -0.999001145362854, -0.8787252306938171, -0.98309725522995, -1.2375198602676392, -0.9995065927505493, -0.47778379917144775, -0.9767799973487854, 1.072679877281189, NaN], "max": [0.05249364301562309, 0.9997836351394653, 0.934130072593689, 1.382891058921814, 0.6028578877449036, 0.9704623818397522, 0.9868563413619995, 0.1251070201396942, 0.29626622796058655, 0.9974322319030762, 1.0, 2.259246349334717, NaN], "mean": [-0.44473016262054443, 0.2302558869123459, -0.11652728915214539, 0.6232444643974304, -0.2619667053222656, 0.11248207837343216, 0.11196979135274887, -0.381318598985672, -0.2633889615535736, 0.27323204278945923, 0.06442626565694809, 1.5224695205688477, NaN], "std": [0.3961961269378662, 0.6381900906562805, 0.4139575958251953, 0.541278600692749, 0.5858402252197266, 0.5073333382606506, 0.5528004765510559, 0.42341378331184387, 0.4050130248069763, 0.4415886700153351, 0.7019861340522766, 0.36801615357398987, NaN], "count": [311]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.09581469478458597]], [[0.08914681976891163]], [[0.08425487580894674]]], "std": [[[0.24110892440918621]], [[0.22957027496106228]], [[0.22065535532361347]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3436847845256224]], [[0.3181055742977058]], [[0.29488904445879444]]], "std": [[[0.3290982594413188]], [[0.31520101094545017]], [[0.3031560519331425]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5337777643665791]], [[0.5116991532839666]], [[0.4956533245355869]]], "std": [[[0.3377727888203594]], [[0.33625708034360524]], [[0.33443290450389285]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3264193225869398]], [[0.31187714671382044]], [[0.2890186797881835]]], "std": [[[0.3156644470628088]], [[0.30841866260429124]], [[0.3045378295621869]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31249499795814495]], [[0.2986353528586976]], [[0.2669522903309951]]], "std": [[[0.3419409523322757]], [[0.33045502952883266]], [[0.3071839316797458]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989967591838212]], [[0.9989967591838212]], [[0.9989967591838212]]], "std": [[[0.008138129951136545]], [[0.008138129951136545]], [[0.008138129951136545]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5940836644223025]], [[0.5940836644223025]], [[0.5940836644223025]]], "std": [[[0.33681451088688685]], [[0.33681451088688685]], [[0.33681451088688685]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3702098383212934]], [[0.3702098383212934]], [[0.3702098383212934]]], "std": [[[0.3491774121832538]], [[0.3491774121832538]], [[0.3491774121832538]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31944520016549416]], [[0.31944520016549416]], [[0.31944520016549416]]], "std": [[[0.42746433523542576]], [[0.42746433523542576]], [[0.42746433523542576]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5529495383530109]], [[0.5529495383530109]], [[0.5529495383530109]]], "std": [[[0.45563594596312634]], [[0.45563594596312634]], [[0.45563594596312634]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13351502423068334]], [[0.0744791177577012]], [[0.08282881208295363]]], "std": [[[0.3211589158251973]], [[0.24177346668119062]], [[0.24480269379078043]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37866707034374913]], [[0.4753576196731557]], [[0.11814650527630087]]], "std": [[[0.4431700204185455]], [[0.433574499732518]], [[0.20832864018425942]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.544301161879204]], [[0.42739661139241103]], [[0.37075457439225473]]], "std": [[[0.45928075384204337]], [[0.4348721826525999]], [[0.36884592774245495]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5461182264226097]], [[0.496963016607758]], [[0.273567889835049]]], "std": [[[0.45343752738378557]], [[0.43469689834314695]], [[0.3601264110621038]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40455612754318243]], [[0.39470157333478173]], [[0.11396381256240398]]], "std": [[[0.4749339971219339]], [[0.4550768964052284]], [[0.2000913584738449]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.2], "mean": [3.0999999999999996], "std": [1.7955500549970753], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [311]}, "index": {"min": [1076], "max": [1386], "mean": [1231.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [311]}}} +{"episode_index": 6, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4082581400871277, 0.7065262794494629, -0.10712847858667374, -1.9201833009719849, -1.629742980003357, 1.0521090030670166, 0.45342716574668884, -0.1883624792098999, 1.0497806072235107, -2.922943115234375, 8.673617379884035e-18, -0.27317073941230774, 8.673617379884035e-18, 8.673617379884035e-18, -0.27317073941230774, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4082581400871277, 0.7065262794494629, -0.10712847858667374, -0.797157347202301, -1.572256088256836, 1.4553213119506836, 1.560603380203247, -0.002471740823239088, 1.5873764753341675, -2.4876391887664795, 0.27317073941230774, -8.673617379884035e-18, 0.27317073941230774, 0.27317073941230774, -8.673617379884035e-18, 0.27317073941230774, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4082581698894501, 0.7065267562866211, -0.10712847858667374, -1.6151416301727295, -1.5970829725265503, 1.3540384769439697, 0.8709204196929932, -0.14395733177661896, 1.3121311664581299, -2.8142716884613037, 0.1596788763999939, -0.1596788763999939, 0.1596788763999939, 0.1596788763999939, -0.1596788763999939, 0.1596788763999939, -2.356196403503418, 1.5707952976226807, -1.0471974611282349, -1.5707952976226807, 0.0, -1.0471974611282349, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-08, 4.76837158203125e-07, 0.0, 0.3836730718612671, 0.016984472051262856, 0.13471409678459167, 0.33285292983055115, 0.06148628890514374, 0.15833888947963715, 0.14157189428806305, 0.13122716546058655, 0.13122716546058655, 0.13122716546058655, 0.13122716546058655, 0.13122716546058655, 0.13122716546058655, 1.9073486328125e-06, 1.0728836059570312e-06, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [86]}, "observation.state": {"min": [-0.909254789352417, 0.4162399470806122, -0.6034453511238098, 0.3481977880001068, -0.7911777496337891, -0.909254789352417, -0.40283626317977905, -0.28005579113960266, -0.5962501764297485, -0.09940188378095627, 0.6881690621376038, 1.3548520803451538, NaN], "max": [-0.15399974584579468, 0.819984495639801, 0.006361537612974644, 0.6113713383674622, -0.4162399470806122, -0.4657822549343109, -1.3614801900985185e-05, 0.07696917653083801, -8.936310223361943e-06, 0.41341155767440796, 1.0, 1.456675410270691, NaN], "mean": [-0.7501817941665649, 0.5459213852882385, -0.12180134654045105, 0.5299724340438843, -0.536807119846344, -0.7939503788948059, -0.11319434642791748, -0.011691758409142494, -0.1500597596168518, 0.041240911930799484, 0.9520687460899353, 1.3845826387405396, NaN], "std": [0.2423882931470871, 0.16418540477752686, 0.19660523533821106, 0.1048797219991684, 0.15280082821846008, 0.16024407744407654, 0.1401529610157013, 0.12417025119066238, 0.21082757413387299, 0.1314457803964615, 0.08729226887226105, 0.0375966913998127, NaN], "count": [86]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.10774274975390839]], [[0.09382967275443083]], [[0.08407563772628221]]], "std": [[[0.265902245702429]], [[0.23035246135182716]], [[0.20653914201018844]]], "count": [86]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37594522947520126]], [[0.3308195834628255]], [[0.29923536985973115]]], "std": [[[0.3762009091132434]], [[0.32690754761586543]], [[0.2946760555989075]]], "count": [86]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4596875833180469]], [[0.46178411079533976]], [[0.46514599735053974]]], "std": [[[0.2609323563277223]], [[0.24919421832042873]], [[0.24435419166555766]]], "count": [86]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32025685938762005]], [[0.3453281707079677]], [[0.36002720945094036]]], "std": [[[0.3242762764814653]], [[0.3212621728304124]], [[0.3172040719063241]]], "count": [86]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20729368823918806]], [[0.22228279717621907]], [[0.2339487794818889]]], "std": [[[0.23915307170042793]], [[0.23693347365215214]], [[0.23888891095553957]]], "count": [86]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988609868898827]], [[0.9988609868898827]], [[0.9988609868898827]]], "std": [[[0.008740575952592608]], [[0.008740575952592608]], [[0.008740575952592608]]], "count": [86]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5866078888133027]], [[0.5866078888133027]], [[0.5866078888133027]]], "std": [[[0.3345489129115256]], [[0.3345489129115256]], [[0.3345489129115256]]], "count": [86]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09056877564472661]], [[0.09056877564472661]], [[0.09056877564472661]]], "std": [[[0.06917082387962287]], [[0.06917082387962287]], [[0.06917082387962287]]], "count": [86]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03770316192246291]], [[0.03770316192246291]], [[0.03770316192246291]]], "std": [[[0.04590504747723484]], [[0.04590504747723484]], [[0.04590504747723484]]], "count": [86]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3438525630196518]], [[0.3438525630196518]], [[0.3438525630196518]]], "std": [[[0.4096497035376209]], [[0.4096497035376209]], [[0.4096497035376209]]], "count": [86]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1439187753554502]], [[0.030321549240471573]], [[0.09744378029381223]]], "std": [[[0.34419140040436463]], [[0.1255311387466783]], [[0.25914376532711336]]], "count": [86]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4220572254915138]], [[0.4153582740148995]], [[0.24006214499991604]]], "std": [[[0.4635121108505547]], [[0.40027477582994975]], [[0.35913573140981614]]], "count": [86]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6322403237538232]], [[0.5757616660314281]], [[0.3363520694173628]]], "std": [[[0.3696969997609062]], [[0.35806045908178746]], [[0.3704539708480926]]], "count": [86]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6353707361374247]], [[0.7926082244363488]], [[0.35044446194138046]]], "std": [[[0.3975732507571481]], [[0.2947663829602305]], [[0.3515265292332909]]], "count": [86]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42226987564216445]], [[0.4539976810789802]], [[0.32545637646594733]]], "std": [[[0.45099623529565824]], [[0.37197716642459283]], [[0.39367528534973945]]], "count": [86]}, "timestamp": {"min": [0.0], "max": [1.7], "mean": [0.8500000000000001], "std": [0.4964876634922563], "count": [86]}, "frame_index": {"min": [0], "max": [85], "mean": [42.5], "std": [24.82438317461282], "count": [86]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [86]}, "index": {"min": [1387], "max": [1472], "mean": [1429.5], "std": [24.82438317461282], "count": [86]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [86]}}} +{"episode_index": 7, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33087775111198425, 1.0040082931518555, 0.09032838046550751, 4.114024639129639, -1.6379565000534058, 0.37290775775909424, 0.5593580007553101, -1.6153560876846313, -0.7764992117881775, -6.751214504241943, 1.8214596497756474e-16, -0.43414634466171265, 1.8214596497756474e-16, 1.8214596497756474e-16, -0.43414634466171265, 1.8214596497756474e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33087775111198425, 1.0040082931518555, 0.09032838046550751, 5.900630950927734, -1.4686743021011353, 3.150315523147583, 1.5696173906326294, -0.011418143287301064, 1.034363865852356, -2.4919309616088867, 0.43414634466171265, -1.8214596497756474e-16, 0.43414634466171265, 0.43414634466171265, -1.8214596497756474e-16, 0.43414634466171265, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33087849617004395, 1.0040099620819092, 0.09032825380563736, 4.881415843963623, -1.5376720428466797, 1.343368649482727, 1.0175056457519531, -0.7742288708686829, -0.006107062101364136, -5.285179138183594, 0.3533955514431, -0.3533955514431, 0.3533955514431, 0.3533955514431, -0.3533955514431, 0.3533955514431, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 1.6689300537109375e-06, 1.2665987014770508e-07, 0.7069047689437866, 0.03971704840660095, 0.9715858697891235, 0.34819865226745605, 0.40758612751960754, 0.42502084374427795, 1.4763314723968506, 0.16468922793865204, 0.16468922793865204, 0.16468922793865204, 0.16468922793865204, 0.16468922793865204, 0.16468922793865204, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [241]}, "observation.state": {"min": [-0.589877724647522, -0.9451360702514648, -0.9868000149726868, 2.155029773712158, -0.993694007396698, -0.6425336003303528, -0.5678907036781311, -1.42629873752594, -0.9311299920082092, -0.9127495288848877, -0.4363674819469452, 1.2542734146118164, NaN], "max": [0.3204362988471985, 0.9481850862503052, 0.8994863033294678, 2.503999710083008, 0.9291061758995056, 0.9983482956886292, 0.9432106614112854, 0.18652479350566864, 0.27026960253715515, 0.95282381772995, 1.0, 1.9686726331710815, NaN], "mean": [-0.06693946570158005, 0.2364737093448639, 0.06785223633050919, 2.362473726272583, -0.42821261286735535, 0.09306605905294418, 0.12056538462638855, -0.3342238962650299, -0.22915135324001312, 0.19290849566459656, 0.6051777601242065, 1.5071935653686523, NaN], "std": [0.3490116596221924, 0.7286065220832825, 0.5313364863395691, 0.1373586803674698, 0.7204390168190002, 0.3885974586009979, 0.35127949714660645, 0.5925295948982239, 0.3446769714355469, 0.4651128053665161, 0.45705974102020264, 0.2333192229270935, NaN], "count": [241]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.07394671194287365]], [[0.07534902577699457]], [[0.06045967822510831]]], "std": [[[0.182184951435224]], [[0.18867618528812136]], [[0.15401865265662004]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27350745629122686]], [[0.27538509519604154]], [[0.2313452076087095]]], "std": [[[0.2622066685336233]], [[0.26538828474217807]], [[0.23800655167321014]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5191996411163214]], [[0.5787984531523358]], [[0.4466459959860282]]], "std": [[[0.19616131462014946]], [[0.20326114478112328]], [[0.19364285250279972]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2591542133627843]], [[0.29691159538949813]], [[0.2627303953420224]]], "std": [[[0.24468926687047166]], [[0.2513597189061381]], [[0.24227475583631516]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41711385906573567]], [[0.4561401081344955]], [[0.38545964536767136]]], "std": [[[0.29603467010529494]], [[0.29175420136556257]], [[0.2987981982227594]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9993069092484297]], [[0.9993069092484297]], [[0.9993069092484297]]], "std": [[[0.006383849866511552]], [[0.006383849866511552]], [[0.006383849866511552]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5795256217599382]], [[0.5795256217599382]], [[0.5795256217599382]]], "std": [[[0.3316296537746935]], [[0.3316296537746935]], [[0.3316296537746935]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.0854133767319725]], [[0.0854133767319725]], [[0.0854133767319725]]], "std": [[[0.06153817961663162]], [[0.06153817961663162]], [[0.06153817961663162]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.256313446537262]], [[0.256313446537262]], [[0.256313446537262]]], "std": [[[0.4074405477102222]], [[0.4074405477102222]], [[0.4074405477102222]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23504226069895146]], [[0.23504226069895146]], [[0.23504226069895146]]], "std": [[[0.3055325185980359]], [[0.3055325185980359]], [[0.3055325185980359]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.040326450035573204]], [[0.14463222268490858]], [[0.06017826165382879]]], "std": [[[0.13980065097055577]], [[0.34820219008516196]], [[0.19222440799317747]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34586031163602543]], [[0.44039585164800166]], [[0.15288317035374047]]], "std": [[[0.39214440659217653]], [[0.4414768481551371]], [[0.2722390025824469]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7317377587606979]], [[0.3214318332236968]], [[0.7953629291667421]]], "std": [[[0.31415024852303036]], [[0.3718599385044912]], [[0.3445061896420543]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4815121113183141]], [[0.5456147458812532]], [[0.2465501850410148]]], "std": [[[0.43330315686866183]], [[0.42489514266170714]], [[0.29289787171719844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6648494291187971]], [[0.5531263073404185]], [[0.3034493348380698]]], "std": [[[0.4033065405506679]], [[0.3975173521131372]], [[0.3606664746728099]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.8], "mean": [2.4000000000000004], "std": [1.3914021704740869], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [241]}, "index": {"min": [1473], "max": [1713], "mean": [1593.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [241]}}} +{"episode_index": 8, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6535072326660156, 0.07133565098047256, -1.0192316770553589, -1.5683770179748535, 0.5850186347961426, 0.848320484161377, -0.31819379329681396, 0.24810537695884705, -2.4796254634857178, 6.765421556309548e-17, -0.36097562313079834, 6.765421556309548e-17, 6.765421556309548e-17, -0.36097562313079834, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6535072326660156, 0.07133565098047256, -0.7873784899711609, -1.1999962329864502, 1.0423682928085327, 1.5650194883346558, -0.0032435250468552113, 1.0388480424880981, -2.2681808471679688, 0.36097562313079834, -6.765421556309548e-17, 0.36097562313079834, 0.36097562313079834, -6.765421556309548e-17, 0.36097562313079834, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495412826538, 1.6535050868988037, 0.07133568078279495, -0.9608206748962402, -1.3244487047195435, 0.6761723756790161, 1.0438815355300903, -0.2629331052303314, 0.3886558413505554, -2.320641279220581, 0.24167045950889587, -0.24167045950889587, 0.24167045950889587, 0.24167045950889587, -0.24167045950889587, 0.24167045950889587, -2.356196641921997, 1.5707956552505493, -1.0471973419189453, -1.5707956552505493, 0.0, -1.0471973419189453, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 2.1457672119140625e-06, 2.9802322387695312e-08, 0.06748902797698975, 0.10788115113973618, 0.130812868475914, 0.20800770819187164, 0.09482281655073166, 0.23429188132286072, 0.05667976662516594, 0.16346566379070282, 0.16346566379070282, 0.16346566379070282, 0.16346566379070282, 0.16346566379070282, 0.16346566379070282, 2.1457672119140625e-06, 7.152557373046875e-07, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [93]}, "observation.state": {"min": [-0.17231358587741852, 0.6050929427146912, -0.027528822422027588, 2.455317258834839, -0.9761404395103455, -0.21642199158668518, -0.001547366613522172, -0.32884398102760315, -0.001119523774832487, -0.18719105422496796, 0.9558888077735901, 1.3618372678756714, NaN], "max": [0.7961548566818237, 0.9903354048728943, 0.22844472527503967, 2.7025146484375, -0.6050929427146912, 0.7961548566818237, 0.2218056470155716, 0.17021694779396057, 0.22635388374328613, 0.0010926767718046904, 1.0, 1.3962650299072266, NaN], "mean": [0.6489903926849365, 0.6887528896331787, 0.019547827541828156, 2.511324882507324, -0.6858914494514465, 0.6437921524047852, 0.048677876591682434, 0.07927502691745758, 0.04827147722244263, -0.029512934386730194, 0.9934768676757812, 1.3753926753997803, NaN], "std": [0.28386643528938293, 0.1417340487241745, 0.05814336985349655, 0.08235786855220795, 0.1369258612394333, 0.2953951358795166, 0.08190557360649109, 0.14547289907932281, 0.08189000189304352, 0.05416363477706909, 0.012776571325957775, 0.012933600693941116, NaN], "count": [93]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12568058751260355]], [[0.11262828685859058]], [[0.09252103375279308]]], "std": [[[0.29915049466044735]], [[0.26976005868160247]], [[0.22466624500367743]]], "count": [93]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43974362316065857]], [[0.3877538854387859]], [[0.31300227327750224]]], "std": [[[0.3991356131321452]], [[0.3635927702813256]], [[0.3086189921534382]]], "count": [93]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7054735824873049]], [[0.6446507706900386]], [[0.583739054181553]]], "std": [[[0.23523390886215992]], [[0.23067550396822672]], [[0.2238109778520707]]], "count": [93]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.2928261745760401]], [[0.24272059779798355]], [[0.20323633135850547]]], "std": [[[0.2260157511536188]], [[0.2229426572298011]], [[0.2193396436256555]]], "count": [93]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.400015738690666]], [[0.34968625978632656]], [[0.30534897370404973]]], "std": [[[0.3146239874082049]], [[0.292133713299346]], [[0.2775926228154753]]], "count": [93]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988503920428675]], [[0.9988503920428675]], [[0.9988503920428675]]], "std": [[[0.008829861858098543]], [[0.008829861858098543]], [[0.008829861858098543]]], "count": [93]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5892850967988962]], [[0.5892850967988962]], [[0.5892850967988962]]], "std": [[[0.3367147936665542]], [[0.3367147936665542]], [[0.3367147936665542]]], "count": [93]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "mean": [[[0.09243239582348448]], [[0.09243239582348448]], [[0.09243239582348448]]], "std": [[[0.05684410347699363]], [[0.05684410347699363]], [[0.05684410347699363]]], "count": [93]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.025320533598719327]], [[0.025320533598719327]], [[0.025320533598719327]]], "std": [[[0.02703001102172254]], [[0.02703001102172254]], [[0.02703001102172254]]], "count": [93]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31979741475782586]], [[0.31979741475782586]], [[0.31979741475782586]]], "std": [[[0.3709083387188485]], [[0.3709083387188485]], [[0.3709083387188485]]], "count": [93]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.053225158604189256]], [[0.0956889723238499]], [[0.07419823004911318]]], "std": [[[0.14788737492913687]], [[0.2817697277942013]], [[0.24354382463625873]]], "count": [93]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28569989040959626]], [[0.39233210385087214]], [[0.2831147419696536]]], "std": [[[0.4086829613998712]], [[0.45360950544072154]], [[0.3193906437545182]]], "count": [93]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2977890449152078]], [[0.797061338129178]], [[0.657114116387704]]], "std": [[[0.35364888960611945]], [[0.3676388814690691]], [[0.18527662432089814]]], "count": [93]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5266972616488032]], [[0.806119713133305]], [[0.21524785665430118]]], "std": [[[0.3740569407957889]], [[0.3359363720936441]], [[0.21089025072202447]]], "count": [93]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5574617209597778]], [[0.4138387088338117]], [[0.28209030231675647]]], "std": [[[0.4276018774070962]], [[0.4100470815810952]], [[0.3534724470849373]]], "count": [93]}, "timestamp": {"min": [0.0], "max": [1.84], "mean": [0.92], "std": [0.5369047091120236], "count": [93]}, "frame_index": {"min": [0], "max": [92], "mean": [46.0], "std": [26.84523545560118], "count": [93]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [93]}, "index": {"min": [1714], "max": [1806], "mean": [1760.0], "std": [26.84523545560118], "count": [93]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [93]}}} +{"episode_index": 9, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33104804158210754, 0.11722734570503235, -0.007383258547633886, -2.7216596603393555, -2.1930065155029297, -5.2319841384887695, -2.6515395641326904, 5.7614312171936035, -1.4023373126983643, -8.179415702819824, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33104804158210754, 0.11722734570503235, -0.007383258547633886, 1.1163194179534912, 2.1860079765319824, -1.5652084350585938, 1.5605889558792114, 10.044737815856934, 1.0414785146713257, -2.4913852214813232, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3310498297214508, 0.11722653359174728, -0.007383301388472319, -1.0562385320663452, 0.12621399760246277, -3.111865520477295, -0.7310529947280884, 7.805750846862793, -0.22600489854812622, -5.9112935066223145, 0.38303127884864807, -0.38303127884864807, 0.38303127884864807, 0.38303127884864807, -0.38303127884864807, 0.38303127884864807, -2.3562002182006836, 1.5707999467849731, -1.0471998453140259, -1.5707999467849731, 0.0, -1.0471998453140259, 2.4818522930145264, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-06, 8.121132850646973e-07, 4.284083843231201e-08, 1.2671117782592773, 1.4350144863128662, 0.990374743938446, 1.5182924270629883, 1.3868656158447266, 0.6873164176940918, 1.5511294603347778, 0.08881419152021408, 0.08881419152021408, 0.08881419152021408, 0.08881419152021408, 0.08881419152021408, 0.08881419152021408, 5.7220458984375e-06, 3.5762786865234375e-06, 2.2649765014648438e-06, 3.5762786865234375e-06, 0.0, 2.2649765014648438e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [578]}, "observation.state": {"min": [-0.939531683921814, -0.8479892611503601, -0.9677911400794983, -1.2417933940887451, -0.9572033882141113, -0.2152966558933258, -0.9362260103225708, -0.527864396572113, -0.5384994149208069, -0.9969870448112488, -0.8860746622085571, 0.7179695963859558, NaN], "max": [0.9948588609695435, 0.959963858127594, 0.4353767931461334, 0.12385538220405579, 0.9709604382514954, 0.976773202419281, 0.9884341359138489, 0.3895222246646881, 0.5590015649795532, 0.9894120097160339, 1.0, 1.7036222219467163, NaN], "mean": [0.33772122859954834, 0.2134193778038025, -0.08246676623821259, -0.6760907769203186, -0.022602202370762825, 0.4104696810245514, 0.06677234917879105, -0.15425588190555573, 0.05673472583293915, 0.32956287264823914, 0.5311740040779114, 1.2123479843139648, NaN], "std": [0.6963124871253967, 0.5213850736618042, 0.2773106098175049, 0.45389267802238464, 0.5626314282417297, 0.3367209732532501, 0.629770040512085, 0.23926611244678497, 0.28426969051361084, 0.5404919981956482, 0.4827868938446045, 0.26627829670906067, NaN], "count": [578]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07267264163081277]], [[0.06869212218791879]], [[0.06605336681639697]]], "std": [[[0.1808727455767389]], [[0.17324108380065684]], [[0.1681298771527503]]], "count": [117]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2576920907633022]], [[0.24476384990972685]], [[0.23706343302719865]]], "std": [[[0.26622514033231687]], [[0.25430191049977297]], [[0.24814610444599877]]], "count": [117]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41039034457421614]], [[0.42337402067515106]], [[0.4364218756665301]]], "std": [[[0.3103797037588097]], [[0.2990433036337027]], [[0.2895997462879277]]], "count": [117]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16805218964556073]], [[0.17160770819996285]], [[0.1771689082081219]]], "std": [[[0.2796587752931572]], [[0.2784288381046038]], [[0.2785502916079871]]], "count": [117]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.11317621219913931]], [[0.1274417811121915]], [[0.14222609175425227]]], "std": [[[0.1829057652976479]], [[0.18226745566722533]], [[0.1829974454360716]]], "count": [117]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991515227439001]], [[0.9991515227439001]], [[0.9991515227439001]]], "std": [[[0.007255381165333088]], [[0.007255381165333088]], [[0.007255381165333088]]], "count": [117]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.571484614028021]], [[0.571484614028021]], [[0.571484614028021]]], "std": [[[0.3308876690163586]], [[0.3308876690163586]], [[0.3308876690163586]]], "count": [117]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0780393632094608]], [[0.0780393632094608]], [[0.0780393632094608]]], "std": [[[0.06962433600376187]], [[0.06962433600376187]], [[0.06962433600376187]]], "count": [117]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4860169104785347]], [[0.4860169104785347]], [[0.4860169104785347]]], "std": [[[0.4863799147604482]], [[0.4863799147604482]], [[0.4863799147604482]]], "count": [117]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3945529361707693]], [[0.3945529361707693]], [[0.3945529361707693]]], "std": [[[0.4393933635170394]], [[0.4393933635170394]], [[0.4393933635170394]]], "count": [117]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09865969683228688]], [[0.09211437388956063]], [[0.039079642845105116]]], "std": [[[0.285297072735682]], [[0.25428821880819463]], [[0.1296677143091925]]], "count": [117]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.400608168060798]], [[0.4348004571522316]], [[0.28826101209720506]]], "std": [[[0.4131587717415492]], [[0.4641570533323561]], [[0.3958134052456844]]], "count": [117]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5873447698878148]], [[0.5441357857051374]], [[0.4956442839318817]]], "std": [[[0.33667727265371417]], [[0.437274621503296]], [[0.39818474503999157]]], "count": [117]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2734922905408746]], [[0.43038590432117246]], [[0.15163787388323044]]], "std": [[[0.3752580502812646]], [[0.4721997524017626]], [[0.2515163440730496]]], "count": [117]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26994206195931414]], [[0.44301052365876736]], [[0.3242047808206928]]], "std": [[[0.3675747812544473]], [[0.42631566543696087]], [[0.38644771102635894]]], "count": [117]}, "timestamp": {"min": [0.0], "max": [11.54], "mean": [5.77], "std": [3.337079561532808], "count": [578]}, "frame_index": {"min": [0], "max": [577], "mean": [288.5], "std": [166.8539780766404], "count": [578]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [578]}, "index": {"min": [1807], "max": [2384], "mean": [2095.5], "std": [166.8539780766404], "count": [578]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [578]}}} +{"episode_index": 10, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49850359559059143, 1.0575361251831055, 0.10481702536344528, -1.9484635591506958, -1.568896770477295, 1.051912546157837, 0.6865565776824951, -0.9288009405136108, 0.9805159568786621, -4.944024562835693, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, 6.938893903907228e-17, -0.4585365951061249, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49850359559059143, 1.0575361251831055, 0.10481702536344528, -0.7913773059844971, -0.7622422575950623, 2.110102415084839, 1.5659445524215698, -0.004089421592652798, 1.5069185495376587, -2.4946303367614746, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, 0.4585365951061249, -6.938893903907228e-17, 0.4585365951061249, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.498504102230072, 1.0575366020202637, 0.10481709986925125, -1.5713586807250977, -1.170125126838684, 1.7259938716888428, 0.931744396686554, -0.6637541055679321, 1.254385232925415, -4.2585768699646, 0.3555239140987396, -0.3555239140987396, 0.3555239140987396, 0.3555239140987396, -0.3555239140987396, 0.3555239140987396, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 4.76837158203125e-07, 7.450580596923828e-08, 0.32764744758605957, 0.19853173196315765, 0.27393579483032227, 0.2588116228580475, 0.3025307357311249, 0.16750100255012512, 0.7744635939598083, 0.18497341871261597, 0.18497341871261597, 0.18497341871261597, 0.18497341871261597, 0.18497341871261597, 0.18497341871261597, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [167]}, "observation.state": {"min": [-0.5976189970970154, -0.9493234157562256, -0.9672864675521851, 0.5799106955528259, 0.007284101098775864, -0.8035547733306885, -0.9302259683609009, -0.4150787889957428, -0.9996827840805054, -0.8821201324462891, -0.18941444158554077, 1.3277448415756226, NaN], "max": [0.4549510180950165, 0.8575005531311035, 0.0015408382751047611, 0.7629726529121399, 0.9591262340545654, -0.2496190071105957, 0.0009406823082827032, 0.1684417426586151, 0.06385665386915207, 0.4145594537258148, 1.0, 1.5097399950027466, NaN], "mean": [-0.3049452006816864, -0.3864447772502899, -0.37945738434791565, 0.6359148621559143, 0.7243905663490295, -0.44390442967414856, -0.2529939115047455, -0.026456395164132118, -0.2981656789779663, -0.2618577182292938, 0.6160767078399658, 1.3861348628997803, NaN], "std": [0.18483547866344452, 0.661311686038971, 0.37707212567329407, 0.035071901977062225, 0.3273024260997772, 0.1589963138103485, 0.2859991788864136, 0.1562339961528778, 0.3899663984775543, 0.34989678859710693, 0.4341390132904053, 0.05919789522886276, NaN], "count": [167]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10949727585025323]], [[0.1141443889891376]], [[0.10302818162250023]]], "std": [[[0.2691629113226546]], [[0.2775090517317039]], [[0.2600324454901398]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3735173202279099]], [[0.3859977442363697]], [[0.3550090492063588]]], "std": [[[0.3727370904354324]], [[0.3766338713897657]], [[0.3724761497242271]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4281152786411237]], [[0.4415890620945208]], [[0.37387241792514003]]], "std": [[[0.23263679452372152]], [[0.2371522674677002]], [[0.24508257400318129]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3488846160809661]], [[0.3320512508960357]], [[0.2913289358012621]]], "std": [[[0.2721177231263305]], [[0.2700372247746874]], [[0.27363425060692226]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2197559443462074]], [[0.21978319187871448]], [[0.19135143711053043]]], "std": [[[0.2758993840872863]], [[0.2753986843503182]], [[0.26919127079018773]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9993091891522178]], [[0.9993091891522178]], [[0.9993091891522178]]], "std": [[[0.006363179087035119]], [[0.006363179087035119]], [[0.006363179087035119]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5813052636943427]], [[0.5813052636943427]], [[0.5813052636943427]]], "std": [[[0.33395989111557745]], [[0.33395989111557745]], [[0.33395989111557745]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11077945216594214]], [[0.11077945216594214]], [[0.11077945216594214]]], "std": [[[0.12555199499948097]], [[0.12555199499948097]], [[0.12555199499948097]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06611725545181994]], [[0.06611725545181994]], [[0.06611725545181994]]], "std": [[[0.08322065349684388]], [[0.08322065349684388]], [[0.08322065349684388]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4169721697509071]], [[0.4169721697509071]], [[0.4169721697509071]]], "std": [[[0.430915871053976]], [[0.430915871053976]], [[0.430915871053976]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10259419925420324]], [[0.035955008110422446]], [[0.09437368964206182]]], "std": [[[0.2651660811105945]], [[0.13150659787261143]], [[0.27998373301937673]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31160910378993767]], [[0.43537977363237623]], [[0.14156480391821583]]], "std": [[[0.4105687058976494]], [[0.46331556711987026]], [[0.20815842997951797]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2678299540465275]], [[0.706595193024031]], [[0.4870448490603108]]], "std": [[[0.29976414604844737]], [[0.3822134247938703]], [[0.386545845879449]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46385417601259576]], [[0.5353032318977315]], [[0.5460809017153594]]], "std": [[[0.3320666276701938]], [[0.4098170822235525]], [[0.4157340363992562]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3003485651023174]], [[0.2617399729496121]], [[0.49009631386496666]]], "std": [[[0.32515420449655896]], [[0.3870797323037603]], [[0.4500383014682952]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.32], "mean": [1.66], "std": [0.964157663455516], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [167]}, "index": {"min": [2385], "max": [2551], "mean": [2468.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [167]}}} +{"episode_index": 11, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997413456439972, 1.3315696716308594, 0.0772518441081047, -8.627779960632324, -1.5684186220169067, 1.0563851594924927, 0.09409423172473907, 0.011537949554622173, 0.6707198023796082, 3.807612419128418, -1.0234868508263162e-16, -0.707317054271698, -1.0234868508263162e-16, -1.0234868508263162e-16, -0.707317054271698, -1.0234868508263162e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997413456439972, 1.3315696716308594, 0.0772518441081047, -7.074497222900391, -0.9059694409370422, 3.507521629333496, 1.5664350986480713, 3.0443458557128906, 1.3914488554000854, 5.53601598739624, 0.707317054271698, 1.0234868508263162e-16, 0.707317054271698, 0.707317054271698, 1.0234868508263162e-16, 0.707317054271698, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974071979522705, 1.3315727710723877, 0.0772516280412674, -8.174839973449707, -1.1163572072982788, 2.754134178161621, 0.6764098405838013, 2.280106544494629, 1.0321722030639648, 4.906764030456543, 0.58628249168396, -0.58628249168396, 0.58628249168396, 0.58628249168396, -0.58628249168396, 0.58628249168396, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 3.0994415283203125e-06, 2.1606683731079102e-07, 0.5208585262298584, 0.1947505921125412, 0.7711440324783325, 0.4794676601886749, 1.0288763046264648, 0.22375114262104034, 0.6405797600746155, 0.25469261407852173, 0.25469261407852173, 0.25469261407852173, 0.25469261407852173, 0.25469261407852173, 0.25469261407852173, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [242]}, "observation.state": {"min": [-0.9317074418067932, -0.7982814908027649, -0.669655978679657, 1.5362859964370728, -0.9575754404067993, -0.8881269097328186, -0.5738599300384521, -0.5151668190956116, -0.593826174736023, -0.9294750094413757, -0.427424818277359, 1.325400471687317, NaN], "max": [0.879808247089386, 0.6721097826957703, 0.979367196559906, 1.8554301261901855, 0.9114938974380493, -0.17115451395511627, 0.9836074113845825, 0.23945049941539764, 0.3986918330192566, 0.030664851889014244, 1.0, 2.0852582454681396, NaN], "mean": [-0.4204510450363159, 0.11484743654727936, 0.04872347414493561, 1.6711796522140503, -0.3036838173866272, -0.5830295085906982, 0.06716105341911316, -0.014437402598559856, -0.06405819952487946, -0.3387047350406647, 0.6791117787361145, 1.5758475065231323, NaN], "std": [0.5487138032913208, 0.5839704275131226, 0.40687689185142517, 0.07743001729249954, 0.6080540418624878, 0.23056438565254211, 0.3747696280479431, 0.2729510962963104, 0.23680543899536133, 0.3714636564254761, 0.47531193494796753, 0.27350127696990967, NaN], "count": [242]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12234821775226967]], [[0.10483774796468295]], [[0.06847800731044443]]], "std": [[[0.2910489677045724]], [[0.2542951366256801]], [[0.1752365408086402]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42429999510491245]], [[0.3482163038602124]], [[0.23026066676456844]]], "std": [[[0.3810535909374514]], [[0.3427573668218026]], [[0.26590842411933063]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7099482381372918]], [[0.647558024557246]], [[0.42341182371515684]]], "std": [[[0.2522465974393596]], [[0.2432140892538397]], [[0.2019386445827326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21411103533783815]], [[0.13935036957910965]], [[0.10865198408627157]]], "std": [[[0.24531206380569426]], [[0.22399014829177183]], [[0.19947087850965733]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37549593204813814]], [[0.2585054278474154]], [[0.18443160590387792]]], "std": [[[0.28781531980548397]], [[0.2745603484620235]], [[0.2826199550198817]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992497775417406]], [[0.9992497775417406]], [[0.9992497775417406]]], "std": [[[0.0067353154198957705]], [[0.0067353154198957705]], [[0.0067353154198957705]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.586251969602177]], [[0.586251969602177]], [[0.586251969602177]]], "std": [[[0.3351251696877555]], [[0.3351251696877555]], [[0.3351251696877555]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16456412598211884]], [[0.16456412598211884]], [[0.16456412598211884]]], "std": [[[0.17512386441033564]], [[0.17512386441033564]], [[0.17512386441033564]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10613840223001413]], [[0.10613840223001413]], [[0.10613840223001413]]], "std": [[[0.28540266244917506]], [[0.28540266244917506]], [[0.28540266244917506]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33575669671445746]], [[0.33575669671445746]], [[0.33575669671445746]]], "std": [[[0.38454986878417424]], [[0.38454986878417424]], [[0.38454986878417424]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09717900530479967]], [[0.025517451657657696]], [[0.12397525633830017]]], "std": [[[0.28196170790303177]], [[0.10156958556403192]], [[0.3004838388578077]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49603749368835454]], [[0.3687847066736136]], [[0.15669840560963622]]], "std": [[[0.4633735396005283]], [[0.44565910754177984]], [[0.25750095718501737]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21519875061272414]], [[0.8457763105926341]], [[0.3032459794902538]]], "std": [[[0.26539754674889804]], [[0.32526196612972197]], [[0.2958932599916836]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3888386867485957]], [[0.7043578966144098]], [[0.3607326122131763]]], "std": [[[0.3074028962911063]], [[0.3718624281951912]], [[0.41741905906035626]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38766628914142176]], [[0.46685638953095]], [[0.34910724466251053]]], "std": [[[0.3832840607350014]], [[0.4388837289385999]], [[0.3996714746874794]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.82], "mean": [2.41], "std": [1.397175722663402], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [242]}, "index": {"min": [2552], "max": [2793], "mean": [2672.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [242]}}} +{"episode_index": 12, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4916324019432068, 1.542578935623169, 0.17793579399585724, -8.577239036560059, -1.5657744407653809, 7.346740245819092, 1.0668829679489136, 0.014138232916593552, 0.9281655550003052, -10.906106948852539, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4916324019432068, 1.542578935623169, 0.17793579399585724, -7.074913501739502, -0.576551616191864, 10.416619300842285, 1.5635226964950562, 2.7586257457733154, 1.137242078781128, -8.778580665588379, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49163132905960083, 1.5425758361816406, 0.17793604731559753, -8.005133628845215, -0.9467721581459045, 9.347230911254883, 1.2255125045776367, 1.7992600202560425, 0.9800868034362793, -10.159638404846191, 0.21916942298412323, -0.21916942298412323, 0.21916942298412323, 0.21916942298412323, -0.21916942298412323, 0.21916942298412323, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 3.0994415283203125e-06, 2.5331974029541016e-07, 0.5399311780929565, 0.36348703503608704, 1.1158974170684814, 0.14744943380355835, 0.9995219707489014, 0.05337899178266525, 0.7569097876548767, 0.11585275083780289, 0.11585275083780289, 0.11585275083780289, 0.11585275083780289, 0.11585275083780289, 0.11585275083780289, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [158]}, "observation.state": {"min": [-0.5386275053024292, -0.5141422748565674, -0.4891819953918457, -0.16674573719501495, 0.006264753174036741, -0.44347384572029114, -0.5107372403144836, -0.5317310094833374, -0.06702426075935364, -0.3026660084724426, -0.875705897808075, 1.3618485927581787, NaN], "max": [0.9999803900718689, 0.939380943775177, 0.9974426031112671, 0.32176101207733154, 0.9310832023620605, 0.9999803900718689, 0.6458083987236023, 0.2721008062362671, 0.5805862545967102, 0.9420872926712036, 1.0, 2.000919818878174, NaN], "mean": [0.46868041157722473, 0.13283738493919373, 0.20278285443782806, 0.0164358951151371, 0.44328978657722473, 0.5561052560806274, 0.027200644835829735, -0.03538248687982559, 0.1840907484292984, 0.27537328004837036, 0.34871575236320496, 1.6332229375839233, NaN], "std": [0.5930007100105286, 0.45755305886268616, 0.40070831775665283, 0.16969703137874603, 0.3729291260242462, 0.5022150874137878, 0.31969401240348816, 0.3024914860725403, 0.2433462291955948, 0.3683685064315796, 0.7574728727340698, 0.24142326414585114, NaN], "count": [158]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0880014564561846]], [[0.0854595997695956]], [[0.08280711544561055]]], "std": [[[0.217911147947662]], [[0.21283716593640595]], [[0.20692261353257685]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3115088617848562]], [[0.29985870095105516]], [[0.28675609253995366]]], "std": [[[0.29132892853066106]], [[0.28557078548134923]], [[0.28056667467704893]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5393664026672191]], [[0.5248012480461559]], [[0.5091610745320665]]], "std": [[[0.2783224650837537]], [[0.279092073013887]], [[0.2775047860614266]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2074027496980804]], [[0.19414226599637496]], [[0.1874190577157644]]], "std": [[[0.2652499532708833]], [[0.26477960906931436]], [[0.2673549024744667]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.3578001476572983]], [[0.31586869765860587]], [[0.28362186991003097]]], "std": [[[0.2985522803677437]], [[0.2834134465342971]], [[0.27445331653952254]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991587155022058]], [[0.9991587155022058]], [[0.9991587155022058]]], "std": [[[0.0072147729103527085]], [[0.0072147729103527085]], [[0.0072147729103527085]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5815085439394457]], [[0.5815085439394457]], [[0.5815085439394457]]], "std": [[[0.3344713218594582]], [[0.3344713218594582]], [[0.3344713218594582]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2727751994748175]], [[0.2727751994748175]], [[0.2727751994748175]]], "std": [[[0.28515173437888575]], [[0.28515173437888575]], [[0.28515173437888575]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20374424843977468]], [[0.20374424843977468]], [[0.20374424843977468]]], "std": [[[0.37974919675921515]], [[0.37974919675921515]], [[0.37974919675921515]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3795659773981067]], [[0.3795659773981067]], [[0.3795659773981067]]], "std": [[[0.4251271718750413]], [[0.4251271718750413]], [[0.4251271718750413]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08187474342700385]], [[0.11587184929031288]], [[0.09047514401951061]]], "std": [[[0.2587634161222895]], [[0.2777615678039483]], [[0.2725228229913225]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33691694243444104]], [[0.5510304588440486]], [[0.1472920965794067]]], "std": [[[0.3493823495471697]], [[0.4772995167152975]], [[0.2637696084129869]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36336730255865557]], [[0.5672048795305544]], [[0.32701040910191237]]], "std": [[[0.3975403431196648]], [[0.40600037175795095]], [[0.36732077286469883]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5461456670763788]], [[0.6412610858645295]], [[0.1732655947095503]]], "std": [[[0.4388325803866341]], [[0.3872760789982255]], [[0.26275894301712616]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.377948526478065]], [[0.49271223255555086]], [[0.29129473322108157]]], "std": [[[0.38062225804363126]], [[0.4358459294566491]], [[0.39850356840711165]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.14], "mean": [1.5699999999999998], "std": [0.912195154558497], "count": [158]}, "frame_index": {"min": [0], "max": [157], "mean": [78.5], "std": [45.609757727924844], "count": [158]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [158]}, "index": {"min": [2794], "max": [2951], "mean": [2872.5], "std": [45.609757727924844], "count": [158]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [158]}}} +{"episode_index": 13, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, -1.580507516860962, 0.18039008975028992, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.3511908054351807, 1.1146678924560547, -2.0251476764678955, -1.5553048849105835, 4.4671807289123535, -1.0326851606369019, 6.14664363861084, 8.673617379884035e-18, 8.673617379884035e-18, -0.6317073106765747, -0.6317073106765747, 8.673617379884035e-18, -0.6317073106765747], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, -1.580507516860962, 0.18039008975028992, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.5892746448516846, 1.567897081375122, -1.0534924268722534, 0.9081910848617554, 6.271504878997803, 1.2942314147949219, 8.74821662902832, 0.6317073106765747, 0.6317073106765747, -8.673617379884035e-18, -8.673617379884035e-18, 0.6317073106765747, -8.673617379884035e-18], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997490644454956, -1.5805062055587769, 0.180389866232872, -0.7853987812995911, -1.5707975625991821, 1.047196626663208, 1.5707975625991821, 0.0, 1.047196626663208, -2.4818620681762695, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.8242615461349487, 1.2662081718444824, -1.7204036712646484, 0.1091553196310997, 5.031052589416504, 0.5252667665481567, 6.9534010887146, 0.4584899842739105, 0.4584899842739105, -0.4584899842739105, -0.4584899842739105, 0.4584899842739105, -0.4584899842739105], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.238719940185547e-07, 1.3113021850585938e-06, 2.2351741790771484e-07, 5.960464477539062e-07, 1.1920928955078125e-06, 9.5367431640625e-07, 1.1920928955078125e-06, 0.0, 9.5367431640625e-07, 3.814697265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2721213400363922, 0.15511129796504974, 0.3446316719055176, 0.8669329881668091, 0.6417933702468872, 0.8118487596511841, 0.9310611486434937, 0.2690681219100952, 0.2690681219100952, 0.2690681219100952, 0.2690681219100952, 0.2690681219100952, 0.2690681219100952], "count": [147]}, "observation.state": {"min": [-0.9961681962013245, -0.5776805281639099, -0.984049916267395, 0.12406304478645325, -0.8981174826622009, -0.9961681962013245, -0.028261514380574226, -0.21263881027698517, -0.9810736179351807, -0.7571223974227905, -0.9712499380111694, 1.2814667224884033, NaN], "max": [0.8177493214607239, 0.8903400897979736, 0.9994765520095825, 0.9355472326278687, -0.08745796233415604, -0.4287341833114624, 0.2677445411682129, 0.08856409788131714, 0.655298113822937, 0.1928819715976715, 1.0, 2.127415895462036, NaN], "mean": [-0.4819023013114929, 0.06324443966150284, 0.025174526497721672, 0.5946375727653503, -0.3372810184955597, -0.8639577031135559, 0.05562857538461685, 0.006534267216920853, -0.052745379507541656, -0.13106393814086914, 0.5216072797775269, 1.5437541007995605, NaN], "std": [0.6061387062072754, 0.35020068287849426, 0.5225818753242493, 0.25303804874420166, 0.31154391169548035, 0.18021658062934875, 0.08478117734193802, 0.09497014433145523, 0.43216511607170105, 0.2779962718486786, 0.6662713289260864, 0.3012033998966217, NaN], "count": [147]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12193085990594726]], [[0.11948614991976751]], [[0.11238194021153483]]], "std": [[[0.2926992671377034]], [[0.2879431538198442]], [[0.27280955790700157]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41083022562330224]], [[0.4010581422405151]], [[0.37444441225756747]]], "std": [[[0.3911176089776049]], [[0.3889338385602599]], [[0.37420171875725616]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20124214522853018]], [[0.19096416728861101]], [[0.1853575794395594]]], "std": [[[0.2720897095051863]], [[0.2790226800170433]], [[0.2800084781063788]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.161366555554885]], [[0.1613004316394319]], [[0.16136526405644505]]], "std": [[[0.29504039513496283]], [[0.2951928281730467]], [[0.2957329257066329]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43106214011886346]], [[0.419332369068143]], [[0.40014859876442627]]], "std": [[[0.37082422546160576]], [[0.3786690904755352]], [[0.3797360439199426]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989920143017024]], [[0.9989920143017024]], [[0.9989920143017024]]], "std": [[[0.008159758932852288]], [[0.008159758932852288]], [[0.008159758932852288]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1411764705882353]], [[0.1411764705882353]], [[0.1411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5886489732721514]], [[0.5886489732721514]], [[0.5886489732721514]]], "std": [[[0.33848338184604676]], [[0.33848338184604676]], [[0.33848338184604676]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14142141540450523]], [[0.14142141540450523]], [[0.14142141540450523]]], "std": [[[0.3192920942558594]], [[0.3192920942558594]], [[0.3192920942558594]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7452745305912796]], [[0.7452745305912796]], [[0.7452745305912796]]], "std": [[[0.43478739154063295]], [[0.43478739154063295]], [[0.43478739154063295]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31683335311485145]], [[0.31683335311485145]], [[0.31683335311485145]]], "std": [[[0.37068369000408785]], [[0.37068369000408785]], [[0.37068369000408785]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03190334951394463]], [[0.1241319729013318]], [[0.1231022610610538]]], "std": [[[0.1304447690309833]], [[0.30220179625707627]], [[0.30714525455318853]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38969759624379147]], [[0.18829974565661564]], [[0.4334715223252873]]], "std": [[[0.429502149044748]], [[0.32622093440539657]], [[0.44391963189007727]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6907475388773888]], [[0.6272939634182731]], [[0.18295731818940772]]], "std": [[[0.4013550410591496]], [[0.36930926488981614]], [[0.24981421481381152]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1345595192353471]], [[0.2067345675659546]], [[0.08507246405966375]]], "std": [[[0.27028272208089377]], [[0.39041274936085263]], [[0.22904116428152835]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3323916391904732]], [[0.4616420993622305]], [[0.5175148713430175]]], "std": [[[0.3774832253488087]], [[0.40193059077696186]], [[0.4473055819576318]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.92], "mean": [1.46], "std": [0.8486852577172922], "count": [147]}, "frame_index": {"min": [0], "max": [146], "mean": [73.0], "std": [42.43426288586461], "count": [147]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [147]}, "index": {"min": [2952], "max": [3098], "mean": [3025.0], "std": [42.43426288586461], "count": [147]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [147]}}} +{"episode_index": 14, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49906784296035767, 1.072919249534607, 0.21483559906482697, -2.482969284057617, -1.5845582485198975, 1.0538243055343628, -0.3119427561759949, 0.007647760212421417, -1.214258074760437, -2.993570327758789, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49906784296035767, 1.072919249534607, 0.21483559906482697, -0.7894655466079712, -1.4203858375549316, 3.3335001468658447, 1.564583659172058, 0.8626531362533569, 1.0435789823532104, -2.1716108322143555, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49906858801841736, 1.072920560836792, 0.21483579277992249, -1.8595094680786133, -1.5078115463256836, 2.654057025909424, 0.41061538457870483, 0.341949462890625, -0.32902583479881287, -2.4833388328552246, 0.46673449873924255, -0.46673449873924255, 0.46673449873924255, 0.46673449873924255, -0.46673449873924255, 0.46673449873924255, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 1.3113021850585938e-06, 1.9371509552001953e-07, 0.6176734566688538, 0.056078385561704636, 0.8266509771347046, 0.7058268785476685, 0.30742478370666504, 0.8740499019622803, 0.31336426734924316, 0.25538572669029236, 0.25538572669029236, 0.25538572669029236, 0.25538572669029236, 0.25538572669029236, 0.25538572669029236, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [160]}, "observation.state": {"min": [-0.9311867356300354, -0.9014001488685608, -0.7444964647293091, 1.3309340476989746, -0.429746150970459, -0.9723646640777588, -0.9002401232719421, -0.6150575280189514, -0.7229902148246765, -0.9307642579078674, -0.7991046905517578, 1.306515097618103, NaN], "max": [0.04400446638464928, 0.3699866831302643, 4.2301414282519545e-07, 1.6341800689697266, 0.6501954197883606, 0.9395363926887512, -4.354993166089116e-07, 0.17634768784046173, 0.9996418356895447, 0.04872186481952667, 1.0, 2.2614011764526367, NaN], "mean": [-0.7109138369560242, 0.027479473501443863, -0.33276283740997314, 1.5265743732452393, -0.12039507925510406, -0.2537541389465332, -0.3312012553215027, -0.09237267822027206, 0.14340034127235413, -0.1730560064315796, 0.29959502816200256, 1.650525450706482, NaN], "std": [0.3004167973995209, 0.4679996967315674, 0.27173927426338196, 0.10789986699819565, 0.3394526243209839, 0.7695212960243225, 0.3225347697734833, 0.2648179531097412, 0.5040495991706848, 0.30613553524017334, 0.71550452709198, 0.3437059223651886, NaN], "count": [160]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.08985590605723497]], [[0.0849494471568594]], [[0.0819540653031501]]], "std": [[[0.2247040045264733]], [[0.21759045722691933]], [[0.21350808130425508]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3133607324123863]], [[0.2949561608029553]], [[0.28165959829436377]]], "std": [[[0.3040347480322569]], [[0.29682827706774734]], [[0.29309011884032377]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6091814555308118]], [[0.599690910761213]], [[0.5946801395569342]]], "std": [[[0.2872846465374873]], [[0.2927662493274433]], [[0.2963190875204969]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38059164978532023]], [[0.3683434111786365]], [[0.3516837760034762]]], "std": [[[0.2973686016958068]], [[0.2958828345401435]], [[0.29451830584395405]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5386162687228717]], [[0.5250738427308956]], [[0.5069486009102181]]], "std": [[[0.2953198283299651]], [[0.29607548292162256]], [[0.29498117986983585]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990610819752818]], [[0.9990610819752818]], [[0.9990610819752818]]], "std": [[[0.007748581324999498]], [[0.007748581324999498]], [[0.007748581324999498]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5919254149592534]], [[0.5919254149592534]], [[0.5919254149592534]]], "std": [[[0.3361977212616386]], [[0.3361977212616386]], [[0.3361977212616386]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23986586119006953]], [[0.23986586119006953]], [[0.23986586119006953]]], "std": [[[0.2553250581658733]], [[0.2553250581658733]], [[0.2553250581658733]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23671870748230897]], [[0.23671870748230897]], [[0.23671870748230897]]], "std": [[[0.39086721836396066]], [[0.39086721836396066]], [[0.39086721836396066]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22806185378977006]], [[0.22806185378977006]], [[0.22806185378977006]]], "std": [[[0.30216969798231735]], [[0.30216969798231735]], [[0.30216969798231735]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14544760613455054]], [[0.13084541246477047]], [[0.0269662661412159]]], "std": [[[0.34948609221145543]], [[0.31674367704553374]], [[0.11129943068131973]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1631454075696829]], [[0.5266486822491385]], [[0.3178472638807584]]], "std": [[[0.27437619634246796]], [[0.47897348571930515]], [[0.3737785177604003]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5556963329088689]], [[0.28016170418784797]], [[0.7498293009211482]]], "std": [[[0.39910170608752116]], [[0.35784219159683567]], [[0.3781200255479497]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38351307290126474]], [[0.527469329594291]], [[0.399932809894246]]], "std": [[[0.38829492008409344]], [[0.426190169658733]], [[0.4317659635891525]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47865613753452546]], [[0.5146389577889224]], [[0.4487454507537429]]], "std": [[[0.43549639085505415]], [[0.4383589313971638]], [[0.3523992563639446]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.18], "mean": [1.5899999999999999], "std": [0.9237423883312924], "count": [160]}, "frame_index": {"min": [0], "max": [159], "mean": [79.5], "std": [46.18711941656461], "count": [160]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [160]}, "index": {"min": [3099], "max": [3258], "mean": [3178.5], "std": [46.18711941656461], "count": [160]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [160]}}} +{"episode_index": 15, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45965781807899475, 1.129502773284912, 0.09853353351354599, -2.4753329753875732, -1.5701932907104492, 1.0524910688400269, -1.1109144687652588, -0.8092369437217712, 1.0518854856491089, -2.4669623374938965, 1.3877787807814457e-17, -0.7219512462615967, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.7219512462615967, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45965781807899475, 1.129502773284912, 0.09853353351354599, -0.793572187423706, -1.427200436592102, 2.1207199096679688, 1.5571644306182861, -0.004159754142165184, 1.9591457843780518, 0.4159388542175293, 0.7219512462615967, -1.3877787807814457e-17, 0.7219512462615967, 0.7219512462615967, -1.3877787807814457e-17, 0.7219512462615967, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4596582353115082, 1.1295017004013062, 0.09853360801935196, -1.8618459701538086, -1.4875656366348267, 1.740095615386963, -0.19694891571998596, -0.5283812284469604, 1.6383754014968872, -0.559478223323822, 0.6110906600952148, -0.6110906600952148, 0.6110906600952148, 0.6110906600952148, -0.6110906600952148, 0.6110906600952148, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 1.0728836059570312e-06, 7.450580596923828e-08, 0.5921369791030884, 0.04787763953208923, 0.3792663812637329, 0.9605900645256042, 0.283170610666275, 0.31554320454597473, 1.0409767627716064, 0.24146820604801178, 0.24146820604801178, 0.24146820604801178, 0.24146820604801178, 0.24146820604801178, 0.24146820604801178, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [164]}, "observation.state": {"min": [-0.9266102910041809, 0.32350954413414, -0.3756336569786072, 0.4115699231624603, -0.4998617470264435, 0.48973047733306885, -0.8491544127464294, -0.2758386731147766, -0.9497849941253662, -0.8068031072616577, -0.601006269454956, 1.3655738830566406, NaN], "max": [0.9166099429130554, 0.7335129976272583, 0.6795507669448853, 0.5428258776664734, 0.4956170320510864, 0.9166099429130554, -5.1641613652009255e-08, 0.030827343463897705, 9.520466619505896e-07, 0.03538956120610237, 1.0, 1.7294045686721802, NaN], "mean": [0.1360960304737091, 0.4719674289226532, 0.12798072397708893, 0.4791111350059509, -0.17217326164245605, 0.7218607664108276, -0.4155932664871216, -0.06444895267486572, -0.3019460439682007, -0.29219624400138855, 0.34039491415023804, 1.5231949090957642, NaN], "std": [0.7975069880485535, 0.12976638972759247, 0.2991454005241394, 0.0502573661506176, 0.3349381983280182, 0.18069666624069214, 0.36293408274650574, 0.10011736303567886, 0.33535248041152954, 0.3482735753059387, 0.6883500814437866, 0.1304602324962616, NaN], "count": [164]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12514869599561723]], [[0.12516787937431395]], [[0.12439864654182181]]], "std": [[[0.29669381064164635]], [[0.29641570698518566]], [[0.29532693593331527]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.430988414735957]], [[0.4336445589760818]], [[0.4256822632202568]]], "std": [[[0.39366378840487953]], [[0.3931820204301085]], [[0.39318001632432387]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6192806541446304]], [[0.6290664290202247]], [[0.607934843031977]]], "std": [[[0.22369220044003152]], [[0.21660458874708288]], [[0.23280255404380912]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46686894643634275]], [[0.48107033570242164]], [[0.4548174648676885]]], "std": [[[0.25857266524811595]], [[0.2541817487130998]], [[0.2625103148220995]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3568056040035111]], [[0.37034466780795966]], [[0.3432563423235304]]], "std": [[[0.3249186334301519]], [[0.326438994486912]], [[0.32431468113380085]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988151205901463]], [[0.9988151205901463]], [[0.9988151205901463]]], "std": [[[0.009045886577030754]], [[0.009045886577030754]], [[0.009045886577030754]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.592631464952179]], [[0.592631464952179]], [[0.592631464952179]]], "std": [[[0.33861987402903376]], [[0.33861987402903376]], [[0.33861987402903376]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14110981693043143]], [[0.14110981693043143]], [[0.14110981693043143]]], "std": [[[0.1792186098078401]], [[0.1792186098078401]], [[0.1792186098078401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0452161757832643]], [[0.0452161757832643]], [[0.0452161757832643]]], "std": [[[0.05117184208249062]], [[0.05117184208249062]], [[0.05117184208249062]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38174977787702064]], [[0.38174977787702064]], [[0.38174977787702064]]], "std": [[[0.4246595018771302]], [[0.4246595018771302]], [[0.4246595018771302]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.037502892460291114]], [[0.10721838326657909]], [[0.07067805679776784]]], "std": [[[0.1265960076534723]], [[0.2896820123142185]], [[0.23743340013740122]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30004467136192736]], [[0.17665153883447293]], [[0.3877073448441652]]], "std": [[[0.3763324336265373]], [[0.3039657778621108]], [[0.4561960711845973]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46373924338039996]], [[0.562863092448087]], [[0.5354054171855124]]], "std": [[[0.4236113363331799]], [[0.3198765120342256]], [[0.40895656482550186]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469135510105003]], [[0.8161171924191859]], [[0.3451636454588675]]], "std": [[[0.3992899093545086]], [[0.30251668066045545]], [[0.34040761389642815]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4993640731419957]], [[0.20140315873964237]], [[0.5244079136801604]]], "std": [[[0.437777235596877]], [[0.2919507426347498]], [[0.45233892241132134]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.26], "mean": [1.63], "std": [0.9468368391650169], "count": [164]}, "frame_index": {"min": [0], "max": [163], "mean": [81.5], "std": [47.341841958250846], "count": [164]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [164]}, "index": {"min": [3259], "max": [3422], "mean": [3340.5], "std": [47.341841958250846], "count": [164]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [164]}}} +{"episode_index": 16, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49971914291381836, 2.099026679992676, 0.1926773190498352, -0.780437707901001, -1.5662543773651123, -0.026927320286631584, 0.38380202651023865, -0.11837437748908997, -1.4570168256759644, -4.452178001403809, 8.673617379884035e-18, -0.27317073941230774, 8.673617379884035e-18, 8.673617379884035e-18, -0.27317073941230774, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49971914291381836, 2.099026679992676, 0.1926773190498352, 2.099579095840454, 1.0207464694976807, 1.049575686454773, 2.2564055919647217, 5.506141662597656, 1.1509764194488525, -2.485384464263916, 0.27317073941230774, -8.673617379884035e-18, 0.27317073941230774, 0.27317073941230774, -8.673617379884035e-18, 0.27317073941230774, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49971938133239746, 2.099022626876831, 0.19267679750919342, 1.005568265914917, 0.24096351861953735, 0.32013073563575745, 1.3316372632980347, 3.0744433403015137, -0.01259930431842804, -3.9013757705688477, 0.24158379435539246, -0.24158379435539246, 0.24158379435539246, 0.24158379435539246, -0.24158379435539246, 0.24158379435539246, -2.3561997413635254, 1.5707992315292358, -1.0471992492675781, -1.5707992315292358, 0.0, -1.0471992492675781, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 4.0531158447265625e-06, 5.21540641784668e-07, 0.9330890774726868, 0.7804080247879028, 0.38631340861320496, 0.6453476548194885, 2.068030595779419, 1.039120078086853, 0.5179930925369263, 0.08590631932020187, 0.08590631932020187, 0.08590631932020187, 0.08590631932020187, 0.08590631932020187, 0.08590631932020187, 5.245208740234375e-06, 2.86102294921875e-06, 1.6689300537109375e-06, 2.86102294921875e-06, 0.0, 1.6689300537109375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [309]}, "observation.state": {"min": [-0.9398906230926514, -0.6072115898132324, -0.9880146384239197, 0.7011219263076782, -0.39072293043136597, -0.9368541836738586, -0.41797828674316406, -0.5086333751678467, -0.016240419819951057, -0.37607327103614807, -0.9122359156608582, 1.3314179182052612, NaN], "max": [0.9693089127540588, 0.9998180866241455, 0.9603745937347412, 1.5536856651306152, 0.8860374093055725, 0.9992185831069946, 0.5908264517784119, 0.12533500790596008, 0.9968991279602051, 0.05099056661128998, 1.0, 2.004322052001953, NaN], "mean": [-0.032599955797195435, -0.026813393458724022, -0.021968750283122063, 1.1487752199172974, 0.32616835832595825, -0.31585854291915894, 0.07677112519741058, -0.17348310351371765, 0.45627591013908386, -0.13222835958003998, 0.1371510773897171, 1.5909380912780762, NaN], "std": [0.6784735918045044, 0.5268294811248779, 0.509763777256012, 0.32257503271102905, 0.33192333579063416, 0.765060544013977, 0.3040775954723358, 0.23359115421772003, 0.33743640780448914, 0.13843241333961487, 0.7889804840087891, 0.2128589004278183, NaN], "count": [309]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12592932700592976]], [[0.1143221504052529]], [[0.09574352691728173]]], "std": [[[0.2982347131590732]], [[0.2724836550583718]], [[0.2352948153720567]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44253440676568156]], [[0.3961830668863421]], [[0.32482459157870597]]], "std": [[[0.39410708943725825]], [[0.3608683741840074]], [[0.31578381921796406]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5687634982039053]], [[0.5366332580294523]], [[0.486500774161448]]], "std": [[[0.36523599180612176]], [[0.3486339913240414]], [[0.33457148895983735]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28933242405405785]], [[0.275753668465779]], [[0.26002642810826326]]], "std": [[[0.2894779973373257]], [[0.27765380082591545]], [[0.27548203719851677]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4736234886417205]], [[0.43504540294281935]], [[0.40008958814879186]]], "std": [[[0.33170887183737713]], [[0.3226858267018581]], [[0.31923066795310434]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991109716346441]], [[0.9991109716346441]], [[0.9991109716346441]]], "std": [[[0.0075395390876962605]], [[0.0075395390876962605]], [[0.0075395390876962605]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5902686102175899]], [[0.5902686102175899]], [[0.5902686102175899]]], "std": [[[0.33713097919978197]], [[0.33713097919978197]], [[0.33713097919978197]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36619546419846966]], [[0.36619546419846966]], [[0.36619546419846966]]], "std": [[[0.3572211695617241]], [[0.3572211695617241]], [[0.3572211695617241]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29773047379753514]], [[0.29773047379753514]], [[0.29773047379753514]]], "std": [[[0.43542340680612435]], [[0.43542340680612435]], [[0.43542340680612435]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29606077687051013]], [[0.29606077687051013]], [[0.29606077687051013]]], "std": [[[0.3685347646613154]], [[0.3685347646613154]], [[0.3685347646613154]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14092177314823195]], [[0.04542694350063133]], [[0.07075044910751825]]], "std": [[[0.3430954375120887]], [[0.14091907684593485]], [[0.2315367262295855]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2839777481390285]], [[0.38509359876777904]], [[0.28591229210127334]]], "std": [[[0.4038471667039139]], [[0.45378409497639294]], [[0.31023136317356953]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23056293909102918]], [[0.6144345939189602]], [[0.42049836014567243]]], "std": [[[0.2728011185405017]], [[0.4566194294933621]], [[0.3778166309604658]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2949195415247594]], [[0.3909956688533626]], [[0.5580987935956161]]], "std": [[[0.3661366421247131]], [[0.4239152946412745]], [[0.42993439403663963]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5323534239796257]], [[0.3289898591220627]], [[0.508502721467507]]], "std": [[[0.4400156255901581]], [[0.3865230514209671]], [[0.427016347999855]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.16], "mean": [3.08], "std": [1.784002989534117], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [309]}, "index": {"min": [3423], "max": [3731], "mean": [3577.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [309]}}} +{"episode_index": 17, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34229594469070435, 1.6783294677734375, 0.019122211262583733, -1.670296549797058, -1.5689235925674438, 0.7970208525657654, 0.09622214734554291, 0.007577146869152784, -1.2681281566619873, -4.30722188949585, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.34229594469070435, 1.6783294677734375, 0.019122211262583733, -0.7898948192596436, -1.0873340368270874, 1.0459110736846924, 1.5641182661056519, 1.4814859628677368, 1.0352909564971924, -2.490816116333008, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3422963619232178, 1.6783305406570435, 0.019122185185551643, -1.4272452592849731, -1.2735085487365723, 0.8669677376747131, 0.5756495594978333, 1.0790449380874634, -0.6230481863021851, -3.7768847942352295, 0.38304635882377625, -0.38304635882377625, 0.38304635882377625, 0.38304635882377625, -0.38304635882377625, 0.38304635882377625, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 1.0728836059570312e-06, 2.60770320892334e-08, 0.30757662653923035, 0.15593521296977997, 0.08543123304843903, 0.4923001527786255, 0.516330361366272, 0.7922823429107666, 0.625892162322998, 0.20617885887622833, 0.20617885887622833, 0.20617885887622833, 0.20617885887622833, 0.20617885887622833, 0.20617885887622833, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [164]}, "observation.state": {"min": [-0.10380486398935318, -0.9999943375587463, -0.5147386193275452, 1.5529775619506836, -0.37150368094444275, -0.10380486398935318, -0.5000911355018616, -0.4265432059764862, -0.0008237518486566842, -0.4306197762489319, 0.7959209084510803, 1.3122913837432861, NaN], "max": [0.9189552068710327, 0.3963572084903717, 0.04356297105550766, 1.890404224395752, 0.9956822991371155, 0.9990805983543396, 0.45181459188461304, 0.07306016236543655, 0.5937971472740173, 0.12471039593219757, 1.0, 1.5766816139221191, NaN], "mean": [0.24631936848163605, -0.676339328289032, -0.11047927290201187, 1.6616201400756836, 0.6541727185249329, 0.26425930857658386, -0.05247873812913895, -0.04135963320732117, 0.19055865705013275, -0.022344741970300674, 0.9464728832244873, 1.4182584285736084, NaN], "std": [0.42649659514427185, 0.507408857345581, 0.17413540184497833, 0.1294172704219818, 0.4946382939815521, 0.447792649269104, 0.23299439251422882, 0.14262084662914276, 0.22024182975292206, 0.11937651038169861, 0.06797127425670624, 0.07971417158842087, NaN], "count": [164]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12458411403274075]], [[0.11810748405240828]], [[0.1091096989118824]]], "std": [[[0.2958859256669583]], [[0.281480992624562]], [[0.26166992841758435]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4289170229016335]], [[0.3998294149163376]], [[0.3615743674440468]]], "std": [[[0.38947287345831144]], [[0.3708583458597268]], [[0.34604876493578246]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7448634773494912]], [[0.7288469037900718]], [[0.709246053251847]]], "std": [[[0.2286242081808121]], [[0.2267039530501266]], [[0.22575873220825737]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3825802609953389]], [[0.3397218544200964]], [[0.30860808386827254]]], "std": [[[0.26308747848390074]], [[0.27634192493664667]], [[0.2860740196133071]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40218550906563505]], [[0.36238015652210065]], [[0.33045040035781076]]], "std": [[[0.26193540338150284]], [[0.2506085745010361]], [[0.24610181573728115]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987172188392474]], [[0.9987172188392474]], [[0.9987172188392474]]], "std": [[[0.00947991620641039]], [[0.00947991620641039]], [[0.00947991620641039]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931997551115107]], [[0.5931997551115107]], [[0.5931997551115107]]], "std": [[[0.33781999464302476]], [[0.33781999464302476]], [[0.33781999464302476]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16244864349077412]], [[0.16244864349077412]], [[0.16244864349077412]]], "std": [[[0.12297876576379438]], [[0.12297876576379438]], [[0.12297876576379438]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05878758203462637]], [[0.05878758203462637]], [[0.05878758203462637]]], "std": [[[0.15817204243963096]], [[0.15817204243963096]], [[0.15817204243963096]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.316327925267436]], [[0.316327925267436]], [[0.316327925267436]]], "std": [[[0.3678572128074876]], [[0.3678572128074876]], [[0.3678572128074876]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07535272726785047]], [[0.14342928911929329]], [[0.054874242518730416]]], "std": [[[0.24096046693825976]], [[0.3465162995479154]], [[0.1621191212451402]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17568975605700027]], [[0.3167085605693322]], [[0.36223511708982353]]], "std": [[[0.2891080510211722]], [[0.4146461871620046]], [[0.444880400226877]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4245779569513931]], [[0.5520279180924448]], [[0.7530283492624846]]], "std": [[[0.42711397081787916]], [[0.24404792418872184]], [[0.3695334878060332]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7865535566163814]], [[0.4501412628387082]], [[0.29695761860025977]]], "std": [[[0.32614987121315764]], [[0.373461553624172]], [[0.3395773305054192]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.376178743115864]], [[0.6071444607390509]], [[0.27383891004505495]]], "std": [[[0.415962614552319]], [[0.41947663361599197]], [[0.3064790026403648]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.26], "mean": [1.63], "std": [0.9468368391650169], "count": [164]}, "frame_index": {"min": [0], "max": [163], "mean": [81.5], "std": [47.341841958250846], "count": [164]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [164]}, "index": {"min": [3732], "max": [3895], "mean": [3813.5], "std": [47.341841958250846], "count": [164]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [164]}}} +{"episode_index": 18, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4604264795780182, 1.1843935251235962, 0.1738176941871643, -1.5939990282058716, -1.8752586841583252, 0.5165589451789856, 1.445087194442749, -6.317778587341309, 0.023557690903544426, -2.4791839122772217, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4604264795780182, 1.1843935251235962, 0.1738176941871643, -0.7876771092414856, -1.571317195892334, 1.0474790334701538, 1.8836313486099243, -0.018034428358078003, 1.0429185628890991, -1.9485775232315063, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4604266285896301, 1.1843899488449097, 0.17381758987903595, -1.2581708431243896, -1.722813606262207, 0.8008875250816345, 1.6548445224761963, -3.868208885192871, 0.3335942029953003, -2.1010379791259766, 0.46068814396858215, -0.46068814396858215, 0.46068814396858215, 0.46068814396858215, -0.46068814396858215, 0.46068814396858215, -2.3561997413635254, 1.5707991123199463, -1.0471984148025513, -1.5707991123199463, 0.0, -1.0471984148025513, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 3.5762786865234375e-06, 1.043081283569336e-07, 0.2930338680744171, 0.08796645700931549, 0.21610406041145325, 0.15598729252815247, 2.2928946018218994, 0.36192557215690613, 0.18086576461791992, 0.17477676272392273, 0.17477676272392273, 0.17477676272392273, 0.17477676272392273, 0.17477676272392273, 0.17477676272392273, 5.245208740234375e-06, 2.7418136596679688e-06, 8.344650268554688e-07, 2.7418136596679688e-06, 0.0, 8.344650268554688e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [289]}, "observation.state": {"min": [-0.1808919608592987, -0.9910063743591309, -0.9857826232910156, -0.37141215801239014, 0.7155569195747375, -0.1338169425725937, -0.2177763432264328, -0.2281283587217331, -0.5507041811943054, -0.9927324056625366, -0.9799849987030029, 1.2386698722839355, NaN], "max": [0.6761866211891174, 0.9999545216560364, 0.9837648272514343, 0.16219095885753632, 0.9910359978675842, 0.6173849105834961, 0.3792920708656311, 0.11086153984069824, 0.020807119086384773, 0.9447097182273865, 1.0, 1.6898738145828247, NaN], "mean": [-0.007716542575508356, -0.406227707862854, 0.0012926228810101748, -0.09063316136598587, 0.9324473738670349, 0.08783384412527084, 0.04070359095931053, 0.0016867953818291426, -0.1709565818309784, -0.0486096553504467, 0.41761383414268494, 1.4114985466003418, NaN], "std": [0.2456732988357544, 0.6848604083061218, 0.5527458190917969, 0.14715266227722168, 0.08795301616191864, 0.27112632989883423, 0.1998160034418106, 0.12340065091848373, 0.1821165680885315, 0.5313738584518433, 0.6917262077331543, 0.132992222905159, NaN], "count": [289]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09429558282052261]], [[0.08996438119723112]], [[0.08922970365944675]]], "std": [[[0.2360934112615937]], [[0.2248837098737012]], [[0.2230091061827352]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3252210427072919]], [[0.30823250592942625]], [[0.3041719476614558]]], "std": [[[0.3195431885773445]], [[0.30380869775486286]], [[0.30284346471243817]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5944532784010632]], [[0.5667704036301432]], [[0.5627167776108083]]], "std": [[[0.2958869583930032]], [[0.29216746747910594]], [[0.2922604048413277]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17148619551784328]], [[0.16599453895986765]], [[0.16490009394544727]]], "std": [[[0.24456623404644454]], [[0.2389892250483849]], [[0.2398692333167231]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3037528946396109]], [[0.288991791675803]], [[0.28592924787985713]]], "std": [[[0.30439374979966466]], [[0.2954789830180907]], [[0.2966406874876778]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8901960784313725]], [[0.8901960784313725]], [[0.8901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999426000693359]], [[0.999426000693359]], [[0.999426000693359]]], "std": [[[0.005714522077718035]], [[0.005714522077718035]], [[0.005714522077718035]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5758333765844493]], [[0.5758333765844493]], [[0.5758333765844493]]], "std": [[[0.3318299324444748]], [[0.3318299324444748]], [[0.3318299324444748]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19371873095190678]], [[0.19371873095190678]], [[0.19371873095190678]]], "std": [[[0.22440786809776922]], [[0.22440786809776922]], [[0.22440786809776922]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04452556878570313]], [[0.04452556878570313]], [[0.04452556878570313]]], "std": [[[0.1168731128447713]], [[0.1168731128447713]], [[0.1168731128447713]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2507969725559934]], [[0.2507969725559934]], [[0.2507969725559934]]], "std": [[[0.3547005195597563]], [[0.3547005195597563]], [[0.3547005195597563]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14767064643989672]], [[0.06429530386758855]], [[0.02508692803751917]]], "std": [[[0.3519449267516687]], [[0.16530101022355273]], [[0.10383057638303378]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3098803010277672]], [[0.4914726984874179]], [[0.14594091562277248]]], "std": [[[0.382376164608035]], [[0.4460483915989042]], [[0.2511817932581181]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.600295062466011]], [[0.5496180959987018]], [[0.5188666249578385]]], "std": [[[0.4049735505124694]], [[0.41811667892954385]], [[0.3815091798143462]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48932231737467735]], [[0.5872506734098174]], [[0.517112466983305]]], "std": [[[0.344556837472339]], [[0.4066216653297248]], [[0.40298631971786214]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3387437689894192]], [[0.6548195865193313]], [[0.2824725234712742]]], "std": [[[0.35894599060952276]], [[0.4316634962619033]], [[0.36830630847983026]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.76], "mean": [2.88], "std": [1.668532289169137], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [289]}, "index": {"min": [3896], "max": [4184], "mean": [4040.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [289]}}} +{"episode_index": 19, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4914785623550415, 0.968357503414154, 0.08608991652727127, -1.720585584640503, -1.5680785179138184, 0.9146295189857483, 0.5329923033714294, 0.0027496761176735163, 0.5039839148521423, -2.4770331382751465, 6.938893903907228e-18, -0.2926829159259796, 6.938893903907228e-18, 6.938893903907228e-18, -0.2926829159259796, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4914785623550415, 0.968357503414154, 0.08608991652727127, -0.7985898852348328, -1.3792667388916016, 1.04546058177948, 1.5561714172363281, 0.19623300433158875, 1.0400439500808716, -2.1411945819854736, 0.2926829159259796, -6.938893903907228e-18, 0.2926829159259796, 0.2926829159259796, -6.938893903907228e-18, 0.2926829159259796, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49147823452949524, 0.9683578014373779, 0.08608997613191605, -1.4751216173171997, -1.4432587623596191, 0.9518209099769592, 0.8161375522613525, 0.14879858493804932, 0.6534383296966553, -2.222304344177246, 0.16446250677108765, -0.16446250677108765, 0.16446250677108765, 0.16446250677108765, -0.16446250677108765, 0.16446250677108765, -2.356196165084839, 1.570794939994812, -1.0471975803375244, -1.570794939994812, 0.0, -1.0471975803375244, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 2.980232238769531e-07, 5.960464477539063e-08, 0.29882484674453735, 0.05820014700293541, 0.042500048875808716, 0.32643625140190125, 0.06529448926448822, 0.175253763794899, 0.11392473429441452, 0.1410256028175354, 0.1410256028175354, 0.1410256028175354, 0.1410256028175354, 0.1410256028175354, 0.1410256028175354, 1.6689300537109375e-06, 1.430511474609375e-06, 0.0, 1.430511474609375e-06, 0.0, 0.0, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [81]}, "observation.state": {"min": [-0.558583676815033, -0.9669494032859802, -1.2554708064271836e-06, -0.07687075436115265, 0.8294481635093689, -0.558583676815033, -1.4064678452996304e-06, -0.20663854479789734, -0.23918268084526062, -1.7935562937054783e-06, 0.9318832159042358, 1.1556854248046875, NaN], "max": [-0.05998317897319794, -0.8294481635093689, 0.26617223024368286, 0.03413593769073486, 0.9691200256347656, 0.0077664717100560665, 0.25178834795951843, 0.2905503809452057, 4.878143613495922e-07, 0.27273672819137573, 1.0, 1.3141160011291504, NaN], "mean": [-0.4498501420021057, -0.8709812760353088, 0.05164121091365814, 0.002277577295899391, 0.8691185712814331, -0.43651896715164185, 0.08133044093847275, 0.16969306766986847, -0.06919735670089722, 0.06974820047616959, 0.9862393736839294, 1.2791695594787598, NaN], "std": [0.16263620555400848, 0.055031709372997284, 0.0829489678144455, 0.04166180640459061, 0.0532551035284996, 0.18423187732696533, 0.10340148210525513, 0.17050419747829437, 0.09051353484392166, 0.09491081535816193, 0.021859530359506607, 0.05117735266685486, NaN], "count": [81]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.1228467213149836]], [[0.12062938656407]], [[0.11877689271316673]]], "std": [[[0.2915133107300748]], [[0.2877777322068195]], [[0.28512675267313875]]], "count": [81]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4249567225997268]], [[0.4087436081874905]], [[0.39435417672868756]]], "std": [[[0.38470468538584673]], [[0.38333062440013815]], [[0.3864765317401782]]], "count": [81]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6279282700544547]], [[0.606004403956201]], [[0.5881352846561291]]], "std": [[[0.26760085396725986]], [[0.27682579615237435]], [[0.2904396633496892]]], "count": [81]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.154892467808011]], [[0.10064172006538274]], [[0.07110865437818392]]], "std": [[[0.1755547308497921]], [[0.17675702108857363]], [[0.17684789654932817]]], "count": [81]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.40079799116137427]], [[0.32344518695297986]], [[0.2597684576403686]]], "std": [[[0.2738610538633506]], [[0.27126159032455005]], [[0.28304717776153965]]], "count": [81]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990687263585711]], [[0.9990687263585711]], [[0.9990687263585711]]], "std": [[[0.0077471620536821864]], [[0.0077471620536821864]], [[0.0077471620536821864]]], "count": [81]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.590187441453805]], [[0.590187441453805]], [[0.590187441453805]]], "std": [[[0.33527411344529034]], [[0.33527411344529034]], [[0.33527411344529034]]], "count": [81]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20145632207262032]], [[0.20145632207262032]], [[0.20145632207262032]]], "std": [[[0.24407594254933584]], [[0.24407594254933584]], [[0.24407594254933584]]], "count": [81]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.019362863584324496]], [[0.019362863584324496]], [[0.019362863584324496]]], "std": [[[0.01559029943082014]], [[0.01559029943082014]], [[0.01559029943082014]]], "count": [81]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2759524531942748]], [[0.2759524531942748]], [[0.2759524531942748]]], "std": [[[0.3709480570358017]], [[0.3709480570358017]], [[0.3709480570358017]]], "count": [81]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.028077313176599634]], [[0.08332204267690142]], [[0.14274651134776578]]], "std": [[[0.11200044827502534]], [[0.22368963044878215]], [[0.34608804954341926]]], "count": [81]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2144512504622414]], [[0.4623504677209376]], [[0.45415019852175315]]], "std": [[[0.34485848132757935]], [[0.4425881488376314]], [[0.46074107205983017]]], "count": [81]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3011680483554182]], [[0.7383856001276746]], [[0.4653497879470096]]], "std": [[[0.33517505200476166]], [[0.3880443469463131]], [[0.31511268457145264]]], "count": [81]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6681144386861558]], [[0.3287237039816963]], [[0.6878645696750726]]], "std": [[[0.3866217681274002]], [[0.38009305017774947]], [[0.28818927487144946]]], "count": [81]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.569784968233382]], [[0.18509726567098783]], [[0.45712295960718297]]], "std": [[[0.45840954796134037]], [[0.22821076154414635]], [[0.3748035405467756]]], "count": [81]}, "timestamp": {"min": [0.0], "max": [1.6], "mean": [0.7999999999999999], "std": [0.4676180777800049], "count": [81]}, "frame_index": {"min": [0], "max": [80], "mean": [40.0], "std": [23.38090388900024], "count": [81]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [81]}, "index": {"min": [4185], "max": [4265], "mean": [4225.0], "std": [23.38090388900024], "count": [81]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [81]}}} +{"episode_index": 20, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4090122580528259, 1.0665689706802368, 0.20278792083263397, -2.117976188659668, -1.5701273679733276, 0.7696637511253357, 0.7230892777442932, 6.2963643074035645, -0.5977757573127747, 3.1958842277526855, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4090122580528259, 1.0665689706802368, 0.20278792083263397, -0.7981680631637573, -1.3637710809707642, 1.04441499710083, 1.5645277500152588, 7.648455619812012, 1.0307047367095947, 3.7966582775115967, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.40901193022727966, 1.0665689706802368, 0.20278780162334442, -1.8087501525878906, -1.4720298051834106, 0.841914176940918, 1.003684163093567, 7.336613178253174, -0.23952071368694305, 3.387852907180786, 0.4343746304512024, -0.4343746304512024, 0.4343746304512024, 0.4343746304512024, -0.4343746304512024, 0.4343746304512024, -2.356198310852051, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818618297576904, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 0.0, 1.1920928955078125e-07, 0.427509605884552, 0.0696740448474884, 0.08275549858808517, 0.26239505410194397, 0.43931204080581665, 0.5290012955665588, 0.18753190338611603, 0.2563003599643707, 0.2563003599643707, 0.2563003599643707, 0.2563003599643707, 0.2563003599643707, 0.2563003599643707, 3.814697265625e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.5762786865234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [144]}, "observation.state": {"min": [-0.28392019867897034, 0.6072693467140198, -0.050630275160074234, 0.5593730807304382, -0.9954312443733215, -0.2793765366077423, -0.03801325708627701, -0.35552215576171875, -0.019288208335638046, -2.027371124313504e-07, 0.928036630153656, 1.3650457859039307, NaN], "max": [0.7944960594177246, 0.9991238117218018, 0.04335326328873634, 0.7902331352233887, -0.6072693467140198, 0.7944960594177246, 0.36995747685432434, 0.09456731379032135, 0.36648204922676086, 0.06662534177303314, 1.0, 1.4859700202941895, NaN], "mean": [0.554599940776825, 0.7263850569725037, -0.006438733544200659, 0.614806592464447, -0.7205474376678467, 0.5555267333984375, 0.039216771721839905, 0.010728245601058006, 0.04176653176546097, 0.017087914049625397, 0.9937414526939392, 1.399041771888733, NaN], "std": [0.3723055422306061, 0.1605500876903534, 0.018809467554092407, 0.07078653573989868, 0.15225054323673248, 0.3703966438770294, 0.10143409669399261, 0.13218986988067627, 0.09845633059740067, 0.022180931642651558, 0.015997249633073807, 0.041431792080402374, NaN], "count": [144]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.12372271676017625]], [[0.11205258665143154]], [[0.0943269770956842]]], "std": [[[0.29207497724321313]], [[0.2667683113121804]], [[0.23158632758108397]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4343683211392009]], [[0.3862240555330918]], [[0.3186235630738736]]], "std": [[[0.38044253312031145]], [[0.3490007549781057]], [[0.30705669183831236]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5948242294763396]], [[0.5527597377037748]], [[0.5153667513583868]]], "std": [[[0.17629276115590686]], [[0.19438904939402177]], [[0.2138128742179121]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3181006510466435]], [[0.2706684141458642]], [[0.2397185834287205]]], "std": [[[0.23381511583334058]], [[0.24135917491027875]], [[0.2476816548298234]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45411512307121815]], [[0.40200262323047614]], [[0.35777872460840976]]], "std": [[[0.29390248810178077]], [[0.29169150814910105]], [[0.2930058802112727]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8901960784313725]], [[0.8901960784313725]], [[0.8901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999413930614481]], [[0.999413930614481]], [[0.999413930614481]]], "std": [[[0.005802717479648344]], [[0.005802717479648344]], [[0.005802717479648344]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5841188098097554]], [[0.5841188098097554]], [[0.5841188098097554]]], "std": [[[0.33208374977263144]], [[0.33208374977263144]], [[0.33208374977263144]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.08079362109742498]], [[0.08079362109742498]], [[0.08079362109742498]]], "std": [[[0.059995521129205025]], [[0.059995521129205025]], [[0.059995521129205025]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03534567700066587]], [[0.03534567700066587]], [[0.03534567700066587]]], "std": [[[0.11365844976327968]], [[0.11365844976327968]], [[0.11365844976327968]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26227593809658883]], [[0.26227593809658883]], [[0.26227593809658883]]], "std": [[[0.35828281923267064]], [[0.35828281923267064]], [[0.35828281923267064]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14546533171594275]], [[0.05766779790128151]], [[0.05966066984914413]]], "std": [[[0.34784495218035194]], [[0.16919735562862467]], [[0.18847092782106134]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5495061111479919]], [[0.46005552906843805]], [[0.11006782981993454]]], "std": [[[0.4806630354296291]], [[0.4289360279436868]], [[0.1968241653034299]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40583827301311415]], [[0.6597214333084556]], [[0.5963249292056345]]], "std": [[[0.33474647091039283]], [[0.39160288729541387]], [[0.4067155448839028]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5763388258897828]], [[0.6730771096989119]], [[0.4898885167281235]]], "std": [[[0.4268939696170923]], [[0.36911148630498875]], [[0.39283365208820614]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3333245986195853]], [[0.5434800491654547]], [[0.49927313314436955]]], "std": [[[0.3825889880631191]], [[0.37550633351356527]], [[0.4575672884536515]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.86], "mean": [1.4300000000000002], "std": [0.8313643405070166], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [144]}, "index": {"min": [4266], "max": [4409], "mean": [4337.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [144]}}} +{"episode_index": 21, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4604797661304474, 1.16890549659729, 0.16675134003162384, -1.1955296993255615, -1.5677937269210815, 1.0508413314819336, 1.555352807044983, 4.752875328063965, 0.850065290927887, -4.378060817718506, 1.2663481374630692e-16, -0.6731707453727722, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.6731707453727722, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4604797661304474, 1.16890549659729, 0.16675134003162384, -0.7879798412322998, -1.0850698947906494, 1.6215814352035522, 1.5705653429031372, 6.273158550262451, 1.045803189277649, -2.4940428733825684, 0.6731707453727722, -1.2663481374630692e-16, 0.6731707453727722, 0.6731707453727722, -1.2663481374630692e-16, 0.6731707453727722, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4604797661304474, 1.1689059734344482, 0.16675129532814026, -1.0751547813415527, -1.2273041009902954, 1.4386833906173706, 1.5601956844329834, 5.177975654602051, 0.9133321642875671, -3.841132640838623, 0.44408509135246277, -0.44408509135246277, 0.44408509135246277, 0.44408509135246277, -0.44408509135246277, 0.44408509135246277, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 4.470348358154297e-08, 0.1380690038204193, 0.1644299328327179, 0.18626217544078827, 0.00494646979495883, 0.5234499573707581, 0.06334155797958374, 0.649396538734436, 0.3018992841243744, 0.3018992841243744, 0.3018992841243744, 0.3018992841243744, 0.3018992841243744, 0.3018992841243744, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [120]}, "observation.state": {"min": [-0.6178594827651978, -0.6661235094070435, -0.9998814463615417, -0.11678355932235718, -0.9994544386863708, -0.043996892869472504, -0.6199815273284912, -0.07140465825796127, -2.7743863029172644e-06, -0.24015291035175323, -0.6641488671302795, 1.342370629310608, NaN], "max": [0.14538852870464325, 0.9991590976715088, 3.991929588664789e-06, -0.0753997415304184, -0.34207722544670105, 0.8307288289070129, 0.19167858362197876, 0.14572490751743317, 0.8449017405509949, 0.7137483954429626, 1.0, 1.5004605054855347, NaN], "mean": [-0.08188696205615997, 0.5618302226066589, -0.3279340863227844, -0.09835752844810486, -0.8398476243019104, 0.2518496811389923, -0.05661795288324356, 0.07898258417844772, 0.28312668204307556, 0.16858118772506714, 0.5654927492141724, 1.3755563497543335, NaN], "std": [0.18831239640712738, 0.6269252300262451, 0.3763032853603363, 0.011014098301529884, 0.2356422245502472, 0.35763421654701233, 0.21116876602172852, 0.0814729854464531, 0.34176045656204224, 0.26751068234443665, 0.6190923452377319, 0.05029284954071045, NaN], "count": [120]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.12240891013222772]], [[0.11197078772687558]], [[0.09301821173734705]]], "std": [[[0.29469486376244586]], [[0.27081985405677034]], [[0.22826545234683962]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4265219799489167]], [[0.38373785800356874]], [[0.31366709515446684]]], "std": [[[0.39312248810097106]], [[0.36272375913063565]], [[0.30999707011322136]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5995281698877013]], [[0.5641007623595932]], [[0.5130950485183643]]], "std": [[[0.28233890016305696]], [[0.27897711677359893]], [[0.27668498548670867]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24973522404413356]], [[0.21888429152995625]], [[0.19678264269012552]]], "std": [[[0.25586473664828985]], [[0.24624922074845496]], [[0.2367672892108492]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.33844350297829195]], [[0.29218368246036486]], [[0.25338641217575913]]], "std": [[[0.3074360475066366]], [[0.29329280947775593]], [[0.2866758299805156]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990757001819229]], [[0.9990757001819229]], [[0.9990757001819229]]], "std": [[[0.007744738285358649]], [[0.007744738285358649]], [[0.007744738285358649]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5899752080579846]], [[0.5899752080579846]], [[0.5899752080579846]]], "std": [[[0.336870121553498]], [[0.336870121553498]], [[0.336870121553498]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.213706379237855]], [[0.213706379237855]], [[0.213706379237855]]], "std": [[[0.256639646907243]], [[0.256639646907243]], [[0.256639646907243]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.027156226383717195]], [[0.027156226383717195]], [[0.027156226383717195]]], "std": [[[0.06434521114923458]], [[0.06434521114923458]], [[0.06434521114923458]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3503683171158412]], [[0.3503683171158412]], [[0.3503683171158412]]], "std": [[[0.4210413482423787]], [[0.4210413482423787]], [[0.4210413482423787]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.024830071394516564]], [[0.09983725644424865]], [[0.13452100227252764]]], "std": [[[0.10073187340774639]], [[0.26295328946246277]], [[0.32591545821716067]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40910614494421277]], [[0.35437733748812267]], [[0.1695153957208888]]], "std": [[[0.460068828259977]], [[0.39502645971775247]], [[0.27582358785486494]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5443789361030141]], [[0.512510703813005]], [[0.48159443596186124]]], "std": [[[0.43187972790236023]], [[0.428303235030559]], [[0.3387592333691142]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5606913969171677]], [[0.7150889423995719]], [[0.39508023719046115]]], "std": [[[0.3583544562614242]], [[0.34810732571573505]], [[0.3841999857136965]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46369037699550253]], [[0.45794633642930854]], [[0.19753580756539135]]], "std": [[[0.4500679787334105]], [[0.39551954416125995]], [[0.29764753546732997]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.38], "mean": [1.1900000000000002], "std": [0.6927962663486767], "count": [120]}, "frame_index": {"min": [0], "max": [119], "mean": [59.5], "std": [34.63981331743384], "count": [120]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [120]}, "index": {"min": [4410], "max": [4529], "mean": [4469.5], "std": [34.63981331743384], "count": [120]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [120]}}} +{"episode_index": 22, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.3839905560016632, -0.09824658185243607, -2.231266736984253, -2.201677083969116, 1.0582600831985474, 0.3823397159576416, -0.8994027972221375, 1.0489256381988525, -3.7857866287231445, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.3839905560016632, -0.09824658185243607, -0.7941403985023499, -1.5847201347351074, 1.5613322257995605, 1.5570933818817139, -0.006216115318238735, 1.3590612411499023, -2.4940569400787354, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997493624687195, 0.38399091362953186, -0.09824658185243607, -1.8025845289230347, -2.0760610103607178, 1.4519957304000854, 0.735090970993042, -0.6369837522506714, 1.2023162841796875, -3.402322769165039, 0.3347991704940796, -0.3347991704940796, 0.3347991704940796, 0.3347991704940796, -0.3347991704940796, 0.3347991704940796, -2.3561973571777344, 1.5707963705062866, -1.0471971035003662, -1.5707963705062866, 0.0, -1.0471971035003662, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 3.5762786865234375e-07, 0.0, 0.5288563370704651, 0.17428234219551086, 0.1398909091949463, 0.36388254165649414, 0.32181528210639954, 0.08632493764162064, 0.4307570457458496, 0.23909468948841095, 0.23909468948841095, 0.23909468948841095, 0.23909468948841095, 0.23909468948841095, 0.23909468948841095, 2.86102294921875e-06, 0.0, 4.76837158203125e-07, 0.0, 0.0, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [108]}, "observation.state": {"min": [0.09354974329471588, -0.8865001201629639, -0.9953187108039856, -0.45728904008865356, 0.5775740146636963, -0.7687214612960815, -0.2747282385826111, -0.042318519204854965, -0.6715883612632751, -0.9717216491699219, -0.6952479481697083, 1.3374028205871582, NaN], "max": [0.4640876054763794, 0.5860614776611328, -1.2289729056647047e-06, 0.004454342648386955, 0.9894599914550781, 0.46305981278419495, 0.1443389505147934, 0.18152447044849396, 0.11319350451231003, -2.7760329430748243e-06, 1.0, 1.7794448137283325, NaN], "mean": [0.3752788305282593, -0.5646547675132751, -0.3375876247882843, -0.09019556641578674, 0.878982424736023, 0.1896839290857315, 0.008700626902282238, 0.04979133605957031, -0.09765758365392685, -0.293182909488678, 0.6247449517250061, 1.488638997077942, NaN], "std": [0.1263912320137024, 0.507861852645874, 0.39046984910964966, 0.1441369205713272, 0.0836787298321724, 0.42032942175865173, 0.08750013262033463, 0.05168478563427925, 0.23247133195400238, 0.35302695631980896, 0.5792487263679504, 0.17928844690322876, NaN], "count": [108]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08363441876870442]], [[0.08402861681589978]], [[0.08436005581740921]]], "std": [[[0.21187691757473887]], [[0.21245737722807992]], [[0.2127880331095831]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28782475854813044]], [[0.2904441923139079]], [[0.2913669793487656]]], "std": [[[0.29202096644270253]], [[0.290170505554939]], [[0.2894612244869765]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647548144527125]], [[0.4708801702685794]], [[0.47654828467415145]]], "std": [[[0.3222706631666688]], [[0.3166476036965402]], [[0.31141490504837144]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13431774348534256]], [[0.15467682699084218]], [[0.18023407369856048]]], "std": [[[0.21977189484121598]], [[0.2294886825134562]], [[0.24135632044535896]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16044366123043727]], [[0.17119401511844437]], [[0.18213188438742]]], "std": [[[0.24570062250191457]], [[0.24558654072372704]], [[0.2455569967790187]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986124974937822]], [[0.9986124974937822]], [[0.9986124974937822]]], "std": [[[0.00994643499718591]], [[0.00994643499718591]], [[0.00994643499718591]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5666494775332246]], [[0.5666494775332246]], [[0.5666494775332246]]], "std": [[[0.3312846195165922]], [[0.3312846195165922]], [[0.3312846195165922]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25010770801942744]], [[0.25010770801942744]], [[0.25010770801942744]]], "std": [[[0.2879105684550796]], [[0.2879105684550796]], [[0.2879105684550796]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06423750696544135]], [[0.06423750696544135]], [[0.06423750696544135]]], "std": [[[0.18417270753285173]], [[0.18417270753285173]], [[0.18417270753285173]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44957262130596914]], [[0.44957262130596914]], [[0.44957262130596914]]], "std": [[[0.43465459646138216]], [[0.43465459646138216]], [[0.43465459646138216]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1466846256029172]], [[0.028532914099260308]], [[0.07548872218768839]]], "std": [[[0.35071406065031513]], [[0.11460569520793311]], [[0.1954278019137644]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42578575878215585]], [[0.5643718429199935]], [[0.1187176506798472]]], "std": [[[0.3877555484799194]], [[0.47561098679311714]], [[0.20861733403105318]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21735060427508784]], [[0.4654076796547421]], [[0.6834085688172195]]], "std": [[[0.2924648437629251]], [[0.3945446388492207]], [[0.411010427959834]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48020222344264135]], [[0.4785046821847647]], [[0.5816831269014565]]], "std": [[[0.3855026319389891]], [[0.40537428658051394]], [[0.4374718547790144]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34407744833168036]], [[0.43333734059952084]], [[0.2806627130452742]]], "std": [[[0.43140498811501643]], [[0.4003118222575428]], [[0.3858905927036536]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.14], "mean": [1.07], "std": [0.6235115609727431], "count": [108]}, "frame_index": {"min": [0], "max": [107], "mean": [53.5], "std": [31.175578048637153], "count": [108]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [108]}, "index": {"min": [4530], "max": [4637], "mean": [4583.5], "std": [31.175578048637153], "count": [108]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [108]}}} +{"episode_index": 23, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, -1.4345452785491943, 0.17316637933254242, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.5535128116607666, 0.8287489414215088, -2.749476671218872, -1.5639151334762573, -0.03234248235821724, -2.153149366378784, -0.42316845059394836, 6.938893903907228e-17, 6.938893903907228e-17, -0.3713414669036865, -0.3713414669036865, 6.938893903907228e-17, -0.3713414669036865], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, -1.4345452785491943, 0.17316637933254242, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.6780160665512085, 1.5629770755767822, -1.063476800918579, -0.7517357468605042, 2.486229419708252, -0.8093897700309753, 2.5059473514556885, 0.3713414669036865, 0.3713414669036865, -6.938893903907228e-17, -6.938893903907228e-17, 0.3713414669036865, -6.938893903907228e-17], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974891543388367, -1.4345428943634033, 0.17316628992557526, -0.7853990197181702, -1.5707980394363403, 1.0471965074539185, 1.5707980394363403, 0.0, 1.0471965074539185, -2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.0354154109954834, 1.0876260995864868, -2.3034064769744873, -1.0032272338867188, 1.5462285280227661, -1.6093862056732178, 0.6654576659202576, 0.3119997978210449, 0.3119997978210449, -0.3119997978210449, -0.3119997978210449, 0.3119997978210449, -0.3119997978210449], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 2.384185791015625e-06, 8.940696716308594e-08, 8.344650268554688e-07, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.34954559803009033, 0.19467148184776306, 0.521253228187561, 0.23663237690925598, 0.9677883982658386, 0.5380198359489441, 1.1154730319976807, 0.13160012662410736, 0.13160012662410736, 0.13160012662410736, 0.13160012662410736, 0.13160012662410736, 0.13160012662410736], "count": [179]}, "observation.state": {"min": [-0.30181339383125305, -0.28213343024253845, -0.06537023931741714, 0.4142856299877167, -0.9865003824234009, -0.4855831563472748, -0.9835540056228638, -0.0992044061422348, -0.6161561012268066, -7.315891821235709e-07, -0.5463195443153381, 1.2829488515853882, NaN], "max": [0.9363598227500916, 0.9984863996505737, 0.48637640476226807, 0.7254197597503662, 0.4985300600528717, 0.40398237109184265, 0.0006551289698109031, 0.15486937761306763, 0.26005586981773376, 0.9732612371444702, 1.0, 1.8858017921447754, NaN], "mean": [0.32133719325065613, 0.6603211164474487, 0.10707879811525345, 0.6464439034461975, -0.39361563324928284, -0.15824350714683533, -0.4639274477958679, 0.05718177929520607, -0.15582557022571564, 0.4147871136665344, 0.44187748432159424, 1.5415890216827393, NaN], "std": [0.5415012836456299, 0.3619474172592163, 0.15818652510643005, 0.08773426711559296, 0.6073830127716064, 0.26399388909339905, 0.40766364336013794, 0.08433984220027924, 0.23534998297691345, 0.4076615571975708, 0.6219621300697327, 0.22819195687770844, NaN], "count": [179]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.08687166890968966]], [[0.08117424969372175]], [[0.07673229839112554]]], "std": [[[0.21862556151063364]], [[0.20991391925406466]], [[0.20318603442854383]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30336714430651024]], [[0.27922780731594304]], [[0.25755818549163106]]], "std": [[[0.298301293670454]], [[0.28958298390599785]], [[0.28723627086841075]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30944168643142084]], [[0.2701509068317317]], [[0.21913965014205813]]], "std": [[[0.29972462305436837]], [[0.3048825964542819]], [[0.3105227103117969]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.16191555638704988]], [[0.16195521330176338]], [[0.16229141193771035]]], "std": [[[0.2979860567220486]], [[0.2981754976241204]], [[0.2987915472568345]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4835453657267428]], [[0.4543266579091539]], [[0.39974435572936473]]], "std": [[[0.33360590583781013]], [[0.33312926138901866]], [[0.3429017875603074]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990373441534885]], [[0.9990373441534885]], [[0.9990373441534885]]], "std": [[[0.007994298825888148]], [[0.007994298825888148]], [[0.007994298825888148]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5963281264354174]], [[0.5963281264354174]], [[0.5963281264354174]]], "std": [[[0.338577743449249]], [[0.338577743449249]], [[0.338577743449249]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1676463909458315]], [[0.1676463909458315]], [[0.1676463909458315]]], "std": [[[0.341758939259957]], [[0.341758939259957]], [[0.341758939259957]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7445978015021884]], [[0.7445978015021884]], [[0.7445978015021884]]], "std": [[[0.4350902844617109]], [[0.4350902844617109]], [[0.4350902844617109]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2464494642561378]], [[0.2464494642561378]], [[0.2464494642561378]]], "std": [[[0.33290901091788105]], [[0.33290901091788105]], [[0.33290901091788105]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04630196923336894]], [[0.06764016546737021]], [[0.14155822706634721]]], "std": [[[0.14611545500733622]], [[0.2224631306141184]], [[0.345044376596675]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647283058772567]], [[0.2160833465768921]], [[0.21516157342866013]]], "std": [[[0.45363449695172037]], [[0.3393369484382097]], [[0.35094935962687535]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27625384582888246]], [[0.7025674452538103]], [[0.32297563654578487]]], "std": [[[0.28828286372629286]], [[0.4086080674482884]], [[0.3495577448859202]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17275126048504283]], [[0.10029149240490287]], [[0.19784213812059484]]], "std": [[[0.3407220719154823]], [[0.2678829243275471]], [[0.3811522130423153]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41269417839978917]], [[0.5974775452946474]], [[0.365634165297048]]], "std": [[[0.440083151482778]], [[0.3840947728746435]], [[0.3860555032407733]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.56], "mean": [1.78], "std": [1.0334408546211051], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [179]}, "index": {"min": [4638], "max": [4816], "mean": [4727.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [179]}}} +{"episode_index": 24, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.488770455121994, 1.094465970993042, 0.2102966159582138, -2.190678358078003, -1.684830904006958, 0.206195667386055, 0.747986912727356, 0.007871030829846859, 0.6967703700065613, -2.46833872795105, 1.249000902703301e-16, -0.5365853905677795, 1.249000902703301e-16, 1.249000902703301e-16, -0.5365853905677795, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.488770455121994, 1.094465970993042, 0.2102966159582138, -0.8002789616584778, -1.2465198040008545, 1.2769321203231812, 1.562917947769165, 0.6222293972969055, 1.0432311296463013, -1.178229570388794, 0.5365853905677795, -1.249000902703301e-16, 0.5365853905677795, 0.5365853905677795, -1.249000902703301e-16, 0.5365853905677795, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4887697398662567, 1.0944668054580688, 0.2102966159582138, -1.8638283014297485, -1.5370949506759644, 0.5451096296310425, 1.001064419746399, 0.5343109965324402, 0.8025954365730286, -1.6311362981796265, 0.3867252767086029, -0.3867252767086029, 0.3867252767086029, 0.3867252767086029, -0.3867252767086029, 0.3867252767086029, -2.3561980724334717, 1.570797324180603, -1.0471967458724976, -1.570797324180603, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 8.344650268554688e-07, 0.0, 0.40889623761177063, 0.1240263357758522, 0.38523879647254944, 0.2188255935907364, 0.1452750414609909, 0.10445255041122437, 0.47236648201942444, 0.23083414137363434, 0.23083414137363434, 0.23083414137363434, 0.23083414137363434, 0.23083414137363434, 0.23083414137363434, 3.5762786865234375e-06, 9.5367431640625e-07, 8.344650268554688e-07, 9.5367431640625e-07, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [138]}, "observation.state": {"min": [0.5725118517875671, -0.8198964595794678, -0.55414217710495, 2.151383638381958, -0.3390304148197174, 0.5725118517875671, -0.46319612860679626, -0.15035474300384521, -0.00010175221541430801, -0.262286901473999, 0.8308365941047668, 1.28629469871521, NaN], "max": [0.9927809834480286, 0.2789100110530853, 1.1170153811690398e-05, 2.583045244216919, 0.8198964595794678, 0.9873803853988647, 0.19805389642715454, 0.18182611465454102, 0.5470592379570007, 0.47287365794181824, 1.0, 1.4972401857376099, NaN], "mean": [0.7152792811393738, -0.5041720271110535, -0.13541042804718018, 2.4843053817749023, 0.5018658638000488, 0.7250590920448303, 0.005973236635327339, 0.07700123637914658, 0.10610277205705643, -0.00414754543453455, 0.9639932513237, 1.344804048538208, NaN], "std": [0.15427833795547485, 0.4040471017360687, 0.16968537867069244, 0.09265358000993729, 0.41776397824287415, 0.16412357985973358, 0.14463688433170319, 0.12048357725143433, 0.16406896710395813, 0.17289018630981445, 0.0513102151453495, 0.06477411091327667, NaN], "count": [138]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12205471366755381]], [[0.1236818286974172]], [[0.1182798139330285]]], "std": [[[0.28985416009116016]], [[0.2929765383287895]], [[0.28270293888626796]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4433110278275668]], [[0.4463773053012457]], [[0.4260694083180278]]], "std": [[[0.3928281120792005]], [[0.3939998205680849]], [[0.38631147816686245]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6929826760840104]], [[0.7194715719467226]], [[0.6614755322737146]]], "std": [[[0.22368090622018005]], [[0.22894932534137047]], [[0.21710366249719426]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.40353002867984855]], [[0.3553279527603935]], [[0.31833198081393904]]], "std": [[[0.26307729673396024]], [[0.26886777238017556]], [[0.27113434941152365]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.614055110639037]], [[0.6153517938484172]], [[0.5778280590441437]]], "std": [[[0.32058276516932876]], [[0.32038421377820975]], [[0.3238224598440284]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989630461123953]], [[0.9989630461123953]], [[0.9989630461123953]]], "std": [[[0.008316278574542483]], [[0.008316278574542483]], [[0.008316278574542483]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5921784225882138]], [[0.5921784225882138]], [[0.5921784225882138]]], "std": [[[0.33615066625245277]], [[0.33615066625245277]], [[0.33615066625245277]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1199930798214433]], [[0.1199930798214433]], [[0.1199930798214433]]], "std": [[[0.09136427047838493]], [[0.09136427047838493]], [[0.09136427047838493]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02579122921012733]], [[0.02579122921012733]], [[0.02579122921012733]]], "std": [[[0.05269699990883572]], [[0.05269699990883572]], [[0.05269699990883572]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20384537960733354]], [[0.20384537960733354]], [[0.20384537960733354]]], "std": [[[0.2858259203070871]], [[0.2858259203070871]], [[0.2858259203070871]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09690334213778531]], [[0.03768149878192788]], [[0.07488434383363139]]], "std": [[[0.2827915361302632]], [[0.124116275766205]], [[0.24521449403576182]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3184812581850222]], [[0.3752923031118675]], [[0.2576265611473549]]], "std": [[[0.4287921926468973]], [[0.4372297129626876]], [[0.3414197250048819]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24545163888201565]], [[0.7759593533388185]], [[0.6511454585322382]]], "std": [[[0.30775938143563186]], [[0.37170401978821543]], [[0.23232623764008917]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6133068448746757]], [[0.7485955779254351]], [[0.43550927887313745]]], "std": [[[0.4276632408850976]], [[0.34478592175679984]], [[0.34987424232754577]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39477714946311615]], [[0.5491213505613592]], [[0.4969749270933708]]], "std": [[[0.38851070226197515]], [[0.3979559811587592]], [[0.39542222382912573]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.74], "mean": [1.3700000000000003], "std": [0.796722452719055], "count": [138]}, "frame_index": {"min": [0], "max": [137], "mean": [68.5], "std": [39.83612263595275], "count": [138]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [138]}, "index": {"min": [4817], "max": [4954], "mean": [4885.5], "std": [39.83612263595275], "count": [138]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [138]}}} +{"episode_index": 25, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48492631316185, 1.5706634521484375, 0.010071978904306889, -2.206631898880005, -1.581843376159668, -2.7720844745635986, -2.437006950378418, -2.0255515575408936, -0.22286882996559143, -5.6243896484375, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48492631316185, 1.5706634521484375, 0.010071978904306889, 1.4967515468597412, 1.5124465227127075, 1.4776912927627563, 1.557497501373291, 0.5714313387870789, 1.0431455373764038, -2.370326519012451, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.484925240278244, 1.5706727504730225, 0.010071981698274612, -0.23040755093097687, 0.4998686909675598, -0.6770449876785278, -0.7098318934440613, -0.8383598923683167, 0.26618921756744385, -3.997645139694214, 0.32009661197662354, -0.32009661197662354, 0.32009661197662354, 0.32009661197662354, -0.32009661197662354, 0.32009661197662354, -2.3562002182006836, 1.5707995891571045, -1.047202229499817, -1.5707995891571045, 0.0, -1.047202229499817, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 9.298324584960938e-06, 2.7939677238464355e-09, 1.3747271299362183, 1.0302824974060059, 1.2821710109710693, 1.0849261283874512, 0.8548243045806885, 0.31176069378852844, 1.06489098072052, 0.09761541336774826, 0.09761541336774826, 0.09761541336774826, 0.09761541336774826, 0.09761541336774826, 0.09761541336774826, 5.7220458984375e-06, 3.2186508178710938e-06, 4.649162292480469e-06, 3.2186508178710938e-06, 0.0, 4.649162292480469e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [416]}, "observation.state": {"min": [-0.9612056612968445, -0.997819185256958, -0.8298056721687317, 0.6060552000999451, -0.9810106754302979, -0.9200639724731445, -0.9067943096160889, -1.248046636581421, -0.9998629093170166, -0.41487589478492737, -0.9530017971992493, 0.8948176503181458, NaN], "max": [0.8832488656044006, 0.8027337789535522, 0.07617492228746414, 1.6744693517684937, 0.7298144102096558, 0.9930056929588318, 0.999964714050293, 0.18962450325489044, 0.9640645980834961, 0.963664710521698, 1.0, 2.1073105335235596, NaN], "mean": [0.08706210553646088, 0.3505370318889618, -0.32988956570625305, 1.0709675550460815, -0.44852977991104126, 0.3356770873069763, 0.28619128465652466, -0.25736159086227417, 0.03161557391285896, 0.2812853157520294, 0.3114669620990753, 1.3899279832839966, NaN], "std": [0.5779564380645752, 0.5761698484420776, 0.3077513575553894, 0.35887691378593445, 0.4012855887413025, 0.47073835134506226, 0.47075748443603516, 0.482327401638031, 0.5433028936386108, 0.3629831373691559, 0.6292314529418945, 0.31116288900375366, NaN], "count": [416]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08548028386143282]], [[0.07568297267267085]], [[0.0672226721679404]]], "std": [[[0.21526962399607377]], [[0.19414597363145697]], [[0.17420529435009538]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30036520169437086]], [[0.2631567118691121]], [[0.2323137335369153]]], "std": [[[0.28856383902484817]], [[0.2635231315908953]], [[0.24273048041031658]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4732828455345067]], [[0.4341476841206713]], [[0.3957993684666507]]], "std": [[[0.3192003182255386]], [[0.29980907448057076]], [[0.27640076040889877]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30029509465288795]], [[0.2784132017158288]], [[0.2588160017059045]]], "std": [[[0.25973218516519625]], [[0.2558438152766429]], [[0.25422682530763674]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28685082388346744]], [[0.25894407597175867]], [[0.23329006612391545]]], "std": [[[0.282627475258422]], [[0.27143989943476304]], [[0.26496744126041677]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991646164296573]], [[0.9991646164296573]], [[0.9991646164296573]]], "std": [[[0.0071835353261077185]], [[0.0071835353261077185]], [[0.0071835353261077185]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.14901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5821162697287116]], [[0.5821162697287116]], [[0.5821162697287116]]], "std": [[[0.33472765838604146]], [[0.33472765838604146]], [[0.33472765838604146]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3794612855572789]], [[0.3794612855572789]], [[0.3794612855572789]]], "std": [[[0.3598420481619568]], [[0.3598420481619568]], [[0.3598420481619568]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12718825366745995]], [[0.12718825366745995]], [[0.12718825366745995]]], "std": [[[0.29950077436545375]], [[0.29950077436545375]], [[0.29950077436545375]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.330908616762255]], [[0.330908616762255]], [[0.330908616762255]]], "std": [[[0.38805255901279484]], [[0.38805255901279484]], [[0.38805255901279484]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14574908317692523]], [[0.09135534379272724]], [[0.029776868498502303]]], "std": [[[0.34838673738297443]], [[0.24607966108412532]], [[0.12353020106961841]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1568298246284595]], [[0.529557670501599]], [[0.3560259292116696]]], "std": [[[0.2765116009186446]], [[0.4546309786575582]], [[0.4375153096841588]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.452838037646576]], [[0.2763591612904524]], [[0.5414477791390144]]], "std": [[[0.41612382562311023]], [[0.3266510783540449]], [[0.4661876974460362]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4734438697745779]], [[0.5931949364677988]], [[0.3564493288030304]]], "std": [[[0.36829401609231743]], [[0.3963971298341043]], [[0.387223936528884]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44089548451643573]], [[0.5713531456972516]], [[0.23723071754607247]]], "std": [[[0.4342672893726898]], [[0.41915714448489694]], [[0.31360838337566344]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.3], "mean": [4.1499999999999995], "std": [2.4017701805126985], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [416]}, "index": {"min": [4955], "max": [5370], "mean": [5162.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [416]}}} +{"episode_index": 26, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997422993183136, 1.734590768814087, 0.22285670042037964, -1.5473997592926025, -1.5746026039123535, 0.637737512588501, -0.5185447335243225, -0.8397504091262817, 0.9810328483581543, -4.848260402679443, 1.3010426069826053e-16, -0.31707316637039185, 1.3010426069826053e-16, 1.3010426069826053e-16, -0.31707316637039185, 1.3010426069826053e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997422993183136, 1.734590768814087, 0.22285670042037964, -0.7857826352119446, -0.8183467984199524, 1.102250337600708, 1.5613446235656738, 0.004312322940677404, 1.1803828477859497, -2.4958086013793945, 0.31707316637039185, -1.3010426069826053e-16, 0.31707316637039185, 0.31707316637039185, -1.3010426069826053e-16, 0.31707316637039185, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997415840625763, 1.7345894575119019, 0.2228565514087677, -1.2242060899734497, -1.0865193605422974, 0.8178362846374512, 0.2938692271709442, -0.5453640222549438, 1.0418862104415894, -4.040055751800537, 0.2250242829322815, -0.2250242829322815, 0.2250242829322815, 0.2250242829322815, -0.2250242829322815, 0.2250242829322815, -2.3561978340148926, 1.5707969665527344, -1.047196865081787, -1.5707969665527344, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 1.3113021850585938e-06, 1.4901161193847656e-07, 0.25622937083244324, 0.28584879636764526, 0.17878016829490662, 0.6792014837265015, 0.31629806756973267, 0.0527813620865345, 0.813386857509613, 0.14017905294895172, 0.14017905294895172, 0.14017905294895172, 0.14017905294895172, 0.14017905294895172, 0.14017905294895172, 3.337860107421875e-06, 5.960464477539062e-07, 7.152557373046875e-07, 5.960464477539062e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [125]}, "observation.state": {"min": [-0.6615995764732361, -0.07134366035461426, -0.9526830911636353, 2.3248932361602783, -0.9895429015159607, 0.14115019142627716, -5.937374589848332e-05, -0.40026476979255676, 1.528876782685984e-05, -8.169092325260863e-05, -0.6394409537315369, 1.286604642868042, NaN], "max": [0.16222046315670013, 0.9868087768554688, 7.811601244611666e-05, 2.7343971729278564, -0.04447143152356148, 0.9990027546882629, 0.3682578504085541, 0.16187536716461182, 0.7894263863563538, 0.9237058162689209, 1.0, 1.6356241703033447, NaN], "mean": [-0.11162082105875015, 0.5812384486198425, -0.42161843180656433, 2.493086814880371, -0.8028043508529663, 0.37207528948783875, 0.1054617241024971, 0.005348700564354658, 0.2468797117471695, 0.3155980110168457, 0.4346570372581482, 1.4067023992538452, NaN], "std": [0.3337293267250061, 0.4555397033691406, 0.39121606945991516, 0.17060573399066925, 0.29942959547042847, 0.3139554560184479, 0.133104607462883, 0.2092195302248001, 0.2847162187099457, 0.34356340765953064, 0.6718803644180298, 0.1418749839067459, NaN], "count": [125]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12368638850499332]], [[0.11762440999107485]], [[0.10731684292334628]]], "std": [[[0.2971313014767406]], [[0.283961149970576]], [[0.2614706409948758]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4132797032906388]], [[0.3873909706422154]], [[0.3480766490242347]]], "std": [[[0.39666730594262184]], [[0.3814760235187238]], [[0.3542660452408593]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03529411764705882]], [[0.03137254901960784]], [[0.027450980392156862]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7533417595895101]], [[0.763801797234745]], [[0.7427083969527074]]], "std": [[[0.2406156167112022]], [[0.24043603035915292]], [[0.2410743492246061]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.30619736590645286]], [[0.29161287770126687]], [[0.24283768895540844]]], "std": [[[0.3176615444409936]], [[0.32926281065848145]], [[0.31358205122982463]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39396561905087607]], [[0.37093478871662205]], [[0.3435461623519488]]], "std": [[[0.32083101025535193]], [[0.33157392981367834]], [[0.3321571619211794]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986497605095183]], [[0.9986497605095183]], [[0.9986497605095183]]], "std": [[[0.009770476703012414]], [[0.009770476703012414]], [[0.009770476703012414]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5950734994042075]], [[0.5950734994042075]], [[0.5950734994042075]]], "std": [[[0.33845624608496555]], [[0.33845624608496555]], [[0.33845624608496555]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.11088848521180641]], [[0.11088848521180641]], [[0.11088848521180641]]], "std": [[[0.06915133201820522]], [[0.06915133201820522]], [[0.06915133201820522]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04593448092961065]], [[0.04593448092961065]], [[0.04593448092961065]]], "std": [[[0.10638764222621884]], [[0.10638764222621884]], [[0.10638764222621884]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2675969545849871]], [[0.2675969545849871]], [[0.2675969545849871]]], "std": [[[0.33327586530112824]], [[0.33327586530112824]], [[0.33327586530112824]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14284010163006416]], [[0.05370264153676244]], [[0.02682326387002939]]], "std": [[[0.3471431483027817]], [[0.14381848714182233]], [[0.11095110052372441]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2537860967443644]], [[0.501194029870763]], [[0.1615815598699382]]], "std": [[[0.2807627952711418]], [[0.4796740197483435]], [[0.2988461163432317]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18694944179237988]], [[0.9146203926664883]], [[0.5956774123896678]]], "std": [[[0.25146968077953796]], [[0.2353661643910462]], [[0.2122791508650953]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42834245630128526]], [[0.5526155673171769]], [[0.6465589868107566]]], "std": [[[0.3991762359921723]], [[0.3652980900606705]], [[0.36735343011457855]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5605667881050713]], [[0.364092954359679]], [[0.5625572876118745]]], "std": [[[0.43939581216247475]], [[0.40879804578950063]], [[0.3927971765582763]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.48], "mean": [1.24], "std": [0.7216647421067486], "count": [125]}, "frame_index": {"min": [0], "max": [124], "mean": [62.0], "std": [36.08323710533743], "count": [125]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [125]}, "index": {"min": [5371], "max": [5495], "mean": [5433.0], "std": [36.08323710533743], "count": [125]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [125]}}} +{"episode_index": 27, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4971350133419037, 1.0607553720474243, 0.3219621479511261, -1.7018797397613525, -1.5704200267791748, 1.055650234222412, 0.8218854069709778, -1.0313977003097534, 1.0527888536453247, -4.32619047164917, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, 8.673617379884035e-18, -0.5512195229530334, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4971350133419037, 1.0607553720474243, 0.3219621479511261, -0.7921759486198425, -1.2522687911987305, 1.7247689962387085, 1.5694856643676758, -0.0065000299364328384, 1.538914442062378, -2.4962785243988037, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, 0.5512195229530334, -8.673617379884035e-18, 0.5512195229530334, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49713513255119324, 1.0607545375823975, 0.3219621181488037, -1.4515165090560913, -1.3634666204452515, 1.5389355421066284, 1.1292717456817627, -0.7363347411155701, 1.3407258987426758, -3.7862045764923096, 0.35776346921920776, -0.35776346921920776, 0.35776346921920776, 0.35776346921920776, -0.35776346921920776, 0.35776346921920776, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 8.344650268554688e-07, 2.9802322387695312e-08, 0.3196936249732971, 0.11394066363573074, 0.21349185705184937, 0.2461593747138977, 0.36135879158973694, 0.13288260996341705, 0.6238119006156921, 0.2512419521808624, 0.2512419521808624, 0.2512419521808624, 0.2512419521808624, 0.2512419521808624, 0.2512419521808624, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [112]}, "observation.state": {"min": [-0.18924690783023834, -0.15402056276798248, -0.9993647336959839, 2.2271087169647217, -0.542914628982544, 0.06933284550905228, -0.1829914003610611, 0.05991382896900177, 1.2503273865149822e-05, -0.9928659796714783, -0.10934176295995712, 1.361391544342041, NaN], "max": [0.9174811840057373, 0.542914628982544, -8.343449735548347e-06, 2.5510454177856445, 0.9840801358222961, 0.9689146280288696, 0.30064043402671814, 0.11894634366035461, 0.5921855568885803, -3.642468982434366e-06, 1.0, 1.51665198802948, NaN], "mean": [0.6825104355812073, 0.31342238187789917, -0.31871241331100464, 2.482862710952759, -0.09705419838428497, 0.7567857503890991, 0.06596510112285614, 0.09862755984067917, 0.1753193885087967, -0.2547023594379425, 0.769862174987793, 1.4194661378860474, NaN], "std": [0.3223203718662262, 0.27100181579589844, 0.3962773382663727, 0.1029699519276619, 0.5862830281257629, 0.23566962778568268, 0.11931825429201126, 0.022710194811224937, 0.21541832387447357, 0.3676772713661194, 0.36070817708969116, 0.0651322528719902, NaN], "count": [112]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09128489074231655]], [[0.08601543763088491]], [[0.08036221904376811]]], "std": [[[0.22528645463232252]], [[0.21221908221754737]], [[0.1983789832743747]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3159878990753649]], [[0.2971769855782674]], [[0.278475827990647]]], "std": [[[0.30327552885626874]], [[0.28884884744551237]], [[0.2767696933749809]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7084867286129937]], [[0.6528523205732484]], [[0.584454958824267]]], "std": [[[0.24261186266539345]], [[0.23462571232945997]], [[0.22173987766077086]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5691748666088644]], [[0.5542866241397555]], [[0.5404889830355042]]], "std": [[[0.3094415986381655]], [[0.3127889566337105]], [[0.31599202472433147]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6178002965216044]], [[0.5752744058671312]], [[0.5353164727742608]]], "std": [[[0.2748783753012211]], [[0.29077596668602557]], [[0.3072896591665814]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990103876439944]], [[0.9990103876439944]], [[0.9990103876439944]]], "std": [[[0.008047898783275503]], [[0.008047898783275503]], [[0.008047898783275503]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5999834948376943]], [[0.5999834948376943]], [[0.5999834948376943]]], "std": [[[0.33539494478996873]], [[0.33539494478996873]], [[0.33539494478996873]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11575849381509042]], [[0.11575849381509042]], [[0.11575849381509042]]], "std": [[[0.08134241274296188]], [[0.08134241274296188]], [[0.08134241274296188]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.038041222001608005]], [[0.038041222001608005]], [[0.038041222001608005]]], "std": [[[0.04496577123163088]], [[0.04496577123163088]], [[0.04496577123163088]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10784674486736659]], [[0.10784674486736659]], [[0.10784674486736659]]], "std": [[[0.11494034709900919]], [[0.11494034709900919]], [[0.11494034709900919]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1374006280464376]], [[0.07567381416504224]], [[0.0748574195110143]]], "std": [[[0.3290938582250463]], [[0.24709787382293105]], [[0.21944043329037394]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3035556118825903]], [[0.4560868737221642]], [[0.2393043007702722]]], "std": [[[0.36006993896774725]], [[0.44988823918212745]], [[0.363876622510902]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3090220486813104]], [[0.35303713359766803]], [[0.8558903661324315]]], "std": [[[0.36268615746863453]], [[0.23446580226175776]], [[0.2882872812625618]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.397249946522845]], [[0.7580073117855602]], [[0.42841092851764007]]], "std": [[[0.3231643527556636]], [[0.34657614375872764]], [[0.3842504481834953]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7115019241717411]], [[0.48475929915757554]], [[0.3038655969894541]]], "std": [[[0.37732952316923035]], [[0.3725636140481805]], [[0.3327166836807477]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.22], "mean": [1.1099999999999999], "std": [0.6466065264130885], "count": [112]}, "frame_index": {"min": [0], "max": [111], "mean": [55.5], "std": [32.33032632065442], "count": [112]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [112]}, "index": {"min": [5496], "max": [5607], "mean": [5551.5], "std": [32.33032632065442], "count": [112]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [112]}}} +{"episode_index": 28, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974799156188965, 1.5184028148651123, -0.08421417325735092, -1.7608197927474976, -2.321964740753174, -0.7170750498771667, 0.7451387047767639, -6.437788486480713, 0.7339444756507874, -4.4779276847839355, 6.938893903907228e-18, -0.41951218247413635, 6.938893903907228e-18, 6.938893903907228e-18, -0.41951218247413635, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974799156188965, 1.5184028148651123, -0.08421417325735092, -0.7967050075531006, -1.5735533237457275, 1.0358723402023315, 1.554942011833191, -5.156857490539551, 2.079272985458374, -1.8955979347229004, 0.41951218247413635, -6.938893903907228e-18, 0.41951218247413635, 0.41951218247413635, -6.938893903907228e-18, 0.41951218247413635, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974820017814636, 1.5184022188186646, -0.08421402424573898, -1.4619152545928955, -1.9645251035690308, 0.1642707884311676, 1.0390818119049072, -5.947418689727783, 1.3129425048828125, -2.937351942062378, 0.35329684615135193, -0.35329684615135193, 0.35329684615135193, 0.35329684615135193, -0.35329684615135193, 0.35329684615135193, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 5.960464477539062e-07, 1.4901161193847656e-07, 0.23826639354228973, 0.20943757891654968, 0.5025061368942261, 0.1919497400522232, 0.4653758108615875, 0.4652647078037262, 0.9326396584510803, 0.14875303208827972, 0.14875303208827972, 0.14875303208827972, 0.14875303208827972, 0.14875303208827972, 0.14875303208827972, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [234]}, "observation.state": {"min": [-0.47372758388519287, -0.302656352519989, -0.30441927909851074, 2.46187424659729, -0.6401699185371399, 0.5139113068580627, -0.7712932229042053, -0.08331146091222763, -0.8588845729827881, -0.6037746071815491, -0.022536473348736763, 1.2354309558868408, NaN], "max": [0.9852387309074402, 0.7184602618217468, 0.8472978472709656, 2.7654457092285156, 0.302656352519989, 0.9843883514404297, 0.1783662587404251, 0.16929598152637482, 0.3209151327610016, 0.05967984348535538, 1.0, 1.7648299932479858, NaN], "mean": [0.599183976650238, 0.19798077642917633, 0.2807633578777313, 2.5761666297912598, -0.1714855581521988, 0.8378148078918457, -0.1358475536108017, 0.023723693564534187, -0.2992270886898041, -0.18735137581825256, 0.7506957054138184, 1.429221272468567, NaN], "std": [0.4888449013233185, 0.39991340041160583, 0.35221201181411743, 0.06706202775239944, 0.3643949329853058, 0.15513449907302856, 0.3055357038974762, 0.09160878509283066, 0.3876613676548004, 0.199424147605896, 0.34895214438438416, 0.16796670854091644, NaN], "count": [234]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0837925528954443]], [[0.08132330980338512]], [[0.07296395136831109]]], "std": [[[0.20747060729960962]], [[0.20628716478451709]], [[0.1866855239019513]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2931945435196752]], [[0.2814015869471485]], [[0.2510371510322264]]], "std": [[[0.28244916747391685]], [[0.27995324449237025]], [[0.25857001940833063]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6693170521380468]], [[0.7009632110701398]], [[0.6315364928776476]]], "std": [[[0.2244371362589322]], [[0.2280914729657575]], [[0.22027547202030417]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3069817641224952]], [[0.2890091189445923]], [[0.24785107534344403]]], "std": [[[0.24986455054954373]], [[0.2510662402908281]], [[0.24064889437064316]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3297227583348924]], [[0.32743225165309786]], [[0.274084821808755]]], "std": [[[0.26596504045095315]], [[0.2642430151797383]], [[0.23943743434864764]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991721267009591]], [[0.9991721267009591]], [[0.9991721267009591]]], "std": [[[0.0072159596909416295]], [[0.0072159596909416295]], [[0.0072159596909416295]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5947247894609435]], [[0.5947247894609435]], [[0.5947247894609435]]], "std": [[[0.33474161461319396]], [[0.33474161461319396]], [[0.33474161461319396]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.06550954843823238]], [[0.06550954843823238]], [[0.06550954843823238]]], "std": [[[0.05030941518357544]], [[0.05030941518357544]], [[0.05030941518357544]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.03156609541665577]], [[0.03156609541665577]], [[0.03156609541665577]]], "std": [[[0.030409228078808234]], [[0.030409228078808234]], [[0.030409228078808234]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36186432694893217]], [[0.36186432694893217]], [[0.36186432694893217]]], "std": [[[0.4151662344595876]], [[0.4151662344595876]], [[0.4151662344595876]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0358702721333395]], [[0.07029443884526897]], [[0.14053221805804503]]], "std": [[[0.12995265828638544]], [[0.20236948160065693]], [[0.3438330247179172]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20823102130972426]], [[0.4552596803709001]], [[0.364833444311003]]], "std": [[[0.34339134633854385]], [[0.4429004402383504]], [[0.39101569852996293]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9498614287888816]], [[0.7188874753485403]], [[0.15377810501102737]]], "std": [[[0.1907350799061454]], [[0.17875694205775158]], [[0.19158703549702047]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6222983374807465]], [[0.734546169728108]], [[0.3209617425438764]]], "std": [[[0.3499990749328806]], [[0.3904763748603855]], [[0.32061064066711564]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31417098339626537]], [[0.49931937361655104]], [[0.2558072783916754]]], "std": [[[0.3971219905482454]], [[0.4684018801090627]], [[0.26197424667908736]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.66], "mean": [2.33], "std": [1.3509872933031852], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [234]}, "index": {"min": [5608], "max": [5841], "mean": [5724.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [234]}}} +{"episode_index": 29, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49967965483665466, 0.7845969200134277, 0.004804686643183231, -2.430178642272949, -1.6972078084945679, 0.2833932936191559, 0.3240981996059418, 0.00978730246424675, 0.5504390001296997, -2.472072124481201, 6.765421556309548e-17, -0.36097562313079834, 6.765421556309548e-17, 6.765421556309548e-17, -0.36097562313079834, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49967965483665466, 0.7845969200134277, 0.004804686643183231, -0.8040848970413208, -1.5299714803695679, 1.0440709590911865, 1.5607709884643555, 0.9569999575614929, 1.0450712442398071, -1.4917570352554321, 0.36097562313079834, -6.765421556309548e-17, 0.36097562313079834, 0.36097562313079834, -6.765421556309548e-17, 0.36097562313079834, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996795952320099, 0.7845970392227173, 0.004804693162441254, -1.9860725402832031, -1.5901398658752441, 0.5359417200088501, 0.7288203835487366, 0.6571584343910217, 0.7380750179290771, -1.7912870645523071, 0.23346376419067383, -0.23346376419067383, 0.23346376419067383, 0.23346376419067383, -0.23346376419067383, 0.23346376419067383, -2.3561971187591553, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 1.1920928955078125e-07, 6.51925802230835e-09, 0.54408860206604, 0.04758594557642937, 0.2809291481971741, 0.4140723645687103, 0.3061909079551697, 0.17112360894680023, 0.3231164515018463, 0.1669767200946808, 0.1669767200946808, 0.1669767200946808, 0.1669767200946808, 0.1669767200946808, 0.1669767200946808, 2.6226043701171875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [104]}, "observation.state": {"min": [-0.5490578413009644, -0.9668658971786499, -0.05794760212302208, -0.2892102599143982, 0.8335568904876709, -0.5497136116027832, 6.141952439975285e-07, -0.4553995728492737, -0.20182663202285767, 4.462483218503621e-07, 0.9278754591941833, 1.2668226957321167, NaN], "max": [-0.06952361017465591, -0.8353428840637207, 0.37199515104293823, -0.07939541339874268, 0.9975802898406982, -0.06455100327730179, 0.21677787601947784, 0.18547648191452026, 0.00011222995090065524, 0.3728901743888855, 1.0, 1.331196665763855, NaN], "mean": [-0.431649386882782, -0.8768253922462463, 0.04587460309267044, -0.14211422204971313, 0.8799991607666016, -0.42654725909233093, 0.06561851501464844, 0.005138595122843981, -0.05908908694982529, 0.06835386157035828, 0.9867075681686401, 1.2898818254470825, NaN], "std": [0.1640724092721939, 0.04903959855437279, 0.11586915701627731, 0.07351653277873993, 0.05882604792714119, 0.1722976714372635, 0.07877083122730255, 0.22971802949905396, 0.0735335648059845, 0.11166822165250778, 0.019167732447385788, 0.025093914940953255, NaN], "count": [104]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12726536135469202]], [[0.11785915156733327]], [[0.10217612659098727]]], "std": [[[0.3020884314394694]], [[0.2808489111942814]], [[0.24733318860738235]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44748073045435127]], [[0.40817904620895584]], [[0.35015716181483025]]], "std": [[[0.39593588701869514]], [[0.368700094131344]], [[0.3271280290390619]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6073579415419257]], [[0.5762762854466364]], [[0.5506473961151781]]], "std": [[[0.22677857860670136]], [[0.23055987614694537]], [[0.2388388525703193]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3059781182881141]], [[0.25610327427711965]], [[0.21696392588703345]]], "std": [[[0.21029011192664093]], [[0.21167060585364153]], [[0.21306113047447645]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.32939342355046736]], [[0.2916900202576157]], [[0.2582964089503659]]], "std": [[[0.31053645736745145]], [[0.2835302805661706]], [[0.2619376883638442]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999151473454879]], [[0.999151473454879]], [[0.999151473454879]]], "std": [[[0.007285382028505821]], [[0.007285382028505821]], [[0.007285382028505821]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869405957656821]], [[0.5869405957656821]], [[0.5869405957656821]]], "std": [[[0.33504588662061735]], [[0.33504588662061735]], [[0.33504588662061735]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11120217315064598]], [[0.11120217315064598]], [[0.11120217315064598]]], "std": [[[0.13642635479935797]], [[0.13642635479935797]], [[0.13642635479935797]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.025225687005420137]], [[0.025225687005420137]], [[0.025225687005420137]]], "std": [[[0.03919691360476039]], [[0.03919691360476039]], [[0.03919691360476039]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45939766014815353]], [[0.45939766014815353]], [[0.45939766014815353]]], "std": [[[0.44853259010179247]], [[0.44853259010179247]], [[0.44853259010179247]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03011119761334307]], [[0.09781625048364136]], [[0.10378956085700242]]], "std": [[[0.12049807199060941]], [[0.28549480863229826]], [[0.26586183888674064]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28150029202885285]], [[0.2905551753480709]], [[0.3977815570535865]]], "std": [[[0.4009023567287346]], [[0.3251720856057028]], [[0.4415146099485769]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4846379787714135]], [[0.49850337727512606]], [[0.586086015405444]]], "std": [[[0.3329539665648324]], [[0.42435003240983726]], [[0.4118825030246546]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5720400860730737]], [[0.48456862543930057]], [[0.6796415132928448]]], "std": [[[0.39845908920181566]], [[0.371074540540593]], [[0.4176666249820844]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3828282112612495]], [[0.17444895597170507]], [[0.4373038903875904]]], "std": [[[0.3641633680397564]], [[0.31129189025297904]], [[0.463184088424177]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.06], "mean": [1.03], "std": [0.6004165220911231], "count": [104]}, "frame_index": {"min": [0], "max": [103], "mean": [51.5], "std": [30.02082610455615], "count": [104]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [104]}, "index": {"min": [5842], "max": [5945], "mean": [5893.5], "std": [30.02082610455615], "count": [104]}, "task_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [104]}}} +{"episode_index": 30, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997471272945404, -1.7906711101531982, 0.18838602304458618, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.345026731491089, 0.9822841882705688, -7.0275468826293945, -1.5598864555358887, -6.073732376098633, -1.0371809005737305, 2.486349582672119, 6.938893903907228e-18, 6.938893903907228e-18, -0.49939024448394775, -0.49939024448394775, 6.938893903907228e-18, -0.49939024448394775], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997471272945404, -1.7906711101531982, 0.18838602304458618, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.04826562479138374, 2.273832082748413, -1.0604850053787231, 0.782293438911438, -0.014144649729132652, 1.1094763278961182, 3.4488539695739746, 0.49939024448394775, 0.49939024448394775, -6.938893903907228e-18, -6.938893903907228e-18, 0.49939024448394775, -6.938893903907228e-18], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997451603412628, -1.7906668186187744, 0.18838560581207275, -0.7853997945785522, -1.5707995891571045, 1.0472019910812378, 1.5707995891571045, 0.0, 1.0472019910812378, -2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.4176088571548462, 1.551772952079773, -5.010652542114258, -0.1792369782924652, -4.138206481933594, -0.2305075079202652, 2.797731876373291, 0.3978627920150757, 0.3978627920150757, -0.3978627920150757, -0.3978627920150757, 0.3978627920150757, -0.3978627920150757], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.9669532775878906e-06, 4.291534423828125e-06, 4.172325134277344e-07, 1.6093254089355469e-06, 3.2186508178710938e-06, 4.410743713378906e-06, 3.2186508178710938e-06, 0.0, 4.410743713378906e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.7462916374206543, 0.4424099326133728, 1.9683079719543457, 0.5472592711448669, 2.0144340991973877, 0.6924846172332764, 0.33655428886413574, 0.1978772133588791, 0.1978772133588791, 0.1978772133588791, 0.1978772133588791, 0.1978772133588791, 0.1978772133588791], "count": [408]}, "observation.state": {"min": [-0.9935281872749329, -0.9805629253387451, -0.9732114672660828, -0.8249456882476807, -0.9333673119544983, -0.8475142121315002, -0.8128896355628967, -1.1764378547668457, -0.7674883008003235, -0.33879631757736206, -0.9409796595573425, 1.3389074802398682, NaN], "max": [0.9958605766296387, 0.27195724844932556, 0.9234845638275146, 0.7566633224487305, 0.9904405474662781, 0.9961593747138977, 0.8727192282676697, 0.062029484659433365, 0.9266020655632019, 0.937231183052063, 0.9999998211860657, 2.245809316635132, NaN], "mean": [0.4695862829685211, -0.22984470427036285, 0.18562403321266174, 0.08049576729536057, 0.05746830254793167, 0.5243022441864014, 0.05604571849107742, -0.346475750207901, 0.04640944302082062, 0.2327210158109665, 0.44181767106056213, 1.6012042760849, NaN], "std": [0.6019210815429688, 0.40194860100746155, 0.41028350591659546, 0.6258971691131592, 0.48079049587249756, 0.5914736986160278, 0.3710283637046814, 0.4354914426803589, 0.42492595314979553, 0.3266725540161133, 0.679122269153595, 0.2902137041091919, NaN], "count": [408]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11436385923337565]], [[0.1069517029204897]], [[0.09525736425687541]]], "std": [[[0.27683599011884874]], [[0.2599161684204645]], [[0.23410024599006626]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40465537175507665]], [[0.37118351951430006]], [[0.3200648257114138]]], "std": [[[0.3751343804216761]], [[0.3545537982797041]], [[0.3301909571578731]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25594597835030186]], [[0.2259608607575584]], [[0.19370901185617026]]], "std": [[[0.2741136954563939]], [[0.274160097653224]], [[0.2794029671854125]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16050326193881675]], [[0.16009987722047542]], [[0.1600728228092304]]], "std": [[[0.29310334506685654]], [[0.29306832419110274]], [[0.2936238433018504]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4796956811246095]], [[0.4411644675653511]], [[0.3823537096381591]]], "std": [[[0.35051055262768976]], [[0.34253641705107746]], [[0.3432165322443431]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990844080732735]], [[0.9990844080732735]], [[0.9990844080732735]]], "std": [[[0.0076345593744075076]], [[0.0076345593744075076]], [[0.0076345593744075076]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.12549019607843137]], [[0.12549019607843137]], [[0.12549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.58333541341026]], [[0.58333541341026]], [[0.58333541341026]]], "std": [[[0.33746181026537714]], [[0.33746181026537714]], [[0.33746181026537714]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31204916679574946]], [[0.31204916679574946]], [[0.31204916679574946]]], "std": [[[0.4469199086745216]], [[0.4469199086745216]], [[0.4469199086745216]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7442344143430089]], [[0.7442344143430089]], [[0.7442344143430089]]], "std": [[[0.43529620411511827]], [[0.43529620411511827]], [[0.43529620411511827]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3229773840249824]], [[0.3229773840249824]], [[0.3229773840249824]]], "std": [[[0.35144229838812585]], [[0.35144229838812585]], [[0.35144229838812585]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09620268076451881]], [[0.1389781766268287]], [[0.07081099664652975]]], "std": [[[0.2830319086308867]], [[0.3352139685637305]], [[0.22845360669947057]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31584082382311707]], [[0.5051705321094273]], [[0.2817067721859785]]], "std": [[[0.36915131906867654]], [[0.47553286574532044]], [[0.38867350029348446]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696710595048183]], [[0.4391464898534223]], [[0.34356163753419017]]], "std": [[[0.3763044063304965]], [[0.4273871840315915]], [[0.41831070946360216]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07700213171004183]], [[0.16174488949507507]], [[0.19551581415028993]]], "std": [[[0.2210275854098564]], [[0.30320601751889337]], [[0.38136699918601535]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4335153246415354]], [[0.3888676214099059]], [[0.4127736317056832]]], "std": [[[0.4303963817494514]], [[0.41650939869500425]], [[0.3814977275647298]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.14], "mean": [4.07], "std": [2.355582022912101], "count": [408]}, "frame_index": {"min": [0], "max": [407], "mean": [203.5], "std": [117.77910114560505], "count": [408]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [408]}, "index": {"min": [5946], "max": [6353], "mean": [6149.5], "std": [117.77910114560505], "count": [408]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [408]}}} +{"episode_index": 31, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8593648672103882, 0.2876644730567932, -3.749218702316284, -1.9821735620498657, 0.8407871723175049, -2.3268985748291016, -2.666989803314209, -1.4914982318878174, -7.931070804595947, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8593648672103882, 0.2876644730567932, 0.677264928817749, 1.1663174629211426, 4.794583320617676, 1.559862494468689, 5.739217281341553, 1.8950245380401611, -2.49714994430542, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997539520263672, 0.8593711853027344, 0.28766199946403503, -1.8072850704193115, -0.813215434551239, 2.543485164642334, -0.5445693731307983, 1.090285301208496, 0.4422195553779602, -5.794757843017578, 0.27298277616500854, -0.27298277616500854, 0.27298277616500854, 0.27298277616500854, -0.27298277616500854, 0.27298277616500854, -2.356200695037842, 1.5708003044128418, -1.047192096710205, -1.5708003044128418, 0.0, -1.047192096710205, 2.4818530082702637, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.963707968068775e-06, 6.318092346191406e-06, 2.473592758178711e-06, 1.2332041263580322, 0.9438857436180115, 1.099838376045227, 1.080057144165039, 2.97442889213562, 1.0124281644821167, 1.3351268768310547, 0.051222190260887146, 0.051222190260887146, 0.051222190260887146, 0.051222190260887146, 0.051222190260887146, 0.051222190260887146, 6.198883056640625e-06, 3.933906555175781e-06, 5.4836273193359375e-06, 3.933906555175781e-06, 0.0, 5.4836273193359375e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [956]}, "observation.state": {"min": [-0.9997174143791199, -0.9980083703994751, -0.9901705980300903, -1.3695755004882812, -0.8480767011642456, -0.9704174995422363, -0.9999436736106873, -0.7783768773078918, -0.9997919201850891, -0.9867016077041626, -0.9569085836410522, 0.33452367782592773, NaN], "max": [0.9722927212715149, 0.9248939156532288, 0.8822035789489746, 0.2790144383907318, 0.9764478206634521, 0.9951959848403931, 0.9995315074920654, 0.9783118367195129, 0.9840421080589294, 0.9359788298606873, 1.0, 1.8662593364715576, NaN], "mean": [0.19342997670173645, 0.011961414478719234, -0.15969136357307434, -0.4730059504508972, -0.00802946463227272, -0.017733797430992126, 0.23116660118103027, 0.20504909753799438, -0.11809197068214417, -0.1499125361442566, 0.13985222578048706, 1.1216418743133545, NaN], "std": [0.5316658020019531, 0.6278268098831177, 0.5100044012069702, 0.4780791699886322, 0.5747774839401245, 0.5363299250602722, 0.5728563666343689, 0.4332599937915802, 0.579255223274231, 0.5433712601661682, 0.5596721172332764, 0.3438331186771393, NaN], "count": [956]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.08951423661686182]], [[0.08449215835248615]], [[0.08177694352278726]]], "std": [[[0.2203987523442339]], [[0.2126647792976482]], [[0.2088955313542807]]], "count": [171]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3123307106244038]], [[0.2909973206973803]], [[0.2783781645983167]]], "std": [[[0.28775853506839394]], [[0.2780760954614351]], [[0.27389376339990057]]], "count": [171]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43600801928511557]], [[0.4218950344609183]], [[0.4150084105666427]]], "std": [[[0.328357097583775]], [[0.32905031706644045]], [[0.3307346765634517]]], "count": [171]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2573174094406157]], [[0.2514226040837547]], [[0.2485871762878273]]], "std": [[[0.2863499332639029]], [[0.28350443098168315]], [[0.2839825753222875]]], "count": [171]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41004309774990244]], [[0.39338074050922106]], [[0.38229312448504865]]], "std": [[[0.24334632641440185]], [[0.24509147145824253]], [[0.25068438244361974]]], "count": [171]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.998596650593894]], [[0.998596650593894]], [[0.998596650593894]]], "std": [[[0.009964695672265817]], [[0.009964695672265817]], [[0.009964695672265817]]], "count": [171]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5808767183750336]], [[0.5808767183750336]], [[0.5808767183750336]]], "std": [[[0.33079632774200535]], [[0.33079632774200535]], [[0.33079632774200535]]], "count": [171]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.435051060453092]], [[0.435051060453092]], [[0.435051060453092]]], "std": [[[0.38673267827258617]], [[0.38673267827258617]], [[0.38673267827258617]]], "count": [171]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3875726914912426]], [[0.3875726914912426]], [[0.3875726914912426]]], "std": [[[0.4526814912861392]], [[0.4526814912861392]], [[0.4526814912861392]]], "count": [171]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1779438225353949]], [[0.1779438225353949]], [[0.1779438225353949]]], "std": [[[0.25346958337782566]], [[0.25346958337782566]], [[0.25346958337782566]]], "count": [171]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14521577620796952]], [[0.09093029450627772]], [[0.026339012415244705]]], "std": [[[0.3490036237362482]], [[0.21980153557452384]], [[0.1033781835557599]]], "count": [171]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4468834834777815]], [[0.48669957108202194]], [[0.15366591451409378]]], "std": [[[0.4287566379158216]], [[0.44885905386106284]], [[0.25953640308700177]]], "count": [171]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2812974014065234]], [[0.37578987029492456]], [[0.5964917990264732]]], "std": [[[0.3685059275498374]], [[0.3511482050037059]], [[0.4642516440458829]]], "count": [171]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3481748340808253]], [[0.44293887660685816]], [[0.264672173579373]]], "std": [[[0.41385225413457755]], [[0.43384921846445107]], [[0.35663040101408183]]], "count": [171]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2568161482408972]], [[0.6660673068616112]], [[0.38865584499785094]]], "std": [[[0.2503648339904695]], [[0.4303346941536385]], [[0.3893441985437579]]], "count": [171]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.519465553837618], "count": [956]}, "frame_index": {"min": [0], "max": [955], "mean": [477.5], "std": [275.97327769188087], "count": [956]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [956]}, "index": {"min": [6354], "max": [7309], "mean": [6831.5], "std": [275.97327769188087], "count": [956]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [956]}}} +{"episode_index": 32, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4909055829048157, 1.3945221900939941, 0.2808918058872223, 4.494485378265381, -1.568490982055664, -5.302587509155273, 0.5702613592147827, -0.17485733330249786, -0.033157829195261, -3.0460097789764404, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4909055829048157, 1.3945221900939941, 0.2808918058872223, 6.010893821716309, -0.9792896509170532, -4.642004489898682, 1.5668426752090454, 0.451262503862381, 1.2185187339782715, -2.3579483032226562, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4909057021141052, 1.3945199251174927, 0.2808915078639984, 4.972625732421875, -1.2050246000289917, -5.112686634063721, 1.0138581991195679, -0.029858363792300224, 0.4007847309112549, -2.5786147117614746, 0.26102879643440247, -0.26102879643440247, 0.26102879643440247, 0.26102879643440247, -0.26102879643440247, 0.26102879643440247, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 2.2649765014648438e-06, 2.980232238769531e-07, 0.5125474333763123, 0.19293925166130066, 0.2025110125541687, 0.3457908630371094, 0.2093273401260376, 0.4636072814464569, 0.15736113488674164, 0.13266108930110931, 0.13266108930110931, 0.13266108930110931, 0.13266108930110931, 0.13266108930110931, 0.13266108930110931, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [169]}, "observation.state": {"min": [0.46267855167388916, -0.8865261077880859, -0.3532189726829529, 2.334695339202881, -0.13620848953723907, 0.46267855167388916, -0.6234185099601746, -0.6537426710128784, -0.2289210855960846, -0.4790401756763458, 0.7130356431007385, 1.3603729009628296, NaN], "max": [0.9844152331352234, 0.060167182236909866, 0.05451099947094917, 2.5932765007019043, 0.8865261077880859, 0.9979680180549622, 0.4942620098590851, 0.21792395412921906, 0.3297804296016693, 0.6203008890151978, 1.0, 1.709960699081421, NaN], "mean": [0.652369499206543, -0.6190710663795471, -0.07266248762607574, 2.455044984817505, 0.6009353995323181, 0.6279999017715454, 0.026760874316096306, -0.03900202363729477, 0.036420051008462906, -0.025715986266732216, 0.9579206109046936, 1.4500558376312256, NaN], "std": [0.2252688705921173, 0.35031187534332275, 0.11144760251045227, 0.04951094835996628, 0.38038721680641174, 0.19990144670009613, 0.24314945936203003, 0.31125006079673767, 0.1285448521375656, 0.2429538518190384, 0.06964128464460373, 0.11766402423381805, NaN], "count": [169]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08393998354445913]], [[0.07982655028428388]], [[0.07492047628531252]]], "std": [[[0.20926704435266713]], [[0.2020523096972575]], [[0.19121890340116018]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28699608191828424]], [[0.2754932618784664]], [[0.2598117993067751]]], "std": [[[0.28375940941352873]], [[0.273401635567309]], [[0.26161683466920516]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6226289664458513]], [[0.6148155162205097]], [[0.5834673863115918]]], "std": [[[0.24421752389159357]], [[0.24468883358236052]], [[0.24007654881867208]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1641393986820815]], [[0.17877088240993877]], [[0.18900185946270714]]], "std": [[[0.2676982989563893]], [[0.2582911386035101]], [[0.2511048351226529]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3620972513077595]], [[0.39055669483688965]], [[0.390222042512159]]], "std": [[[0.3110280866318247]], [[0.2910106506260521]], [[0.2820776931937958]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9993038246727165]], [[0.9993038246727165]], [[0.9993038246727165]]], "std": [[[0.006341481188153954]], [[0.006341481188153954]], [[0.006341481188153954]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5800909990069008]], [[0.5800909990069008]], [[0.5800909990069008]]], "std": [[[0.3318887011235951]], [[0.3318887011235951]], [[0.3318887011235951]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24705882352941178]], [[0.24705882352941178]], [[0.24705882352941178]]], "mean": [[[0.08410296850178806]], [[0.08410296850178806]], [[0.08410296850178806]]], "std": [[[0.059241727506998076]], [[0.059241727506998076]], [[0.059241727506998076]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12274148908563116]], [[0.12274148908563116]], [[0.12274148908563116]]], "std": [[[0.28267570680022774]], [[0.28267570680022774]], [[0.28267570680022774]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17090851349602457]], [[0.17090851349602457]], [[0.17090851349602457]]], "std": [[[0.22628430759786247]], [[0.22628430759786247]], [[0.22628430759786247]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12098911077717227]], [[0.11696106125497975]], [[0.032575860781027983]]], "std": [[[0.30062704720644023]], [[0.2898335344660174]], [[0.13637390868377156]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3709439136962538]], [[0.1635295566056524]], [[0.5041326662603074]]], "std": [[[0.37131420276173355]], [[0.2793326084244895]], [[0.47918858399941533]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.825868137070498]], [[0.7746903052455892]], [[0.2115014252751475]]], "std": [[[0.3437644421532658]], [[0.1875236545262594]], [[0.2344930994560438]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44229798744845905]], [[0.4089979943552265]], [[0.6680413480668763]]], "std": [[[0.43622800073017354]], [[0.335801866346542]], [[0.36439606964878657]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27526194954572913]], [[0.6607480270450234]], [[0.42815803488386905]]], "std": [[[0.2918749751710631]], [[0.40986464174381165]], [[0.4058711580332629]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.36], "mean": [1.6800000000000002], "std": [0.9757048734120374], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [169]}, "index": {"min": [7310], "max": [7478], "mean": [7394.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [169]}}} +{"episode_index": 33, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6213679313659668, 0.2657272219657898, -1.2887197732925415, -1.5636311769485474, 0.15614116191864014, 1.0263440608978271, -0.131704181432724, 0.2430948168039322, -8.872611999511719, 1.3877787807814457e-17, -0.6926829218864441, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.6926829218864441, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6213679313659668, 0.2657272219657898, -0.30812352895736694, -1.2604924440383911, 1.521144986152649, 1.5685597658157349, 0.37468796968460083, 1.034990668296814, -7.940155029296875, 0.6926829218864441, -1.3877787807814457e-17, 0.6926829218864441, 0.6926829218864441, -1.3877787807814457e-17, 0.6926829218864441, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.499749094247818, 1.6213682889938354, 0.26572760939598083, -0.9661287665367126, -1.4082119464874268, 0.5387487411499023, 1.2347830533981323, 0.022864460945129395, 0.3803183436393738, -8.267736434936523, 0.4920700192451477, -0.4920700192451477, 0.4920700192451477, 0.4920700192451477, -0.4920700192451477, 0.4920700192451477, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-07, 3.5762786865234375e-07, 3.8743019104003906e-07, 0.3735935389995575, 0.07155022770166397, 0.4887668192386627, 0.18523886799812317, 0.1833072155714035, 0.17754238843917847, 0.3755086362361908, 0.29825589060783386, 0.29825589060783386, 0.29825589060783386, 0.29825589060783386, 0.29825589060783386, 0.29825589060783386, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [140]}, "observation.state": {"min": [-0.9470042586326599, -0.31780824065208435, -0.8747426867485046, 0.6631998419761658, -0.8971991539001465, -0.9373624920845032, -0.4404374659061432, -0.20256495475769043, -0.8949799537658691, -0.5111538171768188, 0.20286905765533447, 1.3135616779327393, NaN], "max": [-0.3793408274650574, 0.8971991539001465, -2.9944143875582085e-07, 0.9996303915977478, 0.37033236026763916, -0.4416261315345764, 0.0004385315696708858, 0.24132779240608215, 2.812817285757774e-07, 0.17890717089176178, 1.0, 1.8004150390625, NaN], "mean": [-0.505505383014679, 0.6605283617973328, -0.2616860568523407, 0.7222598195075989, -0.5614899396896362, -0.6067741513252258, -0.13410118222236633, 0.12067151814699173, -0.2602505683898926, -0.05437932163476944, 0.8494194149971008, 1.4333199262619019, NaN], "std": [0.12630769610404968, 0.34363487362861633, 0.3250369727611542, 0.08669493347406387, 0.4829317033290863, 0.19453004002571106, 0.1658494621515274, 0.15552757680416107, 0.33509132266044617, 0.19142712652683258, 0.24262864887714386, 0.1608572155237198, NaN], "count": [140]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.11308960357167044]], [[0.10490913979900636]], [[0.09514071901459875]]], "std": [[[0.2728874303541979]], [[0.25621491906625143]], [[0.2353173429133386]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013859038913264]], [[0.36669171342145834]], [[0.327973515564702]]], "std": [[[0.369722336266393]], [[0.3553846502055559]], [[0.33790975229580655]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.59248515547938]], [[0.551437952753688]], [[0.5111450038926004]]], "std": [[[0.2540684548374435]], [[0.2455084610558517]], [[0.2372765951301049]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14743581634972652]], [[0.10191127687352769]], [[0.0773367652590943]]], "std": [[[0.18607817747008776]], [[0.18030254731688045]], [[0.17847990761036595]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4003136356351644]], [[0.32634961519917977]], [[0.2673551922461814]]], "std": [[[0.28530627769722766]], [[0.2932406426136085]], [[0.3097141293656615]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990695310304964]], [[0.9990695310304964]], [[0.9990695310304964]]], "std": [[[0.007708398448810358]], [[0.007708398448810358]], [[0.007708398448810358]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.580690824258981]], [[0.580690824258981]], [[0.580690824258981]]], "std": [[[0.3349402158115595]], [[0.3349402158115595]], [[0.3349402158115595]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23836675739342625]], [[0.23836675739342625]], [[0.23836675739342625]]], "std": [[[0.2551307797151878]], [[0.2551307797151878]], [[0.2551307797151878]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05795917765211485]], [[0.05795917765211485]], [[0.05795917765211485]]], "std": [[[0.19966834341278275]], [[0.19966834341278275]], [[0.19966834341278275]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20125668430909863]], [[0.20125668430909863]], [[0.20125668430909863]]], "std": [[[0.29738051621818545]], [[0.29738051621818545]], [[0.29738051621818545]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09793143122301415]], [[0.1038510230397689]], [[0.06656978416687287]]], "std": [[[0.28464210492298814]], [[0.2678432166591622]], [[0.2122654535955665]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3316378252131878]], [[0.3857570494289847]], [[0.2715850119124973]]], "std": [[[0.33846447077605313]], [[0.44299691650697415]], [[0.3950225213318888]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3033964531402657]], [[0.6532416543786558]], [[0.6798889284519253]]], "std": [[[0.37751654283931013]], [[0.32426671452483274]], [[0.40095270745723244]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.625071053201555]], [[0.41669988888821835]], [[0.5124388653857631]]], "std": [[[0.3502824793263149]], [[0.4217821360318928]], [[0.39128898115523825]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4832672818383535]], [[0.3870693982596287]], [[0.5408250207370661]]], "std": [[[0.3557298775345375]], [[0.3967375421827786]], [[0.43422509427213335]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.78], "mean": [1.3900000000000001], "std": [0.8082697569499925], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [140]}, "index": {"min": [7479], "max": [7618], "mean": [7548.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [140]}}} +{"episode_index": 34, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46340978145599365, 0.2751562297344208, 0.4434610903263092, -2.631213903427124, -2.2833285331726074, -0.16154134273529053, 0.3746783137321472, 0.00875635351985693, 0.9861373901367188, -2.4770610332489014, 1.231653667943533e-16, -0.5121951103210449, 1.231653667943533e-16, 1.231653667943533e-16, -0.5121951103210449, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46340978145599365, 0.2751562297344208, 0.4434610903263092, -0.7890834808349609, -1.5803418159484863, 1.0461071729660034, 1.553966760635376, 1.4034842252731323, 1.5547364950180054, -0.9014612436294556, 0.5121951103210449, -1.231653667943533e-16, 0.5121951103210449, 0.5121951103210449, -1.231653667943533e-16, 0.5121951103210449, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4634094834327698, 0.27515608072280884, 0.44346144795417786, -1.9232569932937622, -2.1465635299682617, 0.32017746567726135, 0.8274524211883545, 0.9703689217567444, 1.2507656812667847, -1.4984781742095947, 0.39564982056617737, -0.39564982056617737, 0.39564982056617737, 0.39564982056617737, -0.39564982056617737, 0.39564982056617737, -2.3561975955963135, 1.5707967281341553, -1.047196865081787, -1.5707967281341553, 0.0, -1.047196865081787, 2.4818594455718994, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 1.4901161193847656e-07, 3.5762786865234375e-07, 0.7065863609313965, 0.21350593864917755, 0.4859725832939148, 0.2949504852294922, 0.47792932391166687, 0.20517218112945557, 0.5766288042068481, 0.20339174568653107, 0.20339174568653107, 0.20339174568653107, 0.20339174568653107, 0.20339174568653107, 0.20339174568653107, 3.0994415283203125e-06, 3.5762786865234375e-07, 7.152557373046875e-07, 3.5762786865234375e-07, 0.0, 7.152557373046875e-07, 1.1920928955078125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [118]}, "observation.state": {"min": [0.6048483848571777, -0.7963406443595886, -3.078943791479105e-06, 0.09064386785030365, 0.38843032717704773, -0.3081229627132416, -0.9214747548103333, -0.27555203437805176, -0.12053488940000534, -1.4863164324196987e-05, -0.18279165029525757, 1.2669308185577393, NaN], "max": [0.9038591980934143, -0.10632535815238953, 0.7304949164390564, 0.8120678067207336, 0.7963406443595886, 0.64971923828125, 2.051964656857308e-05, 0.15076354146003723, 0.2742738723754883, 0.9810011982917786, 1.0, 2.1033787727355957, NaN], "mean": [0.7144505977630615, -0.49398723244667053, 0.2785400152206421, 0.5828340649604797, 0.6607262492179871, 0.3512799143791199, -0.4192839562892914, -0.019462116062641144, 0.08529236912727356, 0.49795880913734436, 0.5906137824058533, 1.5664417743682861, NaN], "std": [0.10785791277885437, 0.2901305854320526, 0.2685967683792114, 0.27501794695854187, 0.14287438988685608, 0.3316710889339447, 0.36582210659980774, 0.16372019052505493, 0.11696571856737137, 0.4363881051540375, 0.43797487020492554, 0.3078863322734833, NaN], "count": [118]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.1328396523549059]], [[0.13205524475102445]], [[0.12809572779558115]]], "std": [[[0.31629620004661707]], [[0.3146001428284765]], [[0.30644766030156856]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46564073410219736]], [[0.45766406690578837]], [[0.4385187438266576]]], "std": [[[0.42120658076814577]], [[0.41779487269816845]], [[0.40882274908813115]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6035139915683794]], [[0.5663605909242394]], [[0.5125884418265785]]], "std": [[[0.18953988874450328]], [[0.1968090256541095]], [[0.21152163482638744]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2927330748995333]], [[0.26571658650122615]], [[0.2435718944189967]]], "std": [[[0.3011432296981219]], [[0.30164208744024057]], [[0.3001258918953329]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.5308661153322859]], [[0.483138081031804]], [[0.4257302981108315]]], "std": [[[0.24234917975014442]], [[0.2463758319813558]], [[0.25104719730950914]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988412724277153]], [[0.9988412724277153]], [[0.9988412724277153]]], "std": [[[0.008997253452076168]], [[0.008997253452076168]], [[0.008997253452076168]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5963552116924195]], [[0.5963552116924195]], [[0.5963552116924195]]], "std": [[[0.3382542209307604]], [[0.3382542209307604]], [[0.3382542209307604]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10159849553172386]], [[0.10159849553172386]], [[0.10159849553172386]]], "std": [[[0.13781330726032937]], [[0.13781330726032937]], [[0.13781330726032937]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1986821512367472]], [[0.1986821512367472]], [[0.1986821512367472]]], "std": [[[0.3735131348152746]], [[0.3735131348152746]], [[0.3735131348152746]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08240989585533608]], [[0.08240989585533608]], [[0.08240989585533608]]], "std": [[[0.04182605496011994]], [[0.04182605496011994]], [[0.04182605496011994]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08862133145040103]], [[0.10950447229950426]], [[0.07026688687855019]]], "std": [[[0.256617223648499]], [[0.2895795461499252]], [[0.2358391707815908]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28856657486701115]], [[0.3099963253315416]], [[0.42344952930045177]]], "std": [[[0.3945430462549001]], [[0.36194356628745916]], [[0.4521355440177923]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5587630180829899]], [[0.5680085670737637]], [[0.45770584815438436]]], "std": [[[0.3546181704865778]], [[0.4001249889987829]], [[0.4216568241811032]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5689014551821208]], [[0.6747854228316271]], [[0.2526694991118434]]], "std": [[[0.42041732274089527]], [[0.4025641381128585]], [[0.3410993143366393]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.67517943178092]], [[0.7035898090982914]], [[0.35825032673032964]]], "std": [[[0.3508834012468907]], [[0.37746357661488616]], [[0.38192685926583564]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.34], "mean": [1.17], "std": [0.6812488532100439], "count": [118]}, "frame_index": {"min": [0], "max": [117], "mean": [58.5], "std": [34.0624426605022], "count": [118]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [118]}, "index": {"min": [7619], "max": [7736], "mean": [7677.5], "std": [34.0624426605022], "count": [118]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [118]}}} +{"episode_index": 35, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3904951512813568, 0.7041069269180298, 0.228257954120636, -5.799936294555664, -1.8979766368865967, -0.6571055054664612, -2.380796432495117, 5.886931419372559, -0.8452638983726501, -2.8918280601501465, 6.938893903907228e-17, -0.37560975551605225, 6.938893903907228e-17, 6.938893903907228e-17, -0.37560975551605225, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3904951512813568, 0.7041069269180298, 0.228257954120636, -0.6226047873497009, 1.8915809392929077, 2.0382516384124756, 1.5665595531463623, 11.3718900680542, 1.0455353260040283, -1.6647955179214478, 0.37560975551605225, -6.938893903907228e-17, 0.37560975551605225, 0.37560975551605225, -6.938893903907228e-17, 0.37560975551605225, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3904930651187897, 0.7041040062904358, 0.22825680673122406, -3.5614190101623535, 0.10292819142341614, 0.9793990850448608, -0.7269492745399475, 8.913333892822266, 0.33677199482917786, -2.2502822875976562, 0.34501343965530396, -0.34501343965530396, 0.34501343965530396, 0.34501343965530396, -0.34501343965530396, 0.34501343965530396, -2.3562002182006836, 1.570799708366394, -1.0472030639648438, -1.570799708366394, 0.0, -1.0472030639648438, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-06, 2.9206275939941406e-06, 1.1473894119262695e-06, 1.8825843334197998, 1.5416697263717651, 0.7092399597167969, 1.0050199031829834, 1.878614902496338, 0.587215006351471, 0.3621232509613037, 0.10037949681282043, 0.10037949681282043, 0.10037949681282043, 0.10037949681282043, 0.10037949681282043, 0.10037949681282043, 5.7220458984375e-06, 3.337860107421875e-06, 5.4836273193359375e-06, 3.337860107421875e-06, 0.0, 5.4836273193359375e-06, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [461]}, "observation.state": {"min": [-0.9400625228881836, -0.9984142184257507, -0.9997270703315735, 0.7042403817176819, -0.9784343838691711, -0.9147586822509766, -0.5191814303398132, -1.1091991662979126, -0.49132099747657776, -0.9974649548530579, -0.9500313401222229, 1.201982021331787, NaN], "max": [0.8852931261062622, 0.5768387913703918, 0.9662613868713379, 1.8211870193481445, 0.9995843768119812, 0.9878488183021545, 0.8717234134674072, 0.2970559597015381, 0.9921329617500305, 0.865390419960022, 1.0, 2.1034138202667236, NaN], "mean": [-0.00012186615640530363, -0.38552942872047424, -0.3020588457584381, 1.4282047748565674, 0.44899529218673706, -0.02554820291697979, 0.05236300081014633, -0.27125805616378784, 0.13191662728786469, -0.017199024558067322, 0.2140805423259735, 1.5244947671890259, NaN], "std": [0.42470625042915344, 0.5869110226631165, 0.48506414890289307, 0.3272538185119629, 0.6924356818199158, 0.4546230435371399, 0.32993924617767334, 0.4646724462509155, 0.34807857871055603, 0.5470566749572754, 0.7183606028556824, 0.24814006686210632, NaN], "count": [461]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13204961338866794]], [[0.12584407067433517]], [[0.11431905107722101]]], "std": [[[0.3105753771252568]], [[0.2967623511401552]], [[0.2714748101921122]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46930120680671983]], [[0.4426609709305562]], [[0.39599358274139657]]], "std": [[[0.4088305138237815]], [[0.39039135146427256]], [[0.35720684323166063]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7477977926507972]], [[0.7314669625177112]], [[0.6879461312379677]]], "std": [[[0.21308117159006393]], [[0.21803576420630885]], [[0.22401269843233365]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34042713729245333]], [[0.3167719941983154]], [[0.2855050288642525]]], "std": [[[0.2932235968437366]], [[0.28208463417276086]], [[0.26534143578779557]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.6681545359021144]], [[0.6331414512660507]], [[0.5686959687948228]]], "std": [[[0.20882972159506766]], [[0.21157097177583783]], [[0.21593909416316706]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988428817715657]], [[0.9988428817715657]], [[0.9988428817715657]]], "std": [[[0.008870303367161528]], [[0.008870303367161528]], [[0.008870303367161528]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5920680484224742]], [[0.5920680484224742]], [[0.5920680484224742]]], "std": [[[0.33627449006585725]], [[0.33627449006585725]], [[0.33627449006585725]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10566804198509881]], [[0.10566804198509881]], [[0.10566804198509881]]], "std": [[[0.09126222907282924]], [[0.09126222907282924]], [[0.09126222907282924]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24988196133417287]], [[0.24988196133417287]], [[0.24988196133417287]]], "std": [[[0.4054059288398373]], [[0.4054059288398373]], [[0.4054059288398373]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11792755538657446]], [[0.11792755538657446]], [[0.11792755538657446]]], "std": [[[0.16024013282175867]], [[0.16024013282175867]], [[0.16024013282175867]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05412745600959169]], [[0.09706113025559733]], [[0.10125642547296268]]], "std": [[[0.16905910982288552]], [[0.28383901910594594]], [[0.2636085436154726]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29407084063405464]], [[0.44376400447665815]], [[0.3379880345284723]]], "std": [[[0.4108327131656141]], [[0.4108320794302022]], [[0.43192663229191214]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485722773087211]], [[0.7214033746599422]], [[0.41088949105171296]]], "std": [[[0.3109849237726076]], [[0.35745278089678517]], [[0.39486678341366005]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36582456810910813]], [[0.3686204221711255]], [[0.47985797808744235]]], "std": [[[0.3547054978172447]], [[0.4189095123358137]], [[0.4218268342928494]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4579806087477226]], [[0.6123670524397988]], [[0.4231602229209457]]], "std": [[[0.349375976526025]], [[0.4137245684788781]], [[0.42204654264490893]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.2], "mean": [4.6], "std": [2.6615784790233032], "count": [461]}, "frame_index": {"min": [0], "max": [460], "mean": [230.0], "std": [133.07892395116517], "count": [461]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [461]}, "index": {"min": [7737], "max": [8197], "mean": [7967.0], "std": [133.07892395116517], "count": [461]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [461]}}} +{"episode_index": 36, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974969029426575, 1.3582512140274048, 0.3161105513572693, -1.7251969575881958, -1.5667625665664673, 0.39355775713920593, 0.3728071451187134, -6.485667705535889, 1.0504454374313354, -2.4733617305755615, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974969029426575, 1.3582512140274048, 0.3161105513572693, -0.7996241450309753, -1.2162095308303833, 1.0393015146255493, 1.5577635765075684, -6.285979747772217, 1.4753129482269287, -1.8495548963546753, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997496008872986, 1.3582518100738525, 0.3161105811595917, -1.507383108139038, -1.3077383041381836, 0.5530349016189575, 0.7522410750389099, -6.437983989715576, 1.2671786546707153, -2.0015666484832764, 0.17112544178962708, -0.17112544178962708, 0.17112544178962708, 0.17112544178962708, -0.17112544178962708, 0.17112544178962708, -2.356196165084839, 1.5707951784133911, -1.0471975803375244, -1.5707951784133911, 0.0, -1.0471975803375244, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 5.960464477539062e-07, 2.9802322387695312e-08, 0.3065108358860016, 0.11779217422008514, 0.22019828855991364, 0.37394487857818604, 0.0671733170747757, 0.11946367472410202, 0.20897115767002106, 0.14525286853313446, 0.14525286853313446, 0.14525286853313446, 0.14525286853313446, 0.14525286853313446, 0.14525286853313446, 1.6689300537109375e-06, 1.1920928955078125e-06, 0.0, 1.1920928955078125e-06, 0.0, 0.0, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [84]}, "observation.state": {"min": [-0.9642018675804138, -0.4818558394908905, -0.6181862950325012, -0.09378863126039505, -0.44511547684669495, -0.9691192507743835, -3.5503280315651864e-08, -0.18757227063179016, -0.6870762705802917, -0.04487312212586403, 0.7251982688903809, 1.2740426063537598, NaN], "max": [-0.6210158467292786, 0.44511547684669495, 1.6198708152614927e-08, 0.0128678809851408, 0.3771809935569763, -0.8751007914543152, 0.3092900514602661, 0.1381586641073227, -1.2975467367226656e-09, 0.24788782000541687, 1.0, 1.4850534200668335, NaN], "mean": [-0.8756540417671204, 0.21056720614433289, -0.15620386600494385, -0.00504818931221962, -0.24565181136131287, -0.9122273325920105, 0.10000880807638168, 0.06259535998106003, -0.16484396159648895, 0.05903571471571922, 0.9460853338241577, 1.3190022706985474, NaN], "std": [0.08042070269584656, 0.33372655510902405, 0.21598680317401886, 0.027668673545122147, 0.2837572395801544, 0.026851117610931396, 0.12749357521533966, 0.10986433178186417, 0.24233344197273254, 0.08900570869445801, 0.0872703269124031, 0.07054829597473145, NaN], "count": [84]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12587223962005945]], [[0.12405217869553804]], [[0.11971206092413823]]], "std": [[[0.3009618389987942]], [[0.2966235916714571]], [[0.2880169451235855]]], "count": [84]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763895989639657]], [[0.4708969531065621]], [[0.44531052529079074]]], "std": [[[0.40216592441699317]], [[0.3971800569357557]], [[0.38963529442687034]]], "count": [84]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.544683738547914]], [[0.5372569359925952]], [[0.5239377013416083]]], "std": [[[0.3707563548585083]], [[0.3663359636232141]], [[0.35980441579037564]]], "count": [84]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17087484378747453]], [[0.18344734608502042]], [[0.14763720861735938]]], "std": [[[0.23562688273948226]], [[0.23546610094321566]], [[0.22389850569255135]]], "count": [84]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4330428579443359]], [[0.4391221064420661]], [[0.40315559759008424]]], "std": [[[0.3649500568501007]], [[0.361099918447711]], [[0.36237313164731877]]], "count": [84]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991261262892354]], [[0.9991261262892354]], [[0.9991261262892354]]], "std": [[[0.007402897111452841]], [[0.007402897111452841]], [[0.007402897111452841]]], "count": [84]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5552834950197034]], [[0.5552834950197034]], [[0.5552834950197034]]], "std": [[[0.3265384253596477]], [[0.3265384253596477]], [[0.3265384253596477]]], "count": [84]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4378256155237308]], [[0.4378256155237308]], [[0.4378256155237308]]], "std": [[[0.38464801908831225]], [[0.38464801908831225]], [[0.38464801908831225]]], "count": [84]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02226930510927397]], [[0.02226930510927397]], [[0.02226930510927397]]], "std": [[[0.06819709750201546]], [[0.06819709750201546]], [[0.06819709750201546]]], "count": [84]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.340572185920981]], [[0.340572185920981]], [[0.340572185920981]]], "std": [[[0.39056205490851925]], [[0.39056205490851925]], [[0.39056205490851925]]], "count": [84]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13707540264489912]], [[0.03676081743300013]], [[0.07774669572809573]]], "std": [[[0.3320505176170926]], [[0.12118157835278413]], [[0.2491843897330252]]], "count": [84]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4308000856145383]], [[0.5683543574629217]], [[0.1688365571140965]]], "std": [[[0.43797940369385135]], [[0.47172665817601434]], [[0.2516523197832897]]], "count": [84]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3749022826530838]], [[0.39539700517075155]], [[0.47631186669804887]]], "std": [[[0.34633339626382137]], [[0.4247825164289749]], [[0.4613074564699332]]], "count": [84]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7122865436087001]], [[0.5698365088657124]], [[0.5009032697811748]]], "std": [[[0.38482260329201506]], [[0.41201786071892116]], [[0.3392843448969824]]], "count": [84]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48667632847742565]], [[0.3894955109364973]], [[0.3036899668044093]]], "std": [[[0.447240592044388]], [[0.3749907124506311]], [[0.3776470913642454]]], "count": [84]}, "timestamp": {"min": [0.0], "max": [1.66], "mean": [0.83], "std": [0.48493985881412827], "count": [84]}, "frame_index": {"min": [0], "max": [83], "mean": [41.5], "std": [24.246992940706413], "count": [84]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [84]}, "index": {"min": [8198], "max": [8281], "mean": [8239.5], "std": [24.246992940706413], "count": [84]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [84]}}} +{"episode_index": 37, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45697665214538574, -1.5425217151641846, 0.1552160680294037, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.9380910396575928, -1.5925562381744385, -10.73948860168457, -2.316154718399048, -2.8677613735198975, -1.8660283088684082, 7.065361976623535, 1.214306433183765e-17, 1.214306433183765e-17, -0.5463414788246155, -0.5463414788246155, 1.214306433183765e-17, -0.5463414788246155], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45697665214538574, -0.4375477731227875, 0.9845319390296936, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 6.454056739807129, 1.8738553524017334, -7.339869022369385, -0.23309393227100372, 0.5445391535758972, 1.7559751272201538, 10.238673210144043, 0.5463414788246155, 0.5463414788246155, -1.214306433183765e-17, -1.214306433183765e-17, 0.5463414788246155, -1.214306433183765e-17], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.456973671913147, -0.6785446405410767, 0.3360835909843445, -0.7853999733924866, -1.5707999467849731, 1.0471993684768677, 1.5707999467849731, 0.0, 1.0471993684768677, -2.48185133934021, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.423887729644775, 0.32814571261405945, -9.009145736694336, -1.2652008533477783, -0.7836540937423706, -0.1673433482646942, 9.084607124328613, 0.5100115537643433, 0.5100115537643433, -0.5100115537643433, -0.5100115537643433, 0.5100115537643433, -0.5100115537643433], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.9802322387695312e-06, 0.4430156946182251, 0.3324964642524719, 1.7881393432617188e-06, 3.5762786865234375e-06, 1.7881393432617188e-06, 3.5762786865234375e-06, 0.0, 1.7881393432617188e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6245670914649963, 1.196112036705017, 0.9063626527786255, 0.6022166609764099, 0.9873485565185547, 1.2056864500045776, 0.9721662402153015, 0.13193988800048828, 0.13193988800048828, 0.13193988800048828, 0.13193988800048828, 0.13193988800048828, 0.13193988800048828], "count": [592]}, "observation.state": {"min": [-0.9993576407432556, -0.9995480179786682, -0.9930303692817688, -0.18480165302753448, -0.9868907332420349, -0.9950729012489319, -0.9672062397003174, -0.9911649823188782, -0.9629579782485962, -0.8676298260688782, -0.9968710541725159, 0.4474516212940216, NaN], "max": [0.7351520657539368, 0.9938727617263794, 0.9967135787010193, 1.2047613859176636, 0.9999660849571228, 0.9864410758018494, 0.504643976688385, 0.25211313366889954, 0.99824458360672, 0.9999449849128723, 1.0, 2.173595905303955, NaN], "mean": [0.008169593289494514, -0.05104187875986099, -0.07384653389453888, 0.40628504753112793, 0.10537824779748917, 0.15497271716594696, -0.16596345603466034, -0.39915770292282104, -0.07591359317302704, 0.2519490122795105, 0.30713850259780884, 1.2252143621444702, NaN], "std": [0.40696319937705994, 0.7290478348731995, 0.5429036021232605, 0.4094868302345276, 0.8169364929199219, 0.3922423720359802, 0.34072744846343994, 0.3943074643611908, 0.3873770833015442, 0.4738517105579376, 0.6795802712440491, 0.5102941393852234, NaN], "count": [592]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13041853780829274]], [[0.11775204727536968]], [[0.10822928478300568]]], "std": [[[0.30911722956271315]], [[0.28053208590658485]], [[0.2607209400098411]]], "count": [120]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46417701731810446]], [[0.42020005149900325]], [[0.38678950765924736]]], "std": [[[0.4052053752105979]], [[0.3663976801503428]], [[0.34103044984012026]]], "count": [120]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45693495658012645]], [[0.42810527813373334]], [[0.4027615234048888]]], "std": [[[0.35351717580846476]], [[0.3249247293241753]], [[0.31046974347609874]]], "count": [120]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.17525435791315488]], [[0.1739115672259807]], [[0.17336749612695757]]], "std": [[[0.3054092121020499]], [[0.30368546045080214]], [[0.30311674388540216]]], "count": [120]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.400460122582827]], [[0.40279493405378297]], [[0.3991705743547034]]], "std": [[[0.3679384244031111]], [[0.3447204106325687]], [[0.33158279072499947]]], "count": [120]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991752503926687]], [[0.9991752503926687]], [[0.9991752503926687]]], "std": [[[0.0071268044850313125]], [[0.0071268044850313125]], [[0.0071268044850313125]]], "count": [120]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5647427765607115]], [[0.5647427765607115]], [[0.5647427765607115]]], "std": [[[0.33001918131305835]], [[0.33001918131305835]], [[0.33001918131305835]]], "count": [120]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2339781638861899]], [[0.2339781638861899]], [[0.2339781638861899]]], "std": [[[0.37511083422384006]], [[0.37511083422384006]], [[0.37511083422384006]]], "count": [120]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7202025627459698]], [[0.7202025627459698]], [[0.7202025627459698]]], "std": [[[0.4435458604743508]], [[0.4435458604743508]], [[0.4435458604743508]]], "count": [120]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33089510252079124]], [[0.33089510252079124]], [[0.33089510252079124]]], "std": [[[0.3936877586655525]], [[0.3936877586655525]], [[0.3936877586655525]]], "count": [120]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13288299310239696]], [[0.09208427016144625]], [[0.028251792127313404]]], "std": [[[0.31939573597883236]], [[0.2551955962009827]], [[0.11620283945281273]]], "count": [120]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21154992106391934]], [[0.39635076811523257]], [[0.341127205667215]]], "std": [[[0.334642892052984]], [[0.3898608448604097]], [[0.42618377692712134]]], "count": [120]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2997950053566563]], [[0.5050333044769041]], [[0.4621283862997452]]], "std": [[[0.3701962192475175]], [[0.4115833435268495]], [[0.4160550027068817]]], "count": [120]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22960897638354957]], [[0.08009154484269]], [[0.176325613176771]]], "std": [[[0.40659925138245956]], [[0.21262412783774726]], [[0.32771257319025315]]], "count": [120]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4382829027556213]], [[0.34733612576843376]], [[0.5331482923185348]]], "std": [[[0.4288873469101371]], [[0.37776367720943566]], [[0.4439701431242158]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [11.82], "mean": [5.91], "std": [3.4179087173299405], "count": [592]}, "frame_index": {"min": [0], "max": [591], "mean": [295.5], "std": [170.89543586649702], "count": [592]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [592]}, "index": {"min": [8282], "max": [8873], "mean": [8577.5], "std": [170.89543586649702], "count": [592]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [592]}}} +{"episode_index": 38, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3391188383102417, 0.931451678276062, 0.025239022448658943, -2.2819020748138428, -1.9571577310562134, 0.48371216654777527, 0.8690713047981262, -0.013251814059913158, 0.21775321662425995, -2.4717538356781006, 6.938893903907228e-18, -0.3365853726863861, 6.938893903907228e-18, 6.938893903907228e-18, -0.3365853726863861, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3391188383102417, 0.931451678276062, 0.025239022448658943, -0.7886231541633606, -1.5752040147781372, 1.13412606716156, 1.5713632106781006, 0.9840485453605652, 1.056178092956543, -1.9298138618469238, 0.3365853726863861, -6.938893903907228e-18, 0.3365853726863861, 0.3365853726863861, -6.938893903907228e-18, 0.3365853726863861, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33911892771720886, 0.9314504265785217, 0.0252390056848526, -1.8992319107055664, -1.8491021394729614, 0.7213799357414246, 1.1156361103057861, 0.7247786521911621, 0.43589597940444946, -2.042130470275879, 0.237399160861969, -0.237399160861969, 0.237399160861969, 0.237399160861969, -0.237399160861969, 0.237399160861969, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 1.2516975402832031e-06, 1.6763806343078613e-08, 0.48779258131980896, 0.10066260397434235, 0.24948996305465698, 0.22550545632839203, 0.3557001054286957, 0.2955024838447571, 0.14291219413280487, 0.14938516914844513, 0.14938516914844513, 0.14938516914844513, 0.14938516914844513, 0.14938516914844513, 0.14938516914844513, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [122]}, "observation.state": {"min": [-0.590777575969696, 0.7261089086532593, -0.0024729259312152863, 1.2044293880462646, -0.9883083701133728, -0.6017441749572754, -0.0897294357419014, -0.0786004588007927, -4.854692861044896e-07, -0.3331303000450134, 0.9295933246612549, 1.2646435499191284, NaN], "max": [-0.15246669948101044, 0.9883055090904236, 0.3628937304019928, 1.8035613298416138, -0.7937102317810059, -0.15246433019638062, 0.16385555267333984, 0.12278538197278976, 0.23444877564907074, 0.007493533194065094, 1.0, 1.3544660806655884, NaN], "mean": [-0.28246304392814636, 0.9249593615531921, 0.09687644988298416, 1.678540587425232, -0.9343211054801941, -0.2922077775001526, 0.02604176104068756, 0.04743397608399391, 0.0773036926984787, -0.07175056636333466, 0.9825252890586853, 1.3228667974472046, NaN], "std": [0.16489523649215698, 0.09183009713888168, 0.1402103155851364, 0.19671250879764557, 0.07228746265172958, 0.17743539810180664, 0.0653771385550499, 0.07982403039932251, 0.09417744725942612, 0.11833397299051285, 0.025465209037065506, 0.018430862575769424, NaN], "count": [122]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10050060652146361]], [[0.09517263096203223]], [[0.08313359364470113]]], "std": [[[0.25834398071649456]], [[0.24628934475178274]], [[0.21689458306215906]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3711604200655673]], [[0.3513279594659929]], [[0.3046359697738403]]], "std": [[[0.3821245455085807]], [[0.365972784450431]], [[0.32477988164222776]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44293434882930294]], [[0.424642663303138]], [[0.3921031482118513]]], "std": [[[0.27843979535131336]], [[0.2747207327264507]], [[0.26099185557964366]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.49274639892549477]], [[0.47115794301715763]], [[0.4416194961278517]]], "std": [[[0.24000238305550206]], [[0.24421322661185677]], [[0.2502177107476536]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5372531906918233]], [[0.5220634912971378]], [[0.499209219394471]]], "std": [[[0.3478877710069021]], [[0.34691941270325916]], [[0.345561329998622]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999226710279885]], [[0.999226710279885]], [[0.999226710279885]]], "std": [[[0.006983775198216772]], [[0.006983775198216772]], [[0.006983775198216772]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5929681235922433]], [[0.5929681235922433]], [[0.5929681235922433]]], "std": [[[0.3359183383993765]], [[0.3359183383993765]], [[0.3359183383993765]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19165059133328102]], [[0.19165059133328102]], [[0.19165059133328102]]], "std": [[[0.19789575091060596]], [[0.19789575091060596]], [[0.19789575091060596]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3058823529411765]], [[0.3058823529411765]], [[0.3058823529411765]]], "mean": [[[0.024494563435305382]], [[0.024494563435305382]], [[0.024494563435305382]]], "std": [[[0.03152256330503664]], [[0.03152256330503664]], [[0.03152256330503664]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22214645163150584]], [[0.22214645163150584]], [[0.22214645163150584]]], "std": [[[0.3083177259402264]], [[0.3083177259402264]], [[0.3083177259402264]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10708415862497661]], [[0.14007450993803355]], [[0.031103258854241058]]], "std": [[[0.26897225418078097]], [[0.3429877019538687]], [[0.13006952076959194]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18516551497997372]], [[0.43100106551974093]], [[0.3748113989824923]]], "std": [[[0.31514095950470256]], [[0.4332635876952034]], [[0.3972924331882643]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3301523847458343]], [[0.6481121980887701]], [[0.48563769244232013]]], "std": [[[0.3802292483966052]], [[0.39773538932963465]], [[0.3226926574785387]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013104927207366]], [[0.36240749793299903]], [[0.8005134705433078]]], "std": [[[0.3400764448598823]], [[0.35689528764224737]], [[0.2995565288333358]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5412764282759032]], [[0.41326187176077644]], [[0.5486179786507127]]], "std": [[[0.38639727604334867]], [[0.4208217338744621]], [[0.4473326759539668]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.42], "mean": [1.21], "std": [0.7043436661176133], "count": [122]}, "frame_index": {"min": [0], "max": [121], "mean": [60.5], "std": [35.21718330588067], "count": [122]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [122]}, "index": {"min": [8874], "max": [8995], "mean": [8934.5], "std": [35.21718330588067], "count": [122]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [122]}}} +{"episode_index": 39, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3395529985427856, 0.12012292444705963, -2.027228832244873, -1.5700308084487915, 0.40524181723594666, 0.47072169184684753, -3.1557581424713135, -0.967205286026001, -2.4730780124664307, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3395529985427856, 0.12012292444705963, -0.7969001531600952, -1.3399041891098022, 1.046623706817627, 1.5685948133468628, -0.018109673634171486, 1.0339926481246948, -1.2550733089447021, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974897503852844, 1.339553713798523, 0.12012292444705963, -1.6562436819076538, -1.4289343357086182, 0.6340023875236511, 0.9008404612541199, -2.1176602840423584, -0.3067080080509186, -1.6074531078338623, 0.47136420011520386, -0.47136420011520386, 0.47136420011520386, 0.47136420011520386, -0.47136420011520386, 0.47136420011520386, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 7.152557373046875e-07, 0.0, 0.41209954023361206, 0.07533310353755951, 0.2528301477432251, 0.4219586253166199, 1.1304835081100464, 0.6967328786849976, 0.4278394877910614, 0.25284644961357117, 0.25284644961357117, 0.25284644961357117, 0.25284644961357117, 0.25284644961357117, 0.25284644961357117, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [165]}, "observation.state": {"min": [-0.17066064476966858, -0.8909721970558167, -0.6924675107002258, -0.14705871045589447, -0.8261106610298157, 0.044338759034872055, -0.9058778285980225, -0.07392499595880508, -0.03459768369793892, -2.875812583624793e-07, -0.47016653418540955, 1.3355838060379028, NaN], "max": [0.8031671047210693, 0.8261106610298157, 6.675235795228218e-07, 0.03148339316248894, -0.3867466151714325, 0.5686228275299072, -4.682577525727538e-07, 0.33938613533973694, 0.9099901914596558, 0.9958487153053284, 1.0, 1.550916075706482, NaN], "mean": [0.5144582390785217, 0.20881958305835724, -0.2939569056034088, -0.09987860172986984, -0.6789735555648804, 0.39846619963645935, -0.4075080156326294, 0.23080621659755707, 0.24392352998256683, 0.36533382534980774, 0.45831769704818726, 1.425660490989685, NaN], "std": [0.2311738282442093, 0.6993019580841064, 0.2507035732269287, 0.04515993222594261, 0.18061506748199463, 0.19221937656402588, 0.3802454471588135, 0.11697687208652496, 0.35883957147598267, 0.3717241883277893, 0.5744845271110535, 0.07829861342906952, NaN], "count": [165]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0844433541139858]], [[0.07971391499043447]], [[0.07698723991494617]]], "std": [[[0.21459696605362513]], [[0.2075718081130105]], [[0.20388149916302642]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27763099891302234]], [[0.2617394753941384]], [[0.25165948564029417]]], "std": [[[0.29401727851033854]], [[0.2859317078455369]], [[0.28321365524003794]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5620056099044385]], [[0.557814178453434]], [[0.5535386158704103]]], "std": [[[0.29766909694991983]], [[0.29946307217585577]], [[0.3020710152442301]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.05335517347050307]], [[0.053866150871962615]], [[0.05202002962533804]]], "std": [[[0.1525176464381713]], [[0.15292640428129506]], [[0.1509670614003805]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.2192141734912904]], [[0.21832278341383404]], [[0.21172759307204295]]], "std": [[[0.2736544692708028]], [[0.2715569270783759]], [[0.2696610420829621]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990232623947974]], [[0.9990232623947974]], [[0.9990232623947974]]], "std": [[[0.008006758345448036]], [[0.008006758345448036]], [[0.008006758345448036]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.599409724862552]], [[0.599409724862552]], [[0.599409724862552]]], "std": [[[0.3370437199375069]], [[0.3370437199375069]], [[0.3370437199375069]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15417969933433515]], [[0.15417969933433515]], [[0.15417969933433515]]], "std": [[[0.20609137715235598]], [[0.20609137715235598]], [[0.20609137715235598]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.015927201330927364]], [[0.015927201330927364]], [[0.015927201330927364]]], "std": [[[0.02036652474583144]], [[0.02036652474583144]], [[0.02036652474583144]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3916474209258957]], [[0.3916474209258957]], [[0.3916474209258957]]], "std": [[[0.43829241061503904]], [[0.43829241061503904]], [[0.43829241061503904]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06611667206467416]], [[0.14040485726796448]], [[0.040071028390837204]]], "std": [[[0.21053333090439444]], [[0.3435887888594629]], [[0.13162532173543023]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3954876627029869]], [[0.3327472813823727]], [[0.240064242324268]]], "std": [[[0.44975301400318285]], [[0.3829398369551985]], [[0.3677949378980739]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6082698815992318]], [[0.42441559427368636]], [[0.4994835642406479]]], "std": [[[0.3990402105851997]], [[0.40328910815185837]], [[0.40592931023475254]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7078541719892362]], [[0.6050529252842001]], [[0.3719627249141851]]], "std": [[[0.31667628502899753]], [[0.38496643420197363]], [[0.39674015617751557]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42591830300055455]], [[0.50153883313183]], [[0.2641365622135452]]], "std": [[[0.45721821741617835]], [[0.4481289274292808]], [[0.3826510033817981]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.28], "mean": [1.64], "std": [0.9526104485395206], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [165]}, "index": {"min": [8996], "max": [9160], "mean": [9078.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [165]}}} +{"episode_index": 40, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4460984766483307, 1.0752424001693726, -0.0047959391959011555, -1.945660948753357, -1.627050757408142, 0.4914599061012268, 0.6971991658210754, 6.2880778312683105, 0.4083508849143982, 3.8073606491088867, 6.765421556309548e-17, -0.3121951222419739, 6.765421556309548e-17, 6.765421556309548e-17, -0.3121951222419739, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4460984766483307, 1.0752424001693726, -0.0047959391959011555, -0.7986334562301636, -1.5083155632019043, 1.0436588525772095, 1.5632081031799316, 6.727819442749023, 1.0417603254318237, 4.4151997566223145, 0.3121951222419739, -6.765421556309548e-17, 0.3121951222419739, 0.3121951222419739, -6.765421556309548e-17, 0.3121951222419739, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44609835743904114, 1.0752415657043457, -0.0047959391959011555, -1.6529732942581177, -1.5510241985321045, 0.6488803625106812, 0.9551013708114624, 6.617777347564697, 0.5839528441429138, 4.256160259246826, 0.186098113656044, -0.186098113656044, 0.186098113656044, 0.186098113656044, -0.186098113656044, 0.186098113656044, -2.356196641921997, 1.5707955360412598, -1.0471973419189453, -1.5707955360412598, 0.0, -1.0471973419189453, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-07, 8.344650268554688e-07, 0.0, 0.37636512517929077, 0.03450344130396843, 0.1991720199584961, 0.28544119000434875, 0.1479172259569168, 0.2185935527086258, 0.20631419122219086, 0.14852333068847656, 0.14852333068847656, 0.14852333068847656, 0.14852333068847656, 0.14852333068847656, 0.14852333068847656, 2.1457672119140625e-06, 8.344650268554688e-07, 2.384185791015625e-07, 8.344650268554688e-07, 0.0, 2.384185791015625e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [90]}, "observation.state": {"min": [-0.3368109166622162, 0.9123286604881287, 4.234084826748585e-06, 2.2025277614593506, -0.9910488128662109, -0.32169389724731445, -0.10646401345729828, -0.1691129207611084, -0.03714796155691147, -0.22163502871990204, 0.9661904573440552, 1.2164133787155151, NaN], "max": [0.409458726644516, 0.976061224937439, 0.232935830950737, 2.638911008834839, -0.9123286604881287, 0.409458726644516, 0.1561814546585083, 0.06473814696073532, 0.13726118206977844, -2.9676348276552744e-06, 1.0, 1.2935316562652588, NaN], "mean": [0.22536277770996094, 0.9303901791572571, 0.0796092078089714, 2.5296273231506348, -0.936523973941803, 0.2199995517730713, 0.02832718938589096, -0.002241948852315545, 0.03338932618498802, -0.08464610576629639, 0.9896984696388245, 1.2692416906356812, NaN], "std": [0.26000529527664185, 0.022884409874677658, 0.09551537036895752, 0.15021860599517822, 0.02942870743572712, 0.26227816939353943, 0.06376762688159943, 0.08775781095027924, 0.050520408898591995, 0.09745465964078903, 0.01294376514852047, 0.028252316638827324, NaN], "count": [90]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.11763990767432751]], [[0.10164697418396394]], [[0.07814747535301068]]], "std": [[[0.28131944732970726]], [[0.24571938117250552]], [[0.1938937741817984]]], "count": [90]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42735725697473603]], [[0.3619592762989323]], [[0.2670573363764833]]], "std": [[[0.38130547892437505]], [[0.3395085396615076]], [[0.2778419456431664]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6264846826601171]], [[0.5593592129235676]], [[0.4869881882357114]]], "std": [[[0.24980693040932916]], [[0.23047659081815425]], [[0.21358987718976025]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4775364596476774]], [[0.39727952790196175]], [[0.2735690768751519]]], "std": [[[0.2835663792466467]], [[0.2979892320503777]], [[0.2774192434974778]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4924669743642701]], [[0.4443815295308264]], [[0.3822975603762855]]], "std": [[[0.3589125599727774]], [[0.3508109224865624]], [[0.34170758232503207]]], "count": [90]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8862745098039215]], [[0.8862745098039215]], [[0.8862745098039215]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999363102171206]], [[0.999363102171206]], [[0.999363102171206]]], "std": [[[0.006126359093835106]], [[0.006126359093835106]], [[0.006126359093835106]]], "count": [90]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5833548158385363]], [[0.5833548158385363]], [[0.5833548158385363]]], "std": [[[0.3329129310680732]], [[0.3329129310680732]], [[0.3329129310680732]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19473221524169326]], [[0.19473221524169326]], [[0.19473221524169326]]], "std": [[[0.18764950923328344]], [[0.18764950923328344]], [[0.18764950923328344]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03424338598793484]], [[0.03424338598793484]], [[0.03424338598793484]]], "std": [[[0.04725101049584819]], [[0.04725101049584819]], [[0.04725101049584819]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3449064378894975]], [[0.3449064378894975]], [[0.3449064378894975]]], "std": [[[0.3797993835341182]], [[0.3797993835341182]], [[0.3797993835341182]]], "count": [90]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12434544744564721]], [[0.11244857270944734]], [[0.02809870105834475]]], "std": [[[0.3070667172458247]], [[0.2786230281889569]], [[0.11658955446288485]]], "count": [90]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3871888644730565]], [[0.22560338808604238]], [[0.3618720468819745]]], "std": [[[0.4090962984358609]], [[0.31390182390678995]], [[0.4426142432949085]]], "count": [90]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22722362331995863]], [[0.5246411330853603]], [[0.67776405663132]]], "std": [[[0.23521836694162027]], [[0.339624006118658]], [[0.42855361204374387]]], "count": [90]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748928903435569]], [[0.6007145337682436]], [[0.6034167442839794]]], "std": [[[0.3733212295836351]], [[0.3973887703163219]], [[0.4049002248469521]]], "count": [90]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4566110273283723]], [[0.5512583765043547]], [[0.3404498279976506]]], "std": [[[0.415296348892252]], [[0.43317020534030864]], [[0.42084315921985743]]], "count": [90]}, "timestamp": {"min": [0.0], "max": [1.78], "mean": [0.8900000000000001], "std": [0.5195831662656775], "count": [90]}, "frame_index": {"min": [0], "max": [89], "mean": [44.5], "std": [25.979158313283875], "count": [90]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [90]}, "index": {"min": [9161], "max": [9250], "mean": [9205.5], "std": [25.979158313283875], "count": [90]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [90]}}} +{"episode_index": 41, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49951422214508057, 1.2566622495651245, 0.2421712577342987, -2.345627784729004, -1.8460818529129028, -2.138084888458252, 0.11528874933719635, -3.2926228046417236, 0.004523336421698332, -5.4361419677734375, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49951422214508057, 1.2566622495651245, 0.2421712577342987, -0.6801629066467285, -0.3907417058944702, 1.030367136001587, 1.6128166913986206, -0.006026526913046837, 1.7179847955703735, -2.4899322986602783, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49951303005218506, 1.2566605806350708, 0.24217161536216736, -1.4727530479431152, -1.0590084791183472, -1.3934390544891357, 0.9560026526451111, -1.9500765800476074, 1.075636863708496, -4.374566555023193, 0.3304727375507355, -0.3304727375507355, 0.3304727375507355, 0.3304727375507355, -0.3304727375507355, 0.3304727375507355, -2.3561997413635254, 1.5707992315292358, -1.0471991300582886, -1.5707992315292358, 0.0, -1.0471991300582886, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 1.6689300537109375e-06, 3.5762786865234375e-07, 0.6518232226371765, 0.3831273019313812, 0.9151108860969543, 0.5060144066810608, 0.9491299390792847, 0.5542473793029785, 0.8310055732727051, 0.10514827817678452, 0.10514827817678452, 0.10514827817678452, 0.10514827817678452, 0.10514827817678452, 0.10514827817678452, 5.245208740234375e-06, 2.86102294921875e-06, 1.5497207641601562e-06, 2.86102294921875e-06, 0.0, 1.5497207641601562e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [306]}, "observation.state": {"min": [-0.6274164319038391, -0.7432562112808228, -0.995097815990448, 1.5290354490280151, -0.9779245853424072, -0.523817241191864, -0.8799761533737183, -1.4247345924377441, -0.9685287475585938, -0.7605907917022705, -0.9708693027496338, 0.8944301605224609, NaN], "max": [0.5510287284851074, 0.9873353242874146, 0.05053917318582535, 2.0066263675689697, 0.9957634806632996, 0.9954714775085449, 0.3154692053794861, 0.19078780710697174, 0.9994271397590637, 0.6820858120918274, 1.0, 2.1605939865112305, NaN], "mean": [-0.0998796820640564, 0.6228131651878357, -0.3824814260005951, 1.7165722846984863, 0.059830378741025925, -0.015478902496397495, -0.23761063814163208, -0.45231249928474426, 0.01093757338821888, -0.17948254942893982, -0.06712620705366135, 1.5086193084716797, NaN], "std": [0.273244172334671, 0.5349847674369812, 0.30816206336021423, 0.13551212847232819, 0.7940012812614441, 0.3938717246055603, 0.39261701703071594, 0.5428780317306519, 0.5303055047988892, 0.37189486622810364, 0.7373137474060059, 0.34589678049087524, NaN], "count": [306]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1273756067729236]], [[0.11563336733072217]], [[0.09678123853761607]]], "std": [[[0.30029910923553255]], [[0.2742728145304182]], [[0.23650676897997208]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46513948920767306]], [[0.41459624580313303]], [[0.3376663883842925]]], "std": [[[0.3948478706537409]], [[0.3599304281056403]], [[0.31195736254356776]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7403263346992639]], [[0.7302320539720283]], [[0.7189639714851092]]], "std": [[[0.21279750870319974]], [[0.21756272533482368]], [[0.22434143413708638]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33352301998738004]], [[0.30334936105696336]], [[0.2815092480273803]]], "std": [[[0.2999703253573726]], [[0.28865141342179373]], [[0.2834257407927297]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.5241316067756058]], [[0.47565160253766703]], [[0.42673746840824495]]], "std": [[[0.3233112619169976]], [[0.3019221256194581]], [[0.2839395081420983]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992866583383123]], [[0.9992866583383123]], [[0.9992866583383123]]], "std": [[[0.00649487949888394]], [[0.00649487949888394]], [[0.00649487949888394]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5783593879397113]], [[0.5783593879397113]], [[0.5783593879397113]]], "std": [[[0.3307682010178183]], [[0.3307682010178183]], [[0.3307682010178183]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.24313725490196078]], [[0.24313725490196078]], [[0.24313725490196078]]], "mean": [[[0.08376339694935461]], [[0.08376339694935461]], [[0.08376339694935461]]], "std": [[[0.06240165448120524]], [[0.06240165448120524]], [[0.06240165448120524]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31243582238476597]], [[0.31243582238476597]], [[0.31243582238476597]]], "std": [[[0.43480178639508343]], [[0.43480178639508343]], [[0.43480178639508343]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2706450344030776]], [[0.2706450344030776]], [[0.2706450344030776]]], "std": [[[0.3571753487778591]], [[0.3571753487778591]], [[0.3571753487778591]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13418321038616876]], [[0.07689613764181503]], [[0.03320774148036835]]], "std": [[[0.32441819142170825]], [[0.24853583197570606]], [[0.1129417696321123]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3320527811138135]], [[0.531776926166657]], [[0.23100430432423985]]], "std": [[[0.3584861911543306]], [[0.47948923261612947]], [[0.31982413691010236]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.391613306859627]], [[0.8462960401424001]], [[0.1960850913738499]]], "std": [[[0.352181945562708]], [[0.27624961063636577]], [[0.22023227727703343]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28434047144386976]], [[0.44869496027267647]], [[0.452737725903261]]], "std": [[[0.35751791899387797]], [[0.40475723956087933]], [[0.45669394493542187]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7130838179805283]], [[0.5203930969877777]], [[0.19790041916701703]]], "std": [[[0.4192810943396133]], [[0.3733778834975998]], [[0.3004388441660647]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.1], "mean": [3.05], "std": [1.7666823898671393], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [306]}, "index": {"min": [9251], "max": [9556], "mean": [9403.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [306]}}} +{"episode_index": 42, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4332491159439087, 0.11118481308221817, 0.07659167796373367, -0.784368634223938, -1.5707628726959229, -5.228066921234131, -0.6469331383705139, -6.2831501960754395, -1.5494732856750488, -14.795317649841309, 8.673617379884035e-18, -0.5170731544494629, 8.673617379884035e-18, 8.673617379884035e-18, -0.5170731544494629, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4332491159439087, 0.11118481308221817, 0.07659167796373367, 2.553253173828125, 2.2812743186950684, -0.6817659139633179, 1.5546901226043701, -3.635376214981079, 1.0337845087051392, -8.77401351928711, 0.5170731544494629, -8.673617379884035e-18, 0.5170731544494629, 0.5170731544494629, -8.673617379884035e-18, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4332485795021057, 0.11118458211421967, 0.07659152895212173, 0.5368048548698425, 0.8040004968643188, -2.4150121212005615, 0.2236649990081787, -4.758507251739502, -0.5804936289787292, -11.994488716125488, 0.4825144112110138, -0.4825144112110138, 0.4825144112110138, 0.4825144112110138, -0.4825144112110138, 0.4825144112110138, -2.3561999797821045, 1.570799469947815, -1.047201156616211, -1.570799469947815, 0.0, -1.047201156616211, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.364418029785156e-07, 2.3096799850463867e-07, 1.4901161193847656e-07, 1.0619934797286987, 1.5720667839050293, 1.4310967922210693, 0.6759853363037109, 1.0271459817886353, 0.6363875865936279, 2.069589138031006, 0.12311743944883347, 0.12311743944883347, 0.12311743944883347, 0.12311743944883347, 0.12311743944883347, 0.12311743944883347, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.5762786865234375e-06, 3.0994415283203125e-06, 0.0, 3.5762786865234375e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [370]}, "observation.state": {"min": [-0.8270920515060425, -0.9982113242149353, -0.9952279925346375, -1.3071889877319336, -0.9990431070327759, -0.8687444925308228, -0.8325810432434082, -1.4410351514816284, -0.928406298160553, -0.9735097885131836, -0.9982633590698242, 0.6846392154693604, NaN], "max": [0.9245260953903198, 0.9304372072219849, 0.8514224290847778, 0.166555717587471, 0.6952590942382812, 0.9280148148536682, 0.9578433632850647, 0.31342846155166626, 0.9800076484680176, 0.9825039505958557, 1.0, 2.1460440158843994, NaN], "mean": [0.291006475687027, -0.16594688594341278, -0.18468926846981049, -0.4889293313026428, -0.5234717130661011, 0.15566807985305786, -0.03475659340620041, -0.3477650284767151, 0.04869704321026802, 0.1443023830652237, 0.1446751356124878, 1.4897891283035278, NaN], "std": [0.36404702067375183, 0.6518980264663696, 0.5442110300064087, 0.5160641670227051, 0.6030083298683167, 0.40942129492759705, 0.41145116090774536, 0.5191971063613892, 0.37785208225250244, 0.578626811504364, 0.6915876865386963, 0.44317254424095154, NaN], "count": [370]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0894375235953278]], [[0.08496858493748034]], [[0.07253059932635549]]], "std": [[[0.22601608316618918]], [[0.22087390894260756]], [[0.19291569910544848]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3036082347442585]], [[0.28551183907097943]], [[0.2400448322963124]]], "std": [[[0.3042292564616558]], [[0.30019531336911814]], [[0.268006427714551]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6008830295361536]], [[0.5795564983628279]], [[0.5204413866911286]]], "std": [[[0.22022530811666396]], [[0.2363588889009437]], [[0.26034081580257773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13694554986250168]], [[0.12370865780052318]], [[0.11230882772041138]]], "std": [[[0.22641931564074316]], [[0.21894518244389716]], [[0.21115491863084918]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.30133185944259033]], [[0.2649313822721387]], [[0.2199527550290319]]], "std": [[[0.23704867696609733]], [[0.2255406725991148]], [[0.20257826515210106]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990284431408759]], [[0.9990284431408759]], [[0.9990284431408759]]], "std": [[[0.008088765430893272]], [[0.008088765430893272]], [[0.008088765430893272]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6004427640212406]], [[0.6004427640212406]], [[0.6004427640212406]]], "std": [[[0.33806290997059013]], [[0.33806290997059013]], [[0.33806290997059013]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06344133371689363]], [[0.06344133371689363]], [[0.06344133371689363]]], "std": [[[0.05261393075064405]], [[0.05261393075064405]], [[0.05261393075064405]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4160364167690947]], [[0.4160364167690947]], [[0.4160364167690947]]], "std": [[[0.48309400638394906]], [[0.48309400638394906]], [[0.48309400638394906]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26353222543420435]], [[0.26353222543420435]], [[0.26353222543420435]]], "std": [[[0.39737589115625477]], [[0.39737589115625477]], [[0.39737589115625477]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07159724158464043]], [[0.09729688169512188]], [[0.09140569747956635]]], "std": [[[0.23803026430582055]], [[0.28425903933956104]], [[0.22956944171263055]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2799391104754203]], [[0.3949430097814578]], [[0.2361427192948928]]], "std": [[[0.3876608136964752]], [[0.46165355360523264]], [[0.3406699802099019]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7369512670565302]], [[0.5978783483572288]], [[0.4088167420040757]]], "std": [[[0.3827945887739849]], [[0.3722274765604214]], [[0.36856790793570543]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4082671524202855]], [[0.29811399518940296]], [[0.2945303324435003]]], "std": [[[0.4280188319344245]], [[0.37324215469955885]], [[0.3988593021700279]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6397929686426056]], [[0.5282246630603953]], [[0.2139706562971278]]], "std": [[[0.43854597927716543]], [[0.37919507484677534]], [[0.31992144292538244]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.38], "mean": [3.69], "std": [2.136188193956703], "count": [370]}, "frame_index": {"min": [0], "max": [369], "mean": [184.5], "std": [106.80940969783515], "count": [370]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [370]}, "index": {"min": [9557], "max": [9926], "mean": [9741.5], "std": [106.80940969783515], "count": [370]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [370]}}} +{"episode_index": 43, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.9784075021743774, 0.1695832908153534, 5.517467021942139, -1.553410291671753, -1.248958706855774, -0.7588289380073547, -0.1161414384841919, -1.5456587076187134, -6.888073444366455, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, 1.214306433183765e-16, -0.6000000238418579, 1.214306433183765e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.9784075021743774, 0.1695832908153534, 8.943028450012207, 2.078840494155884, 2.535766839981079, 1.5632144212722778, 0.5981320738792419, 1.6881158351898193, -1.2268390655517578, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, 0.6000000238418579, -1.214306433183765e-16, 0.6000000238418579, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997516870498657, 1.9783979654312134, 0.16958311200141907, 7.971458911895752, 0.8891505002975464, 0.30126869678497314, 0.3349744975566864, 0.1762087196111679, -0.032909803092479706, -4.5982279777526855, 0.5566080212593079, -0.5566080212593079, 0.5566080212593079, 0.5566080212593079, -0.5566080212593079, 0.5566080212593079, -2.3561999797821045, 1.570799708366394, -1.0472025871276855, -1.570799708366394, 0.0, -1.0472025871276855, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.6987323760986328e-06, 9.5367431640625e-06, 1.7881393432617188e-07, 0.7959586381912231, 0.8150639533996582, 1.17267906665802, 0.5825813412666321, 0.15391862392425537, 0.9810879230499268, 2.021763801574707, 0.14866790175437927, 0.14866790175437927, 0.14866790175437927, 0.14866790175437927, 0.14866790175437927, 0.14866790175437927, 5.4836273193359375e-06, 3.337860107421875e-06, 5.0067901611328125e-06, 3.337860107421875e-06, 0.0, 5.0067901611328125e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [439]}, "observation.state": {"min": [-0.9708846807479858, -0.9732856750488281, -0.8326265215873718, 1.5244407653808594, -0.8746329545974731, -0.9616496562957764, -0.993872880935669, -0.7679673433303833, -0.9017472863197327, -0.9269047975540161, -0.9766420125961304, 0.923976719379425, NaN], "max": [0.6941818594932556, 0.907710075378418, 0.9298906326293945, 2.4656972885131836, 0.8713480830192566, 0.3534089922904968, 0.8397186994552612, 0.24310176074504852, 0.9987620711326599, 0.7455409169197083, 1.0, 2.1113479137420654, NaN], "mean": [-0.2614956498146057, -0.37692874670028687, -0.10164560377597809, 1.8887883424758911, 0.3321376442909241, -0.36368200182914734, -0.5146141052246094, -0.09190511703491211, 0.2920835018157959, -0.15382017195224762, 0.18086276948451996, 1.5912810564041138, NaN], "std": [0.5535762906074524, 0.5711385011672974, 0.3828401565551758, 0.29341596364974976, 0.37640345096588135, 0.4185221493244171, 0.41922807693481445, 0.3070771098136902, 0.536530613899231, 0.4479272663593292, 0.6081210374832153, 0.33637839555740356, NaN], "count": [439]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08256038023430705]], [[0.07784967789653394]], [[0.07523860198981956]]], "std": [[[0.20885797836404588]], [[0.20087699193966785]], [[0.1966362995329189]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2757830738601655]], [[0.25940722099174474]], [[0.2501062971613186]]], "std": [[[0.28719963807811694]], [[0.27541777285294494]], [[0.26892095735168686]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.39614208226295206]], [[0.38148429917433957]], [[0.3732096780574683]]], "std": [[[0.3288771999312468]], [[0.32638895285780356]], [[0.3253205673084483]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17369886896655315]], [[0.17971139234394895]], [[0.1872631873993741]]], "std": [[[0.2580924807771473]], [[0.2533000759513481]], [[0.2494004047474472]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3520576453556013]], [[0.3547454789172603]], [[0.3572822232548845]]], "std": [[[0.34486206732467317]], [[0.3345931209092091]], [[0.321780000696149]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989068531896189]], [[0.9989068531896189]], [[0.9989068531896189]]], "std": [[[0.008498299100565208]], [[0.008498299100565208]], [[0.008498299100565208]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5889971588375441]], [[0.5889971588375441]], [[0.5889971588375441]]], "std": [[[0.3348324976792677]], [[0.3348324976792677]], [[0.3348324976792677]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40549657980903797]], [[0.40549657980903797]], [[0.40549657980903797]]], "std": [[[0.3907343057037182]], [[0.3907343057037182]], [[0.3907343057037182]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15776080188239586]], [[0.15776080188239586]], [[0.15776080188239586]]], "std": [[[0.3254994992235421]], [[0.3254994992235421]], [[0.3254994992235421]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2507416567256156]], [[0.2507416567256156]], [[0.2507416567256156]]], "std": [[[0.32049674382733334]], [[0.32049674382733334]], [[0.32049674382733334]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10135887227911923]], [[0.07813208555540133]], [[0.03847198031772471]]], "std": [[[0.28146932526489843]], [[0.2506564903610006]], [[0.1237612768705498]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23101477981158608]], [[0.5427599442362355]], [[0.2085298107478688]]], "std": [[[0.28353465332801003]], [[0.4814640636935713]], [[0.30095666253875325]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5773364152268068]], [[0.4948985275174329]], [[0.14522362168081213]]], "std": [[[0.4231893874436917]], [[0.41397383182220027]], [[0.2456019669579018]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49928926279311014]], [[0.42800177966607456]], [[0.539227505563971]]], "std": [[[0.4150108708423643]], [[0.3854397036840544]], [[0.4518704767894806]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5901237786588935]], [[0.35792810390460345]], [[0.4080312950322908]]], "std": [[[0.45264588184641796]], [[0.39041530113943296]], [[0.3579934826666974]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.76], "mean": [4.379999999999999], "std": [2.534561105990542], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [439]}, "index": {"min": [9927], "max": [10365], "mean": [10146.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [439]}}} +{"episode_index": 44, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49678918719291687, 1.748956322669983, 0.08587497472763062, 2.5143721103668213, -2.0164268016815186, -2.0894460678100586, -1.6033515930175781, -5.468647003173828, -0.48582062125205994, -3.1752922534942627, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49678918719291687, 1.748956322669983, 0.08587497472763062, 5.494713306427002, -0.5837295055389404, 1.1495457887649536, 1.5653396844863892, 0.4353286325931549, 1.0444633960723877, -1.0611125230789185, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4967915117740631, 1.7489612102508545, 0.08587498217821121, 4.374633312225342, -1.1657190322875977, -0.5269509553909302, -0.12334779649972916, -2.670286178588867, 0.1327541321516037, -1.8226872682571411, 0.27798086404800415, -0.27798086404800415, 0.27798086404800415, 0.27798086404800415, -0.27798086404800415, 0.27798086404800415, -2.3561999797821045, 1.570799708366394, -1.0472028255462646, -1.570799708366394, 0.0, -1.0472028255462646, 2.4818637371063232, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.3245811462402344e-06, 4.887580871582031e-06, 7.450580596923828e-09, 0.9300253987312317, 0.4017718732357025, 0.9809587001800537, 0.9184650778770447, 1.9350714683532715, 0.4467514753341675, 0.658221423625946, 0.0808892622590065, 0.0808892622590065, 0.0808892622590065, 0.0808892622590065, 0.0808892622590065, 0.0808892622590065, 5.4836273193359375e-06, 3.337860107421875e-06, 5.245208740234375e-06, 3.337860107421875e-06, 0.0, 5.245208740234375e-06, 5.4836273193359375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [451]}, "observation.state": {"min": [-0.35112324357032776, -0.9890438914299011, -0.5106818079948425, 2.314774751663208, -0.6869430541992188, -0.7266430854797363, -0.9996297359466553, -0.9972519874572754, -0.9875611662864685, -0.4633881151676178, -0.8666515946388245, 0.3989233374595642, NaN], "max": [0.9995501041412354, 0.8852351903915405, 0.9095413088798523, 3.3629024028778076, 0.9890438914299011, 0.992848813533783, 0.9891303181648254, 0.25228309631347656, 0.9613271355628967, 0.8944611549377441, 1.0, 2.130800247192383, NaN], "mean": [0.25328776240348816, -0.5381408333778381, 0.11851116269826889, 2.7446045875549316, 0.33164530992507935, 0.13328278064727783, -0.4822537302970886, -0.23444263637065887, 0.16463612020015717, 0.18651778995990753, 0.5179407596588135, 1.279133915901184, NaN], "std": [0.44147437810897827, 0.5611812472343445, 0.34982943534851074, 0.3232780992984772, 0.47645601630210876, 0.46864208579063416, 0.43936681747436523, 0.3959422707557678, 0.6138743162155151, 0.35114288330078125, 0.4119470715522766, 0.5170113444328308, NaN], "count": [451]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12729770246048558]], [[0.11227058702828624]], [[0.09153611199960303]]], "std": [[[0.30027301752408303]], [[0.2685075934601048]], [[0.22275514998074153]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45778213641737264]], [[0.38721939715320486]], [[0.30726884960748774]]], "std": [[[0.39228637232143715]], [[0.3598328135084634]], [[0.3075456143004982]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6450886138252024]], [[0.5844621619791174]], [[0.5141793412553284]]], "std": [[[0.3050015131169737]], [[0.2866661286273954]], [[0.26548958237072434]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44594398946952674]], [[0.3630696423434461]], [[0.3095441345786973]]], "std": [[[0.3290738868476388]], [[0.3322039473521151]], [[0.3089401849474358]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710090813932358]], [[0.3839177357068473]], [[0.335928184371796]]], "std": [[[0.3274036561366516]], [[0.3297272635732503]], [[0.330933115982524]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992603723887558]], [[0.9992603723887558]], [[0.9992603723887558]]], "std": [[[0.0066013558162302645]], [[0.0066013558162302645]], [[0.0066013558162302645]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5721253759326651]], [[0.5721253759326651]], [[0.5721253759326651]]], "std": [[[0.33123925415961375]], [[0.33123925415961375]], [[0.33123925415961375]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21612347958916134]], [[0.21612347958916134]], [[0.21612347958916134]]], "std": [[[0.24944618988042347]], [[0.24944618988042347]], [[0.24944618988042347]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12951087748802884]], [[0.12951087748802884]], [[0.12951087748802884]]], "std": [[[0.28304692347275645]], [[0.28304692347275645]], [[0.28304692347275645]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29361537620759465]], [[0.29361537620759465]], [[0.29361537620759465]]], "std": [[[0.34752152895873156]], [[0.34752152895873156]], [[0.34752152895873156]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1434964899540063]], [[0.06070549476929721]], [[0.0648732044919469]]], "std": [[[0.34569002917828845]], [[0.18848468773065133]], [[0.19095019172484543]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4627582879531896]], [[0.52181959925997]], [[0.12727300305574163]]], "std": [[[0.437453476753569]], [[0.4495966821994493]], [[0.2267356585728728]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1953428271209308]], [[0.7588631072004055]], [[0.4498100518275776]]], "std": [[[0.2303797326970882]], [[0.4012927718767793]], [[0.3050518734067631]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508834175221335]], [[0.544030325402621]], [[0.4547131914562617]]], "std": [[[0.4396925178208378]], [[0.37905383568823153]], [[0.37588875264737365]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6276022439617754]], [[0.33615337315118243]], [[0.28518509264791375]]], "std": [[[0.44370103089847096]], [[0.3499085942299796]], [[0.3553612790653609]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.0], "mean": [4.5], "std": [2.603843313258307], "count": [451]}, "frame_index": {"min": [0], "max": [450], "mean": [225.0], "std": [130.19216566291536], "count": [451]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [451]}, "index": {"min": [10366], "max": [10816], "mean": [10591.0], "std": [130.19216566291536], "count": [451]}, "task_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [451]}}} +{"episode_index": 45, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.499733567237854, 1.2053087949752808, 0.09499967843294144, -1.6676644086837769, -1.5643821954727173, 1.053234577178955, 0.4809604287147522, -0.030365711078047752, 0.8616805672645569, -2.86261248588562, 8.673617379884035e-18, -0.5170731544494629, 8.673617379884035e-18, 8.673617379884035e-18, -0.5170731544494629, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.499733567237854, 1.2053087949752808, 0.09499967843294144, -0.7972017526626587, -1.0932410955429077, 1.4992889165878296, 1.556185245513916, -3.5409146221354604e-05, 1.0446981191635132, -2.4869279861450195, 0.5170731544494629, -8.673617379884035e-18, 0.5170731544494629, 0.5170731544494629, -8.673617379884035e-18, 0.5170731544494629, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49973323941230774, 1.2053076028823853, 0.09499974548816681, -1.446402668952942, -1.2057907581329346, 1.390705943107605, 0.7448545098304749, -0.007152758538722992, 0.9049883484840393, -2.7706663608551025, 0.2895033657550812, -0.2895033657550812, 0.2895033657550812, 0.2895033657550812, -0.2895033657550812, 0.2895033657550812, -2.356196403503418, 1.5707954168319702, -1.0471974611282349, -1.5707954168319702, 0.0, -1.0471974611282349, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.2782554626464844e-07, 1.1920928955078125e-06, 6.705522537231445e-08, 0.278249591588974, 0.15425294637680054, 0.14503562450408936, 0.34821438789367676, 0.00927974283695221, 0.06013605371117592, 0.1219458058476448, 0.24392884969711304, 0.24392884969711304, 0.24392884969711304, 0.24392884969711304, 0.24392884969711304, 0.24392884969711304, 1.9073486328125e-06, 9.5367431640625e-07, 1.1920928955078125e-07, 9.5367431640625e-07, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [88]}, "observation.state": {"min": [-0.9318461418151855, -0.4435690641403198, -0.05727975070476532, 0.7493271231651306, 0.34441685676574707, -0.9318461418151855, -5.856032316842175e-07, -0.42763540148735046, -0.24039754271507263, -6.313657650025561e-07, 0.8831824064254761, 1.2501899003982544, NaN], "max": [-0.8946622014045715, -0.3628537058830261, 0.053426388651132584, 0.7745203375816345, 0.44614386558532715, -0.8152724504470825, 0.46551892161369324, 0.10608604550361633, 0.0049604070372879505, 0.40273794531822205, 1.0, 1.3544176816940308, NaN], "mean": [-0.920584499835968, -0.38830330967903137, 0.007234913296997547, 0.7663479447364807, 0.3820382058620453, -0.9066339731216431, 0.09075562655925751, -0.009206254035234451, -0.03200162947177887, 0.08542785048484802, 0.9841920733451843, 1.3230427503585815, NaN], "std": [0.014069788157939911, 0.031405698508024216, 0.02255335822701454, 0.00711932172998786, 0.029990777373313904, 0.03671221435070038, 0.14689627289772034, 0.17480558156967163, 0.06670907884836197, 0.1326800286769867, 0.031462959945201874, 0.023413296788930893, NaN], "count": [88]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.12164706162768915]], [[0.12375524415971251]], [[0.1104539242722032]]], "std": [[[0.29585390375814585]], [[0.29801900783077595]], [[0.2745677487986923]]], "count": [88]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43100710147357985]], [[0.4343431813594578]], [[0.387781293035851]]], "std": [[[0.40458040703248965]], [[0.4004002992234327]], [[0.38600020495353954]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.568773687910798]], [[0.5857445083731905]], [[0.4820006487972197]]], "std": [[[0.24077220849485806]], [[0.24080085663581702]], [[0.23184484426120547]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.43577257587858137]], [[0.39356902996982296]], [[0.3442775618879579]]], "std": [[[0.20499351524402556]], [[0.21830514214411045]], [[0.230777851908181]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3284277835293532]], [[0.31897174845638626]], [[0.2670424316917355]]], "std": [[[0.30846117184900745]], [[0.2936803849270119]], [[0.26856339480306823]]], "count": [88]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992731130275715]], [[0.9992731130275715]], [[0.9992731130275715]]], "std": [[[0.00661896035611298]], [[0.00661896035611298]], [[0.00661896035611298]]], "count": [88]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880238543773024]], [[0.5880238543773024]], [[0.5880238543773024]]], "std": [[[0.3352417968558555]], [[0.3352417968558555]], [[0.3352417968558555]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16665921887935903]], [[0.16665921887935903]], [[0.16665921887935903]]], "std": [[[0.20756103747849328]], [[0.20756103747849328]], [[0.20756103747849328]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02797771589119153]], [[0.02797771589119153]], [[0.02797771589119153]]], "std": [[[0.026492776245528343]], [[0.026492776245528343]], [[0.026492776245528343]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38012036977601044]], [[0.38012036977601044]], [[0.38012036977601044]]], "std": [[[0.4188079138744875]], [[0.4188079138744875]], [[0.4188079138744875]]], "count": [88]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0703765059938]], [[0.09460837501320546]], [[0.09938967310873599]]], "std": [[[0.22030028295395251]], [[0.27917901080848756]], [[0.259743507893427]]], "count": [88]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32839515469238645]], [[0.3066781186112021]], [[0.3765549644874505]]], "std": [[[0.35526464328186563]], [[0.41076930244161725]], [[0.44642351935235236]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6921570639130793]], [[0.4396411748429564]], [[0.3158175945295964]]], "std": [[[0.41432112755999984]], [[0.3265685137272542]], [[0.3754206639793704]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7139985498226948]], [[0.5098892442246958]], [[0.5138423566012145]]], "std": [[[0.34227705393727115]], [[0.34538271499438783]], [[0.4417197042479967]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5736857802461699]], [[0.48655582036577094]], [[0.21767625256481557]]], "std": [[[0.42517400237896713]], [[0.462179501533876]], [[0.34350387403463295]]], "count": [88]}, "timestamp": {"min": [0.0], "max": [1.74], "mean": [0.87], "std": [0.5080354318352215], "count": [88]}, "frame_index": {"min": [0], "max": [87], "mean": [43.5], "std": [25.401771591761076], "count": [88]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [88]}, "index": {"min": [10817], "max": [10904], "mean": [10860.5], "std": [25.401771591761076], "count": [88]}, "task_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [88]}}} +{"episode_index": 46, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2971934080123901, 0.34661415219306946, -1.382487416267395, -1.5683917999267578, 1.049536943435669, 0.9045408964157104, 5.4796552658081055, 1.052964687347412, 1.7862045764923096, 6.418476861114186e-17, -0.4390243887901306, 6.418476861114186e-17, 6.418476861114186e-17, -0.4390243887901306, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2971934080123901, 0.34661415219306946, -0.7890439629554749, -0.9556294679641724, 1.733906865119934, 1.5663496255874634, 6.279796123504639, 2.1898601055145264, 3.788750171661377, 0.4390243887901306, -6.418476861114186e-17, 0.4390243887901306, 0.4390243887901306, -6.418476861114186e-17, 0.4390243887901306, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997487962245941, 1.2971932888031006, 0.3466140627861023, -1.242125391960144, -1.1812326908111572, 1.442599892616272, 1.0983768701553345, 5.751772880554199, 1.9858191013336182, 2.249361991882324, 0.29115426540374756, -0.29115426540374756, 0.29115426540374756, 0.29115426540374756, -0.29115426540374756, 0.29115426540374756, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865406036377, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1920928955078125e-06, 1.1920928955078125e-07, 8.940696716308594e-08, 0.15312747657299042, 0.1636522263288498, 0.1856989711523056, 0.1621057689189911, 0.24460461735725403, 0.34671512246131897, 0.5008959770202637, 0.20357289910316467, 0.20357289910316467, 0.20357289910316467, 0.20357289910316467, 0.20357289910316467, 0.20357289910316467, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 7.152557373046875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [219]}, "observation.state": {"min": [-0.8889243006706238, -0.8253800272941589, -0.7866702079772949, 2.4185783863067627, -0.9095466732978821, -0.9672989845275879, -0.31000837683677673, -0.19174064695835114, -0.6147773265838623, -0.33095645904541016, 0.597654402256012, 1.279688835144043, NaN], "max": [-0.1227036789059639, 0.6370256543159485, 0.007568219676613808, 2.5151329040527344, 0.8250253796577454, -0.38570159673690796, 0.03764922544360161, 0.08051150292158127, 7.32136413716944e-08, 0.6965202689170837, 1.0, 1.4725124835968018, NaN], "mean": [-0.6104303002357483, -0.5289862751960754, -0.1441165655851364, 2.4498705863952637, 0.532638669013977, -0.6447849869728088, -0.04260207340121269, 0.02776295691728592, -0.12613129615783691, 0.008559446781873703, 0.950624942779541, 1.3225834369659424, NaN], "std": [0.1339128315448761, 0.5017040967941284, 0.23904193937778473, 0.0143895810469985, 0.5201731324195862, 0.1419980227947235, 0.0893949568271637, 0.06507676094770432, 0.19811780750751495, 0.1802339255809784, 0.09270837903022766, 0.05043213441967964, NaN], "count": [219]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08754484000775167]], [[0.0864446804815425]], [[0.08567740568406837]]], "std": [[[0.21680505167863529]], [[0.21436166751529964]], [[0.212748800198015]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30066231473267124]], [[0.2964083106516434]], [[0.29232071943034593]]], "std": [[[0.29464363428911333]], [[0.29196213097595836]], [[0.2906492453818975]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.707928625600235]], [[0.7009193872959738]], [[0.6956312859126756]]], "std": [[[0.22579697090841583]], [[0.2251406220421479]], [[0.22446492957653041]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4913026324171473]], [[0.48672832331181504]], [[0.48089551804443265]]], "std": [[[0.27273876217291537]], [[0.2715114135023328]], [[0.2722041234246289]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4965412075845693]], [[0.48370683790085234]], [[0.4695138359984738]]], "std": [[[0.24233064253920436]], [[0.24404072668070306]], [[0.24606284317791774]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986000049621436]], [[0.9986000049621436]], [[0.9986000049621436]]], "std": [[[0.010046245528739391]], [[0.010046245528739391]], [[0.010046245528739391]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.597222429425243]], [[0.597222429425243]], [[0.597222429425243]]], "std": [[[0.3371513792145886]], [[0.3371513792145886]], [[0.3371513792145886]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.06272055152213753]], [[0.06272055152213753]], [[0.06272055152213753]]], "std": [[[0.04594808649106571]], [[0.04594808649106571]], [[0.04594808649106571]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08299795680386993]], [[0.08299795680386993]], [[0.08299795680386993]]], "std": [[[0.07026982216788691]], [[0.07026982216788691]], [[0.07026982216788691]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08425782761379234]], [[0.08425782761379234]], [[0.08425782761379234]]], "std": [[[0.05832670637462188]], [[0.05832670637462188]], [[0.05832670637462188]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08229064884050129]], [[0.06970707125571066]], [[0.09678804740322311]]], "std": [[[0.2050956659992353]], [[0.23395644858690728]], [[0.2838926950088851]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45682015247191865]], [[0.5023904160891469]], [[0.14064647208358394]]], "std": [[[0.44795157156707643]], [[0.4792567353747242]], [[0.2546190546321642]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.516214619413649]], [[0.9051090095762665]], [[0.18989149669648647]]], "std": [[[0.19136237069128123]], [[0.2628954672609148]], [[0.2592066893013387]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5948655829076954]], [[0.5958813913582259]], [[0.49009414527412826]]], "std": [[[0.4263204635469693]], [[0.37754746400874756]], [[0.34753489017305816]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6136582316932109]], [[0.8397755059207089]], [[0.35175741823695045]]], "std": [[[0.3587552760551442]], [[0.29137461950479177]], [[0.37927928035203634]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.36], "mean": [2.1799999999999997], "std": [1.2643839079435748], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [219]}, "index": {"min": [10905], "max": [11123], "mean": [11014.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [219]}}} +{"episode_index": 47, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997381269931793, 1.1507935523986816, 0.07215183228254318, -2.3764476776123047, -1.6473058462142944, -0.27291175723075867, -0.8731964826583862, 0.007863654755055904, 0.25277265906333923, -7.588088512420654, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997381269931793, 1.1507935523986816, 0.07215183228254318, 0.01665543206036091, -0.7410202026367188, 1.0450177192687988, 1.5645498037338257, 1.5041862726211548, 1.3136341571807861, -2.493954658508301, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997394382953644, 1.1507896184921265, 0.07215168327093124, -1.3594496250152588, -1.2295799255371094, 0.29288142919540405, -0.12645411491394043, 0.6569619178771973, 0.8443663120269775, -5.921313762664795, 0.3030926585197449, -0.3030926585197449, 0.3030926585197449, 0.3030926585197449, -0.3030926585197449, 0.3030926585197449, -2.3561999797821045, 1.5707993507385254, -1.047200322151184, -1.5707993507385254, 0.0, -1.047200322151184, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.3113021850585938e-06, 3.933906555175781e-06, 1.4901161193847656e-07, 0.9238940477371216, 0.33750590682029724, 0.37801575660705566, 0.7121758460998535, 0.45913851261138916, 0.3055821657180786, 1.6028571128845215, 0.11857262998819351, 0.11857262998819351, 0.11857262998819351, 0.11857262998819351, 0.11857262998819351, 0.11857262998819351, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.7418136596679688e-06, 2.9802322387695312e-06, 0.0, 2.7418136596679688e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [342]}, "observation.state": {"min": [-0.9979256391525269, -0.8605337142944336, -0.850104808807373, 1.348569393157959, -0.9701671004295349, -0.29720452427864075, -0.9093124270439148, -1.6817305088043213, -0.3953511714935303, -0.11547689884901047, -0.5287153124809265, 1.2959142923355103, NaN], "max": [0.9332579374313354, 0.2672489881515503, 0.998250424861908, 1.7722746133804321, 0.9994329214096069, 0.9984599351882935, 0.9756413698196411, 0.15110252797603607, 0.7991257309913635, 0.9976833462715149, 1.0, 2.2330801486968994, NaN], "mean": [0.2754903733730316, -0.4913964569568634, 0.029887575656175613, 1.6478419303894043, 0.3917820453643799, 0.3972650170326233, 0.004487576428800821, -0.4612794816493988, 0.08835788071155548, 0.40350574254989624, 0.5474128723144531, 1.5703800916671753, NaN], "std": [0.5718505382537842, 0.3753158748149872, 0.4624573290348053, 0.11736616492271423, 0.5851525068283081, 0.34869247674942017, 0.4740011692047119, 0.6588243246078491, 0.3055947422981262, 0.41886085271835327, 0.510765790939331, 0.2892356812953949, NaN], "count": [342]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.08742368457933429]], [[0.08199801916594414]], [[0.07851393322966477]]], "std": [[[0.22226972857371208]], [[0.21351111211948248]], [[0.20772550289668706]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29283385067032525]], [[0.27375075018893025]], [[0.2611563752480233]]], "std": [[[0.30508783203337464]], [[0.29537690205252437]], [[0.2898158856083058]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7341246316111343]], [[0.7245845606256592]], [[0.7156785054023661]]], "std": [[[0.22821614006576552]], [[0.22997270320525184]], [[0.23068155182678157]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18264145227189058]], [[0.19155714880596747]], [[0.19221047401211433]]], "std": [[[0.27282684756876996]], [[0.27610394796123955]], [[0.2796658386716298]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2976272799876081]], [[0.2934408307969404]], [[0.2855279056870859]]], "std": [[[0.31920723419958286]], [[0.3165022566133763]], [[0.3153711409704943]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991191524658836]], [[0.9991191524658836]], [[0.9991191524658836]]], "std": [[[0.007484106927841016]], [[0.007484106927841016]], [[0.007484106927841016]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5874422510428884]], [[0.5874422510428884]], [[0.5874422510428884]]], "std": [[[0.33513468179173816]], [[0.33513468179173816]], [[0.33513468179173816]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10479137874499343]], [[0.10479137874499343]], [[0.10479137874499343]]], "std": [[[0.11944533944512951]], [[0.11944533944512951]], [[0.11944533944512951]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3389350810807548]], [[0.3389350810807548]], [[0.3389350810807548]]], "std": [[[0.4569527809632231]], [[0.4569527809632231]], [[0.4569527809632231]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3944091099590891]], [[0.3944091099590891]], [[0.3944091099590891]]], "std": [[[0.41141141287309174]], [[0.41141141287309174]], [[0.41141141287309174]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11522973584632376]], [[0.0894432314015172]], [[0.07538039322975865]]], "std": [[[0.2945466093055789]], [[0.2649020770049095]], [[0.2458992036558613]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3150120331980814]], [[0.4281293939278116]], [[0.2124608195181222]]], "std": [[[0.4151425471286939]], [[0.45091917034096196]], [[0.2619700831411842]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7317046773567332]], [[0.7411096533138066]], [[0.2259551247878516]]], "std": [[[0.4023539054146666]], [[0.23322740170561027]], [[0.2674241519754816]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38100332798897063]], [[0.38395145146051307]], [[0.37231149252560364]]], "std": [[[0.4332569156721589]], [[0.38697095595450387]], [[0.39488650481771004]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5412812160738582]], [[0.4823953111766919]], [[0.14381733142626088]]], "std": [[[0.467960422248145]], [[0.3960580323320037]], [[0.22993586591347726]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.82], "mean": [3.41], "std": [1.9745294798170694], "count": [342]}, "frame_index": {"min": [0], "max": [341], "mean": [170.5], "std": [98.72647399085346], "count": [342]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [342]}, "index": {"min": [11124], "max": [11465], "mean": [11294.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [342]}}} +{"episode_index": 48, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4665040969848633, 2.3002700805664062, 0.07130985707044601, -1.1913284063339233, -1.7216466665267944, 1.0638117790222168, 0.2533204257488251, -1.5659624338150024, 0.322386234998703, -3.0094709396362305, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4665040969848633, 2.3002700805664062, 0.07130985707044601, -0.5889184474945068, -0.530548632144928, 6.120934009552002, 2.285254955291748, -0.008325321599841118, 1.5799148082733154, -2.4851021766662598, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4665054380893707, 2.3002734184265137, 0.07130999863147736, -0.8272988796234131, -1.3483151197433472, 4.6793646812438965, 1.0498136281967163, -1.2213492393493652, 0.7745161056518555, -2.748044013977051, 0.23458120226860046, -0.23458120226860046, 0.23458120226860046, 0.23458120226860046, -0.23458120226860046, 0.23458120226860046, -2.3561997413635254, 1.5707992315292358, -1.0471997261047363, -1.5707992315292358, 0.0, -1.0471997261047363, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-06, 3.337860107421875e-06, 1.4156103134155273e-07, 0.195743590593338, 0.3950149714946747, 1.6181292533874512, 0.7153403759002686, 0.41115885972976685, 0.43327417969703674, 0.14411388337612152, 0.124744713306427, 0.124744713306427, 0.124744713306427, 0.124744713306427, 0.124744713306427, 0.124744713306427, 5.245208740234375e-06, 2.86102294921875e-06, 2.1457672119140625e-06, 2.86102294921875e-06, 0.0, 2.1457672119140625e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [323]}, "observation.state": {"min": [-0.7358047366142273, -0.9981762766838074, -0.6775535941123962, 0.5699292421340942, -0.7782276272773743, -0.7069501280784607, -0.010288311168551445, -0.7480215430259705, -0.9551950693130493, -0.45435941219329834, -0.419644832611084, 1.2166054248809814, NaN], "max": [0.6918606758117676, 0.9321458339691162, 0.8099517226219177, 1.723193883895874, 0.7633571028709412, 0.6919142007827759, 0.9705895781517029, 0.05979059264063835, 0.9113906025886536, 0.8064370155334473, 1.0, 1.6398247480392456, NaN], "mean": [0.24782654643058777, -0.2912168800830841, 0.04510744288563728, 0.9520559310913086, 0.2631077170372009, 0.17376865446567535, 0.23288694024085999, -0.23951786756515503, -0.006990625523030758, 0.026190344244241714, 0.7679465413093567, 1.3441897630691528, NaN], "std": [0.5568413734436035, 0.671711266040802, 0.3007882535457611, 0.4390290081501007, 0.6107576489448547, 0.5988031625747681, 0.338751882314682, 0.32952800393104553, 0.43152138590812683, 0.2730417549610138, 0.3856956362724304, 0.09797372668981552, NaN], "count": [323]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09529771855392408]], [[0.08685101029913009]], [[0.08312376725937459]]], "std": [[[0.2376628884961713]], [[0.2202950888974705]], [[0.2138170980413744]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34312013148339254]], [[0.3107851519254123]], [[0.29366606651552246]]], "std": [[[0.32462755582368424]], [[0.30256320017857363]], [[0.29499502223466734]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5165537631488422]], [[0.48340983885774136]], [[0.4735957609882981]]], "std": [[[0.34955803460726803]], [[0.3361845094187371]], [[0.33497279006222325]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3177588264128195]], [[0.3052170233710255]], [[0.29262262160772107]]], "std": [[[0.2732163848156176]], [[0.26572136756625303]], [[0.2710793088729245]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4557904701362779]], [[0.4320873994411554]], [[0.40588316968318056]]], "std": [[[0.35552261645235345]], [[0.34505491625259666]], [[0.3347407017696944]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987363968534646]], [[0.9987363968534646]], [[0.9987363968534646]]], "std": [[[0.009396214271619647]], [[0.009396214271619647]], [[0.009396214271619647]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5903731598997111]], [[0.5903731598997111]], [[0.5903731598997111]]], "std": [[[0.3373533985917251]], [[0.3373533985917251]], [[0.3373533985917251]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.343360886641172]], [[0.343360886641172]], [[0.343360886641172]]], "std": [[[0.3501611738361055]], [[0.3501611738361055]], [[0.3501611738361055]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1611026969250133]], [[0.1611026969250133]], [[0.1611026969250133]]], "std": [[[0.3160991900697492]], [[0.3160991900697492]], [[0.3160991900697492]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677807108069451]], [[0.3677807108069451]], [[0.3677807108069451]]], "std": [[[0.4091979895970327]], [[0.4091979895970327]], [[0.4091979895970327]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.055633843428277915]], [[0.0291247020199277]], [[0.14388011327098466]]], "std": [[[0.16529832139276032]], [[0.10579496732339005]], [[0.34739731956071146]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5180123262327742]], [[0.2960617317478614]], [[0.24398744443572715]]], "std": [[[0.47002998205998636]], [[0.34881538644787485]], [[0.3705387509954896]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5402318595096464]], [[0.6553006381718927]], [[0.14562335587085284]]], "std": [[[0.41308452861472683]], [[0.38964042181063796]], [[0.23339704027846778]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4216881493953896]], [[0.8108687627029197]], [[0.24458465316293065]]], "std": [[[0.3379020174092427]], [[0.36943003966196264]], [[0.27985531787129764]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32075370534657555]], [[0.543217598711452]], [[0.26574092380360376]]], "std": [[[0.37097711449122317]], [[0.4606780434054339]], [[0.35316850840432334]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.44], "mean": [3.2199999999999998], "std": [1.8648324321504064], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [323]}, "index": {"min": [11466], "max": [11788], "mean": [11627.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [323]}}} +{"episode_index": 49, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4989164471626282, 1.1445415019989014, 0.17130325734615326, -1.659968614578247, -1.5688204765319824, 1.0487468242645264, 0.6035101413726807, -0.49002984166145325, 1.051265835762024, -3.150477886199951, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4989164471626282, 1.1445415019989014, 0.17130325734615326, -0.7935759425163269, -1.3144954442977905, 1.2128844261169434, 1.5617516040802002, -0.004380457568913698, 1.4822872877120972, -2.4881105422973633, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4989165961742401, 1.1445404291152954, 0.17130300402641296, -1.5289782285690308, -1.371327519416809, 1.179540991783142, 0.8148412108421326, -0.41010329127311707, 1.344744324684143, -3.037879467010498, 0.37346914410591125, -0.37346914410591125, 0.37346914410591125, 0.37346914410591125, -0.37346914410591125, 0.37346914410591125, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 1.0728836059570312e-06, 2.5331974029541016e-07, 0.24862943589687347, 0.07153994590044022, 0.043534670025110245, 0.24881534278392792, 0.1392354816198349, 0.10664235055446625, 0.1843261569738388, 0.2649194002151489, 0.2649194002151489, 0.2649194002151489, 0.2649194002151489, 0.2649194002151489, 0.2649194002151489, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [112]}, "observation.state": {"min": [-0.39566269516944885, -0.9713821411132812, -0.6229808330535889, 0.5869234800338745, 0.8180391788482666, 0.04824788495898247, -0.5730384588241577, -0.10114514082670212, -0.0014210219960659742, -0.7363526821136475, 0.5324676632881165, 1.3581899404525757, NaN], "max": [0.29089614748954773, -0.6747932434082031, 0.0011077179806306958, 0.5937711596488953, 0.9695886373519897, 0.29089614748954773, 0.0011497201630845666, 0.1561262011528015, 0.42253899574279785, 0.0007286090403795242, 1.0, 1.5690454244613647, NaN], "mean": [0.20052416622638702, -0.935732364654541, -0.09433522075414658, 0.5891979336738586, 0.946210503578186, 0.24691548943519592, -0.08469017595052719, 0.1131187304854393, 0.07765848189592361, -0.09880023449659348, 0.9522280097007751, 1.41266667842865, NaN], "std": [0.18960659205913544, 0.06350282579660416, 0.1879124939441681, 0.0025196042843163013, 0.0328136682510376, 0.08255534619092941, 0.16927002370357513, 0.0724659338593483, 0.14634212851524353, 0.2069462090730667, 0.11500959098339081, 0.07241826504468918, NaN], "count": [112]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.12642153007025456]], [[0.11805765608456029]], [[0.1078078765311398]]], "std": [[[0.2988933226712497]], [[0.28022143006325206]], [[0.25748141443909917]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4516707175192501]], [[0.4153533803932298]], [[0.3752969635034343]]], "std": [[[0.39111690162096535]], [[0.3673135572140366]], [[0.33894965093395685]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5801095078023001]], [[0.5284052649684066]], [[0.48454201225649457]]], "std": [[[0.16693182071690785]], [[0.18484714218963644]], [[0.2041335467832679]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34476519740278727]], [[0.3134345543559238]], [[0.2621954641984697]]], "std": [[[0.31411722749929116]], [[0.3176214700277112]], [[0.297383369154402]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.39398934346147063]], [[0.3385218820471658]], [[0.29476609327086395]]], "std": [[[0.2826713260962052]], [[0.2728050583685958]], [[0.2691434727501808]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8823529411764706]], [[0.8823529411764706]], [[0.8823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992767340512347]], [[0.9992767340512347]], [[0.9992767340512347]]], "std": [[[0.006532058131606308]], [[0.006532058131606308]], [[0.006532058131606308]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5826198709708568]], [[0.5826198709708568]], [[0.5826198709708568]]], "std": [[[0.331598650101786]], [[0.331598650101786]], [[0.331598650101786]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.07576616502077729]], [[0.07576616502077729]], [[0.07576616502077729]]], "std": [[[0.05833681614574829]], [[0.05833681614574829]], [[0.05833681614574829]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.028366031847573678]], [[0.028366031847573678]], [[0.028366031847573678]]], "std": [[[0.027036193598340065]], [[0.027036193598340065]], [[0.027036193598340065]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28164466760679174]], [[0.28164466760679174]], [[0.28164466760679174]]], "std": [[[0.3933012365126573]], [[0.3933012365126573]], [[0.3933012365126573]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14364259289434456]], [[0.027278395698760335]], [[0.06891965820218857]]], "std": [[[0.3473760001717191]], [[0.10822412039912543]], [[0.18042788821989758]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48984551908380053]], [[0.49594903744473745]], [[0.1304066288873198]]], "std": [[[0.4446233681183709]], [[0.4554297269059284]], [[0.23305751052735119]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5783127504960467]], [[0.4323160268519022]], [[0.7391669365670416]]], "std": [[[0.338759006814605]], [[0.41661264974154966]], [[0.35081863791476176]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6015169245975467]], [[0.5308791979566697]], [[0.601116997286244]]], "std": [[[0.3983009611124385]], [[0.3502821555457841]], [[0.4215069614243464]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676757601299813]], [[0.5882826678361232]], [[0.2246441211004425]]], "std": [[[0.3436234574049121]], [[0.45955660344427873]], [[0.3333598986991931]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.22], "mean": [1.1099999999999999], "std": [0.6466065264130885], "count": [112]}, "frame_index": {"min": [0], "max": [111], "mean": [55.5], "std": [32.33032632065442], "count": [112]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [112]}, "index": {"min": [11789], "max": [11900], "mean": [11844.5], "std": [32.33032632065442], "count": [112]}, "task_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [112]}}} +{"episode_index": 50, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.8366886377334595, 0.3098502457141876, -1.1694049835205078, -1.5682423114776611, 1.0494822263717651, 1.0448309183120728, -1.0634877681732178, 1.0167137384414673, -10.81863784790039, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.8366886377334595, 0.3098502457141876, -0.49265918135643005, -1.1635236740112305, 1.7686644792556763, 1.561742901802063, 0.05783170089125633, 2.2286036014556885, -8.762187957763672, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974891543388367, 1.8366893529891968, 0.3098498284816742, -0.912240743637085, -1.3132940530776978, 1.6567188501358032, 1.180727481842041, -0.7496508359909058, 1.8052585124969482, -10.229297637939453, 0.2934999167919159, -0.2934999167919159, 0.2934999167919159, 0.2934999167919159, -0.2934999167919159, 0.2934999167919159, -2.356198787689209, 1.5707980394363403, -1.0471965074539185, -1.5707980394363403, 0.0, -1.0471965074539185, 2.4818639755249023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 7.152557373046875e-07, 4.172325134277344e-07, 0.22304153442382812, 0.09256140142679214, 0.16178946197032928, 0.12610729038715363, 0.39222171902656555, 0.4985749423503876, 0.6562365293502808, 0.16435328125953674, 0.16435328125953674, 0.16435328125953674, 0.16435328125953674, 0.16435328125953674, 0.16435328125953674, 4.291534423828125e-06, 1.6689300537109375e-06, 1.0728836059570312e-06, 1.6689300537109375e-06, 0.0, 1.0728836059570312e-06, 5.7220458984375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [179]}, "observation.state": {"min": [-0.27833062410354614, -0.9505676627159119, -0.9999496936798096, 1.5770350694656372, -0.5613461136817932, -0.9991928339004517, -0.14665602147579193, -0.16219459474086761, -0.9662460088729858, -0.8700679540634155, -0.456764280796051, 1.3418492078781128, NaN], "max": [0.3872610926628113, 0.286054790019989, 0.007461620960384607, 1.780814290046692, 0.9896132946014404, 0.330570250749588, 0.05341073125600815, 0.15425817668437958, 0.17342844605445862, 0.5532729625701904, 1.0, 1.6975126266479492, NaN], "mean": [0.18826061487197876, -0.5768004655838013, -0.3935260474681854, 1.6963454484939575, 0.731955349445343, -0.10389483720064163, -0.04396770894527435, 0.06782130897045135, -0.24842903017997742, -0.1616429090499878, 0.5942368507385254, 1.4640002250671387, NaN], "std": [0.200587198138237, 0.49238425493240356, 0.44081586599349976, 0.05323450267314911, 0.4202699065208435, 0.5209011435508728, 0.05957372859120369, 0.0641406774520874, 0.3875829577445984, 0.3414646089076996, 0.5405724048614502, 0.12583701312541962, NaN], "count": [179]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1253186413650991]], [[0.11976387304691036]], [[0.11140466079390272]]], "std": [[[0.2976445089178667]], [[0.2847660450622967]], [[0.2661194942283835]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43018311382553776]], [[0.4077316070438298]], [[0.3735250075270353]]], "std": [[[0.3952662606067684]], [[0.37780657547667484]], [[0.3530849316741946]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7013970472563704]], [[0.6853107649680713]], [[0.6657066689197481]]], "std": [[[0.2785896469322455]], [[0.27551909718776013]], [[0.27289400914150536]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5320250829650283]], [[0.5256857595197718]], [[0.5079588396899063]]], "std": [[[0.3121908288812023]], [[0.3083692886567875]], [[0.30851999828516935]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.49619171710953797]], [[0.48923684378166304]], [[0.47461212868581654]]], "std": [[[0.3131544009697901]], [[0.3157021713666708]], [[0.32238391075718376]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991356482403502]], [[0.9991356482403502]], [[0.9991356482403502]]], "std": [[[0.007359806967671485]], [[0.007359806967671485]], [[0.007359806967671485]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5889511047810253]], [[0.5889511047810253]], [[0.5889511047810253]]], "std": [[[0.33333028997399416]], [[0.33333028997399416]], [[0.33333028997399416]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22065874467156307]], [[0.22065874467156307]], [[0.22065874467156307]]], "std": [[[0.22248717776449423]], [[0.22248717776449423]], [[0.22248717776449423]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09052415926871415]], [[0.09052415926871415]], [[0.09052415926871415]]], "std": [[[0.19712099596151114]], [[0.19712099596151114]], [[0.19712099596151114]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09235427424962667]], [[0.09235427424962667]], [[0.09235427424962667]]], "std": [[[0.08023923916311182]], [[0.08023923916311182]], [[0.08023923916311182]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09704581064326144]], [[0.07468282447892463]], [[0.06389612087781661]]], "std": [[[0.2840176115395147]], [[0.24414724729922674]], [[0.17103619627413413]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2756180222371087]], [[0.41692204673668654]], [[0.23294553511018307]]], "std": [[[0.33653601722619514]], [[0.44482167313062]], [[0.3697848145638774]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5269447344616175]], [[0.7986839590663393]], [[0.2619271490272522]]], "std": [[[0.2966676930500176]], [[0.34530824896004114]], [[0.3463484976941478]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42105216218699104]], [[0.558411090793145]], [[0.6234061078622483]]], "std": [[[0.37281385908670434]], [[0.38721694879152474]], [[0.4184554957919322]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4997188422648564]], [[0.44627213602174226]], [[0.6224758682242434]]], "std": [[[0.3670078478527046]], [[0.4013744711777111]], [[0.41095661860808336]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.56], "mean": [1.78], "std": [1.0334408546211051], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [179]}, "index": {"min": [11901], "max": [12079], "mean": [11990.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [179]}}} +{"episode_index": 51, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8991106748580933, -0.11118298768997192, -1.741831660270691, -1.9723353385925293, -5.610894203186035, 1.1804693937301636, 0.0054922220297157764, 0.6498392820358276, -2.469543218612671, 8.673617379884035e-18, -0.4000000059604645, 8.673617379884035e-18, 8.673617379884035e-18, -0.4000000059604645, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8991106748580933, -0.11118298768997192, -0.7902271747589111, -1.573008418083191, -5.238053321838379, 1.5687774419784546, 1.0302249193191528, 1.045474886894226, -0.24646911025047302, 0.4000000059604645, -8.673617379884035e-18, 0.4000000059604645, 0.4000000059604645, -8.673617379884035e-18, 0.4000000059604645, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974918365478516, 0.899109423160553, -0.11118309944868088, -1.383748173713684, -1.8269377946853638, -5.4808831214904785, 1.322442889213562, 0.6696465611457825, 0.8231382966041565, -1.0026946067810059, 0.3364567756652832, -0.3364567756652832, 0.3364567756652832, 0.3364567756652832, -0.3364567756652832, 0.3364567756652832, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860399246216, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 1.2516975402832031e-06, 1.1175870895385742e-07, 0.3303806781768799, 0.13536064326763153, 0.13089552521705627, 0.13628078997135162, 0.36482545733451843, 0.12982594966888428, 0.7970563769340515, 0.1391567587852478, 0.1391567587852478, 0.1391567587852478, 0.1391567587852478, 0.1391567587852478, 0.1391567587852478, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.1457672119140625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [127]}, "observation.state": {"min": [-0.32835260033607483, -0.7481266856193542, 1.1337001524225343e-05, 0.4011491537094116, -0.9795882105827332, -0.512341320514679, -0.5673470497131348, -0.15293413400650024, -0.000569088791962713, -0.8610823750495911, -0.524351179599762, 1.3589754104614258, NaN], "max": [-0.19269992411136627, 0.9795882105827332, 0.9482793807983398, 0.7907547950744629, -0.7726653218269348, -0.20101484656333923, 0.030249958857893944, 0.05604497343301773, 0.603675365447998, -1.2969785530003719e-05, 1.0, 1.670911431312561, NaN], "mean": [-0.2447609156370163, 0.4922068417072296, 0.4106476306915283, 0.6153268218040466, -0.9060181379318237, -0.312910795211792, -0.1341477781534195, -0.05109325423836708, 0.23102179169654846, -0.3781767189502716, 0.5783692598342896, 1.4555490016937256, NaN], "std": [0.0476464107632637, 0.6186895370483398, 0.3796658217906952, 0.15903018414974213, 0.08347197622060776, 0.11457891762256622, 0.20767158269882202, 0.07875125855207443, 0.23794029653072357, 0.34770140051841736, 0.5399892330169678, 0.107472725212574, NaN], "count": [127]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.08068035413611428]], [[0.07525234846854169]], [[0.06561707272423692]]], "std": [[[0.20601755766852803]], [[0.19297711967752806]], [[0.17386139261521058]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2664080732734255]], [[0.2441489340443951]], [[0.2082540027399079]]], "std": [[[0.273648300729058]], [[0.2592176034005851]], [[0.24169471459535868]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.48935544169447814]], [[0.42705193821997184]], [[0.37606561026654084]]], "std": [[[0.22295155049060641]], [[0.2510882642188144]], [[0.2738680603741822]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2772264179157522]], [[0.22841125038641016]], [[0.16806766217995012]]], "std": [[[0.26232565311314304]], [[0.25606346127239227]], [[0.22858115293002856]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24773614941684755]], [[0.1807297060064065]], [[0.12929821342715808]]], "std": [[[0.22153208603723]], [[0.19974677812847483]], [[0.19207181371254187]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991840626678495]], [[0.9991840626678495]], [[0.9991840626678495]]], "std": [[[0.0071171189143186845]], [[0.0071171189143186845]], [[0.0071171189143186845]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5905780159606676]], [[0.5905780159606676]], [[0.5905780159606676]]], "std": [[[0.33458323969769915]], [[0.33458323969769915]], [[0.33458323969769915]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09178275735587488]], [[0.09178275735587488]], [[0.09178275735587488]]], "std": [[[0.10569029714077596]], [[0.10569029714077596]], [[0.10569029714077596]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.028012711134178372]], [[0.028012711134178372]], [[0.028012711134178372]]], "std": [[[0.029308550016476857]], [[0.029308550016476857]], [[0.029308550016476857]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37128506106454073]], [[0.37128506106454073]], [[0.37128506106454073]]], "std": [[[0.42898457748747904]], [[0.42898457748747904]], [[0.42898457748747904]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11832152276115124]], [[0.07773466613826543]], [[0.030514602448482555]]], "std": [[[0.29873193857263414]], [[0.2493804045710394]], [[0.10212999988347177]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4276992525268375]], [[0.5359610579021801]], [[0.09872195835688675]]], "std": [[[0.4429322573026862]], [[0.47251974134241004]], [[0.18218891596037767]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4402827080697194]], [[0.7224232963251304]], [[0.535672096190482]]], "std": [[[0.37894741449351993]], [[0.34924777732865675]], [[0.4149180888455084]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7989583884030682]], [[0.4869159607346923]], [[0.5374851574910597]]], "std": [[[0.31942090836070447]], [[0.376406911216257]], [[0.41825089134649396]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5320701150882021]], [[0.4994090811250118]], [[0.22691867516131997]]], "std": [[[0.3989544613019333]], [[0.47645315765232205]], [[0.352809123068439]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.52], "mean": [1.26], "std": [0.7332121111929343], "count": [127]}, "frame_index": {"min": [0], "max": [126], "mean": [63.0], "std": [36.66060555964672], "count": [127]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [127]}, "index": {"min": [12080], "max": [12206], "mean": [12143.0], "std": [36.66060555964672], "count": [127]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [127]}}} +{"episode_index": 52, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49943768978118896, 1.1155143976211548, 0.31481215357780457, -2.1544501781463623, -2.1652660369873047, 0.09967978298664093, 0.7508618831634521, -1.8835333585739136, 0.44310614466667175, -2.4677751064300537, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49943768978118896, 1.2597094774246216, 0.35769766569137573, -0.7949843406677246, -1.0760489702224731, 2.202467918395996, 1.569545030593872, 0.28660696744918823, 1.5385373830795288, 0.3196757137775421, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49943703413009644, 1.1652709245681763, 0.34289801120758057, -1.8348572254180908, -1.5645430088043213, 1.1070871353149414, 1.0869618654251099, -0.6682354211807251, 1.0324375629425049, -0.5803436040878296, 0.23950636386871338, -0.23950636386871338, 0.23950636386871338, 0.23950636386871338, -0.23950636386871338, 0.23950636386871338, -2.356199264526367, 1.570798635482788, -1.0471962690353394, -1.570798635482788, 0.0, -1.0471962690353394, 2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 0.06801515817642212, 0.02022860199213028, 0.3745602071285248, 0.39710521697998047, 0.8062065243721008, 0.3216000497341156, 0.88459312915802, 0.3407742977142334, 0.7745494842529297, 0.10011876374483109, 0.10011876374483109, 0.10011876374483109, 0.10011876374483109, 0.10011876374483109, 0.10011876374483109, 4.76837158203125e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [232]}, "observation.state": {"min": [-0.6021117568016052, 0.4162198007106781, -0.6178790926933289, 2.265451669692993, -0.9997665882110596, -0.5841655135154724, -0.6226047277450562, -0.29149213433265686, -0.6052663922309875, -0.2617359161376953, 0.7517625093460083, 1.2852905988693237, NaN], "max": [0.8221859335899353, 0.9955316781997681, 0.2705703377723694, 2.5668835639953613, -0.5206860899925232, 0.8221859335899353, 0.15000352263450623, 0.15365812182426453, 0.3859720528125763, 0.5297057032585144, 1.0, 1.5489983558654785, NaN], "mean": [0.49014046788215637, 0.728662371635437, -0.06097126752138138, 2.442878246307373, -0.7241831421852112, 0.4917350113391876, -0.13724982738494873, -0.023308655247092247, -0.06636360287666321, 0.06600308418273926, 0.93861985206604, 1.3867433071136475, NaN], "std": [0.40045249462127686, 0.1392274647951126, 0.2129521518945694, 0.08614801615476608, 0.1069740504026413, 0.3984401226043701, 0.21146845817565918, 0.14390479028224945, 0.2431257963180542, 0.21154648065567017, 0.07981273531913757, 0.07209400087594986, NaN], "count": [232]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.06999648090144714]], [[0.06501663860373327]], [[0.06141138516895764]]], "std": [[[0.17367836566476227]], [[0.16361343980420986]], [[0.15628603073181957]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25255912092274413]], [[0.2338602351921925]], [[0.22006446360904747]]], "std": [[[0.25638334680670327]], [[0.2439186244352559]], [[0.23666975122465744]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.48919629502223244]], [[0.4855908699241127]], [[0.4766903776660625]]], "std": [[[0.20746376216063195]], [[0.2084488357018584]], [[0.2081342384758418]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35805604942294966]], [[0.3280957023143035]], [[0.3028375628901402]]], "std": [[[0.26008789367957214]], [[0.2638189885860049]], [[0.268234162358649]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4321690910761213]], [[0.4152334359960598]], [[0.39568410726008535]]], "std": [[[0.29049797999417803]], [[0.2927416953136181]], [[0.2948691290992928]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988996111422922]], [[0.9988996111422922]], [[0.9988996111422922]]], "std": [[[0.008658613651287637]], [[0.008658613651287637]], [[0.008658613651287637]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5955136308071328]], [[0.5955136308071328]], [[0.5955136308071328]]], "std": [[[0.33774217051144945]], [[0.33774217051144945]], [[0.33774217051144945]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10707487673431947]], [[0.10707487673431947]], [[0.10707487673431947]]], "std": [[[0.08582306597125124]], [[0.08582306597125124]], [[0.08582306597125124]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.0309884509461936]], [[0.0309884509461936]], [[0.0309884509461936]]], "std": [[[0.029767985724073697]], [[0.029767985724073697]], [[0.029767985724073697]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15441239033830417]], [[0.15441239033830417]], [[0.15441239033830417]]], "std": [[[0.20684263281682524]], [[0.20684263281682524]], [[0.20684263281682524]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13123638511866564]], [[0.06686741890080475]], [[0.09683864517387954]]], "std": [[[0.3150851869646422]], [[0.2227315220580597]], [[0.28370638982174906]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40090135996260956]], [[0.4189661078890706]], [[0.2483310058197897]]], "std": [[[0.4615783169638555]], [[0.39637962241255725]], [[0.380107407256143]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7745029883503621]], [[0.7697432627166664]], [[0.2869066547038774]]], "std": [[[0.2674329915170628]], [[0.3791189497935861]], [[0.35731785171629177]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5643375357324626]], [[0.6391402053656865]], [[0.4560461479349101]]], "std": [[[0.4255834062523747]], [[0.3829542062101728]], [[0.34920475108761145]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6152150546070485]], [[0.5412525107440466]], [[0.4469153961232248]]], "std": [[[0.40396070582308]], [[0.3869789916011029]], [[0.42349755363329494]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.62], "mean": [2.3099999999999996], "std": [1.3394401815684043], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [232]}, "index": {"min": [12207], "max": [12438], "mean": [12322.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [232]}}} +{"episode_index": 53, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6964364051818848, 0.12020731717348099, -1.3283240795135498, -1.5690512657165527, 0.619914710521698, 0.6088610291481018, -0.7863748669624329, 1.0249252319335938, -2.7164862155914307, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.6964364051818848, 0.12020731717348099, -0.5965683460235596, -1.2608551979064941, 1.067788004875183, 1.5639821290969849, -0.005839967168867588, 1.429435133934021, -2.245574951171875, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997493326663971, 1.6964374780654907, 0.12020750343799591, -1.135715126991272, -1.3584362268447876, 0.7560499310493469, 0.7690642476081848, -0.6655589938163757, 1.1179765462875366, -2.5670952796936035, 0.39750656485557556, -0.39750656485557556, 0.39750656485557556, 0.39750656485557556, -0.39750656485557556, 0.39750656485557556, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858730316162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 1.0728836059570312e-06, 1.862645149230957e-07, 0.2395508736371994, 0.08929730206727982, 0.16430097818374634, 0.2505832314491272, 0.20231382548809052, 0.10956202447414398, 0.11511249840259552, 0.278678834438324, 0.278678834438324, 0.278678834438324, 0.278678834438324, 0.278678834438324, 0.278678834438324, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [112]}, "observation.state": {"min": [-0.8314900994300842, -0.23113450407981873, -0.8410013914108276, 0.6246092319488525, -0.6668263077735901, -0.9249080419540405, -0.12383829057216644, -0.31668856739997864, -0.7526251673698425, -0.010727273300290108, 0.5024726986885071, 1.347373604774475, NaN], "max": [-0.34116432070732117, 0.6274887919425964, 0.017878884449601173, 1.116281509399414, -0.20034898817539215, -0.7348518371582031, 0.4408627450466156, 0.046839386224746704, 0.018834896385669708, 0.5129173994064331, 1.0, 1.4353772401809692, NaN], "mean": [-0.7167776226997375, 0.49851614236831665, -0.24915406107902527, 0.7269741296768188, -0.5688716769218445, -0.8026617765426636, 0.01981234923005104, -0.0304916650056839, -0.2211044728755951, 0.1343696415424347, 0.8850536346435547, 1.3801476955413818, NaN], "std": [0.11924135684967041, 0.22432613372802734, 0.33330705761909485, 0.12400417774915695, 0.12163131684064865, 0.04861906170845032, 0.12070057541131973, 0.10596413910388947, 0.2910600006580353, 0.1909824162721634, 0.1689598113298416, 0.032671649008989334, NaN], "count": [112]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1277180644153287]], [[0.1186902516007942]], [[0.10959977227784518]]], "std": [[[0.3041577148966373]], [[0.2841033414394849]], [[0.2638481328305528]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43360001233830286]], [[0.3988429810144365]], [[0.36333336015573087]]], "std": [[[0.4048098546807125]], [[0.38031373338519786]], [[0.35565533584831566]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6966720070060103]], [[0.6571152712649644]], [[0.6346112797569354]]], "std": [[[0.30522609731097583]], [[0.29288812041882356]], [[0.2875912743354719]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3834590512515666]], [[0.3715495138105172]], [[0.3607969484158357]]], "std": [[[0.30551128545125245]], [[0.304992040556378]], [[0.306215409119553]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3170171857806424]], [[0.29353019095535343]], [[0.2792730875462938]]], "std": [[[0.3488089256581859]], [[0.3361547043713713]], [[0.33273994920433947]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987137319275715]], [[0.9987137319275715]], [[0.9987137319275715]]], "std": [[[0.009509743422184441]], [[0.009509743422184441]], [[0.009509743422184441]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5909060713167317]], [[0.5909060713167317]], [[0.5909060713167317]]], "std": [[[0.33938331452041437]], [[0.33938331452041437]], [[0.33938331452041437]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24751453606304874]], [[0.24751453606304874]], [[0.24751453606304874]]], "std": [[[0.2783905221856016]], [[0.2783905221856016]], [[0.2783905221856016]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.039340835557915926]], [[0.039340835557915926]], [[0.039340835557915926]]], "std": [[[0.05699087321594695]], [[0.05699087321594695]], [[0.05699087321594695]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4537597973836092]], [[0.4537597973836092]], [[0.4537597973836092]]], "std": [[[0.43271837859750023]], [[0.43271837859750023]], [[0.43271837859750023]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0935347547862892]], [[0.139750581207826]], [[0.026908665042570497]]], "std": [[[0.26704122924446766]], [[0.34015155249749274]], [[0.1016872971208189]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3314314201587752]], [[0.3990231162127311]], [[0.2325392951476271]]], "std": [[[0.3999348719942828]], [[0.4555791113962643]], [[0.36071583924309103]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6115617944452155]], [[0.7550054281826954]], [[0.26138069364061073]]], "std": [[[0.40237629739115693]], [[0.3797160539090438]], [[0.30496965486372407]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8229708058319939]], [[0.5637953907051005]], [[0.3104822559782095]]], "std": [[[0.3300348732543848]], [[0.34103318387200143]], [[0.32058417888836704]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35404124077728627]], [[0.3437264973771048]], [[0.3073879759215337]]], "std": [[[0.38212002642723975]], [[0.4173694032365445]], [[0.40964616117265634]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.22], "mean": [1.1099999999999999], "std": [0.6466065264130885], "count": [112]}, "frame_index": {"min": [0], "max": [111], "mean": [55.5], "std": [32.33032632065442], "count": [112]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [112]}, "index": {"min": [12439], "max": [12550], "mean": [12494.5], "std": [32.33032632065442], "count": [112]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [112]}}} +{"episode_index": 54, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997439682483673, 0.8315188884735107, 0.29103943705558777, -7.059591770172119, -1.5614261627197266, 0.23006680607795715, 0.6988186836242676, 5.481348037719727, -1.3243818283081055, 1.4362088441848755, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997439682483673, 0.8315188884735107, 0.29103943705558777, -4.6004414558410645, 1.2120623588562012, 1.0368224382400513, 1.5653477907180786, 6.912032604217529, 1.7899287939071655, 5.206099510192871, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997420907020569, 0.831515908241272, 0.2910386621952057, -5.7208991050720215, 0.4462941586971283, 0.47723454236984253, 1.1036144495010376, 6.20684814453125, 0.14554071426391602, 3.622990846633911, 0.35911402106285095, -0.35911402106285095, 0.35911402106285095, 0.35911402106285095, -0.35911402106285095, 0.35911402106285095, -2.3561999797821045, 1.5707993507385254, -1.0471999645233154, -1.5707993507385254, 0.0, -1.0471999645233154, 2.481867790222168, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.8775463104248047e-06, 2.9802322387695312e-06, 7.748603820800781e-07, 0.5937150120735168, 0.7431435585021973, 0.19491030275821686, 0.21792727708816528, 0.4796746075153351, 1.1318291425704956, 1.3045122623443604, 0.12486620992422104, 0.12486620992422104, 0.12486620992422104, 0.12486620992422104, 0.12486620992422104, 0.12486620992422104, 5.4836273193359375e-06, 2.9802322387695312e-06, 2.384185791015625e-06, 2.9802322387695312e-06, 0.0, 2.384185791015625e-06, 9.5367431640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [329]}, "observation.state": {"min": [-0.0856715515255928, -0.9984686374664307, -0.7924793362617493, 0.6526311635971069, -0.7550995349884033, -0.8488278388977051, -0.8474151492118835, -0.5259184837341309, -0.4760444164276123, -0.975122332572937, -0.923865556716919, 0.8721743822097778, NaN], "max": [0.9962865710258484, 0.7316052913665771, 0.859612762928009, 1.776784896850586, 0.9949585795402527, 0.8390350937843323, 0.9989317655563354, 0.1697814017534256, 0.9879676699638367, 0.5558127164840698, 1.0, 2.132643222808838, NaN], "mean": [0.36610522866249084, -0.4120820164680481, -0.00657221395522356, 1.3147553205490112, 0.13582266867160797, -0.15201541781425476, 0.02532905712723732, -0.1265881061553955, 0.3257540762424469, -0.09791773557662964, 0.21210038661956787, 1.5143455266952515, NaN], "std": [0.3161642551422119, 0.6128308773040771, 0.4696708619594574, 0.3857141435146332, 0.6347432136535645, 0.5046215057373047, 0.5479600429534912, 0.20961010456085205, 0.48841041326522827, 0.40900787711143494, 0.6583909392356873, 0.3297329246997833, NaN], "count": [329]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.127602108508668]], [[0.1204439468889707]], [[0.1080304313510911]]], "std": [[[0.301482322245013]], [[0.2862593912378176]], [[0.25975252073002875]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44088501975804856]], [[0.40623758743263383]], [[0.35360653956873606]]], "std": [[[0.39660960315270255]], [[0.37800049837604033]], [[0.34842970507655285]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6700293665019101]], [[0.6511130610994098]], [[0.6109797739006002]]], "std": [[[0.2945877546171811]], [[0.2933445458972854]], [[0.28561579264715087]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3890477391736422]], [[0.3434967997526975]], [[0.2888611290485894]]], "std": [[[0.31787071366033004]], [[0.3093151435553548]], [[0.2956425378641986]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6065234350639815]], [[0.5268453400442972]], [[0.43847367012876765]]], "std": [[[0.2831426589526505]], [[0.30169018102271067]], [[0.3224514421045487]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989324685792377]], [[0.9989324685792377]], [[0.9989324685792377]]], "std": [[[0.0085388073498814]], [[0.0085388073498814]], [[0.0085388073498814]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946874446368952]], [[0.5946874446368952]], [[0.5946874446368952]]], "std": [[[0.338119451282334]], [[0.338119451282334]], [[0.338119451282334]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25682780892528684]], [[0.25682780892528684]], [[0.25682780892528684]]], "std": [[[0.2789658633497163]], [[0.2789658633497163]], [[0.2789658633497163]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27615321624015704]], [[0.27615321624015704]], [[0.27615321624015704]]], "std": [[[0.4036779448788735]], [[0.4036779448788735]], [[0.4036779448788735]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20797870435749966]], [[0.20797870435749966]], [[0.20797870435749966]]], "std": [[[0.26257980398885755]], [[0.26257980398885755]], [[0.26257980398885755]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14546954149123142]], [[0.06874667921954869]], [[0.02790653735588829]]], "std": [[[0.3490284214291567]], [[0.17658413091336178]], [[0.11498119143042711]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15853556012877434]], [[0.4932453397760732]], [[0.3625371359446279]]], "std": [[[0.2845884873415173]], [[0.4742820359185163]], [[0.3771722550235924]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38241241984294144]], [[0.6771691346625172]], [[0.17958359568990892]]], "std": [[[0.3645626374172539]], [[0.41033225817319346]], [[0.24663413768699624]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44461820529997165]], [[0.44245525387063955]], [[0.30880870869602245]]], "std": [[[0.4382654320526726]], [[0.4358215057714989]], [[0.32962224206412416]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4311214149351133]], [[0.482303270119648]], [[0.46401263737258525]]], "std": [[[0.42306914957997077]], [[0.40714037055258684]], [[0.36741500768564883]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.56], "mean": [3.28], "std": [1.8994736112934028], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [329]}, "index": {"min": [12551], "max": [12879], "mean": [12715.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [329]}}} +{"episode_index": 55, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2591432332992554, 0.20671136677265167, 4.244960784912109, -1.9076589345932007, 0.004498301073908806, 0.1315046101808548, -0.12037010490894318, 0.8651533722877502, -2.4784021377563477, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2591432332992554, 0.20671136677265167, 5.483778953552246, -1.0097227096557617, 1.0396193265914917, 1.5544977188110352, 1.085098147392273, 1.0423693656921387, 0.0371701680123806, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974894523620605, 1.2591410875320435, 0.20671114325523376, 4.596927165985107, -1.387669563293457, 0.25201112031936646, 0.5523251891136169, 0.5931822657585144, 0.9232935309410095, -0.8032010793685913, 0.19733045995235443, -0.19733045995235443, 0.19733045995235443, 0.19733045995235443, -0.19733045995235443, 0.19733045995235443, -2.356198787689209, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863498687744, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.043081283569336e-06, 2.1457672119140625e-06, 2.2351741790771484e-07, 0.41076961159706116, 0.3315821588039398, 0.3479457497596741, 0.43813616037368774, 0.48555654287338257, 0.04202068969607353, 0.930722713470459, 0.14169839024543762, 0.14169839024543762, 0.14169839024543762, 0.14169839024543762, 0.14169839024543762, 0.14169839024543762, 4.291534423828125e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [174]}, "observation.state": {"min": [-0.07267233729362488, -0.997425377368927, -0.092952661216259, 1.4409891366958618, 0.009893598966300488, -0.3531704545021057, -0.9365098476409912, -0.3000572919845581, -0.4521804749965668, -7.764791916997638e-06, -0.4485626220703125, 1.3044248819351196, NaN], "max": [0.9575003385543823, 0.598804771900177, 0.9405221939086914, 1.7115709781646729, 0.9975254535675049, -0.04375216364860535, -1.6210437934205402e-06, 0.2452247440814972, 0.3107708990573883, 0.9903528690338135, 1.0, 1.8042267560958862, NaN], "mean": [0.20744682848453522, -0.4711820185184479, 0.2761218547821045, 1.6043578386306763, 0.845801055431366, -0.11338289082050323, -0.2853676974773407, 0.08438446372747421, -0.036098480224609375, 0.41598838567733765, 0.4835246801376343, 1.4828933477401733, NaN], "std": [0.3487399220466614, 0.6440117955207825, 0.3497694432735443, 0.08522903174161911, 0.26903095841407776, 0.07853688299655914, 0.33434048295021057, 0.1920667141675949, 0.2151394486427307, 0.4137212634086609, 0.6118853092193604, 0.1871284395456314, NaN], "count": [174]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.12023367538595754]], [[0.11567959841506453]], [[0.1094992513198296]]], "std": [[[0.2896261984054887]], [[0.28031822070002876]], [[0.26696897685368337]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39660608694077815]], [[0.378527732012062]], [[0.3558176935286272]]], "std": [[[0.39130910030103344]], [[0.38363796488000956]], [[0.3693921003490805]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6924494468215794]], [[0.6860493170011754]], [[0.6784580702223778]]], "std": [[[0.26811590589947343]], [[0.26787593717999275]], [[0.2674098835860476]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.20694563301193394]], [[0.17905200795820533]], [[0.16459767677803996]]], "std": [[[0.25906610830197735]], [[0.26200958544371084]], [[0.26507576518285103]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35266668276010515]], [[0.3208601312554022]], [[0.2986660658449625]]], "std": [[[0.3249960856421804]], [[0.3358584130667058]], [[0.33819002733713366]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987253996704869]], [[0.9987253996704869]], [[0.9987253996704869]]], "std": [[[0.009492689242186342]], [[0.009492689242186342]], [[0.009492689242186342]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5993274538637998]], [[0.5993274538637998]], [[0.5993274538637998]]], "std": [[[0.3395086415703611]], [[0.3395086415703611]], [[0.3395086415703611]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1746877034730311]], [[0.1746877034730311]], [[0.1746877034730311]]], "std": [[[0.21784107205527203]], [[0.21784107205527203]], [[0.21784107205527203]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03838998424854706]], [[0.03838998424854706]], [[0.03838998424854706]]], "std": [[[0.11910233954474625]], [[0.11910233954474625]], [[0.11910233954474625]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.278716921110635]], [[0.278716921110635]], [[0.278716921110635]]], "std": [[[0.3488198819850099]], [[0.3488198819850099]], [[0.3488198819850099]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06325918013318661]], [[0.07493871283337725]], [[0.12478937242965994]]], "std": [[[0.18312993554127782]], [[0.2451580902368084]], [[0.3087725847422181]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36766784484047715]], [[0.2900075330703397]], [[0.3628537850761521]]], "std": [[[0.3865867169596317]], [[0.4041784883029478]], [[0.4436240146228454]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34412338034629053]], [[0.8235978088783478]], [[0.49589650846146055]]], "std": [[[0.371771332631877]], [[0.33528766127300563]], [[0.3112492915519268]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5506263056640186]], [[0.5840000429158361]], [[0.630871116368301]]], "std": [[[0.41801108808341186]], [[0.3290941516441759]], [[0.4102135700522928]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35682038582677694]], [[0.5110882235593187]], [[0.46876826052058246]]], "std": [[[0.40772900935413636]], [[0.3940806758990302]], [[0.43116210329446025]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.46], "mean": [1.7300000000000002], "std": [1.0045728777279759], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [174]}, "index": {"min": [12880], "max": [13053], "mean": [12966.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [174]}}} +{"episode_index": 56, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972039461135864, -0.8985185027122498, 0.17837084829807281, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.428581714630127, 0.9880818724632263, -5.023312091827393, -1.5695518255233765, -0.022526564076542854, -1.4408459663391113, 2.486187696456909, 8.673617379884035e-18, 8.673617379884035e-18, -0.6317073106765747, -0.6317073106765747, 8.673617379884035e-18, -0.6317073106765747], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49972039461135864, -0.8985185027122498, 0.17837084829807281, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.5737735033035278, 1.5626823902130127, -1.0521254539489746, -0.2112428843975067, 3.713442087173462, -0.4266718626022339, 5.3997416496276855, 0.6317073106765747, 0.6317073106765747, -8.673617379884035e-18, -8.673617379884035e-18, 0.6317073106765747, -8.673617379884035e-18], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49971944093704224, -0.898517370223999, 0.1783711463212967, -0.785399317741394, -1.570798635482788, 1.0471962690353394, 1.570798635482788, 0.0, 1.0471962690353394, -2.481865644454956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.3198684453964233, 1.2643053531646729, -3.682874917984009, -0.7808269262313843, 2.3150837421417236, -0.9236541986465454, 4.400677680969238, 0.520998477935791, 0.520998477935791, -0.520998477935791, -0.520998477935791, 0.520998477935791, -0.520998477935791], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 1.1324882507324219e-06, 2.980232238769531e-07, 1.1324882507324219e-06, 2.2649765014648438e-06, 1.3113021850585938e-06, 2.2649765014648438e-06, 0.0, 1.3113021850585938e-06, 7.3909759521484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6796779036521912, 0.1450122892856598, 1.3782106637954712, 0.4828667938709259, 1.4227919578552246, 0.37753352522850037, 0.9900445342063904, 0.23063352704048157, 0.23063352704048157, 0.23063352704048157, 0.23063352704048157, 0.23063352704048157, 0.23063352704048157], "count": [230]}, "observation.state": {"min": [-0.3912639617919922, -0.8094475865364075, -0.0016259010881185532, 1.5833393335342407, -0.965938150882721, -0.6685022115707397, -0.8530442714691162, -0.6066103577613831, -0.9420292973518372, -0.7819778919219971, -0.9069840312004089, 1.3316233158111572, NaN], "max": [0.561453104019165, 0.9573136568069458, 0.9802380800247192, 1.9692124128341675, -0.027236653491854668, 0.9180485010147095, 0.2687431573867798, 0.1064784973859787, 0.8046242594718933, 0.17181338369846344, 0.9999998211860657, 2.2183170318603516, NaN], "mean": [0.11637350171804428, 0.38969212770462036, 0.39206844568252563, 1.8299615383148193, -0.7065991163253784, 0.2622586190700531, -0.191997691988945, -0.19475537538528442, -0.24715857207775116, -0.23935331404209137, 0.2330315113067627, 1.701109766960144, NaN], "std": [0.29910141229629517, 0.6879833936691284, 0.3436514735221863, 0.1142394095659256, 0.3199782967567444, 0.42650550603866577, 0.3328399658203125, 0.2720927894115448, 0.48398450016975403, 0.2585367262363434, 0.7254221439361572, 0.34504175186157227, NaN], "count": [230]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1266796782116971]], [[0.1193205390497227]], [[0.10675290469800998]]], "std": [[[0.30011601261529475]], [[0.28454991372109095]], [[0.25770262315195]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42448438567657154]], [[0.3879938174373747]], [[0.3362099603632021]]], "std": [[[0.3931655423040898]], [[0.3744785541018066]], [[0.3448833920319256]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29829564853539653]], [[0.24739903345490585]], [[0.20167302022207603]]], "std": [[[0.27534893274612]], [[0.2612599298101852]], [[0.25311463146996155]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.333537489329715]], [[0.3060998101644817]], [[0.2771272903812871]]], "std": [[[0.33067300576084774]], [[0.3238961735981459]], [[0.32016724763527055]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021348603324234]], [[0.4333797266931806]], [[0.3656118812491995]]], "std": [[[0.3100482121066333]], [[0.3270573372609216]], [[0.34491460308686717]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999017093243371]], [[0.999017093243371]], [[0.999017093243371]]], "std": [[[0.00807318702687703]], [[0.00807318702687703]], [[0.00807318702687703]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5974401280501257]], [[0.5974401280501257]], [[0.5974401280501257]]], "std": [[[0.3392266272312]], [[0.3392266272312]], [[0.3392266272312]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2906641131744241]], [[0.2906641131744241]], [[0.2906641131744241]]], "std": [[[0.4255522374816452]], [[0.4255522374816452]], [[0.4255522374816452]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4408983893820857]], [[0.4408983893820857]], [[0.4408983893820857]]], "std": [[[0.4511914188521598]], [[0.4511914188521598]], [[0.4511914188521598]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2556268360769293]], [[0.2556268360769293]], [[0.2556268360769293]]], "std": [[[0.32686535270095096]], [[0.32686535270095096]], [[0.32686535270095096]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1439359668904325]], [[0.028535699605241365]], [[0.12009512429163725]]], "std": [[[0.3466847050727177]], [[0.11769426881283947]], [[0.294998913143883]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4603793974482512]], [[0.48486543136114946]], [[0.11598287121695229]]], "std": [[[0.44354256428712313]], [[0.45516007084936616]], [[0.21202378865502305]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48121468445796295]], [[0.3396342658810387]], [[0.44108109014270186]]], "std": [[[0.41794551994725176]], [[0.3769514689773169]], [[0.44448431096251906]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31455604573487]], [[0.3779130967731985]], [[0.36711346075313267]]], "std": [[[0.410366950885499]], [[0.41712174567465243]], [[0.4408631610164934]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5543221678398113]], [[0.5158807503029255]], [[0.2895423146790264]]], "std": [[[0.3888828931489694]], [[0.3990139477994013]], [[0.36896505703099647]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.58], "mean": [2.29], "std": [1.327893067984015], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [230]}, "index": {"min": [13054], "max": [13283], "mean": [13168.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [230]}}} +{"episode_index": 57, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.25252535939216614, 0.2582266628742218, -7.05826997756958, -1.5582212209701538, 1.0544211864471436, -0.4773390591144562, 0.01099484320729971, 0.9176950454711914, -2.474417209625244, 1.214306433183765e-17, -0.5414634346961975, 1.214306433183765e-17, 1.214306433183765e-17, -0.5414634346961975, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.25252535939216614, 0.2582266628742218, -5.8535919189453125, 2.0458855628967285, 1.8597912788391113, 1.5607783794403076, 1.9743945598602295, 1.0847564935684204, 0.44454023241996765, 0.5414634346961975, -1.214306433183765e-17, 0.5414634346961975, 0.5414634346961975, -1.214306433183765e-17, 0.5414634346961975, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488260269165, 0.25252535939216614, 0.25822722911834717, -6.201101779937744, 0.8829956650733948, 1.6620205640792847, 0.3438255190849304, 1.3947584629058838, 1.0051043033599854, -0.6682912707328796, 0.4017111361026764, -0.4017111361026764, 0.4017111361026764, 0.4017111361026764, -0.4017111361026764, 0.4017111361026764, -2.356199026107788, 1.570798397064209, -1.0471962690353394, -1.570798397064209, 0.0, -1.0471962690353394, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 0.0, 5.662441253662109e-07, 0.3513653576374054, 1.3057811260223389, 0.2526881694793701, 0.6332919597625732, 0.6773506999015808, 0.06582238525152206, 1.0432348251342773, 0.2302558422088623, 0.2302558422088623, 0.2302558422088623, 0.2302558422088623, 0.2302558422088623, 0.2302558422088623, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.3113021850585938e-06, 2.0265579223632812e-06, 0.0, 1.3113021850585938e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [207]}, "observation.state": {"min": [0.19888325035572052, -0.6175894141197205, -0.3222450315952301, -0.33855873346328735, -0.69050133228302, -0.9932980537414551, -0.9230538010597229, -1.4352786540985107, -0.9122729301452637, -0.8062574863433838, -0.9657124876976013, 1.0652439594268799, NaN], "max": [0.9770089387893677, 0.6592691540718079, 0.8572714328765869, 0.7024422287940979, 0.40845605731010437, 0.9979914426803589, 0.9977173805236816, 0.09219474345445633, 4.575524144456722e-06, 0.7744467854499817, 1.0, 1.7862764596939087, NaN], "mean": [0.816319465637207, 0.1860446035861969, 0.15120546519756317, 0.2910401523113251, -0.11509236693382263, 0.5421937704086304, -0.002505410462617874, -0.41178756952285767, -0.31883493065834045, -0.07040262967348099, 0.493741512298584, 1.3670891523361206, NaN], "std": [0.22386087477207184, 0.36698588728904724, 0.3022468686103821, 0.37231796979904175, 0.2699800729751587, 0.6261969208717346, 0.4772456884384155, 0.556183934211731, 0.30937856435775757, 0.37370753288269043, 0.643609344959259, 0.18923309445381165, NaN], "count": [207]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.08442113175765159]], [[0.07959724426688017]], [[0.07484210660427777]]], "std": [[[0.2124968223003718]], [[0.20511288207337833]], [[0.19840841432076275]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2874369375259423]], [[0.27082892071366355]], [[0.2540164220128734]]], "std": [[[0.2925032801690022]], [[0.28525781175711895]], [[0.28017758771314943]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.39297781184222264]], [[0.3900886252247214]], [[0.37973198121627505]]], "std": [[[0.25759760533421205]], [[0.25683007676606967]], [[0.2612210176849091]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2482332864611937]], [[0.2502626663743025]], [[0.2481083544392074]]], "std": [[[0.30147478610205286]], [[0.3027422283098975]], [[0.30261642787486603]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31848322426675946]], [[0.31420141608847635]], [[0.30547887970892335]]], "std": [[[0.3140801464187264]], [[0.3116720791861037]], [[0.3104373170456855]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990134950187455]], [[0.9990134950187455]], [[0.9990134950187455]]], "std": [[[0.008078186544517021]], [[0.008078186544517021]], [[0.008078186544517021]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5895724711005431]], [[0.5895724711005431]], [[0.5895724711005431]]], "std": [[[0.336060153456559]], [[0.336060153456559]], [[0.336060153456559]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.07054464889816944]], [[0.07054464889816944]], [[0.07054464889816944]]], "std": [[[0.056518148289794616]], [[0.056518148289794616]], [[0.056518148289794616]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3293779443448663]], [[0.3293779443448663]], [[0.3293779443448663]]], "std": [[[0.4495088226826244]], [[0.4495088226826244]], [[0.4495088226826244]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24812139817111484]], [[0.24812139817111484]], [[0.24812139817111484]]], "std": [[[0.340472057140046]], [[0.340472057140046]], [[0.340472057140046]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06615916008344448]], [[0.12689941667991023]], [[0.0755493729929303]]], "std": [[[0.1924673452124258]], [[0.3102645109365411]], [[0.24652804244557752]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1775612928663822]], [[0.46324155245354526]], [[0.3415659170477124]]], "std": [[[0.30020054079476455]], [[0.4488126841008048]], [[0.3790574470742541]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3227663279668422]], [[0.5786263311452963]], [[0.6003319271691441]]], "std": [[[0.306380693034457]], [[0.3600807707235787]], [[0.4355161320632943]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3202906676161795]], [[0.47338197441009167]], [[0.32442279876965663]]], "std": [[[0.3851137634743226]], [[0.41203105750354224]], [[0.39492691601200874]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3511013316649802]], [[0.6064919227702709]], [[0.4294446959044211]]], "std": [[[0.40231732992646324]], [[0.4023529768207532]], [[0.3825620658390586]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.12], "mean": [2.06], "std": [1.1951011114824832], "count": [207]}, "frame_index": {"min": [0], "max": [206], "mean": [103.0], "std": [59.75505557412416], "count": [207]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [207]}, "index": {"min": [13284], "max": [13490], "mean": [13387.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [207]}}} +{"episode_index": 58, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38189390301704407, 0.7078554034233093, 0.04492752254009247, 4.309253215789795, -1.9287935495376587, 7.3293657302856445, 1.0338410139083862, 0.013722425326704979, 0.7213146686553955, -2.468003034591675, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38189390301704407, 0.7078554034233093, 0.04492752254009247, 5.501012802124023, -1.5755438804626465, 7.897453784942627, 1.5640264749526978, 5.788071632385254, 1.0444117784500122, 2.3850324153900146, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38189470767974854, 0.7078552842140198, 0.044927578419446945, 4.733409404754639, -1.7602553367614746, 7.709127902984619, 1.215991497039795, 3.50651478767395, 0.8285210132598877, 0.5374268293380737, 0.46578583121299744, -0.46578583121299744, 0.46578583121299744, 0.46578583121299744, -0.46578583121299744, 0.46578583121299744, -2.3561995029449463, 1.5707989931106567, -1.0471974611282349, -1.5707989931106567, 0.0, -1.0471974611282349, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 1.1920928955078125e-07, 5.587935447692871e-08, 0.44196876883506775, 0.1064903736114502, 0.20403021574020386, 0.17240628600120544, 2.1155669689178467, 0.1076318621635437, 1.7678472995758057, 0.18717727065086365, 0.18717727065086365, 0.18717727065086365, 0.18717727065086365, 0.18717727065086365, 0.18717727065086365, 5.0067901611328125e-06, 2.6226043701171875e-06, 1.1920928955078125e-07, 2.6226043701171875e-06, 0.0, 1.1920928955078125e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [267]}, "observation.state": {"min": [-0.6002838015556335, -0.9994918704032898, -0.8705859184265137, 1.2968919277191162, -0.4011055529117584, -0.8896246552467346, -0.9696504473686218, -0.10709255933761597, -0.9083327054977417, -0.8896359205245972, -0.9996955990791321, 1.2758548259735107, NaN], "max": [0.9989100694656372, 0.8791908621788025, 0.883474588394165, 1.7586256265640259, 0.9996339082717896, 0.5385061502456665, 0.04036255553364754, 0.25751233100891113, 0.9620167016983032, 0.8075372576713562, 1.0, 2.0044188499450684, NaN], "mean": [0.10252249240875244, -0.31269174814224243, -0.04096312075853348, 1.5891623497009277, 0.5281960368156433, -0.4221509099006653, -0.32509082555770874, 0.07149308174848557, 0.12313520163297653, 0.10329679399728775, 0.01129650417715311, 1.578865885734558, NaN], "std": [0.5198203325271606, 0.6338366270065308, 0.4669831395149231, 0.1556217223405838, 0.4554912745952606, 0.37668898701667786, 0.29622140526771545, 0.1505052149295807, 0.46652939915657043, 0.4119459390640259, 0.7659574151039124, 0.2712838351726532, NaN], "count": [267]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.1130346578903782]], [[0.11673555597130272]], [[0.10609164945004027]]], "std": [[[0.27426599479976527]], [[0.28064820748313796]], [[0.2631095436169777]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39802081418046514]], [[0.40468287275924014]], [[0.3725157343536573]]], "std": [[[0.3798484980707033]], [[0.38231799669530525]], [[0.3753939390263111]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5523559318737926]], [[0.586944148392232]], [[0.4835742963646934]]], "std": [[[0.22083270249594397]], [[0.22510752967460762]], [[0.23737204761627168]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3103949504154454]], [[0.28556861806314127]], [[0.25856004763657797]]], "std": [[[0.2590343232270895]], [[0.25689872274276876]], [[0.2528926648538525]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.44390424135866174]], [[0.42535170667562533]], [[0.3589001703892801]]], "std": [[[0.2670004023483751]], [[0.2627411363437659]], [[0.2698914932852745]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990785165336612]], [[0.9990785165336612]], [[0.9990785165336612]]], "std": [[[0.007805174306925446]], [[0.007805174306925446]], [[0.007805174306925446]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5960969039577119]], [[0.5960969039577119]], [[0.5960969039577119]]], "std": [[[0.3362980761912509]], [[0.3362980761912509]], [[0.3362980761912509]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10841706950554922]], [[0.10841706950554922]], [[0.10841706950554922]]], "std": [[[0.11030846501065865]], [[0.11030846501065865]], [[0.11030846501065865]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1497036500589087]], [[0.1497036500589087]], [[0.1497036500589087]]], "std": [[[0.3304918951150236]], [[0.3304918951150236]], [[0.3304918951150236]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19132943872121536]], [[0.19132943872121536]], [[0.19132943872121536]]], "std": [[[0.29429757220399955]], [[0.29429757220399955]], [[0.29429757220399955]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07426506966111913]], [[0.10808534752774608]], [[0.09702562678913773]]], "std": [[[0.24417136996834793]], [[0.2660731587530291]], [[0.28268288935570657]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3169871178730375]], [[0.28053840062067026]], [[0.41766841481642414]]], "std": [[[0.36715880353879465]], [[0.4025298699737843]], [[0.43831998584509074]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8176594507711774]], [[0.4254950241099825]], [[0.5584613599894319]]], "std": [[[0.3211161560807123]], [[0.4147038212990565]], [[0.34277885353825843]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5257355606652223]], [[0.5015648857265282]], [[0.4062943919060733]]], "std": [[[0.42942040084851985]], [[0.4272375754736897]], [[0.3763269210991103]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46620054838391706]], [[0.5542087533553143]], [[0.5049161766549922]]], "std": [[[0.4173459168532718]], [[0.4394671247878007]], [[0.3523150475847401]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.32], "mean": [2.66], "std": [1.5415144068955915], "count": [267]}, "frame_index": {"min": [0], "max": [266], "mean": [133.0], "std": [77.07572034477957], "count": [267]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [267]}, "index": {"min": [13491], "max": [13757], "mean": [13624.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [267]}}} +{"episode_index": 59, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.050224781036377, 0.16216300427913666, -2.229707956314087, -1.5665812492370605, 1.0552525520324707, 0.07399339228868484, -0.7727539539337158, 1.0479494333267212, -4.563157081604004, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, 6.591949208711867e-17, -0.30243903398513794, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.050224781036377, 0.16216300427913666, -0.7975745797157288, -1.0498067140579224, 2.003063440322876, 1.5581845045089722, -0.0053636799566447735, 1.1360844373703003, -2.499401569366455, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, 0.30243903398513794, -6.591949208711867e-17, 0.30243903398513794, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974924325942993, 1.0502244234085083, 0.16216282546520233, -1.7692372798919678, -1.218113660812378, 1.7148158550262451, 0.5605447888374329, -0.4638388454914093, 1.104478359222412, -3.9208030700683594, 0.20974697172641754, -0.20974697172641754, 0.20974697172641754, 0.20974697172641754, -0.20974697172641754, 0.20974697172641754, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818594455718994, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 3.5762786865234375e-07, 1.7881393432617188e-07, 0.48987695574760437, 0.1789584457874298, 0.33619603514671326, 0.5023065209388733, 0.2429410219192505, 0.028936810791492462, 0.7203102707862854, 0.1359151005744934, 0.1359151005744934, 0.1359151005744934, 0.1359151005744934, 0.1359151005744934, 0.1359151005744934, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.1920928955078125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [119]}, "observation.state": {"min": [-0.4884915351867676, -0.8985444903373718, -0.9832304120063782, -0.21053414046764374, -0.2994996905326843, -0.9729677438735962, -1.5924431409075623e-06, -0.21646933257579803, -0.9954999685287476, -0.22510075569152832, -0.27320486307144165, 1.327493667602539, NaN], "max": [0.24858345091342926, -0.12109941244125366, -1.5853407603572123e-05, 0.04954048991203308, 0.8985444903373718, -0.43888241052627563, 0.3504830598831177, 0.21751092374324799, -5.5269010772462934e-06, 0.2772235572338104, 1.0, 1.582262396812439, NaN], "mean": [-0.35781392455101013, -0.7019368410110474, -0.3406918942928314, -0.01546222623437643, 0.6287743449211121, -0.6098787784576416, 0.10636306554079056, 0.08915487676858902, -0.3438929319381714, -0.034041646867990494, 0.73630291223526, 1.434235692024231, NaN], "std": [0.1961459368467331, 0.2725653052330017, 0.38783693313598633, 0.0875888392329216, 0.4001044034957886, 0.21295695006847382, 0.12626539170742035, 0.154526025056839, 0.3997408449649811, 0.12054265290498734, 0.4051090180873871, 0.10406611859798431, NaN], "count": [119]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.1226271827564171]], [[0.10796652833015152]], [[0.09800359688350563]]], "std": [[[0.2945412055881257]], [[0.26185715212652005]], [[0.2408123499928119]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41759662466949776]], [[0.3622252169429038]], [[0.3244946988884128]]], "std": [[[0.3972265911715152]], [[0.35838308578784056]], [[0.3334596523170981]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6026297188141014]], [[0.5642856424400067]], [[0.5429964265860922]]], "std": [[[0.30854550713176226]], [[0.31027283341654105]], [[0.3121304791235944]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.162888274655986]], [[0.13387734251732225]], [[0.1189571277503854]]], "std": [[[0.23072008486920254]], [[0.22562540146467588]], [[0.22068605953762946]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2792909351695947]], [[0.2536186941381662]], [[0.24397445434861473]]], "std": [[[0.3557005792673549]], [[0.35873055605367055]], [[0.3602898274650577]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987306166268018]], [[0.9987306166268018]], [[0.9987306166268018]]], "std": [[[0.009438495935089311]], [[0.009438495935089311]], [[0.009438495935089311]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5848828095924941]], [[0.5848828095924941]], [[0.5848828095924941]]], "std": [[[0.33837964974617346]], [[0.33837964974617346]], [[0.33837964974617346]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24430666985853197]], [[0.24430666985853197]], [[0.24430666985853197]]], "std": [[[0.2834934148992837]], [[0.2834934148992837]], [[0.2834934148992837]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.022423902511314025]], [[0.022423902511314025]], [[0.022423902511314025]]], "std": [[[0.04597895400134073]], [[0.04597895400134073]], [[0.04597895400134073]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45453148178323344]], [[0.45453148178323344]], [[0.45453148178323344]]], "std": [[[0.44371228261896783]], [[0.44371228261896783]], [[0.44371228261896783]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.030280935109244272]], [[0.051926554911147456]], [[0.14221233816874104]]], "std": [[[0.12637020273737637]], [[0.14517063375259767]], [[0.3453367491464096]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49705401695577855]], [[0.3583972075201956]], [[0.23586714061843062]]], "std": [[[0.4654675477037048]], [[0.3931107455518658]], [[0.36631590278587667]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5239752670672593]], [[0.43454764495997095]], [[0.4288339432075966]]], "std": [[[0.4337861270797247]], [[0.37737683518010895]], [[0.3983464508479603]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3813207455821835]], [[0.4541800158386258]], [[0.7208394216822873]]], "std": [[[0.29879892082870524]], [[0.41679486063890236]], [[0.35585893017099307]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2999162805917826]], [[0.30983798467234097]], [[0.23185312859797316]]], "std": [[[0.4055278759072765]], [[0.3814425478818679]], [[0.35835951778379604]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.36], "mean": [1.1800000000000002], "std": [0.6870225614927067], "count": [119]}, "frame_index": {"min": [0], "max": [118], "mean": [59.0], "std": [34.351128074635334], "count": [119]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [119]}, "index": {"min": [13758], "max": [13876], "mean": [13817.0], "std": [34.351128074635334], "count": [119]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [119]}}} +{"episode_index": 60, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1695889234542847, 0.06599242985248566, -1.4828366041183472, -1.9369033575057983, 0.9252145886421204, 1.0183043479919434, 0.008922601118683815, -1.2543188333511353, -2.479646682739258, 6.938893903907228e-18, -0.2926829159259796, 6.938893903907228e-18, 6.938893903907228e-18, -0.2926829159259796, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1695889234542847, 0.06599242985248566, -0.7882227301597595, -1.5712519884109497, 1.332220196723938, 1.5688860416412354, 2.748863935470581, 1.0394283533096313, -1.5033296346664429, 0.2926829159259796, -6.938893903907228e-18, 0.2926829159259796, 0.2926829159259796, -6.938893903907228e-18, 0.2926829159259796, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974894523620605, 1.1695871353149414, 0.06599237024784088, -1.2899247407913208, -1.7953660488128662, 1.069984793663025, 1.2170606851577759, 1.9651850461959839, -0.5236765146255493, -1.8360458612442017, 0.23469170928001404, -0.23469170928001404, 0.23469170928001404, 0.23469170928001404, -0.23469170928001404, 0.23469170928001404, -2.35619854927063, 1.5707979202270508, -1.0471965074539185, -1.5707979202270508, 0.0, -1.0471965074539185, 2.481863260269165, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.043081283569336e-06, 1.7881393432617188e-06, 5.960464477539063e-08, 0.20427297055721283, 0.13288334012031555, 0.1362333446741104, 0.14707791805267334, 0.8902739882469177, 0.7087387442588806, 0.3188785910606384, 0.11417203396558762, 0.11417203396558762, 0.11417203396558762, 0.11417203396558762, 0.11417203396558762, 0.11417203396558762, 4.0531158447265625e-06, 1.5497207641601562e-06, 1.0728836059570312e-06, 1.5497207641601562e-06, 0.0, 1.0728836059570312e-06, 5.0067901611328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [169]}, "observation.state": {"min": [-0.9986186027526855, -0.9987339377403259, -0.7089402675628662, 0.6702640056610107, -0.791706919670105, -0.9980968832969666, -0.949837863445282, 0.049811430275440216, -0.1421915739774704, -0.8104780912399292, -0.6384892463684082, 1.3556222915649414, NaN], "max": [0.3392358422279358, 0.06930585950613022, 0.32404395937919617, 0.8391122221946716, 0.19622637331485748, 0.2193579375743866, 8.366066140297335e-06, 0.33864179253578186, 0.8457127213478088, 0.7546916007995605, 1.0, 1.9322402477264404, NaN], "mean": [-0.68570876121521, -0.2972622811794281, -0.011177858337759972, 0.7639114260673523, -0.19110466539859772, -0.613551676273346, -0.41165152192115784, 0.17535774409770966, 0.2675558626651764, -0.15500424802303314, 0.45431336760520935, 1.5878342390060425, NaN], "std": [0.4620468318462372, 0.4256790578365326, 0.21592867374420166, 0.03841060772538185, 0.27766990661621094, 0.43822145462036133, 0.3852779269218445, 0.10258053243160248, 0.36209094524383545, 0.371381014585495, 0.6549457311630249, 0.21851198375225067, NaN], "count": [169]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.12309244004020678]], [[0.1122625376267945]], [[0.09377479512717504]]], "std": [[[0.29407607264923047]], [[0.26915541764233936]], [[0.23186395337882895]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43028145814599567]], [[0.3910968147732401]], [[0.32006668048020137]]], "std": [[[0.3920697201005732]], [[0.3585408754847075]], [[0.309930678036286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6196192332683561]], [[0.5940972070508036]], [[0.5534551620039282]]], "std": [[[0.2998510529743007]], [[0.289276241374565]], [[0.28629244954665034]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.301443384289183]], [[0.32217672607157155]], [[0.2962445800316639]]], "std": [[[0.20906699061745843]], [[0.21118245632088004]], [[0.21305316638252003]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42076877953397424]], [[0.4179851162516236]], [[0.38920681208429475]]], "std": [[[0.29007214260189085]], [[0.28654482750128724]], [[0.27779463406657695]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991972056426277]], [[0.9991972056426277]], [[0.9991972056426277]]], "std": [[[0.007087886512856662]], [[0.007087886512856662]], [[0.007087886512856662]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5939223397713793]], [[0.5939223397713793]], [[0.5939223397713793]]], "std": [[[0.33651068303400894]], [[0.33651068303400894]], [[0.33651068303400894]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26046653537103087]], [[0.26046653537103087]], [[0.26046653537103087]]], "std": [[[0.2875690878867738]], [[0.2875690878867738]], [[0.2875690878867738]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02358014230622997]], [[0.02358014230622997]], [[0.02358014230622997]]], "std": [[[0.01744865986074763]], [[0.01744865986074763]], [[0.01744865986074763]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22607958741788153]], [[0.22607958741788153]], [[0.22607958741788153]]], "std": [[[0.3269904525231474]], [[0.3269904525231474]], [[0.3269904525231474]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09867146787582035]], [[0.0757707047115553]], [[0.06712882194018471]]], "std": [[[0.28611082945736616]], [[0.24680274958322088]], [[0.20112510943510115]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44970846199702136]], [[0.4625022239120333]], [[0.14537478600755988]]], "std": [[[0.4536502512880317]], [[0.4520883350564611]], [[0.261966693570967]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6438491213317856]], [[0.26713186896454144]], [[0.5692229162517577]]], "std": [[[0.3857026388508642]], [[0.3314775568463931]], [[0.4389531087072478]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7143641341629502]], [[0.5753305773319896]], [[0.35151228029941844]]], "std": [[[0.3603758550396724]], [[0.3397166401801067]], [[0.3530853344903009]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6858688867565083]], [[0.406345288746462]], [[0.35995944453497003]]], "std": [[[0.4159817022943184]], [[0.3740351462007066]], [[0.369994325583903]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.36], "mean": [1.6800000000000002], "std": [0.9757048734120374], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [169]}, "index": {"min": [13877], "max": [14045], "mean": [13961.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [169]}}} +{"episode_index": 61, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48502317070961, 0.9650675654411316, 0.2646391987800598, -2.0508503913879395, -1.5705273151397705, 1.0533331632614136, 0.4179873466491699, -0.9018487930297852, 0.976021409034729, -4.408458709716797, 1.231653667943533e-16, -0.46341463923454285, 1.231653667943533e-16, 1.231653667943533e-16, -0.46341463923454285, 1.231653667943533e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48502317070961, 0.9650675654411316, 0.2646391987800598, -0.7916239500045776, -1.213430404663086, 1.7255589962005615, 1.5658677816390991, -0.0036853861529380083, 1.2414617538452148, -2.4932923316955566, 0.46341463923454285, -1.231653667943533e-16, 0.46341463923454285, 0.46341463923454285, -1.231653667943533e-16, 0.46341463923454285, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4850234389305115, 0.9650667309761047, 0.2646389901638031, -1.664793848991394, -1.3408217430114746, 1.5576781034469604, 0.7715025544166565, -0.6200672388076782, 1.0973559617996216, -3.849841833114624, 0.3136466145515442, -0.3136466145515442, 0.3136466145515442, 0.3136466145515442, -0.3136466145515442, 0.3136466145515442, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818594455718994, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 8.344650268554688e-07, 2.086162567138672e-07, 0.4469124972820282, 0.13083584606647491, 0.22401642799377441, 0.41986003518104553, 0.3317854404449463, 0.08489266037940979, 0.6839185357093811, 0.20854152739048004, 0.20854152739048004, 0.20854152739048004, 0.20854152739048004, 0.20854152739048004, 0.20854152739048004, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.1920928955078125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [119]}, "observation.state": {"min": [-0.670831024646759, -0.7648739218711853, -0.994486927986145, 0.6117827296257019, -0.4482596814632416, -0.9986843466758728, -0.3932046592235565, -0.3294144570827484, -0.9962822794914246, -0.3593713343143463, -0.3368369936943054, 1.3563514947891235, NaN], "max": [0.4982306659221649, 0.16859030723571777, -1.1746275419000085e-07, 0.6931489706039429, 0.7648739218711853, -0.6441800594329834, 0.052274301648139954, 0.24412401020526886, -2.69967472377175e-07, 0.5794060230255127, 1.0, 1.4844845533370972, NaN], "mean": [-0.43365293741226196, -0.47540825605392456, -0.3823547661304474, 0.6621440052986145, 0.475398987531662, -0.7537974715232849, -0.04478675127029419, 0.08476259559392929, -0.3488844633102417, -0.013314945623278618, 0.6710638403892517, 1.3943378925323486, NaN], "std": [0.3619033396244049, 0.3699246346950531, 0.4146310091018677, 0.02712497115135193, 0.4175865948200226, 0.13063740730285645, 0.11106065660715103, 0.20296531915664673, 0.3985820710659027, 0.22735179960727692, 0.4660671055316925, 0.045340247452259064, NaN], "count": [119]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.093226129574979]], [[0.08729214485972223]], [[0.07515731805529571]]], "std": [[[0.23230179420008135]], [[0.22474662313387034]], [[0.19559497796885264]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33834403882273817]], [[0.31009011118554325]], [[0.26068223572729937]]], "std": [[[0.3167356531391441]], [[0.315564299947472]], [[0.2816773251162629]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6323153214228477]], [[0.5941909660824078]], [[0.5103835817422623]]], "std": [[[0.25392179443160773]], [[0.2972318905215976]], [[0.2996678609379507]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4150909835840222]], [[0.2606049751524015]], [[0.19400368271517765]]], "std": [[[0.27000386183014996]], [[0.25735292206978827]], [[0.25278755174081396]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4815041222672168]], [[0.39036344616845403]], [[0.30583838030270416]]], "std": [[[0.27433798706266765]], [[0.305625536120688]], [[0.3098048371985979]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999173870156797]], [[0.999173870156797]], [[0.999173870156797]]], "std": [[[0.00716206034706758]], [[0.00716206034706758]], [[0.00716206034706758]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577938339331492]], [[0.577938339331492]], [[0.577938339331492]]], "std": [[[0.33345140132216594]], [[0.33345140132216594]], [[0.33345140132216594]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18717268594794712]], [[0.18717268594794712]], [[0.18717268594794712]]], "std": [[[0.20952576138453435]], [[0.20952576138453435]], [[0.20952576138453435]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2901960784313726]], [[0.2901960784313726]], [[0.2901960784313726]]], "mean": [[[0.03038363136369763]], [[0.03038363136369763]], [[0.03038363136369763]]], "std": [[[0.031110971090262656]], [[0.031110971090262656]], [[0.031110971090262656]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16851048252822554]], [[0.16851048252822554]], [[0.16851048252822554]]], "std": [[[0.23824457474396152]], [[0.23824457474396152]], [[0.23824457474396152]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0720970353874596]], [[0.06735087518130263]], [[0.14701338370579586]]], "std": [[[0.2072880922507925]], [[0.2205628516504705]], [[0.35054345802552445]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5379217657720726]], [[0.34823610549517164]], [[0.1908382777070337]]], "std": [[[0.47312212862468717]], [[0.3787385864396253]], [[0.2821677892904034]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.392928915952688]], [[0.7154123105416715]], [[0.34158107706678303]]], "std": [[[0.3244816430878954]], [[0.3784444310708376]], [[0.35906708797691983]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4247744792934444]], [[0.6827338004453859]], [[0.5453632899279885]]], "std": [[[0.3701943377693992]], [[0.37401777535894853]], [[0.3991339873334781]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.550746589364517]], [[0.6038817400493934]], [[0.3243573266384629]]], "std": [[[0.43860132674004504]], [[0.3645134656879996]], [[0.3256734007551169]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.36], "mean": [1.1800000000000002], "std": [0.6870225614927067], "count": [119]}, "frame_index": {"min": [0], "max": [118], "mean": [59.0], "std": [34.351128074635334], "count": [119]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [119]}, "index": {"min": [14046], "max": [14164], "mean": [14105.0], "std": [34.351128074635334], "count": [119]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [119]}}} +{"episode_index": 62, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3799568712711334, 1.3559703826904297, 0.06861881166696548, -1.6778085231781006, -1.5674810409545898, 1.0502307415008545, -0.3385436236858368, -0.8222115635871887, 1.0480672121047974, -5.575957298278809, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3799568712711334, 1.3559703826904297, 0.06861881166696548, -0.7900944352149963, -0.9751514196395874, 1.5579081773757935, 1.5591505765914917, -0.004852703306823969, 1.4241021871566772, -2.4997947216033936, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.37995627522468567, 1.3559720516204834, 0.0686187818646431, -1.3694722652435303, -1.1866158246994019, 1.384597659111023, 0.3599556088447571, -0.5367660522460938, 1.2228293418884277, -4.50592565536499, 0.25126171112060547, -0.25126171112060547, 0.25126171112060547, 0.25126171112060547, -0.25126171112060547, 0.25126171112060547, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539062e-07, 1.6689300537109375e-06, 2.9802322387695312e-08, 0.3238290250301361, 0.2089856117963791, 0.18272282183170319, 0.6550695896148682, 0.29275089502334595, 0.11069284379482269, 1.1064749956130981, 0.13456545770168304, 0.13456545770168304, 0.13456545770168304, 0.13456545770168304, 0.13456545770168304, 0.13456545770168304, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [156]}, "observation.state": {"min": [0.492975652217865, 0.37437281012535095, -0.7853788733482361, 1.6373575925827026, -0.48390525579452515, -0.6361944079399109, -3.90461174504253e-08, -0.27837473154067993, -0.4362989366054535, -0.8841416239738464, -0.5983364582061768, 1.2941374778747559, NaN], "max": [0.8791990280151367, 0.5096395015716553, -2.667789544830157e-07, 1.7812976837158203, 0.8145557045936584, 0.8865096569061279, 0.8260685801506042, 0.15357454121112823, 0.7177305817604065, 2.2457605552972382e-07, 1.0, 1.498161792755127, NaN], "mean": [0.7577616572380066, 0.4666682481765747, -0.3236789405345917, 1.7354151010513306, -0.02529243566095829, 0.5181997418403625, 0.30929630994796753, 0.007721148896962404, 0.1847100555896759, -0.34409230947494507, 0.47761887311935425, 1.3844631910324097, NaN], "std": [0.1308642327785492, 0.033710576593875885, 0.2915278375148773, 0.042233459651470184, 0.5246633887290955, 0.5173292756080627, 0.3037509322166443, 0.15688298642635345, 0.3140760362148285, 0.3557024598121643, 0.6278489828109741, 0.0793016329407692, NaN], "count": [156]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0964249861361733]], [[0.08315474444625495]], [[0.06304739182359446]]], "std": [[[0.2518936588970164]], [[0.21944237299315644]], [[0.16877677290787316]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33585679656083217]], [[0.29164979202583535]], [[0.22052266526117303]]], "std": [[[0.3783779839732346]], [[0.33531744908338174]], [[0.2646853956089337]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3900910808152131]], [[0.3491052222537385]], [[0.291011445787576]]], "std": [[[0.32241005415798646]], [[0.2923752029733207]], [[0.24780319633171688]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3282466091460352]], [[0.3152758274541991]], [[0.2940866189093879]]], "std": [[[0.28191498811108096]], [[0.27399142016789574]], [[0.26150894770428323]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3318129070717922]], [[0.31158849882417317]], [[0.2873263863323791]]], "std": [[[0.3324420367027177]], [[0.3250476124845011]], [[0.31870211271647747]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988557565223689]], [[0.9988557565223689]], [[0.9988557565223689]]], "std": [[[0.00890829683730626]], [[0.00890829683730626]], [[0.00890829683730626]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6017019964581024]], [[0.6017019964581024]], [[0.6017019964581024]]], "std": [[[0.33742819647346295]], [[0.33742819647346295]], [[0.33742819647346295]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.342259961335514]], [[0.342259961335514]], [[0.342259961335514]]], "std": [[[0.34645506765415746]], [[0.34645506765415746]], [[0.34645506765415746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0476215534057404]], [[0.0476215534057404]], [[0.0476215534057404]]], "std": [[[0.10189996414348597]], [[0.10189996414348597]], [[0.10189996414348597]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3205188269760898]], [[0.3205188269760898]], [[0.3205188269760898]]], "std": [[[0.3648772583469129]], [[0.3648772583469129]], [[0.3648772583469129]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.037933031179025425]], [[0.03013234841489689]], [[0.14054948765867964]]], "std": [[[0.1309848773942075]], [[0.11424208711497441]], [[0.3442169194235529]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5074080806495849]], [[0.17757558115753397]], [[0.2580383828508319]]], "std": [[[0.4691683796955531]], [[0.29713429796196833]], [[0.3505858966557912]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4230345385307093]], [[0.41054338824548664]], [[0.45988274588929995]]], "std": [[[0.3367154208708035]], [[0.4149906909079622]], [[0.4590824327734706]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3878923429431278]], [[0.8579475581895151]], [[0.40564522819489957]]], "std": [[[0.3393161836061677]], [[0.2981960448368714]], [[0.3706449314675676]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5604716463788758]], [[0.462039199592836]], [[0.24201474158966962]]], "std": [[[0.45552929567415906]], [[0.4163297464094162]], [[0.2693679010807197]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.1], "mean": [1.5499999999999998], "std": [0.900647914929395], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [156]}, "index": {"min": [14165], "max": [14320], "mean": [14242.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [156]}}} +{"episode_index": 63, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.219360113143921, -0.008023841306567192, -1.9466060400009155, -1.5653730630874634, 1.0479546785354614, 0.07183920592069626, 0.006610375829041004, -1.2264388799667358, -4.050689220428467, -4.683753385137379e-17, -0.507317066192627, -4.683753385137379e-17, -4.683753385137379e-17, -0.507317066192627, -4.683753385137379e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.219360113143921, -0.008023841306567192, -0.6291084885597229, -0.43141117691993713, 3.2372560501098633, 2.5565102100372314, 2.218609094619751, 1.0434010028839111, -1.6198608875274658, 0.507317066192627, 4.683753385137379e-17, 0.507317066192627, 0.507317066192627, 4.683753385137379e-17, 0.507317066192627, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495710849762, 1.2193602323532104, -0.008023836649954319, -1.438019037246704, -0.8579173684120178, 2.41333270072937, 1.2066773176193237, 1.0167964696884155, -0.04988173395395279, -2.6599807739257812, 0.4465577304363251, -0.4465577304363251, 0.4465577304363251, 0.4465577304363251, -0.4465577304363251, 0.4465577304363251, -2.3561997413635254, 1.5707991123199463, -1.0471985340118408, -1.5707991123199463, 0.0, -1.0471985340118408, 2.4818670749664307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07, 1.1920928955078125e-07, 4.6566128730773926e-09, 0.5119802355766296, 0.2849338948726654, 0.6885894536972046, 0.785918653011322, 0.5893043279647827, 0.8076672554016113, 0.7876871228218079, 0.15909989178180695, 0.15909989178180695, 0.15909989178180695, 0.15909989178180695, 0.15909989178180695, 0.15909989178180695, 5.245208740234375e-06, 2.7418136596679688e-06, 9.5367431640625e-07, 2.7418136596679688e-06, 0.0, 9.5367431640625e-07, 8.821487426757812e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [291]}, "observation.state": {"min": [0.08304676413536072, -0.8742299675941467, -0.37197962403297424, 0.5059242844581604, -0.06457985937595367, -0.8118857741355896, -0.6836559176445007, -0.37070927023887634, -0.5636658668518066, -0.20927110314369202, -0.8618711233139038, 1.3570672273635864, NaN], "max": [0.9452728033065796, 0.9236843585968018, 0.9818204641342163, 0.89262855052948, 0.9702512621879578, 0.5068298578262329, 5.732539648306556e-05, 0.3221075236797333, 0.8332709074020386, 0.9786370992660522, 1.0, 1.9794312715530396, NaN], "mean": [0.49332308769226074, -0.38634344935417175, 0.4476369619369507, 0.7122045159339905, 0.6223521828651428, -0.2024250328540802, -0.3548637926578522, 0.03951899707317352, 0.2692369818687439, 0.45286089181900024, 0.12104039639234543, 1.6718696355819702, NaN], "std": [0.19246971607208252, 0.4712984561920166, 0.3844802975654602, 0.12093741446733475, 0.36012572050094604, 0.5081512331962585, 0.24055320024490356, 0.24868229031562805, 0.36067548394203186, 0.35262009501457214, 0.6733124852180481, 0.1935097724199295, NaN], "count": [291]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.09639695941301865]], [[0.09041623532898677]], [[0.07817537422273721]]], "std": [[[0.25101088176973874]], [[0.23803157615283768]], [[0.20782391069324327]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.349981862694806]], [[0.3276580989223431]], [[0.28204600443508343]]], "std": [[[0.37142143202372496]], [[0.35527176188443166]], [[0.3138522229987827]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4007257657962128]], [[0.3719137606275368]], [[0.3367454225902255]]], "std": [[[0.25115097403349185]], [[0.2478348129878439]], [[0.24002453695101636]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18943804394983946]], [[0.1692769995929701]], [[0.1553282531712456]]], "std": [[[0.21415193419047548]], [[0.20118483836897486]], [[0.19579845209425073]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.2765149055415744]], [[0.2439680250199324]], [[0.21360807246875357]]], "std": [[[0.265281783332718]], [[0.2487761329276117]], [[0.23182221337204698]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991651528776073]], [[0.9991651528776073]], [[0.9991651528776073]]], "std": [[[0.007256295940875478]], [[0.007256295940875478]], [[0.007256295940875478]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.589101925781085]], [[0.589101925781085]], [[0.589101925781085]]], "std": [[[0.3365514318547961]], [[0.3365514318547961]], [[0.3365514318547961]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1918085765957147]], [[0.1918085765957147]], [[0.1918085765957147]]], "std": [[[0.23603508522194883]], [[0.23603508522194883]], [[0.23603508522194883]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19899490039167406]], [[0.19899490039167406]], [[0.19899490039167406]]], "std": [[[0.38119503296125606]], [[0.38119503296125606]], [[0.38119503296125606]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3490124221228452]], [[0.3490124221228452]], [[0.3490124221228452]]], "std": [[[0.40441758614589696]], [[0.40441758614589696]], [[0.40441758614589696]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.037108674296297633]], [[0.14205259603927067]], [[0.07029024650453868]]], "std": [[[0.13710097731036047]], [[0.3441489450991518]], [[0.20203396132104093]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4061499412254215]], [[0.1959984228430266]], [[0.31682983938077813]]], "std": [[[0.44888204035180845]], [[0.31779394316143084]], [[0.37120729888009035]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7430893098664177]], [[0.6624090804544518]], [[0.26980274138313715]]], "std": [[[0.3626802528156129]], [[0.40286195075730985]], [[0.32288750475350064]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29489808226563424]], [[0.5251148099197273]], [[0.472414231695893]]], "std": [[[0.35358385522225844]], [[0.43317850552562803]], [[0.41283383206811813]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5133054460866456]], [[0.3870863258746951]], [[0.29489215585690515]]], "std": [[[0.4673385281314467]], [[0.30578812015018364]], [[0.40194073047400863]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9000000000000004], "std": [1.680079363204806], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [291]}, "index": {"min": [14321], "max": [14611], "mean": [14466.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [291]}}} +{"episode_index": 64, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2397879362106323, -0.006692418362945318, -1.5552419424057007, -2.258134365081787, 0.7051140069961548, 0.7350717186927795, 5.843408584594727, 0.13548682630062103, -2.478234052658081, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2397879362106323, -0.006692418362945318, 0.5871001482009888, -1.5130219459533691, 1.722822904586792, 1.8208025693893433, 6.456730842590332, 1.082597255706787, 0.4649665355682373, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488856315613, 1.2397863864898682, -0.006692411378026009, -0.5154139995574951, -1.7961862087249756, 1.1714050769805908, 1.2767281532287598, 6.1557159423828125, 0.7021045684814453, -1.1450377702713013, 0.36456385254859924, -0.36456385254859924, 0.36456385254859924, 0.36456385254859924, -0.36456385254859924, 0.36456385254859924, -2.3561995029449463, 1.5707988739013672, -1.0471972227096558, -1.5707988739013672, 0.0, -1.0471972227096558, 2.4818665981292725, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 1.5497207641601562e-06, 6.984919309616089e-09, 0.7498148679733276, 0.2654004991054535, 0.3580392003059387, 0.3538082242012024, 0.1820809245109558, 0.32402974367141724, 0.9765598177909851, 0.11680199950933456, 0.11680199950933456, 0.11680199950933456, 0.11680199950933456, 0.11680199950933456, 0.11680199950933456, 5.0067901611328125e-06, 2.5033950805664062e-06, 3.5762786865234375e-07, 2.5033950805664062e-06, 0.0, 3.5762786865234375e-07, 8.344650268554688e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [263]}, "observation.state": {"min": [-0.9796165227890015, -0.047628168016672134, -0.9310517311096191, 1.6094163656234741, -0.5958049297332764, -0.9998587369918823, -0.7175069451332092, -0.7988513112068176, -0.9925874471664429, -0.16194814443588257, -0.9503581523895264, 1.2499030828475952, NaN], "max": [0.8177434206008911, 0.7087064981460571, 4.490508160870377e-07, 1.8508174419403076, 0.5491468906402588, -0.6684621572494507, 0.023307349532842636, 0.21121390163898468, 5.914553753427754e-07, 0.2567988932132721, 1.0, 1.9910527467727661, NaN], "mean": [-0.09115410596132278, 0.48284590244293213, -0.40932518243789673, 1.7089804410934448, -0.08569825440645218, -0.8493611812591553, -0.2087339460849762, -0.2136918604373932, -0.46259769797325134, 0.040611907839775085, 0.1368437111377716, 1.6453330516815186, NaN], "std": [0.694736123085022, 0.15967395901679993, 0.28783589601516724, 0.06328403204679489, 0.4133172929286957, 0.08506546169519424, 0.22271764278411865, 0.35439029335975647, 0.3418484330177307, 0.1051819697022438, 0.7985640168190002, 0.2900296747684479, NaN], "count": [263]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07397926762784729]], [[0.04742644996851721]], [[0.04164670879124195]]], "std": [[[0.18860018198794098]], [[0.1381264506732442]], [[0.12721575958993844]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24706799410711927]], [[0.18131797214628131]], [[0.1572730969341329]]], "std": [[[0.2550606805679751]], [[0.22338671064510346]], [[0.21014198184936306]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5780839098472398]], [[0.27382548945846247]], [[0.2662958456800182]]], "std": [[[0.25513262989934427]], [[0.28097582707109087]], [[0.2846084032072329]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22144982166458457]], [[0.2387686588331855]], [[0.21484874112430102]]], "std": [[[0.23445624268573675]], [[0.24385542336440338]], [[0.23471796485990606]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34224572668915726]], [[0.30308833889562803]], [[0.2790416451249287]]], "std": [[[0.2586078168655092]], [[0.2735579302370776]], [[0.26437636588395125]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991471818712779]], [[0.9991471818712779]], [[0.9991471818712779]]], "std": [[[0.0073236186296684195]], [[0.0073236186296684195]], [[0.0073236186296684195]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5871827215479742]], [[0.5871827215479742]], [[0.5871827215479742]]], "std": [[[0.33455406324491815]], [[0.33455406324491815]], [[0.33455406324491815]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12121188956414275]], [[0.12121188956414275]], [[0.12121188956414275]]], "std": [[[0.13917679171709424]], [[0.13917679171709424]], [[0.13917679171709424]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2818876959627598]], [[0.2818876959627598]], [[0.2818876959627598]]], "std": [[[0.42701819419084575]], [[0.42701819419084575]], [[0.42701819419084575]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3233665300736074]], [[0.3233665300736074]], [[0.3233665300736074]]], "std": [[[0.39664336758295904]], [[0.39664336758295904]], [[0.39664336758295904]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06221131087091654]], [[0.1393615692711885]], [[0.07368897016075333]]], "std": [[[0.17917717266784666]], [[0.33630557266421224]], [[0.2426654139253548]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3162592116495037]], [[0.40653438396664365]], [[0.267271364207254]]], "std": [[[0.3306182362110733]], [[0.4552207542997276]], [[0.39624580872935017]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7564072605547811]], [[0.3898902762773999]], [[0.38710034594187187]]], "std": [[[0.3749823895844121]], [[0.3181420247071273]], [[0.3909618060654461]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33611482534260584]], [[0.4898505509655728]], [[0.32071713166645544]]], "std": [[[0.359020998679947]], [[0.4307491579321806]], [[0.4112703843524308]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37854106140250293]], [[0.60888457450625]], [[0.27432043108957277]]], "std": [[[0.33079530941446683]], [[0.46164861579223504]], [[0.357382714829385]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.24], "mean": [2.6199999999999997], "std": [1.5184202316881845], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [263]}, "index": {"min": [14612], "max": [14874], "mean": [14743.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [263]}}} +{"episode_index": 65, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4983047842979431, 1.3606088161468506, 0.0981038436293602, -2.676182270050049, -1.56450617313385, 1.0487371683120728, -0.9063161015510559, -0.7635913491249084, 0.5299970507621765, -4.836867332458496, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4983047842979431, 1.3606088161468506, 0.0981038436293602, -0.7978687882423401, -0.6978002786636353, 1.3399347066879272, 1.555187702178955, -0.005494216922670603, 1.043469786643982, -2.497627019882202, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49830538034439087, 1.3606098890304565, 0.09810376912355423, -2.0325284004211426, -0.9524103999137878, 1.2086211442947388, -0.003244502702727914, -0.5235671997070312, 0.7047686576843262, -4.055175304412842, 0.4007504880428314, -0.4007504880428314, 0.4007504880428314, 0.4007504880428314, -0.4007504880428314, 0.4007504880428314, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860399246216, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539062e-07, 1.0728836059570312e-06, 7.450580596923828e-08, 0.6283029913902283, 0.30751845240592957, 0.08598203957080841, 0.7996700406074524, 0.2574287950992584, 0.17028766870498657, 0.7906472682952881, 0.2565872371196747, 0.2565872371196747, 0.2565872371196747, 0.2565872371196747, 0.2565872371196747, 0.2565872371196747, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.1457672119140625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [129]}, "observation.state": {"min": [-0.2595841884613037, -0.9368734359741211, -0.9990278482437134, -0.09608808159828186, 0.8396816849708557, 0.11488734930753708, -0.41793835163116455, -0.3701178729534149, -0.3777928054332733, -0.8526397347450256, -0.8977513909339905, 1.2760968208312988, NaN], "max": [0.3836587071418762, 0.9575275778770447, 2.1343173273180582e-07, 0.147215336561203, 0.9658729434013367, 0.5430581569671631, 0.05716065317392349, 0.13023802638053894, 0.530911922454834, 2.330860127131018e-07, 1.0, 1.6035234928131104, NaN], "mean": [0.16274161636829376, -0.346515953540802, -0.33554607629776, 0.005946803372353315, 0.9187532067298889, 0.3573142886161804, -0.04924207553267479, 0.009251000359654427, 0.10286073386669159, -0.30773594975471497, 0.3897700011730194, 1.3847618103027344, NaN], "std": [0.25441765785217285, 0.736298680305481, 0.3660416007041931, 0.10697317123413086, 0.034381572157144547, 0.11008979380130768, 0.11177419126033783, 0.15426687896251678, 0.23003849387168884, 0.32139772176742554, 0.7658876776695251, 0.13466563820838928, NaN], "count": [129]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12694414436887233]], [[0.1152536198501835]], [[0.09729020023590298]]], "std": [[[0.30007936877720515]], [[0.2745493133892508]], [[0.2393318580903544]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4368104293528225]], [[0.39336646435873346]], [[0.32873907641097544]]], "std": [[[0.3963846224091336]], [[0.36480674856576745]], [[0.32682422746484374]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6428093805970799]], [[0.6094658829162116]], [[0.5692695845411795]]], "std": [[[0.3050122577801755]], [[0.29883907142290544]], [[0.2985839761630184]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40943580293852777]], [[0.3785064135705238]], [[0.3459565825851561]]], "std": [[[0.2651488608723198]], [[0.2581447400834598]], [[0.252007089371357]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3554116426639737]], [[0.33294339200062223]], [[0.31021933210889086]]], "std": [[[0.3720756930801325]], [[0.3555895505978993]], [[0.3403126655660647]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986767438414098]], [[0.9986767438414098]], [[0.9986767438414098]]], "std": [[[0.00968894458876319]], [[0.00968894458876319]], [[0.00968894458876319]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16862745098039217]], [[0.16862745098039217]], [[0.16862745098039217]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6024826019871373]], [[0.6024826019871373]], [[0.6024826019871373]]], "std": [[[0.34137069037289786]], [[0.34137069037289786]], [[0.34137069037289786]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25985914217949413]], [[0.25985914217949413]], [[0.25985914217949413]]], "std": [[[0.2998582412668487]], [[0.2998582412668487]], [[0.2998582412668487]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10797809683019612]], [[0.10797809683019612]], [[0.10797809683019612]]], "std": [[[0.2736527418737741]], [[0.2736527418737741]], [[0.2736527418737741]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5507791437083709]], [[0.5507791437083709]], [[0.5507791437083709]]], "std": [[[0.44902865311463336]], [[0.44902865311463336]], [[0.44902865311463336]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02863756302425214]], [[0.10866005762792105]], [[0.14424594395057705]]], "std": [[[0.11949675857980993]], [[0.2675092677396961]], [[0.3481189587926382]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3731077703815016]], [[0.4365582371247463]], [[0.1305263466352308]]], "std": [[[0.4016207980647481]], [[0.4397007743533418]], [[0.2325302205643634]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5559914275617569]], [[0.6889926432869239]], [[0.30562753480038435]]], "std": [[[0.43671464498132195]], [[0.42445090600840996]], [[0.31485705529245184]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5384157257034341]], [[0.6906133638572216]], [[0.20086030560098597]]], "std": [[[0.40711915854537795]], [[0.3738980555200022]], [[0.23942454036653707]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22739054148385526]], [[0.2519193826020542]], [[0.37161112485758985]]], "std": [[[0.3614573388548617]], [[0.32899898857656523]], [[0.4628530677748158]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.56], "mean": [1.28], "std": [0.7447594690010102], "count": [129]}, "frame_index": {"min": [0], "max": [128], "mean": [64.0], "std": [37.23797345005051], "count": [129]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [129]}, "index": {"min": [14875], "max": [15003], "mean": [14939.0], "std": [37.23797345005051], "count": [129]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [129]}}} +{"episode_index": 66, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2869679927825928, 0.2360253930091858, -2.2326321601867676, -2.168193817138672, -3.166409492492676, -2.177194595336914, -1.241284966468811, -0.9202635288238525, -5.6699442863464355, 6.938893903907228e-18, -0.44878047704696655, 6.938893903907228e-18, 6.938893903907228e-18, -0.44878047704696655, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.2869679927825928, 0.2360253930091858, 1.4130134582519531, 1.1557843685150146, 1.5048774480819702, 1.5692538022994995, 2.0453884601593018, 1.0464597940444946, -2.314171075820923, 0.44878047704696655, -6.938893903907228e-18, 0.44878047704696655, 0.44878047704696655, -6.938893903907228e-18, 0.44878047704696655, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975264072418213, 1.2869702577590942, 0.2360243946313858, 0.21973632276058197, -0.5233800411224365, -1.2547314167022705, -0.41793516278266907, 0.2150268256664276, 0.14050810039043427, -4.142111301422119, 0.4191468060016632, -0.4191468060016632, 0.4191468060016632, 0.4191468060016632, -0.4191468060016632, 0.4191468060016632, -2.3562002182006836, 1.5707999467849731, -1.047200083732605, -1.5707999467849731, 0.0, -1.047200083732605, 2.4818530082702637, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.652406692504883e-06, 2.2649765014648438e-06, 9.98377799987793e-07, 1.0469739437103271, 1.2592061758041382, 1.4701663255691528, 1.1272977590560913, 1.0343869924545288, 0.615135669708252, 0.964385449886322, 0.1085314080119133, 0.1085314080119133, 0.1085314080119133, 0.1085314080119133, 0.1085314080119133, 0.1085314080119133, 5.7220458984375e-06, 3.5762786865234375e-06, 2.5033950805664062e-06, 3.5762786865234375e-06, 0.0, 2.5033950805664062e-06, 5.245208740234375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [569]}, "observation.state": {"min": [-0.9999364018440247, -0.9611836671829224, -0.7663722634315491, 1.4776533842086792, -0.9506474137306213, -0.9368967413902283, -0.9998323917388916, -1.8399837017059326, -0.9095925688743591, -0.9887309074401855, -0.9695199728012085, 0.5684107542037964, NaN], "max": [0.8349268436431885, 0.9611330628395081, 0.9398515820503235, 2.841130495071411, 0.5244802236557007, 0.999363362789154, 0.8575714230537415, 0.19332636892795563, 0.948294460773468, 0.8380170464515686, 1.0, 2.152515411376953, NaN], "mean": [-0.35780805349349976, 0.24268433451652527, 0.23250363767147064, 2.338944911956787, -0.4640883803367615, 0.04436463490128517, -0.13427826762199402, -0.49558529257774353, -0.021350102499127388, -0.19145451486110687, 0.3469080626964569, 1.344635009765625, NaN], "std": [0.4464206397533417, 0.6115205883979797, 0.43101194500923157, 0.2847326099872589, 0.4706963002681732, 0.5502896904945374, 0.49015337228775024, 0.6591625213623047, 0.48507121205329895, 0.4750845432281494, 0.6176931262016296, 0.3748651444911957, NaN], "count": [569]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09319028231937619]], [[0.08809591476618997]], [[0.08101846100066179]]], "std": [[[0.2457844337700859]], [[0.23460516514904148]], [[0.21776965118151798]]], "count": [116]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34078746142632865]], [[0.32239378266999813]], [[0.2974040624694563]]], "std": [[[0.37060530502989253]], [[0.3589928820706323]], [[0.340086502343705]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3185747773411508]], [[0.30374276728848615]], [[0.2889529447050032]]], "std": [[[0.1949304274915713]], [[0.19620115258016535]], [[0.1982109739582967]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2569993115661716]], [[0.25145031131207557]], [[0.22250912938451686]]], "std": [[[0.29220765766312673]], [[0.2870789510189303]], [[0.2778679830721822]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3281515559799969]], [[0.3040899624137281]], [[0.27928289927179273]]], "std": [[[0.30491044020940605]], [[0.30331233942807684]], [[0.29843815998283285]]], "count": [116]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989240195240232]], [[0.9989240195240232]], [[0.9989240195240232]]], "std": [[[0.008401226630645194]], [[0.008401226630645194]], [[0.008401226630645194]]], "count": [116]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5852829724784397]], [[0.5852829724784397]], [[0.5852829724784397]]], "std": [[[0.33446081713556514]], [[0.33446081713556514]], [[0.33446081713556514]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.07716911052235949]], [[0.07716911052235949]], [[0.07716911052235949]]], "std": [[[0.05032033997762786]], [[0.05032033997762786]], [[0.05032033997762786]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19194509991678352]], [[0.19194509991678352]], [[0.19194509991678352]]], "std": [[[0.3521729795232997]], [[0.3521729795232997]], [[0.3521729795232997]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25597780367988954]], [[0.25597780367988954]], [[0.25597780367988954]]], "std": [[[0.3138063384700802]], [[0.3138063384700802]], [[0.3138063384700802]]], "count": [116]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13621238358183477]], [[0.03243479226596516]], [[0.09191459175189541]]], "std": [[[0.3274238196598783]], [[0.1194430736258288]], [[0.27616233156784736]]], "count": [116]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32237213167697626]], [[0.20299685491203304]], [[0.3653656647738147]]], "std": [[[0.4015256946562531]], [[0.28725446620491407]], [[0.44624726110929325]]], "count": [116]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.71338565041967]], [[0.2022228148584706]], [[0.9351661990898467]]], "std": [[[0.32486167481990835]], [[0.22983382016369275]], [[0.2174479885373]]], "count": [116]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38404707848712155]], [[0.609898301723716]], [[0.4485593065984786]]], "std": [[[0.3632993383516327]], [[0.4350298026746519]], [[0.41352404205268756]]], "count": [116]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5270839586593786]], [[0.49256378857485644]], [[0.3882087873457663]]], "std": [[[0.4496550028868064]], [[0.38267501662834735]], [[0.3726150303614403]]], "count": [116]}, "timestamp": {"min": [0.0], "max": [11.36], "mean": [5.68], "std": [3.2851179583083465], "count": [569]}, "frame_index": {"min": [0], "max": [568], "mean": [284.0], "std": [164.25589791541734], "count": [569]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [569]}, "index": {"min": [15004], "max": [15572], "mean": [15288.0], "std": [164.25589791541734], "count": [569]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [569]}}} +{"episode_index": 67, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974387884140015, -0.03498820960521698, 0.4619470536708832, -0.7830494046211243, -1.5585746765136719, -0.33930033445358276, -2.419508934020996, -2.4759981632232666, -1.1613503694534302, -4.282827377319336, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974387884140015, -0.03498820960521698, 0.4619470536708832, 1.7115139961242676, 2.2879250049591064, 1.043036937713623, 1.5672926902770996, -0.008018151856958866, 1.1638197898864746, -2.487257719039917, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997415840625763, -0.03498834744095802, 0.46194547414779663, 0.4391711354255676, 1.4724992513656616, 0.0267461109906435, 0.01875380426645279, -1.7953598499298096, 0.5013514757156372, -3.5126495361328125, 0.24779468774795532, -0.24779468774795532, 0.24779468774795532, 0.24779468774795532, -0.24779468774795532, 0.24779468774795532, -2.3562002182006836, 1.570799708366394, -1.0472033023834229, -1.570799708366394, 0.0, -1.0472033023834229, 2.481860637664795, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.294778823852539e-06, 1.3783574104309082e-07, 1.5795230865478516e-06, 0.8080876469612122, 0.9766643643379211, 0.35667741298675537, 1.1270993947982788, 0.6017467975616455, 0.7767987847328186, 0.5446375608444214, 0.09232625365257263, 0.09232625365257263, 0.09232625365257263, 0.09232625365257263, 0.09232625365257263, 0.09232625365257263, 5.7220458984375e-06, 3.337860107421875e-06, 5.7220458984375e-06, 3.337860107421875e-06, 0.0, 5.7220458984375e-06, 2.384185791015625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [480]}, "observation.state": {"min": [-0.990037202835083, -0.9169652462005615, -0.9169892072677612, 1.254327654838562, -0.9189319610595703, -0.9908590912818909, -0.861853837966919, -1.3195888996124268, -0.10526042431592941, -0.854630708694458, -0.9998796582221985, 0.8435377478599548, NaN], "max": [0.96731036901474, 0.49810442328453064, 0.9687380790710449, 2.6006996631622314, 0.24993962049484253, 0.9418026804924011, 0.49585282802581787, 0.15596407651901245, 0.9947813749313354, 0.8149728178977966, 1.0, 2.255293607711792, NaN], "mean": [0.2014913260936737, -0.011966207064688206, 0.07778720557689667, 2.0274500846862793, -0.33018046617507935, 0.23692139983177185, -0.21266929805278778, -0.3872074484825134, 0.3383822441101074, -0.06892894953489304, 0.023578833788633347, 1.3825310468673706, NaN], "std": [0.7114394903182983, 0.4117370545864105, 0.5268155932426453, 0.4029788374900818, 0.32127779722213745, 0.7326926589012146, 0.38673335313796997, 0.5130618214607239, 0.35568878054618835, 0.4822937846183777, 0.7218509316444397, 0.3566988408565521, NaN], "count": [480]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12070436378449881]], [[0.11803094386925522]], [[0.11395875696121749]]], "std": [[[0.2944520806123572]], [[0.28864673598568846]], [[0.28021417601188287]]], "count": [102]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43491768502040495]], [[0.42222522659370765]], [[0.40362768061430027]]], "std": [[[0.409014500358213]], [[0.4015886444853023]], [[0.39207195741908524]]], "count": [102]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6168662404245848]], [[0.5658089758023975]], [[0.5112302722416809]]], "std": [[[0.1391207233344046]], [[0.143367483137763]], [[0.1544086160217061]]], "count": [102]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36938135625901497]], [[0.34852478588725355]], [[0.3255143533288916]]], "std": [[[0.31410159586832964]], [[0.31100649278713155]], [[0.3061716127626089]]], "count": [102]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5532373364985866]], [[0.5248288122933253]], [[0.49374522858803177]]], "std": [[[0.2840668589372378]], [[0.28493651685348426]], [[0.284596514553518]]], "count": [102]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990342595777753]], [[0.9990342595777753]], [[0.9990342595777753]]], "std": [[[0.00796357234475165]], [[0.00796357234475165]], [[0.00796357234475165]]], "count": [102]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5888375003308425]], [[0.5888375003308425]], [[0.5888375003308425]]], "std": [[[0.334719587292777]], [[0.334719587292777]], [[0.334719587292777]]], "count": [102]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.027696137105367093]], [[0.027696137105367093]], [[0.027696137105367093]]], "std": [[[0.02753857595552977]], [[0.02753857595552977]], [[0.02753857595552977]]], "count": [102]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20647210909152922]], [[0.20647210909152922]], [[0.20647210909152922]]], "std": [[[0.3641461588450392]], [[0.3641461588450392]], [[0.3641461588450392]]], "count": [102]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06643999374091465]], [[0.06643999374091465]], [[0.06643999374091465]]], "std": [[[0.04296276073840636]], [[0.04296276073840636]], [[0.04296276073840636]]], "count": [102]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03213833898700825]], [[0.04480892006703338]], [[0.14453137136436373]]], "std": [[[0.1254545756110772]], [[0.14169311009329055]], [[0.3474776689909505]]], "count": [102]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5310061839957827]], [[0.31694217805046687]], [[0.1009171287712143]]], "std": [[[0.47793083457034624]], [[0.3219000005738031]], [[0.18126999410869699]]], "count": [102]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3754034118168518]], [[0.3371113626894219]], [[0.7388008108410766]]], "std": [[[0.277710397257798]], [[0.3818164679770411]], [[0.40301147890025407]]], "count": [102]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6037323510760995]], [[0.6032352137161957]], [[0.2854893564322036]]], "std": [[[0.43052103946110815]], [[0.4150077962465463]], [[0.3663993219144104]]], "count": [102]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4917151570252178]], [[0.6528471718562682]], [[0.5699985396256416]]], "std": [[[0.38479020225048227]], [[0.38276768184495447]], [[0.41383304858710185]]], "count": [102]}, "timestamp": {"min": [0.0], "max": [9.58], "mean": [4.79], "std": [2.771275278038374], "count": [480]}, "frame_index": {"min": [0], "max": [479], "mean": [239.5], "std": [138.5637639019187], "count": [480]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [480]}, "index": {"min": [15573], "max": [16052], "mean": [15812.5], "std": [138.5637639019187], "count": [480]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [480]}}} +{"episode_index": 68, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8819950222969055, 0.12258787453174591, -2.249061346054077, -1.5704365968704224, -6.329367160797119, 0.3474660813808441, 0.007751608733087778, 1.0186028480529785, -5.83442497253418, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.8819950222969055, 0.12258787453174591, -0.7927442789077759, -1.247252345085144, -5.241405487060547, 1.5634024143218994, 1.4396014213562012, 1.07199227809906, -2.4992101192474365, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974897503852844, 0.881994903087616, 0.12258781492710114, -1.7429511547088623, -1.3889873027801514, -5.943570137023926, 0.7770184278488159, 0.9490852952003479, 1.0303833484649658, -4.629965305328369, 0.3453506827354431, -0.3453506827354431, 0.3453506827354431, 0.3453506827354431, -0.3453506827354431, 0.3453506827354431, -2.35619854927063, 1.5707978010177612, -1.0471965074539185, -1.5707978010177612, 0.0, -1.0471965074539185, 2.481863021850586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0132789611816406e-06, 1.1920928955078125e-07, 5.960464477539063e-08, 0.5226556062698364, 0.11775204539299011, 0.39629340171813965, 0.41934677958488464, 0.5169771313667297, 0.012234254740178585, 1.179841160774231, 0.17859701812267303, 0.17859701812267303, 0.17859701812267303, 0.17859701812267303, 0.17859701812267303, 0.17859701812267303, 4.0531158447265625e-06, 1.430511474609375e-06, 1.0728836059570312e-06, 1.430511474609375e-06, 0.0, 1.0728836059570312e-06, 4.76837158203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [165]}, "observation.state": {"min": [-0.8027369379997253, -0.3420545160770416, -0.9930551052093506, 2.2980282306671143, -0.9994964599609375, -0.053753212094306946, -0.5942099690437317, -0.27861014008522034, 2.4310591584253416e-07, -0.48625463247299194, -0.6599516868591309, 1.355347752571106, NaN], "max": [0.1894296407699585, 0.9990060329437256, 2.8428334530872235e-07, 2.533921480178833, 0.018957512453198433, 0.9595280289649963, 0.21782447397708893, 0.18550489842891693, 0.8796480894088745, 0.6367855072021484, 1.0, 1.5346633195877075, NaN], "mean": [-0.19319245219230652, 0.45351141691207886, -0.4307289719581604, 2.4242165088653564, -0.6554012894630432, 0.4194584786891937, -0.060546599328517914, 0.04354529455304146, 0.3906742036342621, 0.10340265184640884, 0.35056525468826294, 1.438995361328125, NaN], "std": [0.3175681531429291, 0.5751675963401794, 0.37391185760498047, 0.09925390034914017, 0.3948000967502594, 0.42549124360084534, 0.2322240024805069, 0.16471777856349945, 0.3518294095993042, 0.3095625638961792, 0.7029745578765869, 0.07435618340969086, NaN], "count": [165]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08753960159351865]], [[0.09076607047182608]], [[0.08569606736713359]]], "std": [[[0.2148410604389723]], [[0.22260596914021485]], [[0.20945379232960176]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2981119955796689]], [[0.3123975816926408]], [[0.2983104799800978]]], "std": [[[0.2974879832620707]], [[0.3039687696047231]], [[0.29089951688108645]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6719107900470129]], [[0.7052593598432498]], [[0.6374800384364957]]], "std": [[[0.2045511396660754]], [[0.20728891566272736]], [[0.20060007310370853]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1926661865457513]], [[0.24477357537864844]], [[0.2714012167980629]]], "std": [[[0.24505350672588747]], [[0.2684945259635011]], [[0.27200924583550384]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40834236912849337]], [[0.45070086924684716]], [[0.42554606579131776]]], "std": [[[0.3347827018308449]], [[0.32684685551100573]], [[0.3156987674397619]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990364053695757]], [[0.9990364053695757]], [[0.9990364053695757]]], "std": [[[0.007824726411962697]], [[0.007824726411962697]], [[0.007824726411962697]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5845589774229174]], [[0.5845589774229174]], [[0.5845589774229174]]], "std": [[[0.33399562523025433]], [[0.33399562523025433]], [[0.33399562523025433]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0826607281878587]], [[0.0826607281878587]], [[0.0826607281878587]]], "std": [[[0.06267024771926297]], [[0.06267024771926297]], [[0.06267024771926297]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2549019607843137]], [[0.2549019607843137]], [[0.2549019607843137]]], "mean": [[[0.024172231978869314]], [[0.024172231978869314]], [[0.024172231978869314]]], "std": [[[0.030519284277047632]], [[0.030519284277047632]], [[0.030519284277047632]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2582520353170508]], [[0.2582520353170508]], [[0.2582520353170508]]], "std": [[[0.3253879405452429]], [[0.3253879405452429]], [[0.3253879405452429]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10323911832097156]], [[0.1118040275170976]], [[0.02537126959124678]]], "std": [[[0.2675000459700676]], [[0.29008331991290137]], [[0.10325436936390125]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3002095942374761]], [[0.4832876534492597]], [[0.2343961788812512]]], "std": [[[0.4101049878034965]], [[0.4446798477428384]], [[0.3028801480090653]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8853316622979687]], [[0.5239337942762345]], [[0.16283287433505603]]], "std": [[[0.23585815458618464]], [[0.24145602874294006]], [[0.2147955980473746]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3753180056742782]], [[0.7280649343421237]], [[0.5259580739104575]]], "std": [[[0.36667567215953895]], [[0.2899279610330032]], [[0.43624590515620487]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3850515908699241]], [[0.5090828577386975]], [[0.4806917697484931]]], "std": [[[0.40312755975011316]], [[0.37207208635068123]], [[0.43643157699932095]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.28], "mean": [1.64], "std": [0.9526104485395206], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [165]}, "index": {"min": [16053], "max": [16217], "mean": [16135.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [165]}}} +{"episode_index": 69, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49769923090934753, 1.6371281147003174, 0.2887471616268158, -1.9761488437652588, -1.5658050775527954, 1.0507218837738037, 0.06732279807329178, -2.922555923461914, 0.9331890344619751, -2.4704232215881348, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49769923090934753, 1.6371281147003174, 0.2887471616268158, -0.7915042638778687, -0.7615947127342224, 2.2040023803710938, 1.564121127128601, -0.016810692846775055, 1.213147759437561, -0.7438849210739136, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4976978302001953, 1.63712477684021, 0.2887468934059143, -1.6150481700897217, -0.9457655549049377, 1.6781061887741089, 0.598472535610199, -2.1689205169677734, 1.0896685123443604, -1.1434147357940674, 0.5061714053153992, -0.5061714053153992, 0.5061714053153992, 0.5061714053153992, -0.5061714053153992, 0.5061714053153992, -2.3561995029449463, 1.5707987546920776, -1.0471961498260498, -1.5707987546920776, 0.0, -1.0471961498260498, 2.4818661212921143, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4007091522216797e-06, 3.337860107421875e-06, 2.682209014892578e-07, 0.3600318729877472, 0.2541230618953705, 0.3551727533340454, 0.4505932033061981, 0.9010211229324341, 0.08863731473684311, 0.5263060927391052, 0.23100587725639343, 0.23100587725639343, 0.23100587725639343, 0.23100587725639343, 0.23100587725639343, 0.23100587725639343, 5.0067901611328125e-06, 2.384185791015625e-06, 1.430511474609375e-06, 2.384185791015625e-06, 0.0, 1.430511474609375e-06, 7.867813110351562e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [243]}, "observation.state": {"min": [-0.9676323533058167, -0.36974525451660156, -0.02638801746070385, 2.5593786239624023, -0.9869727492332458, -0.8912240862846375, -0.04400304704904556, -0.4850122332572937, -0.06949423253536224, 4.773626756104932e-07, 0.8536219000816345, 1.282300353050232, NaN], "max": [-0.1608874499797821, 0.9869727492332458, 0.25596392154693604, 2.6655802726745605, 0.3809526562690735, -0.1608874499797821, 0.46187111735343933, 0.08884570002555847, 0.3614223301410675, 0.47661545872688293, 1.0, 1.4526423215866089, NaN], "mean": [-0.38031864166259766, 0.7525155544281006, 0.03975259140133858, 2.5962464809417725, -0.7270329594612122, -0.3599313795566559, 0.12591727077960968, -0.03229245916008949, 0.06090984120965004, 0.11911078542470932, 0.965075671672821, 1.3319509029388428, NaN], "std": [0.3194204866886139, 0.4211379587650299, 0.09005606919527054, 0.03627782315015793, 0.45136240124702454, 0.2865658402442932, 0.20042094588279724, 0.17817285656929016, 0.13157789409160614, 0.1746537983417511, 0.05398685857653618, 0.046137865632772446, NaN], "count": [243]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1288702151357448]], [[0.11957877838731676]], [[0.10339460239483775]]], "std": [[[0.30541157245444406]], [[0.2841686212396722]], [[0.24961096486380524]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46413094292126755]], [[0.4247481893205283]], [[0.359523891715299]]], "std": [[[0.40632319463449434]], [[0.3773861372207907]], [[0.33319134939039047]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03529411764705882]], [[0.023529411764705882]], [[0.01568627450980392]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7329611645212102]], [[0.7148415044414538]], [[0.6919829905766213]]], "std": [[[0.25844056976954194]], [[0.2584353722447359]], [[0.2622822472551293]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5226815088403269]], [[0.4868316552570893]], [[0.4496785550238015]]], "std": [[[0.22112213583949786]], [[0.2271249457105316]], [[0.23437389149097387]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5830604637190193]], [[0.5445451129256463]], [[0.4984653846901778]]], "std": [[[0.3161377008794944]], [[0.3068306932286419]], [[0.30088522897870396]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990982309958284]], [[0.9990982309958284]], [[0.9990982309958284]]], "std": [[[0.007627946551356778]], [[0.007627946551356778]], [[0.007627946551356778]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5860494698888413]], [[0.5860494698888413]], [[0.5860494698888413]]], "std": [[[0.33596859242482474]], [[0.33596859242482474]], [[0.33596859242482474]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.11918371397668195]], [[0.11918371397668195]], [[0.11918371397668195]]], "std": [[[0.07405233130896537]], [[0.07405233130896537]], [[0.07405233130896537]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.028188395155606786]], [[0.028188395155606786]], [[0.028188395155606786]]], "std": [[[0.03942543798930367]], [[0.03942543798930367]], [[0.03942543798930367]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23475741488415072]], [[0.23475741488415072]], [[0.23475741488415072]]], "std": [[[0.294579321775885]], [[0.294579321775885]], [[0.294579321775885]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09669249261210588]], [[0.10953352766160328]], [[0.04105157879984523]]], "std": [[[0.28340924699999126]], [[0.27542800607530793]], [[0.13590381015122865]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4758856252736723]], [[0.3744391859134133]], [[0.18067775102243627]]], "std": [[[0.43051240551446696]], [[0.4361865928977237]], [[0.2687362225652278]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23013701417094315]], [[0.8853973235270648]], [[0.35150119996700846]]], "std": [[[0.28439994695229925]], [[0.27982091731497083]], [[0.23787179439935108]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5954151255522899]], [[0.49168535584268935]], [[0.5486214360577513]]], "std": [[[0.40186859629268323]], [[0.3174996731855361]], [[0.4264142289391492]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42918401706977377]], [[0.3990032421572986]], [[0.550757498033583]]], "std": [[[0.390901373282494]], [[0.3941109930352156]], [[0.40481915599424184]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.84], "mean": [2.42], "std": [1.402949274445326], "count": [243]}, "frame_index": {"min": [0], "max": [242], "mean": [121.0], "std": [70.14746372226631], "count": [243]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [243]}, "index": {"min": [16218], "max": [16460], "mean": [16339.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [243]}}} +{"episode_index": 70, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4808530807495117, 1.2873172760009766, 0.09175220876932144, -2.2292423248291016, -1.5626716613769531, -0.18137705326080322, 0.6268138885498047, 0.007681588642299175, 0.7181549668312073, -2.471832752227783, 6.938893903907228e-17, -0.3707317113876343, 6.938893903907228e-17, 6.938893903907228e-17, -0.3707317113876343, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4808530807495117, 1.2873172760009766, 0.09175220876932144, -0.7980802059173584, -1.4034934043884277, 1.0356391668319702, 1.566108226776123, 0.8788827657699585, 1.0426803827285767, -1.5300066471099854, 0.3707317113876343, -6.938893903907228e-17, 0.3707317113876343, 0.3707317113876343, -6.938893903907228e-17, 0.3707317113876343, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.48085373640060425, 1.2873167991638184, 0.09175212681293488, -1.9378385543823242, -1.4863225221633911, 0.08551634848117828, 0.8353546857833862, 0.6465490460395813, 0.8012014627456665, -1.7708230018615723, 0.25371935963630676, -0.25371935963630676, 0.25371935963630676, 0.25371935963630676, -0.25371935963630676, 0.25371935963630676, -2.3561975955963135, 1.5707967281341553, -1.0471969842910767, -1.5707967281341553, 0.0, -1.0471969842910767, 2.4818592071533203, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.556510925292969e-07, 4.76837158203125e-07, 8.195638656616211e-08, 0.45314303040504456, 0.04669967293739319, 0.40054285526275635, 0.2799674868583679, 0.2331782579421997, 0.1029568463563919, 0.3146498501300812, 0.1668880581855774, 0.1668880581855774, 0.1668880581855774, 0.1668880581855774, 0.1668880581855774, 0.1668880581855774, 3.0994415283203125e-06, 3.5762786865234375e-07, 5.960464477539062e-07, 3.5762786865234375e-07, 0.0, 5.960464477539062e-07, 9.5367431640625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [116]}, "observation.state": {"min": [-0.9988960027694702, -0.9197176694869995, -0.2545883357524872, 0.6292334198951721, 0.027051571756601334, -0.9991950988769531, -0.10552458465099335, -0.22773581743240356, -0.3155020475387573, -0.12183155119419098, 0.9488441348075867, 1.3538711071014404, NaN], "max": [-0.3836560547351837, -0.030390338972210884, 0.0002875547797884792, 0.7981438636779785, 0.9211241006851196, -0.3746931254863739, 0.18904249370098114, 0.22008246183395386, 0.06586658954620361, 0.028546325862407684, 1.0, 1.4557803869247437, NaN], "mean": [-0.891475260257721, -0.26088792085647583, -0.0765414908528328, 0.7006753087043762, 0.2578730881214142, -0.8994605541229248, 0.029038898646831512, 0.13372287154197693, -0.07607490569353104, -0.01820472627878189, 0.9902383089065552, 1.3891992568969727, NaN], "std": [0.18324975669384003, 0.2988687753677368, 0.09191642701625824, 0.03861221671104431, 0.29629939794540405, 0.17831085622310638, 0.06357347965240479, 0.13275019824504852, 0.10776280611753464, 0.03821573033928871, 0.015366345643997192, 0.03418610990047455, NaN], "count": [116]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.13042395481498914]], [[0.12557161814830237]], [[0.12383380842504918]]], "std": [[[0.30590322543165654]], [[0.2964923345787052]], [[0.29372490884217506]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47451936878851947]], [[0.45348899443502305]], [[0.4409174493777539]]], "std": [[[0.3980284490937558]], [[0.38761595453647163]], [[0.38522298963082724]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.712665674237959]], [[0.673002743260705]], [[0.6567978094147956]]], "std": [[[0.25172645534833854]], [[0.2551498890795541]], [[0.26134520509281306]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.19417785797674633]], [[0.18403386864133156]], [[0.14587886334726088]]], "std": [[[0.19814376440395864]], [[0.19407815878389956]], [[0.18787525208355976]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44923255219806196]], [[0.4054898138592669]], [[0.3745889863212478]]], "std": [[[0.33398849113332435]], [[0.31956089442106556]], [[0.31109951907922545]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8901960784313725]], [[0.8901960784313725]], [[0.8901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9993985077359148]], [[0.9993985077359148]], [[0.9993985077359148]]], "std": [[[0.00584201853839115]], [[0.00584201853839115]], [[0.00584201853839115]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5781799608527108]], [[0.5781799608527108]], [[0.5781799608527108]]], "std": [[[0.3329958751330745]], [[0.3329958751330745]], [[0.3329958751330745]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21234111384029006]], [[0.21234111384029006]], [[0.21234111384029006]]], "std": [[[0.23179902990356382]], [[0.23179902990356382]], [[0.23179902990356382]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.29411764705882354]], [[0.29411764705882354]], [[0.29411764705882354]]], "mean": [[[0.0149716695131936]], [[0.0149716695131936]], [[0.0149716695131936]]], "std": [[[0.01742920102917209]], [[0.01742920102917209]], [[0.01742920102917209]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34622339301987337]], [[0.34622339301987337]], [[0.34622339301987337]]], "std": [[[0.3982955556814715]], [[0.3982955556814715]], [[0.3982955556814715]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1388129238357906]], [[0.04477438541505313]], [[0.06998532948968376]]], "std": [[[0.3340232430372322]], [[0.14432324358399062]], [[0.23515370474727798]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19406556869182473]], [[0.4153555302083899]], [[0.43302954554141343]]], "std": [[[0.3126508834456574]], [[0.41167767567143504]], [[0.44312458926545345]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8407864206248143]], [[0.46496107064281883]], [[0.28420531070059435]]], "std": [[[0.33200960696987114]], [[0.33397185558145814]], [[0.31115608297060277]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6682802551614675]], [[0.6323606351811953]], [[0.4033193722754312]]], "std": [[[0.40504593101788666]], [[0.4008480722378015]], [[0.2908820714471397]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6273306537758224]], [[0.3683436539213339]], [[0.2873905790352118]]], "std": [[[0.4570061933663238]], [[0.36323185542981146]], [[0.36497812440803656]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.3], "mean": [1.1500000000000001], "std": [0.6697014260101288], "count": [116]}, "frame_index": {"min": [0], "max": [115], "mean": [57.5], "std": [33.48507130050644], "count": [116]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [116]}, "index": {"min": [16461], "max": [16576], "mean": [16518.5], "std": [33.48507130050644], "count": [116]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [116]}}} +{"episode_index": 71, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974969029426575, 1.1383109092712402, 0.11280772089958191, -2.660703420639038, -1.5836628675460815, -5.284367561340332, 0.34240007400512695, -0.9676549434661865, -1.3587673902511597, -2.85331130027771, 6.938893903907228e-18, -0.28780487179756165, 6.938893903907228e-18, 6.938893903907228e-18, -0.28780487179756165, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974969029426575, 1.1383109092712402, 0.11280772089958191, -0.6964807510375977, -0.9557830691337585, -1.7497026920318604, 1.5699231624603271, 0.5130242109298706, 1.0360000133514404, -1.9294618368148804, 0.28780487179756165, -6.938893903907228e-18, 0.28780487179756165, 0.28780487179756165, -6.938893903907228e-18, 0.28780487179756165, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974870681762695, 1.1383086442947388, 0.11280779540538788, -1.8235149383544922, -1.1546624898910522, -3.1415321826934814, 0.8151547908782959, 0.05396072939038277, -0.7457488775253296, -2.281175374984741, 0.24427367746829987, -0.24427367746829987, 0.24427367746829987, 0.24427367746829987, -0.24427367746829987, 0.24427367746829987, -2.356199264526367, 1.5707987546920776, -1.0471962690353394, -1.5707987546920776, 0.0, -1.0471962690353394, 2.481865882873535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.834766387939453e-07, 2.2649765014648438e-06, 7.450580596923828e-08, 0.49930500984191895, 0.1809680163860321, 0.9382081627845764, 0.3709736168384552, 0.4415660500526428, 0.6739948391914368, 0.2701260447502136, 0.10119923204183578, 0.10119923204183578, 0.10119923204183578, 0.10119923204183578, 0.10119923204183578, 0.10119923204183578, 4.76837158203125e-06, 2.384185791015625e-06, 1.3113021850585938e-06, 2.384185791015625e-06, 0.0, 1.3113021850585938e-06, 7.62939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [235]}, "observation.state": {"min": [-0.5407162308692932, -0.965263843536377, -0.6589295864105225, 1.4731742143630981, -0.6761870980262756, -0.8402215242385864, -0.7426113486289978, -0.20921532809734344, -0.31514284014701843, -0.44384756684303284, -0.9951328635215759, 1.3399783372879028, NaN], "max": [0.8439516425132751, -0.2992260754108429, 0.834315836429596, 1.7778630256652832, 0.9652643203735352, -0.26127535104751587, 4.2398463847348467e-05, 0.25871986150741577, 0.9654055237770081, 0.6686827540397644, 1.0, 2.1665897369384766, NaN], "mean": [-0.07840690016746521, -0.7499868273735046, 0.2479173243045807, 1.6347159147262573, 0.3102445602416992, -0.5360987782478333, -0.312987357378006, 0.10008273273706436, 0.3768209218978882, -0.006355523131787777, 0.31769856810569763, 1.6775256395339966, NaN], "std": [0.4018101394176483, 0.18908314406871796, 0.4155805706977844, 0.10452506691217422, 0.6355466246604919, 0.20855653285980225, 0.26640358567237854, 0.15360555052757263, 0.4361609220504761, 0.26614153385162354, 0.7042486667633057, 0.293411523103714, NaN], "count": [235]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13225885893497646]], [[0.13154355387379124]], [[0.1293858582932506]]], "std": [[[0.3153369578930714]], [[0.31258130429766673]], [[0.3074913121783899]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4513506002517282]], [[0.4522889147725025]], [[0.4433487991277356]]], "std": [[[0.4207302670456861]], [[0.41448929335190887]], [[0.40811205697194536]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.6970746380149816]], [[0.6902090779063241]], [[0.6803655168575415]]], "std": [[[0.30811313768397836]], [[0.30732686195177444]], [[0.30710555287203156]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16769785776216714]], [[0.19653748865915505]], [[0.21796362346450154]]], "std": [[[0.22963987778070943]], [[0.23503577420534527]], [[0.24067865250107742]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46020494055150873]], [[0.4924540857552282]], [[0.5045854471058969]]], "std": [[[0.34213188586187854]], [[0.3315827315091044]], [[0.3282155492500653]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989389059546393]], [[0.9989389059546393]], [[0.9989389059546393]]], "std": [[[0.00846705990496702]], [[0.00846705990496702]], [[0.00846705990496702]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5968957312824928]], [[0.5968957312824928]], [[0.5968957312824928]]], "std": [[[0.33789604845926874]], [[0.33789604845926874]], [[0.33789604845926874]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2270888780258179]], [[0.2270888780258179]], [[0.2270888780258179]]], "std": [[[0.2536355871104315]], [[0.2536355871104315]], [[0.2536355871104315]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1519046450357442]], [[0.1519046450357442]], [[0.1519046450357442]]], "std": [[[0.33601543444875426]], [[0.33601543444875426]], [[0.33601543444875426]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28738186577938174]], [[0.28738186577938174]], [[0.28738186577938174]]], "std": [[[0.35159928199427104]], [[0.35159928199427104]], [[0.35159928199427104]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07554275993082504]], [[0.09256670227339935]], [[0.12754819012520027]]], "std": [[[0.2474928137324466]], [[0.2658498176328792]], [[0.3151784249839864]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27262888597865875]], [[0.3336486292749034]], [[0.32088292626992315]]], "std": [[[0.3149940348201769]], [[0.43015568235821505]], [[0.4299419284791994]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6041688845436606]], [[0.20414838150300643]], [[0.6693868614509174]]], "std": [[[0.3137115622738597]], [[0.2572297257258205]], [[0.414506593491975]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5529829483313451]], [[0.3322716371251486]], [[0.5351103372849431]]], "std": [[[0.38661739591946076]], [[0.363449936262132]], [[0.4463317424727526]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5866899686245005]], [[0.38420827457551876]], [[0.4170760622842893]]], "std": [[[0.39571457841568647]], [[0.3849489566750419]], [[0.4340321414551741]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.68], "mean": [2.34], "std": [1.3567608484917302], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [235]}, "index": {"min": [16577], "max": [16811], "mean": [16694.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [235]}}} +{"episode_index": 72, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.01582617312669754, 0.3160347044467926, -6.383642673492432, -1.565705418586731, -5.0899200439453125, -1.8455028533935547, -3.03389573097229, -0.4656844139099121, 1.376097559928894, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, 1.214306433183765e-17, -0.2829268276691437, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.01582617312669754, 0.3160347044467926, -0.7881377935409546, 2.070378065109253, 1.038177490234375, 2.2889914512634277, -0.0034700583200901747, 1.5433063507080078, 5.549144268035889, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, 0.2829268276691437, -1.214306433183765e-17, 0.2829268276691437, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975132942199707, 0.015826215967535973, 0.31603386998176575, -3.7962327003479004, 0.8715221285820007, -3.0708906650543213, 0.485270231962204, -1.1712887287139893, 0.7851194143295288, 3.5181691646575928, 0.2615475058555603, -0.2615475058555603, 0.2615475058555603, 0.2615475058555603, -0.2615475058555603, 0.2615475058555603, -2.3562002182006836, 1.5707995891571045, -1.0472019910812378, -1.5707995891571045, 0.0, -1.0472019910812378, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-06, 4.284083843231201e-08, 8.344650268554688e-07, 2.0423502922058105, 1.2700856924057007, 2.1163010597229004, 1.328581690788269, 1.062535285949707, 0.7154175043106079, 1.4563723802566528, 0.07332579791545868, 0.07332579791545868, 0.07332579791545868, 0.07332579791545868, 0.07332579791545868, 0.07332579791545868, 5.7220458984375e-06, 3.2186508178710938e-06, 4.410743713378906e-06, 3.2186508178710938e-06, 0.0, 4.410743713378906e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [405]}, "observation.state": {"min": [-0.976516604423523, -0.9659868478775024, -0.9343065619468689, 0.5473302602767944, -0.9506760835647583, -0.01880524307489395, -0.7824519872665405, -1.8545525074005127, -0.7797396183013916, -0.5975287556648254, -0.975996732711792, 0.6521371603012085, NaN], "max": [0.8116649389266968, 0.7916561365127563, 0.9186009168624878, 1.6959692239761353, 0.9998129606246948, 0.8818539381027222, 0.9944970607757568, 0.08371930569410324, 0.9129398465156555, 0.9761630892753601, 1.0, 2.217909097671509, NaN], "mean": [0.0772629901766777, -0.32707658410072327, -0.08436761796474457, 1.311970591545105, 0.27178680896759033, 0.4810284376144409, -0.045705705881118774, -0.6476312279701233, 0.06823203712701797, 0.1834595650434494, 0.3967982530593872, 1.3384193181991577, NaN], "std": [0.48433229327201843, 0.6017129421234131, 0.5322569608688354, 0.33648061752319336, 0.6409916877746582, 0.24973788857460022, 0.4684182107448578, 0.5888017416000366, 0.5196722149848938, 0.45116233825683594, 0.5750056505203247, 0.44139420986175537, NaN], "count": [405]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12669655084084863]], [[0.12625783834275134]], [[0.1234878678943278]]], "std": [[[0.3005355703894657]], [[0.30001331170922224]], [[0.294767049582984]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43784296961491753]], [[0.4343732819416197]], [[0.42236315514544115]]], "std": [[[0.39822886445572653]], [[0.39894403776285176]], [[0.39544412329081]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5065792900245492]], [[0.4779444588614831]], [[0.441119363021704]]], "std": [[[0.19384540025674998]], [[0.21271008198490357]], [[0.2279883776860663]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3493060790952269]], [[0.3401470913456864]], [[0.3240903700216792]]], "std": [[[0.3256074312740861]], [[0.32691047551852664]], [[0.32364350480619536]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.5239203656429229]], [[0.4958582127834205]], [[0.46295540843470523]]], "std": [[[0.27429555980704245]], [[0.2841385309772403]], [[0.29136419960781584]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991619341899066]], [[0.9991619341899066]], [[0.9991619341899066]]], "std": [[[0.007286881481944535]], [[0.007286881481944535]], [[0.007286881481944535]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5922115375201754]], [[0.5922115375201754]], [[0.5922115375201754]]], "std": [[[0.33526006438700257]], [[0.33526006438700257]], [[0.33526006438700257]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21176470588235294]], [[0.21176470588235294]], [[0.21176470588235294]]], "mean": [[[0.04657025355882923]], [[0.04657025355882923]], [[0.04657025355882923]]], "std": [[[0.04554971082128]], [[0.04554971082128]], [[0.04554971082128]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2728451978855904]], [[0.2728451978855904]], [[0.2728451978855904]]], "std": [[[0.40728868455998213]], [[0.40728868455998213]], [[0.40728868455998213]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08731061476264526]], [[0.08731061476264526]], [[0.08731061476264526]]], "std": [[[0.0775947591274428]], [[0.0775947591274428]], [[0.0775947591274428]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05862930172582011]], [[0.09746944761284015]], [[0.07020629642370269]]], "std": [[[0.16367274018939215]], [[0.28443623632944115]], [[0.2350301949310584]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27102685257270376]], [[0.4361898435650722]], [[0.34953781388072486]]], "std": [[[0.3848240368699816]], [[0.4636243423266779]], [[0.3779060265076957]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5847128427650942]], [[0.8375716074193433]], [[0.32085283958664]]], "std": [[[0.38150611499878023]], [[0.31165212703972256]], [[0.3502616708360441]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4389994146011744]], [[0.426877496075548]], [[0.4238160895492563]]], "std": [[[0.445897108692918]], [[0.39075253155153167]], [[0.4099483100540493]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6586785677644403]], [[0.39721785352422834]], [[0.6483812334413606]]], "std": [[[0.3139525721811443]], [[0.4008485745396581]], [[0.3927592115136063]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.08], "mean": [4.039999999999999], "std": [2.338261462426019], "count": [405]}, "frame_index": {"min": [0], "max": [404], "mean": [202.0], "std": [116.91307312130097], "count": [405]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [405]}, "index": {"min": [16812], "max": [17216], "mean": [17014.0], "std": [116.91307312130097], "count": [405]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [405]}}} +{"episode_index": 73, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3966943919658661, 1.5117337703704834, -0.020505540072917938, -1.8888288736343384, -1.7405979633331299, -0.35711565613746643, 0.23819191753864288, -0.1770971268415451, 1.0446864366531372, -2.685170888900757, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, 6.418476861114186e-17, -0.35121950507164, 6.418476861114186e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3966943919658661, 1.5117337703704834, -0.020505540072917938, -0.7993043661117554, -1.5741922855377197, 1.0444470643997192, 1.5590100288391113, -0.003992666956037283, 1.4208723306655884, -1.3306711912155151, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, 0.35121950507164, -6.418476861114186e-17, 0.35121950507164, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.39669421315193176, 1.511733889579773, -0.020505521446466446, -1.6604081392288208, -1.6390429735183716, 0.12959085404872894, 0.6657305955886841, -0.06138869747519493, 1.1779799461364746, -1.8811008930206299, 0.2450956106185913, -0.2450956106185913, 0.2450956106185913, 0.2450956106185913, -0.2450956106185913, 0.2450956106185913, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.7881393432617188e-07, 1.1920928955078125e-07, 1.862645149230957e-08, 0.3388593792915344, 0.056563299149274826, 0.5385290384292603, 0.3806420564651489, 0.060521598905324936, 0.11129197478294373, 0.5641504526138306, 0.15662752091884613, 0.15662752091884613, 0.15662752091884613, 0.15662752091884613, 0.15662752091884613, 0.15662752091884613, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [122]}, "observation.state": {"min": [-0.9845683574676514, -0.9412389397621155, -0.0827619656920433, 2.4718194007873535, 0.17500044405460358, -0.9845683574676514, -0.25720199942588806, -0.24126657843589783, -0.16436989605426788, -0.16037069261074066, 0.7899746894836426, 1.13318932056427, NaN], "max": [0.4003562033176422, -0.17500044405460358, 0.5814769864082336, 2.619346857070923, 0.9671280384063721, 0.37605300545692444, 0.21421176195144653, 0.12040527909994125, 0.3122960925102234, 0.544369637966156, 1.0, 1.3108431100845337, NaN], "mean": [-0.5156724452972412, -0.5074382424354553, 0.17490606009960175, 2.5132699012756348, 0.540679931640625, -0.5494469404220581, -0.025470292195677757, 0.06240611895918846, 0.07826782763004303, 0.1537865549325943, 0.9511403441429138, 1.2570830583572388, NaN], "std": [0.542471706867218, 0.3220537006855011, 0.21909362077713013, 0.04796227812767029, 0.3523523211479187, 0.519471287727356, 0.10546164959669113, 0.0969446450471878, 0.1311255246400833, 0.20831434428691864, 0.07047852128744125, 0.05445459857583046, NaN], "count": [122]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12153230992475647]], [[0.11265941523150076]], [[0.10255022527461106]]], "std": [[[0.29202598913470973]], [[0.2723132872848323]], [[0.24962454717478447]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.415546643813984]], [[0.3779117355365251]], [[0.33808546554629515]]], "std": [[[0.38997464402438997]], [[0.3669651493763648]], [[0.3381421874521544]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7225195994611381]], [[0.702485520263986]], [[0.6860410342448254]]], "std": [[[0.23540488468033188]], [[0.2338682633049728]], [[0.23274027372094938]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.23353215167261118]], [[0.17811370550750996]], [[0.1484143738545998]]], "std": [[[0.23987410545515134]], [[0.23024554353985283]], [[0.22836265877335526]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3151029235742722]], [[0.28068398454761684]], [[0.2599892361718806]]], "std": [[[0.3044202476287484]], [[0.30258686223441006]], [[0.3034750087848745]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8862745098039215]], [[0.8862745098039215]], [[0.8862745098039215]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9993758428100217]], [[0.9993758428100217]], [[0.9993758428100217]]], "std": [[[0.006036049873319988]], [[0.006036049873319988]], [[0.006036049873319988]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5814535271788002]], [[0.5814535271788002]], [[0.5814535271788002]]], "std": [[[0.3335750950962043]], [[0.3335750950962043]], [[0.3335750950962043]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.11579524049967445]], [[0.11579524049967445]], [[0.11579524049967445]]], "std": [[[0.07115046492610232]], [[0.07115046492610232]], [[0.07115046492610232]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.020617927688157442]], [[0.020617927688157442]], [[0.020617927688157442]]], "std": [[[0.017352466482212076]], [[0.017352466482212076]], [[0.017352466482212076]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3206223949584622]], [[0.3206223949584622]], [[0.3206223949584622]]], "std": [[[0.3819060782601159]], [[0.3819060782601159]], [[0.3819060782601159]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12731210608794663]], [[0.06863052616826629]], [[0.09985998574389572]]], "std": [[[0.3102972179269155]], [[0.22566743129130315]], [[0.28832216636696595]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4210564872985889]], [[0.4896399374769914]], [[0.22552579208216236]]], "std": [[[0.4623754099437386]], [[0.42562252483808344]], [[0.36042004443051423]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2934240265649025]], [[0.798815791150084]], [[0.400729507520665]]], "std": [[[0.34807707582719305]], [[0.3645026031936149]], [[0.2388072337238209]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5003542125581124]], [[0.8170789550798604]], [[0.3025717931644461]]], "std": [[[0.4226042491560405]], [[0.2539625374432496]], [[0.32285453145570175]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5048740896310646]], [[0.33678135521504526]], [[0.37035648709742097]]], "std": [[[0.41881874467588537]], [[0.3603058322302741]], [[0.40448557390455203]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.42], "mean": [1.21], "std": [0.7043436661176133], "count": [122]}, "frame_index": {"min": [0], "max": [121], "mean": [60.5], "std": [35.21718330588067], "count": [122]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [122]}, "index": {"min": [17217], "max": [17338], "mean": [17277.5], "std": [35.21718330588067], "count": [122]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [122]}}} +{"episode_index": 74, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3451794683933258, 0.4687579274177551, 0.10474736243486404, -2.0023982524871826, -2.0558056831359863, 1.056556224822998, 0.7923155426979065, 0.0050680432468652725, 0.9958005547523499, -2.480616807937622, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, 6.938893903907228e-17, -0.3804877996444702, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3451794683933258, 0.4687579274177551, 0.10474736243486404, -0.7855855822563171, -1.5838871002197266, 1.3604403734207153, 1.5575926303863525, 0.19819866120815277, 1.1414754390716553, -2.282064437866211, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, 0.3804877996444702, -6.938893903907228e-17, 0.3804877996444702, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3451792299747467, 0.468757688999176, 0.10474744439125061, -1.5790797472000122, -1.9631701707839966, 1.2836343050003052, 1.0074397325515747, 0.16152052581310272, 1.031735897064209, -2.347287654876709, 0.24462012946605682, -0.24462012946605682, 0.24462012946605682, 0.24462012946605682, -0.24462012946605682, 0.24462012946605682, -2.3561973571777344, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 2.384185791015625e-07, 8.195638656616211e-08, 0.48095616698265076, 0.12752099335193634, 0.0731159970164299, 0.22143641114234924, 0.053850267082452774, 0.04011131078004837, 0.0700409784913063, 0.1762043982744217, 0.1762043982744217, 0.1762043982744217, 0.1762043982744217, 0.1762043982744217, 0.1762043982744217, 2.86102294921875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [105]}, "observation.state": {"min": [-0.8089430332183838, 0.5878869891166687, -0.31711816787719727, -0.35250240564346313, -0.8033554553985596, -0.8089430332183838, -0.523027777671814, -0.45831045508384705, -0.4701927602291107, -0.4201846718788147, 0.8398783802986145, 1.3115215301513672, NaN], "max": [-0.3688929080963135, 0.9170082807540894, 0.1680881679058075, 0.014413654804229736, -0.5878869891166687, -0.35386502742767334, -7.128342076612171e-07, 0.07041065394878387, -2.249997947956217e-07, 0.12049557268619537, 1.0, 1.6483919620513916, NaN], "mean": [-0.6862553954124451, 0.6893269419670105, 0.00849669985473156, -0.09292244911193848, -0.6596775054931641, -0.6629844903945923, -0.1983119547367096, -0.10373381525278091, -0.15539269149303436, -0.10928437113761902, 0.948573112487793, 1.4273587465286255, NaN], "std": [0.16483470797538757, 0.12680445611476898, 0.10276982933282852, 0.1383373737335205, 0.08529756218194962, 0.17971524596214294, 0.21535398066043854, 0.21516461670398712, 0.18784908950328827, 0.15799258649349213, 0.06221134215593338, 0.11495953798294067, NaN], "count": [105]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.0747506529577393]], [[0.07268001751502558]], [[0.04635177976665855]]], "std": [[[0.18650885936265166]], [[0.1848202417013978]], [[0.12506291300624062]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26806311846581254]], [[0.2626435497833756]], [[0.1952304292052993]]], "std": [[[0.25946387310749675]], [[0.2574819689783685]], [[0.2139491943544292]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5800566381745749]], [[0.5949749378223298]], [[0.5252028302993849]]], "std": [[[0.3033864841251394]], [[0.2971344810656025]], [[0.35674766041190725]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.2532475620117066]], [[0.2858764640838039]], [[0.26091930414654146]]], "std": [[[0.2475653116666233]], [[0.24705460928190728]], [[0.24836153666490204]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.28886513497365707]], [[0.3258082037643894]], [[0.27059684662483713]]], "std": [[[0.20376779448891316]], [[0.22273474676625218]], [[0.21240139867556213]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987307856079062]], [[0.9987307856079062]], [[0.9987307856079062]]], "std": [[[0.009331087839974321]], [[0.009331087839974321]], [[0.009331087839974321]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5871759448692442]], [[0.5871759448692442]], [[0.5871759448692442]]], "std": [[[0.334944603674355]], [[0.334944603674355]], [[0.334944603674355]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.062058496966722124]], [[0.062058496966722124]], [[0.062058496966722124]]], "std": [[[0.05567541714226157]], [[0.05567541714226157]], [[0.05567541714226157]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10975270151834887]], [[0.10975270151834887]], [[0.10975270151834887]]], "std": [[[0.2755410534357681]], [[0.2755410534357681]], [[0.2755410534357681]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22274357855039695]], [[0.22274357855039695]], [[0.22274357855039695]]], "std": [[[0.3430457336455458]], [[0.3430457336455458]], [[0.3430457336455458]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08204778141891823]], [[0.12911731513165436]], [[0.02938080763580012]]], "std": [[[0.25498537043402797]], [[0.31590164784139035]], [[0.12394910340204446]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2097764058121453]], [[0.4984022394019678]], [[0.3091914817429999]]], "std": [[[0.34137925489816]], [[0.4710703057078313]], [[0.34410611203256186]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36979435938391636]], [[0.795028227220576]], [[0.29119574918644314]]], "std": [[[0.39506427473309685]], [[0.3232185109639614]], [[0.25814125780579306]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35295460912725957]], [[0.7382572536144857]], [[0.43777238781699884]]], "std": [[[0.3885096526418224]], [[0.34589371827448834]], [[0.34559276480376755]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2926207386754161]], [[0.6278148972936871]], [[0.3332958208693005]]], "std": [[[0.3499199194181324]], [[0.4256779709849658]], [[0.3203919560101871]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.08], "mean": [1.04], "std": [0.6061902891556963], "count": [105]}, "frame_index": {"min": [0], "max": [104], "mean": [52.0], "std": [30.309514457784815], "count": [105]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [105]}, "index": {"min": [17339], "max": [17443], "mean": [17391.0], "std": [30.309514457784815], "count": [105]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [105]}}} +{"episode_index": 75, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4967556893825531, 2.137255907058716, 0.2583349943161011, -1.261065125465393, -1.855782389640808, 0.889884889125824, 0.007392118219286203, -0.3679777681827545, -0.0744585171341896, -3.918682813644409, 1.249000902703301e-16, -0.6536585092544556, 1.249000902703301e-16, 1.249000902703301e-16, -0.6536585092544556, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4967556893825531, 2.137255907058716, 0.2583349943161011, -0.3310747742652893, -0.9216650128364563, 2.471653938293457, 1.8640233278274536, 1.0271999835968018, 1.3611394166946411, -2.4887568950653076, 0.6536585092544556, -1.249000902703301e-16, 0.6536585092544556, 0.6536585092544556, -1.249000902703301e-16, 0.6536585092544556, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4967569410800934, 2.1372599601745605, 0.25833508372306824, -0.6171380877494812, -1.2837034463882446, 1.466450810432434, 0.792870819568634, 0.11498676240444183, 0.8994272947311401, -3.118480920791626, 0.5295012593269348, -0.5295012593269348, 0.5295012593269348, 0.5295012593269348, -0.5295012593269348, 0.5295012593269348, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.4818649291992188, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2516975402832031e-06, 4.0531158447265625e-06, 8.940696716308594e-08, 0.2483285665512085, 0.2456650733947754, 0.5503585934638977, 0.6969804167747498, 0.45964810252189636, 0.46338585019111633, 0.34124621748924255, 0.24539823830127716, 0.24539823830127716, 0.24539823830127716, 0.24539823830127716, 0.24539823830127716, 0.24539823830127716, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.67572021484375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [211]}, "observation.state": {"min": [-0.6191277503967285, -0.03599628061056137, -0.8454895615577698, 1.6815990209579468, -0.9988464117050171, -0.6699243783950806, -0.8871903419494629, -0.6476477384567261, -0.8222793936729431, -0.25549471378326416, -0.20866364240646362, 1.2972434759140015, NaN], "max": [0.9006801247596741, 0.9716122150421143, 0.23968513309955597, 2.6118874549865723, -0.20921066403388977, 0.9006801247596741, 0.15503139793872833, 0.2688373029232025, 0.45262235403060913, 0.9995326399803162, 1.0, 2.032161235809326, NaN], "mean": [0.584755539894104, 0.39318180084228516, -0.31061992049217224, 2.007598400115967, -0.5282189846038818, 0.26433151960372925, -0.3398641049861908, -0.03924299031496048, -0.09829778224229813, 0.3743308484554291, 0.5926205515861511, 1.5765204429626465, NaN], "std": [0.4698686897754669, 0.2802041172981262, 0.32816770672798157, 0.30203816294670105, 0.18174712359905243, 0.6269636750221252, 0.33089402318000793, 0.3348356783390045, 0.33996403217315674, 0.4047416150569916, 0.4686404764652252, 0.2624299228191376, NaN], "count": [211]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13225616194290718]], [[0.12234707914149552]], [[0.1109156723939191]]], "std": [[[0.312294334625462]], [[0.29121194754661284]], [[0.26715409109915056]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634814077198883]], [[0.41585788689129083]], [[0.36661171293865513]]], "std": [[[0.40742947881056396]], [[0.3811186053191454]], [[0.35370111140068783]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7848878025817898]], [[0.7585213911972915]], [[0.7340967229065287]]], "std": [[[0.2636466651831638]], [[0.26589415627112256]], [[0.2660237001196025]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24338861831795403]], [[0.19136030325402623]], [[0.1635916987361957]]], "std": [[[0.2845286066517106]], [[0.2842751640794512]], [[0.28403952047593983]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.5294801577961645]], [[0.4233923090798509]], [[0.34065709643523634]]], "std": [[[0.2768002057142162]], [[0.2785174848548168]], [[0.29620703857867364]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991648846536323]], [[0.9991648846536323]], [[0.9991648846536323]]], "std": [[[0.007271614463614873]], [[0.007271614463614873]], [[0.007271614463614873]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5922983146817087]], [[0.5922983146817087]], [[0.5922983146817087]]], "std": [[[0.33558122289956976]], [[0.33558122289956976]], [[0.33558122289956976]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15617488471398272]], [[0.15617488471398272]], [[0.15617488471398272]]], "std": [[[0.16464099026263304]], [[0.16464099026263304]], [[0.16464099026263304]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20810597126918892]], [[0.20810597126918892]], [[0.20810597126918892]]], "std": [[[0.3802020754072237]], [[0.3802020754072237]], [[0.3802020754072237]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20396179954147112]], [[0.20396179954147112]], [[0.20396179954147112]]], "std": [[[0.292199969577612]], [[0.292199969577612]], [[0.292199969577612]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.026987092391759893]], [[0.09973335049966774]], [[0.14509309584782581]]], "std": [[[0.11199481519564071]], [[0.2645595118650556]], [[0.34828323214857493]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5463493268584065]], [[0.18158444730102977]], [[0.20717251562572295]]], "std": [[[0.48344939831868877]], [[0.29956898331720133]], [[0.28818803227013956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4685708288992558]], [[0.8499789725814747]], [[0.22507513691157527]]], "std": [[[0.2473229547499265]], [[0.3168873305246127]], [[0.2821403995254899]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17818305749850297]], [[0.5507424131172253]], [[0.5218438654829942]]], "std": [[[0.24948701026474798]], [[0.39931846572363316]], [[0.4508439072492221]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43926862027598906]], [[0.6031403099730368]], [[0.2533939841385752]]], "std": [[[0.38116992441296105]], [[0.4226500032222856]], [[0.3285768504869447]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.2], "mean": [2.1], "std": [1.2181953866272848], "count": [211]}, "frame_index": {"min": [0], "max": [210], "mean": [105.0], "std": [60.909769331364245], "count": [211]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [211]}, "index": {"min": [17444], "max": [17654], "mean": [17549.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [211]}}} +{"episode_index": 76, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996572434902191, 1.108864188194275, 0.30748629570007324, -2.089202880859375, -1.583432674407959, 0.9299712181091309, 0.3071107864379883, -6.361503601074219, -1.1288199424743652, -4.351186752319336, 1.0408340855860843e-17, -0.7268292903900146, 1.0408340855860843e-17, 1.0408340855860843e-17, -0.7268292903900146, 1.0408340855860843e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996572434902191, 1.108864188194275, 0.30748629570007324, 0.5767810940742493, -1.1839467287063599, 2.8686752319335938, 2.461196184158325, -4.585577011108398, 1.045542597770691, -2.104562282562256, 0.7268292903900146, -1.0408340855860843e-17, 0.7268292903900146, 0.7268292903900146, -1.0408340855860843e-17, 0.7268292903900146, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996572434902191, 1.1088658571243286, 0.3074869215488434, -1.037205457687378, -1.3696990013122559, 1.5928709506988525, 1.256701946258545, -5.672239303588867, 0.27790823578834534, -2.801408052444458, 0.6177458763122559, -0.6177458763122559, 0.6177458763122559, 0.6177458763122559, -0.6177458763122559, 0.6177458763122559, -2.3561995029449463, 1.5707989931106567, -1.0471978187561035, -1.5707989931106567, 0.0, -1.0471978187561035, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.6689300537109375e-06, 6.258487701416016e-07, 0.9299044013023376, 0.12713757157325745, 0.6853592395782471, 0.7415364384651184, 0.5826366543769836, 0.7231937646865845, 0.7836174964904785, 0.24822863936424255, 0.24822863936424255, 0.24822863936424255, 0.24822863936424255, 0.24822863936424255, 0.24822863936424255, 5.0067901611328125e-06, 2.6226043701171875e-06, 2.384185791015625e-07, 2.6226043701171875e-06, 0.0, 2.384185791015625e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [274]}, "observation.state": {"min": [-0.935772716999054, -0.9627470970153809, -0.8398061990737915, 1.2275313138961792, -0.7082870006561279, -0.5793901681900024, -0.9934817552566528, -0.7898563146591187, -0.35116568207740784, -0.9601678252220154, -0.28377842903137207, 1.3572187423706055, NaN], "max": [-0.20455893874168396, -0.19167332351207733, 0.7936124801635742, 1.821090817451477, 0.9728755354881287, 0.40360260009765625, 0.24706289172172546, 0.19667097926139832, 0.4551655054092407, 1.641979565647489e-07, 1.0, 1.9840028285980225, NaN], "mean": [-0.5466174483299255, -0.6132705807685852, -0.15672224760055542, 1.5281141996383667, 0.5518798232078552, -0.23593918979167938, -0.31642594933509827, -0.21660162508487701, 0.12053749710321426, -0.4849148988723755, 0.5474883317947388, 1.5936329364776611, NaN], "std": [0.2051989585161209, 0.26175710558891296, 0.4358026683330536, 0.20974379777908325, 0.5388362407684326, 0.3129936158657074, 0.38900667428970337, 0.38152557611465454, 0.22284099459648132, 0.4081759452819824, 0.4840647578239441, 0.20659497380256653, NaN], "count": [274]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.12984275369461762]], [[0.11831873993740995]], [[0.09993820656062431]]], "std": [[[0.3049862829340353]], [[0.27964459269668596]], [[0.2437448018670213]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47015159750846747]], [[0.42258186363358996]], [[0.3502700452158566]]], "std": [[[0.4028432848618533]], [[0.3707043440765324]], [[0.3296830513702996]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7195876901288883]], [[0.6990415405175784]], [[0.6758210235292776]]], "std": [[[0.258086840203557]], [[0.25820140457500085]], [[0.2636664395544059]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29503625248190996]], [[0.2621596227698015]], [[0.2402059624848537]]], "std": [[[0.28168993728436115]], [[0.27324924597612676]], [[0.2689672666348981]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7215288525177178]], [[0.6662669579579036]], [[0.6190420488020112]]], "std": [[[0.20666929267709508]], [[0.22229356014333354]], [[0.24048674202026002]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989901367338769]], [[0.9989901367338769]], [[0.9989901367338769]]], "std": [[[0.008158302021755584]], [[0.008158302021755584]], [[0.008158302021755584]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880220493518703]], [[0.5880220493518703]], [[0.5880220493518703]]], "std": [[[0.33612428839149294]], [[0.33612428839149294]], [[0.33612428839149294]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1745655904850227]], [[0.1745655904850227]], [[0.1745655904850227]]], "std": [[[0.20031975265451568]], [[0.20031975265451568]], [[0.20031975265451568]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19106668785636072]], [[0.19106668785636072]], [[0.19106668785636072]]], "std": [[[0.3797575885855468]], [[0.3797575885855468]], [[0.3797575885855468]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13262047045144107]], [[0.13262047045144107]], [[0.13262047045144107]]], "std": [[[0.1619916338561956]], [[0.1619916338561956]], [[0.1619916338561956]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0986386533547108]], [[0.1272288265670483]], [[0.07159653749670587]]], "std": [[[0.2864121371468165]], [[0.3147995878889457]], [[0.2299164393396633]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3276285419814107]], [[0.5113751896846425]], [[0.13864186801905196]]], "std": [[[0.3338505052430738]], [[0.4704664484570588]], [[0.2541201470577774]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22691700010259566]], [[0.7612646921358742]], [[0.5945832972907367]]], "std": [[[0.30339350049608954]], [[0.34439922760032954]], [[0.30793751961881577]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5465093063660948]], [[0.5955811870386128]], [[0.26740591742322595]]], "std": [[[0.3959341307213654]], [[0.40809018130581376]], [[0.33728240077789573]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2975940054623813]], [[0.8085768411396569]], [[0.48610259030598324]]], "std": [[[0.34541895552442514]], [[0.3451769238683608]], [[0.33862705307776764]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.46], "mean": [2.73], "std": [1.5819292019556375], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [274]}, "index": {"min": [17655], "max": [17928], "mean": [17791.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [274]}}} +{"episode_index": 77, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.9775313138961792, 0.20372991263866425, -1.3073338270187378, -1.5697611570358276, 1.056583285331726, -0.5576581358909607, -3.145916700363159, 1.00816810131073, -4.907373428344727, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, 1.214306433183765e-17, -0.4439024329185486, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.9775313138961792, 0.20372991263866425, -0.7886778116226196, -1.33218252658844, 2.540877342224121, 1.5575071573257446, -0.019738905131816864, 1.1081525087356567, -2.4970993995666504, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, 0.4439024329185486, -1.214306433183765e-17, 0.4439024329185486, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488856315613, 1.9775309562683105, 0.20372998714447021, -1.13088059425354, -1.4448989629745483, 2.0606484413146973, 0.1318894922733307, -2.1343119144439697, 1.069663405418396, -4.127857208251953, 0.35311463475227356, -0.35311463475227356, 0.35311463475227356, 0.35311463475227356, -0.35311463475227356, 0.35311463475227356, -2.356198787689209, 1.5707981586456299, -1.047196388244629, -1.5707981586456299, 0.0, -1.047196388244629, 2.4818642139434814, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1026859283447266e-06, 3.5762786865234375e-07, 7.450580596923828e-08, 0.17905311286449432, 0.07473225891590118, 0.5330607295036316, 0.7583248615264893, 1.1237040758132935, 0.029955506324768066, 0.8658822178840637, 0.17361235618591309, 0.17361235618591309, 0.17361235618591309, 0.17361235618591309, 0.17361235618591309, 0.17361235618591309, 4.291534423828125e-06, 1.7881393432617188e-06, 1.1920928955078125e-06, 1.7881393432617188e-06, 0.0, 1.1920928955078125e-06, 5.9604644775390625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [184]}, "observation.state": {"min": [-0.3904927670955658, -0.1190991923213005, -0.9947337508201599, 1.6830978393554688, -0.992285966873169, -0.01899826154112816, -0.5424272418022156, -0.433225154876709, -0.1237819567322731, -0.39919865131378174, -0.35942158102989197, 1.354811429977417, NaN], "max": [0.5712754130363464, 0.9235367178916931, 1.8373635612078942e-05, 2.200634002685547, 0.42137640714645386, 0.9920682311058044, 0.2288805991411209, 0.09598860144615173, 0.9334547519683838, 0.9999815821647644, 1.0, 1.8396753072738647, NaN], "mean": [0.20611894130706787, 0.5162674784660339, -0.4709985852241516, 1.8647961616516113, -0.7344629168510437, 0.439701646566391, -0.07454939931631088, -0.04000649228692055, 0.18204344809055328, 0.331653892993927, 0.4690231382846832, 1.5443342924118042, NaN], "std": [0.3357139527797699, 0.4144648313522339, 0.42971935868263245, 0.21025165915489197, 0.37374037504196167, 0.27534952759742737, 0.21487239003181458, 0.17875975370407104, 0.3640798330307007, 0.4272445738315582, 0.5672665238380432, 0.16967900097370148, NaN], "count": [184]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.11505726783035639]], [[0.10312460680041656]], [[0.07073225949864916]]], "std": [[[0.27867140366733023]], [[0.2481700445642834]], [[0.18584470274653314]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40095431676312676]], [[0.35371441656926783]], [[0.26178403544311607]]], "std": [[[0.38284643406989316]], [[0.3348065347426538]], [[0.2825089569767349]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5202268115344356]], [[0.4877296127985752]], [[0.3176328590462894]]], "std": [[[0.33007104078932953]], [[0.30804352046718575]], [[0.2384397114299099]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.353686671481287]], [[0.35447681639599515]], [[0.3005779354934751]]], "std": [[[0.30784919500370844]], [[0.2988056049275557]], [[0.2703124484026054]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3590164951039066]], [[0.36462527568395436]], [[0.3293826489933889]]], "std": [[[0.3538019466337905]], [[0.34374628903037957]], [[0.3472682311685896]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8941176470588236]], [[0.8941176470588236]], [[0.8941176470588236]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9994726716650204]], [[0.9994726716650204]], [[0.9994726716650204]]], "std": [[[0.005414228140613738]], [[0.005414228140613738]], [[0.005414228140613738]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5792755189966278]], [[0.5792755189966278]], [[0.5792755189966278]]], "std": [[[0.33110448782701324]], [[0.33110448782701324]], [[0.33110448782701324]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.326990372770975]], [[0.326990372770975]], [[0.326990372770975]]], "std": [[[0.33936445485659444]], [[0.33936445485659444]], [[0.33936445485659444]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0802950182090551]], [[0.0802950182090551]], [[0.0802950182090551]]], "std": [[[0.1594467910509906]], [[0.1594467910509906]], [[0.1594467910509906]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22294971135747482]], [[0.22294971135747482]], [[0.22294971135747482]]], "std": [[[0.3006287697232712]], [[0.3006287697232712]], [[0.3006287697232712]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10799121566481659]], [[0.10227363405264298]], [[0.02507053150592339]]], "std": [[[0.2884410565074775]], [[0.26763752270029806]], [[0.09845909287757273]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19451011372025984]], [[0.4116781231832017]], [[0.3536572043953863]]], "std": [[[0.28107573774090067]], [[0.41366820573940466]], [[0.4397684605763919]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5796025966763025]], [[0.2826883230704135]], [[0.4221349153183383]]], "std": [[[0.4290568457791134]], [[0.26236970299467255]], [[0.44892072670328953]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049236601038965]], [[0.821465189557236]], [[0.3247676020307237]]], "std": [[[0.33654923742161735]], [[0.32821010005863394]], [[0.339558685453916]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6079618156349097]], [[0.7126979120775221]], [[0.2166806840516036]]], "std": [[[0.3954193091912041]], [[0.383981836032575]], [[0.3026938739871368]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.66], "mean": [1.8299999999999998], "std": [1.0623088063270492], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [184]}, "index": {"min": [17929], "max": [18112], "mean": [18020.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [184]}}} +{"episode_index": 78, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44819360971450806, 0.2445588856935501, 0.06784504652023315, -7.789286136627197, -1.9365938901901245, 0.6156147718429565, -1.9183281660079956, 5.226924419403076, -1.3843110799789429, -1.3374080657958984, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, 6.938893903907228e-18, -0.3658536672592163, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44819360971450806, 0.2445588856935501, 0.06784504652023315, -2.6617977619171143, -0.8075181245803833, 3.3683602809906006, 1.621102213859558, 7.172914505004883, 1.0415102243423462, 3.798402786254883, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, 0.3658536672592163, -6.938893903907228e-18, 0.3658536672592163, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.44819551706314087, 0.24455982446670532, 0.06784476339817047, -4.76104736328125, -1.559848666191101, 1.8870638608932495, -0.6354487538337708, 6.184045791625977, -0.037638504058122635, 0.9071299433708191, 0.3383648991584778, -0.3383648991584778, 0.3383648991584778, 0.3383648991584778, -0.3383648991584778, 0.3383648991584778, -2.3562002182006836, 1.5707998275756836, -1.0472034215927124, -1.5707998275756836, 0.0, -1.0472034215927124, 2.4818599224090576, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.9073486328125e-06, 9.387731552124023e-07, 2.8312206268310547e-07, 1.6897001266479492, 0.32571855187416077, 0.7849130034446716, 0.9147230982780457, 0.46819403767585754, 0.8853157162666321, 1.3724743127822876, 0.09434913098812103, 0.09434913098812103, 0.09434913098812103, 0.09434913098812103, 0.09434913098812103, 0.09434913098812103, 5.7220458984375e-06, 3.4570693969726562e-06, 5.841255187988281e-06, 3.4570693969726562e-06, 0.0, 5.841255187988281e-06, 1.6689300537109375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [487]}, "observation.state": {"min": [-0.9251018762588501, -0.9510260224342346, -0.9976492524147034, 1.4968903064727783, -0.9434458017349243, -0.7815510630607605, -0.6458925604820251, -1.458089828491211, -0.9953877329826355, -0.5715810060501099, -0.9923564791679382, 0.45953449606895447, NaN], "max": [0.9819570183753967, 0.6162309050559998, 0.9849292039871216, 2.705026388168335, 0.999413251876831, 0.9973026514053345, 0.6821412444114685, 0.33553528785705566, 0.9979285597801208, 0.9898872971534729, 1.0, 2.0849037170410156, NaN], "mean": [0.21962614357471466, -0.01609988324344158, 0.17557010054588318, 2.1788675785064697, 0.3501458764076233, 0.41331663727760315, 0.05434642359614372, -0.25622478127479553, 0.07010446488857269, 0.2849773168563843, 0.29699641466140747, 1.285176157951355, NaN], "std": [0.5600784420967102, 0.4581845700740814, 0.630126416683197, 0.3952489197254181, 0.5261008739471436, 0.5894837975502014, 0.2816751003265381, 0.43286290764808655, 0.48350590467453003, 0.4362048804759979, 0.6337303519248962, 0.40253210067749023, NaN], "count": [487]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09761799988077054]], [[0.09595728462885937]], [[0.09401433395433043]]], "std": [[[0.24409376579859487]], [[0.239825921355084]], [[0.23491611259318682]]], "count": [103]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3523359069358638]], [[0.3476459573474532]], [[0.3379947665466085]]], "std": [[[0.3304782470760019]], [[0.3251337577485982]], [[0.3177278701149329]]], "count": [103]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.7792382885714068]], [[0.766957390857272]], [[0.7419538813223361]]], "std": [[[0.16223078663997864]], [[0.1579860632753737]], [[0.16187708503019402]]], "count": [103]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31101455178214554]], [[0.3042917847690357]], [[0.26857185635332725]]], "std": [[[0.28279692039496873]], [[0.27991420318353927]], [[0.2828489485781431]]], "count": [103]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.567646930896318]], [[0.569963253250313]], [[0.5305228747102441]]], "std": [[[0.2559049960821442]], [[0.24838932471194097]], [[0.24001427259966418]]], "count": [103]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8901960784313725]], [[0.8901960784313725]], [[0.8901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9994146011744186]], [[0.9994146011744186]], [[0.9994146011744186]]], "std": [[[0.005698664275863444]], [[0.005698664275863444]], [[0.005698664275863444]]], "count": [103]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5781249624641054]], [[0.5781249624641054]], [[0.5781249624641054]]], "std": [[[0.33032935498403154]], [[0.33032935498403154]], [[0.33032935498403154]]], "count": [103]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.08209759195220785]], [[0.08209759195220785]], [[0.08209759195220785]]], "std": [[[0.06130627648545153]], [[0.06130627648545153]], [[0.06130627648545153]]], "count": [103]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15144324843243756]], [[0.15144324843243756]], [[0.15144324843243756]]], "std": [[[0.32956673862073604]], [[0.32956673862073604]], [[0.32956673862073604]]], "count": [103]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17337925874650875]], [[0.17337925874650875]], [[0.17337925874650875]]], "std": [[[0.2640708516171564]], [[0.2640708516171564]], [[0.2640708516171564]]], "count": [103]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09813368521193921]], [[0.05745967950763557]], [[0.08194442043774765]]], "std": [[[0.2851509405520276]], [[0.17865374745521945]], [[0.24881275776707634]]], "count": [103]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4443441495106999]], [[0.166913568788802]], [[0.3390286332543837]]], "std": [[[0.44187684694859736]], [[0.2835728425341539]], [[0.38340587304272444]]], "count": [103]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7593470642003785]], [[0.7556481826689644]], [[0.21381568050769434]]], "std": [[[0.3848387923759695]], [[0.2200347563215431]], [[0.2375893017927769]]], "count": [103]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5750228232887133]], [[0.3116969500323408]], [[0.6129687437755518]]], "std": [[[0.4084910039974386]], [[0.3099856780871959]], [[0.446576209936301]]], "count": [103]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5505229732760445]], [[0.2618928306810832]], [[0.7182757497799213]]], "std": [[[0.3551636738438415]], [[0.31896662838507617]], [[0.3730584581055778]]], "count": [103]}, "timestamp": {"min": [0.0], "max": [9.72], "mean": [4.86], "std": [2.811689883326396], "count": [487]}, "frame_index": {"min": [0], "max": [486], "mean": [243.0], "std": [140.5844941663198], "count": [487]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [487]}, "index": {"min": [18113], "max": [18599], "mean": [18356.0], "std": [140.5844941663198], "count": [487]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [487]}}} +{"episode_index": 79, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49624860286712646, 0.27680733799934387, 0.24186061322689056, -0.779426634311676, -1.5735992193222046, 1.0630961656570435, 0.24417899549007416, -3.9833896160125732, 0.9863881468772888, -2.489189624786377, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5317073464393616, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49624860286712646, 0.27680733799934387, 0.24186061322689056, 0.3750987946987152, 1.9289783239364624, 2.569735050201416, 1.5664246082305908, -0.0143973920494318, 1.6408463716506958, 0.129030242562294, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, 0.5317073464393616, 1.0408340855860843e-16, 0.5317073464393616, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4962480962276459, 0.2768068313598633, 0.24186034500598907, -0.27323678135871887, 0.45468392968177795, 2.086836338043213, 0.715313196182251, -2.3076438903808594, 1.3599400520324707, -1.1487962007522583, 0.4702957570552826, -0.4702957570552826, 0.4702957570552826, 0.4702957570552826, -0.4702957570552826, 0.4702957570552826, -2.356199264526367, 1.5707985162734985, -1.0471962690353394, -1.5707985162734985, 0.0, -1.0471962690353394, 2.481865167617798, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 5.066394805908203e-07, 2.682209014892578e-07, 0.38412052392959595, 1.3985440731048584, 0.5192276835441589, 0.46928906440734863, 1.4752025604248047, 0.25312110781669617, 1.0236586332321167, 0.16104726493358612, 0.16104726493358612, 0.16104726493358612, 0.16104726493358612, 0.16104726493358612, 0.16104726493358612, 4.76837158203125e-06, 2.1457672119140625e-06, 1.3113021850585938e-06, 2.1457672119140625e-06, 0.0, 1.3113021850585938e-06, 6.9141387939453125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [213]}, "observation.state": {"min": [-0.10434647649526596, -0.9996539950370789, -0.46353617310523987, -0.17249758541584015, 0.7165904641151428, -0.4544127583503723, -0.6409847736358643, -0.9491119980812073, -0.6582770943641663, -0.3029978573322296, -0.7305788993835449, 0.8968233466148376, NaN], "max": [0.6296788454055786, 0.8127148151397705, 0.9980473518371582, 0.9247514605522156, 0.9966754913330078, 0.6565197706222534, 0.10758236795663834, 0.09655758738517761, 0.55663001537323, 0.9633169770240784, 1.0, 1.5594700574874878, NaN], "mean": [0.16565586626529694, -0.2684479057788849, 0.2807696461677551, 0.3811909258365631, 0.8734397292137146, 0.21683280169963837, -0.20354965329170227, -0.3438855707645416, -0.03434222936630249, 0.2680656909942627, 0.3394571542739868, 1.2668784856796265, NaN], "std": [0.2138713300228119, 0.7606977820396423, 0.4441404640674591, 0.35233625769615173, 0.0953664556145668, 0.2726163864135742, 0.25542402267456055, 0.4236571490764618, 0.3919791281223297, 0.3950698673725128, 0.7085214257240295, 0.19804643094539642, NaN], "count": [213]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13153601812121174]], [[0.12876391529218645]], [[0.12535834924236786]]], "std": [[[0.3125169027057713]], [[0.3066332791681279]], [[0.2994399572616689]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46958419382937333]], [[0.45634763704736364]], [[0.44025050509927305]]], "std": [[[0.4179910614719224]], [[0.41044330671566287]], [[0.4018372496687967]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6668214734749958]], [[0.629780561942639]], [[0.5897132524772161]]], "std": [[[0.15533212562101006]], [[0.15298095833179842]], [[0.15474156802469183]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4196822417623388]], [[0.4091538244380205]], [[0.3958710620529461]]], "std": [[[0.3369344292238481]], [[0.33445134073377825]], [[0.3326367097708875]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.428644083549086]], [[0.39998012326232774]], [[0.3698583965168435]]], "std": [[[0.3161756623941563]], [[0.3052724903594202]], [[0.2953507661337347]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988260292592124]], [[0.9988260292592124]], [[0.9988260292592124]]], "std": [[[0.009050762832173091]], [[0.009050762832173091]], [[0.009050762832173091]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5953750904417716]], [[0.5953750904417716]], [[0.5953750904417716]]], "std": [[[0.3375292627179194]], [[0.3375292627179194]], [[0.3375292627179194]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05217148497509876]], [[0.05217148497509876]], [[0.05217148497509876]]], "std": [[[0.07777548951906292]], [[0.07777548951906292]], [[0.07777548951906292]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2821475754899614]], [[0.2821475754899614]], [[0.2821475754899614]]], "std": [[[0.41148791490784725]], [[0.41148791490784725]], [[0.41148791490784725]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30427566584925414]], [[0.30427566584925414]], [[0.30427566584925414]]], "std": [[[0.3940340634307748]], [[0.3940340634307748]], [[0.3940340634307748]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10541097076291615]], [[0.07887066441090304]], [[0.04312273727931034]]], "std": [[[0.28887888093397857]], [[0.2524420142585878]], [[0.12921277767381759]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38091155515590186]], [[0.3281425114213122]], [[0.24395327538354353]]], "std": [[[0.43886304450979396]], [[0.37068388351552894]], [[0.36901570662486577]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3279388328636061]], [[0.7519048891195615]], [[0.6415098475079646]]], "std": [[[0.3311014850933546]], [[0.3704656419728184]], [[0.30457283758448894]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49975215300031983]], [[0.3455921305767955]], [[0.47225621961106184]]], "std": [[[0.4161921630062689]], [[0.38646682844545843]], [[0.44769320554729747]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5797722067658156]], [[0.42586229917568064]], [[0.3852727442196057]]], "std": [[[0.4439577248670545]], [[0.4199453032729313]], [[0.42089115597076876]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.24], "mean": [2.12], "std": [1.2297425204760006], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [213]}, "index": {"min": [18600], "max": [18812], "mean": [18706.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [213]}}} +{"episode_index": 80, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997457265853882, 0.6150358319282532, 0.04263818636536598, -1.9510352611541748, -1.9058303833007812, 1.0573195219039917, 1.0727686882019043, -0.9675021171569824, 0.6333339214324951, -3.867349863052368, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, 6.765421556309548e-17, -0.502439022064209, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997457265853882, 0.6150358319282532, 0.04263818636536598, -0.7952841520309448, -1.5776231288909912, 1.57829749584198, 1.566912055015564, -0.007061170879751444, 1.0440642833709717, -2.4944474697113037, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, 0.502439022064209, -6.765421556309548e-17, 0.502439022064209, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997456669807434, 0.6150359511375427, 0.04263823479413986, -1.6012086868286133, -1.8220303058624268, 1.4509549140930176, 1.2305508852005005, -0.6621111631393433, 0.7666689157485962, -3.447053909301758, 0.35817280411720276, -0.35817280411720276, 0.35817280411720276, 0.35817280411720276, -0.35817280411720276, 0.35817280411720276, -2.3561959266662598, 1.570794939994812, -1.0471975803375244, -1.570794939994812, 0.0, -1.0471975803375244, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539063e-08, 1.1920928955078125e-07, 4.842877388000488e-08, 0.4055057466030121, 0.09138551354408264, 0.15171663463115692, 0.17701497673988342, 0.348257839679718, 0.1441681981086731, 0.4795233905315399, 0.21228493750095367, 0.21228493750095367, 0.21228493750095367, 0.21228493750095367, 0.21228493750095367, 0.21228493750095367, 1.430511474609375e-06, 1.430511474609375e-06, 0.0, 1.430511474609375e-06, 0.0, 0.0, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [80]}, "observation.state": {"min": [-0.487459659576416, -0.8987777233123779, -0.986404538154602, 0.27635493874549866, 0.2840622663497925, -0.8951018452644348, -0.544819176197052, -0.07820585370063782, -0.9260662794113159, -0.5055996179580688, -0.7317829728126526, 1.3552762269973755, NaN], "max": [0.7309553623199463, 0.5577547550201416, 3.2398059346405716e-08, 0.7115814685821533, 0.8987777233123779, -0.4384046494960785, 0.10312187671661377, 0.14783939719200134, -7.459426853984041e-08, 0.28192347288131714, 1.0, 1.6831579208374023, NaN], "mean": [-0.2332896739244461, -0.4758889079093933, -0.3413057327270508, 0.6029177904129028, 0.7081838846206665, -0.601884126663208, -0.08194514364004135, 0.05776699259877205, -0.32985150814056396, -0.11530278623104095, 0.5640286803245544, 1.4616546630859375, NaN], "std": [0.37889987230300903, 0.5669087171554565, 0.3710327446460724, 0.12077733129262924, 0.24235837161540985, 0.1858801543712616, 0.19027960300445557, 0.09335685521364212, 0.3646182715892792, 0.20501944422721863, 0.6203187704086304, 0.1299663484096527, NaN], "count": [80]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.06763087485943386]], [[0.07267950386611331]], [[0.05525428973956123]]], "std": [[[0.1716296083921316]], [[0.18488680619000045]], [[0.14617339307387173]]], "count": [80]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2343902581722816]], [[0.24712967992162496]], [[0.19219844584323248]]], "std": [[[0.23780699348039241]], [[0.24975212215510056]], [[0.21594341145358312]]], "count": [80]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4663764986176407]], [[0.4829075797413114]], [[0.4090159298218792]]], "std": [[[0.23781931701543818]], [[0.2363919200343476]], [[0.2506483195790607]]], "count": [80]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.2261372160094844]], [[0.21510677996447372]], [[0.19050742779242952]]], "std": [[[0.2205688250046179]], [[0.2239153824207461]], [[0.21986443032231556]]], "count": [80]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3351904624918946]], [[0.33501849069028106]], [[0.2841446572131127]]], "std": [[[0.25966389476320684]], [[0.25375206742202827]], [[0.251817277943591]]], "count": [80]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991670304454328]], [[0.9991670304454328]], [[0.9991670304454328]]], "std": [[[0.007184254892788454]], [[0.007184254892788454]], [[0.007184254892788454]]], "count": [80]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5828128111817211]], [[0.5828128111817211]], [[0.5828128111817211]]], "std": [[[0.3338056099948654]], [[0.3338056099948654]], [[0.3338056099948654]]], "count": [80]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13331509410302883]], [[0.13331509410302883]], [[0.13331509410302883]]], "std": [[[0.16118384455162807]], [[0.16118384455162807]], [[0.16118384455162807]]], "count": [80]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3137254901960784]], [[0.3137254901960784]], [[0.3137254901960784]]], "mean": [[[0.026773793645908144]], [[0.026773793645908144]], [[0.026773793645908144]]], "std": [[[0.0286795043418097]], [[0.0286795043418097]], [[0.0286795043418097]]], "count": [80]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21222063970076932]], [[0.21222063970076932]], [[0.21222063970076932]]], "std": [[[0.3125697405953599]], [[0.3125697405953599]], [[0.3125697405953599]]], "count": [80]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07406185144281029]], [[0.069047149416177]], [[0.14574102069951472]]], "std": [[[0.21473524075219036]], [[0.21569940952585667]], [[0.34994350182831024]]], "count": [80]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508946870530299]], [[0.2736510613957973]], [[0.26641240207310307]]], "std": [[[0.4502342474317973]], [[0.3290015567591516]], [[0.3878137824853429]]], "count": [80]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4342399303690561]], [[0.454713801665805]], [[0.6273455013139622]]], "std": [[[0.37744147496902664]], [[0.4267307968640785]], [[0.37908074543661785]]], "count": [80]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3536386878885476]], [[0.6338223056398785]], [[0.6568211938515018]]], "std": [[[0.3362745279294995]], [[0.38325234302050937]], [[0.37933629867832436]]], "count": [80]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5293181746553824]], [[0.5389858987950709]], [[0.28031538613188167]]], "std": [[[0.446877941903971]], [[0.3685181148606394]], [[0.3148563621659326]]], "count": [80]}, "timestamp": {"min": [0.0], "max": [1.58], "mean": [0.79], "std": [0.4618441295502196], "count": [80]}, "frame_index": {"min": [0], "max": [79], "mean": [39.5], "std": [23.092206477510977], "count": [80]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [80]}, "index": {"min": [18813], "max": [18892], "mean": [18852.5], "std": [23.092206477510977], "count": [80]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [80]}}} +{"episode_index": 81, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.366682529449463, 0.3999984562397003, -8.320205688476562, -1.5664255619049072, 7.33838415145874, 0.22115014493465424, -2.4027366638183594, 0.8120430707931519, -2.47334623336792, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.366682529449463, 0.3999984562397003, -7.0753912925720215, -0.7781599760055542, 8.745161056518555, 1.5627001523971558, -0.01375275943428278, 1.04585862159729, -0.8214072585105896, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974918365478516, 1.3666836023330688, 0.3999980092048645, -7.89404296875, -1.056573748588562, 8.274513244628906, 0.6943840384483337, -1.610111951828003, 0.9152259230613708, -1.4549012184143066, 0.23473146557807922, -0.23473146557807922, 0.23473146557807922, 0.23473146557807922, -0.23473146557807922, 0.23473146557807922, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.481860399246216, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 1.0728836059570312e-06, 4.470348358154297e-07, 0.4325447082519531, 0.270738810300827, 0.49150457978248596, 0.44897371530532837, 0.8426416516304016, 0.08389867097139359, 0.54814612865448, 0.1433405876159668, 0.1433405876159668, 0.1433405876159668, 0.1433405876159668, 0.1433405876159668, 0.1433405876159668, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 2.1457672119140625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [128]}, "observation.state": {"min": [-0.9759035706520081, 0.19187472760677338, -3.181136435159715e-06, -0.14350032806396484, -0.9968423843383789, -0.9703787565231323, -0.21364745497703552, -0.19171245396137238, -0.08570991456508636, -0.35570967197418213, 0.9204571843147278, 1.2997640371322632, NaN], "max": [-0.07940559834241867, 0.9968423843383789, 0.33784788846969604, 0.09764555096626282, -0.20448589324951172, -0.07940559834241867, -3.0739131489099236e-06, 0.26816728711128235, 0.23461484909057617, 2.9196401101216907e-06, 1.0, 1.6066014766693115, NaN], "mean": [-0.4381661117076874, 0.7438390851020813, 0.11494439095258713, -0.04728846997022629, -0.7634377479553223, -0.4341963827610016, -0.08956068754196167, 0.14686371386051178, 0.04199481010437012, -0.1255224347114563, 0.9774599671363831, 1.4268813133239746, NaN], "std": [0.3617323338985443, 0.30812501907348633, 0.1253393143415451, 0.096951924264431, 0.2886320948600769, 0.3611764907836914, 0.08281363546848297, 0.15962576866149902, 0.09618008881807327, 0.1305042803287506, 0.027757342904806137, 0.11849081516265869, NaN], "count": [128]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.13115513202989892]], [[0.1222455067454977]], [[0.09812174686228241]]], "std": [[[0.3102957175036945]], [[0.2912299668772718]], [[0.23924877539213615]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.454291448147947]], [[0.41265778442973233]], [[0.32234861606487264]]], "std": [[[0.40958137645845794]], [[0.3872677793388848]], [[0.33066738250455546]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6633447435812326]], [[0.6292521808285573]], [[0.5361365595313055]]], "std": [[[0.2871663538161578]], [[0.29679184030093947]], [[0.30208705297761773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.20513878780197828]], [[0.14019609184257129]], [[0.09986137514408656]]], "std": [[[0.2266415956298285]], [[0.21776691073771567]], [[0.20900695554308227]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031687403732739]], [[0.42710944007574647]], [[0.3385399536374859]]], "std": [[[0.33673416421300134]], [[0.34329992849454527]], [[0.3557621466214374]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8509803921568627]], [[0.8509803921568627]], [[0.8509803921568627]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9984827870616801]], [[0.9984827870616801]], [[0.9984827870616801]]], "std": [[[0.0105734699422038]], [[0.0105734699422038]], [[0.0105734699422038]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5996049825285608]], [[0.5996049825285608]], [[0.5996049825285608]]], "std": [[[0.339669839369413]], [[0.339669839369413]], [[0.339669839369413]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21840206371526416]], [[0.21840206371526416]], [[0.21840206371526416]]], "std": [[[0.27313333746577995]], [[0.27313333746577995]], [[0.27313333746577995]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3607843137254902]], [[0.3607843137254902]], [[0.3607843137254902]]], "mean": [[[0.018926957917669993]], [[0.018926957917669993]], [[0.018926957917669993]]], "std": [[[0.019179494010242343]], [[0.019179494010242343]], [[0.019179494010242343]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29495250222793534]], [[0.29495250222793534]], [[0.29495250222793534]]], "std": [[[0.38941455862064445]], [[0.38941455862064445]], [[0.38941455862064445]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10431561244586066]], [[0.06922748544717294]], [[0.06994039660938073]]], "std": [[[0.2866859702074282]], [[0.1992612583461958]], [[0.2353234528309323]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29517402170334295]], [[0.4087072663886525]], [[0.2428681109186604]]], "std": [[[0.35059426497880436]], [[0.4527970243780729]], [[0.3705484734950639]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35804727581672524]], [[0.6752937689558912]], [[0.41351621380401277]]], "std": [[[0.39605786611078253]], [[0.41080432181039145]], [[0.3393372720603642]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47149090955420503]], [[0.47931217314394037]], [[0.7416401212104143]]], "std": [[[0.35154834143685554]], [[0.3915070415839147]], [[0.37041390822345405]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6012777908536965]], [[0.27424723813125673]], [[0.362524601838273]]], "std": [[[0.44215432769663604]], [[0.35763297329220856]], [[0.33534293538732857]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.54], "mean": [1.27], "std": [0.7389857914736927], "count": [128]}, "frame_index": {"min": [0], "max": [127], "mean": [63.5], "std": [36.94928957368463], "count": [128]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [128]}, "index": {"min": [18893], "max": [19020], "mean": [18956.5], "std": [36.94928957368463], "count": [128]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [128]}}} +{"episode_index": 82, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33370718359947205, 0.5532543659210205, -0.25411465764045715, -2.4192488193511963, -2.2819578647613525, -6.274367332458496, 0.5561501383781433, -5.173731327056885, 0.46632224321365356, -2.471162796020508, -1.0234868508263162e-16, -0.5853658318519592, -1.0234868508263162e-16, -1.0234868508263162e-16, -0.5853658318519592, -1.0234868508263162e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33370718359947205, 0.5532543659210205, -0.25411465764045715, -0.6315227150917053, -1.5754224061965942, 1.0366759300231934, 1.5615625381469727, 0.8472489714622498, 1.334808111190796, 0.3785721957683563, 0.5853658318519592, 1.0234868508263162e-16, 0.5853658318519592, 0.5853658318519592, 1.0234868508263162e-16, 0.5853658318519592, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3337080478668213, 0.5532534122467041, -0.25411441922187805, -1.61843740940094, -2.0104236602783203, -3.126765012741089, 0.8352214097976685, -2.3514230251312256, 0.9278401136398315, -0.9466392993927002, 0.5191453099250793, -0.5191453099250793, 0.5191453099250793, 0.5191453099250793, -0.5191453099250793, 0.5191453099250793, -2.3561999797821045, 1.5707993507385254, -1.0472006797790527, -1.5707993507385254, 0.0, -1.0472006797790527, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.642673492431641e-07, 9.5367431640625e-07, 2.384185791015625e-07, 0.5835381746292114, 0.15284113585948944, 2.5383787155151367, 0.21155433356761932, 2.220832586288452, 0.20951901376247406, 0.7710976600646973, 0.1789177656173706, 0.1789177656173706, 0.1789177656173706, 0.1789177656173706, 0.1789177656173706, 0.1789177656173706, 5.4836273193359375e-06, 2.9802322387695312e-06, 3.0994415283203125e-06, 2.9802322387695312e-06, 0.0, 3.0994415283203125e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [353]}, "observation.state": {"min": [-0.8290712833404541, -0.9967067837715149, -0.9987905025482178, -0.753277063369751, -0.9931563138961792, -0.9238625764846802, -0.9194952845573425, -1.243954062461853, -0.993047297000885, -0.6306343674659729, -0.5033515691757202, 1.2656829357147217, NaN], "max": [0.9997559785842896, 0.9997442960739136, 0.9892888069152832, 0.2822270095348358, 0.9945391416549683, 0.9989857077598572, 0.9407232999801636, 0.22353608906269073, 0.27908387780189514, 0.42029085755348206, 1.0, 2.0777390003204346, NaN], "mean": [-0.2305145114660263, 0.3646511137485504, -0.09076961874961853, -0.1876637190580368, -0.2956850826740265, -0.2283094972372055, -0.06088777258992195, -0.3637896180152893, -0.3056883215904236, -0.01732289046049118, 0.5615186095237732, 1.5760778188705444, NaN], "std": [0.458070307970047, 0.6434693932533264, 0.42634958028793335, 0.26163190603256226, 0.5889502167701721, 0.5906551480293274, 0.40125060081481934, 0.5133704543113708, 0.4574907422065735, 0.22732987999916077, 0.5744346380233765, 0.25977465510368347, NaN], "count": [353]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09684108601205264]], [[0.09157326370238941]], [[0.08006799209543945]]], "std": [[[0.25141598879209603]], [[0.23960020342555605]], [[0.2111172567171761]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3549150621843758]], [[0.33605020348141307]], [[0.2938414648784174]]], "std": [[[0.3723642235462943]], [[0.3573351200977404]], [[0.318309263119283]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5229191512588758]], [[0.5060446338105709]], [[0.48121554143356327]]], "std": [[[0.29354633950051084]], [[0.29523660111775585]], [[0.29812413356545076]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15837131854212222]], [[0.1518995232989403]], [[0.1432428452931051]]], "std": [[[0.22518816938573372]], [[0.22272221583202914]], [[0.21861352784625013]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19154640643576606]], [[0.17763564052891087]], [[0.15912020792722548]]], "std": [[[0.24479474725165984]], [[0.23045313772380338]], [[0.2112741204021326]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988345386648213]], [[0.9988345386648213]], [[0.9988345386648213]]], "std": [[[0.008798035774312983]], [[0.008798035774312983]], [[0.008798035774312983]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1843137254901961]], [[0.1843137254901961]], [[0.1843137254901961]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5802676928915953]], [[0.5802676928915953]], [[0.5802676928915953]]], "std": [[[0.33419729796423236]], [[0.33419729796423236]], [[0.33419729796423236]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10104426299092531]], [[0.10104426299092531]], [[0.10104426299092531]]], "std": [[[0.07894429247375949]], [[0.07894429247375949]], [[0.07894429247375949]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25263227096522406]], [[0.25263227096522406]], [[0.25263227096522406]]], "std": [[[0.4200608480762927]], [[0.4200608480762927]], [[0.4200608480762927]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.532872482969454]], [[0.532872482969454]], [[0.532872482969454]]], "std": [[[0.4529336804052046]], [[0.4529336804052046]], [[0.4529336804052046]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09356086773138172]], [[0.06489203381499653]], [[0.07937985409956876]]], "std": [[[0.2786826071487772]], [[0.17843368638158988]], [[0.2543725035272925]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3089580920155758]], [[0.5427859539150977]], [[0.17868056871529434]]], "std": [[[0.34570342504969853]], [[0.4807932616214819]], [[0.258735855325694]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.72033777981628]], [[0.5678241523619467]], [[0.3830304883486858]]], "std": [[[0.3399661076405795]], [[0.3855711738054689]], [[0.4013831376033381]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4063625529826171]], [[0.6231641108274643]], [[0.1886102162488743]]], "std": [[[0.369147070684873]], [[0.4426348594238837]], [[0.24797520279789165]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3180932185602944]], [[0.415197536899237]], [[0.12332462812422257]]], "std": [[[0.43727724220454994]], [[0.43343930169135]], [[0.20883291823602085]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.04], "mean": [3.52], "std": [2.0380382724571193], "count": [353]}, "frame_index": {"min": [0], "max": [352], "mean": [176.0], "std": [101.90191362285597], "count": [353]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [353]}, "index": {"min": [19021], "max": [19373], "mean": [19197.0], "std": [101.90191362285597], "count": [353]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [353]}}} +{"episode_index": 83, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4249255061149597, 1.1279163360595703, 0.05392825976014137, -1.9149991273880005, -1.568246603012085, 7.336456298828125, 0.5023965835571289, -1.2985048294067383, 0.3936415910720825, -4.9813079833984375, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4249255061149597, 1.1279163360595703, 0.05392825976014137, -0.7910826802253723, -0.980329155921936, 8.247125625610352, 1.5659154653549194, -0.0055864956229925156, 1.0444256067276, -2.494609832763672, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42492595314979553, 1.1279149055480957, 0.05392834544181824, -1.5361454486846924, -1.1756545305252075, 7.956405162811279, 0.8792069554328918, -0.8022440075874329, 0.625849187374115, -4.164241790771484, 0.3004789650440216, -0.3004789650440216, 0.3004789650440216, 0.3004789650440216, -0.3004789650440216, 0.3004789650440216, -2.3561980724334717, 1.5707974433898926, -1.0471967458724976, -1.5707974433898926, 0.0, -1.0471967458724976, 2.4818613529205322, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 1.430511474609375e-06, 8.568167686462402e-08, 0.3862626552581787, 0.2119993418455124, 0.3000490665435791, 0.3637067973613739, 0.429673969745636, 0.22714249789714813, 0.8652299046516418, 0.1871972382068634, 0.1871972382068634, 0.1871972382068634, 0.1871972382068634, 0.1871972382068634, 0.1871972382068634, 3.5762786865234375e-06, 1.0728836059570312e-06, 8.344650268554688e-07, 1.0728836059570312e-06, 0.0, 8.344650268554688e-07, 3.0994415283203125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [140]}, "observation.state": {"min": [-0.7213455438613892, -0.7313525080680847, -0.9473826289176941, 0.6020873188972473, 0.16092388331890106, -0.9827161431312561, -0.36667633056640625, -0.3794108033180237, -0.8757781982421875, -0.5325635671615601, -0.9084119200706482, 1.265292763710022, NaN], "max": [0.9414418339729309, 0.27090469002723694, -2.3406050786434207e-07, 0.8882197737693787, 0.7821683883666992, -0.6103577017784119, 0.33727291226387024, 0.06712143123149872, -1.30245695117992e-07, 0.3082249164581299, 1.0, 1.6310019493103027, NaN], "mean": [-0.22874444723129272, -0.4482499361038208, -0.3444831371307373, 0.7106075286865234, 0.5702834725379944, -0.7649098038673401, 0.03589648753404617, -0.09868477284908295, -0.31481465697288513, -0.13077642023563385, 0.4489850103855133, 1.4077889919281006, NaN], "std": [0.6067897081375122, 0.36444875597953796, 0.35645800828933716, 0.10869651287794113, 0.21949581801891327, 0.11570685356855392, 0.1638081818819046, 0.18285226821899414, 0.3270655870437622, 0.2250995635986328, 0.7242653965950012, 0.1499122828245163, NaN], "count": [140]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.08886222072016796]], [[0.08677471667166234]], [[0.08473246468999007]]], "std": [[[0.22083623449703688]], [[0.21689081194778415]], [[0.21278374324559213]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29906376957951203]], [[0.2866882130985837]], [[0.275773085199334]]], "std": [[[0.3014947969444031]], [[0.29828128655032404]], [[0.2974211159622057]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5642942349950479]], [[0.5344778356471004]], [[0.5071861172634986]]], "std": [[[0.257604576545003]], [[0.27820495063841527]], [[0.29848057081093865]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.37579976409701393]], [[0.3234271124817356]], [[0.2796601736347903]]], "std": [[[0.28124529614516364]], [[0.2849085201502221]], [[0.2867072555960196]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31053403795771584]], [[0.27094557802601904]], [[0.23787372149365885]]], "std": [[[0.32195759843824034]], [[0.3172988144171185]], [[0.31946871131116916]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986600871325583]], [[0.9986600871325583]], [[0.9986600871325583]]], "std": [[[0.009856647998594661]], [[0.009856647998594661]], [[0.009856647998594661]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6020986219322721]], [[0.6020986219322721]], [[0.6020986219322721]]], "std": [[[0.34079122193137945]], [[0.34079122193137945]], [[0.34079122193137945]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1696964576330173]], [[0.1696964576330173]], [[0.1696964576330173]]], "std": [[[0.2236051170808493]], [[0.2236051170808493]], [[0.2236051170808493]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20784313725490197]], [[0.20784313725490197]], [[0.20784313725490197]]], "mean": [[[0.02322527796385816]], [[0.02322527796385816]], [[0.02322527796385816]]], "std": [[[0.02490598469922049]], [[0.02490598469922049]], [[0.02490598469922049]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45684022769533245]], [[0.45684022769533245]], [[0.45684022769533245]]], "std": [[[0.43870845160419775]], [[0.43870845160419775]], [[0.43870845160419775]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14078843632798696]], [[0.044950573697554674]], [[0.04480051981806368]]], "std": [[[0.3424035539229444]], [[0.14871172024721052]], [[0.1368643476166642]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2294363554799164]], [[0.5081111426274282]], [[0.1511398258287618]]], "std": [[[0.29872445239952655]], [[0.4814440276397136]], [[0.26813964535300194]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7779818157556104]], [[0.736422643199751]], [[0.14785780642409832]]], "std": [[[0.3148676396775661]], [[0.34139582862385304]], [[0.1982301553019772]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6547084412096633]], [[0.6512692412144914]], [[0.3269717794850234]]], "std": [[[0.36329858000599585]], [[0.40521514062696806]], [[0.30769072877848747]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36520577942199073]], [[0.36358076860921174]], [[0.3320720986044977]]], "std": [[[0.44140628836634505]], [[0.376210526625732]], [[0.4272453943934239]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.78], "mean": [1.3900000000000001], "std": [0.8082697569499925], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [140]}, "index": {"min": [19374], "max": [19513], "mean": [19443.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [140]}}} +{"episode_index": 84, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38005393743515015, 0.474372923374176, 0.20154066383838654, -2.664937973022461, -1.9765745401382446, 1.0515846014022827, -0.976182222366333, -1.2183680534362793, -1.4769593477249146, -2.9481024742126465, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38005393743515015, 0.474372923374176, 0.20154066383838654, -0.22762730717658997, -0.19769106805324554, 7.595730304718018, 1.5579041242599487, 0.9152632355690002, 1.6805644035339355, 2.3731939792633057, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.38005414605140686, 0.4743727743625641, 0.2015392780303955, -1.865910530090332, -1.419047236442566, 5.53721809387207, -0.0969422236084938, 0.01892404817044735, 0.5525022745132446, 1.0622308254241943, 0.3031221330165863, -0.3031221330165863, 0.3031221330165863, 0.3031221330165863, -0.3031221330165863, 0.3031221330165863, -2.356200695037842, 1.5708001852035522, -1.047194004058838, -1.5708001852035522, 0.0, -1.047194004058838, 2.481840133666992, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.086162567138672e-07, 1.4901161193847656e-07, 1.385807991027832e-06, 0.8700684309005737, 0.43763095140457153, 1.9727818965911865, 0.5259936451911926, 0.5558810234069824, 1.035692572593689, 1.8748337030410767, 0.18286347389221191, 0.18286347389221191, 0.18286347389221191, 0.18286347389221191, 0.18286347389221191, 0.18286347389221191, 6.198883056640625e-06, 3.814697265625e-06, 3.5762786865234375e-06, 3.814697265625e-06, 0.0, 3.5762786865234375e-06, 1.811981201171875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [822]}, "observation.state": {"min": [-0.8655368089675903, -0.9557326436042786, -0.8321910500526428, 1.4936755895614624, -0.9998796582221985, -0.9653760194778442, -0.8957125544548035, -0.8623080849647522, -0.5727055668830872, -0.8266217112541199, -0.9994088411331177, 0.5152292847633362, NaN], "max": [0.9667969942092896, 0.9999933838844299, 0.8188735246658325, 2.666928768157959, -0.24431605637073517, 0.8433158993721008, 0.9116194248199463, 0.2669402062892914, 0.7915559411048889, 0.9980890154838562, 0.9999998211860657, 2.0668106079101562, NaN], "mean": [0.18807965517044067, 0.5122069716453552, -0.06314945220947266, 2.27689266204834, -0.8191497325897217, 0.04733902961015701, -0.1774531602859497, -0.05916207656264305, 0.017935769632458687, 0.13555659353733063, 0.44574636220932007, 1.3202598094940186, NaN], "std": [0.39542245864868164, 0.6551665663719177, 0.335679292678833, 0.31852713227272034, 0.24053436517715454, 0.3668442666530609, 0.3206661641597748, 0.36360278725624084, 0.2812041938304901, 0.3914218842983246, 0.7418378591537476, 0.33456936478614807, NaN], "count": [822]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07371472670104763]], [[0.07296827427977118]], [[0.07177962658603258]]], "std": [[[0.1826097004455796]], [[0.18107315622139292]], [[0.17842877456576478]]], "count": [153]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26334216636081026]], [[0.2587866188125293]], [[0.2528594956960636]]], "std": [[[0.2672525554920143]], [[0.26456219863603625]], [[0.26147016017315383]]], "count": [153]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5188921702936662]], [[0.5129143703768919]], [[0.5003272783918508]]], "std": [[[0.19691103678558805]], [[0.19696109637326495]], [[0.1989033341409523]]], "count": [153]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33814575617757836]], [[0.2980165192046197]], [[0.26948728544508943]]], "std": [[[0.23612999459974918]], [[0.23006655175845253]], [[0.2286300892602644]]], "count": [153]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5305808951609647]], [[0.5040353749205578]], [[0.47903462755301945]]], "std": [[[0.23527479876793417]], [[0.23478526122745172]], [[0.2372971177529849]]], "count": [153]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988257154371615]], [[0.9988257154371615]], [[0.9988257154371615]]], "std": [[[0.009108130243759048]], [[0.009108130243759048]], [[0.009108130243759048]]], "count": [153]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.60085400848218]], [[0.60085400848218]], [[0.60085400848218]]], "std": [[[0.3379669949246661]], [[0.3379669949246661]], [[0.3379669949246661]]], "count": [153]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2196078431372549]], [[0.2196078431372549]], [[0.2196078431372549]]], "mean": [[[0.07266670287690331]], [[0.07266670287690331]], [[0.07266670287690331]]], "std": [[[0.059186891855325025]], [[0.059186891855325025]], [[0.059186891855325025]]], "count": [153]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12238682452629335]], [[0.12238682452629335]], [[0.12238682452629335]]], "std": [[[0.2966191688537016]], [[0.2966191688537016]], [[0.2966191688537016]]], "count": [153]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09198045245028146]], [[0.09198045245028146]], [[0.09198045245028146]]], "std": [[[0.10909440187398224]], [[0.10909440187398224]], [[0.10909440187398224]]], "count": [153]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04744320514011102]], [[0.14097954422724746]], [[0.032827308205471466]]], "std": [[[0.1502085217499259]], [[0.3437469013582991]], [[0.11259186970229121]]], "count": [153]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16092608762729127]], [[0.35352101622280396]], [[0.44311691546040055]]], "std": [[[0.27387944474956544]], [[0.3901636065602981]], [[0.47866800202308396]]], "count": [153]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.83453512005738]], [[0.6739806427227595]], [[0.1702170803686202]]], "std": [[[0.31733818527714225]], [[0.24973511000676982]], [[0.20967550083476275]]], "count": [153]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5153971259967617]], [[0.4955928543783157]], [[0.39590755341635536]]], "std": [[[0.429155770226074]], [[0.34889872623535495]], [[0.3941818061925303]]], "count": [153]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8079213420746124]], [[0.6653165788191513]], [[0.30345031970216024]]], "std": [[[0.2691229644946814]], [[0.40649553732066346]], [[0.3550795171028972]]], "count": [153]}, "timestamp": {"min": [0.0], "max": [16.42], "mean": [8.209999999999999], "std": [4.7458157008744735], "count": [822]}, "frame_index": {"min": [0], "max": [821], "mean": [410.5], "std": [237.29078504372364], "count": [822]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [822]}, "index": {"min": [19514], "max": [20335], "mean": [19924.5], "std": [237.29078504372364], "count": [822]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [822]}}} +{"episode_index": 85, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4289800226688385, 0.9673474431037903, 0.19126570224761963, -1.7568680047988892, -1.5680044889450073, 0.9017471671104431, 0.7598868012428284, 0.0007801525644026697, 0.8192107081413269, -2.4775826930999756, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, 8.673617379884035e-18, -0.5463414788246155, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4289800226688385, 0.9673474431037903, 0.19126570224761963, -0.7951703071594238, -1.2444347143173218, 1.0456006526947021, 1.5622715950012207, 0.08083337545394897, 1.045467495918274, -2.092430591583252, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, 0.5463414788246155, -8.673617379884035e-18, 0.5463414788246155, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.42898017168045044, 0.9673467874526978, 0.19126580655574799, -1.559045672416687, -1.3304857015609741, 0.9335023760795593, 0.9103320837020874, 0.06305891275405884, 0.8881179690361023, -2.1652846336364746, 0.3019293546676636, -0.3019293546676636, 0.3019293546676636, 0.3019293546676636, -0.3019293546676636, 0.3019293546676636, -2.356196403503418, 1.5707954168319702, -1.0471974611282349, -1.5707954168319702, 0.0, -1.0471974611282349, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 6.556510925292969e-07, 1.043081283569336e-07, 0.28878235816955566, 0.09608132392168045, 0.040492091327905655, 0.24304327368736267, 0.023901380598545074, 0.06768562644720078, 0.11387156695127487, 0.2573942244052887, 0.2573942244052887, 0.2573942244052887, 0.2573942244052887, 0.2573942244052887, 0.2573942244052887, 1.9073486328125e-06, 9.5367431640625e-07, 1.1920928955078125e-07, 9.5367431640625e-07, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [88]}, "observation.state": {"min": [-0.07123994827270508, -0.9996492266654968, -0.098289355635643, 0.5626339912414551, 0.930029034614563, -0.07123994827270508, -0.2188134640455246, -0.23911604285240173, 1.5209949197014794e-05, -0.05662519484758377, 0.9708037376403809, 1.2871700525283813, NaN], "max": [0.28002533316612244, -0.9549476504325867, 1.291331591346534e-05, 0.7301509380340576, 0.9998267292976379, 0.29523998498916626, -1.4334787920233794e-05, 0.12578941881656647, 0.2379743456840515, 1.1846880624943879e-05, 1.0, 1.4408351182937622, NaN], "mean": [-0.010265870951116085, -0.9930971264839172, -0.019281066954135895, 0.6930139660835266, 0.9909117221832275, -0.008178269490599632, -0.030712245032191277, 0.06038865074515343, 0.03345039114356041, -0.012282145209610462, 0.9968721866607666, 1.3297971487045288, NaN], "std": [0.10981485992670059, 0.011008740402758121, 0.03317543491721153, 0.05485553666949272, 0.016758080571889877, 0.11412829905748367, 0.06146431341767311, 0.10948052257299423, 0.06730245053768158, 0.019851479679346085, 0.007240604143589735, 0.057132795453071594, NaN], "count": [88]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11770560175408726]], [[0.10595120115877635]], [[0.08850340836472316]]], "std": [[[0.2850909457174607]], [[0.25949639527335305]], [[0.22420264853126468]]], "count": [88]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.385853733443037]], [[0.34325533136298436]], [[0.2824303817052717]]], "std": [[[0.3839119329804573]], [[0.35467655945571436]], [[0.31405194308832557]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6068981765707455]], [[0.5747426406199241]], [[0.5361327107611032]]], "std": [[[0.313811482522885]], [[0.3121231134339026]], [[0.3104240878922733]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.24979838548674207]], [[0.21657314793936017]], [[0.17879925392282134]]], "std": [[[0.2860190859164126]], [[0.2895354349250207]], [[0.26333624915101794]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3418611199045903]], [[0.3033650145471882]], [[0.27620903785560785]]], "std": [[[0.3042268805671055]], [[0.3066493592248527]], [[0.3049058739809548]]], "count": [88]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989721657275474]], [[0.9989721657275474]], [[0.9989721657275474]]], "std": [[[0.008340143196855457]], [[0.008340143196855457]], [[0.008340143196855457]]], "count": [88]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.599464490833781]], [[0.599464490833781]], [[0.599464490833781]]], "std": [[[0.339933842176049]], [[0.339933842176049]], [[0.339933842176049]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.274118061281985]], [[0.274118061281985]], [[0.274118061281985]]], "std": [[[0.2960542770005118]], [[0.2960542770005118]], [[0.2960542770005118]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02974629639078429]], [[0.02974629639078429]], [[0.02974629639078429]]], "std": [[[0.04850468842346561]], [[0.04850468842346561]], [[0.04850468842346561]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27053893847070026]], [[0.27053893847070026]], [[0.27053893847070026]]], "std": [[[0.33502757171734804]], [[0.33502757171734804]], [[0.33502757171734804]]], "count": [88]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07271634260028878]], [[0.07472013266601647]], [[0.09704347380283868]]], "std": [[[0.24154108464256943]], [[0.23054797741548483]], [[0.28419769646994114]]], "count": [88]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3461470083181741]], [[0.38684005548334843]], [[0.2658235533690425]]], "std": [[[0.4073832225424352]], [[0.45326763752330773]], [[0.39789062452775587]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7398058460756486]], [[0.266085961760649]], [[0.491452053958617]]], "std": [[[0.36854240205302286]], [[0.3196709341851534]], [[0.39564909906125517]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7717331767636839]], [[0.4519875152712406]], [[0.4183356827315149]]], "std": [[[0.308541605417971]], [[0.37421642011941236]], [[0.39110160839819164]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39189340736558886]], [[0.5341830394543446]], [[0.4715118020682629]]], "std": [[[0.41291943134803394]], [[0.41722437708320925]], [[0.3852962122391312]]], "count": [88]}, "timestamp": {"min": [0.0], "max": [1.74], "mean": [0.87], "std": [0.5080354318352215], "count": [88]}, "frame_index": {"min": [0], "max": [87], "mean": [43.5], "std": [25.401771591761076], "count": [88]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [88]}, "index": {"min": [20336], "max": [20423], "mean": [20379.5], "std": [25.401771591761076], "count": [88]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [88]}}} +{"episode_index": 86, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.9940658807754517, 0.1858178824186325, -4.8775835037231445, -2.207439422607422, -7.960521697998047, -2.3525266647338867, -7.444545745849609, -1.8218231201171875, -4.4518141746521, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.9940658807754517, 0.1858178824186325, -0.7725589871406555, 1.9116108417510986, -5.235987663269043, 1.5707963705062866, -6.2811079025268555, 1.0471975803375244, -2.481858253479004, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997507333755493, 1.9940741062164307, 0.1858178824186325, -3.305859327316284, 0.005124692339450121, -6.558351516723633, -0.5129519701004028, -6.938957214355469, -0.32581040263175964, -3.794161796569824, 0.4313793480396271, -0.4313793480396271, 0.4313793480396271, 0.4313793480396271, -0.4313793480396271, 0.4313793480396271, -2.3561999797821045, 1.570799469947815, -1.0472007989883423, -1.570799469947815, 0.0, -1.0472007989883423, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 8.225440979003906e-06, 0.0, 1.046983003616333, 1.5214511156082153, 0.7803176045417786, 1.3020713329315186, 0.3494453430175781, 0.9968119859695435, 0.4696660041809082, 0.14464905858039856, 0.14464905858039856, 0.14464905858039856, 0.14464905858039856, 0.14464905858039856, 0.14464905858039856, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.2186508178710938e-06, 3.0994415283203125e-06, 0.0, 3.2186508178710938e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [358]}, "observation.state": {"min": [-0.9465742111206055, -0.9792038202285767, -0.9829360842704773, -0.18410474061965942, -0.9558305144309998, -0.6404299736022949, -0.9346569776535034, -1.2633130550384521, -0.9840472340583801, -0.987663209438324, -0.8040986061096191, 0.5575860738754272, NaN], "max": [0.9838712811470032, 0.9134770631790161, 0.8217739462852478, 1.0016199350357056, 0.9526839852333069, 0.7683326601982117, 0.9749540090560913, 0.07079143077135086, 0.8070715069770813, 0.9862993955612183, 1.0, 1.5040456056594849, NaN], "mean": [0.18460267782211304, -0.21028180420398712, -0.2699356973171234, 0.28278836607933044, 0.18566466867923737, 0.31276237964630127, 0.2900504469871521, -0.6344267725944519, -0.10123012214899063, -0.055153995752334595, 0.30794134736061096, 1.2560914754867554, NaN], "std": [0.456415057182312, 0.6315218210220337, 0.4916336238384247, 0.3877876102924347, 0.6707924008369446, 0.3405563235282898, 0.4665167033672333, 0.43411630392074585, 0.5127623081207275, 0.5831990838050842, 0.5374348163604736, 0.22556012868881226, NaN], "count": [358]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12346380149816501]], [[0.11663623933893519]], [[0.10485077426203203]]], "std": [[[0.29567560069717136]], [[0.28096622892324935]], [[0.2547729429176896]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4268545803602382]], [[0.3979976946149343]], [[0.3528430561171495]]], "std": [[[0.39335253833404527]], [[0.3778335866830656]], [[0.34524383589816365]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4268404033820361]], [[0.4115327766344731]], [[0.3837753060938476]]], "std": [[[0.39153504313936394]], [[0.3766212608779581]], [[0.3504461354077731]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3399137096649816]], [[0.3274697386358531]], [[0.29984836762241573]]], "std": [[[0.3520830610407067]], [[0.3445741570390974]], [[0.3266344316885792]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2691694364144892]], [[0.25042709839997696]], [[0.22945434257968433]]], "std": [[[0.33512120040759524]], [[0.331204896413407]], [[0.32060384395860936]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990185349472369]], [[0.9990185349472369]], [[0.9990185349472369]]], "std": [[[0.008008141835836062]], [[0.008008141835836062]], [[0.008008141835836062]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.566644782272541]], [[0.566644782272541]], [[0.566644782272541]]], "std": [[[0.3323325362355336]], [[0.3323325362355336]], [[0.3323325362355336]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5275013394434755]], [[0.5275013394434755]], [[0.5275013394434755]]], "std": [[[0.4252550081536175]], [[0.4252550081536175]], [[0.4252550081536175]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2702106362876192]], [[0.2702106362876192]], [[0.2702106362876192]]], "std": [[[0.3899901912026935]], [[0.3899901912026935]], [[0.3899901912026935]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4820177752028276]], [[0.4820177752028276]], [[0.4820177752028276]]], "std": [[[0.4315531841469111]], [[0.4315531841469111]], [[0.4315531841469111]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07454517193492081]], [[0.12984102499109834]], [[0.07176979409115994]]], "std": [[[0.24379085546721863]], [[0.3158498664485281]], [[0.20694325519325185]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4195355581170945]], [[0.572019395275637]], [[0.13874185387023727]]], "std": [[[0.39332402296637636]], [[0.4773232030001378]], [[0.2449123293343427]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4223581567916657]], [[0.3556346413946037]], [[0.23658402283658925]]], "std": [[[0.46122391470087487]], [[0.4177254865666197]], [[0.3273094113240312]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38234787442558155]], [[0.32728475394808926]], [[0.6161682864041961]]], "std": [[[0.3794074800280301]], [[0.36778997790732454]], [[0.46159374225590216]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22842528118254585]], [[0.48594601858389813]], [[0.28590309201892855]]], "std": [[[0.3596419239098789]], [[0.4585424506231373]], [[0.3439819478156806]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.14], "mean": [3.57], "std": [2.0669059001318857], "count": [358]}, "frame_index": {"min": [0], "max": [357], "mean": [178.5], "std": [103.34529500659427], "count": [358]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [358]}, "index": {"min": [20424], "max": [20781], "mean": [20602.5], "std": [103.34529500659427], "count": [358]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [358]}}} +{"episode_index": 87, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36634981632232666, 1.0474989414215088, 0.2250203937292099, -1.9921231269836426, -1.570392370223999, 0.22506538033485413, 0.3488536477088928, 0.0016240121331065893, 0.9838438034057617, -2.4773762226104736, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36634981632232666, 1.0474989414215088, 0.2250203937292099, -0.7886785864830017, -0.9840870499610901, 2.1079397201538086, 1.567421793937683, 1.2618398666381836, 1.4600203037261963, -0.8597283363342285, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36634910106658936, 1.0475002527236938, 0.22502030432224274, -1.4673426151275635, -1.351947546005249, 0.9015003442764282, 0.694764256477356, 0.6664522290229797, 1.231958031654358, -1.2927753925323486, 0.2769761383533478, -0.2769761383533478, 0.2769761383533478, 0.2769761383533478, -0.2769761383533478, 0.2769761383533478, -2.356199026107788, 1.5707982778549194, -1.047196388244629, -1.5707982778549194, 0.0, -1.047196388244629, 2.4818644523620605, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07, 1.3113021850585938e-06, 8.940696716308594e-08, 0.45148980617523193, 0.17857559025287628, 0.6546271443367004, 0.3190653920173645, 0.3119302988052368, 0.14333240687847137, 0.4527948796749115, 0.12007749825716019, 0.12007749825716019, 0.12007749825716019, 0.12007749825716019, 0.12007749825716019, 0.12007749825716019, 4.5299530029296875e-06, 1.9073486328125e-06, 1.1920928955078125e-06, 1.9073486328125e-06, 0.0, 1.1920928955078125e-06, 6.198883056640625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [194]}, "observation.state": {"min": [-0.9579270482063293, -0.7260489463806152, -0.9089968204498291, 1.6179192066192627, -0.45179513096809387, -0.9625111818313599, -0.8188961148262024, -0.42644616961479187, -0.7402129173278809, -0.9834914207458496, -0.6458889245986938, 1.2706081867218018, NaN], "max": [0.33240970969200134, 0.6562448143959045, 0.30984458327293396, 1.8200608491897583, 0.9996050000190735, 0.03721550107002258, 0.29195383191108704, 0.2138119786977768, 0.7489128112792969, 0.03986312448978424, 1.0, 1.8691354990005493, NaN], "mean": [-0.6485958099365234, 0.26263147592544556, -0.27195221185684204, 1.7354562282562256, 0.11933981627225876, -0.657978892326355, -0.2169681042432785, 0.0524287112057209, -0.05475899949669838, -0.37491241097450256, 0.5072746872901917, 1.4783744812011719, NaN], "std": [0.4042617976665497, 0.3505410850048065, 0.38740548491477966, 0.04348156601190567, 0.5509899258613586, 0.3213731348514557, 0.3144453167915344, 0.19415521621704102, 0.3083261251449585, 0.36244845390319824, 0.6104751825332642, 0.22220481932163239, NaN], "count": [194]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.12519478760349254]], [[0.10986250973150109]], [[0.09935374115447623]]], "std": [[[0.29608213101286524]], [[0.26132507012091855]], [[0.23909485309892656]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4432777559845798]], [[0.37944114998347067]], [[0.33744567492193006]]], "std": [[[0.3916568236528282]], [[0.3454131944453146]], [[0.3159810381610003]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7003766843627434]], [[0.6810429594224064]], [[0.671621030368989]]], "std": [[[0.21601328926180416]], [[0.22327632804266814]], [[0.2269820282867922]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26382428110945483]], [[0.23298415802147268]], [[0.16817333303828697]]], "std": [[[0.27550949897867316]], [[0.2675321943095025]], [[0.23051364795456544]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.6311145618125503]], [[0.5754007782518636]], [[0.5400658771493961]]], "std": [[[0.1883147755121123]], [[0.20590262260601386]], [[0.21762861199427927]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992068617057301]], [[0.9992068617057301]], [[0.9992068617057301]]], "std": [[[0.007023308202559681]], [[0.007023308202559681]], [[0.007023308202559681]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896491321948567]], [[0.5896491321948567]], [[0.5896491321948567]]], "std": [[[0.33431268100751477]], [[0.33431268100751477]], [[0.33431268100751477]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.08750002514599767]], [[0.08750002514599767]], [[0.08750002514599767]]], "std": [[[0.06221294107799747]], [[0.06221294107799747]], [[0.06221294107799747]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13802320673832272]], [[0.13802320673832272]], [[0.13802320673832272]]], "std": [[[0.32610449278877907]], [[0.32610449278877907]], [[0.32610449278877907]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09825160884093044]], [[0.09825160884093044]], [[0.09825160884093044]]], "std": [[[0.12610493567272388]], [[0.12610493567272388]], [[0.12610493567272388]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11562633449809595]], [[0.06304920769990564]], [[0.10054628372329746]]], "std": [[[0.28674495738689965]], [[0.20707125433902515]], [[0.2888881765022778]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43249842451942644]], [[0.30888468179584]], [[0.14751551910391736]]], "std": [[[0.4624380190378395]], [[0.3587520996784904]], [[0.2732235301533108]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32999833298799497]], [[0.8471890569982653]], [[0.4869013492336506]]], "std": [[[0.3825599086167286]], [[0.2827500724721702]], [[0.2572755874216511]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.521402614244973]], [[0.4143968789458261]], [[0.4375799237036903]]], "std": [[[0.4560687396182429]], [[0.39431614952110916]], [[0.36683260381824606]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42868542491036293]], [[0.801810703611837]], [[0.4277677314487917]]], "std": [[[0.4024991956449821]], [[0.3337361405450231]], [[0.3036448606725482]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.86], "mean": [1.9299999999999997], "std": [1.120044641967453], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [194]}, "index": {"min": [20782], "max": [20975], "mean": [20878.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [194]}}} +{"episode_index": 88, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3998744487762451, 0.944727897644043, 0.20090647041797638, -2.2665719985961914, -1.8658409118652344, -6.476654052734375, -0.9876766800880432, -0.2509734630584717, 0.10045774281024933, -13.301996231079102, 1.2663481374630692e-16, -0.6243902444839478, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.6243902444839478, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3998744487762451, 0.944727897644043, 0.20090647041797638, 0.1606731414794922, -0.9669647216796875, -5.237063407897949, 1.5671664476394653, 1.4297707080841064, 1.3462800979614258, -8.772831916809082, 0.6243902444839478, -1.2663481374630692e-16, 0.6243902444839478, 0.6243902444839478, -1.2663481374630692e-16, 0.6243902444839478, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3998735845088959, 0.9447298645973206, 0.20090587437152863, -1.3115506172180176, -1.6051452159881592, -5.829959392547607, 0.33928072452545166, 0.7696434259414673, 0.8111244440078735, -11.459522247314453, 0.5614051222801208, -0.5614051222801208, 0.5614051222801208, 0.5614051222801208, -0.5614051222801208, 0.5614051222801208, -2.3561997413635254, 1.5707989931106567, -1.0471981763839722, -1.5707989931106567, 0.0, -1.0471981763839722, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.642673492431641e-07, 1.9669532775878906e-06, 5.960464477539062e-07, 0.8409846425056458, 0.2700052857398987, 0.44611355662345886, 0.7200561761856079, 0.5488187670707703, 0.38982927799224854, 1.522125005722046, 0.1782231628894806, 0.1782231628894806, 0.1782231628894806, 0.1782231628894806, 0.1782231628894806, 0.1782231628894806, 5.245208740234375e-06, 2.6226043701171875e-06, 5.960464477539062e-07, 2.6226043701171875e-06, 0.0, 5.960464477539062e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [282]}, "observation.state": {"min": [-0.7818579077720642, -0.5788097381591797, -0.8405970931053162, -0.11811289936304092, -0.9963503479957581, -0.9206952452659607, -0.9114065170288086, -1.5901999473571777, -0.9761305451393127, -0.8959874510765076, -0.5893255472183228, 1.3234760761260986, NaN], "max": [0.9902796745300293, 0.956811785697937, 0.8698840141296387, 0.8258684277534485, 0.6984655857086182, 0.14136925339698792, 0.8756303191184998, 0.16689008474349976, 0.5685624480247498, 0.2201508730649948, 1.0, 2.268460512161255, NaN], "mean": [-0.017625322565436363, 0.28468433022499084, -0.049078091979026794, 0.5544342398643494, -0.44008344411849976, -0.36978378891944885, -0.0775841623544693, -0.499130517244339, -0.23395800590515137, -0.40930432081222534, 0.20113269984722137, 1.6229723691940308, NaN], "std": [0.5000486969947815, 0.6225731372833252, 0.5278168320655823, 0.27129048109054565, 0.5867747664451599, 0.2418309897184372, 0.510667085647583, 0.6030561327934265, 0.3961401581764221, 0.41061607003211975, 0.6416752338409424, 0.3143156170845032, NaN], "count": [282]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.12368148134736949]], [[0.11358064388506335]], [[0.0974607692261269]]], "std": [[[0.29649167888349315]], [[0.2743895891447149]], [[0.23931188040396173]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41905747570393703]], [[0.3799369995527365]], [[0.32402589434255286]]], "std": [[[0.3952669451647518]], [[0.37168113336864195]], [[0.3292714943869384]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5547129902882805]], [[0.5167252494650608]], [[0.4889653568619404]]], "std": [[[0.25306805920905523]], [[0.2774778172150908]], [[0.287462628826859]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21823646491529822]], [[0.19308841265722115]], [[0.1770919223679349]]], "std": [[[0.28813425820240285]], [[0.281935180302275]], [[0.2782647505276611]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2983967327637597]], [[0.2540156870791817]], [[0.2289193242633396]]], "std": [[[0.2777279115943939]], [[0.2840474411966823]], [[0.2848472894837499]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989513367947637]], [[0.9989513367947637]], [[0.9989513367947637]]], "std": [[[0.008365898506408613]], [[0.008365898506408613]], [[0.008365898506408613]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5877605457284996]], [[0.5877605457284996]], [[0.5877605457284996]]], "std": [[[0.33631727691379687]], [[0.33631727691379687]], [[0.33631727691379687]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13030186596713855]], [[0.13030186596713855]], [[0.13030186596713855]]], "std": [[[0.14385297623938043]], [[0.14385297623938043]], [[0.14385297623938043]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2975943326956308]], [[0.2975943326956308]], [[0.2975943326956308]]], "std": [[[0.43324234156084673]], [[0.43324234156084673]], [[0.43324234156084673]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2633203821386973]], [[0.2633203821386973]], [[0.2633203821386973]]], "std": [[[0.351866199796123]], [[0.351866199796123]], [[0.351866199796123]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.033774799150534676]], [[0.1421547129299379]], [[0.04981057888768859]]], "std": [[[0.13238801128626101]], [[0.3445694780849459]], [[0.1592767694543673]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21705717126972535]], [[0.36503848142314277]], [[0.4417278666604975]]], "std": [[[0.34580740893260464]], [[0.37615545477009643]], [[0.47637651612534854]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41849465999593644]], [[0.7917316472774261]], [[0.37354145636230623]]], "std": [[[0.4211040521769738]], [[0.30160261098053465]], [[0.3581025809065896]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3790773390304106]], [[0.3863656764508067]], [[0.43047229548089544]]], "std": [[[0.42455304544935824]], [[0.37698897965846373]], [[0.4348641215096346]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43652952106597576]], [[0.631803130307901]], [[0.2097494881951276]]], "std": [[[0.3774441132913894]], [[0.4245869694728916]], [[0.2876488354349926]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.62], "mean": [2.81], "std": [1.6281175223756628], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [282]}, "index": {"min": [20976], "max": [21257], "mean": [21116.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [282]}}} +{"episode_index": 89, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495114803314, 1.9017850160598755, 0.14332315325737, -7.05712890625, -1.557236909866333, 0.24581259489059448, 0.14542339742183685, 6.293203353881836, -0.7000902891159058, -4.435428142547607, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495114803314, 1.9017850160598755, 0.14332315325737, -4.668851375579834, 1.9141781330108643, 2.4778077602386475, 2.47365403175354, 9.62647533416748, 1.122125267982483, -2.3953371047973633, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49975135922431946, 1.9017906188964844, 0.14332278072834015, -5.780655384063721, 0.33024704456329346, 1.384727954864502, 1.4360439777374268, 8.186117172241211, 0.22110196948051453, -3.625380277633667, 0.5169380903244019, -0.5169380903244019, 0.5169380903244019, 0.5169380903244019, -0.5169380903244019, 0.5169380903244019, -2.3562002182006836, 1.5707995891571045, -1.0472021102905273, -1.5707995891571045, 0.0, -1.0472021102905273, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.8477439880371094e-06, 5.602836608886719e-06, 3.725290298461914e-07, 0.8445493578910828, 1.0416202545166016, 0.8124244809150696, 0.8128162622451782, 0.7289493083953857, 0.6503488421440125, 0.6635518670082092, 0.16105152666568756, 0.16105152666568756, 0.16105152666568756, 0.16105152666568756, 0.16105152666568756, 0.16105152666568756, 5.7220458984375e-06, 3.2186508178710938e-06, 4.5299530029296875e-06, 3.2186508178710938e-06, 0.0, 4.5299530029296875e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [415]}, "observation.state": {"min": [-0.9996106624603271, -0.9634451270103455, -0.8264510631561279, 1.478751301765442, -0.9671239256858826, -0.9056936502456665, -0.762689471244812, -0.7114731669425964, -0.8343785405158997, -0.17090167105197906, -0.9833081364631653, 1.3022115230560303, NaN], "max": [0.9588785767555237, 0.6047064065933228, 0.7720931768417358, 1.97126305103302, 0.9634438753128052, 0.9658962488174438, 0.7684715986251831, 0.2445206344127655, 0.9938256740570068, 0.7674654126167297, 1.0, 1.9588887691497803, NaN], "mean": [0.1770724058151245, -0.4024069905281067, 0.010012990795075893, 1.6151467561721802, 0.39166608452796936, 0.119498610496521, -0.06709355115890503, -0.22888095676898956, 0.1966734528541565, 0.2587328553199768, -0.03128364309668541, 1.5946836471557617, NaN], "std": [0.552496612071991, 0.5502836108207703, 0.4455871284008026, 0.09537705034017563, 0.5122712254524231, 0.6150383353233337, 0.4325760006904602, 0.3587792217731476, 0.45704206824302673, 0.2752476632595062, 0.7802245020866394, 0.20826144516468048, NaN], "count": [415]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12526311229666107]], [[0.11287904775124372]], [[0.09351267458866178]]], "std": [[[0.2945945714819989]], [[0.267438551596095]], [[0.2281895232303874]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44409853610060007]], [[0.39277623616048113]], [[0.3168698543744983]]], "std": [[[0.3847714874418808]], [[0.3508237031564096]], [[0.305432588401449]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.6058241899133033]], [[0.5700233918128655]], [[0.5169772673475532]]], "std": [[[0.3346778141338157]], [[0.3198763846079176]], [[0.30464987143016836]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2929029465074221]], [[0.25713614043134436]], [[0.22862453672690308]]], "std": [[[0.2734326358862435]], [[0.2645792596501398]], [[0.2594182470077399]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.5222305411888088]], [[0.47366671964090173]], [[0.4265454683224133]]], "std": [[[0.31077028814593877]], [[0.30748481914516507]], [[0.30774004798349935]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991041319232798]], [[0.9991041319232798]], [[0.9991041319232798]]], "std": [[[0.007410849360523597]], [[0.007410849360523597]], [[0.007410849360523597]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5852052309039617]], [[0.5852052309039617]], [[0.5852052309039617]]], "std": [[[0.33390043321056956]], [[0.33390043321056956]], [[0.33390043321056956]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2973286903763249]], [[0.2973286903763249]], [[0.2973286903763249]]], "std": [[[0.3133787499260884]], [[0.3133787499260884]], [[0.3133787499260884]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2715846591979701]], [[0.2715846591979701]], [[0.2715846591979701]]], "std": [[[0.4219128165526042]], [[0.4219128165526042]], [[0.4219128165526042]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.282958562748652]], [[0.282958562748652]], [[0.282958562748652]]], "std": [[[0.3493631171484941]], [[0.3493631171484941]], [[0.3493631171484941]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07639066419632386]], [[0.09737281456134315]], [[0.09255803729788485]]], "std": [[[0.24448467998353118]], [[0.2627721757339623]], [[0.2775642142002071]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3279447378144172]], [[0.5341845555294037]], [[0.2558590483011029]]], "std": [[[0.4052744497046193]], [[0.47925204333995675]], [[0.34005207514614105]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2942738472907031]], [[0.7237370935652397]], [[0.48371274285166344]]], "std": [[[0.37886604902820636]], [[0.3611630599628741]], [[0.35796451876443597]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2773520647546321]], [[0.6655965817536618]], [[0.3316008263980672]]], "std": [[[0.3271415653081338]], [[0.4390624504558447]], [[0.3820527343916412]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5557951144344061]], [[0.5381829354565943]], [[0.2995547093089142]]], "std": [[[0.4453155523719734]], [[0.41684380149443206]], [[0.38535420610077287]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.28], "mean": [4.14], "std": [2.3959966610995096], "count": [415]}, "frame_index": {"min": [0], "max": [414], "mean": [207.0], "std": [119.7998330549755], "count": [415]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [415]}, "index": {"min": [21258], "max": [21672], "mean": [21465.0], "std": [119.7998330549755], "count": [415]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [415]}}} +{"episode_index": 90, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.4964430332183838, 0.37122708559036255, -1.5663610696792603, -1.5808491706848145, 0.9582216739654541, 0.6588433384895325, -0.8476057648658752, 1.0564807653427124, -3.2919650077819824, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, 6.938893903907228e-18, -0.497560977935791, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.4964430332183838, 0.37122708559036255, -0.782832682132721, -1.2502655982971191, 1.0445685386657715, 1.5585711002349854, -0.013675441034138203, 1.4038326740264893, -2.493326187133789, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, 0.497560977935791, -6.938893903907228e-18, 0.497560977935791, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974963068962097, 1.4964442253112793, 0.3712272346019745, -1.3547717332839966, -1.351383090019226, 0.9820610880851746, 0.9257481098175049, -0.6577904224395752, 1.255427598953247, -3.0821993350982666, 0.2800671458244324, -0.2800671458244324, 0.2800671458244324, 0.2800671458244324, -0.2800671458244324, 0.2800671458244324, -2.356196403503418, 1.5707952976226807, -1.0471974611282349, -1.5707952976226807, 0.0, -1.0471974611282349, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 1.1920928955078125e-06, 1.4901161193847656e-07, 0.28292372822761536, 0.11874909698963165, 0.024748820811510086, 0.2766202688217163, 0.2706172466278076, 0.08509171009063721, 0.25379467010498047, 0.23453396558761597, 0.23453396558761597, 0.23453396558761597, 0.23453396558761597, 0.23453396558761597, 0.23453396558761597, 1.9073486328125e-06, 1.0728836059570312e-06, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [87]}, "observation.state": {"min": [-0.04750708490610123, -0.5696212649345398, -0.9266535043716431, 0.7199856042861938, 0.42910975217819214, 0.7756016254425049, -0.37686699628829956, -0.14416170120239258, 1.1161960600247767e-07, -0.5092992186546326, 0.16161635518074036, 1.3063719272613525, NaN], "max": [0.903252363204956, -0.37290266156196594, -6.386267870084339e-08, 0.7838465571403503, 0.5322110652923584, 0.903252363204956, -1.2569159935083007e-07, 0.08132339268922806, 0.863259494304657, 0.0014529164182022214, 1.0, 1.6357834339141846, NaN], "mean": [0.7206707000732422, -0.45935070514678955, -0.24340113997459412, 0.7322224378585815, 0.45581531524658203, 0.868405282497406, -0.11063238233327866, 0.028295964002609253, 0.2506132423877716, -0.08383545279502869, 0.8501337766647339, 1.3952969312667847, NaN], "std": [0.30225878953933716, 0.0509713776409626, 0.3412153720855713, 0.017031759023666382, 0.03340887650847435, 0.048215921968221664, 0.1497454196214676, 0.08085022121667862, 0.3429029881954193, 0.15138539671897888, 0.2587224245071411, 0.1245650053024292, NaN], "count": [87]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.08499802882354876]], [[0.08091270021021746]], [[0.07764587555500493]]], "std": [[[0.20668855549259194]], [[0.19743947928807712]], [[0.1903360103958652]]], "count": [87]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3065475114029295]], [[0.2927410969545118]], [[0.28066726602392955]]], "std": [[[0.2873058374528893]], [[0.27923003307866845]], [[0.27452548418005035]]], "count": [87]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5360475580222603]], [[0.5042032924385033]], [[0.4762383270833679]]], "std": [[[0.2313254085900626]], [[0.2292913072464229]], [[0.22974785804898168]]], "count": [87]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45774082483820605]], [[0.44323592432837466]], [[0.3556167691995203]]], "std": [[[0.3472439229319905]], [[0.3520552372038918]], [[0.3209056044066449]]], "count": [87]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334732283222597]], [[0.4136351580648895]], [[0.3906342153578158]]], "std": [[[0.3288645518852888]], [[0.33001154416074113]], [[0.33122243474726915]]], "count": [87]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990066325083435]], [[0.9990066325083435]], [[0.9990066325083435]]], "std": [[[0.008085317457415402]], [[0.008085317457415402]], [[0.008085317457415402]]], "count": [87]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5875863339175605]], [[0.5875863339175605]], [[0.5875863339175605]]], "std": [[[0.33612340725112555]], [[0.33612340725112555]], [[0.33612340725112555]]], "count": [87]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18372872900057735]], [[0.18372872900057735]], [[0.18372872900057735]]], "std": [[[0.22862001927564166]], [[0.22862001927564166]], [[0.22862001927564166]]], "count": [87]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.3411764705882353]], [[0.3411764705882353]], [[0.3411764705882353]]], "mean": [[[0.02872803327537306]], [[0.02872803327537306]], [[0.02872803327537306]]], "std": [[[0.02952186869083207]], [[0.02952186869083207]], [[0.02952186869083207]]], "count": [87]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29382853706859574]], [[0.29382853706859574]], [[0.29382853706859574]]], "std": [[[0.38250203722647147]], [[0.38250203722647147]], [[0.38250203722647147]]], "count": [87]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07076835231792569]], [[0.12265563131572563]], [[0.07556587107967248]]], "std": [[[0.20311871392455078]], [[0.30589279090646526]], [[0.24463438440070584]]], "count": [87]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651240396762762]], [[0.1579075345170535]], [[0.30089936654977417]]], "std": [[[0.44550270609138026]], [[0.27791452130368105]], [[0.388917552411677]]], "count": [87]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6041757725045098]], [[0.34283227730548393]], [[0.6133528739123719]]], "std": [[[0.43007142642766205]], [[0.39318908712907663]], [[0.3190599536473324]]], "count": [87]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4557518376984126]], [[0.7121835630544505]], [[0.5330522423150498]]], "std": [[[0.4022052719252496]], [[0.39071706114649746]], [[0.3199748004093768]]], "count": [87]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5143580162823823]], [[0.5695584024447475]], [[0.2318726834514602]]], "std": [[[0.43801370416732044]], [[0.4161930070167369]], [[0.3030337256656936]]], "count": [87]}, "timestamp": {"min": [0.0], "max": [1.72], "mean": [0.8600000000000001], "std": [0.5022615520489964], "count": [87]}, "frame_index": {"min": [0], "max": [86], "mean": [43.0], "std": [25.113077602449817], "count": [87]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [87]}, "index": {"min": [21673], "max": [21759], "mean": [21716.0], "std": [25.113077602449817], "count": [87]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [87]}}} +{"episode_index": 91, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1061017513275146, 0.2785654366016388, -2.193355083465576, -1.5632110834121704, -5.801573753356934, 0.29239943623542786, 6.220409393310547, 0.5356500744819641, -2.5520520210266113, 6.245004513516506e-17, -0.3853658437728882, 6.245004513516506e-17, 6.245004513516506e-17, -0.3853658437728882, 6.245004513516506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1061017513275146, 0.2785654366016388, -0.7903683185577393, -1.1709433794021606, -4.9373250007629395, 1.590724229812622, 6.767696380615234, 1.0408324003219604, -1.5637755393981934, 0.3853658437728882, -6.245004513516506e-17, 0.3853658437728882, 0.3853658437728882, -6.245004513516506e-17, 0.3853658437728882, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997490346431732, 1.1060999631881714, 0.27856552600860596, -1.9301854372024536, -1.3069511651992798, -5.651904582977295, 0.6699203252792358, 6.65522575378418, 0.6266877055168152, -1.7844182252883911, 0.24664552509784698, -0.24664552509784698, 0.24664552509784698, 0.24664552509784698, -0.24664552509784698, 0.24664552509784698, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 1.7881393432617188e-06, 8.940696716308594e-08, 0.38496851921081543, 0.10445009917020798, 0.2771407663822174, 0.40679991245269775, 0.17717717587947845, 0.09749888628721237, 0.31685587763786316, 0.1807401031255722, 0.1807401031255722, 0.1807401031255722, 0.1807401031255722, 0.1807401031255722, 0.1807401031255722, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [154]}, "observation.state": {"min": [-0.9972296953201294, -0.6084771752357483, -0.0025822960305958986, 1.6442434787750244, -0.42128345370292664, -0.9999897480010986, -0.5171700716018677, -0.35463109612464905, -0.0024338969960808754, -0.29062291979789734, 0.8228489756584167, 1.3244082927703857, NaN], "max": [-0.7578264474868774, 0.42128345370292664, 0.24678198993206024, 1.8642677068710327, 0.434594988822937, -0.7386427521705627, 0.06040861830115318, 0.16697436571121216, 0.48862773180007935, 0.055215682834386826, 1.0, 1.50767982006073, NaN], "mean": [-0.9037578701972961, 0.24971209466457367, 0.03691690042614937, 1.7752048969268799, -0.26614201068878174, -0.9029008150100708, -0.05610334873199463, 0.07765142619609833, 0.06231473386287689, -0.0329132042825222, 0.9832416772842407, 1.3638559579849243, NaN], "std": [0.04161461815237999, 0.3342167139053345, 0.07790497690439224, 0.033368661999702454, 0.29654115438461304, 0.044992126524448395, 0.14432358741760254, 0.1528063863515854, 0.13725028932094574, 0.08720563352108002, 0.04274924099445343, 0.056125059723854065, NaN], "count": [154]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08950083115904274]], [[0.0817783034967689]], [[0.07549618417867472]]], "std": [[[0.2247923051161951]], [[0.2122457207371719]], [[0.20261725997728652]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30582345632073155]], [[0.2705962726255305]], [[0.24637748232906923]]], "std": [[[0.302049001287018]], [[0.2917917289779821]], [[0.28568936754659335]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6870640243922883]], [[0.6731185476208198]], [[0.6620432511159794]]], "std": [[[0.2643913515373036]], [[0.27060313358786303]], [[0.273735281121239]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17415698746924643]], [[0.11131598460662608]], [[0.09699005894892412]]], "std": [[[0.2121692083924652]], [[0.21351219852995557]], [[0.21462335663899648]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5046270365743507]], [[0.3958731595644311]], [[0.35149621100107226]]], "std": [[[0.2792811233292786]], [[0.3285526770264415]], [[0.3521119165806808]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992402555906258]], [[0.9992402555906258]], [[0.9992402555906258]]], "std": [[[0.006947249137210612]], [[0.006947249137210612]], [[0.006947249137210612]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5897463781381367]], [[0.5897463781381367]], [[0.5897463781381367]]], "std": [[[0.33593925471677405]], [[0.33593925471677405]], [[0.33593925471677405]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1524345751432819]], [[0.1524345751432819]], [[0.1524345751432819]]], "std": [[[0.17654058880587464]], [[0.17654058880587464]], [[0.17654058880587464]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.027726671722688598]], [[0.027726671722688598]], [[0.027726671722688598]]], "std": [[[0.04165049522343019]], [[0.04165049522343019]], [[0.04165049522343019]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17894250417926483]], [[0.17894250417926483]], [[0.17894250417926483]]], "std": [[[0.24899252441834974]], [[0.24899252441834974]], [[0.24899252441834974]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14449321158647105]], [[0.028790430573241575]], [[0.12078434859460696]]], "std": [[[0.34561688153636455]], [[0.11683480525101296]], [[0.30191295514946687]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17520665383214945]], [[0.28623145046808435]], [[0.46340335051978454]]], "std": [[[0.2941560276311715]], [[0.35764747829426574]], [[0.4769725728165464]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7573967307520799]], [[0.6052045375449862]], [[0.2653281378349363]]], "std": [[[0.36523602899863217]], [[0.28011140041184157]], [[0.32878410406049074]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6849618605624255]], [[0.7041117970939273]], [[0.3633157043125721]]], "std": [[[0.36408712808129057]], [[0.4061433317399426]], [[0.3588523122966769]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40722902237055003]], [[0.59009358870938]], [[0.5224518165803992]]], "std": [[[0.41977419510496905]], [[0.34274386874678836]], [[0.4115385396236906]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.06], "mean": [1.5299999999999998], "std": [0.8891006692158093], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [154]}, "index": {"min": [21760], "max": [21913], "mean": [21836.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [154]}}} +{"episode_index": 92, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997374415397644, -1.2243915796279907, 0.1570366472005844, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -6.37076473236084, -1.5286043882369995, -2.1414637565612793, -2.4649174213409424, -1.5931354761123657, -1.1079530715942383, -6.321369171142578, 8.673617379884035e-18, 8.673617379884035e-18, -0.5121951103210449, -0.5121951103210449, 8.673617379884035e-18, -0.5121951103210449], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997374415397644, -1.2243915796279907, 0.1570366472005844, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.1617984771728516, 1.5650582313537598, 0.5041759610176086, 1.2820398807525635, 1.7768887281417847, 1.8184809684753418, -2.7378597259521484, 0.5121951103210449, 0.5121951103210449, -8.673617379884035e-18, -8.673617379884035e-18, 0.5121951103210449, -8.673617379884035e-18], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997396469116211, -1.224388837814331, 0.15703600645065308, -0.7853999137878418, -1.5707998275756836, 1.047202229499817, 1.5707998275756836, 0.0, 1.047202229499817, -2.4818572998046875, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -4.688263893127441, -0.49873411655426025, -1.4441789388656616, -0.4508287310600281, -0.07191881537437439, 0.3198430836200714, -4.365375995635986, 0.4725413918495178, 0.4725413918495178, -0.4725413918495178, -0.4725413918495178, 0.4725413918495178, -0.4725413918495178], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.205371856689453e-06, 2.7418136596679688e-06, 6.407499313354492e-07, 1.7285346984863281e-06, 3.4570693969726562e-06, 4.649162292480469e-06, 3.4570693969726562e-06, 0.0, 4.649162292480469e-06, 9.5367431640625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.23738694190979, 1.1165783405303955, 0.6989729404449463, 1.2906217575073242, 1.0482922792434692, 1.1227937936782837, 1.1161545515060425, 0.13295255601406097, 0.13295255601406097, 0.13295255601406097, 0.13295255601406097, 0.13295255601406097, 0.13295255601406097], "count": [514]}, "observation.state": {"min": [-0.6134135127067566, -0.978736400604248, -0.9398208856582642, 0.47285252809524536, -0.9842982888221741, -0.3899182379245758, -0.8613201379776001, -0.9379516839981079, -0.9989351630210876, -0.51607346534729, -0.9822657108306885, 0.821056604385376, NaN], "max": [0.6439279317855835, 0.9919496774673462, 0.9998733401298523, 1.69325852394104, 0.8534411787986755, 0.9998552203178406, 0.9244606494903564, 0.3342626988887787, 0.8672351241111755, 0.996574342250824, 1.0, 2.0006935596466064, NaN], "mean": [-0.060405097901821136, -0.10995249450206757, 0.15345171093940735, 0.9558265805244446, -0.3924669027328491, 0.3646394908428192, -0.07423240691423416, -0.2634950876235962, -0.1823991984128952, 0.2769552171230316, 0.022124888375401497, 1.4903029203414917, NaN], "std": [0.3670598566532135, 0.6742252111434937, 0.6094265580177307, 0.3866479694843292, 0.5758271813392639, 0.4397183358669281, 0.4272798001766205, 0.33675503730773926, 0.5854415893554688, 0.3609866797924042, 0.6453551650047302, 0.2758467197418213, NaN], "count": [514]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08800119913664217]], [[0.08562489139044094]], [[0.08410480721473862]]], "std": [[[0.21999174292564339]], [[0.21611144730095294]], [[0.2135241212401517]]], "count": [107]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30847769940436165]], [[0.29243693432354856]], [[0.2846660759096285]]], "std": [[[0.2996165686762998]], [[0.2989927088435294]], [[0.30038751294953403]]], "count": [107]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32635668986973254]], [[0.26570185625467324]], [[0.2412265213073209]]], "std": [[[0.292966168039307]], [[0.2875976160813943]], [[0.2916898360588628]]], "count": [107]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.1625182889739447]], [[0.16261473429372683]], [[0.16297903634733793]]], "std": [[[0.2978699259213553]], [[0.2980627260580745]], [[0.29868480345231513]]], "count": [107]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39537222522062787]], [[0.3301570864363729]], [[0.30307232577391063]]], "std": [[[0.3229697665550301]], [[0.33853939578841663]], [[0.3482136188863512]]], "count": [107]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990160203474708]], [[0.9990160203474708]], [[0.9990160203474708]]], "std": [[[0.008011847398650943]], [[0.008011847398650943]], [[0.008011847398650943]]], "count": [107]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1607843137254902]], [[0.1607843137254902]], [[0.1607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5859471706434725]], [[0.5859471706434725]], [[0.5859471706434725]]], "std": [[[0.3363137693366048]], [[0.3363137693366048]], [[0.3363137693366048]]], "count": [107]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2892843387649503]], [[0.2892843387649503]], [[0.2892843387649503]]], "std": [[[0.4238436223270913]], [[0.4238436223270913]], [[0.4238436223270913]]], "count": [107]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7415877920539988]], [[0.7415877920539988]], [[0.7415877920539988]]], "std": [[[0.4362959088804965]], [[0.4362959088804965]], [[0.4362959088804965]]], "count": [107]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27202098875165787]], [[0.27202098875165787]], [[0.27202098875165787]]], "std": [[[0.35709198976063194]], [[0.35709198976063194]], [[0.35709198976063194]]], "count": [107]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10009962953944872]], [[0.0519236656877181]], [[0.1393171194321834]]], "std": [[[0.2859895197553002]], [[0.16149165344251828]], [[0.34249037298982976]]], "count": [107]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4893448834337146]], [[0.42997112011152955]], [[0.16369083760124367]]], "std": [[[0.4722522001258581]], [[0.4677448259105438]], [[0.24128369102041602]]], "count": [107]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4407351587992784]], [[0.3833627762414748]], [[0.380559974827556]]], "std": [[[0.43586610491439975]], [[0.42109069470472077]], [[0.39414079147265063]]], "count": [107]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08524224983588045]], [[0.12559024362113097]], [[0.22294066013943623]]], "std": [[[0.23050716757560596]], [[0.2565273164669788]], [[0.40426214105886066]]], "count": [107]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5130781679803657]], [[0.4240092932839092]], [[0.4532283772918901]]], "std": [[[0.4031953078603053]], [[0.4208110737253259]], [[0.4519332034803521]]], "count": [107]}, "timestamp": {"min": [0.0], "max": [10.26], "mean": [5.129999999999999], "std": [2.9675747673816075], "count": [514]}, "frame_index": {"min": [0], "max": [513], "mean": [256.5], "std": [148.37873836908037], "count": [514]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [514]}, "index": {"min": [21914], "max": [22427], "mean": [22170.5], "std": [148.37873836908037], "count": [514]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [514]}}} +{"episode_index": 93, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.0262253284454346, 0.22907452285289764, -0.7889052629470825, -1.555054783821106, -5.329195976257324, 0.4780575931072235, -1.902634620666504, -0.3529341220855713, -4.208160400390625, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 2.0262253284454346, 0.22907452285289764, 0.20870448648929596, 0.6807002425193787, 1.0357674360275269, 2.278930902481079, -0.009006074629724026, 1.353042483329773, -2.4923908710479736, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997507333755493, 2.0262279510498047, 0.22907482087612152, -0.326762855052948, -0.7366352081298828, -3.0483317375183105, 1.3937406539916992, -1.1254405975341797, 0.4871137738227844, -3.54073429107666, 0.5081996321678162, -0.5081996321678162, 0.5081996321678162, 0.5081996321678162, -0.5081996321678162, 0.5081996321678162, -2.3561999797821045, 1.570799469947815, -1.0472007989883423, -1.570799469947815, 0.0, -1.0472007989883423, 2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 2.6226043701171875e-06, 2.980232238769531e-07, 0.3407546579837799, 0.6380776762962341, 2.234748125076294, 0.6450415849685669, 0.46449902653694153, 0.5452126264572144, 0.4510645270347595, 0.1720612496137619, 0.1720612496137619, 0.1720612496137619, 0.1720612496137619, 0.1720612496137619, 0.1720612496137619, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.2186508178710938e-06, 3.0994415283203125e-06, 0.0, 3.2186508178710938e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [357]}, "observation.state": {"min": [-0.9954372644424438, -0.9873817563056946, -0.9991047978401184, 1.5060838460922241, -0.9891452789306641, -0.9146721959114075, -0.5143721103668213, -1.3759565353393555, -0.9017055034637451, -0.017168831080198288, -0.905778169631958, 0.7349032759666443, NaN], "max": [0.9993988871574402, 0.9891453385353088, 0.9356328248977661, 2.8548505306243896, 0.9892789721488953, 0.08202561736106873, 0.9924009442329407, 0.06596192717552185, 0.6648311018943787, 0.9850714802742004, 1.0, 1.906314730644226, NaN], "mean": [-0.11519663035869598, 0.11439189314842224, -0.09064605087041855, 2.277014970779419, -0.24588559567928314, -0.2362007349729538, 0.18265429139137268, -0.4871620535850525, -0.08857785910367966, 0.5281029343605042, 0.36279019713401794, 1.3297011852264404, NaN], "std": [0.44710829854011536, 0.6888942718505859, 0.5393944382667542, 0.3564547300338745, 0.7556053400039673, 0.23014307022094727, 0.4759005010128021, 0.5154407620429993, 0.3841588795185089, 0.3531143069267273, 0.556216299533844, 0.29262492060661316, NaN], "count": [357]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.11140247745074569]], [[0.11195661343091322]], [[0.08950947869999885]]], "std": [[[0.2720117626540441]], [[0.27346048205612833]], [[0.24132746305103903]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37451494443405076]], [[0.37390617391240205]], [[0.3148140329419275]]], "std": [[[0.37631334750981743]], [[0.3791984197673318]], [[0.37131367896812917]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4908080113136873]], [[0.5021325348305595]], [[0.3525050094180143]]], "std": [[[0.33004434122316006]], [[0.33509507838005415]], [[0.2965509080543209]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33139380442851196]], [[0.35725252281412545]], [[0.3154545652055836]]], "std": [[[0.3080100951813245]], [[0.3333494390423165]], [[0.32350711772797375]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669897089166366]], [[0.35224058483555526]], [[0.2801967208277928]]], "std": [[[0.3133231773306494]], [[0.3211335812002546]], [[0.32908187746402195]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987431024528411]], [[0.9987431024528411]], [[0.9987431024528411]]], "std": [[[0.009344300136721842]], [[0.009344300136721842]], [[0.009344300136721842]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17254901960784313]], [[0.17254901960784313]], [[0.17254901960784313]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5929372013912777]], [[0.5929372013912777]], [[0.5929372013912777]]], "std": [[[0.3369428085866995]], [[0.3369428085866995]], [[0.3369428085866995]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3162740672343627]], [[0.3162740672343627]], [[0.3162740672343627]]], "std": [[[0.34944478961978614]], [[0.34944478961978614]], [[0.34944478961978614]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2852847740648874]], [[0.2852847740648874]], [[0.2852847740648874]]], "std": [[[0.4148971508746856]], [[0.4148971508746856]], [[0.4148971508746856]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24631587262311647]], [[0.24631587262311647]], [[0.24631587262311647]]], "std": [[[0.31133456381880553]], [[0.31133456381880553]], [[0.31133456381880553]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11881648182681985]], [[0.04808916569603115]], [[0.07167134918671138]]], "std": [[[0.2973290385057934]], [[0.14963868660442128]], [[0.24010338054683752]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1916615697405805]], [[0.515625355480587]], [[0.17758358093759033]]], "std": [[[0.31802151988512073]], [[0.4756656009816515]], [[0.22260587221059858]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48293646243422644]], [[0.2960079716165389]], [[0.6185651063407477]]], "std": [[[0.4523836725646407]], [[0.36279213654536097]], [[0.3575959747809]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44420087427604676]], [[0.3797003938198514]], [[0.36902982315322763]]], "std": [[[0.426922743819462]], [[0.4061769639295301]], [[0.40560473393067054]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5047319349476393]], [[0.4760184403982858]], [[0.3531007938759102]]], "std": [[[0.4174719681279051]], [[0.40510251422304305]], [[0.3934473688371169]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.12], "mean": [3.56], "std": [2.0611323748528783], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [357]}, "index": {"min": [22428], "max": [22784], "mean": [22606.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [357]}}} +{"episode_index": 94, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45488622784614563, 0.6987249255180359, 0.26984646916389465, -6.140251159667969, -1.563378930091858, -5.223754405975342, -1.1302576065063477, -0.47132381796836853, -1.3040775060653687, -1.635703682899475, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, 7.112366251504909e-17, -0.4829268157482147, 7.112366251504909e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.45488622784614563, 1.5665992498397827, 0.8996249437332153, -0.7392519116401672, 1.9190782308578491, 1.855080008506775, 1.5682880878448486, 4.049881935119629, 1.8398165702819824, 3.7927019596099854, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, 0.4829268157482147, -7.112366251504909e-17, 0.4829268157482147, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4548836648464203, 0.8931564092636108, 0.4109368324279785, -2.835364818572998, 0.7469304203987122, -0.6414315700531006, 0.5519888401031494, 1.225603461265564, 0.4087316691875458, 0.3871897757053375, 0.4624546468257904, -0.4624546468257904, 0.4624546468257904, 0.4624546468257904, -0.4624546468257904, 0.4624546468257904, -2.3562002182006836, 1.5707998275756836, -1.0472018718719482, -1.5707998275756836, 0.0, -1.0472018718719482, 2.48185658454895, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.562999725341797e-06, 0.35268664360046387, 0.25592902302742004, 1.804943561553955, 0.9265213012695312, 2.1206202507019043, 0.7191069722175598, 1.4919527769088745, 1.0226117372512817, 1.5303806066513062, 0.09257454425096512, 0.09257454425096512, 0.09257454425096512, 0.09257454425096512, 0.09257454425096512, 0.09257454425096512, 5.7220458984375e-06, 3.4570693969726562e-06, 4.291534423828125e-06, 3.4570693969726562e-06, 0.0, 4.291534423828125e-06, 1.6689300537109375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [524]}, "observation.state": {"min": [-0.9950149059295654, -0.9918810725212097, -0.7027504444122314, 0.964850127696991, -0.685339629650116, -0.9947127103805542, -0.9700126051902771, -1.7796555757522583, -0.908829927444458, -0.18373413383960724, -0.9971469044685364, 0.5108650326728821, NaN], "max": [0.8039655089378357, 0.9921289682388306, 0.9820755124092102, 2.4160685539245605, 0.8854479193687439, 0.6250227689743042, 0.9815791845321655, 0.141025111079216, 0.9894170165061951, 0.9746305346488953, 1.0, 1.97157621383667, NaN], "mean": [-0.3169116973876953, -0.35558390617370605, 0.08779070526361465, 1.5502362251281738, 0.17148230969905853, -0.34680506587028503, 0.14340192079544067, -0.8648698925971985, 0.06067495048046112, 0.25673678517341614, 0.21839968860149384, 1.1933702230453491, NaN], "std": [0.5410904884338379, 0.5576490759849548, 0.40208038687705994, 0.3969951272010803, 0.48478466272354126, 0.49084293842315674, 0.5948219299316406, 0.6030150651931763, 0.5819657444953918, 0.3680673837661743, 0.6391781568527222, 0.4930448532104492, NaN], "count": [524]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06940867114835708]], [[0.07062536585888618]], [[0.05518662024497105]]], "std": [[[0.17386994585699697]], [[0.18031340227052534]], [[0.1442741941113635]]], "count": [109]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23342334523909428]], [[0.23456962746501295]], [[0.19420267959565285]]], "std": [[[0.2527058499389035]], [[0.25325631198804766]], [[0.22044478160263326]]], "count": [109]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5810369857545816]], [[0.6258155339196008]], [[0.5766441180736949]]], "std": [[[0.2904641593325069]], [[0.2639301473049525]], [[0.3009495704094709]]], "count": [109]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2534930073117671]], [[0.25723549952430536]], [[0.23405794224755166]]], "std": [[[0.2743322723020315]], [[0.2707617920991435]], [[0.25403357481085337]]], "count": [109]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35133388859387327]], [[0.3907351710945062]], [[0.3872395778206309]]], "std": [[[0.3285151624111047]], [[0.3097366588450192]], [[0.3100435220384804]]], "count": [109]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.998604162433757]], [[0.998604162433757]], [[0.998604162433757]]], "std": [[[0.010053129950162597]], [[0.010053129950162597]], [[0.010053129950162597]]], "count": [109]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5990474074740944]], [[0.5990474074740944]], [[0.5990474074740944]]], "std": [[[0.33818718568989253]], [[0.33818718568989253]], [[0.33818718568989253]]], "count": [109]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "mean": [[[0.06265296310378055]], [[0.06265296310378055]], [[0.06265296310378055]]], "std": [[[0.04750408589645897]], [[0.04750408589645897]], [[0.04750408589645897]]], "count": [109]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3334408468534673]], [[0.3334408468534673]], [[0.3334408468534673]]], "std": [[[0.43132358195562215]], [[0.43132358195562215]], [[0.43132358195562215]]], "count": [109]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20566110076695507]], [[0.20566110076695507]], [[0.20566110076695507]]], "std": [[[0.30147415995561105]], [[0.30147415995561105]], [[0.30147415995561105]]], "count": [109]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1412838598394634]], [[0.04487274768683121]], [[0.07076057042848269]]], "std": [[[0.3421064859666669]], [[0.14510166898791804]], [[0.23746220495713716]]], "count": [109]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4221641111289086]], [[0.28935488621246885]], [[0.22817840012137997]]], "std": [[[0.4638488943570265]], [[0.40743830412458754]], [[0.2841777651191292]]], "count": [109]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3552316812575895]], [[0.7570493477792615]], [[0.40893346771354483]]], "std": [[[0.30969716221652843]], [[0.32756039718472957]], [[0.41387563490142937]]], "count": [109]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4088960455474823]], [[0.3458836290967129]], [[0.4825512485121644]]], "std": [[[0.41441652342996493]], [[0.36737751851629113]], [[0.4661346124963422]]], "count": [109]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5461373751290514]], [[0.3466320724179633]], [[0.6180265914418994]]], "std": [[[0.3893797992279818]], [[0.36513465846751403]], [[0.4316797874690378]]], "count": [109]}, "timestamp": {"min": [0.0], "max": [10.46], "mean": [5.23], "std": [3.025309901481169], "count": [524]}, "frame_index": {"min": [0], "max": [523], "mean": [261.5], "std": [151.26549507405844], "count": [524]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [524]}, "index": {"min": [22785], "max": [23308], "mean": [23046.5], "std": [151.26549507405844], "count": [524]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [524]}}} +{"episode_index": 95, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997482895851135, 1.686193823814392, 0.006828255485743284, -1.5245522260665894, -1.5686116218566895, 0.9804237484931946, -0.356716126203537, -0.4989260733127594, 1.0484893321990967, -2.4674108028411865, 6.938893903907228e-18, -0.4097560942173004, 6.938893903907228e-18, 6.938893903907228e-18, -0.4097560942173004, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997482895851135, 1.686193823814392, 0.006828255485743284, -0.7893803119659424, -0.8906428217887878, 1.0803264379501343, 1.5623779296875, -0.0006718426593579352, 1.4712753295898438, 0.5278975367546082, 0.4097560942173004, -6.938893903907228e-18, 0.4097560942173004, 0.4097560942173004, -6.938893903907228e-18, 0.4097560942173004, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997482895851135, 1.6861913204193115, 0.006828253157436848, -1.2609533071517944, -1.1358197927474976, 1.0216628313064575, 0.3526356816291809, -0.31655722856521606, 1.247560977935791, -0.48553651571273804, 0.3124341368675232, -0.3124341368675232, 0.3124341368675232, 0.3124341368675232, -0.3124341368675232, 0.3124341368675232, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.4818625450134277, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.5033950805664062e-06, 2.3283064365386963e-09, 0.26306214928627014, 0.2468004822731018, 0.03935110196471214, 0.664997398853302, 0.18679435551166534, 0.12052032351493835, 1.0835376977920532, 0.16922412812709808, 0.16922412812709808, 0.16922412812709808, 0.16922412812709808, 0.16922412812709808, 0.16922412812709808, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [156]}, "observation.state": {"min": [-0.06772103160619736, -0.9996493458747864, -0.8160840272903442, 2.4508259296417236, -0.6839653253555298, -0.6606720685958862, -0.9589716196060181, -0.5403517484664917, -0.48555436730384827, -4.915734734822763e-07, -0.4772624969482422, 1.3508445024490356, NaN], "max": [0.9370614290237427, -0.10773475468158722, 0.14230822026729584, 2.7008237838745117, 0.9994750022888184, 0.4987773299217224, 4.948755076839007e-07, 0.12376390397548676, 0.42261165380477905, 0.98777836561203, 1.0, 1.5738235712051392, NaN], "mean": [0.3777886927127838, -0.655205249786377, -0.16815778613090515, 2.5684220790863037, 0.40043801069259644, -0.01615873910486698, -0.36261770129203796, -0.08467792719602585, 0.046324897557497025, 0.409133642911911, 0.5305110216140747, 1.441129446029663, NaN], "std": [0.3965977132320404, 0.3775375783443451, 0.3160373866558075, 0.10633407533168793, 0.6936631202697754, 0.3175297677516937, 0.35482844710350037, 0.2469371259212494, 0.2373192459344864, 0.39961835741996765, 0.5770674347877502, 0.08436986058950424, NaN], "count": [156]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.0955018007887126]], [[0.09508813370428709]], [[0.09438506099748473]]], "std": [[[0.25166535622646297]], [[0.2513637924432437]], [[0.2507422840870904]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3416935313094493]], [[0.3411654412183806]], [[0.33673299443234084]]], "std": [[[0.3786106689246612]], [[0.37919052105082524]], [[0.37974747769190764]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.33333288271705525]], [[0.32629961690910764]], [[0.32009913021670483]]], "std": [[[0.21369674561523624]], [[0.21536777727715484]], [[0.21782615688182919]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704449567522368]], [[0.37165305899385165]], [[0.3598300894996349]]], "std": [[[0.24320659613633855]], [[0.2446012565185198]], [[0.2409544872283433]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26298836511452156]], [[0.2622665502574615]], [[0.25802416966239317]]], "std": [[[0.3239528687293219]], [[0.3238323009636514]], [[0.322986626048804]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988861999435389]], [[0.9988861999435389]], [[0.9988861999435389]]], "std": [[[0.008631527694795551]], [[0.008631527694795551]], [[0.008631527694795551]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1803921568627451]], [[0.1803921568627451]], [[0.1803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5849862702852763]], [[0.5849862702852763]], [[0.5849862702852763]]], "std": [[[0.3361652139544106]], [[0.3361652139544106]], [[0.3361652139544106]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.11221686444832028]], [[0.11221686444832028]], [[0.11221686444832028]]], "std": [[[0.06949080268347284]], [[0.06949080268347284]], [[0.06949080268347284]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04564208326879194]], [[0.04564208326879194]], [[0.04564208326879194]]], "std": [[[0.05820724018550086]], [[0.05820724018550086]], [[0.05820724018550086]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3921914985069983]], [[0.3921914985069983]], [[0.3921914985069983]]], "std": [[[0.39826506404136347]], [[0.39826506404136347]], [[0.39826506404136347]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0996710434113798]], [[0.023530752884581212]], [[0.14043359880801265]]], "std": [[[0.24458701628729973]], [[0.08909416877942838]], [[0.34337846251001475]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5382402495555865]], [[0.33450137766539195]], [[0.10035968969168324]]], "std": [[[0.4732538771261677]], [[0.3426136333219811]], [[0.18691708561002032]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7122837863300991]], [[0.20905001103071097]], [[0.9114724088055249]]], "std": [[[0.30557520945846933]], [[0.28065736804858293]], [[0.24849102529729553]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4807332626563159]], [[0.718908411570914]], [[0.4303859488188422]]], "std": [[[0.3282985413794886]], [[0.4036877019719281]], [[0.40227567161814437]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5267695520190225]], [[0.24614674667787845]], [[0.49443556891310947]]], "std": [[[0.47252235268276904]], [[0.31904185087719933]], [[0.4284245863091501]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.1], "mean": [1.5499999999999998], "std": [0.900647914929395], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [156]}, "index": {"min": [23309], "max": [23464], "mean": [23386.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [156]}}} +{"episode_index": 96, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.132002830505371, 0.3063528537750244, -1.939976692199707, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, -1.9304980039596558, -2.7400829792022705, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.132002830505371, 0.3063528537750244, -0.39622482657432556, -0.6885959506034851, 2.3776047229766846, 1.6918646097183228, 0.594542384147644, 1.0471975803375244, -1.2498583793640137, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997490346431732, 1.132003664970398, 0.30635324120521545, -1.3599343299865723, -0.998018741607666, 1.9133448600769043, 1.646687388420105, 0.3759652078151703, -0.9171653985977173, -1.8156296014785767, 0.2731497883796692, -0.2731497883796692, 0.2731497883796692, 0.2731497883796692, -0.2731497883796692, 0.2731497883796692, -2.356198310852051, 1.5707976818084717, -1.047196626663208, -1.5707976818084717, 0.0, -1.047196626663208, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.5367431640625e-07, 8.344650268554688e-07, 3.8743019104003906e-07, 0.5764812231063843, 0.27042490243911743, 0.46054404973983765, 0.029791489243507385, 0.19668489694595337, 1.0011401176452637, 0.5605173707008362, 0.12270251661539078, 0.12270251661539078, 0.12270251661539078, 0.12270251661539078, 0.12270251661539078, 0.12270251661539078, 3.814697265625e-06, 1.3113021850585938e-06, 9.5367431640625e-07, 1.3113021850585938e-06, 0.0, 9.5367431640625e-07, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [153]}, "observation.state": {"min": [-0.02237972617149353, -0.9912073612213135, -0.0020318948663771152, -0.12982776761054993, 0.3746691048145294, 0.05821824073791504, -0.8941988945007324, -0.31689023971557617, -0.9265242218971252, -0.001961879199370742, -0.7445283532142639, 1.268956184387207, NaN], "max": [0.5417256355285645, 0.9601288437843323, 0.8894599080085754, 0.060395050793886185, 0.9912091493606567, 0.30026721954345703, 5.344658688954951e-07, 0.05209343507885933, 0.1768186390399933, 0.9972906112670898, 1.0, 1.9019047021865845, NaN], "mean": [0.22347491979599, -0.3270111382007599, 0.36730849742889404, -0.08198443800210953, 0.9105168581008911, 0.17346619069576263, -0.25751927495002747, -0.07004467397928238, -0.10894856601953506, 0.3923030495643616, 0.3856256902217865, 1.5584421157836914, NaN], "std": [0.16890695691108704, 0.7505069971084595, 0.3411989212036133, 0.035711776465177536, 0.11371101438999176, 0.07024527341127396, 0.23808994889259338, 0.12983965873718262, 0.26016780734062195, 0.37533512711524963, 0.6906213760375977, 0.2475464940071106, NaN], "count": [153]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1259955863744903]], [[0.11541227969591447]], [[0.097372676425996]]], "std": [[[0.3003851729669177]], [[0.2762980669966965]], [[0.2365212853701475]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4323127719539647]], [[0.39024226659987893]], [[0.3247101055394286]]], "std": [[[0.3967901063395982]], [[0.36606774335394887]], [[0.3178136669673811]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6179429192558662]], [[0.5823451774335123]], [[0.5390799890832843]]], "std": [[[0.28415157615420555]], [[0.2819915641191116]], [[0.28401527115756553]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35275397625279037]], [[0.31447195751868684]], [[0.28096426519036194]]], "std": [[[0.2701719421665148]], [[0.25906869728957027]], [[0.25019345250065833]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.47504420129941105]], [[0.42678844705694596]], [[0.37902790937516556]]], "std": [[[0.30143855648049106]], [[0.2909891119726511]], [[0.28470924420885985]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988072964967938]], [[0.9988072964967938]], [[0.9988072964967938]]], "std": [[[0.009112592789591822]], [[0.009112592789591822]], [[0.009112592789591822]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5994017612927323]], [[0.5994017612927323]], [[0.5994017612927323]]], "std": [[[0.33892084430137587]], [[0.33892084430137587]], [[0.33892084430137587]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20991355811843565]], [[0.20991355811843565]], [[0.20991355811843565]]], "std": [[[0.2672329207341486]], [[0.2672329207341486]], [[0.2672329207341486]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16722719442416]], [[0.16722719442416]], [[0.16722719442416]]], "std": [[[0.3464186546827082]], [[0.3464186546827082]], [[0.3464186546827082]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2575474095934328]], [[0.2575474095934328]], [[0.2575474095934328]]], "std": [[[0.36108334800220626]], [[0.36108334800220626]], [[0.36108334800220626]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14265158309142884]], [[0.11134034739028131]], [[0.028267502452572972]]], "std": [[[0.34637048282607147]], [[0.2748405525756469]], [[0.11901531251667476]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26724291100797903]], [[0.49516518774672413]], [[0.23091487174535352]]], "std": [[[0.3706982288322422]], [[0.4756203066777278]], [[0.29946941475549743]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42822105142457106]], [[0.7783969728242175]], [[0.3366321784279527]]], "std": [[[0.4070919176209455]], [[0.3633934204343992]], [[0.3463071757318327]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021611757866171]], [[0.4206229045840148]], [[0.41146703359706455]]], "std": [[[0.4557627283849958]], [[0.41023237514337874]], [[0.349658589383842]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577080722675856]], [[0.5780650081037169]], [[0.24833836722678537]]], "std": [[[0.4453143338800144]], [[0.38975681113003086]], [[0.3161256905124779]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.04], "mean": [1.5199999999999998], "std": [0.8833270440027672], "count": [153]}, "frame_index": {"min": [0], "max": [152], "mean": [76.0], "std": [44.16635220013836], "count": [153]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [153]}, "index": {"min": [23465], "max": [23617], "mean": [23541.0], "std": [44.16635220013836], "count": [153]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [153]}}} +{"episode_index": 97, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974915385246277, 1.3628977537155151, 0.3193429112434387, -1.6786068677902222, -1.9451370239257812, 0.40174511075019836, 1.4620444774627686, 0.0003950886894017458, 0.7717085480690002, -2.4741547107696533, 6.765421556309548e-17, -0.36097562313079834, 6.765421556309548e-17, 6.765421556309548e-17, -0.36097562313079834, 6.765421556309548e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974915385246277, 1.3628977537155151, 0.3193429112434387, -0.7929795384407043, -1.574106216430664, 1.0415523052215576, 1.5698347091674805, 0.047495320439338684, 1.0463099479675293, -1.6106122732162476, 0.36097562313079834, -6.765421556309548e-17, 0.36097562313079834, 0.36097562313079834, -6.765421556309548e-17, 0.36097562313079834, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997485280036926, 1.3628984689712524, 0.3193432092666626, -1.5195618867874146, -1.8562073707580566, 0.5078925490379333, 1.5131573677062988, 0.03861478343605995, 0.897152304649353, -1.7511168718338013, 0.2404055893421173, -0.2404055893421173, 0.2404055893421173, 0.2404055893421173, -0.2404055893421173, 0.2404055893421173, -2.3561971187591553, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 7.152557373046875e-07, 2.980232238769531e-07, 0.2636743187904358, 0.09946664422750473, 0.19223475456237793, 0.032274045050144196, 0.013946490362286568, 0.08586069941520691, 0.259539932012558, 0.164613276720047, 0.164613276720047, 0.164613276720047, 0.164613276720047, 0.164613276720047, 0.164613276720047, 2.6226043701171875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [104]}, "observation.state": {"min": [0.0383092537522316, 0.5778272747993469, -0.33626803755760193, 0.59421706199646, -0.9554201364517212, -0.12223819643259048, -0.44323107600212097, -0.03566236421465874, -0.45817938446998596, -2.8308343757998955e-07, 0.8309452533721924, 1.2933242321014404, NaN], "max": [0.8161590695381165, 0.9439834952354431, 4.917576461593853e-07, 0.636650800704956, -0.5778272747993469, 0.8161590695381165, 0.0004640098486561328, 0.08603554964065552, 0.05092759430408478, 0.32995596528053284, 1.0, 1.4678839445114136, NaN], "mean": [0.6934522390365601, 0.6561638116836548, -0.05873730406165123, 0.60414719581604, -0.6566588282585144, 0.6786918044090271, -0.0513923317193985, 0.0612766407430172, -0.03644535690546036, 0.06167728453874588, 0.9836308360099792, 1.3343664407730103, NaN], "std": [0.23559431731700897, 0.13511282205581665, 0.10659715533256531, 0.014044572599232197, 0.1354881376028061, 0.2715536952018738, 0.11591710150241852, 0.0336521752178669, 0.11284161359071732, 0.11412858217954636, 0.03974315896630287, 0.04817725718021393, NaN], "count": [104]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.12422966007305081]], [[0.12249356966547775]], [[0.120885262500746]]], "std": [[[0.29494970257513115]], [[0.29223963539849457]], [[0.29015148981226263]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4335414577034261]], [[0.42127778548921707]], [[0.41012215590384443]]], "std": [[[0.3926844471434191]], [[0.3921084164593399]], [[0.39474984646910216]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.6244936984129857]], [[0.5899099142957344]], [[0.5587877402867716]]], "std": [[[0.2456763811773326]], [[0.27110508200363465]], [[0.30116673213204637]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.1348385593422075]], [[0.10412796563514432]], [[0.0867123934899359]]], "std": [[[0.18790327819332397]], [[0.19077448769297756]], [[0.19681623114497235]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4402587167762697]], [[0.3788055369475173]], [[0.32868062638344897]]], "std": [[[0.3077059962554107]], [[0.3161916375881533]], [[0.33329554238029724]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989426610902903]], [[0.9989426610902903]], [[0.9989426610902903]]], "std": [[[0.008409192509992435]], [[0.008409192509992435]], [[0.008409192509992435]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5924604507101565]], [[0.5924604507101565]], [[0.5924604507101565]]], "std": [[[0.33618432017093286]], [[0.33618432017093286]], [[0.33618432017093286]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.160339866598806]], [[0.160339866598806]], [[0.160339866598806]]], "std": [[[0.20948148687614362]], [[0.20948148687614362]], [[0.20948148687614362]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.10196078431372549]], [[0.10196078431372549]], [[0.10196078431372549]]], "mean": [[[0.01887323265546429]], [[0.01887323265546429]], [[0.01887323265546429]]], "std": [[[0.011943552675298525]], [[0.011943552675298525]], [[0.011943552675298525]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25535987543678595]], [[0.25535987543678595]], [[0.25535987543678595]]], "std": [[[0.373717868725641]], [[0.373717868725641]], [[0.373717868725641]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07730810150399889]], [[0.10875618373610516]], [[0.08698141811356737]]], "std": [[[0.24985605576025754]], [[0.286482227782319]], [[0.256980433547485]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3769570204607954]], [[0.3208029204226405]], [[0.3393553169703297]]], "std": [[[0.3626401648275881]], [[0.4250711216902569]], [[0.43987396159835784]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6642319574113973]], [[0.6200865813580314]], [[0.2972501208684288]]], "std": [[[0.36419620196855834]], [[0.3959527459548855]], [[0.33530121629708276]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6752320707360268]], [[0.4768558021204446]], [[0.5702681140032361]]], "std": [[[0.33223787602897786]], [[0.42634919632944845]], [[0.4017616974930563]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31498284908847435]], [[0.5134866018771654]], [[0.5509448940548827]]], "std": [[[0.3921631225634805]], [[0.3563359094760547]], [[0.46373524493531876]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.06], "mean": [1.03], "std": [0.6004165220911231], "count": [104]}, "frame_index": {"min": [0], "max": [103], "mean": [51.5], "std": [30.02082610455615], "count": [104]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [104]}, "index": {"min": [23618], "max": [23721], "mean": [23669.5], "std": [30.02082610455615], "count": [104]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [104]}}} +{"episode_index": 98, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.6452983021736145, 0.06381659209728241, -2.696763038635254, -1.9871848821640015, -0.04568718746304512, 0.32651299238204956, 0.006889457814395428, 0.22060531377792358, -8.759771347045898, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, 6.938893903907228e-18, -0.6097561120986938, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.6452983021736145, 0.06381659209728241, -0.7974328398704529, -1.5775736570358276, 1.0430457592010498, 1.5617287158966064, 1.2858256101608276, 1.043932318687439, -7.854182243347168, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, 0.6097561120986938, -6.938893903907228e-18, 0.6097561120986938, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974921345710754, 0.6452988386154175, 0.06381655484437943, -2.174494981765747, -1.7805017232894897, 0.3323284983634949, 0.6913766264915466, 0.8066942095756531, 0.5354037880897522, -8.182100296020508, 0.3971865177154541, -0.3971865177154541, 0.3971865177154541, 0.3971865177154541, -0.3971865177154541, 0.3971865177154541, -2.3561978340148926, 1.5707969665527344, -1.047196865081787, -1.5707969665527344, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 5.364418029785156e-07, 3.725290298461914e-08, 0.6462182998657227, 0.11427901685237885, 0.37656158208847046, 0.3935537040233612, 0.38914185762405396, 0.2683716118335724, 0.2990027666091919, 0.27749237418174744, 0.27749237418174744, 0.27749237418174744, 0.27749237418174744, 0.27749237418174744, 0.27749237418174744, 3.337860107421875e-06, 5.960464477539062e-07, 7.152557373046875e-07, 5.960464477539062e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [125]}, "observation.state": {"min": [0.4014730155467987, -0.9110217094421387, -0.007130715996026993, 0.15093113481998444, 0.634048342704773, 0.4116232693195343, -0.05816960334777832, -0.45834818482398987, -0.316079318523407, -0.0973086878657341, 0.9437292218208313, 1.3054202795028687, NaN], "max": [0.7090619802474976, -0.6822418570518494, 0.17826145887374878, 0.6898573040962219, 0.9045130610466003, 0.7274839878082275, 0.3094167411327362, 0.16245324909687042, 0.04277115315198898, 0.07617566734552383, 1.0, 1.5994609594345093, NaN], "mean": [0.4895429313182831, -0.8652987480163574, 0.03996654972434044, 0.5297216176986694, 0.8542657494544983, 0.4918270409107208, 0.06324202567338943, -0.003416555467993021, -0.07302865386009216, -0.004085151944309473, 0.9878970384597778, 1.3958204984664917, NaN], "std": [0.06729646027088165, 0.05001266300678253, 0.054564930498600006, 0.20914053916931152, 0.06641250103712082, 0.06963961571455002, 0.12278280407190323, 0.21763089299201965, 0.1276882290840149, 0.044672951102256775, 0.02024521864950657, 0.10677968710660934, NaN], "count": [125]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.11670414962606225]], [[0.11127877925904468]], [[0.08295163988785556]]], "std": [[[0.2830143994540561]], [[0.2674177583799254]], [[0.20627843829586967]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113707532600948]], [[0.38655950180078874]], [[0.29093922111781]]], "std": [[[0.3888408085041698]], [[0.3619088059442013]], [[0.2983144156205972]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.573819136573613]], [[0.5608377358946041]], [[0.44315553168362176]]], "std": [[[0.24977353387410614]], [[0.2424202367518745]], [[0.24801391394390937]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40534684377495744]], [[0.3845549755212095]], [[0.31374858830369123]]], "std": [[[0.21372936085019434]], [[0.22268167220283105]], [[0.24424239624454133]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40005763060328264]], [[0.3906486929780975]], [[0.3238573947002966]]], "std": [[[0.3319468026920303]], [[0.3232101624940916]], [[0.31330176001954274]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990862950289381]], [[0.9990862950289381]], [[0.9990862950289381]]], "std": [[[0.007702521190614376]], [[0.007702521190614376]], [[0.007702521190614376]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5933150645983916]], [[0.5933150645983916]], [[0.5933150645983916]]], "std": [[[0.33834255173139727]], [[0.33834255173139727]], [[0.33834255173139727]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19061806180014498]], [[0.19061806180014498]], [[0.19061806180014498]]], "std": [[[0.25075781180271217]], [[0.25075781180271217]], [[0.25075781180271217]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04553917511739828]], [[0.04553917511739828]], [[0.04553917511739828]]], "std": [[[0.11597040753973582]], [[0.11597040753973582]], [[0.11597040753973582]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3542988417418197]], [[0.3542988417418197]], [[0.3542988417418197]]], "std": [[[0.40176737334050283]], [[0.40176737334050283]], [[0.40176737334050283]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09777511967818488]], [[0.08260112211499969]], [[0.0741560929422896]]], "std": [[[0.2849450404461745]], [[0.23021714591890494]], [[0.24345302496615867]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21994996281745147]], [[0.5046676309318571]], [[0.1846372706601193]]], "std": [[[0.32718720730280243]], [[0.4743531053961788]], [[0.25364995119357175]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6539456082012163]], [[0.5158359421467708]], [[0.4295706203551152]]], "std": [[[0.3614876504697841]], [[0.38669060058901034]], [[0.4242484155042649]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42163236819641503]], [[0.4057445300749485]], [[0.6857464760398876]]], "std": [[[0.39659554767317756]], [[0.350232236868013]], [[0.36462860464528996]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47495684343297184]], [[0.3930222310736134]], [[0.2996374000781873]]], "std": [[[0.45748824538471694]], [[0.35539318963120103]], [[0.3819768218684743]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.48], "mean": [1.24], "std": [0.7216647421067486], "count": [125]}, "frame_index": {"min": [0], "max": [124], "mean": [62.0], "std": [36.08323710533743], "count": [125]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [125]}, "index": {"min": [23722], "max": [23846], "mean": [23784.0], "std": [36.08323710533743], "count": [125]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [125]}}} +{"episode_index": 99, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9423167109489441, 0.22608551383018494, -2.252182960510254, -1.570570707321167, 6.871424198150635, 0.9177437424659729, -2.8319759368896484, -1.1203482151031494, -5.816493511199951, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -4.336808689942018e-17, -0.40487805008888245, -4.336808689942018e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.9423167109489441, 0.22608551383018494, 0.030752284452319145, -1.0540635585784912, 9.592400550842285, 1.959267258644104, -0.0028948229737579823, 1.040624737739563, -2.490079879760742, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, 0.40487805008888245, 4.336808689942018e-17, 0.40487805008888245, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997500777244568, 0.9423191547393799, 0.22608524560928345, -1.2890048027038574, -1.3515602350234985, 7.803712368011475, 1.3439109325408936, -1.1127465963363647, -0.18454477190971375, -4.356690406799316, 0.35723137855529785, -0.35723137855529785, 0.35723137855529785, 0.35723137855529785, -0.35723137855529785, 0.35723137855529785, -2.3561997413635254, 1.5707992315292358, -1.0471994876861572, -1.5707992315292358, 0.0, -1.0471994876861572, 2.481867551803589, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 2.4437904357910156e-06, 2.682209014892578e-07, 0.780930757522583, 0.17157505452632904, 0.9309665560722351, 0.30984383821487427, 0.8642629981040955, 0.5134525299072266, 0.8465447425842285, 0.12705621123313904, 0.12705621123313904, 0.12705621123313904, 0.12705621123313904, 0.12705621123313904, 0.12705621123313904, 5.245208740234375e-06, 2.86102294921875e-06, 1.9073486328125e-06, 2.86102294921875e-06, 0.0, 1.9073486328125e-06, 9.298324584960938e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [316]}, "observation.state": {"min": [-0.9188986420631409, -0.9360657930374146, -0.8636693954467773, 1.311816930770874, -0.9955785274505615, -0.8083709478378296, -0.9713236689567566, -1.1565706729888916, -0.9300836324691772, -0.902560830116272, -0.9184557199478149, 1.2333378791809082, NaN], "max": [0.5195627808570862, 0.9855650663375854, 0.7007395625114441, 2.1343657970428467, 0.023802204057574272, 0.9986034035682678, 0.9868428707122803, 0.2795754373073578, 0.4531979560852051, 0.9995405077934265, 1.0, 2.0393385887145996, NaN], "mean": [-0.3160458207130432, 0.4088732600212097, -0.15502813458442688, 1.6929922103881836, -0.6544770002365112, -0.09388326853513718, -0.07274322956800461, -0.21876993775367737, -0.21558916568756104, 0.2632119357585907, 0.3824187219142914, 1.494856595993042, NaN], "std": [0.4637000560760498, 0.5735912322998047, 0.4060521721839905, 0.23555119335651398, 0.33913248777389526, 0.42497745156288147, 0.5117976069450378, 0.5071560740470886, 0.3086538314819336, 0.4950905740261078, 0.6305676698684692, 0.22641775012016296, NaN], "count": [316]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12327310095749254]], [[0.11799665524703093]], [[0.10670629407674291]]], "std": [[[0.29388645257121915]], [[0.28290658945255]], [[0.25834191097487297]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4211610450274293]], [[0.3929551858088059]], [[0.3436627552905503]]], "std": [[[0.38563508656118833]], [[0.37306804079156186]], [[0.342947509945212]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6606740066157444]], [[0.6520312440697356]], [[0.6399637602587288]]], "std": [[[0.23541682066856193]], [[0.23954352054887815]], [[0.2458521901402295]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.25906036715838826]], [[0.21572434756194464]], [[0.18391848405173772]]], "std": [[[0.2880885599001805]], [[0.2837981087365286]], [[0.2739441687132649]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4341840096936144]], [[0.3475362970741458]], [[0.2697071557462628]]], "std": [[[0.24482275642813825]], [[0.2508911511750047]], [[0.27057283821099865]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990904525005515]], [[0.9990904525005515]], [[0.9990904525005515]]], "std": [[[0.00767959316622209]], [[0.00767959316622209]], [[0.00767959316622209]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.591683239555526]], [[0.591683239555526]], [[0.591683239555526]]], "std": [[[0.33581678322887026]], [[0.33581678322887026]], [[0.33581678322887026]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10637733614700283]], [[0.10637733614700283]], [[0.10637733614700283]]], "std": [[[0.11874340512384814]], [[0.11874340512384814]], [[0.11874340512384814]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16588149328333637]], [[0.16588149328333637]], [[0.16588149328333637]]], "std": [[[0.3346922987580286]], [[0.3346922987580286]], [[0.3346922987580286]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1759762326735694]], [[0.1759762326735694]], [[0.1759762326735694]]], "std": [[[0.2715004018164407]], [[0.2715004018164407]], [[0.2715004018164407]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1433776841676105]], [[0.07297370667428422]], [[0.04572024105288639]]], "std": [[[0.3466123418192589]], [[0.23685044375168834]], [[0.13792477310771803]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4879134347354071]], [[0.5043226037037708]], [[0.1222888705155466]]], "std": [[[0.4407339853037646]], [[0.46505906226996424]], [[0.23649146939571522]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6709784475330435]], [[0.39114133458862155]], [[0.6190050633980893]]], "std": [[[0.42225622277788477]], [[0.37142212259698193]], [[0.33302095432814743]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32674813969909294]], [[0.6109261358111864]], [[0.4929129056636163]]], "std": [[[0.36724640163005484]], [[0.4176102523822422]], [[0.39338592662682936]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6685896930914221]], [[0.36106797801368073]], [[0.5426485441137914]]], "std": [[[0.43510852172522335]], [[0.3906674106448416]], [[0.3333804588509769]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.1499999999999995], "std": [1.8244177153272767], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [316]}, "index": {"min": [23847], "max": [24162], "mean": [24004.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [316]}}} +{"episode_index": 100, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4606277048587799, 0.7029004693031311, 0.31054559350013733, -2.188307046890259, -2.368659257888794, 0.825994074344635, 0.7453807592391968, 0.008431758731603622, 0.7814149856567383, -2.490900993347168, 6.938893903907228e-17, -0.3707317113876343, 6.938893903907228e-17, 6.938893903907228e-17, -0.3707317113876343, 6.938893903907228e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4606277048587799, 0.7029004693031311, 0.31054559350013733, -0.7718769311904907, -1.5814234018325806, 1.11903977394104, 1.5566494464874268, 0.43589410185813904, 1.1519837379455566, -1.4873101711273193, 0.3707317113876343, -6.938893903907228e-17, 0.3707317113876343, 0.3707317113876343, -6.938893903907228e-17, 0.3707317113876343, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4606282413005829, 0.7029008865356445, 0.31054550409317017, -1.6064631938934326, -2.156754493713379, 0.9541861414909363, 1.0061421394348145, 0.1630428582429886, 0.9457029104232788, -1.9052926301956177, 0.2679266631603241, -0.2679266631603241, 0.2679266631603241, 0.2679266631603241, -0.2679266631603241, 0.2679266631603241, -2.3561973571777344, 1.5707966089248657, -1.0471969842910767, -1.5707966089248657, 0.0, -1.0471969842910767, 2.481858968734741, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.364418029785156e-07, 4.172325134277344e-07, 8.940696716308594e-08, 0.5797170400619507, 0.23623396456241608, 0.11557058244943619, 0.20159870386123657, 0.15614528954029083, 0.10707125812768936, 0.4181150496006012, 0.160235196352005, 0.160235196352005, 0.160235196352005, 0.160235196352005, 0.160235196352005, 0.160235196352005, 2.86102294921875e-06, 2.384185791015625e-07, 5.960464477539062e-07, 2.384185791015625e-07, 0.0, 5.960464477539062e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [114]}, "observation.state": {"min": [0.5465731024742126, 0.5401232242584229, -0.34712904691696167, 1.9615936279296875, -0.7641173601150513, 0.39817750453948975, -0.8736303448677063, -0.380046010017395, -0.8044852614402771, -3.238276846673216e-08, 0.41177067160606384, 1.3411558866500854, NaN], "max": [0.8415859341621399, 0.8151920437812805, 0.28798070549964905, 2.3485190868377686, -0.18700988590717316, 0.8415859341621399, -2.580447411304476e-09, 0.18504847586154938, 4.799679587108585e-08, 0.5309772491455078, 1.0, 2.040670871734619, NaN], "mean": [0.7483078241348267, 0.6335474848747253, 0.01937803439795971, 2.2386035919189453, -0.495038777589798, 0.6680780649185181, -0.3708741366863251, -0.02536494843661785, -0.27019718289375305, 0.25563353300094604, 0.823074460029602, 1.5830187797546387, NaN], "std": [0.10072827339172363, 0.095285564661026, 0.1380259394645691, 0.1440284699201584, 0.14323690533638, 0.16562670469284058, 0.3508724868297577, 0.22907929122447968, 0.30216196179389954, 0.22456414997577667, 0.2060641199350357, 0.26020756363868713, NaN], "count": [114]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.13283580870534323]], [[0.12334522638438776]], [[0.11383387279880319]]], "std": [[[0.3113921124523273]], [[0.29047263192464945]], [[0.2695970597444937]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47898919794996414]], [[0.4382525972462786]], [[0.3975610139134481]]], "std": [[[0.4081862823486024]], [[0.3812218524513782]], [[0.3531563333635311]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.027450980392156862]], [[0.023529411764705882]], [[0.0196078431372549]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.7763036791612099]], [[0.7062438330278933]], [[0.6762556804808719]]], "std": [[[0.13752714579799388]], [[0.14637033601681976]], [[0.16153734865066122]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3688853134633012]], [[0.3362294682929087]], [[0.31534680220024125]]], "std": [[[0.278203322693396]], [[0.2799669556316751]], [[0.2839967850144659]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.6439263738599642]], [[0.5672679309403732]], [[0.5228665967943212]]], "std": [[[0.2118176383523189]], [[0.21540126606554716]], [[0.2206071091088189]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992234915921842]], [[0.9992234915921842]], [[0.9992234915921842]]], "std": [[[0.00683952212165908]], [[0.00683952212165908]], [[0.00683952212165908]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931836348506093]], [[0.5931836348506093]], [[0.5931836348506093]]], "std": [[[0.3320337000117519]], [[0.3320337000117519]], [[0.3320337000117519]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.06894053541528783]], [[0.06894053541528783]], [[0.06894053541528783]]], "std": [[[0.05475931920077317]], [[0.05475931920077317]], [[0.05475931920077317]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16703513935241346]], [[0.16703513935241346]], [[0.16703513935241346]]], "std": [[[0.3425738053477281]], [[0.3425738053477281]], [[0.3425738053477281]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08939702579845248]], [[0.08939702579845248]], [[0.08939702579845248]]], "std": [[[0.1042612976369893]], [[0.1042612976369893]], [[0.1042612976369893]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06781983663818798]], [[0.12402332878023137]], [[0.07780227467342055]]], "std": [[[0.19538627777859316]], [[0.3066085008775649]], [[0.2499864611735655]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2817973876325948]], [[0.33506120938166994]], [[0.33682218158628996]]], "std": [[[0.39020639030980514]], [[0.3496775204545461]], [[0.4389070134693242]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8140435863959482]], [[0.49096143006294546]], [[0.21677003348105767]]], "std": [[[0.3346256979106541]], [[0.3092791283770428]], [[0.21760029039445095]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47394100950116375]], [[0.5078335375188343]], [[0.3194356379807831]]], "std": [[[0.4350591991910658]], [[0.3905008065455291]], [[0.3648716766245543]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47786938833534165]], [[0.7014861767421651]], [[0.4182885392589374]]], "std": [[[0.40289233519562334]], [[0.40877354848145575]], [[0.37135988490818744]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.26], "mean": [1.13], "std": [0.6581539840088083], "count": [114]}, "frame_index": {"min": [0], "max": [113], "mean": [56.5], "std": [32.90769920044041], "count": [114]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [114]}, "index": {"min": [24163], "max": [24276], "mean": [24219.5], "std": [32.90769920044041], "count": [114]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [114]}}} +{"episode_index": 101, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.304536372423172, 1.2826671600341797, -0.02300175279378891, -1.81476891040802, -1.7221263647079468, 1.0048408508300781, 0.6312457323074341, -1.2607274055480957, 0.5242702960968018, -3.826305627822876, 6.245004513516506e-17, -0.3219512104988098, 6.245004513516506e-17, 6.245004513516506e-17, -0.3219512104988098, 6.245004513516506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.304536372423172, 1.2826671600341797, -0.02300175279378891, -0.5698933005332947, -1.466568946838379, 1.5199917554855347, 1.5643290281295776, 0.01997055858373642, 1.0458897352218628, -2.1481773853302, 0.3219512104988098, -6.245004513516506e-17, 0.3219512104988098, 0.3219512104988098, -6.245004513516506e-17, 0.3219512104988098, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3045360743999481, 1.2826688289642334, -0.023001722991466522, -1.3451004028320312, -1.5858713388442993, 1.1907967329025269, 0.8283696174621582, -0.8143132328987122, 0.7874619364738464, -3.2458953857421875, 0.24860261380672455, -0.24860261380672455, 0.24860261380672455, 0.24860261380672455, -0.24860261380672455, 0.24860261380672455, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07, 1.6689300537109375e-06, 2.9802322387695312e-08, 0.47433340549468994, 0.07912144064903259, 0.15577927231788635, 0.20710328221321106, 0.48102056980133057, 0.16295011341571808, 0.62685626745224, 0.1317482441663742, 0.1317482441663742, 0.1317482441663742, 0.1317482441663742, 0.1317482441663742, 0.1317482441663742, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [159]}, "observation.state": {"min": [-0.7109101414680481, -0.7172206044197083, -0.9465854167938232, 0.25439906120300293, -0.8874043226242065, -0.9879574775695801, -0.4402707517147064, -0.3432667851448059, -0.9969905018806458, -0.1594180464744568, -0.995697021484375, 1.337146520614624, NaN], "max": [0.9940970540046692, 0.7326972484588623, 0.11037644743919373, 0.768250048160553, 0.27100643515586853, -0.250661700963974, 0.15464939177036285, 0.28166869282722473, 0.1852819323539734, 0.6679432988166809, 1.0, 1.8613827228546143, NaN], "mean": [-0.12399917840957642, 0.3536166846752167, -0.23802952468395233, 0.5626537203788757, -0.4439706802368164, -0.7807934284210205, -0.09042433649301529, 0.07877270877361298, -0.20875081419944763, 0.016659697517752647, 0.25456923246383667, 1.521011233329773, NaN], "std": [0.6865049004554749, 0.46108558773994446, 0.3450113534927368, 0.1471097618341446, 0.3700406551361084, 0.15719527006149292, 0.1530846357345581, 0.22433508932590485, 0.3683999180793762, 0.16652202606201172, 0.8531653881072998, 0.19007983803749084, NaN], "count": [159]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.12633695502755665]], [[0.10737195490350307]], [[0.09193890796631912]]], "std": [[[0.29851013177276997]], [[0.2562796306689137]], [[0.22259562036143493]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4527389543690668]], [[0.37694098603156595]], [[0.3184594260945718]]], "std": [[[0.3909918898138809]], [[0.3394093086949731]], [[0.3016036605087321]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.7022245289484078]], [[0.6142333320592694]], [[0.541187006425976]]], "std": [[[0.19448005692831496]], [[0.20981131078789617]], [[0.22044150723223074]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20411135720660822]], [[0.17507684147493682]], [[0.15611224905132534]]], "std": [[[0.2507214031810227]], [[0.24536295236606714]], [[0.24263295362431261]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4263882917552644]], [[0.3563788301545439]], [[0.30606958936921097]]], "std": [[[0.2949380651325601]], [[0.2772707983880521]], [[0.270781505477138]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992154448729322]], [[0.9992154448729322]], [[0.9992154448729322]]], "std": [[[0.00688634949728849]], [[0.00688634949728849]], [[0.00688634949728849]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5832814641810351]], [[0.5832814641810351]], [[0.5832814641810351]]], "std": [[[0.3328387582396713]], [[0.3328387582396713]], [[0.3328387582396713]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1418659403161422]], [[0.1418659403161422]], [[0.1418659403161422]]], "std": [[[0.12935930030483234]], [[0.12935930030483234]], [[0.12935930030483234]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1307352676305295]], [[0.1307352676305295]], [[0.1307352676305295]]], "std": [[[0.31183593611886173]], [[0.31183593611886173]], [[0.31183593611886173]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28641424778933156]], [[0.28641424778933156]], [[0.28641424778933156]]], "std": [[[0.3739021287896081]], [[0.3739021287896081]], [[0.3739021287896081]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13971663612266152]], [[0.09515428175989796]], [[0.04514716577783947]]], "std": [[[0.33770897741965]], [[0.2815579012743357]], [[0.1446698877997685]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30642555074764083]], [[0.48705461777748277]], [[0.20344129482441722]]], "std": [[[0.41554957401245124]], [[0.44216713931972346]], [[0.2611209630663853]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6422244887148115]], [[0.695819125844654]], [[0.29367244890500915]]], "std": [[[0.4309844786218219]], [[0.32652002013602405]], [[0.2981193180770259]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5897256363781449]], [[0.5651116784048184]], [[0.2582912617322843]]], "std": [[[0.40014792285078415]], [[0.37608914775098845]], [[0.34330486530604465]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4592241567876424]], [[0.4921356194062728]], [[0.28185212141694677]]], "std": [[[0.41957553093219857]], [[0.400771690328995]], [[0.3774334890168332]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.16], "mean": [1.5799999999999998], "std": [0.9179687721631202], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [159]}, "index": {"min": [24277], "max": [24435], "mean": [24356.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [159]}}} +{"episode_index": 102, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.319551706314087, -0.12446626275777817, -7.932247161865234, -1.6236966848373413, 0.98897784948349, 0.30773499608039856, -0.6178065538406372, 0.6924030780792236, -2.4818763732910156, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.319551706314087, -0.12446626275777817, -7.074822902679443, -1.3603180646896362, 1.4136029481887817, 1.563901662826538, 0.0009143078350462019, 1.1498732566833496, -2.144104480743408, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974921345710754, 1.319550633430481, -0.12446613609790802, -7.729551792144775, -1.4773296117782593, 1.112595558166504, 0.7560085654258728, -0.18957000970840454, 0.8646038770675659, -2.3545215129852295, 0.3615349531173706, -0.3615349531173706, 0.3615349531173706, 0.3615349531173706, -0.3615349531173706, 0.3615349531173706, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.748603820800781e-07, 1.0728836059570312e-06, 1.2665987014770508e-07, 0.21692179143428802, 0.0962681844830513, 0.14643168449401855, 0.2829110622406006, 0.19861455261707306, 0.17851047217845917, 0.09643173217773438, 0.23084315657615662, 0.23084315657615662, 0.23084315657615662, 0.23084315657615662, 0.23084315657615662, 0.23084315657615662, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [126]}, "observation.state": {"min": [0.4962923526763916, -0.8629929423332214, -0.022428913041949272, 2.4876511096954346, 0.4992072284221649, 0.478254497051239, -0.18175072968006134, -0.19546426832675934, -0.17279480397701263, -0.2791268527507782, 0.948419988155365, 1.2449227571487427, NaN], "max": [0.8533489108085632, -0.5210254192352295, 0.1579371988773346, 2.6045610904693604, 0.8632898330688477, 0.806610643863678, 0.31649866700172424, 0.24608688056468964, 0.12265128642320633, 0.16299091279506683, 1.0, 1.5676155090332031, NaN], "mean": [0.6005331873893738, -0.7879074215888977, 0.03755142539739609, 2.5696909427642822, 0.7854591608047485, 0.5958496332168579, 0.004725235514342785, 0.14946815371513367, -0.017122311517596245, 0.017269883304834366, 0.9906455874443054, 1.389559268951416, NaN], "std": [0.08575250208377838, 0.080571249127388, 0.05751544609665871, 0.04182546213269234, 0.08718951046466827, 0.08163763582706451, 0.11717343330383301, 0.1268065720796585, 0.08465546369552612, 0.10349934548139572, 0.012310928665101528, 0.08944367617368698, NaN], "count": [126]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12888538856601428]], [[0.12811418965178492]], [[0.12765889554754906]]], "std": [[[0.3027456336847155]], [[0.30117408559229886]], [[0.3004617913216932]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4697501681429044]], [[0.4648568468528275]], [[0.46063598720839866]]], "std": [[[0.40097885338086814]], [[0.3985189608172813]], [[0.3978958833511305]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.7471276538247733]], [[0.7461969407714524]], [[0.7462821944208072]]], "std": [[[0.22392053804365797]], [[0.2239658258876278]], [[0.22387972749465773]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.42168216665962577]], [[0.3677892135069547]], [[0.33026648051922797]]], "std": [[[0.22414610878594457]], [[0.22458245127460022]], [[0.22567956112426857]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46834301823051305]], [[0.4514608416466001]], [[0.4387496095664763]]], "std": [[[0.35186848065939735]], [[0.34417075372658934]], [[0.3380465606994957]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990793212055863]], [[0.9990793212055863]], [[0.9990793212055863]]], "std": [[[0.007702373569931635]], [[0.007702373569931635]], [[0.007702373569931635]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5827276634808364]], [[0.5827276634808364]], [[0.5827276634808364]]], "std": [[[0.3337284216033773]], [[0.3337284216033773]], [[0.3337284216033773]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.08253707693535332]], [[0.08253707693535332]], [[0.08253707693535332]]], "std": [[[0.054476028696767854]], [[0.054476028696767854]], [[0.054476028696767854]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.1568627450980392]], [[0.1568627450980392]], [[0.1568627450980392]]], "mean": [[[0.01617941233468183]], [[0.01617941233468183]], [[0.01617941233468183]]], "std": [[[0.011046490733051507]], [[0.011046490733051507]], [[0.011046490733051507]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3825111906395197]], [[0.3825111906395197]], [[0.3825111906395197]]], "std": [[[0.4149042892011701]], [[0.4149042892011701]], [[0.4149042892011701]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11740884777015351]], [[0.08283042545016366]], [[0.0338473805581875]]], "std": [[[0.29675724031471323]], [[0.2433704234571809]], [[0.13834850108243033]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42151420480643953]], [[0.49435959044881245]], [[0.1436037768617929]]], "std": [[[0.3793222423118994]], [[0.476416800347612]], [[0.25331011377322704]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5204595213140829]], [[0.19450309832219198]], [[0.8886378848930222]]], "std": [[[0.20196359258818317]], [[0.25539748443947835]], [[0.2882263637841058]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5707390187428207]], [[0.6218008544274726]], [[0.41374242988122373]]], "std": [[[0.2973330275324872]], [[0.40910333550606653]], [[0.4184414832354301]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4186860257320671]], [[0.5521144538524003]], [[0.17433183731411242]]], "std": [[[0.39424799536209704]], [[0.4394335847229818]], [[0.29732186223921453]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.5], "mean": [1.25], "std": [0.7274384280931732], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [126]}, "index": {"min": [24436], "max": [24561], "mean": [24498.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [126]}}} +{"episode_index": 103, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46378085017204285, 1.1090140342712402, 0.17714184522628784, -2.8114898204803467, -1.8328297138214111, -0.9879034161567688, 0.9669831991195679, 0.00984519999474287, 1.0501928329467773, 3.8094520568847656, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, 8.673617379884035e-18, -0.4243902564048767, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.46378085017204285, 1.1090140342712402, 0.17714184522628784, -0.8034286499023438, -1.577781319618225, 1.0411394834518433, 1.5686544179916382, 0.8463420271873474, 1.203886866569519, 4.992627143859863, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, 0.4243902564048767, -8.673617379884035e-18, 0.4243902564048767, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4637802839279175, 1.1090145111083984, 0.17714174091815948, -2.2179372310638428, -1.6960880756378174, -0.2965989112854004, 1.1689410209655762, 0.6180363297462463, 1.1124643087387085, 4.6245436668396, 0.2968156933784485, -0.2968156933784485, 0.2968156933784485, 0.2968156933784485, -0.2968156933784485, 0.2968156933784485, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.662441253662109e-07, 4.76837158203125e-07, 1.043081283569336e-07, 0.6980744004249573, 0.07474243640899658, 0.7573542594909668, 0.20730294287204742, 0.27477169036865234, 0.03284407779574394, 0.42020827531814575, 0.18823617696762085, 0.18823617696762085, 0.18823617696762085, 0.18823617696762085, 0.18823617696762085, 0.18823617696762085, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [126]}, "observation.state": {"min": [-0.9495648741722107, -0.9986057877540588, -0.21175482869148254, -0.29905247688293457, 0.31357067823410034, -0.9495648741722107, 6.264703529268445e-07, -0.09965601563453674, -0.72434401512146, -0.20097631216049194, 0.6750852465629578, 1.294093370437622, NaN], "max": [0.389773964881897, -0.31357067823410034, 0.07448995858430862, -0.10271301865577698, 0.8765178918838501, 0.3432284891605377, 0.7372616529464722, 0.13803468644618988, 9.336131370218936e-07, 0.2877698540687561, 1.0, 1.4160724878311157, NaN], "mean": [-0.5890360474586487, -0.5710533261299133, -0.04145577549934387, -0.14086422324180603, 0.4784778654575348, -0.5826250910758972, 0.28022271394729614, 0.0621340312063694, -0.267464816570282, 0.04880637302994728, 0.905338704586029, 1.3272457122802734, NaN], "std": [0.48663440346717834, 0.28658783435821533, 0.07918170094490051, 0.05347495526075363, 0.19880947470664978, 0.48261746764183044, 0.28396856784820557, 0.095213383436203, 0.2760799825191498, 0.13042958080768585, 0.11493688821792603, 0.03440102934837341, NaN], "count": [126]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.07876715946116486]], [[0.07535553423174954]], [[0.04697602815278842]]], "std": [[[0.19360712922020407]], [[0.18969901999539876]], [[0.12785784274666195]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29149569198768044]], [[0.2736304356426747]], [[0.19321769124872343]]], "std": [[[0.26317550341018053]], [[0.258097486393074]], [[0.21368104647354355]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.46688257489651586]], [[0.4586731992615794]], [[0.33949444876955603]]], "std": [[[0.2720852757273427]], [[0.28070328151605367]], [[0.26434801104095]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17105902067403345]], [[0.14926701629661818]], [[0.1342098463680127]]], "std": [[[0.22486092020295861]], [[0.22145610219828174]], [[0.2182675856569641]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35188806342960566]], [[0.33972097866881784]], [[0.3039997840797001]]], "std": [[[0.35820683247786267]], [[0.35898008515924273]], [[0.36510939700479034]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988978676864542]], [[0.9988978676864542]], [[0.9988978676864542]]], "std": [[[0.008558257705254254]], [[0.008558257705254254]], [[0.008558257705254254]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.15294117647058825]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5596600891442381]], [[0.5596600891442381]], [[0.5596600891442381]]], "std": [[[0.3291808163409639]], [[0.3291808163409639]], [[0.3291808163409639]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33330637682383923]], [[0.33330637682383923]], [[0.33330637682383923]]], "std": [[[0.3222339569720418]], [[0.3222339569720418]], [[0.3222339569720418]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.4196078431372549]], [[0.4196078431372549]], [[0.4196078431372549]]], "mean": [[[0.024704281055810035]], [[0.024704281055810035]], [[0.024704281055810035]]], "std": [[[0.034825229320700916]], [[0.034825229320700916]], [[0.034825229320700916]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41168983250083313]], [[0.41168983250083313]], [[0.41168983250083313]]], "std": [[[0.42820638938722455]], [[0.42820638938722455]], [[0.42820638938722455]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07744317909784207]], [[0.1006697794058973]], [[0.07558795567062364]]], "std": [[[0.25016167253276617]], [[0.2880775449465169]], [[0.20461925492064298]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4879510611946294]], [[0.5640725451974161]], [[0.16182097659008202]]], "std": [[[0.445286956290935]], [[0.45775808684025115]], [[0.2785104292737475]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5214888898276728]], [[0.44974186795199594]], [[0.3996279733465836]]], "std": [[[0.4017079216476498]], [[0.3802416848146712]], [[0.4027748085266991]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40794912193528965]], [[0.5051816151240771]], [[0.7393669605730873]]], "std": [[[0.35639566254413857]], [[0.3845802210996931]], [[0.3785887624362534]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4254969432525242]], [[0.3435281980512187]], [[0.3101569177310129]]], "std": [[[0.4560279425142867]], [[0.39439273432017596]], [[0.35841271831433863]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.5], "mean": [1.25], "std": [0.7274384280931732], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [126]}, "index": {"min": [24562], "max": [24687], "mean": [24624.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [126]}}} +{"episode_index": 104, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.116319179534912, 0.05323539301753044, 4.285577774047852, -1.5694611072540283, -5.9588117599487305, 0.1468753218650818, 6.285228729248047, 1.0476282835006714, -2.472470998764038, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.116319179534912, 0.05323539301753044, 5.483790874481201, -1.3248754739761353, -5.244781970977783, 1.555311918258667, 6.453017234802246, 1.083205223083496, -1.6960294246673584, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974945187568665, 1.1163182258605957, 0.05323539301753044, 4.56333589553833, -1.4386579990386963, -5.808537006378174, 0.5096485018730164, 6.417255878448486, 1.075528621673584, -1.8640960454940796, 0.2982683479785919, -0.2982683479785919, 0.2982683479785919, 0.2982683479785919, -0.2982683479785919, 0.2982683479785919, -2.3561971187591553, 1.570796012878418, -1.0471972227096558, -1.570796012878418, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.364418029785156e-07, 9.5367431640625e-07, 0.0, 0.3846206068992615, 0.07772868126630783, 0.23205295205116272, 0.4450465738773346, 0.054579563438892365, 0.011549897491931915, 0.25194182991981506, 0.17813174426555634, 0.17813174426555634, 0.17813174426555634, 0.17813174426555634, 0.17813174426555634, 0.17813174426555634, 2.6226043701171875e-06, 3.5762786865234375e-07, 3.5762786865234375e-07, 3.5762786865234375e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [100]}, "observation.state": {"min": [-0.9903269410133362, -0.01399381086230278, -0.2862150967121124, 1.7160472869873047, -0.7585073709487915, -0.9967343807220459, -0.09807058423757553, -0.2474035769701004, -0.26438796520233154, -0.10094960778951645, 0.9581472873687744, 1.2851446866989136, NaN], "max": [-0.6516644954681396, 0.7585073709487915, -4.329896512444975e-07, 1.9713069200515747, 0.027727428823709488, -0.6516644954681396, 0.01053758803755045, 0.08594248443841934, -6.672189556411467e-07, 0.15885744988918304, 1.0, 1.3585946559906006, NaN], "mean": [-0.7235177755355835, 0.6246086955070496, -0.07665597647428513, 1.7684723138809204, -0.6267430782318115, -0.7309002876281738, -0.006576713174581528, -0.001940456684678793, -0.06707534939050674, 0.023222003132104874, 0.9910218119621277, 1.3179826736450195, NaN], "std": [0.11719048768281937, 0.2356896698474884, 0.10595624148845673, 0.07690819352865219, 0.2372497171163559, 0.1269313544034958, 0.02314055524766445, 0.11439113318920135, 0.09589079767465591, 0.05872133746743202, 0.013937229290604591, 0.021283242851495743, NaN], "count": [100]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11743915573821608]], [[0.09155164082663947]], [[0.09027496712579906]]], "std": [[[0.28071439076797455]], [[0.24824941800780123]], [[0.24667406926737273]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40864431556282443]], [[0.33637175440608175]], [[0.32837688821296446]]], "std": [[[0.38026058717874367]], [[0.3828138813164775]], [[0.3822093519558484]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6174490505206562]], [[0.3405344282235996]], [[0.33649791891723346]]], "std": [[[0.22789081368498415]], [[0.32926443566119856]], [[0.33252393403111]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.28495748985275177]], [[0.22957922095687563]], [[0.20265996509064962]]], "std": [[[0.21901984385019796]], [[0.22211871391217455]], [[0.22479455608111437]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.40353544009854553]], [[0.31216613658903597]], [[0.2769380798247961]]], "std": [[[0.2959612985519867]], [[0.2955011245206827]], [[0.28831558571940247]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990250058506355]], [[0.9990250058506355]], [[0.9990250058506355]]], "std": [[[0.007996158527701774]], [[0.007996158527701774]], [[0.007996158527701774]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5913654759533853]], [[0.5913654759533853]], [[0.5913654759533853]]], "std": [[[0.33418758087991335]], [[0.33418758087991335]], [[0.33418758087991335]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.22745098039215686]], [[0.22745098039215686]], [[0.22745098039215686]]], "mean": [[[0.07715261474789292]], [[0.07715261474789292]], [[0.07715261474789292]]], "std": [[[0.05872539737299401]], [[0.05872539737299401]], [[0.05872539737299401]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.02684722163548228]], [[0.02684722163548228]], [[0.02684722163548228]]], "std": [[[0.02116552762892646]], [[0.02116552762892646]], [[0.02116552762892646]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32580520770258786]], [[0.32580520770258786]], [[0.32580520770258786]]], "std": [[[0.39892142736286224]], [[0.39892142736286224]], [[0.39892142736286224]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14102413814607612]], [[0.11077022526119985]], [[0.026684944789447534]]], "std": [[[0.33587131788407926]], [[0.27793819045892953]], [[0.11262186963623133]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28260598367454776]], [[0.557899289944082]], [[0.2002241601404421]]], "std": [[[0.3338714899683821]], [[0.4834776998288515]], [[0.2867815699698002]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35629679251065016]], [[0.6562045905192213]], [[0.551786338145942]]], "std": [[[0.34168680352717506]], [[0.4253107772106082]], [[0.3366725943156959]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605933208206849]], [[0.7514379768938456]], [[0.4957680251540444]]], "std": [[[0.40495069588026505]], [[0.2794964346527006]], [[0.43083412869587684]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26385528645985257]], [[0.6172600129686292]], [[0.4061040682200858]]], "std": [[[0.3410543009382264]], [[0.46465253001829426]], [[0.3440763413118958]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [1.98], "mean": [0.9899999999999999], "std": [0.5773214009544424], "count": [100]}, "frame_index": {"min": [0], "max": [99], "mean": [49.5], "std": [28.86607004772212], "count": [100]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [100]}, "index": {"min": [24688], "max": [24787], "mean": [24737.5], "std": [28.86607004772212], "count": [100]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [100]}}} +{"episode_index": 105, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49967437982559204, 1.0723788738250732, 0.2764160633087158, -2.045823335647583, -1.7701119184494019, 1.0551508665084839, 0.758948564529419, -0.3069399297237396, -1.139341950416565, -2.475795030593872, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49967437982559204, 1.0723788738250732, 0.2764160633087158, 1.1528291702270508, -1.2205877304077148, 3.341740608215332, 1.9920488595962524, 5.3512420654296875, 1.8986610174179077, 2.6245176792144775, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996757209300995, 1.0723809003829956, 0.27641499042510986, -0.6131405830383301, -1.4879493713378906, 2.3031227588653564, 1.3398253917694092, 2.6768462657928467, 0.5140316486358643, 0.5408939123153687, 0.46937283873558044, -0.46937283873558044, 0.46937283873558044, 0.46937283873558044, -0.46937283873558044, 0.46937283873558044, -2.3562002182006836, 1.5707995891571045, -1.0472019910812378, -1.5707995891571045, 0.0, -1.0472019910812378, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.341104507446289e-06, 2.0265579223632812e-06, 1.0728836059570312e-06, 1.1508080959320068, 0.14857718348503113, 0.6570191979408264, 0.3613288700580597, 2.2682766914367676, 0.9769520163536072, 1.6819921731948853, 0.15972685813903809, 0.15972685813903809, 0.15972685813903809, 0.15972685813903809, 0.15972685813903809, 0.15972685813903809, 5.7220458984375e-06, 3.2186508178710938e-06, 4.410743713378906e-06, 3.2186508178710938e-06, 0.0, 4.410743713378906e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [409]}, "observation.state": {"min": [-0.9604965448379517, -0.9956534504890442, -0.8423843383789062, -0.7107338905334473, -0.9729815125465393, -0.8439239263534546, -0.9598825573921204, -1.4455384016036987, -0.9047954082489014, -0.9811598062515259, -0.9026947021484375, 0.7594988346099854, NaN], "max": [0.8756903409957886, 0.9677375555038452, 0.4534887969493866, 0.2763880789279938, 0.806050717830658, 0.8582051992416382, 0.9997515082359314, 0.23040378093719482, 0.9630124568939209, 0.9997553825378418, 1.0, 2.022432565689087, NaN], "mean": [-0.07771477848291397, 0.09747688472270966, -0.26696136593818665, -0.06518135964870453, -0.383849561214447, -0.15370260179042816, 0.17150765657424927, -0.5684877038002014, -0.06011256203055382, 0.0002562965382821858, 0.1653769314289093, 1.4275487661361694, NaN], "std": [0.5408063530921936, 0.7113631367683411, 0.3386443555355072, 0.24433006346225739, 0.5439935922622681, 0.4064675569534302, 0.5817868709564209, 0.6521175503730774, 0.5045855045318604, 0.5437088012695312, 0.6471561193466187, 0.3384324908256531, NaN], "count": [409]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.13264687576066642]], [[0.13054154018229844]], [[0.1277584294413364]]], "std": [[[0.3156584918195839]], [[0.31093775660796724]], [[0.3047196566119559]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4747613094962687]], [[0.4631276189556565]], [[0.44804098596451]]], "std": [[[0.4172323589210231]], [[0.41027668974801323]], [[0.4022841634953827]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6251696402647102]], [[0.6120911492123268]], [[0.5966561053476485]]], "std": [[[0.27408874733767596]], [[0.27122909048845656]], [[0.26980443367945933]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34097401110849596]], [[0.3049209175137515]], [[0.2957292989765244]]], "std": [[[0.3425868319653275]], [[0.33720939281317797]], [[0.3347584380266037]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3287229695612727]], [[0.30778881787659146]], [[0.2877569220225965]]], "std": [[[0.33928308927388856]], [[0.3267130121195066]], [[0.31552762576600873]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991159699884195]], [[0.9991159699884195]], [[0.9991159699884195]]], "std": [[[0.007475006350121514]], [[0.007475006350121514]], [[0.007475006350121514]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5870714421263188]], [[0.5870714421263188]], [[0.5870714421263188]]], "std": [[[0.3347350284574862]], [[0.3347350284574862]], [[0.3347350284574862]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18255538322165157]], [[0.18255538322165157]], [[0.18255538322165157]]], "std": [[[0.23140642837064496]], [[0.23140642837064496]], [[0.23140642837064496]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3509119937021011]], [[0.3509119937021011]], [[0.3509119937021011]]], "std": [[[0.4451517517278088]], [[0.4451517517278088]], [[0.4451517517278088]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41808461259405444]], [[0.41808461259405444]], [[0.41808461259405444]]], "std": [[[0.45077929034835035]], [[0.45077929034835035]], [[0.45077929034835035]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03184044294507242]], [[0.1425192910035667]], [[0.03369099525176508]]], "std": [[[0.11396664530866799]], [[0.3458687051852297]], [[0.12502913403589713]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19139804504955774]], [[0.5147385211873471]], [[0.39159548069424416]]], "std": [[[0.30329744949698995]], [[0.47847311145036125]], [[0.3984102578492704]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4432125279372034]], [[0.5304455589150608]], [[0.49698107210463954]]], "std": [[[0.4022472289763506]], [[0.3800077433106953]], [[0.4203780295963915]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3787429871165319]], [[0.35333666869846325]], [[0.3834871892876709]]], "std": [[[0.3843641064040501]], [[0.3876001632741959]], [[0.43938906513354103]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26516134543828135]], [[0.3976257108773539]], [[0.27517303866247433]]], "std": [[[0.3468812850725801]], [[0.43774414495209596]], [[0.38293263388173804]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.16], "mean": [4.079999999999999], "std": [2.3613555429032704], "count": [409]}, "frame_index": {"min": [0], "max": [408], "mean": [204.0], "std": [118.06777714516353], "count": [409]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [409]}, "index": {"min": [24788], "max": [25196], "mean": [24992.0], "std": [118.06777714516353], "count": [409]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [409]}}} +{"episode_index": 106, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974536895751953, 1.0303438901901245, 0.21473002433776855, -0.771852970123291, -1.5657013654708862, -0.3692178428173065, 0.7227271199226379, -6.004037380218506, -1.7061139345169067, -7.575399398803711, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, 6.938893903907228e-18, -0.5268292427062988, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974536895751953, 1.0303438901901245, 0.21473002433776855, 1.9799091815948486, 1.0285886526107788, 1.4845330715179443, 1.755247950553894, -0.0073487414047122, 1.0451972484588623, -1.3345762491226196, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, 0.5268292427062988, -6.938893903907228e-18, 0.5268292427062988, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974381923675537, 1.0303406715393066, 0.2147294580936432, 1.2332873344421387, 0.06768371164798737, 0.5673291087150574, 1.3531482219696045, -2.992269992828369, -0.6729145050048828, -4.50307035446167, 0.4830895662307739, -0.4830895662307739, 0.4830895662307739, 0.4830895662307739, -0.4830895662307739, 0.4830895662307739, -2.3562002182006836, 1.570799708366394, -1.0472030639648438, -1.570799708366394, 0.0, -1.0472030639648438, 2.4818623065948486, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.5497207641601562e-06, 3.2186508178710938e-06, 5.662441253662109e-07, 0.6818605661392212, 0.8116627931594849, 0.660683274269104, 0.24317826330661774, 2.1602096557617188, 0.7777175307273865, 2.4353175163269043, 0.14088799059391022, 0.14088799059391022, 0.14088799059391022, 0.14088799059391022, 0.14088799059391022, 0.14088799059391022, 5.7220458984375e-06, 3.337860107421875e-06, 5.4836273193359375e-06, 3.337860107421875e-06, 0.0, 5.4836273193359375e-06, 4.0531158447265625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [465]}, "observation.state": {"min": [-0.9824033379554749, -0.54053795337677, -0.974065363407135, -0.44968900084495544, -0.987677276134491, -0.9945679903030396, -0.529933750629425, -1.017041563987732, -0.547636866569519, -0.9972958564758301, -0.9854203462600708, 0.5932466387748718, NaN], "max": [0.9954734444618225, 0.9936867356300354, 0.997896134853363, 0.6756154298782349, 0.8909754753112793, 0.980980634689331, 0.9817169308662415, 0.1478675752878189, 0.9842661619186401, 0.7896806001663208, 1.0, 1.975404143333435, NaN], "mean": [-0.33250686526298523, 0.04306000843644142, -0.009630907326936722, 0.19264692068099976, -0.1233726441860199, -0.2454923838376999, 0.12453455477952957, -0.44847357273101807, 0.14843185245990753, -0.08590017259120941, 0.2968366742134094, 1.280173897743225, NaN], "std": [0.6332520246505737, 0.4092276692390442, 0.5648162364959717, 0.4074130952358246, 0.5540617108345032, 0.6924827694892883, 0.34998077154159546, 0.4267694652080536, 0.3797294795513153, 0.5324476957321167, 0.6743764877319336, 0.40802639722824097, NaN], "count": [465]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.12266097763615552]], [[0.11339150038456612]], [[0.08882682454329839]]], "std": [[[0.29200919123073227]], [[0.2731167325691117]], [[0.22671370492515575]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42445390336292516]], [[0.38568021801244695]], [[0.3084231903766602]]], "std": [[[0.3880647351001736]], [[0.37009717495377964]], [[0.3388805535497251]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.6091053858703632]], [[0.5407379874216367]], [[0.3919862883903946]]], "std": [[[0.2647133980904216]], [[0.27367643350813725]], [[0.27128894644398077]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19429284023037757]], [[0.17074525629136098]], [[0.1506388598871716]]], "std": [[[0.2626432626163661]], [[0.25611603852089027]], [[0.24869219180097682]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4212686752619039]], [[0.35238545260448834]], [[0.2749979460749109]]], "std": [[[0.30843618110102505]], [[0.30953307545113423]], [[0.3232104875526045]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989585909121694]], [[0.9989585909121694]], [[0.9989585909121694]]], "std": [[[0.00837394078699551]], [[0.00837394078699551]], [[0.00837394078699551]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.2]], [[0.2]], [[0.2]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.59434950522735]], [[0.59434950522735]], [[0.59434950522735]]], "std": [[[0.33779290733758377]], [[0.33779290733758377]], [[0.33779290733758377]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2068945631670814]], [[0.2068945631670814]], [[0.2068945631670814]]], "std": [[[0.26041362477981606]], [[0.26041362477981606]], [[0.26041362477981606]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33000898282092495]], [[0.33000898282092495]], [[0.33000898282092495]]], "std": [[[0.45265471328804596]], [[0.45265471328804596]], [[0.45265471328804596]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25614759024228]], [[0.25614759024228]], [[0.25614759024228]]], "std": [[[0.3514825074817425]], [[0.3514825074817425]], [[0.3514825074817425]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.028767508152332442]], [[0.10528809333657885]], [[0.1335820815655697]]], "std": [[[0.11858983687179438]], [[0.2703735900106937]], [[0.32444003360775275]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19803982187245814]], [[0.37711535441439664]], [[0.43564405739724843]]], "std": [[[0.3297632283323981]], [[0.393725176071436]], [[0.45237073348584567]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.649404334901773]], [[0.42871230363490426]], [[0.37519419080514804]]], "std": [[[0.4140145492588582]], [[0.32773950062673085]], [[0.3789858601716791]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3638154310593975]], [[0.5388617057301358]], [[0.2390849579324223]]], "std": [[[0.3528603794324706]], [[0.4613009006720599]], [[0.3452748571608074]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4136863214489996]], [[0.4093297619311053]], [[0.5294590713683647]]], "std": [[[0.34302454868206567]], [[0.4161004805776359]], [[0.4430860779959404]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.28], "mean": [4.64], "std": [2.6846725436571712], "count": [465]}, "frame_index": {"min": [0], "max": [464], "mean": [232.0], "std": [134.23362718285858], "count": [465]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [465]}, "index": {"min": [25197], "max": [25661], "mean": [25429.0], "std": [134.23362718285858], "count": [465]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [465]}}} +{"episode_index": 107, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3794834017753601, 1.1118484735488892, -0.034774087369441986, -1.851782202720642, -1.5682644844055176, 1.0478602647781372, 0.3102135956287384, 0.0012845938326790929, 1.0480763912200928, -2.4797725677490234, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, 1.249000902703301e-16, -0.6146341562271118, 1.249000902703301e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3794834017753601, 1.1118484735488892, -0.034774087369441986, -0.7935245633125305, -1.21438467502594, 1.114254117012024, 1.5613093376159668, 0.16651420295238495, 1.2210663557052612, -2.1502904891967773, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, 0.6146341562271118, -1.249000902703301e-16, 0.6146341562271118, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3794834017753601, 1.1118474006652832, -0.034774068742990494, -1.5576525926589966, -1.3185930252075195, 1.0960278511047363, 0.6494860053062439, 0.11977170407772064, 1.1310911178588867, -2.255746841430664, 0.3915305435657501, -0.3915305435657501, 0.3915305435657501, 0.3915305435657501, -0.3915305435657501, 0.3915305435657501, -2.3561973571777344, 1.5707964897155762, -1.0471971035003662, -1.5707964897155762, 0.0, -1.0471971035003662, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 1.862645149230957e-08, 0.3564196527004242, 0.12029831111431122, 0.02027454786002636, 0.43460944294929504, 0.055464405566453934, 0.04522870481014252, 0.11304447799921036, 0.2801179587841034, 0.2801179587841034, 0.2801179587841034, 0.2801179587841034, 0.2801179587841034, 0.2801179587841034, 2.86102294921875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [109]}, "observation.state": {"min": [-0.8821435570716858, 0.4417867958545685, 3.0711628795643264e-08, -0.13919897377490997, -0.6046554446220398, -0.8814899325370789, -0.10376423597335815, -0.34490057826042175, -1.9843358955995427e-08, -0.1667330116033554, 0.9811145663261414, 1.3136029243469238, NaN], "max": [-0.7964871525764465, 0.6046554446220398, 0.1632394939661026, -0.05433131754398346, -0.4606608748435974, -0.7964871525764465, -6.67652457764234e-08, 0.06152339652180672, 0.09805230051279068, -7.693077463954978e-08, 1.0, 1.3821827173233032, NaN], "mean": [-0.8262550234794617, 0.5532485842704773, 0.04848731681704521, -0.0814233273267746, -0.5574036836624146, -0.82630854845047, -0.028072776272892952, -0.04405084624886513, 0.02890016883611679, -0.04800968989729881, 0.9958427548408508, 1.3495090007781982, NaN], "std": [0.03460593521595001, 0.062391240149736404, 0.06145675480365753, 0.033441536128520966, 0.05642804503440857, 0.034660547971725464, 0.036623623222112656, 0.13947413861751556, 0.03723446652293205, 0.061079949140548706, 0.006327261216938496, 0.01741206832230091, NaN], "count": [109]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.09409312468190313]], [[0.08688080864164004]], [[0.08041149447022747]]], "std": [[[0.2374612865962195]], [[0.22499862211281874]], [[0.21438097488186514]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3262931097954725]], [[0.2978780908622127]], [[0.27185165873058975]]], "std": [[[0.3264200791983829]], [[0.312821036812406]], [[0.3029679206712152]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.635609209738408]], [[0.6047633788442364]], [[0.5784168294450915]]], "std": [[[0.2689539685112861]], [[0.27761602916963174]], [[0.2858542427884121]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.26886953384684814]], [[0.245415974481171]], [[0.22968676938303792]]], "std": [[[0.26745113416897853]], [[0.2721089642131653]], [[0.2753077282751156]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.2913050303394844]], [[0.2624202895343699]], [[0.23755373967924434]]], "std": [[[0.32278659114615094]], [[0.3071812468389732]], [[0.29495579852275083]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987520745448071]], [[0.9987520745448071]], [[0.9987520745448071]]], "std": [[[0.009316754692724676]], [[0.009316754692724676]], [[0.009316754692724676]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.18823529411764706]], [[0.18823529411764706]], [[0.18823529411764706]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965935863624202]], [[0.5965935863624202]], [[0.5965935863624202]]], "std": [[[0.3389086834466735]], [[0.3389086834466735]], [[0.3389086834466735]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17391414418782114]], [[0.17391414418782114]], [[0.17391414418782114]]], "std": [[[0.20519738429744583]], [[0.20519738429744583]], [[0.20519738429744583]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.030650044826931833]], [[0.030650044826931833]], [[0.030650044826931833]]], "std": [[[0.10659275854055958]], [[0.10659275854055958]], [[0.10659275854055958]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.529370526610836]], [[0.529370526610836]], [[0.529370526610836]]], "std": [[[0.45221081628358056]], [[0.45221081628358056]], [[0.45221081628358056]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1410011218467757]], [[0.05877341042090376]], [[0.03821892172620903]]], "std": [[[0.34415990170368876]], [[0.16869354219196436]], [[0.1332545606840591]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3489048280986072]], [[0.473613349775463]], [[0.25852778431573714]]], "std": [[[0.433650621416508]], [[0.4472996944789519]], [[0.3664878428263674]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6085189946160743]], [[0.5135746343269021]], [[0.43939276103724895]]], "std": [[[0.40514769589659655]], [[0.4109504578847044]], [[0.3266538243790499]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7408818252105055]], [[0.5063979169726097]], [[0.39702590171871216]]], "std": [[[0.3760263978656555]], [[0.3374188984961625]], [[0.3464915745274783]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3414597499750216]], [[0.4323939606689774]], [[0.1019688350563371]]], "std": [[[0.426692362007538]], [[0.46961970408443154]], [[0.19042659644690751]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.16], "mean": [1.08], "std": [0.629285308902091], "count": [109]}, "frame_index": {"min": [0], "max": [108], "mean": [54.0], "std": [31.464265445104548], "count": [109]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [109]}, "index": {"min": [25662], "max": [25770], "mean": [25716.0], "std": [31.464265445104548], "count": [109]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [109]}}} +{"episode_index": 108, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36569738388061523, 1.6535706520080566, 0.11541659384965897, -1.3600517511367798, -1.5697684288024902, 1.0360997915267944, -0.5461042523384094, -0.6718420386314392, 1.050516963005066, -2.4685890674591064, 6.938893903907228e-18, -0.4097560942173004, 6.938893903907228e-18, 6.938893903907228e-18, -0.4097560942173004, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.36569738388061523, 1.6535706520080566, 0.11541659384965897, -0.7693030834197998, -1.0933634042739868, 1.4712156057357788, 1.5622351169586182, -0.0054738870821893215, 1.406874179840088, 0.5810401439666748, 0.4097560942173004, -6.938893903907228e-18, 0.4097560942173004, 0.4097560942173004, -6.938893903907228e-18, 0.4097560942173004, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3656969368457794, 1.653567910194397, 0.11541666835546494, -1.1047182083129883, -1.2829821109771729, 1.298953652381897, 0.2341485470533371, -0.45617830753326416, 1.2332048416137695, -0.4633210301399231, 0.31427034735679626, -0.31427034735679626, 0.31427034735679626, 0.31427034735679626, -0.31427034735679626, 0.31427034735679626, -2.35619854927063, 1.5707978010177612, -1.047196626663208, -1.5707978010177612, 0.0, -1.047196626663208, 2.481862783432007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.470348358154297e-07, 2.7418136596679688e-06, 7.450580596923828e-08, 0.23690156638622284, 0.17780627310276031, 0.1724351942539215, 0.7343882918357849, 0.2264018952846527, 0.09034766256809235, 1.1074036359786987, 0.16814231872558594, 0.16814231872558594, 0.16814231872558594, 0.16814231872558594, 0.16814231872558594, 0.16814231872558594, 4.0531158447265625e-06, 1.430511474609375e-06, 9.5367431640625e-07, 1.430511474609375e-06, 0.0, 9.5367431640625e-07, 4.5299530029296875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [159]}, "observation.state": {"min": [-0.9197617173194885, -0.9016406536102295, -0.5108025074005127, 0.6293689012527466, -0.686004638671875, -0.9133731722831726, -0.8491172790527344, -0.2636958062648773, -4.628923306881916e-07, -0.7743797898292542, -0.8654348254203796, 1.2960236072540283, NaN], "max": [-0.43238499760627747, 0.43720099329948425, 0.6071777939796448, 1.0537391901016235, -0.32697778940200806, 0.7925296425819397, 0.017295094206929207, 0.19736333191394806, 0.682445764541626, 0.3232572078704834, 1.0, 1.6082695722579956, NaN], "mean": [-0.7470728158950806, -0.10917488485574722, 0.06356780976057053, 0.7518696188926697, -0.4854442775249481, -0.37395766377449036, -0.29848116636276245, 0.09689199924468994, 0.2989962100982666, -0.18732747435569763, 0.27886930108070374, 1.4298583269119263, NaN], "std": [0.17987792193889618, 0.538591742515564, 0.32168906927108765, 0.13391461968421936, 0.11607082188129425, 0.6488588452339172, 0.3176769018173218, 0.1412312239408493, 0.2664543390274048, 0.3194466233253479, 0.7903776168823242, 0.12271111458539963, NaN], "count": [159]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.08413815278171731]], [[0.07864216708878415]], [[0.07364138588645677]]], "std": [[[0.21113249490448333]], [[0.20180130112577052]], [[0.194225991490894]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2979901977548312]], [[0.2768550537755542]], [[0.25639749720208865]]], "std": [[[0.2889109033928058]], [[0.2789278482003409]], [[0.2725312844399675]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.5774892908225155]], [[0.5593397465685772]], [[0.5439744704420533]]], "std": [[[0.25933105264273154]], [[0.26589538342690583]], [[0.27383265836209697]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.268178065850327]], [[0.2590429580812866]], [[0.2546178485620848]]], "std": [[[0.24774260874811604]], [[0.25422643239922416]], [[0.2640694390546759]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35899286993618285]], [[0.34842333789984653]], [[0.33569397119676847]]], "std": [[[0.29344519647589434]], [[0.28916083141462634]], [[0.28643731331773614]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986014909229654]], [[0.9986014909229654]], [[0.9986014909229654]]], "std": [[[0.009920232723874017]], [[0.009920232723874017]], [[0.009920232723874017]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5883835991768206]], [[0.5883835991768206]], [[0.5883835991768206]]], "std": [[[0.337192024719314]], [[0.337192024719314]], [[0.337192024719314]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25039380912243153]], [[0.25039380912243153]], [[0.25039380912243153]]], "std": [[[0.2505880716189984]], [[0.2505880716189984]], [[0.2505880716189984]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.03990605455273317]], [[0.03990605455273317]], [[0.03990605455273317]]], "std": [[[0.12019549537373785]], [[0.12019549537373785]], [[0.12019549537373785]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26017554588608127]], [[0.26017554588608127]], [[0.26017554588608127]]], "std": [[[0.34466389705744516]], [[0.34466389705744516]], [[0.34466389705744516]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1349020801439826]], [[0.027694574700712335]], [[0.10651334179579974]]], "std": [[[0.32555936386850526]], [[0.10935055804128023]], [[0.27221843069617707]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5086614309346733]], [[0.27344386709233814]], [[0.1394024506283482]]], "std": [[[0.4784384522940597]], [[0.33611312713305214]], [[0.2351824605014945]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4538566785422832]], [[0.31393383853319035]], [[0.6860968248316393]]], "std": [[[0.377667449016343]], [[0.37368352982319625]], [[0.42945407386310724]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5593178501043726]], [[0.3319729402242755]], [[0.7369349697678053]]], "std": [[[0.371842270073133]], [[0.35340655303881574]], [[0.35977973544356373]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47666869578103804]], [[0.4247793770632291]], [[0.4392819523486697]]], "std": [[[0.4193068690323363]], [[0.3851303306652216]], [[0.44005695440445475]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.16], "mean": [1.5799999999999998], "std": [0.9179687721631202], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [159]}, "index": {"min": [25771], "max": [25929], "mean": [25850.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [159]}}} +{"episode_index": 109, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996856153011322, 0.7078173160552979, 0.29368141293525696, -0.7719389796257019, -1.8580503463745117, -0.6280842423439026, 0.7821614146232605, -1.3971129655838013, 0.9556131362915039, -7.072571754455566, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, 8.673617379884035e-18, -0.34634146094322205, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996856153011322, 0.7078173160552979, 0.29368141293525696, 3.877035617828369, -0.8239789605140686, 1.8520299196243286, 1.9808902740478516, 1.3402788639068604, 2.1959946155548096, -2.497542381286621, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, 0.34634146094322205, -8.673617379884035e-18, 0.34634146094322205, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49968624114990234, 0.7078197598457336, 0.29368114471435547, 2.120816707611084, -1.5094611644744873, 0.3207816183567047, 1.4781935214996338, 0.1052812859416008, 1.5509871244430542, -5.285523891448975, 0.3139195740222931, -0.3139195740222931, 0.3139195740222931, 0.3139195740222931, -0.3139195740222931, 0.3139195740222931, -2.3561997413635254, 1.5707989931106567, -1.0471978187561035, -1.5707989931106567, 0.0, -1.0471978187561035, 2.4818668365478516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 6.258487701416016e-07, 2.4437904357910156e-06, 2.682209014892578e-07, 1.5666825771331787, 0.3675181567668915, 0.9482307434082031, 0.4361311197280884, 0.9277144074440002, 0.41699928045272827, 1.4533616304397583, 0.09790612757205963, 0.09790612757205963, 0.09790612757205963, 0.09790612757205963, 0.09790612757205963, 0.09790612757205963, 5.245208740234375e-06, 2.6226043701171875e-06, 2.384185791015625e-07, 2.6226043701171875e-06, 0.0, 2.384185791015625e-07, 8.58306884765625e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [276]}, "observation.state": {"min": [-0.8886558413505554, -0.947402834892273, -0.6216466426849365, 2.278974771499634, -0.9990910291671753, -0.9056194424629211, -0.9115479588508606, -0.911143958568573, -0.7314024567604065, -0.890881359577179, -0.9963124990463257, 1.0951931476593018, NaN], "max": [0.9692173004150391, 0.9981510043144226, 0.4235438406467438, 2.7208197116851807, 0.7501000165939331, 0.7437075972557068, 0.8379252552986145, 0.08486898988485336, 0.8905632495880127, 0.500598132610321, 1.0, 1.5704724788665771, NaN], "mean": [0.3909907937049866, 0.05691603571176529, 0.0034438245929777622, 2.458185911178589, -0.2868466377258301, -0.24544502794742584, -0.018125779926776886, -0.3850501477718353, 0.16348637640476227, -0.19044286012649536, 0.10420610010623932, 1.2982547283172607, NaN], "std": [0.5146744847297668, 0.6776602268218994, 0.3460650146007538, 0.1422940343618393, 0.5702141523361206, 0.4764237701892853, 0.5522890090942383, 0.31503599882125854, 0.38481590151786804, 0.4626505970954895, 0.7510101199150085, 0.14992962777614594, NaN], "count": [276]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.08770140770647714]], [[0.08238852376900282]], [[0.07915454864275315]]], "std": [[[0.21957713474088547]], [[0.21119452695576924]], [[0.20634255227027193]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2952990529682]], [[0.2731333455375242]], [[0.25796555601824195]]], "std": [[[0.29288612455096813]], [[0.28236229846503297]], [[0.27623703913861714]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7019948930155148]], [[0.6907366221616036]], [[0.6813430363356313]]], "std": [[[0.1681775668656216]], [[0.17894076490958533]], [[0.18996726211652765]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34750672538089483]], [[0.3275716704519775]], [[0.3134055499563801]]], "std": [[[0.2884417273374313]], [[0.28875037961458944]], [[0.2905684985515279]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664200239926346]], [[0.42088302551279394]], [[0.3825859030866544]]], "std": [[[0.2114931777205407]], [[0.2201194557424086]], [[0.22811668472657634]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9990500847923042]], [[0.9990500847923042]], [[0.9990500847923042]]], "std": [[[0.007926623434942884]], [[0.007926623434942884]], [[0.007926623434942884]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5983929347122728]], [[0.5983929347122728]], [[0.5983929347122728]]], "std": [[[0.3366583590023693]], [[0.3366583590023693]], [[0.3366583590023693]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.06345129421420768]], [[0.06345129421420768]], [[0.06345129421420768]]], "std": [[[0.05533385662857613]], [[0.05533385662857613]], [[0.05533385662857613]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20174277454903167]], [[0.20174277454903167]], [[0.20174277454903167]]], "std": [[[0.3517701597948163]], [[0.3517701597948163]], [[0.3517701597948163]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10363058853034049]], [[0.10363058853034049]], [[0.10363058853034049]]], "std": [[[0.14298236572345638]], [[0.14298236572345638]], [[0.14298236572345638]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07531644863410293]], [[0.06968578500104942]], [[0.098340382929958]]], "std": [[[0.2463374634681841]], [[0.19523179317534733]], [[0.2853742988570616]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41731684158222637]], [[0.28762128384064545]], [[0.18599328098942458]]], "std": [[[0.4591143576145564]], [[0.3647119182994635]], [[0.2908739865865884]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6313240997229917]], [[0.9184569007658465]], [[0.1632711523103137]]], "std": [[[0.23825773741829412]], [[0.2356869923993344]], [[0.21979155249226406]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36760011694565314]], [[0.5440224972859087]], [[0.5330588879031658]]], "std": [[[0.37891888410336916]], [[0.4323303246514256]], [[0.4259616583100408]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6090241368049563]], [[0.46422253738539293]], [[0.6486442431423511]]], "std": [[[0.29554765114881587]], [[0.41342611003094454]], [[0.4338642350032486]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.5], "mean": [2.75], "std": [1.593476283685034], "count": [276]}, "frame_index": {"min": [0], "max": [275], "mean": [137.5], "std": [79.6738141842517], "count": [276]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [276]}, "index": {"min": [25930], "max": [26205], "mean": [26067.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [276]}}} +{"episode_index": 110, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994698762893677, -1.912909746170044, 0.175907164812088, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.6150474548339844, -1.7392128705978394, -7.270439147949219, -2.0026931762695312, -0.2585524618625641, -1.5070335865020752, 0.52581787109375, 6.765421556309548e-17, 6.765421556309548e-17, -0.40121951699256897, -0.40121951699256897, 6.765421556309548e-17, -0.40121951699256897], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994698762893677, -1.912909746170044, 0.175907164812088, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.7605818510055542, 2.1614625453948975, -1.0312176942825317, 0.5939079523086548, 2.25575590133667, 1.571141242980957, 2.4896740913391113, 0.40121951699256897, 0.40121951699256897, -6.765421556309548e-17, -6.765421556309548e-17, 0.40121951699256897, -6.765421556309548e-17], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4994697868824005, -1.9129061698913574, 0.17590846121311188, -0.7853999733924866, -1.5707999467849731, 1.0472005605697632, 1.5707999467849731, 0.0, 1.0472005605697632, -2.48185396194458, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.06879589706659317, -0.27492108941078186, -5.282429218292236, -0.6916364431381226, 1.0272529125213623, 0.31000789999961853, 1.6199092864990234, 0.3577526807785034, 0.3577526807785034, -0.3577526807785034, -0.3577526807785034, 0.3577526807785034, -0.3577526807785034], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 3.5762786865234375e-06, 1.296401023864746e-06, 1.7881393432617188e-06, 3.5762786865234375e-06, 2.9802322387695312e-06, 3.5762786865234375e-06, 0.0, 2.9802322387695312e-06, 4.291534423828125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.395625352859497, 1.3583651781082153, 1.9062780141830444, 0.8790938854217529, 0.7315282821655273, 0.8844839930534363, 0.4585208296775818, 0.12274065613746643, 0.12274065613746643, 0.12274065613746643, 0.12274065613746643, 0.12274065613746643, 0.12274065613746643], "count": [556]}, "observation.state": {"min": [-0.9996872544288635, -0.9790475964546204, -0.9909303784370422, 1.5898988246917725, -0.9651563763618469, -0.9862605929374695, -0.9298813343048096, -1.1297526359558105, -0.8125636577606201, -0.7004249095916748, -0.9874686598777771, 1.1925089359283447, NaN], "max": [0.9391446709632874, 0.9987614154815674, 0.6084926128387451, 2.866812229156494, 0.8634870648384094, 0.9933871030807495, 0.8918228149414062, 0.21473266184329987, 0.99875807762146, 0.6739109754562378, 1.0, 2.2840754985809326, NaN], "mean": [0.3269856870174408, -0.2436947375535965, -0.09845706075429916, 2.2511324882507324, 0.08156439661979675, 0.4134351313114166, -0.02493085339665413, -0.3796837031841278, 0.21836838126182556, 0.043092016130685806, 0.17101481556892395, 1.680715560913086, NaN], "std": [0.463715136051178, 0.6704885363578796, 0.3992651700973511, 0.2893323600292206, 0.5868236422538757, 0.47282537817955017, 0.5038550496101379, 0.4823322296142578, 0.5285332202911377, 0.30774614214897156, 0.7397011518478394, 0.31061410903930664, NaN], "count": [556]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.1219157457437649]], [[0.12001360130837774]], [[0.11525209283227071]]], "std": [[[0.29017051984264725]], [[0.2867482188426752]], [[0.27909927304716403]]], "count": [114]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42239641016560864]], [[0.41068210568572827]], [[0.3838993300365078]]], "std": [[[0.3859150388338533]], [[0.38238418702611005]], [[0.38054912955507103]]], "count": [114]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3191573256785034]], [[0.28871020701749917]], [[0.24025011085708653]]], "std": [[[0.3242814128342104]], [[0.32248123944082746]], [[0.31321976951842057]]], "count": [114]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.27061507769078025]], [[0.2692180401751752]], [[0.2680425274288719]]], "std": [[[0.35944824875613973]], [[0.35827143706804954]], [[0.3583516825660757]]], "count": [114]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5382957745065512]], [[0.513241105931212]], [[0.4532824785382292]]], "std": [[[0.33624836556309684]], [[0.33719835313691177]], [[0.3424009919142161]]], "count": [114]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988174004939345]], [[0.9988174004939345]], [[0.9988174004939345]]], "std": [[[0.00907645337751104]], [[0.00907645337751104]], [[0.00907645337751104]]], "count": [114]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.17647058823529413]], [[0.17647058823529413]], [[0.17647058823529413]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5933430950390365]], [[0.5933430950390365]], [[0.5933430950390365]]], "std": [[[0.3378012781892794]], [[0.3378012781892794]], [[0.3378012781892794]]], "count": [114]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32301770041774824]], [[0.32301770041774824]], [[0.32301770041774824]]], "std": [[[0.4399342441875668]], [[0.4399342441875668]], [[0.4399342441875668]]], "count": [114]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6209446714289834]], [[0.6209446714289834]], [[0.6209446714289834]]], "std": [[[0.45665017001487657]], [[0.45665017001487657]], [[0.45665017001487657]]], "count": [114]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26356894444936774]], [[0.26356894444936774]], [[0.26356894444936774]]], "std": [[[0.32826858372645673]], [[0.32826858372645673]], [[0.32826858372645673]]], "count": [114]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13354185276910727]], [[0.0315056986948092]], [[0.11260954905350054]]], "std": [[[0.3256999420695852]], [[0.12586918840980757]], [[0.2908883544599245]]], "count": [114]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42299412494204514]], [[0.4442615451039731]], [[0.15619841666211098]]], "std": [[[0.444376206081397]], [[0.4136040713734317]], [[0.2717859480902942]]], "count": [114]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4657118234316394]], [[0.3801887701515467]], [[0.2635754371165537]]], "std": [[[0.41047053714700293]], [[0.41291763753177885]], [[0.3625544811941888]]], "count": [114]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12587670682650134]], [[0.23949624855242874]], [[0.26686381128834014]]], "std": [[[0.26246360727435525]], [[0.36831581586408607]], [[0.40216015210299405]]], "count": [114]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5297643533560531]], [[0.48684251054017286]], [[0.3732511864469908]]], "std": [[[0.42456976746236147]], [[0.4428702601263381]], [[0.37104107617962295]]], "count": [114]}, "timestamp": {"min": [0.0], "max": [11.1], "mean": [5.550000000000001], "std": [3.210062304691297], "count": [556]}, "frame_index": {"min": [0], "max": [555], "mean": [277.5], "std": [160.50311523456483], "count": [556]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [556]}, "index": {"min": [26206], "max": [26761], "mean": [26483.5], "std": [160.50311523456483], "count": [556]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [556]}}} +{"episode_index": 111, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1907730102539062, 0.23622317612171173, 4.590461730957031, -1.7263938188552856, 7.080976486206055, 1.3341481685638428, -2.0361251831054688, -0.5677574872970581, -2.9329850673675537, 6.938893903907228e-18, -0.6487804651260376, 6.938893903907228e-18, 6.938893903907228e-18, -0.6487804651260376, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.1907730102539062, 0.23622317612171173, 5.7477288246154785, -1.1871263980865479, 7.652461051940918, 1.7419558763504028, 0.09539907425642014, 1.0344959497451782, -2.4889299869537354, 0.6487804651260376, -6.938893903907228e-18, 0.6487804651260376, 0.6487804651260376, -6.938893903907228e-18, 0.6487804651260376, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997488260269165, 1.1907695531845093, 0.23622259497642517, 5.184965133666992, -1.5038186311721802, 7.357644557952881, 1.565653681755066, -1.0150855779647827, 0.14229939877986908, -2.7989141941070557, 0.5187258124351501, -0.5187258124351501, 0.5187258124351501, 0.5187258124351501, -0.5187258124351501, 0.5187258124351501, -2.356199026107788, 1.570798397064209, -1.047196388244629, -1.570798397064209, 0.0, -1.047196388244629, 2.4818646907806396, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.1622905731201172e-06, 3.4570693969726562e-06, 5.811452865600586e-07, 0.5006728768348694, 0.19197481870651245, 0.2064616084098816, 0.11731769144535065, 0.5934725403785706, 0.3898530900478363, 0.09563659876585007, 0.24871626496315002, 0.24871626496315002, 0.24871626496315002, 0.24871626496315002, 0.24871626496315002, 0.24871626496315002, 4.5299530029296875e-06, 2.0265579223632812e-06, 1.1920928955078125e-06, 2.0265579223632812e-06, 0.0, 1.1920928955078125e-06, 6.4373016357421875e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [200]}, "observation.state": {"min": [-0.8352456092834473, -0.34442347288131714, -0.8863921761512756, 2.012467861175537, -0.9653205275535583, -0.8646887540817261, -0.941643476486206, -0.24722200632095337, -0.9855837821960449, -0.7481388449668884, -0.6379444003105164, 1.2705789804458618, NaN], "max": [0.745128333568573, 0.9653205871582031, 0.056710150092840195, 2.4532723426818848, 0.17197245359420776, -0.06861481070518494, 0.010597345419228077, 0.26565104722976685, 0.042439691722393036, 0.9550806283950806, 1.0, 1.9266152381896973, NaN], "mean": [-0.10744500905275345, 0.6472980976104736, -0.24799592792987823, 2.314573287963867, -0.5715765953063965, -0.42997023463249207, -0.36716288328170776, 0.02409450337290764, -0.3526937961578369, 0.024997958913445473, 0.38089942932128906, 1.5741972923278809, NaN], "std": [0.4783516824245453, 0.42519611120224, 0.3136034309864044, 0.1460384577512741, 0.43027082085609436, 0.20081105828285217, 0.35799404978752136, 0.19972307980060577, 0.35129886865615845, 0.4175987243652344, 0.6573424339294434, 0.26512691378593445, NaN], "count": [200]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12210947427430327]], [[0.10500951591607541]], [[0.08095749119387162]]], "std": [[[0.29098452824653304]], [[0.25404261516593496]], [[0.20198888466423925]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42166970631486406]], [[0.35285498001396104]], [[0.2643434299543147]]], "std": [[[0.390708115561295]], [[0.34804084458811607]], [[0.2838077405632869]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.700078668750767]], [[0.6370798657002557]], [[0.5803268362780972]]], "std": [[[0.18206292262601229]], [[0.19237345516066418]], [[0.2001210230759337]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.285683648597088]], [[0.21274924344075033]], [[0.163911424396714]]], "std": [[[0.2706546262668584]], [[0.2547685412515416]], [[0.2371414767987206]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47246673385677246]], [[0.3438880097848106]], [[0.2555335786241585]]], "std": [[[0.2625522134100657]], [[0.27652534040597165]], [[0.29016082796746834]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8509803921568627]], [[0.8509803921568627]], [[0.8509803921568627]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9984896307964038]], [[0.9984896307964038]], [[0.9984896307964038]]], "std": [[[0.010642624953098522]], [[0.010642624953098522]], [[0.010642624953098522]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6030804490874014]], [[0.6030804490874014]], [[0.6030804490874014]]], "std": [[[0.3376251246456686]], [[0.3376251246456686]], [[0.3376251246456686]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.05887650364684022]], [[0.05887650364684022]], [[0.05887650364684022]]], "std": [[[0.09078798606517283]], [[0.09078798606517283]], [[0.09078798606517283]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15822161067155907]], [[0.15822161067155907]], [[0.15822161067155907]]], "std": [[[0.3394840577322865]], [[0.3394840577322865]], [[0.3394840577322865]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18864894108527444]], [[0.18864894108527444]], [[0.18864894108527444]]], "std": [[[0.294282202178873]], [[0.294282202178873]], [[0.294282202178873]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09904352135163426]], [[0.09573767695238555]], [[0.04994633642930856]]], "std": [[[0.26255570732659117]], [[0.2811885150102723]], [[0.16159528089201952]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2815096677979013]], [[0.36188288402464713]], [[0.3467644182121397]]], "std": [[[0.40133388217040433]], [[0.3661301533726172]], [[0.44374186043711533]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28745683035705305]], [[0.9283261281668032]], [[0.5566843761546203]]], "std": [[[0.3395796494226376]], [[0.22131121285593147]], [[0.2573911732714199]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34783347448620017]], [[0.4025859138156134]], [[0.6266116861162577]]], "std": [[[0.3708647998346081]], [[0.3873023490343637]], [[0.4217200004186684]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29766328369178113]], [[0.4088055744988738]], [[0.6686729766356801]]], "std": [[[0.2952790713195144]], [[0.40846640132470735]], [[0.4280343799890424]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.98], "mean": [1.99], "std": [1.1546861045323096], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [200]}, "index": {"min": [26762], "max": [26961], "mean": [26861.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [200]}}} +{"episode_index": 112, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997352063655853, 1.2914988994598389, 0.1812857836484909, -1.3874778747558594, -1.56809663772583, 1.048735499382019, 0.8168185949325562, -0.8742722272872925, 1.052939772605896, -3.5201196670532227, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, 1.2663481374630692e-16, -0.3073170781135559, 1.2663481374630692e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997352063655853, 1.2914988994598389, 0.1812857836484909, -0.7937852740287781, -1.3134715557098389, 1.157601237297058, 1.5602929592132568, -0.011583376675844193, 1.4594104290008545, -2.496321439743042, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, 0.3073170781135559, -1.2663481374630692e-16, 0.3073170781135559, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997357130050659, 1.2914981842041016, 0.18128584325313568, -1.2703766822814941, -1.3893225193023682, 1.1235640048980713, 1.0014830827713013, -0.6976932883262634, 1.333571434020996, -3.312074661254883, 0.20174987614154816, -0.20174987614154816, 0.20174987614154816, 0.20174987614154816, -0.20174987614154816, 0.20174987614154816, -2.3561973571777344, 1.5707963705062866, -1.0471971035003662, -1.5707963705062866, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.066394805908203e-07, 7.152557373046875e-07, 5.960464477539063e-08, 0.18051372468471527, 0.07580166310071945, 0.02906307578086853, 0.20891408622264862, 0.26561635732650757, 0.10853123664855957, 0.30807846784591675, 0.1419811099767685, 0.1419811099767685, 0.1419811099767685, 0.1419811099767685, 0.1419811099767685, 0.1419811099767685, 2.86102294921875e-06, 0.0, 4.76837158203125e-07, 0.0, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [106]}, "observation.state": {"min": [-0.6753160953521729, -0.814858078956604, -0.9077989459037781, 2.3083367347717285, 0.48847219347953796, -0.7814084887504578, -0.38832423090934753, -0.03788595646619797, -0.7999332547187805, -0.6528531312942505, 0.15844668447971344, 1.3516845703125, NaN], "max": [-0.34857097268104553, 0.2332366704940796, 0.001549299107864499, 2.4864234924316406, 0.814858078956604, -0.5796605348587036, 0.0008187578059732914, 0.14539410173892975, 0.00023820155183784664, 0.0017364713130518794, 1.0, 1.4684655666351318, NaN], "mean": [-0.5790890455245972, -0.6544272899627686, -0.19318121671676636, 2.3430607318878174, 0.7590473890304565, -0.6224622130393982, -0.07670969516038895, 0.10749280452728271, -0.12990272045135498, -0.15707172453403473, 0.8855510354042053, 1.3926008939743042, NaN], "std": [0.05904504656791687, 0.30585575103759766, 0.3194185495376587, 0.05674054101109505, 0.09806309640407562, 0.06857790052890778, 0.1272188276052475, 0.05453493818640709, 0.24192169308662415, 0.2476767748594284, 0.23320314288139343, 0.04165550321340561, NaN], "count": [106]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1222973450520388]], [[0.11900189030846428]], [[0.11323988410042037]]], "std": [[[0.29638824624328564]], [[0.28961130672445035]], [[0.27895148292940636]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43804361455946556]], [[0.4202542951040407]], [[0.38905871355758204]]], "std": [[[0.4104815267231712]], [[0.4017082774156314]], [[0.3943243710798883]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5396749407057375]], [[0.5307262982208033]], [[0.5145357532500364]]], "std": [[[0.20019906987509922]], [[0.20072300003342133]], [[0.20206734822985326]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3679196012045939]], [[0.3154506370654688]], [[0.239911424396714]]], "std": [[[0.2799315116697839]], [[0.2809880961555276]], [[0.275591982136884]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5287508568079603]], [[0.45442024393629415]], [[0.3264500959235991]]], "std": [[[0.24426084654889174]], [[0.24815920938067257]], [[0.28571083747410253]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988864681675139]], [[0.9988864681675139]], [[0.9988864681675139]]], "std": [[[0.008664948829062515]], [[0.008664948829062515]], [[0.008664948829062515]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595145922559715]], [[0.595145922559715]], [[0.595145922559715]]], "std": [[[0.3356674853394253]], [[0.3356674853394253]], [[0.3356674853394253]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06033376450337325]], [[0.06033376450337325]], [[0.06033376450337325]]], "std": [[[0.052983092358825874]], [[0.052983092358825874]], [[0.052983092358825874]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.02857162284222194]], [[0.02857162284222194]], [[0.02857162284222194]]], "std": [[[0.025711209379124442]], [[0.025711209379124442]], [[0.025711209379124442]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15348610700393148]], [[0.15348610700393148]], [[0.15348610700393148]]], "std": [[[0.23225149989141547]], [[0.23225149989141547]], [[0.23225149989141547]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.06926944908807202]], [[0.07379481402355409]], [[0.09853752084603207]]], "std": [[[0.17611729578051913]], [[0.24017667116518074]], [[0.28706867399406794]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.530576796882701]], [[0.16835474632382277]], [[0.2126857400735336]]], "std": [[[0.4795073504992754]], [[0.2737938994423432]], [[0.3210008329138716]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27049703914259526]], [[0.8310526114621493]], [[0.4309230861045899]]], "std": [[[0.3229247998694392]], [[0.3395232807411358]], [[0.2739439769536171]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6352385040880687]], [[0.5656872977842688]], [[0.3797016088744584]]], "std": [[[0.4070092902707666]], [[0.4045721145324093]], [[0.29363339091825685]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6129812840015799]], [[0.7599389937979911]], [[0.32158617734566897]]], "std": [[[0.42113456673372657]], [[0.2953654395556208]], [[0.36984882583913853]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.1], "mean": [1.05], "std": [0.6119640512317697], "count": [106]}, "frame_index": {"min": [0], "max": [105], "mean": [52.5], "std": [30.598202561588483], "count": [106]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [106]}, "index": {"min": [26962], "max": [27067], "mean": [27014.5], "std": [30.598202561588483], "count": [106]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [106]}}} +{"episode_index": 113, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997432827949524, 1.0317331552505493, -0.006450907792896032, -2.1096231937408447, -1.6563279628753662, 1.0525288581848145, 0.5119978785514832, -1.3803926706314087, 0.9717680215835571, -4.0452799797058105, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, 6.938893903907228e-18, -0.3268292546272278, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997432827949524, 1.0317331552505493, -0.006450907792896032, -0.8003394603729248, -1.5708858966827393, 1.5384509563446045, 1.5592033863067627, -0.015389625914394855, 1.0465991497039795, -2.49941086769104, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, 0.3268292546272278, -6.938893903907228e-18, 0.3268292546272278, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974343180656433, 1.0317325592041016, -0.006450909189879894, -1.7368937730789185, -1.59209144115448, 1.3989944458007812, 0.8168590068817139, -1.0031806230545044, 1.0030055046081543, -3.615814208984375, 0.20653806626796722, -0.20653806626796722, 0.20653806626796722, 0.20653806626796722, -0.20653806626796722, 0.20653806626796722, -2.356196880340576, 1.570796012878418, -1.0471972227096558, -1.570796012878418, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4901161193847656e-07, 5.960464477539062e-07, 1.3969838619232178e-09, 0.4489750266075134, 0.02473694086074829, 0.16788823902606964, 0.35585930943489075, 0.4768570363521576, 0.02524527907371521, 0.5369918346405029, 0.15311720967292786, 0.15311720967292786, 0.15311720967292786, 0.15311720967292786, 0.15311720967292786, 0.15311720967292786, 2.384185791015625e-06, 3.5762786865234375e-07, 3.5762786865234375e-07, 3.5762786865234375e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [98]}, "observation.state": {"min": [-0.08035074919462204, -0.7080109715461731, -0.7585610747337341, 2.406217575073242, -0.997072696685791, -0.5546010732650757, -0.7280566096305847, -0.08800504356622696, -0.339456170797348, -1.639593989466448e-07, -0.773229718208313, 1.3265478610992432, NaN], "max": [0.8134772181510925, 0.996878981590271, 0.019035663455724716, 2.564898729324341, -0.536349892616272, -0.024477984756231308, -2.984895530744325e-08, 0.2044873982667923, 0.45932304859161377, 0.9770028591156006, 1.0, 1.7358672618865967, NaN], "mean": [0.19706743955612183, 0.6004210710525513, -0.2153562307357788, 2.4577605724334717, -0.876659631729126, -0.14991408586502075, -0.2558552920818329, 0.14512337744235992, -0.028103746473789215, 0.3231102228164673, 0.5551794171333313, 1.4339087009429932, NaN], "std": [0.35624635219573975, 0.5932459235191345, 0.274641215801239, 0.05328391492366791, 0.1744677871465683, 0.15424129366874695, 0.2988334000110626, 0.09009601920843124, 0.18571701645851135, 0.36998459696769714, 0.6443649530410767, 0.15061800181865692, NaN], "count": [98]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13098392121802038]], [[0.12339718145046741]], [[0.10552993537622292]]], "std": [[[0.308492571294511]], [[0.2923809872773767]], [[0.25372113517505623]]], "count": [98]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619891703475275]], [[0.4236038986573734]], [[0.3513747238233893]]], "std": [[[0.4022688295946477]], [[0.38239265822551194]], [[0.33908116583785813]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0392156862745098]], [[0.0392156862745098]], [[0.0196078431372549]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.7921424580228453]], [[0.7898462952090313]], [[0.6604547950981631]]], "std": [[[0.1437967782837023]], [[0.15679387994077962]], [[0.19731845833832728]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3062682355524885]], [[0.22229745357326952]], [[0.15261710443214255]]], "std": [[[0.2194444978725576]], [[0.2079143744894097]], [[0.20037443205716676]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.42706784844507895]], [[0.3471942424245783]], [[0.23207148185357382]]], "std": [[[0.3092404137535173]], [[0.2938769741210946]], [[0.2687138916536613]]], "count": [98]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9992205411284585]], [[0.9992205411284585]], [[0.9992205411284585]]], "std": [[[0.006898754823609855]], [[0.006898754823609855]], [[0.006898754823609855]]], "count": [98]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5922454231855185]], [[0.5922454231855185]], [[0.5922454231855185]]], "std": [[[0.3332097611730236]], [[0.3332097611730236]], [[0.3332097611730236]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "mean": [[[0.061185877859915895]], [[0.061185877859915895]], [[0.061185877859915895]]], "std": [[[0.05675119695234124]], [[0.05675119695234124]], [[0.05675119695234124]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.022373039363141035]], [[0.022373039363141035]], [[0.022373039363141035]]], "std": [[[0.02289433096740379]], [[0.02289433096740379]], [[0.02289433096740379]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3333241658210427]], [[0.3333241658210427]], [[0.3333241658210427]]], "std": [[[0.40307326583761155]], [[0.40307326583761155]], [[0.40307326583761155]]], "count": [98]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04566723786056949]], [[0.07008569851797632]], [[0.09621875356619855]]], "std": [[[0.151600057337255]], [[0.23546411814772045]], [[0.2818571716218379]]], "count": [98]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4117781143441269]], [[0.2822447784900356]], [[0.22583322990972662]]], "std": [[[0.4603009994253767]], [[0.3282922430653228]], [[0.3592068306758472]]], "count": [98]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3160595793325709]], [[0.3628267489752989]], [[0.7503207076065952]]], "std": [[[0.2841147627629505]], [[0.39785371363322286]], [[0.36714849457640425]]], "count": [98]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.714732067718507]], [[0.5426750557272942]], [[0.382540225830081]]], "std": [[[0.3262361250667484]], [[0.3728836986233897]], [[0.376696453040877]]], "count": [98]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6317614847313708]], [[0.23421804821925352]], [[0.230467001615461]]], "std": [[[0.46318733761617703]], [[0.32976047835653194]], [[0.24754550591965788]]], "count": [98]}, "timestamp": {"min": [0.0], "max": [1.94], "mean": [0.9699999999999999], "std": [0.5657738063926254], "count": [98]}, "frame_index": {"min": [0], "max": [97], "mean": [48.5], "std": [28.28869031963127], "count": [98]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [98]}, "index": {"min": [27068], "max": [27165], "mean": [27116.5], "std": [28.28869031963127], "count": [98]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [98]}}} +{"episode_index": 114, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49966028332710266, 0.324341744184494, 0.2281004637479782, -2.3706955909729004, -1.8412595987319946, 0.9311550259590149, 0.39405280351638794, -0.5043611526489258, -1.0468180179595947, 2.6926708221435547, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -1.0581813203458523e-16, -0.5219511985778809, -1.0581813203458523e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49966028332710266, 0.324341744184494, 0.2281004637479782, 0.2860755920410156, 0.5167151093482971, 2.6801955699920654, 1.7050585746765137, 1.2411010265350342, 1.0387004613876343, 3.7968127727508545, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, 0.5219511985778809, 1.0581813203458523e-16, 0.5219511985778809, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4996594786643982, 0.32434096932411194, 0.22810029983520508, -1.0231584310531616, -0.809432327747345, 1.5799866914749146, 1.029953956604004, 0.4178486168384552, -0.09112667292356491, 3.1958699226379395, 0.47434908151626587, -0.47434908151626587, 0.47434908151626587, 0.47434908151626587, -0.47434908151626587, 0.47434908151626587, -2.3561997413635254, 1.5707992315292358, -1.047199010848999, -1.5707992315292358, 0.0, -1.047199010848999, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.046627044677734e-07, 7.748603820800781e-07, 1.6391277313232422e-07, 0.9337426424026489, 0.9117504358291626, 0.5413629412651062, 0.3920765221118927, 0.4839579463005066, 0.6378697752952576, 0.3101351857185364, 0.14362722635269165, 0.14362722635269165, 0.14362722635269165, 0.14362722635269165, 0.14362722635269165, 0.14362722635269165, 5.245208740234375e-06, 2.86102294921875e-06, 1.430511474609375e-06, 2.86102294921875e-06, 0.0, 1.430511474609375e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [304]}, "observation.state": {"min": [-0.3902980089187622, -0.9998717904090881, -0.19007952511310577, 1.3011317253112793, -0.9999508261680603, -0.19223593175411224, -0.9924649596214294, -0.8405808806419373, -0.9764077663421631, -0.2292402684688568, -0.5888904333114624, 0.9275875687599182, NaN], "max": [0.9828967452049255, 0.9999454617500305, 0.48937493562698364, 2.4310457706451416, 0.4636126756668091, 0.8492517471313477, -9.300618053487142e-09, 0.16702082753181458, 0.9635549783706665, 0.9887875914573669, 1.0, 2.0176217555999756, NaN], "mean": [0.35223931074142456, 0.12479084730148315, 0.120698943734169, 1.871354341506958, -0.31168657541275024, 0.21606671810150146, -0.6176279187202454, -0.27642038464546204, 0.11946089565753937, 0.28779953718185425, 0.36160048842430115, 1.3307349681854248, NaN], "std": [0.3937520384788513, 0.8079839944839478, 0.19469894468784332, 0.4153953790664673, 0.5104252099990845, 0.2595028281211853, 0.3831801414489746, 0.3357480466365814, 0.5907061100006104, 0.3670611083507538, 0.5371019840240479, 0.3368765413761139, NaN], "count": [304]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0909442825042195]], [[0.0901544782339597]], [[0.08937883350734363]]], "std": [[[0.22502238403572314]], [[0.22373237965786497]], [[0.22230826689248023]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31496967660905884]], [[0.3107962711502986]], [[0.3056466618520463]]], "std": [[[0.3062167096296632]], [[0.3055652673637472]], [[0.3046122190295705]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.03529411764705882]], [[0.03529411764705882]], [[0.0196078431372549]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.5726242604562087]], [[0.5547182917351476]], [[0.5373447690625103]]], "std": [[[0.1980976171953828]], [[0.21570822392587138]], [[0.2308205056867558]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21460103628332766]], [[0.20785681667763034]], [[0.20423161006134952]]], "std": [[[0.2774653424319452]], [[0.27712089818361096]], [[0.27808381388540127]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35727761919035256]], [[0.3284877746864965]], [[0.3044844031111299]]], "std": [[[0.19447762560495127]], [[0.1997973304101734]], [[0.20463290273781137]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988774826643492]], [[0.9988774826643492]], [[0.9988774826643492]]], "std": [[[0.008672435416410664]], [[0.008672435416410664]], [[0.008672435416410664]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.589495233324683]], [[0.589495233324683]], [[0.589495233324683]]], "std": [[[0.33339680127588556]], [[0.33339680127588556]], [[0.33339680127588556]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "mean": [[[0.0548994126565506]], [[0.0548994126565506]], [[0.0548994126565506]]], "std": [[[0.047063366284737784]], [[0.047063366284737784]], [[0.047063366284737784]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28376593300703884]], [[0.28376593300703884]], [[0.28376593300703884]]], "std": [[[0.4233361710210684]], [[0.4233361710210684]], [[0.4233361710210684]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07701826269990229]], [[0.07701826269990229]], [[0.07701826269990229]]], "std": [[[0.060935553759262615]], [[0.060935553759262615]], [[0.060935553759262615]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09648034085902751]], [[0.024769629803975214]], [[0.12918927023632543]]], "std": [[[0.26501345668193504]], [[0.09690931567966134]], [[0.3162788541803422]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5502488260171892]], [[0.30433009922275395]], [[0.1907306810005559]]], "std": [[[0.48289953052398843]], [[0.3438000452769134]], [[0.2834133522428503]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9030108677649098]], [[0.5133891507425445]], [[0.1985055217258067]]], "std": [[[0.26100335681690606]], [[0.25456550833372843]], [[0.2155562405966293]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.312972385671207]], [[0.5376992417978784]], [[0.3133717523944019]]], "std": [[[0.3648148189231203]], [[0.43658229096385215]], [[0.39473908511582917]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7200188829678447]], [[0.3824126196698029]], [[0.616560122739291]]], "std": [[[0.3926165116269043]], [[0.35814256731814575]], [[0.3470298630980538]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.06], "mean": [3.03], "std": [1.755135322418189], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [304]}, "index": {"min": [27166], "max": [27469], "mean": [27317.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [304]}}} +{"episode_index": 115, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3666225671768188, 0.14019493758678436, -2.3259382247924805, -1.5697897672653198, -0.6691274642944336, 0.6486926674842834, 0.006071846000850201, 0.7708668112754822, -2.4763448238372803, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, 6.591949208711867e-17, -0.39024388790130615, 6.591949208711867e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3666225671768188, 0.14019493758678436, -0.7959323525428772, -1.2965149879455566, 1.035489559173584, 1.5653213262557983, 0.8910359740257263, 1.0455210208892822, -1.6160366535186768, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, 0.39024388790130615, -6.591949208711867e-17, 0.39024388790130615, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974924325942993, 1.366622805595398, 0.14019495248794556, -1.960071086883545, -1.420318841934204, -0.26422417163848877, 0.921955943107605, 0.6803882122039795, 0.8503077030181885, -1.8471434116363525, 0.2697030305862427, -0.2697030305862427, 0.2697030305862427, 0.2697030305862427, -0.2697030305862427, 0.2697030305862427, -2.3561975955963135, 1.5707968473434448, -1.047196865081787, -1.5707968473434448, 0.0, -1.047196865081787, 2.4818596839904785, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 7.450580596923828e-07, 2.384185791015625e-07, 1.4901161193847656e-08, 0.5173154473304749, 0.08668888360261917, 0.5790079236030579, 0.29817360639572144, 0.30047088861465454, 0.0898231714963913, 0.2852577269077301, 0.17454320192337036, 0.17454320192337036, 0.17454320192337036, 0.17454320192337036, 0.17454320192337036, 0.17454320192337036, 3.0994415283203125e-06, 4.76837158203125e-07, 7.152557373046875e-07, 4.76837158203125e-07, 0.0, 7.152557373046875e-07, 1.430511474609375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [121]}, "observation.state": {"min": [-0.08180540800094604, -0.9976129531860352, -0.6289334893226624, 2.3441193103790283, 0.27004265785217285, -0.08610603958368301, -4.8238820454571396e-05, -0.3370964825153351, -0.09727315604686737, -0.6786273121833801, 0.7295865416526794, 1.202795386314392, NaN], "max": [0.9312499165534973, -0.23019038140773773, 0.0011413994943723083, 2.626953125, 0.9976129531860352, 0.9564455151557922, 0.3077402412891388, 0.045939117670059204, 0.2878268361091614, 0.0011352872243151069, 1.0, 1.372572660446167, NaN], "mean": [0.14172539114952087, -0.8392047882080078, -0.18565402925014496, 2.416245937347412, 0.895590603351593, 0.13033954799175262, 0.07507122308015823, -0.056552667170763016, 0.03802651911973953, -0.1845717877149582, 0.9408650398254395, 1.2751067876815796, NaN], "std": [0.34746864438056946, 0.25497201085090637, 0.23544885218143463, 0.10088150203227997, 0.20891185104846954, 0.34699547290802, 0.10603273659944534, 0.12837161123752594, 0.10957340896129608, 0.24344000220298767, 0.08939125388860703, 0.03815256804227829, NaN], "count": [121]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11333240661949948]], [[0.10714158940139784]], [[0.07887368193062254]]], "std": [[[0.2775133745316152]], [[0.260109684809736]], [[0.19828441084351187]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3968744249110335]], [[0.3651781080956031]], [[0.27434572461042145]]], "std": [[[0.3873436100597804]], [[0.35752015650501506]], [[0.29268397287989156]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.567677990412334]], [[0.6142338148624246]], [[0.4709418363015669]]], "std": [[[0.17015093011370339]], [[0.1769608729392355]], [[0.18170250065051022]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3216811353384416]], [[0.27921765369736695]], [[0.22868621617108936]]], "std": [[[0.24329663890961759]], [[0.24834843512712593]], [[0.2490101920171033]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36709764224420316]], [[0.3285069312427957]], [[0.25254300066184265]]], "std": [[[0.3087381584587388]], [[0.2872054730829236]], [[0.2655454718253469]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8509803921568627]], [[0.8509803921568627]], [[0.8509803921568627]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9984369247853034]], [[0.9984369247853034]], [[0.9984369247853034]]], "std": [[[0.010772516119305416]], [[0.010772516119305416]], [[0.010772516119305416]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6015736995663489]], [[0.6015736995663489]], [[0.6015736995663489]]], "std": [[[0.33829987307693765]], [[0.33829987307693765]], [[0.33829987307693765]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.03765609797148913]], [[0.03765609797148913]], [[0.03765609797148913]]], "std": [[[0.0481239470447356]], [[0.0481239470447356]], [[0.0481239470447356]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2235294117647059]], [[0.2235294117647059]], [[0.2235294117647059]]], "mean": [[[0.02692083972879874]], [[0.02692083972879874]], [[0.02692083972879874]]], "std": [[[0.026796512579996063]], [[0.026796512579996063]], [[0.026796512579996063]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3676173771584486]], [[0.3676173771584486]], [[0.3676173771584486]]], "std": [[[0.4003361934457594]], [[0.4003361934457594]], [[0.4003361934457594]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09471640477948301]], [[0.07536906613129161]], [[0.032884827977906386]]], "std": [[[0.2780235583130322]], [[0.23913254711682042]], [[0.13747409477956718]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.431212392484096]], [[0.4613652130938898]], [[0.14858356685583163]]], "std": [[[0.4432703093201301]], [[0.4461833514906474]], [[0.27958646926554076]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23773503360511128]], [[0.5692985607772059]], [[0.9148388745053783]]], "std": [[[0.2684052118597142]], [[0.25216738139334166]], [[0.24243645679165693]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.536933939787741]], [[0.6732850221720643]], [[0.5163011310334469]]], "std": [[[0.3869332949219399]], [[0.39584454884057774]], [[0.3784516472229527]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3914767003891259]], [[0.6023944287198139]], [[0.24786631851194701]]], "std": [[[0.35560061966341744]], [[0.4584568044710858]], [[0.3516792401773614]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.4], "mean": [1.2000000000000002], "std": [0.6985699678629192], "count": [121]}, "frame_index": {"min": [0], "max": [120], "mean": [60.0], "std": [34.92849839314596], "count": [121]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [121]}, "index": {"min": [27470], "max": [27590], "mean": [27530.0], "std": [34.92849839314596], "count": [121]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [121]}}} +{"episode_index": 116, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33886873722076416, -0.7344595789909363, -0.021027276292443275, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -5.785534381866455, -2.1562998294830322, -3.7082486152648926, -1.5647037029266357, -1.5273261070251465, -1.9174249172210693, 2.491959571838379, 1.249000902703301e-16, 1.249000902703301e-16, -0.4481707215309143, -0.4481707215309143, 1.249000902703301e-16, -0.4481707215309143], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.33886873722076416, -0.7344595789909363, -0.021027276292443275, -0.7853981852531433, -1.5707963705062866, 1.0471975803375244, 1.5707963705062866, 0.0, 1.0471975803375244, -2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -2.3648457527160645, 1.5574628114700317, -1.0549170970916748, 0.8043844103813171, 0.012541979551315308, -0.7752261757850647, 6.5080671310424805, 0.4481707215309143, 0.4481707215309143, -1.249000902703301e-16, -1.249000902703301e-16, 0.4481707215309143, -1.249000902703301e-16], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.3388676643371582, -0.7344628572463989, -0.021027209237217903, -0.7853996753692627, -1.5707993507385254, 1.0472006797790527, 1.5707993507385254, 0.0, 1.0472006797790527, -2.481868028640747, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -4.442732810974121, -0.998547375202179, -2.7499356269836426, -0.1425395905971527, -0.5623113512992859, -1.1828256845474243, 4.76743221282959, 0.4006461203098297, 0.4006461203098297, -0.4006461203098297, -0.4006461203098297, 0.4006461203098297, -0.4006461203098297], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0728836059570312e-06, 3.2782554626464844e-06, 6.705522537231445e-08, 1.4901161193847656e-06, 2.9802322387695312e-06, 3.0994415283203125e-06, 2.9802322387695312e-06, 0.0, 3.0994415283203125e-06, 9.775161743164062e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9005656242370605, 0.9621896743774414, 0.6189306974411011, 0.5574345588684082, 0.4743022620677948, 0.2625232934951782, 0.9494192600250244, 0.13409584760665894, 0.13409584760665894, 0.13409584760665894, 0.13409584760665894, 0.13409584760665894, 0.13409584760665894], "count": [355]}, "observation.state": {"min": [-0.772550642490387, -0.9418602585792542, -0.9814311861991882, 2.286919355392456, -0.7162017822265625, -0.6658231019973755, -0.7005560398101807, -1.2438807487487793, -0.8280319571495056, -0.9930948615074158, -0.9890137314796448, 0.48498690128326416, NaN], "max": [0.7841084599494934, 0.7616357207298279, 0.8279983997344971, 3.039982795715332, 0.9418603181838989, 0.9997962713241577, 0.8900400996208191, 0.2757143974304199, 0.687145471572876, 0.9126189351081848, 1.0, 2.0160059928894043, NaN], "mean": [0.22281068563461304, -0.31896451115608215, 0.061017684638500214, 2.667893886566162, 0.6111971139907837, -0.03710724040865898, -0.03192197158932686, -0.4147491455078125, -0.07762466371059418, -0.11297393590211868, 0.4836134910583496, 1.2368266582489014, NaN], "std": [0.5475190877914429, 0.5372519493103027, 0.5064359903335571, 0.2018658071756363, 0.4239352345466614, 0.5048174858093262, 0.43529418110847473, 0.5314908623695374, 0.30210933089256287, 0.5836447477340698, 0.5616206526756287, 0.4587343633174896, NaN], "count": [355]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.12990348362593215]], [[0.12931422237510987]], [[0.11954193245986196]]], "std": [[[0.30645360960240847]], [[0.30618464799378653]], [[0.28822003941501667]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4606893195224809]], [[0.4532096686696292]], [[0.40580899770735557]]], "std": [[[0.4025591890676101]], [[0.40203137692354945]], [[0.38810397598766533]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39890108369191524]], [[0.3671854440213211]], [[0.2901576942394208]]], "std": [[[0.3216664972024631]], [[0.33084332708866077]], [[0.3256601574308484]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5869828799342315]], [[0.5319890899898142]], [[0.3857853430349945]]], "std": [[[0.18143981145444976]], [[0.207932297625417]], [[0.25353068584987526]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.588812682434213]], [[0.5566453361550495]], [[0.42729066560449974]]], "std": [[[0.3464246774270153]], [[0.3490983366897045]], [[0.3321871854451111]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.999015081563558]], [[0.999015081563558]], [[0.999015081563558]]], "std": [[[0.007978545459059436]], [[0.007978545459059436]], [[0.007978545459059436]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5898796572902271]], [[0.5898796572902271]], [[0.5898796572902271]]], "std": [[[0.33436452944540906]], [[0.33436452944540906]], [[0.33436452944540906]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17242080988888153]], [[0.17242080988888153]], [[0.17242080988888153]]], "std": [[[0.3329334549152458]], [[0.3329334549152458]], [[0.3329334549152458]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.2]], [[0.2]], [[0.2]]], "mean": [[[0.06930987982895356]], [[0.06930987982895356]], [[0.06930987982895356]]], "std": [[[0.050877143893526655]], [[0.050877143893526655]], [[0.050877143893526655]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2601127640413574]], [[0.2601127640413574]], [[0.2601127640413574]]], "std": [[[0.3420609032965353]], [[0.3420609032965353]], [[0.3420609032965353]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0903374579475099]], [[0.14218924542560774]], [[0.051209455431569025]]], "std": [[[0.26076988476671165]], [[0.3446790297021158]], [[0.16143388613564524]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5221150654030635]], [[0.346253603086185]], [[0.24593710684232656]]], "std": [[[0.47821040974218615]], [[0.4084602306782583]], [[0.3418713276236829]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4981839842123368]], [[0.4204373633315027]], [[0.46066684503561006]]], "std": [[[0.4318386023656911]], [[0.37759257997800344]], [[0.41307246261173897]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41165889152418944]], [[0.5650936001088989]], [[0.6467865761947199]]], "std": [[[0.2962664246385403]], [[0.3765285014204757]], [[0.4240001173918616]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6423719300927854]], [[0.3058171356227591]], [[0.3980044739759041]]], "std": [[[0.38886344920616217]], [[0.362258067880672]], [[0.376357616186331]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.08], "mean": [3.54], "std": [2.049585323913108], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [355]}, "index": {"min": [27591], "max": [27945], "mean": [27768.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [355]}}} +{"episode_index": 117, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.7456234097480774, 0.20740753412246704, -3.484461545944214, -2.1657235622406006, 1.052243947982788, -2.483496904373169, -1.8143342733383179, -0.9510161280632019, -2.769505739212036, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -1.0408340855860843e-16, -0.5707316994667053, -1.0408340855860843e-16, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.7456234097480774, 0.20740753412246704, 0.2996174097061157, -1.26168692111969, 2.5340514183044434, 1.5564208030700684, -0.008779950439929962, 1.3114895820617676, 2.944838523864746, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, 0.5707316994667053, 1.0408340855860843e-16, 0.5707316994667053, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997515082359314, 0.7456241846084595, 0.20740731060504913, -1.9523158073425293, -1.6043699979782104, 1.8704913854599, -0.8312835097312927, -0.9603461027145386, 0.060208871960639954, 0.15813203155994415, 0.5178302526473999, -0.5178302526473999, 0.5178302526473999, 0.5178302526473999, -0.5178302526473999, 0.5178302526473999, -2.3562002182006836, 1.5707995891571045, -1.0472023487091064, -1.5707995891571045, 0.0, -1.0472023487091064, 2.4818673133850098, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.519918441772461e-06, 7.748603820800781e-07, 2.2351741790771484e-07, 1.2452924251556396, 0.2728460729122162, 0.44049757719039917, 1.1519824266433716, 0.6453794240951538, 0.7990933656692505, 2.1705520153045654, 0.15985794365406036, 0.15985794365406036, 0.15985794365406036, 0.15985794365406036, 0.15985794365406036, 0.15985794365406036, 5.7220458984375e-06, 3.2186508178710938e-06, 4.76837158203125e-06, 3.2186508178710938e-06, 0.0, 4.76837158203125e-06, 9.059906005859375e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [422]}, "observation.state": {"min": [-0.8467981815338135, -0.7730551362037659, -0.6545231938362122, 1.2270656824111938, -0.9823043346405029, -0.9939025044441223, -0.9810148477554321, -1.7945016622543335, -0.9947696328163147, -0.6386144161224365, -0.995169460773468, 0.47879451513290405, NaN], "max": [0.9998571872711182, 0.9825005531311035, 0.9881806373596191, 2.0579888820648193, 0.8573458194732666, 0.9715015888214111, 0.9540514349937439, 0.3428775370121002, 0.8715598583221436, 0.9872452616691589, 1.0, 1.8019697666168213, NaN], "mean": [0.22422254085540771, 0.4601861238479614, 0.187107115983963, 1.6687406301498413, -0.2680271863937378, -0.1518634557723999, 0.05480310693383217, -0.5073170065879822, -0.00536636495962739, 0.18725226819515228, 0.09244044125080109, 1.3713970184326172, NaN], "std": [0.5627208948135376, 0.5293047428131104, 0.32576972246170044, 0.1729976087808609, 0.5163031816482544, 0.5394201874732971, 0.5869865417480469, 0.6631851196289062, 0.5428022146224976, 0.3987032473087311, 0.7090588808059692, 0.35988518595695496, NaN], "count": [422]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1340562747310887]], [[0.12576461468620143]], [[0.11511465703206149]]], "std": [[[0.3138025827502631]], [[0.29635611088701347]], [[0.2739170101767538]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47995839443810767]], [[0.44259850961348257]], [[0.3969831173124494]]], "std": [[[0.40814528771668646]], [[0.3855520659140092]], [[0.35640035643656476]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7975901484016198]], [[0.7698746388196536]], [[0.7457500165963584]]], "std": [[[0.19635328778730526]], [[0.20535308156185889]], [[0.2125512191135081]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37853861117649074]], [[0.3292810189292365]], [[0.2803907325934375]]], "std": [[[0.3330191258650501]], [[0.3140716467167939]], [[0.29159082043899975]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.5813175416468013]], [[0.49127786461528966]], [[0.41736733474553256]]], "std": [[[0.265079132574457]], [[0.24931320469857807]], [[0.23747023338826256]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8784313725490196]], [[0.8784313725490196]], [[0.8784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991656893255576]], [[0.9991656893255576]], [[0.9991656893255576]]], "std": [[[0.007201136398166703]], [[0.007201136398166703]], [[0.007201136398166703]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19215686274509805]], [[0.19215686274509805]], [[0.19215686274509805]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5901399995037856]], [[0.5901399995037856]], [[0.5901399995037856]]], "std": [[[0.3331236580116868]], [[0.3331236580116868]], [[0.3331236580116868]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23529411764705882]], [[0.23529411764705882]], [[0.23529411764705882]]], "mean": [[[0.0866991083564509]], [[0.0866991083564509]], [[0.0866991083564509]]], "std": [[[0.060973734950282125]], [[0.060973734950282125]], [[0.060973734950282125]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27206983077078856]], [[0.27206983077078856]], [[0.27206983077078856]]], "std": [[[0.4129417631481888]], [[0.4129417631481888]], [[0.4129417631481888]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22184232990073702]], [[0.22184232990073702]], [[0.22184232990073702]]], "std": [[[0.3131656941931631]], [[0.3131656941931631]], [[0.3131656941931631]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1277981520709238]], [[0.04506150845140217]], [[0.09210957754053367]]], "std": [[[0.3068126324449545]], [[0.14157754684794346]], [[0.2757821638042735]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3818383642092657]], [[0.26330884314328995]], [[0.2813289358012621]]], "std": [[[0.44464028027827346]], [[0.30993900480231745]], [[0.3970020825864566]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8589428112957163]], [[0.7422429693466936]], [[0.19828637066809898]]], "std": [[[0.2980576288403813]], [[0.23883898174529364]], [[0.25218529644169563]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3622584995148499]], [[0.5257739582683728]], [[0.4201577291085375]]], "std": [[[0.3914786356748175]], [[0.40687646464276744]], [[0.432080570852559]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6860819705879]], [[0.3092539430600734]], [[0.38921843691137414]]], "std": [[[0.3939764942847345]], [[0.36707689684024203]], [[0.33735618632992337]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.42], "mean": [4.21], "std": [2.4364112953276176], "count": [422]}, "frame_index": {"min": [0], "max": [421], "mean": [210.5], "std": [121.82056476638088], "count": [422]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [422]}, "index": {"min": [27946], "max": [28367], "mean": [28156.5], "std": [121.82056476638088], "count": [422]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [422]}}} +{"episode_index": 118, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997442960739136, 1.2328428030014038, 0.08189046382904053, -1.6192474365234375, -1.5663853883743286, 1.043853759765625, 0.8380762934684753, -0.8867940306663513, 0.8067761063575745, -3.2237706184387207, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, 1.214306433183765e-17, -0.5804877877235413, 1.214306433183765e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997442960739136, 1.2328428030014038, 0.08189046382904053, -0.797818124294281, -1.230181097984314, 1.0577619075775146, 1.5576225519180298, -0.014793967828154564, 1.04216468334198, -2.493795394897461, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, 0.5804877877235413, -1.214306433183765e-17, 0.5804877877235413, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974438548088074, 1.232841968536377, 0.08189055323600769, -1.431674838066101, -1.3216885328292847, 1.0466941595077515, 0.9952123761177063, -0.7005850672721863, 0.8665696978569031, -3.0677263736724854, 0.31088221073150635, -0.31088221073150635, 0.31088221073150635, 0.31088221073150635, -0.31088221073150635, 0.31088221073150635, -2.356196403503418, 1.5707952976226807, -1.0471974611282349, -1.5707952976226807, 0.0, -1.0471974611282349, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 8.940696716308594e-08, 8.344650268554688e-07, 8.940696716308594e-08, 0.26512765884399414, 0.10541550070047379, 0.003992050886154175, 0.22646278142929077, 0.28189605474472046, 0.06897727400064468, 0.23780328035354614, 0.2729952335357666, 0.2729952335357666, 0.2729952335357666, 0.2729952335357666, 0.2729952335357666, 0.2729952335357666, 1.9073486328125e-06, 1.0728836059570312e-06, 1.1920928955078125e-07, 1.0728836059570312e-06, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [86]}, "observation.state": {"min": [0.0802961066365242, -0.7852299809455872, -0.9967654347419739, 2.356668472290039, 0.7732608914375305, 0.290149986743927, -0.01993260346353054, -0.21549268066883087, 5.899468646930472e-07, -0.9569753408432007, 0.020113587379455566, 1.338935136795044, NaN], "max": [0.6340879797935486, 0.0033385236747562885, -3.072013669225271e-06, 2.4654042720794678, 0.953812837600708, 0.6340879797935486, 0.07780780643224716, 0.1682101935148239, 0.3933733403682709, -3.4890365441242466e-06, 1.0, 1.4914894104003906, NaN], "mean": [0.5137577056884766, -0.6605873107910156, -0.26218006014823914, 2.3757972717285156, 0.8116905689239502, 0.5718250870704651, 0.004368576221168041, 0.09263346344232559, 0.11414818465709686, -0.23416614532470703, 0.8366894125938416, 1.3774409294128418, NaN], "std": [0.19172078371047974, 0.22370317578315735, 0.37965741753578186, 0.03204674273729324, 0.05867736041545868, 0.10130053013563156, 0.02124142087996006, 0.12148310244083405, 0.15486302971839905, 0.34857165813446045, 0.29428359866142273, 0.05604250729084015, NaN], "count": [86]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11717613549539946]], [[0.10463785919342275]], [[0.08910424778979935]]], "std": [[[0.2828302226395709]], [[0.25379050545875836]], [[0.21945150372988564]]], "count": [86]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3929947538977193]], [[0.34484087168238325]], [[0.29230602022630214]]], "std": [[[0.38515603777945906]], [[0.3483069765948714]], [[0.3087840125328177]]], "count": [86]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.6884782910040813]], [[0.7076285331237818]], [[0.6355029424871814]]], "std": [[[0.20427440405600686]], [[0.2111531238102721]], [[0.20436871944247034]]], "count": [86]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19521990100882314]], [[0.16334877040281923]], [[0.14269166626394086]]], "std": [[[0.23498255561082246]], [[0.22907974719883759]], [[0.22514036023718462]]], "count": [86]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29100288367283705]], [[0.2729249448655483]], [[0.2299020360273765]]], "std": [[[0.2900328668322533]], [[0.2952059197400674]], [[0.2870533821830819]]], "count": [86]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9987712659702231]], [[0.9987712659702231]], [[0.9987712659702231]]], "std": [[[0.009227146405784873]], [[0.009227146405784873]], [[0.009227146405784873]]], "count": [86]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5979497333611974]], [[0.5979497333611974]], [[0.5979497333611974]]], "std": [[[0.33624695762109913]], [[0.33624695762109913]], [[0.33624695762109913]]], "count": [86]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23921568627450981]], [[0.23921568627450981]], [[0.23921568627450981]]], "mean": [[[0.06892189384902074]], [[0.06892189384902074]], [[0.06892189384902074]]], "std": [[[0.05450499784726025]], [[0.05450499784726025]], [[0.05450499784726025]]], "count": [86]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.23137254901960785]], [[0.23137254901960785]], [[0.23137254901960785]]], "mean": [[[0.026621658371762266]], [[0.026621658371762266]], [[0.026621658371762266]]], "std": [[[0.023219230665461076]], [[0.023219230665461076]], [[0.023219230665461076]]], "count": [86]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.316802371623912]], [[0.316802371623912]], [[0.316802371623912]]], "std": [[[0.3736578817070147]], [[0.3736578817070147]], [[0.3736578817070147]]], "count": [86]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.050036951751169616]], [[0.07622716718071325]], [[0.11422360706884326]]], "std": [[[0.15058696421257312]], [[0.24759583342881322]], [[0.2910903114343451]]], "count": [86]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36473883959415654]], [[0.2854386849115733]], [[0.45441248633753617]]], "std": [[[0.45103616352706605]], [[0.393610026406828]], [[0.44714184940886853]]], "count": [86]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5147213715077804]], [[0.270467469008786]], [[0.8796739513023467]]], "std": [[[0.22857701949284465]], [[0.34277295564983046]], [[0.2424167147400143]]], "count": [86]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6750311065737595]], [[0.4398379830505216]], [[0.4628924153791955]]], "std": [[[0.3896689853492427]], [[0.3529183624985676]], [[0.4084616304271593]]], "count": [86]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5574244372906615]], [[0.4834225778435488]], [[0.20946356717645284]]], "std": [[[0.4674256447373809]], [[0.36714380311632316]], [[0.30164988905128187]]], "count": [86]}, "timestamp": {"min": [0.0], "max": [1.7], "mean": [0.8500000000000001], "std": [0.4964876634922563], "count": [86]}, "frame_index": {"min": [0], "max": [85], "mean": [42.5], "std": [24.82438317461282], "count": [86]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [86]}, "index": {"min": [28368], "max": [28453], "mean": [28410.5], "std": [24.82438317461282], "count": [86]}, "task_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [86]}}} +{"episode_index": 119, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995618462562561, 1.7597951889038086, 0.22717604041099548, -5.5267133712768555, -1.5661749839782715, 1.0508931875228882, -2.296785354614258, 0.007878118194639683, -1.8118258714675903, -2.8550758361816406, 6.938893903907228e-18, -0.41951218247413635, 6.938893903907228e-18, 6.938893903907228e-18, -0.41951218247413635, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995618462562561, 1.7597951889038086, 0.22717604041099548, -0.7885304093360901, 1.2108879089355469, 4.831002712249756, 1.5663261413574219, 1.931259274482727, 1.0453523397445679, -1.891129732131958, 0.41951218247413635, -6.938893903907228e-18, 0.41951218247413635, 0.41951218247413635, -6.938893903907228e-18, 0.41951218247413635, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4995615780353546, 1.7597897052764893, 0.22717563807964325, -3.7013134956359863, -0.3789559006690979, 2.9724786281585693, -0.9847452640533447, 1.3491883277893066, -0.9854657053947449, -2.5513393878936768, 0.37729230523109436, -0.37729230523109436, 0.37729230523109436, 0.37729230523109436, -0.37729230523109436, 0.37729230523109436, -2.3561999797821045, 1.570799469947815, -1.0472010374069214, -1.570799469947815, 0.0, -1.0472010374069214, 2.481868267059326, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.682209014892578e-07, 5.4836273193359375e-06, 4.023313522338867e-07, 1.5807448625564575, 1.1083487272262573, 1.1949634552001953, 1.061060905456543, 0.5547709465026855, 0.9059880971908569, 0.30045753717422485, 0.12296999245882034, 0.12296999245882034, 0.12296999245882034, 0.12296999245882034, 0.12296999245882034, 0.12296999245882034, 5.4836273193359375e-06, 3.0994415283203125e-06, 3.4570693969726562e-06, 3.0994415283203125e-06, 0.0, 3.4570693969726562e-06, 1.0013580322265625e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [367]}, "observation.state": {"min": [-0.4999150335788727, -0.9816934466362, -0.8224372863769531, 1.5860083103179932, -0.859711766242981, -0.9685056209564209, -0.9533071517944336, -0.6648885607719421, -0.6307164430618286, -0.261722594499588, -0.9991257786750793, 0.8038812875747681, NaN], "max": [0.7229735255241394, -0.20006266236305237, 0.9796879291534424, 2.262843132019043, 0.9911001324653625, 0.14635072648525238, 0.5419633388519287, 0.15770593285560608, 0.9903466701507568, 0.8475717902183533, 1.0, 2.2596795558929443, NaN], "mean": [0.0207707230001688, -0.665719747543335, 0.3490701913833618, 1.9134676456451416, 0.2908076047897339, -0.44048333168029785, -0.122784823179245, -0.2236820012331009, 0.28193187713623047, 0.279563307762146, 0.20521079003810883, 1.4546984434127808, NaN], "std": [0.33936917781829834, 0.25833144783973694, 0.5026220679283142, 0.20522147417068481, 0.6850451827049255, 0.34492865204811096, 0.3436058461666107, 0.25149965286254883, 0.5010530948638916, 0.31452253460884094, 0.6710196137428284, 0.3670138418674469, NaN], "count": [367]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08700057735210633]], [[0.08376003073846754]], [[0.08086216439313319]]], "std": [[[0.21666607094257273]], [[0.21009110488995783]], [[0.20339929936225087]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2936655689600487]], [[0.27466549989237515]], [[0.26256215721814186]]], "std": [[[0.28873613786977564]], [[0.28357883566151065]], [[0.2795190588170392]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.41284633113188507]], [[0.40657750499399514]], [[0.39745120033581643]]], "std": [[[0.3281064159668695]], [[0.32373054651463296]], [[0.31614202365817884]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416636638992658]], [[0.36339346244294374]], [[0.3382799104936595]]], "std": [[[0.3031928800347202]], [[0.3164961365829688]], [[0.3243249269498676]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4713807513087654]], [[0.40153649153652776]], [[0.36784910657946707]]], "std": [[[0.32181189917221403]], [[0.34936214175050406]], [[0.36037178117072466]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8745098039215686]], [[0.8745098039215686]], [[0.8745098039215686]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9991192865778711]], [[0.9991192865778711]], [[0.9991192865778711]]], "std": [[[0.007463328245517549]], [[0.007463328245517549]], [[0.007463328245517549]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.16470588235294117]], [[0.16470588235294117]], [[0.16470588235294117]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5806919776220738]], [[0.5806919776220738]], [[0.5806919776220738]]], "std": [[[0.335137955280276]], [[0.335137955280276]], [[0.335137955280276]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.386706551571759]], [[0.386706551571759]], [[0.386706551571759]]], "std": [[[0.37862135465787455]], [[0.37862135465787455]], [[0.37862135465787455]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1904664200347216]], [[0.1904664200347216]], [[0.1904664200347216]]], "std": [[[0.331757141854082]], [[0.331757141854082]], [[0.331757141854082]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.252382734154501]], [[0.252382734154501]], [[0.252382734154501]]], "std": [[[0.3201581142775427]], [[0.3201581142775427]], [[0.3201581142775427]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07474669799522696]], [[0.13212646894536345]], [[0.09358541558957977]]], "std": [[[0.2441094682917711]], [[0.3161798045155712]], [[0.278180383618672]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4499524573004196]], [[0.48486306294344966]], [[0.17826135610018434]]], "std": [[[0.43786058937344513]], [[0.4768434379645468]], [[0.29890818746462805]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28799677863005946]], [[0.5844639121405547]], [[0.2938432539323311]]], "std": [[[0.30434045684501637]], [[0.44841018037777014]], [[0.3634018860420771]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5266747871475117]], [[0.4654552880691964]], [[0.35034932283504694]]], "std": [[[0.3998519445634904]], [[0.4133800770324488]], [[0.3996928645750524]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46258591918009295]], [[0.4294723337028119]], [[0.4331951389768999]]], "std": [[[0.41215736300585964]], [[0.430044561442316]], [[0.37198716066509974]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.32], "mean": [3.66], "std": [2.1188676221038443], "count": [367]}, "frame_index": {"min": [0], "max": [366], "mean": [183.0], "std": [105.94338110519222], "count": [367]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [367]}, "index": {"min": [28454], "max": [28820], "mean": [28637.0], "std": [105.94338110519222], "count": [367]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [367]}}} +{"episode_index": 120, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997451603412628, 1.3454275131225586, 0.2873879671096802, -2.583176612854004, -1.99587082862854, 0.8203380703926086, -1.9626312255859375, 0.004246674943715334, -1.373805284500122, -8.444476127624512, 6.938893903907228e-18, -0.6487804651260376, 6.938893903907228e-18, 6.938893903907228e-18, -0.6487804651260376, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997451603412628, 1.3454275131225586, 0.2873879671096802, 2.1222736835479736, 1.3331092596054077, 5.483336448669434, 1.5667554140090942, 4.090054512023926, 1.1775647401809692, -2.3250813484191895, 0.6487804651260376, -6.938893903907228e-18, 0.6487804651260376, 0.6487804651260376, -6.938893903907228e-18, 0.6487804651260376, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974656105041504, 1.3454149961471558, 0.28738778829574585, 0.22717337310314178, -0.27322039008140564, 2.808659315109253, -0.6344726085662842, 2.466736316680908, 0.11113931238651276, -5.372906684875488, 0.6105244159698486, -0.6105244159698486, 0.6105244159698486, 0.6105244159698486, -0.6105244159698486, 0.6105244159698486, -2.3562004566192627, 1.5708000659942627, -1.047196865081787, -1.5708000659942627, 0.0, -1.047196865081787, 2.4818460941314697, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.4007091522216797e-06, 1.2516975402832031e-05, 1.7881393432617188e-07, 1.6565325260162354, 1.1769204139709473, 1.4624167680740356, 0.8478994965553284, 1.451684832572937, 0.8369534611701965, 1.8783323764801025, 0.1473284512758255, 0.1473284512758255, 0.1473284512758255, 0.1473284512758255, 0.1473284512758255, 0.1473284512758255, 5.9604644775390625e-06, 3.6954879760742188e-06, 7.152557373046875e-07, 3.6954879760742188e-06, 0.0, 7.152557373046875e-07, 1.2159347534179688e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [680]}, "observation.state": {"min": [-0.7549561262130737, -0.9997159242630005, -0.9470102787017822, -0.6350313425064087, -0.9147235751152039, -0.6421291828155518, -0.9992263317108154, -1.076097846031189, -0.8155022859573364, -0.7906959056854248, -0.9941368103027344, 0.49870064854621887, NaN], "max": [0.9965580105781555, 0.8327968120574951, 0.952716588973999, 0.11334889382123947, 0.9898342490196228, 0.9467799067497253, 0.9884923100471497, 0.2966125011444092, 0.9832718968391418, 0.9981201887130737, 1.0, 2.0495877265930176, NaN], "mean": [0.5239440202713013, -0.2346767634153366, 0.01625836454331875, -0.19950875639915466, 0.02945277839899063, 0.23388467729091644, -0.3171839416027069, -0.3238782286643982, 0.10057897865772247, 0.35468044877052307, 0.25100868940353394, 1.5043754577636719, NaN], "std": [0.5105533599853516, 0.46612921357154846, 0.43840891122817993, 0.1802840381860733, 0.49939361214637756, 0.532550573348999, 0.5575136542320251, 0.4232601821422577, 0.4521504342556, 0.513361394405365, 0.5771490931510925, 0.42403993010520935, NaN], "count": [680]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12362157443006326]], [[0.12403081463911803]], [[0.12158012578927993]]], "std": [[[0.29450713691411695]], [[0.2962352950034194]], [[0.29234343033868215]]], "count": [133]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42104451830788203]], [[0.41510172371566256]], [[0.3993969498184656]]], "std": [[[0.39069873668355776]], [[0.3948860455014079]], [[0.39595135194434905]]], "count": [133]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6115398605809087]], [[0.6032185132543709]], [[0.5745902302754756]]], "std": [[[0.27275754471187214]], [[0.2851557524986242]], [[0.3015907049201234]]], "count": [133]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1725998470427573]], [[0.14340459404041722]], [[0.12116460248402727]]], "std": [[[0.22586703313998907]], [[0.21633718202429375]], [[0.2140788564426755]]], "count": [133]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3805562938017125]], [[0.3267832151264729]], [[0.26691389253625597]]], "std": [[[0.2982557509393053]], [[0.2962049821475107]], [[0.3035622340572407]]], "count": [133]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986924504727077]], [[0.9986924504727077]], [[0.9986924504727077]]], "std": [[[0.009607210593249491]], [[0.009607210593249491]], [[0.009607210593249491]]], "count": [133]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.19607843137254902]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5955133550507026]], [[0.5955133550507026]], [[0.5955133550507026]]], "std": [[[0.337989133926908]], [[0.337989133926908]], [[0.337989133926908]]], "count": [133]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17723019853268077]], [[0.17723019853268077]], [[0.17723019853268077]]], "std": [[[0.24346018639386974]], [[0.24346018639386974]], [[0.24346018639386974]]], "count": [133]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.314785405467654]], [[0.314785405467654]], [[0.314785405467654]]], "std": [[[0.4535526422799505]], [[0.4535526422799505]], [[0.4535526422799505]]], "count": [133]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33383171667130435]], [[0.33383171667130435]], [[0.33383171667130435]]], "std": [[[0.4136104036690238]], [[0.4136104036690238]], [[0.4136104036690238]]], "count": [133]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12327143323963492]], [[0.05067831347601164]], [[0.07153228285026876]]], "std": [[[0.30531412151968734]], [[0.14931085636524769]], [[0.23955939031072043]]], "count": [133]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2595352213951697]], [[0.4031724402406689]], [[0.2324435350845001]]], "std": [[[0.3231355495301376]], [[0.45473378503371775]], [[0.35934791988040227]]], "count": [133]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48139319243417]], [[0.6935487873672236]], [[0.25725964347497815]]], "std": [[[0.377353284782069]], [[0.3814661240690068]], [[0.2971005047420124]]], "count": [133]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39459936471353174]], [[0.19625676502333955]], [[0.5982865902890832]]], "std": [[[0.40248623672183703]], [[0.2711958985531613]], [[0.4719175242855247]]], "count": [133]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47938809822561623]], [[0.30652820501395006]], [[0.32438032762076263]]], "std": [[[0.4594565394922607]], [[0.29766417164375003]], [[0.41002832927108257]]], "count": [133]}, "timestamp": {"min": [0.0], "max": [13.58], "mean": [6.79], "std": [3.925977585264592], "count": [680]}, "frame_index": {"min": [0], "max": [679], "mean": [339.5], "std": [196.29887926322962], "count": [680]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [680]}, "index": {"min": [28821], "max": [29500], "mean": [29160.5], "std": [196.29887926322962], "count": [680]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [680]}}} +{"episode_index": 121, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.938811182975769, 0.2757242023944855, -2.077077627182007, -1.567108154296875, 7.331731796264648, 0.31624042987823486, -0.3396437168121338, 0.9480069875717163, -9.250423431396484, 8.673617379884035e-18, -0.5951219797134399, 8.673617379884035e-18, 8.673617379884035e-18, -0.5951219797134399, 8.673617379884035e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 0.938811182975769, 0.2757242023944855, -0.7976721525192261, -1.1427476406097412, 7.469521522521973, 1.5578725337982178, -0.0031668918672949076, 1.045824408531189, -8.769452095031738, 0.5951219797134399, -8.673617379884035e-18, 0.5951219797134399, 0.5951219797134399, -8.673617379884035e-18, 0.5951219797134399, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997495114803314, 0.938811719417572, 0.2757243812084198, -1.7435864210128784, -1.2645349502563477, 7.429432392120361, 0.6346087455749512, -0.24356232583522797, 0.9690103530883789, -9.12590503692627, 0.34862902760505676, -0.34862902760505676, 0.34862902760505676, 0.34862902760505676, -0.34862902760505676, 0.34862902760505676, -2.356196880340576, 1.5707958936691284, -1.0471972227096558, -1.5707958936691284, 0.0, -1.0471972227096558, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 5.364418029785156e-07, 1.7881393432617188e-07, 0.4233011305332184, 0.13976934552192688, 0.04409462958574295, 0.4004308581352234, 0.10665477812290192, 0.02935365028679371, 0.15929917991161346, 0.2774231433868408, 0.2774231433868408, 0.2774231433868408, 0.2774231433868408, 0.2774231433868408, 0.2774231433868408, 2.384185791015625e-06, 4.76837158203125e-07, 3.5762786865234375e-07, 4.76837158203125e-07, 0.0, 3.5762786865234375e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [96]}, "observation.state": {"min": [0.6459436416625977, -0.028687117621302605, -0.7620007991790771, 2.24733304977417, -0.025888003408908844, 0.9597824811935425, -0.005411255639046431, -0.3721909821033478, -7.27591498161928e-07, -0.2769583761692047, 0.6115588545799255, 1.3083235025405884, NaN], "max": [0.9996684789657593, 0.04595233127474785, 7.235045700326737e-07, 2.3673577308654785, 0.18293994665145874, 0.9999853372573853, 0.21295665204524994, 0.1134098693728447, 0.7411409020423889, 0.006162011530250311, 1.0, 1.4801429510116577, NaN], "mean": [0.9354260563850403, 0.014763214625418186, -0.1973174661397934, 2.3322012424468994, 0.015715500339865685, 0.995119035243988, 0.03281155228614807, 0.008618876338005066, 0.19450436532497406, -0.044059108942747116, 0.9319670796394348, 1.3646403551101685, NaN], "std": [0.10849909484386444, 0.019369909539818764, 0.27143755555152893, 0.04814600944519043, 0.06457295268774033, 0.010295456275343895, 0.06433184444904327, 0.1588619202375412, 0.26637759804725647, 0.08424649387598038, 0.11666042357683182, 0.06916237622499466, NaN], "count": [96]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11980981998147913]], [[0.11712529753303234]], [[0.1078763425448152]]], "std": [[[0.2894100627816455]], [[0.2817092618526405]], [[0.259833839500194]]], "count": [96]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39429531051730793]], [[0.38834129567379316]], [[0.35525508882348694]]], "std": [[[0.38708387064783695]], [[0.3739317030233105]], [[0.3431027832293562]]], "count": [96]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.6735281558618226]], [[0.6685488390037]], [[0.6579022317464086]]], "std": [[[0.22963277962391512]], [[0.2303135159605062]], [[0.23211723420513813]]], "count": [96]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.2581878162388606]], [[0.31787837825302595]], [[0.3315704019202154]]], "std": [[[0.2547873769822362]], [[0.2768757018586959]], [[0.2850486388951206]]], "count": [96]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100538630063929]], [[0.4324030166368156]], [[0.42952038423978506]]], "std": [[[0.32094838380052715]], [[0.3044562949008407]], [[0.2934573967033601]]], "count": [96]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9986008096340687]], [[0.9986008096340687]], [[0.9986008096340687]]], "std": [[[0.010058024962459876]], [[0.010058024962459876]], [[0.010058024962459876]]], "count": [96]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5980103899909541]], [[0.5980103899909541]], [[0.5980103899909541]]], "std": [[[0.3378130105862059]], [[0.3378130105862059]], [[0.3378130105862059]]], "count": [96]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08051507049931905]], [[0.08051507049931905]], [[0.08051507049931905]]], "std": [[[0.07584431798790225]], [[0.07584431798790225]], [[0.07584431798790225]]], "count": [96]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.25098039215686274]], [[0.25098039215686274]], [[0.25098039215686274]]], "mean": [[[0.029170810168281488]], [[0.029170810168281488]], [[0.029170810168281488]]], "std": [[[0.028359338137153953]], [[0.028359338137153953]], [[0.028359338137153953]]], "count": [96]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22098103952660259]], [[0.22098103952660259]], [[0.22098103952660259]]], "std": [[[0.28408814114536574]], [[0.28408814114536574]], [[0.28408814114536574]]], "count": [96]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12271522487339269]], [[0.026446246909556888]], [[0.12145613543343765]]], "std": [[[0.29981666035346716]], [[0.11012836027541327]], [[0.30214636008880674]]], "count": [96]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2885743194431313]], [[0.15041784126415747]], [[0.4851140094388017]]], "std": [[[0.3530404230041145]], [[0.24857713959946753]], [[0.4855113524664506]]], "count": [96]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9233145392146804]], [[0.21708592029769283]], [[0.6184688300271375]]], "std": [[[0.2347199249420768]], [[0.2612198877509832]], [[0.28956500630716314]]], "count": [96]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5074675552368161]], [[0.6480391556152801]], [[0.4377169722408303]]], "std": [[[0.3259938340680351]], [[0.3943090435181284]], [[0.40214207109508165]]], "count": [96]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39858429430160397]], [[0.5475519798505679]], [[0.5495446492893293]]], "std": [[[0.37196187599447283]], [[0.43839276874734207]], [[0.3898675151597965]]], "count": [96]}, "timestamp": {"min": [0.0], "max": [1.9], "mean": [0.9499999999999998], "std": [0.5542261872797664], "count": [96]}, "frame_index": {"min": [0], "max": [95], "mean": [47.5], "std": [27.711309363988317], "count": [96]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [96]}, "index": {"min": [29501], "max": [29596], "mean": [29548.5], "std": [27.711309363988317], "count": [96]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [96]}}} +{"episode_index": 122, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49041905999183655, 0.8603308200836182, 0.26728373765945435, -6.16898250579834, -1.5592156648635864, -1.9136126041412354, -1.199272871017456, -6.521872043609619, 1.052946925163269, -5.288214206695557, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, 1.3877787807814457e-17, -0.6195122003555298, 1.3877787807814457e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49041905999183655, 0.8603308200836182, 0.26728373765945435, -0.7952049374580383, 1.3450038433074951, 7.3137030601501465, 1.5621910095214844, -6.1469902992248535, 1.7822182178497314, -2.488436222076416, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, 0.6195122003555298, -1.3877787807814457e-17, 0.6195122003555298, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, -0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4904177784919739, 0.8603299856185913, 0.26728272438049316, -4.01787805557251, 0.2539786100387573, 2.169980764389038, -0.08768836408853531, -6.288940906524658, 1.5332406759262085, -4.138278484344482, 0.5669321417808533, -0.5669321417808533, 0.5669321417808533, 0.5669321417808533, -0.5669321417808533, 0.5669321417808533, -2.3562002182006836, 1.5707995891571045, -1.0472019910812378, -1.5707995891571045, 0.0, -1.0472019910812378, 2.4818687438964844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2814998626708984e-06, 8.344650268554688e-07, 1.0132789611816406e-06, 1.983755350112915, 1.0005040168762207, 3.3572778701782227, 0.8942457437515259, 0.12428177893161774, 0.2089681774377823, 0.9986551403999329, 0.16556137800216675, 0.16556137800216675, 0.16556137800216675, 0.16556137800216675, 0.16556137800216675, 0.16556137800216675, 5.7220458984375e-06, 3.2186508178710938e-06, 4.410743713378906e-06, 3.2186508178710938e-06, 0.0, 4.410743713378906e-06, 1.049041748046875e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [406]}, "observation.state": {"min": [-0.9880363345146179, -0.8557872176170349, -0.9854141473770142, -0.6644530892372131, -0.5700209140777588, -0.9942376017570496, -0.9486489295959473, -0.8660894632339478, -0.8296487927436829, -0.9913602471351624, -0.9656122326850891, 0.7957826256752014, NaN], "max": [0.9917071461677551, 0.34176042675971985, 0.4980497360229492, 0.07145734131336212, 0.8139467239379883, 0.9934423565864563, 0.9945135712623596, 0.05799831077456474, 0.9303724765777588, 0.9647135138511658, 1.0, 1.5920603275299072, NaN], "mean": [-0.28068044781684875, -0.02060045674443245, -0.07104223221540451, -0.2906658947467804, -0.04881340265274048, 0.3561522364616394, -0.05636933445930481, -0.3428340554237366, -0.004161713179200888, -0.08660905808210373, 0.2934424579143524, 1.25080144405365, NaN], "std": [0.8097315430641174, 0.3104909360408783, 0.4045710265636444, 0.23820340633392334, 0.3433055281639099, 0.6486878395080566, 0.5735334753990173, 0.32504144310951233, 0.3811752498149872, 0.5899410247802734, 0.6426886320114136, 0.2023397535085678, NaN], "count": [406]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.08819081185362213]], [[0.084041727603801]], [[0.0810785326270996]]], "std": [[[0.2202527599092816]], [[0.2144167256866041]], [[0.21008894416649193]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30435875224889036]], [[0.2937957165972302]], [[0.2824036556245562]]], "std": [[[0.2998902799125719]], [[0.2961700942472071]], [[0.2926019122793543]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5876869034950254]], [[0.59719535355608]], [[0.5882096854336277]]], "std": [[[0.24596819154216412]], [[0.24456425368954407]], [[0.24827915796936745]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2648641130403121]], [[0.27178103133459536]], [[0.26468967357812795]]], "std": [[[0.27577256538358697]], [[0.2780965818978641]], [[0.2767908430268848]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3607720424786309]], [[0.37798881103688015]], [[0.36641485263439527]]], "std": [[[0.333525689400029]], [[0.3396739849883567]], [[0.33570827105500717]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8666666666666667]], [[0.8666666666666667]], [[0.8666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989609472597903]], [[0.9989609472597903]], [[0.9989609472597903]]], "std": [[[0.00824482315826592]], [[0.00824482315826592]], [[0.00824482315826592]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5955439374340756]], [[0.5955439374340756]], [[0.5955439374340756]]], "std": [[[0.33742597459302415]], [[0.33742597459302415]], [[0.33742597459302415]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.11002681569190721]], [[0.11002681569190721]], [[0.11002681569190721]]], "std": [[[0.12579144718258503]], [[0.12579144718258503]], [[0.12579144718258503]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34021562927691507]], [[0.34021562927691507]], [[0.34021562927691507]]], "std": [[[0.44115418091128855]], [[0.44115418091128855]], [[0.44115418091128855]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42318722905187517]], [[0.42318722905187517]], [[0.42318722905187517]]], "std": [[[0.4435781509605925]], [[0.4435781509605925]], [[0.4435781509605925]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.04788273113698131]], [[0.09867454574593422]], [[0.0949158950198184]]], "std": [[[0.15170362746074464]], [[0.260767836400122]], [[0.28093501383850206]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3962750851443481]], [[0.30054104799130416]], [[0.3148372597970483]]], "std": [[[0.45183946881009385]], [[0.41401301115324196]], [[0.33203221488549944]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3975724536659847]], [[0.6401293510119755]], [[0.5526286486004408]]], "std": [[[0.3929041949016698]], [[0.36034593016318966]], [[0.4038743852963432]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3335663636406308]], [[0.4330899160526014]], [[0.31862539236138354]]], "std": [[[0.3962257326316525]], [[0.42882036145417896]], [[0.39488378432577886]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4859128245258639]], [[0.32359695726722687]], [[0.23696809006424635]]], "std": [[[0.4607541947649704]], [[0.36415799156845424]], [[0.3483197460205818]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.1], "mean": [4.05], "std": [2.3440349826741067], "count": [406]}, "frame_index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [406]}, "index": {"min": [29597], "max": [30002], "mean": [29799.5], "std": [117.20174913370533], "count": [406]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [406]}}} +{"episode_index": 123, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49335670471191406, 1.0656613111495972, 0.15437808632850647, -2.129343271255493, -1.5681812763214111, -5.628058433532715, 0.6100494265556335, 0.005325331352651119, 0.07524893432855606, -8.758867263793945, -5.0306980803327406e-17, -0.4292683005332947, -5.0306980803327406e-17, -5.0306980803327406e-17, -0.4292683005332947, -5.0306980803327406e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49335670471191406, 1.0656613111495972, 0.15437808632850647, -0.8016716837882996, -1.2517037391662598, -5.240737438201904, 1.5616494417190552, 0.3948478400707245, 1.0340888500213623, -8.233797073364258, 0.4292683005332947, 5.0306980803327406e-17, 0.4292683005332947, 0.4292683005332947, 5.0306980803327406e-17, 0.4292683005332947, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49335578083992004, 1.065659999847412, 0.15437814593315125, -1.8592849969863892, -1.3586535453796387, -5.549337387084961, 0.8884119987487793, 0.3338911235332489, 0.2653856873512268, -8.349396705627441, 0.30019110441207886, -0.30019110441207886, 0.30019110441207886, 0.30019110441207886, -0.30019110441207886, 0.30019110441207886, -2.3561978340148926, 1.570797085762024, -1.047196865081787, -1.570797085762024, 0.0, -1.047196865081787, 2.4818601608276367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 9.238719940185547e-07, 1.3113021850585938e-06, 5.960464477539063e-08, 0.3832796812057495, 0.09200122207403183, 0.11181528866291046, 0.27217206358909607, 0.1153126209974289, 0.2651747465133667, 0.15067104995250702, 0.19008851051330566, 0.19008851051330566, 0.19008851051330566, 0.19008851051330566, 0.19008851051330566, 0.19008851051330566, 3.337860107421875e-06, 7.152557373046875e-07, 7.152557373046875e-07, 7.152557373046875e-07, 0.0, 7.152557373046875e-07, 1.9073486328125e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [126]}, "observation.state": {"min": [0.4454757571220398, 0.3596457540988922, -0.0510970763862133, 1.6971887350082397, -0.894059419631958, 0.42841121554374695, -0.0004730931541416794, -0.3022993505001068, -5.7913121054298244e-06, -0.20077797770500183, 0.9785085916519165, 1.3285229206085205, NaN], "max": [0.9330841302871704, 0.8809949159622192, 0.15937161445617676, 1.7309849262237549, -0.3596486449241638, 0.9330877065658569, 0.18453100323677063, 0.2590958774089813, 0.14121031761169434, 0.00152439100202173, 1.0, 1.4360038042068481, NaN], "mean": [0.8688987493515015, 0.4460410177707672, 0.004568074829876423, 1.7194048166275024, -0.4447661340236664, 0.8662875890731812, 0.03912309184670448, 0.16094660758972168, 0.027571968734264374, -0.0327344611287117, 0.9962522983551025, 1.3588804006576538, NaN], "std": [0.13339483737945557, 0.16358189284801483, 0.03859952837228775, 0.010955743491649628, 0.16285045444965363, 0.1388760805130005, 0.06628122180700302, 0.160728320479393, 0.046098463237285614, 0.05897277221083641, 0.006861268077045679, 0.03734708949923515, NaN], "count": [126]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.13457119502498172]], [[0.13271019941781986]], [[0.13016477803460225]]], "std": [[[0.318269782452036]], [[0.31421432897887563]], [[0.3088230166528228]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46805336315983936]], [[0.4594068816884163]], [[0.4474841154409166]]], "std": [[[0.41908348386624783]], [[0.41447724592715357]], [[0.40920872972691696]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7619896036387265]], [[0.755781142647545]], [[0.7496637074856618]]], "std": [[[0.20088248263006278]], [[0.20226393432806958]], [[0.20340843453560536]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09643981623975469]], [[0.09410305165122032]], [[0.08785659539285089]]], "std": [[[0.18145951582470085]], [[0.18111009692320185]], [[0.17992648059495484]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44122166096355436]], [[0.4299006216761182]], [[0.4098215693650669]]], "std": [[[0.3218870133518019]], [[0.3195602704056751]], [[0.32018102955912187]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989512442574923]], [[0.9989512442574923]], [[0.9989512442574923]]], "std": [[[0.00826245064361824]], [[0.00826245064361824]], [[0.00826245064361824]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5874740369250535]], [[0.5874740369250535]], [[0.5874740369250535]]], "std": [[[0.33396161590434603]], [[0.33396161590434603]], [[0.33396161590434603]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.10674147433331255]], [[0.10674147433331255]], [[0.10674147433331255]]], "std": [[[0.10272129951521253]], [[0.10272129951521253]], [[0.10272129951521253]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.26666666666666666]], [[0.26666666666666666]], [[0.26666666666666666]]], "mean": [[[0.022034470804155593]], [[0.022034470804155593]], [[0.022034470804155593]]], "std": [[[0.0198441292929477]], [[0.0198441292929477]], [[0.0198441292929477]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2534890856311746]], [[0.2534890856311746]], [[0.2534890856311746]]], "std": [[[0.33703187394709433]], [[0.33703187394709433]], [[0.33703187394709433]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07430942720099565]], [[0.09649865787428477]], [[0.07880743194990113]]], "std": [[[0.2450300431895248]], [[0.28240346375920383]], [[0.21638964192620175]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28729564384147693]], [[0.426320955467444]], [[0.3258904224594663]]], "std": [[[0.4019400847510412]], [[0.43814521603992307]], [[0.3896542348613801]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5123687596854001]], [[0.327134811381548]], [[0.8166976183722694]]], "std": [[[0.2770663011866385]], [[0.33282694351232883]], [[0.345544627900318]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.660899880707387]], [[0.7657070927136287]], [[0.35893337115291385]]], "std": [[[0.4200261431133656]], [[0.29970050703557305]], [[0.3628647601003169]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43688082607619844]], [[0.5624275570629742]], [[0.4575624730518725]]], "std": [[[0.43502446873264855]], [[0.4388560795676846]], [[0.37259258794861316]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.5], "mean": [1.25], "std": [0.7274384280931732], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [126]}, "index": {"min": [30003], "max": [30128], "mean": [30065.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [126]}}} +{"episode_index": 124, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.044086217880249, 0.3128596842288971, -1.7625309228897095, -1.6047900915145874, 1.0575389862060547, 1.4474186897277832, -1.6361063718795776, 0.962769627571106, -3.7509968280792236, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -4.85722573273506e-17, -0.4146341383457184, -4.85722573273506e-17, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.044086217880249, 0.3128596842288971, -0.7929330468177795, -1.3718881607055664, 1.4981247186660767, 1.5652533769607544, -0.013525321148335934, 1.0442078113555908, -2.4933807849884033, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, 0.4146341383457184, 4.85722573273506e-17, 0.4146341383457184, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974939227104187, 1.0440847873687744, 0.31286001205444336, -1.4788626432418823, -1.4659935235977173, 1.377039909362793, 1.482020616531372, -1.1673862934112549, 0.9868917465209961, -3.3783280849456787, 0.26826947927474976, -0.26826947927474976, 0.26826947927474976, 0.26826947927474976, -0.26826947927474976, 0.26826947927474976, -2.3561973571777344, 1.570796251296997, -1.0471971035003662, -1.570796251296997, 0.0, -1.0471971035003662, 2.4818577766418457, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 5.960464477539062e-07, 1.430511474609375e-06, 3.2782554626464844e-07, 0.33959588408470154, 0.08657707273960114, 0.12008535861968994, 0.026743939146399498, 0.5654449462890625, 0.026809867471456528, 0.43002042174339294, 0.19086553156375885, 0.19086553156375885, 0.19086553156375885, 0.19086553156375885, 0.19086553156375885, 0.19086553156375885, 2.86102294921875e-06, 1.1920928955078125e-07, 4.76837158203125e-07, 1.1920928955078125e-07, 0.0, 4.76837158203125e-07, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [105]}, "observation.state": {"min": [-0.33859923481941223, -0.9921220541000366, -0.984602689743042, -0.3662720322608948, -0.5989468097686768, -0.9942697882652283, -0.38391417264938354, -0.18858225643634796, -0.9949852824211121, -0.3643025755882263, -0.48264309763908386, 1.3039073944091797, NaN], "max": [0.6089985966682434, -0.03536155819892883, -4.667975645133993e-06, -0.12654003500938416, 0.9921220541000366, -0.12527504563331604, 0.31875357031822205, 0.10419514775276184, -6.264543571887771e-06, 0.7059087157249451, 1.0, 1.43416166305542, NaN], "mean": [-0.039722781628370285, -0.696253776550293, -0.3613246977329254, -0.2071123570203781, 0.6083836555480957, -0.42589935660362244, 0.035979460924863815, 0.03299454227089882, -0.33382725715637207, 0.008518953807651997, 0.5976536273956299, 1.3440049886703491, NaN], "std": [0.26246339082717896, 0.38634783029556274, 0.4061342179775238, 0.09305686503648758, 0.5487099885940552, 0.3452472388744354, 0.16403140127658844, 0.10087519139051437, 0.3832516372203827, 0.2555525600910187, 0.5648969411849976, 0.04926128312945366, NaN], "count": [105]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.13556315702300892]], [[0.1345150503825209]], [[0.13064810556759213]]], "std": [[[0.31932574021355997]], [[0.3177333584509998]], [[0.31025116790757895]]], "count": [100]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4820856224573205]], [[0.4733836534921756]], [[0.45485410694492223]]], "std": [[[0.4214087634258992]], [[0.422891322427168]], [[0.4176967297259034]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6254047546722941]], [[0.6202980303642951]], [[0.6052599459126353]]], "std": [[[0.357206464316379]], [[0.36169254591404754]], [[0.3597545287346003]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4408897351355302]], [[0.43102599023262395]], [[0.40947099928853586]]], "std": [[[0.3529551760259735]], [[0.3603620353698141]], [[0.35911440160646424]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3958141690655948]], [[0.3832560231370001]], [[0.3671989732386235]]], "std": [[[0.39983379390399576]], [[0.40511780144179776]], [[0.40238015189814746]]], "count": [100]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9988394887382811]], [[0.9988394887382811]], [[0.9988394887382811]]], "std": [[[0.008932925697483062]], [[0.008932925697483062]], [[0.008932925697483062]]], "count": [100]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.1450980392156863]], [[0.1450980392156863]], [[0.1450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5736527800409176]], [[0.5736527800409176]], [[0.5736527800409176]]], "std": [[[0.33322037663887766]], [[0.33322037663887766]], [[0.33322037663887766]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3699404073383397]], [[0.3699404073383397]], [[0.3699404073383397]]], "std": [[[0.3466446932307119]], [[0.3466446932307119]], [[0.3466446932307119]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17288239786869228]], [[0.17288239786869228]], [[0.17288239786869228]]], "std": [[[0.311050759796591]], [[0.311050759796591]], [[0.311050759796591]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38580835396981544]], [[0.38580835396981544]], [[0.38580835396981544]]], "std": [[[0.40819006473684527]], [[0.40819006473684527]], [[0.40819006473684527]]], "count": [100]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0363315275154212]], [[0.11733784620171382]], [[0.0968094825221905]]], "std": [[[0.12230491936229884]], [[0.2872138480621177]], [[0.28130488884809196]]], "count": [100]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.295788253265124]], [[0.3417782552164534]], [[0.35485345918402245]]], "std": [[[0.3799458241377599]], [[0.397478406635474]], [[0.44260594144973614]]], "count": [100]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3336053124440502]], [[0.5631897463338812]], [[0.42385170969314506]]], "std": [[[0.3396979443656413]], [[0.45322289360225376]], [[0.4225079549042441]]], "count": [100]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5658543758394572]], [[0.5774064739879742]], [[0.32924033069333886]]], "std": [[[0.43139865400454247]], [[0.3966363501454809]], [[0.38214699811766967]]], "count": [100]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755312531222947]], [[0.3422499431700453]], [[0.3079249375205778]]], "std": [[[0.44674378013856764]], [[0.3745266846515405]], [[0.39130006241535614]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [2.08], "mean": [1.04], "std": [0.6061902891556963], "count": [105]}, "frame_index": {"min": [0], "max": [104], "mean": [52.0], "std": [30.309514457784815], "count": [105]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [105]}, "index": {"min": [30129], "max": [30233], "mean": [30181.0], "std": [30.309514457784815], "count": [105]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [105]}}} +{"episode_index": 125, "stats": {"action": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3047881126403809, 0.06279943883419037, -1.8719825744628906, -1.6138745546340942, -0.018390364944934845, 0.8076296448707581, 0.00873019453138113, 0.4852062165737152, -2.4723308086395264, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, 6.938893903907228e-18, -0.33170732855796814, 6.938893903907228e-18, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.4997499883174896, 1.3047881126403809, 0.06279943883419037, -0.7975358963012695, -1.484191656112671, 1.0485317707061768, 1.5624632835388184, 0.14832521975040436, 1.0421305894851685, -1.6499695777893066, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, 0.33170732855796814, -6.938893903907228e-18, 0.33170732855796814, -2.356194496154785, 1.5707963705062866, -1.0471975803375244, -1.5707963705062866, 0.0, -1.0471975803375244, 2.481858253479004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.49974963068962097, 1.3047871589660645, 0.06279944628477097, -1.5960761308670044, -1.5439740419387817, 0.27950966358184814, 1.0165349245071411, 0.12808485329151154, 0.6322354674339294, -1.8592005968093872, 0.195972740650177, -0.195972740650177, 0.195972740650177, 0.195972740650177, -0.195972740650177, 0.195972740650177, -2.356196403503418, 1.5707954168319702, -1.0471974611282349, -1.5707954168319702, 0.0, -1.0471974611282349, 2.4818575382232666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 3.5762786865234375e-07, 9.5367431640625e-07, 7.450580596923828e-09, 0.3690735995769501, 0.04431888833642006, 0.3939935266971588, 0.24559099972248077, 0.03555350750684738, 0.19019854068756104, 0.28057771921157837, 0.1580115407705307, 0.1580115407705307, 0.1580115407705307, 0.1580115407705307, 0.1580115407705307, 0.1580115407705307, 1.9073486328125e-06, 9.5367431640625e-07, 1.1920928955078125e-07, 9.5367431640625e-07, 0.0, 1.1920928955078125e-07, 7.152557373046875e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [88]}, "observation.state": {"min": [0.4888420104980469, -0.2533749043941498, -0.4037313163280487, 2.4011924266815186, -0.8445006012916565, 0.5102431774139404, -6.818309543632495e-07, -0.2245362550020218, 5.842966857017018e-07, -0.10242906957864761, 0.893612802028656, 1.2651349306106567, NaN], "max": [0.9731859564781189, 0.8584961891174316, -4.254200689501886e-07, 2.738771438598633, 0.2533749043941498, 0.9947385787963867, 0.2183666080236435, 0.11606968194246292, 0.44840100407600403, 0.0791635513305664, 1.0, 1.3337572813034058, NaN], "mean": [0.8783481121063232, 0.03609505668282509, -0.12868915498256683, 2.5025582313537598, -0.023055823519825935, 0.9015808701515198, 0.0681677758693695, 0.037421125918626785, 0.14336806535720825, -0.004690444562584162, 0.9732745885848999, 1.3068324327468872, NaN], "std": [0.1536213904619217, 0.4050430953502655, 0.1515984982252121, 0.133285790681839, 0.3939293920993805, 0.13992463052272797, 0.08494178205728531, 0.11249469220638275, 0.16923263669013977, 0.046786535531282425, 0.03649117052555084, 0.017832200974225998, NaN], "count": [88]}, "observation.image.world__world_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12706226289229205]], [[0.1246680743548558]], [[0.1133374021081551]]], "std": [[[0.3003153971773612]], [[0.2947895043360301]], [[0.2699106872758478]]], "count": [88]}, "observation.image.external_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4472903099638928]], [[0.4343808454919566]], [[0.3857518555765075]]], "std": [[[0.3964292104308361]], [[0.3875134541527088]], [[0.35368798110533367]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.7741365077762702]], [[0.7964601994330599]], [[0.7779111292893814]]], "std": [[[0.19438653654240864]], [[0.19261149509198647]], [[0.19782589006494358]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3418611305725893]], [[0.316445933575186]], [[0.27527794709416203]]], "std": [[[0.20520304811649137]], [[0.20967147751962043]], [[0.2118799928770283]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4909899573895736]], [[0.4790221739540987]], [[0.431339188662709]]], "std": [[[0.3031949240130036]], [[0.30119892183781566]], [[0.28532095397298335]]], "count": [88]}, "observation.image.world__world_camera.distance_to_image_plane": {"min": [[[0.8627450980392157]], [[0.8627450980392157]], [[0.8627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9989072555255816]], [[0.9989072555255816]], [[0.9989072555255816]]], "std": [[[0.008668535324730964]], [[0.008668535324730964]], [[0.008668535324730964]]], "count": [88]}, "observation.image.external_camera.distance_to_image_plane": {"min": [[[0.20392156862745098]], [[0.20392156862745098]], [[0.20392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946902930535903]], [[0.5946902930535903]], [[0.5946902930535903]]], "std": [[[0.3362172288644305]], [[0.3362172288644305]], [[0.3362172288644305]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.04418913332017816]], [[0.04418913332017816]], [[0.04418913332017816]]], "std": [[[0.04765512009786573]], [[0.04765512009786573]], [[0.04765512009786573]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.21568627450980393]], [[0.21568627450980393]], [[0.21568627450980393]]], "mean": [[[0.023116708031070823]], [[0.023116708031070823]], [[0.023116708031070823]]], "std": [[[0.01751228484161947]], [[0.01751228484161947]], [[0.01751228484161947]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3123068109199589]], [[0.3123068109199589]], [[0.3123068109199589]]], "std": [[[0.38105407645253125]], [[0.38105407645253125]], [[0.38105407645253125]]], "count": [88]}, "observation.image.world__world_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09507292979402045]], [[0.130491706057491]], [[0.05883178187099756]]], "std": [[[0.2796643869147375]], [[0.3189891783741101]], [[0.1878360355091961]]], "count": [88]}, "observation.image.external_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24167576646982075]], [[0.3613393849538908]], [[0.4824383781325284]]], "std": [[[0.3521941130397202]], [[0.4298429232373022]], [[0.4780885610346863]]], "count": [88]}, "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15395090562472383]], [[0.4448843317635525]], [[0.8557501093774699]]], "std": [[[0.1977652068605259]], [[0.2791577600593492]], [[0.2850888251038646]]], "count": [88]}, "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": {"min": [[[0.09803921568627451]], [[0.09803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4011546341086652]], [[0.7479572671658925]], [[0.48924810327549634]]], "std": [[[0.4002474638544489]], [[0.3715536109906306]], [[0.27999939607157454]]], "count": [88]}, "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38992661849242155]], [[0.6012442681603328]], [[0.21834186255094046]]], "std": [[[0.37778799943543284]], [[0.45119692975423226]], [[0.32178789508580513]]], "count": [88]}, "timestamp": {"min": [0.0], "max": [1.74], "mean": [0.87], "std": [0.5080354318352215], "count": [88]}, "frame_index": {"min": [0], "max": [87], "mean": [43.5], "std": [25.401771591761076], "count": [88]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [88]}, "index": {"min": [30234], "max": [30321], "mean": [30277.5], "std": [25.401771591761076], "count": [88]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [88]}}} diff --git a/place_cabinet/meta/info.json b/place_cabinet/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..e188c8bdec390656a4b2e75d50fc4e28916249d8 --- /dev/null +++ b/place_cabinet/meta/info.json @@ -0,0 +1,461 @@ +{ + "codebase_version": "v2.1", + "robot_type": null, + "total_episodes": 126, + "total_frames": 30322, + "total_tasks": 126, + "total_videos": 1890, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 50.0, + "splits": { + "train": "0:126" + }, + "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": { + "action": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "front_rocker", + "front_left_wheel", + "front_right_wheel", + "rear_left_wheel", + "rear_right_wheel", + "ewellix_torso_joint", + "pan_joint", + "tilt_joint", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_arm_finger_joint", + "left_arm_left_inner_finger_joint", + "left_arm_left_inner_knuckle_joint", + "left_arm_right_outer_knuckle_joint", + "left_arm_right_inner_finger_joint", + "left_arm_right_inner_knuckle_joint", + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_arm_finger_joint", + "right_arm_left_inner_finger_joint", + "right_arm_left_inner_knuckle_joint", + "right_arm_right_outer_knuckle_joint", + "right_arm_right_inner_finger_joint", + "right_arm_right_inner_knuckle_joint" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 13 + ], + "names": [ + "r_xx", + "r_xy", + "r_xz", + "p_x", + "r_yx", + "r_yy", + "r_yz", + "p_y", + "r_zx", + "r_zy", + "r_zz", + "p_z", + "joint" + ] + }, + "observation.image.world__world_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.rgb": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__world_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.distance_to_image_plane": { + "dtype": "video", + "shape": [ + 1, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__world_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.external_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.image.world__robot__camera_link__head_camera.semantic_segmentation": { + "dtype": "video", + "shape": [ + 3, + 720, + 1280 + ], + "names": [ + "channels", + "height", + "width" + ], + "info": { + "video.fps": 50.0, + "video.height": 512, + "video.width": 512, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/place_cabinet/meta/tasks.jsonl b/place_cabinet/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b43a1c0d5381869970c9cf90d0e99a9c74ecceeb --- /dev/null +++ b/place_cabinet/meta/tasks.jsonl @@ -0,0 +1,126 @@ +{"task_index": 0, "task": "procedural_kitchen_place_cabinet_196773-7c74049"} +{"task_index": 1, "task": "procedural_kitchen_place_cabinet_126721-7c74049"} +{"task_index": 2, "task": "procedural_kitchen_place_cabinet_196772-7c74049"} +{"task_index": 3, "task": "procedural_kitchen_place_cabinet_273854-7c74049"} +{"task_index": 4, "task": "procedural_kitchen_place_cabinet_236872-7c74049"} +{"task_index": 5, "task": "procedural_kitchen_place_cabinet_208563-7c74049"} +{"task_index": 6, "task": "procedural_kitchen_place_cabinet_232193-7c74049"} +{"task_index": 7, "task": "procedural_kitchen_place_cabinet_255054-7c74049"} +{"task_index": 8, "task": "procedural_kitchen_place_cabinet_297991-7c74049"} +{"task_index": 9, "task": "procedural_kitchen_place_cabinet_217052-7c74049"} +{"task_index": 10, "task": "procedural_kitchen_place_cabinet_295924-7c74049"} +{"task_index": 11, "task": "procedural_kitchen_place_cabinet_246795-7c74049"} +{"task_index": 12, "task": "procedural_kitchen_place_cabinet_19423-7c74049"} +{"task_index": 13, "task": "procedural_kitchen_place_cabinet_117925-7c74049"} +{"task_index": 14, "task": "procedural_kitchen_place_cabinet_126722-7c74049"} +{"task_index": 15, "task": "procedural_kitchen_place_cabinet_321923-7c74049"} +{"task_index": 16, "task": "procedural_kitchen_place_cabinet_196771-7c74049"} +{"task_index": 17, "task": "procedural_kitchen_place_cabinet_75131-7c74049"} +{"task_index": 18, "task": "procedural_kitchen_place_cabinet_297994-7c74049"} +{"task_index": 19, "task": "procedural_kitchen_place_cabinet_5823-7c74049"} +{"task_index": 20, "task": "procedural_kitchen_place_cabinet_279935-7c74049"} +{"task_index": 21, "task": "procedural_kitchen_place_cabinet_277541-7c74049"} +{"task_index": 22, "task": "procedural_kitchen_place_cabinet_246791-7c74049"} +{"task_index": 23, "task": "procedural_kitchen_place_cabinet_269982-7c74049"} +{"task_index": 24, "task": "procedural_kitchen_place_cabinet_42643-7c74049"} +{"task_index": 25, "task": "procedural_kitchen_place_cabinet_297993-7c74049"} +{"task_index": 26, "task": "procedural_kitchen_place_cabinet_48564-7c74049"} +{"task_index": 27, "task": "procedural_kitchen_place_cabinet_153474-7c74049"} +{"task_index": 28, "task": "procedural_kitchen_place_cabinet_217053-7c74049"} +{"task_index": 29, "task": "procedural_kitchen_place_cabinet_255051-7c74049"} +{"task_index": 30, "task": "procedural_kitchen_place_cabinet_154894-7c74049"} +{"task_index": 31, "task": "procedural_kitchen_place_cabinet_121844-7c74049"} +{"task_index": 32, "task": "procedural_kitchen_place_cabinet_171851-7c74049"} +{"task_index": 33, "task": "procedural_kitchen_place_cabinet_19425-7c74049"} +{"task_index": 34, "task": "procedural_kitchen_place_cabinet_42642-7c74049"} +{"task_index": 35, "task": "procedural_kitchen_place_cabinet_5824-7c74049"} +{"task_index": 36, "task": "procedural_kitchen_place_cabinet_166182-7c74049"} +{"task_index": 37, "task": "procedural_kitchen_place_cabinet_176885-7c74049"} +{"task_index": 38, "task": "procedural_kitchen_place_cabinet_277544-7c74049"} +{"task_index": 39, "task": "procedural_kitchen_place_cabinet_44101-7c74049"} +{"task_index": 40, "task": "procedural_kitchen_place_cabinet_117922-7c74049"} +{"task_index": 41, "task": "procedural_kitchen_place_cabinet_273853-7c74049"} +{"task_index": 42, "task": "procedural_kitchen_place_cabinet_42644-7c74049"} +{"task_index": 43, "task": "procedural_kitchen_place_cabinet_171854-7c74049"} +{"task_index": 44, "task": "procedural_kitchen_place_cabinet_279932-7c74049"} +{"task_index": 45, "task": "procedural_kitchen_place_cabinet_282591-7c74049"} +{"task_index": 46, "task": "procedural_kitchen_place_cabinet_295922-7c74049"} +{"task_index": 47, "task": "procedural_kitchen_place_cabinet_121842-7c74049"} +{"task_index": 48, "task": "procedural_kitchen_place_cabinet_154895-7c74049"} +{"task_index": 49, "task": "procedural_kitchen_place_cabinet_121841-7c74049"} +{"task_index": 50, "task": "procedural_kitchen_place_cabinet_176882-7c74049"} +{"task_index": 51, "task": "procedural_kitchen_place_cabinet_217051-7c74049"} +{"task_index": 52, "task": "procedural_kitchen_place_cabinet_246793-7c74049"} +{"task_index": 53, "task": "procedural_kitchen_place_cabinet_71481-7c74049"} +{"task_index": 54, "task": "procedural_kitchen_place_cabinet_12201-7c74049"} +{"task_index": 55, "task": "procedural_kitchen_place_cabinet_282592-7c74049"} +{"task_index": 56, "task": "procedural_kitchen_place_cabinet_171853-7c74049"} +{"task_index": 57, "task": "procedural_kitchen_place_cabinet_42645-7c74049"} +{"task_index": 58, "task": "procedural_kitchen_place_cabinet_44105-7c74049"} +{"task_index": 59, "task": "procedural_kitchen_place_cabinet_117924-7c74049"} +{"task_index": 60, "task": "procedural_kitchen_place_cabinet_166184-7c74049"} +{"task_index": 61, "task": "procedural_kitchen_place_cabinet_5825-7c74049"} +{"task_index": 62, "task": "procedural_kitchen_place_cabinet_295921-7c74049"} +{"task_index": 63, "task": "procedural_kitchen_place_cabinet_44104-7c74049"} +{"task_index": 64, "task": "procedural_kitchen_place_cabinet_282594-7c74049"} +{"task_index": 65, "task": "procedural_kitchen_place_cabinet_297995-7c74049"} +{"task_index": 66, "task": "procedural_kitchen_place_cabinet_12203-7c74049"} +{"task_index": 67, "task": "procedural_kitchen_place_cabinet_297992-7c74049"} +{"task_index": 68, "task": "procedural_kitchen_place_cabinet_218334-7c74049"} +{"task_index": 69, "task": "procedural_kitchen_place_cabinet_203691-7c74049"} +{"task_index": 70, "task": "procedural_kitchen_place_cabinet_196775-7c74049"} +{"task_index": 71, "task": "procedural_kitchen_place_cabinet_208562-7c74049"} +{"task_index": 72, "task": "procedural_kitchen_place_cabinet_217054-7c74049"} +{"task_index": 73, "task": "procedural_kitchen_place_cabinet_176883-7c74049"} +{"task_index": 74, "task": "procedural_kitchen_place_cabinet_42641-7c74049"} +{"task_index": 75, "task": "procedural_kitchen_place_cabinet_236875-7c74049"} +{"task_index": 76, "task": "procedural_kitchen_place_cabinet_269981-7c74049"} +{"task_index": 77, "task": "procedural_kitchen_place_cabinet_71485-7c74049"} +{"task_index": 78, "task": "procedural_kitchen_place_cabinet_121843-7c74049"} +{"task_index": 79, "task": "procedural_kitchen_place_cabinet_208564-7c74049"} +{"task_index": 80, "task": "procedural_kitchen_place_cabinet_273852-7c74049"} +{"task_index": 81, "task": "procedural_kitchen_place_cabinet_264702-7c74049"} +{"task_index": 82, "task": "procedural_kitchen_place_cabinet_264703-7c74049"} +{"task_index": 83, "task": "procedural_kitchen_place_cabinet_154891-7c74049"} +{"task_index": 84, "task": "procedural_kitchen_place_cabinet_48563-7c74049"} +{"task_index": 85, "task": "procedural_kitchen_place_cabinet_196774-7c74049"} +{"task_index": 86, "task": "procedural_kitchen_place_cabinet_218331-7c74049"} +{"task_index": 87, "task": "procedural_kitchen_place_cabinet_166185-7c74049"} +{"task_index": 88, "task": "procedural_kitchen_place_cabinet_166183-7c74049"} +{"task_index": 89, "task": "procedural_kitchen_place_cabinet_44103-7c74049"} +{"task_index": 90, "task": "procedural_kitchen_place_cabinet_273851-7c74049"} +{"task_index": 91, "task": "procedural_kitchen_place_cabinet_246794-7c74049"} +{"task_index": 92, "task": "procedural_kitchen_place_cabinet_282595-7c74049"} +{"task_index": 93, "task": "procedural_kitchen_place_cabinet_316093-7c74049"} +{"task_index": 94, "task": "procedural_kitchen_place_cabinet_203694-7c74049"} +{"task_index": 95, "task": "procedural_kitchen_place_cabinet_5821-7c74049"} +{"task_index": 96, "task": "procedural_kitchen_place_cabinet_236874-7c74049"} +{"task_index": 97, "task": "procedural_kitchen_place_cabinet_232192-7c74049"} +{"task_index": 98, "task": "procedural_kitchen_place_cabinet_277545-7c74049"} +{"task_index": 99, "task": "procedural_kitchen_place_cabinet_153472-7c74049"} +{"task_index": 100, "task": "procedural_kitchen_place_cabinet_19421-7c74049"} +{"task_index": 101, "task": "procedural_kitchen_place_cabinet_255055-7c74049"} +{"task_index": 102, "task": "procedural_kitchen_place_cabinet_218333-7c74049"} +{"task_index": 103, "task": "procedural_kitchen_place_cabinet_203692-7c74049"} +{"task_index": 104, "task": "procedural_kitchen_place_cabinet_316094-7c74049"} +{"task_index": 105, "task": "procedural_kitchen_place_cabinet_19422-7c74049"} +{"task_index": 106, "task": "procedural_kitchen_place_cabinet_75134-7c74049"} +{"task_index": 107, "task": "procedural_kitchen_place_cabinet_295923-7c74049"} +{"task_index": 108, "task": "procedural_kitchen_place_cabinet_316092-7c74049"} +{"task_index": 109, "task": "procedural_kitchen_place_cabinet_255052-7c74049"} +{"task_index": 110, "task": "procedural_kitchen_place_cabinet_321924-7c74049"} +{"task_index": 111, "task": "procedural_kitchen_place_cabinet_126725-7c74049"} +{"task_index": 112, "task": "procedural_kitchen_place_cabinet_203693-7c74049"} +{"task_index": 113, "task": "procedural_kitchen_place_cabinet_171855-7c74049"} +{"task_index": 114, "task": "procedural_kitchen_place_cabinet_126723-7c74049"} +{"task_index": 115, "task": "procedural_kitchen_place_cabinet_264701-7c74049"} +{"task_index": 116, "task": "procedural_kitchen_place_cabinet_273855-7c74049"} +{"task_index": 117, "task": "procedural_kitchen_place_cabinet_269985-7c74049"} +{"task_index": 118, "task": "procedural_kitchen_place_cabinet_236873-7c74049"} +{"task_index": 119, "task": "procedural_kitchen_place_cabinet_126724-7c74049"} +{"task_index": 120, "task": "procedural_kitchen_place_cabinet_203695-7c74049"} +{"task_index": 121, "task": "procedural_kitchen_place_cabinet_264704-7c74049"} +{"task_index": 122, "task": "procedural_kitchen_place_cabinet_12205-7c74049"} +{"task_index": 123, "task": "procedural_kitchen_place_cabinet_282593-7c74049"} +{"task_index": 124, "task": "procedural_kitchen_place_cabinet_48561-7c74049"} +{"task_index": 125, "task": "procedural_kitchen_place_cabinet_5822-7c74049"} diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f57690a52b439c3830b694ab9138a6a79dfa12b9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5c4e169f2ff530752cf5239b231383824ff109fed2164f3a81e7c2faf1a6fc +size 82099 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf706d65a49e8e3df467921570ab5bf80a63c5aa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0f2e597b203d435a019c6fffacc5b69aa1236f6bfb445ba66fd30c9bcc8a57 +size 83710 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82e97b4d9f6e4d446740d622fc231918afdba21c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99c41183f77595a1738e380dc54bfde421a57c7592ecc3f2405deb6d94dc6ca +size 105783 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aba7013b1c16851db244e3ae2d3622e87b1f4506 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137a255ab980d5065825dd8d05ef9bcdac0c5395652f239bebc6a7c0d6797785 +size 340260 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20bedc40dd85fbfb49f5127097882273861ea66d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5916f4705d8141eaf3bde1eccca33ca1573d8b5772e2759e1b5fe9c2c72f9dad +size 339666 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7994aeb86cbf8aa441e035d94668349450250298 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f627ab1ad8691a8eaee768dacabc04f39f42d221c783f3f7125a7c385d09621 +size 281050 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee0a0240dcb4d9cbc186b8e438d1d4afe74661ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4519db7f7598584d01e407e7df8502c775d5172da8b402dc8006934ee95ff8 +size 76460 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6eae8555c960f62004613f00764a77f99c0903b9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339e7965911ebdc6d26374ecfed128db7225416dd35c25fd3f54fd82ca08bc9e +size 220654 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8589c0838f42aebcf0da6b5e1acdb7e48b09ae3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417c85cc1fa8f4e8791a84c3999c8610f0208e2bd5adec795940d9ff8cfa2f28 +size 78732 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d4518ad370fbf6c45c98cbb854ea4ba93791513 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5265dabfee9ce950dd1adfb4cb83219f5e09e844671616b2df9aea059e9a089d +size 594210 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf152130a289c6705b19bef1ff848b59ea5dc3c2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94baf5b97b01bda0f665b59beb7707e5bf7eef6ccf626845334db094112ce4c5 +size 156983 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..302886415c7b678f1704cdfb9cc744ca04da0649 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee1843ee0cdbf7584b926876b64ac207f0b05a4ce7d1ab686b6657432810633 +size 223420 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..936558577024b4996fd951643f4b98d253ed3625 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c6ad21a5e15c2cc41ef110b0bcef1fe91264c58bf81f97798832cb085bc3b4 +size 137676 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdb4384d35d43f2f891f53264185d28a5be45833 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d49e653a94f424ee8879042ea0e8aff4e179dd30beb39dc7fc2e2d478858ad +size 137337 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..042dbb4a8c1d8d1dbf800ab6f9f242eec36d64d6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883e6b83f220afe711f062e5d3a378fb470daf016fd7387b49bcf548743fdf3e +size 141580 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72dc160846a9e79f644dd4b1e759d6cc29f660ac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc39531b5c4e49a75b14361be1bcb427146f56a11489caec8cd42bf3c5400db +size 145977 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33fc49754d7536b537b630be61f14e066d3f5fa3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8411d5e31a475db7b45f6d1b48d31ae9113b82ef259c2642b6d51c5f9f94190 +size 271706 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d921733a62fa1407ace7014477d037cb1aac2da --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafc9ecb1d0eea191f94f49e6fc515c72ee3414d35ddf8ffd6ed7f93f503abdd +size 140341 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..090c0c6fa4e8ab44077060a530004e835405fc52 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148b75f57796c72f51a6915e84f5f859cf968f7b9f406ec0161bb7871698aa94 +size 279265 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0837bb70f23c928b006f26bcd65d379bf1a9317 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3713aca8cf8b9eb8f1ed7818adb3a179814d749ae25ffcc80192ec627bf7ab11 +size 73647 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74ae597a5e74f932c2e995ee66d8021360a98b84 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38aef6fd5e8efd011940937de61ed54c921fa0385306f711f8ef4712fe8a7f84 +size 130923 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e284d195c89b3b53c6e3ccfb9f795ee5412ca3f9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce35994794dd3cc457e724f717792b987d82f848ff7803eca4bfb4f2aab3cb38 +size 108310 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02afda9b20201ac27df30f8d7f429eebab6c27e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dfef2d0af5c5e697766af83f9f5fe0a41f5c2087618b4b13eccd0e734e12de +size 122137 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0182a337f444eb16ee04cccbed8b81a420a3ad9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf4f1ffaf07354b67e36d599e7a94d35467d8f20d113d7ec031240c2eb3352f +size 164301 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60a8cebab203118fd09fee6b70ef38dd6e17c649 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ae80476bbf2cfcd64f8c09fc249fdade9a798fde111e67d05eb4aec5370cb2 +size 114390 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13a1d9d8264dfc0a77f9ccdc80d0d8620754da4c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9ccca74da0717d53efdb6f6822bfdc87365bde6fbe5df8f8397692d99ede67 +size 373841 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f34a5f3c11d092a6f6437c1c95cf2e6764a67ea9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8733b7203895fc3742acdeac14476c1600c7897b736b3ccc65b6aece5f5df38c +size 107725 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..407387d8ed679623907eef4d69f32ef6dfbe4889 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ed5a61f68d79c4cb1d45906a8f3eb2a28d000716419303dd10cf3b531797e7 +size 93492 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab3f349cadb17cb0bcd867e73d8f701f81f20cf6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8884babd615760c5add8ece7d399ad799caf99af2009039820f5c05500ef0f3 +size 188324 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a228939cd1fa0e8a6fce044fb36769d456b7cb99 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca5c63ab9bdbcca07074c2147508880f944f0de7ec8b4720e7ea2cf30f8a3ae +size 93157 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..884c8003e2ca0f8b7b18435c940eb1d4c3e8d29a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5411a4dbcf85d09ec0442040cd0aa2d0445551487b916ca62d944f07ef9eb6 +size 422695 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..712e84e400df98511a69019ba5e77c8298a9ba9b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56543d61b9cdfdc4e09151c7a1147780be35bcb29c257938879042a7ccad3b87 +size 990592 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8ce3d3c81c0695b3a291bea19f22eed4b62adea --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f291d0cfcafc022f91f6f6133a1ec662bc9886ccb7417ced734991503db019d +size 151635 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aa0bd864c7f902d282e5c788bd1d5a2eb979b4b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced0d1df01cbdec4c7c3c657d5f5951dadbda73a018a5bcaf7d949033df1a767 +size 127696 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d908ab66f9eab76eb6ec5ea2eeb67c36dfe31809 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98912c7ff4506552618c16f061844bdfb1999ee5a0de42c835f98f8b1814ae84 +size 99217 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d24490e4977f6c8fe4a65d37ad12d1baa5ce5a6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb0273940947afd2e4b4d370350a0eacdd756573d289539dbb0ff13da0b623a +size 399886 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..243c2f9c20917d7c58e3789a541115c510156985 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feadf1d66b1a30db6339e672141b72cc1f783a247a218bf4cc67b5a7481503c0 +size 89161 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f6e0186b6c8e0bfc7dec5d25f5c662f6b1da7d6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c8ac65246bb8c0b4faec0b3528f9602df9fa9c5bbeca414c041bb82ec28754 +size 606544 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..546a77086601bacf43ed8ffddb5c88b299c9789a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acccc8b425193b2c0c72cda006201a2c9284d1ff3bc757c45c4d24d9081fa94b +size 101371 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d6cc0fe7919dab9c41d0be29bf17409285090da --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff55c45503c4b17614925145133a71cd391ef0a5f8b2a7fb393028b4b2d7c15 +size 140433 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5eaecad3ceb207dd2d9daa9b9ceb7867567ab973 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b084f709cc359c1a1294e30f33fce6b5964526cd3585194e6a340c424825c0d9 +size 77594 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0404e0421629d28a1a3cb0a52a5d6ae569c9de2f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72437ed088b9da440e69a1f0ee6a792ddd7be0d749df7129d959a64643b4b2d +size 266826 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17ad809260699761f79b242bcac6f0a90fef08df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6242bf5cf4c736416647c8c07cd071029286d9829ae570bea43501a194f7cec6 +size 335053 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e93d331d591b05f4ba0801dbcea662fe2db2638 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dfcea88fd180fc2c1f414abbe57ee207e40bca00e02346008a3a8e67e0bf7c +size 369279 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4330817fd8e01de7bb0aac5d8bb2b64b3713fa1e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2a2da88a17f68e6ed2a79ecc110239e4f3d8b7d39bd89d5df598da1675a5da +size 419213 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a46aefbe35969f334569021f14be3b1366261969 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b593c3e2a31ea10e785f9744b2d700f5eaf43854dd4a4c71295f26ed9c0991f +size 79880 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3865e6d5f3e76452b232e18bae422f1b625aaa76 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202e492a146b67885b2ebd57d507f5c2519612b70cb0ccf67e12da647b29e840 +size 177105 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c9a1de040b320e200cf10ff3c84dcc5af234ba5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1eb864d20c39fcd2266e0a63ee1f2eb346484eade8441621d195382c4ee2e2 +size 297515 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7e0bc2fad78308f3b01610bddc4628d2cb426c2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c6f1942f352969efb61e9f9c5cef5564ed8553e9d17dc5732d4462d2b600a0 +size 277480 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4517156dcdae866617e3a41159a28970294c7b66 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a88764623cec0818318a401d6cbe15bc8c0e40f676b3cd6a08c80565a3bd00 +size 98418 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ac0309fe8675da2e873f815393f6c9218b870c4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6eb32ed861d6390865c77aa342326f47f7f942194e9bbf7d17d208b684d25af +size 153029 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..826997612d2347e8e95c1fc9746de9987570d435 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16bf378b01dd9e044fcf0657bcd355d4b8485ac321a9bb9616d9cb8468ee055 +size 111330 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcf4ac086358254fe9e98de22b236b5b21b6fc3c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985dc737219dd4505aac026756f0409f6b6bbde8aa6e7cf751d2014eb02c0240 +size 198564 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22def18a499987701621714bc966d27d763c9520 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b4f487547f96e8718151df649a2e1f95ff2c9772c8bfdc94093527af4aa8c1 +size 100545 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8a89216d92d516ff047a9617db3972ab6ff5c99 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ac0865ec3c2b74c48fe6aecf9cab56a205bbaede18889e2005ecaa2de62a8d +size 285353 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00d340db7b8bb2bce4a7642c3d917dd7e777154e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a73c7700f1b157b28f979f656aa8cc3d9122e7e3720f087d2af91036c37fbcd +size 152857 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f33a9cb3e288d71617b17fb767833a60d523316 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ffe8b444af1cb50331cc9c812497c0d2326d416483a70b2833c80e8f2a0479 +size 199305 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4cea4fce6823349509c9f608d5136cc79c32db1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e830c7c51d3c9d36551a0ba7914f33fb14c52e439d84208554915faf040a5d95 +size 194224 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e516a4372534832e3200febdfe8291ae61cab16d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab07b0b4eea1679f3587cc9f6937bc86a30bca5c763091fba1a24eb3d3109e22 +size 214989 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0657087c999850c7afa8c1f4374a9f91e92aa78 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77ba1d2b1a4dc1e08def1f342c24307bd0ae1f62e4eed528aa3730f0e1c9d32 +size 116151 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0915e4d624b35170535eccb0d91506fff85cfbc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d0e18834783e0f3fb147e65b8d8cd4161af8ec2ce75cef198f501292060ccb +size 146716 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e32be933e53916373ebf68199d4d28a4d7d1ab8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc80908c6233d49a64b9140fd652c02c955890789011ba1b2028568dbcdd90d +size 116048 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a298d3a5d3522347aec4d86196a4f947f7f193fd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c58d7c95be1d0c56f3b416050a892980f764b6ab0a62b4c55f262115eccaf5 +size 122415 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1bbf2abe7e03b322e24f01e79d5612cbbeca91f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4628105245f381fc0bbaabd60b09e49e8ba289944f5420fcfd43406cee8318d7 +size 261470 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3157adcf9f347837c2b7674d27996b9fa48419f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4c46f092c0c1e14c2cf6d65f771c61bacfa9bb44e688859c0e2e8a98c79e4a +size 225224 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6696926e819d5cc25a2876697b2a7e1b71afafbc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdac2d0476eb02455c29958a7926b243ad341d093a8ec72d6368f7429efb3dbf +size 118977 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fe087437ebd170a6ce4bf41728ee1e5e52fff7f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7e2208d6e5d00c77fe5e3e298718cda1ec2ac75e29bf35eaad9a049195d315 +size 507218 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..301d48731c6ef4df18618d50c2bd95b7eaffe58c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ba342ab373acc0c8fd0f6ebf7cd124bea78fd21af4416353cf4f5e7ad96697 +size 399685 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4480dabfd8fdcf4a51fed8b99aa3dfe4eef1beb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3b080d6dfb502918f35b6808da6875bfb36236915412060319a2918051c7a9 +size 143244 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fff11fe1ee48aca39bdd7aae304e51d0afeadfe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa900fbda1ae294a4ae53d7ced544361f4d249e3bf3a709cfb16ce0ead46a5f +size 214733 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44c1c481579effc188283019fb787f55c43fc518 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1e0ca770b4047623a36d7ba07e958a217cead5eecf4a2ce8dfef9c22083712 +size 108253 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c76a7a5202ce34456685a4ad5f568d2052ab09f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c6ed1397ee86f063b2c367b1f3059a20c934f3e852817169b84ec9b77a820a +size 203265 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9995b8d3edd96c02f39669a868a60daa7fdffff6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba333422fbcb82252a55f5fea89df53fbae22b17f1a85274ac447fcd1d2f127 +size 336238 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a696bb0560c12d3abb6a9e2c20db999f2d0f0bdb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62416833be0daaf96e8caea0f1259bdbf517b565656591aecdeadddfac3a7f37 +size 108406 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ce42a72481672d704ef450a52893a935e2adc3a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafe912f11424087d1f919ef372ea81e642ee8340c81ba24589dfebb4d69c5ae +size 94324 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f944c7b4a3a754f04a4c756f2edc6b0fa8a4da0f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb8d44bb745d11079f72745a03d26f1ebdbdd15fa658db8f880cdfc9a3898cd +size 179440 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bec41b306c25eece9a8fa5abe0c54632c92e376c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43407d30c5168bf01a28531108c6a7fb491bc3fea26db11902d90490fbdfd1f +size 246294 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda5f32eeb675676066c8291bb4abdf36e9fd6b1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e007db1249575b4d8ff3a2b62aef62d61faf0611d49cb9665657d7f2dd77679f +size 161631 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5271c5abd89800a5359b92615753053a696517d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a5b59e444faa6b3ad301d486e4e0c2306cf98b123631a38d012ea8b14d36c5 +size 424144 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ba31bc6d82487eb0758e5d6f827c87d717adf8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bff9cfcc08f3e75df87c4a8cd82e40b78aaf2264f3934f7ce874c7dbbe4bd34 +size 186622 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12422e2f64eb09b7714b7f97d80372a14ac3f1b4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7940a41011f92cc05a74093668c6e9a0480c4a4e4b845ea0a008a16b3a4541a4 +size 72760 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e40229e58aee4a515508e9a08f28e117cdaa56cc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417c14260b875cb074d426e913454ad2a0fc1125bf01b7a5f8e5a2119c4e3de9 +size 108761 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ba10ae0ac964ce5bbaa1da87eaa4067d3fc9b80 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc45b748cb9a37dfb27402a952de411125b19b340d235a03aa0cc21e2df06ed +size 337726 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..165589dcafddc7eb1561ebfae559909fc5be9854 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2db9b74f2d64592208e75a04ab204cc4d8a7964230b6b8f50910d68bcc82de6 +size 120711 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04a7f22287d5fc17babd2046c274d363753ea171 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58503115df807ba0fbe62c30f22aa0a82ae1e6a99a272bd238fd81d4595d133d +size 654072 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61a198b42c973b8baf2188f1e258c579978789e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0974634de7b0dc9a726065a2feb6f37f0610dfbff86e7817f44b4a3c822752 +size 75046 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d98491310302e92e273d58749a95f3c8f5bee5e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6583a2ce3b2a74baa5cd930869e4f1ceaaa7dfc3a5798efe719803780691e1f6 +size 365614 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cff36e544235f9e5179ffcedb68f5a05c16116ee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b9f3dfa608707311efe0875e3b07285ddbcb6bd59ff0268e1dbccaebccdbe3 +size 161035 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..836c52634d1934946938d03730a9e38e32499147 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e43b0e90c435abedaf9da791a1f2c863fc8583eade6cf980fdd5ebb1f722e32 +size 257562 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c45da5399bfdd4b3d3b12c0947dd8be6d73597db --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42bdd34171db2012840c59c9828af577fc41d284bc57912bd2ea28c9e1a1ac2 +size 374302 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..062618b8354307b4f0eac34239cdfc6f1f916e0d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4197d8a3c633d10bacadf6a77baf0cd89356d2789ab4fbd631d9dcc26d6e71a6 +size 79440 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f178e36472e65ea472002653759d2290a47951c2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f58b16a856fb1b07458004d0693e2aea5b12f28a8a6068e167ed116529a568f +size 134138 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9ca201d20d130c81c906f76c234d3a9921f688b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cc099321efb21f011ed80177f8fbda0bbd859a7e02e1b684bb27c916cfda8c +size 467941 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21f9fb0945a3a3264f88bfb41d54b41c861eddd0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6166025428eb72dd1a9e106886de32debc6ab16d7d925828274858e06e25a11 +size 315743 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce48843c3dfd041958bcaede5db215a44b08df8a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d21dc54e81d0514c6e15162e12b2d3f771d143ee2f9c652a6544c02849f10b +size 421853 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73775e2a9dee4cb52cfb44c0592d41156370a5d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1de20bb2770c24d469a09356a42ed560f63261e2ae3165b3948d4b27f381314 +size 136132 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..082893cd095b821601b7d95d06e0a5ce3e29892e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539831a1e1cde39592f21857abc9b2d32980bfa9c11d82a6d0e3e2193be0a9f7 +size 134993 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a22209c7b52010b6542ce620565a0ff3344e8288 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f641efa692c5159a8f540073a595dbbf8707b7a29e59efa6d454d767dbe20609 +size 92238 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f45e396791442eb7267c0770421e632fb4d64da7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d95057e1942485344e24336744dea7c756311ab70b166c281f624f257402a7 +size 113722 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c654ffac32bc84a865565bf16e5df4e6f145e603 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e4553bda8bc3192468e46e6d6afffb8e6609829114bc98fdb7fcbd4bfe2623 +size 267561 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b119dacda8d51326fe554979c89dbc98547e4800 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefb62127463ea71d659144502d0f3054445a5407fb75e3c64f6cad2f8ed53ce +size 97755 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad3e4f39f1815bc57ec167a3dd04c146cafa5d61 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3e88cf99d05b53bd9c35fb59cf84a0bef90bd5ea1f66bc964cdfee00e2de96 +size 140586 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6231531498d0503e79a4ee21ec973ad635563ee0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19845e08e779476d2d6b661e443dbf206d2429cf03feeaa1cbc47e56223dc9bd +size 107674 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8b87fc99d48389e1a382d79d2a04bc8794a3eaa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0981b632dd9e04440b5dac888750691ece8f4d8e74b2d7f2909660c297077591 +size 134303 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b4ee338c92db1a9b698ba02e36473d593e600f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da0c978dbf934faf702846f1d21c2873d4903ccfbbc7e76f029e8feff5eb021 +size 81347 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d79f1bf13fe9f1a9a2cc3589ea581b84607bbf85 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c50de8355eec9236c82402ac80b120b245ceda7d6d66b7a999c689798ac1a82 +size 410350 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee161894ef40664bac53368f739ca15a33127c12 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39339de3697dc763a923884ebf64e75e54395badf10cff0650cefe06272bf375 +size 418041 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb791521585076dec9098542a9e5e5f362310286 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7f08d7309b3305cd5e2416f82e4df7efa41e8a81c01bf532bf17be7ef073f1 +size 99705 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de228a9d4d1f4600868c2338f33ae29d510449a6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8526e0476fb2b080d280402cfb5ca65fe807e1c1a88ff47b2259246fc386e +size 142439 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46c00d9872a54a4a977aa5605ce78fa67790cc3f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3799e00c0fd126439cd8f839a530519e0b7421beab56ca321c10fb177471ea8f +size 215896 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c44175109d3f60814f8093b8c3733e99783d448 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75cbea1e5d61ae8f58f85581eca1adb907e32b91c69d9681f07377876e41999 +size 461908 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c78818de050dd02281ad12411d41bf792c423015 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d940f8ea34778e4f2d09d461f0e58f9742b782618bf759b8f4978328ced578 +size 146165 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b70cdaa0a82a2cb942adb2731bbab20ae9feef1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dcf23e6ce4c61628bcf49e61a67c3bd5b4016cd10d0a2caf7af10cbe01d898 +size 87361 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbb361e157ab4dfc5d93a035d11788b4127c96fc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6682cd959906027d250aa032c52cf163197ddd62940a085d4904e1467261c57 +size 79370 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e263a4a667e8c4b280588bca6868d94e136f268f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660abb474ffc418bd4e5dd48ace4ada07d1ba026788f4509f26491f82b6fcd01 +size 247997 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35b296a548b97fa3848de476f2187a30d08ee612 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690180ef43f9f7e419e7c08ec0985a2126e8a2a6704fbecba5ce856a07c2ecbc +size 92878 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01c1cae520ddb2e683fe1e21426dc72d316d2f1f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b4e82238add04ec19ebda3d9c881879c34b8ae7f7e603559f090ddde2c21d8 +size 302511 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfd69d0b1e6fbb93991cc5cf3bc4acab59bde4c7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09acc7733f9717e97841c5e6a2cb48fb26c5f7ca68aac94accff1f1b22c4f11e +size 375936 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe3a6e5d083536e85524c7ef25dfda24ee8baddc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c519df78c9177454296d5133f620ea8050875c3cc84d1c6b0e10ee5e8393b2 +size 72386 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..884d4c5d9bf8b5c3a2140a572b82a7512ace1455 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a95300b09de4b03659cfdde857045b12dfacebe413ec1ee7cb874bc4097ec11 +size 328140 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aec74f1a736a48436b6f72f06240a813d5e30c2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db25ff2678ae95d4c0c739365968a1cbef009d70335fc5a0af967debf3476f5 +size 606753 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14244eb9ce2d1a9c2109c24aaec0791e9d44b35e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bc6f12ef2856e7613b3df5747c4c10d0cd8fd63615d323ebbbad8be2bd4567 +size 81014 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8f5c4aea1a3c2d3d8e44c4c6af7247e829f889 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa193d951aae3f8f8ef69ac776499f836fc25f9e69ccc240a6d269b116c47fbe +size 393593 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a101b8bb91765b4a8461e94ae722d6592bca4ec6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ad7b7ed2969ab06a0b026f882d2f9f5671a62e5826b2b144a1bbfe532b5df3 +size 111357 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3d36bf026a6515bce7c26718122e5d24889bf0f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6315ce5ebb6a89f5088e8aeac65abffcb45af1a72858c6c2d44acc29993ad58 +size 111331 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5e243a0b5908af9a2eac3af4300ce72eeb955cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24e3413ec7105d92470c94f546652aa22a2adbf2c2ecffc04edddb30f742991 +size 66693 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7930204089a1514851ffb0d0a71fb43f0ce67f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460b06371c30c098e09a127bbd03ca48a72b637d252d9ac11b65e0c588f2c3ea +size 274816 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ee4a159ec27b0ee93791a50d4d651051b69afe4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd3b7b446166e46c75af28813b058574277b97a8ed8d8856ba356b5764eb588 +size 214315 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ab19f30d76e4162a399c1c216431e6bd9e1b307 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63469a34d89aeda0162bdb9e043de87fd2449c26d8cb0abe72ceaea3ede37885 +size 296884 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a82b7ec961631c394e430ae512018de4281b891c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663bb7bdc67341d63abc96f0a99c44be55db037100c5b4ae7da2f6f397136b22 +size 1111517 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d2e77afd7bd8b4e5005c3b174852c656c88531c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b210a7fe970f3f8ec2bee729acb041e6a70c62f7a8e40d3380ef703d3a311b8 +size 1334905 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d244d8835ef0c5c02d2eab75b4998ded037ae852 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7128fc5f5bbb295c2532fffecb11b5de7bc7d4ac7e2b368483e68cb2a161ab8e +size 695124 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cfe647583444dc732d8a81224e3c95bf581e225 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a592633f1dab6c44f47b76f2d7d958944251a34e6469e01dc5d53802e104560 +size 335848 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..677a894b2b66e1bec741f101f781e850ba082345 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae50cf922351b09f8137b5149f5115a186438e061b70040f199bef750b6121b1 +size 735738 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84140ec9ec32ad45a135a7f44cf2625997d69cac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae316d80236d25da2e52951418f55fccf742dbb4f655d6a6d6e921e908d4b43 +size 404258 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00f197c080eaa0c1b7adca944eb905a6019fc176 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8df7917e472d44749b417371613c41f74fdbce67d522073aa1de109a3b38af +size 1513650 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d268df00652afc13f8ad5fcbd8d27e6d6715222 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1539d8240df5621bdf6c3fc04bc1ff93ab43e6c3bbb6d245b62be3be1cfc46 +size 569553 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d71249974816f839b656cfeb57d3f4e25306d1e1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35c6e2bb8be7ed7b5d7a34a19a0cf1dd05bf6ec3551f686e0225afbddeaf52f +size 960132 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8413c3ed84541d2896c058e8c7c3d9a282e71431 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee463bf0fb5adc6242fb82512bf99a1afd3c49621cc7156da69598d31cf3e69 +size 506143 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0386f22e32c153fa55043965706928f5530b88a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaec8d8042f3ec0d6a57acde2aea3b020f47213cab5287f1f10d74cbf1fc9a25 +size 370798 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c169c77f8df2a2634be3404f276751f9e74af306 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ac03066ec11d5cfe89f88bf32a3217d717497822ae4cf49eb8ad64f2b1a5f4 +size 494293 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c6eb6b8f4e2e6552fd7f1031ae25506897235c1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b425397bf2147ce65d515377b9ada89e3e455402aed32c9b7ee8cb0b01f8294c +size 460509 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9340212e6e6d53842dd3738478cd2ce7866a3e2a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de989152888f6be75e30854b9bcf02dbf190970856e8c901aa4dbe2089c5203 +size 1308159 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16c98eabde12ad0bcc8d7c66dc7d76db9fafdd67 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1178b65fc16faea1bae77f77e18b7b8b84d371cccbddafeedefcbed3cdd98f92 +size 391634 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76f942b59f20a1ac00ee311b440a4062e9dcad0a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d71ce0eb285cffe42c22cc3eaa29d163bc41b547c8bf5cbed6da84054af238e +size 685541 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e640fff618e7e790e141f842dae163673fa1e12 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0818ede99a3c5df850548fd73c33147361b7f7aea4a97fbb762a6b33c98fc3 +size 213729 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abd396e26e2567ac3ed40b7fac15a68462e2b15d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c5c18130fdf1c7a46ef34616c78be248138d3188ca32821176386a03b3c499 +size 592677 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e81da2fc97435554f3bd47df2a844c9136ff4ef4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bb60dd339dab72e83f6b72a00e9dece36d8aec1e5517ee3dd85425dde85a15 +size 457904 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29a908bfa4f1695c0b19978e87ff981068e2a352 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ee394b2118dfd1ccdb0ea7059311c6582d45713b9820ee96c0f9db87234ff8 +size 322109 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8c5c1d4bc1b9b748f503f45803352ee25d45bf0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c7312792d90388eb8ad2a594fb21c7d4e62ae482e4e4bf94660e1cea529a0d +size 542533 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8f4d70334b7d5da44e7429cf2b08d1ff05c65e0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d80b2cb25ca78d46d1eb4b82ad4daf0f445cb8cba19e8debd4840f0db9e9b4 +size 313227 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0adc547e4e0f3488aa8bb066d152508f913a816d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181341644e5b69d2b618f536f35f908816821448b4f9efcfaca942bee7a1674d +size 1156496 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e36ef2a52501fcfb08910a4c81b33d8675bf0c1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d685a5c06c68f07bd0da77bde60aa07ce014a309020f46e6ce11cd05450d41b +size 308613 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ae49999d50f2b5c55d754747f6ebe3734eb43a7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c894fb525937c167794f20bd6a6423dd845599cccd64fae315e21448fc7ebc +size 292336 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4662267437ab00e07a173fb428294e6d9b5f5372 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb60455abb1dab1f6f80f7e3c65a5e8dec7ea977a5f3c784d36e3fe1945f931 +size 510293 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49c506a61e29abd0b43b08ecd454b6c5cb3afc74 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0d3f70202ddd6eea8a89c9907555e7d1038eef83998732df0c37829cf53f14 +size 369680 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..500d4223cdcabfeba47e82e5ecc7e420dc79f656 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a51d218ac54745feb57206b989d37273a1f33b3c3c22c30cbd49182240dd26 +size 1249363 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5a358426840be19c5042e50ee018e088e3f8d26 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffbc2439db2e0f6e36ebc266a2209904d21e2038f2b845cfe9c48e7c73e17b0 +size 1982283 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbcb505df936c132f2cc1500be31ffd9ae600691 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3347f51c466f68ed6d5653e0f17cd79f1e9a394a6685e3b36023eae383737f4 +size 491800 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94bf1680badbd23466d5a786a128e7413369691b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7767abc42b8759b763a4d6b61f840e534174397c3ff38d92070f0511317f9804 +size 365654 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9b6d4f3cb747378ac30324f53191cf895b0c24 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b1a90e3834b4114ee34464bb55e94a8800408f3495b4e8dd918b3a4ee7159c +size 286741 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00c8e7e3a9741d9604721da3c1de85eec33e469b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18de0771132fd958f28dda9cb6d45b751139e0f273f17315a393edeb0bf7f10b +size 1070865 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..134c21b6e8582131a22a55ccee039ecc28b32186 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8b3e4b6229ab7da0c2f73e2d9604884532e4ff48ab5636cd8a0d55de444319 +size 221454 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44f0825c0995a97d055a9df53f3dec311258ff88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8e56eb567fd721024ad0292503fdfbae9e5aa942d0f3b31fb70719a03313c1 +size 1794519 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bb39c7eb34f27e08ea628882bc7b43f29399215 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfac8d428badb325086a16c765e806f8d1c25a77447bc84524c0660dba419045 +size 357050 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7482e48a05e69597ab896a1ea6e4de4197c5ec83 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da03634d4e2a15fa0ed8c27f2aa79802f51f709d4b7c0b5b12dd69d5b56968c2 +size 354295 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f505cd1fa96d28a0f99d5bedf4d6f0d0a363360 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff48fbd9619de21b65c3a21f6bea369f3fca84a8b08f752c650714332d06ca0 +size 331947 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5272b745fbcb2bad1798f164384c4391c458702e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557e1aa722e3a4ffdf1e52a75814916af7d42e4b3438f770b458f1aff3df77e1 +size 1313908 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..950ad6849b18d5d3b290b2c533911c20f6c7a6d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec495c49bc0e79ecb99cc85d1ba9d3cc7adbdaa2e86262433b3444f9105f22a2 +size 898665 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11bf20d626fd07a1326a6142aa86d4752a2cdaf5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74004b31c6ecde0c4f4b5c37f988177cc02c4387105f01cbf5dcf4b112869ba +size 945970 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d30a285506b366aa52943212926162d1989dfa83 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6730b881e78b1e26083fa14d9f4bf8166420adf8f034f58c28320aba5638f2 +size 2107400 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa2084c9fa10f63186d444a10ea362df61ed212d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae3d9d74a602fae31e14a4cc6156cada50b31aa2fafbf6ffed21428f135d3a3 +size 269852 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1167ba34716d65897f3f136b70ea96ec92b2cb4e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fc462c6c0bab547bd4c0f57265ba7c6ed2b97f8e67392f4f60543bb1369050 +size 461710 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35b154378adfdf89c0f621b1b7f745533367f4c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba1e520fe4d753290c4182f7d211f7bb5ab9560615b9515dd761d73f82a01ad +size 731547 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fa024d2200091179dc24da10cab1f24cd0f44ed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c6e0782f441b681793cf51c4bc43581ecbcb7fa0cfead772e775eb760acaf2 +size 705502 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e2b94f85317e869a1468459d0d2b16331357752 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd31bc7f389502927123073d3d03a78604dadda6e79079d6b4d508b6436ae99 +size 262334 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58718e65e9e67eb9c83db5c2c874f535e7a27135 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b572fe8994ab375e346bfdb6c0ea8ff02a79326de870b59a8ac34240d2e0b2 +size 432169 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d020eeefcc000def31605a9cc7b63c3193f9154c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7574ecf4e2136ab1aa10ab7316ee0cae2b62d71e40da77c06f411dc1b33add0 +size 410478 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8c9b012f65b9abae5ffae7f0a21518bd2584c4a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f4b8883b46a7c9402ab494119fc85f73251f921f231ad3a079641e66cb1c36 +size 772374 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee4f80d4a5eebae540a56687e1d97730c281e51c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3684795a7837c6f80fb8b05bc47eff4fa673eab00ce46a2e7ca659cf0d39097a +size 270966 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20235749df2041b08d60f67f3aad0934e74c1536 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daec5195b462938bc34ee8f893a6b347cac7cc2613f36eb420a2628116846100 +size 1083255 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b3a23e524f00aff66ce83f982459150ad22788b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbd3298088392b65f0078ff22c0169659e4055ff24e4862901d32aedf3e899f +size 427829 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba8387219acf783e8d0256a05c0c587504b86f69 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd67a78019f0c561cd6b78f9cc6600ce5161bbb5afb8802cb27e2bdf10743ad +size 755232 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b35a33460aa7b377f587ea9318996bd3839ead9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d038daa92acb220ea7fae7ebc12ec67bf870fe69d392f2ac79eb06f6f1617ed +size 503897 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfa15cf6f859dbea5efb4f3cafaaea345caf448d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5968907d83b29386e0f7d57e02c22e761f11647e4cd981528187636244a97d3 +size 740194 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77da2216eec442aa3fb3dd40a9650ba19dd0c09a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0a148bda5ef6f4dcc21835fd8120bc85ca3f2568d5dc1533e988e2f0050d0f +size 416145 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e669d9e5550f84853a58f47de8fd7707b886ea11 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a624b00f193e5a53959184ec88ca9c4dd8da473fad6d09c94f9a5c8b299cbe5 +size 616181 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3ed48018c9de5c09baa32cc3d96c80b213f9aff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a9255319508720dabb726071663e0c872f6e9863c7294ccbd78715efe96e62 +size 302421 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb953ef6171ea1adec10d3afe2a8fcfff8b48011 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e22cc261fe04afc1a2bc0935b9d517c97c2ef6277414a2b4572b9c21db15ec5 +size 616781 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fdbe801c0521bb2d0dd938d1a74fab8c84cccef --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef63cc309d6b98dc19b22cd81b03466a1263db7ce073ec897e42658b14bda819 +size 878747 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..474095e44f98600069d5f4dc185df59ecf6a3427 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1621ad6869b31ab88ec339d2dd1e307e838f6650d059e09a2646042c5f507a3 +size 766431 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f9b30546b2eacff6e5c8cb2807681c4ee8900ad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa081c6be1b52c521961fba7d5d86e61d4002312296666a5b4c149cd2d2363a +size 453011 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53638b8693fb9f67bbdba8de995136b9a3754723 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328d8d940d64f488ea709d6eb3515f72d8e8b5b756940c95f710cb47fe048ccf +size 1711981 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ae1ac29548f0bb401c2558bb889f51e48704220 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576cb0a65658c6d4b2d0f7a1bcfd284840c76c9267004709d93ab3ed86ce2fe1 +size 1698304 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2314bc7a35ab3679ab3e24c6e53f372cc825b20f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce6cde65242d903e1715c09dee98e206c8f741c793030ac4e18c3fd2a5dc451 +size 379272 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9428e72e0498d5c8e8431fd78f9359b2469ccb8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950c283f7d0695187010541aa2a667bafbde26d7ea4d27a44d177d873852ddb0 +size 1023528 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddd0b05ab17fb2a8c2eee6b8bcc14cc3c59c218f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1207765233a8f1090d3a2765edbd7b54e9d3a6a49811cbe74fc991ec0241cc +size 286594 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8ed31d5fc75751184971d183ccc73d715c5ccc0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926a6b0fd918e1ab33c6f3747adb47706f94ca543c1620b3a7a832f7cf117f29 +size 700952 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ba263e04ab058695d69e7d6279091ff97f44c02 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e6dfd3ccb75a8d3a345bfae79d23fc0713529535fcd21530882c9af5999f2b +size 1335641 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..181e1e528fd472632690eb826d4721e19a785017 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc8c513ff38a3151d21dad87ab23659802178e4438ef7bcc468df5ecfe81da9 +size 312187 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdd893d8e2381e6e14d5c881b20a01693dfc0705 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3658c839138d58c7fa93dfab8ae65cd5fab812d16e86eef9b5d6ed5385ac891 +size 326063 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d680c178278797357c91c666b6223fec6ca820d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7699e2d070fd62ba6cebd2044e7514a7d54fde76973c1f0980a0a38e7e327bc7 +size 523117 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8f71b6478bd438a5e8ffc419a4ecee403f1c9dd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c237c82d5c213554c210e4b52149a9b01ae3cadb4954f7dc264951590038a80d +size 1158724 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edb230c851ac6b42ca9385267247d711d02bd6c1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbe591c76b97e52da5368e4c2c0b5c3a15f574c92a60ad8d03b2e342c8743e4 +size 673436 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d61380870bc078b9efe08e98f8960757b556cf33 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28cfe77d2e4fb2202ad8ea2bf6d326d0d05a34ac4bdbbd978f3b57c94ad9969 +size 1025867 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c0c8ee5426d29121361e3cc7fd254ab97ca233f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273216c4cff990ef9a29cb94e2247532373bc3ee5ae2a731e145c98cb53cdc0d +size 499765 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a139a8795c2990fca5172889a02ca1d0bfc3b83b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1598701a78a6defa3eb8e07e6561abe9eefdb8aae3abbc6d17a8739615900b35 +size 232935 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a9ecdf2d8c525442529dbc426e739690000b34c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1644b50f1f47777f6bc6d3c1c54e51cda2ec38e2eb3bc0e0028de477c743edd +size 464927 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..598c0627338e612c6941d6b004c6256a0aa3eff7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bae1ebc51ab2251bd2552db1c3a4913df8047c3462c828045ef80d50f691e01 +size 1077617 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08958e3c842f029387b7f7c6b36e4d2998b240bf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013dbde83a54f0b11d0a6b0e4a4b7e24d28352c3f33578c159402c1d7470803d +size 342434 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b5d49d532501de796f8226632430ee7633b15fa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a771ad8de373043997f86992823fbc727c7fc84a12e4d9cbfb6542ba3103f32 +size 2271378 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9550c6dfd7e19888e14d0b72d5e3858a1798aea2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e235f2e9b3f71b3e57d28e810ede4198fa1766c7f7516df4710bef95eaf95f94 +size 326258 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bce784cd5dfbf3c64fb44c959d9d7b5af9dbc5c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f1642ef32fa15f27c0b7ea006976d2c109fc9c3bc687fb63f40b02ee6edea7 +size 1111146 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93ebcf31d052dbde14dd11d7e43ab5f097637a2b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc7d550e8cb18642dbaa30c8f8ad5f58ad74e992e35f758d22d5fde38cca4cb +size 511201 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ee70854e7eab0a7db69457b53794881ae4d15e9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fecd7ae7ea082c3f58893209a29b36acb89f51c0edec7940ab528dc854b6d80 +size 1130844 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2769ce1d1413b51629a4c7a9a4f5a910f5a74b7e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e9d20219a5bb52d81d6abe0b4e70a5556c9d3062d2dce4d95df15943953b41 +size 1869740 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bde1c32c33c9d4c47069d55017a1db26b46289bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b58926221904b6a09066c39b929ed49ef8d1cc47d780b20d07617af47f86aa +size 208028 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f131e7fc1183d647efa9826b9a1de655019bcac5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d84b3fa5c000965130efe74614df801943c57f376b45e40775118e9c68f5bfe +size 368416 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cca0905e1a2607598d1486f29f4d6467273951f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d30020896d2c5b54499865798cadf6ff30e7ca5d3367b0e12c6b96c5baca6 +size 1558724 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f080170554c5003a2a22ea28d543ada4f6815620 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8ba3a6c815d0a3b9e70a9777bad3ff33f4f3a0cfc4c37d5a4323b87d2f6cf5 +size 1209054 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..024aeb24231906078d9b26644f14ae4db2f9a4de --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ff9799086f3f619c574a1b779a94ec10bfb59014b62593ed3fc1f9f5e150e3 +size 1501106 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c7ada26813d9fc2f1461f8920547ad080720516 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fb40dde9b79b60d5ff8c2b42da962dcc5a83b63378f200593f0b39eebb00dd +size 504609 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d24c678f4bf4538dcbc2ee07f49c373dbfa458f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c13c178d8ccb596534182fc619801dc614156d291402b46d56a44154e701080 +size 662199 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e974f661e466164e899b4be3e220ee225d37ae0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b130ceb5a9f9591ac50e936036f857704393854a3228a55de7848a7a215c0cf +size 315830 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8dba8977230df1f2153395f8ad25e4cbf4c7df2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded7aa21f2aa3b57c514656cd57ffcd2916b751fbec3d8212de432dd463132ce +size 501376 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b969e61f0a91a074c1694d81f555ee0dea03e35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c456ea3f55d68ceb140e7bd5173193097f9eff3a2a5c2764ad5457cb03a99393 +size 803339 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..027dcadf046c065b5d21e6a03d7e94339615c5fe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8704b4e29620515004e6ab4863e462515d67bb5b17e991a11046fcc0fd64f548 +size 260830 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..314225f6158a3308c1d9328958d6585552f8d8fc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9414193a8d1aa9b3d78181c1eb8ee49c5b6a1441536e04b28e53fdfb78c0aeb3 +size 531951 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a511538595278f854582fcef016fd6473c8d3618 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abacdbe90b400884615e25e1ce59e70c987ead73a273f1749e316ff68873b24 +size 354221 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6794b7fb881a2c6b429fc94cd03db28b6538bc94 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcc7dc8252d99f575ad5204ebceafdce9af28b09f70e6103f2b222430c650c2 +size 408809 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55323ff1ffa6477a9f443b62f445e0629645c061 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5f6ad5cd4148f65fc4c32a05349c00ed790f3f8321d9b3bfc0c51b6c363d19 +size 311036 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98eab0476158c4252edae9d461d4f0a319e10473 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbb2e444216ce02ae11ba5b68b78efd62a406abf21a0c51d6a172d964867b5c +size 1012462 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..565d3905195fb546ac593b08d1c4dda8c6595888 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2edd284dda531e7b6465ac4ebc7c626bb36f48065f227b0d65c6d24fd556c8 +size 1284933 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..575a8b0ad2b5c8f638495a9050eebc76e3056dc2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e66e532a64582d79b5471a967c2b0c1ff911565534251c934dcad664f56c933 +size 261743 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02ab998dc6ffa47bc51d24e2c7a1f4c4c0b4d3f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fce6b594e8373b66616ab32b099d6aa281025a85ea2b473d88dc74e110a87a +size 351238 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea6af01441cb37c18c2d9f26729fceac6c8cdd8c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af476b18a1e12bc8e1b0dbf32577c2dcb07f6c925a6df8b6b726ce444f673f38 +size 768441 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cab47645ed15a8ec0a35554b68e7768dde86b3f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45afbf3e2eac528c785ab9dbb51a105c2cd253fadad8c98d5ccaea0eacc70e9 +size 1426171 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0821ef5595f759dd6795d317f6d0f8cc1d40e74a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80acaf1bdb467011ed05f95cab41c0f1bb638a5ebaa2df747cc6bfbe97360ce3 +size 887183 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ae41c764b391da6e22c813a009af5d3aa771fed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14dc58a3c63e172e1085fcb45cb2e8ab7048e8b5cbabc9c32c5a8b7300a1343 +size 376652 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16865069e12076bc340e76ffee1710ffdd68c942 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3909bb0b317ef9b5ca25350208853fd2ba1d9f8bf9c262ae481307fafa475c62 +size 251892 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7f1924a354e5028e5261563fa524959a3e656e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a239248c2f5a57aab68a8a596dbd979d1e01aee52c2e379bbc346f5af118e7d +size 847167 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5853da45bca3a654335f37c121036f4672946615 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670df5d1775b1f91f65638cfddd37b2d10ecc564533ee96a791060269a0c6add +size 503476 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb739c2ca835407502c3e3ac845a22d53b7c61fb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855f22790b734533cc6f64def27943ed8b64e36bef022b13fc1deefac52e865d +size 1046343 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..181f1a4802b3feb8300aa4251eddf8b3f7514308 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c3b76e6f9964bb035ca190c6664f9280efd815ba542353347ff00899142182 +size 988093 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecca040738a00a70d95a75db20ba79af715b9c26 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7619b7032699dc4751b50cb54739afa6803d6fb81c7e317f838e411fdd3e4e83 +size 239118 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e211ee758e4a6954db0f633cb3bbee2650abce89 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37c0c1d38a9c6af5e31f98211489d29bf6ddc3a990f08bfed17d1ef7b2e42ba +size 1183665 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6729c59a6dfcaee938407414ffcf39a48bfa23b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6305e51240621706c74d5fd8f5c79f0dd18aa51bc5ea92aa7a6107e489b8d08b +size 1766054 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6862eba7169486b7bf5baeef611ff932630cf120 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d776af1011e4e31510609f7cb5eccb2d6c1a7e3d6b01d0fd95b60f8b53223fb +size 281297 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27167a5b31e3433e671f290caf9272c9c65ee481 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc1de39a51d49ab3691a6fa6b3dfbb8cdca9044f576ba6a167aab8f72f3f364 +size 1106789 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b07389b2e6c234d7ae805dac8a3fe99108fcf5ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8578fba98b6bf9d9ebb193832d8489094d2082e4b31e0484c33dfa6f87b4e3 +size 343037 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a75c20dda3694e57722e1558250b1ac758730239 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccc64327f7677e5e6e65cc0bb45edc154024081e4149561f99646caaec5bf73 +size 240801 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bfb7556eabc538c8406390c27c265603dc83723 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf44c860568a60b28e95b64c6666dd87a239f6ff974112f704fa3b8bb590445d +size 196846 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44eece122f6a1132fc65fe3390bf616c24f53525 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b68c4d181c0e407942336c496ca898242833d1805bba7343774c2f3ed8f1ad +size 362339 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a71511b63d8026e1acbfa83613712bd8a9143b55 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a9d80a2899c33266f11a938958fec5807a9955a3bfbf6dc82b689f5b8c8e87 +size 318014 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12540de3f7c75071db05b6a81540b290e893671e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c9837e71024b5268a57d2d26bc444342730b72e023acbba1a277a284c9ca1e +size 460815 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55734e19e9007befb8af6bfb9278743cca130342 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b70dec04d89784a3edb92ad375e36dcc3a2641366122d0fab2bb4ff616f02f +size 1389085 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ef3f58e9a196c924e94c7e49aed45baac78836c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d6183417099303c016f89a030b9c1f7bb5ca188bb8d1373434325a27259e19 +size 1425474 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0520b7a4bd53683e6ef8ea4f42a3b8a0d675e53c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7a0847b509c1cc26c16d6fc9210771aa53fdd83cccacf39b96cc6339dc5f57 +size 1119427 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05d3b066697512f67783d20013475b3f8c3d94b4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7765362bc26b4dd65bff93c45887ebc70ffa9519394d21f03fdb3a4dec7e153a +size 327881 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85e7b6e6e6115c19d3f18bcd32261e7759df9921 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557f573d1efdcb63a971302b2824d871e629b73bffb53b1717a2da89b63732f8 +size 863658 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30e3247099baa606e9005cdd67209404e0c00e3b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e094e7707ae5abaaec89783aeaf74c56ccc69db498e7aaa690c4ebc9cfcb8e +size 341805 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c30b76c9fb9cfe89419745a5da0be40ab92294 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af0c29816ef560fdf79d190020023de8e3e918b2313eb39b82c32546e49d275 +size 2416458 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d9fd31dc4ebaf101855e03d93a6edea4ccd0775 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a08ee1641fbbf0f2717823727c2a71f33d3bfcb9d54165a83f2fadea41a64f +size 675873 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dfbf198056018cfafdb9ef43a4439073e8b3871 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123e2241494d06db2051f24afb8c39737f815884b23a43802559a194d455da1d +size 932779 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a40dae33a0bd8652fb9563b928741e41bae433e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c494fc6956d4a6d4e68f21225ca5a11a130c881295022ef6b52b31e13699f11 +size 581603 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd4582079806fe8bd9d56c72734e80114d9414d9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f622996deb17f052abc9a06587ea84a25b8870a6bb950c4cd4fb5c99d5691fa6 +size 624334 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e15d6026c78338159a0598891845e0aab5a73a17 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94edca8428cf7fd6e5369dab034ce5324cd37c9ea9fdb83328b6212d434ddf5 +size 558258 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bee00f03c32567e8b66813ab83723c42ca46925 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa0125508434dca6efd0591129c4ab27c836307f6689204e6e8a2b538778ff6 +size 642359 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51873ff2791c26826e5b4fe1a9db57b546e9d908 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384558e3e07cdd935fc5f489e168e4bc92d1fecc3f948d5404d687d4a4585fc3 +size 1093674 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4f50a6aec0057af7a123eb3f63a088c26b1b8e9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef19672cf30158687b60909daf48408eb0c6a6ac401b8759f40e0872d0ad46a +size 553852 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9270483264a6410b807474f436e0613cd3ab26a8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad11a15a65e36db37444285ab80327a9e88e614454612f8db664a0be9be6fc9a +size 1180336 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc7f05804a5b697543f737ef9acf7d81a1a61769 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba5b4a4576b0a4f7589fc056fa3ebe1597e57667e82eba583b3e4739ade1e8b +size 313688 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d7b94ea0e1d64eb40385bc8abc3133f8e6dd254 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92d57af5efda005a25928c894c7ae2d4613d62430478ee2e8b8774c3925c6f1 +size 497647 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09a51c1ecdf1c4b2aafac9ef2a1d0a2ef7ecb6a5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dacf134bec3030e380d62768b7384900d24fac32633168cf82e7454833cbc9d +size 470702 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d084a1518a26de9db8a9f872ea2d011d0d954d0f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0617366520560903315083eebce2efee505cf814cd8d0697a6663e862a8f0619 +size 429529 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1baacfbf7d8f63de8040b3c121deb788757c2641 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2fdd702df83dfb491822ba28fc4b2df394a0acc56987d5a69a5dc7c57a2153 +size 688468 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a98826a84d1c54ce4003649910a91cbd70006c78 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269312a3ba5965f4b88fb147c46464002c459c5cd4f47eafabc4dd4223f6beb5 +size 477925 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a86c0f445cc6ce5379576b4faac26b79939ffd44 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca2c118b3c3d318e9833a021e7e024054bf9835c866cd91fc384e72317329b1 +size 1559479 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3ee6cbb283a2b4c8e45ecb33d1e8ef4db386d23 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69bfe1ae19cd52f2675016964e7345d28da0f6117d2b781e8104bc8d1e86960 +size 468169 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62bd29bfc35399af2de69c19137e63957011cd76 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38443d1bcdc239d169b707773fa3d4d52b7d0c0389437ffb960c8a0af2dbcc4 +size 400276 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf4c454256e8d02eaf5554d843494a3b17f8935b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55602fff81e63ac44d496ed14c875ac9a7567cac7f58e9a4d132c05cb50ab03 +size 860522 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd2bebbb327843afbd50c620a4610d2bb0fad358 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684c3bf2ef52508be42900b264e165c9d589b55bbadeb79275706424064cf7fd +size 426833 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c68e1149a978bc4f89121bd8ff860a426f942c2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a860b5a9f7fdbdc3f4cc1303a2ed5f4fef64eb16fd1d62c18aa39498debe22c1 +size 1737415 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebbc71840e66de0bbcb08b2686864a307535690a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dba21593c52fa562826ae5f92ee9482c4584fe469122bd0605d65161246527 +size 3400879 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0514701b0488528281f847c0b5e9017ca9ab3f5d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5478e8786f82b61dcc8a5fbb07813ea81cc99d3b3aa4a788a13061c19e478b +size 624974 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3169fe2aff07daae22b4e28f63b1e1b434f445b8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a76e6977e87d5a495b97a13b7e9902a0964228be8faa4c8715ec5ec3c625728 +size 577154 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8d0c9e0d2dce3016baaadf2d7cdf044d153d3b9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbf7baa09beda769b736f6c344431b37a66cb9c39a246e790fe08ef060397d2 +size 446329 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa33388377f7bc9d8ee252b787500f3fd2d90f4d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ce811f8d0ed430ebf7fda9d203929a11f34cfc2a00b55bc675a2427c5e39ae +size 1630519 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7101af4cd6e030f7f420f5e52155682e88e595ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d95393b7f2643de8dbe588a1f765d74c3c5905c1ffaac378c708bcff2ffa63 +size 321312 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68ae89e55bbd7af99d01c2d3d0453e084882f0c7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3c89cf3c2bf95006708c3792568867fa72f5b71e6134da4018a7ff57c78dac +size 2415274 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5e1c4dad1bc1be6393d9e51e22c31e5f352e29e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429750f8eb3a0339f8adcc98741fbfd715f805d4180644a1681346b566d9258f +size 407313 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ff752de1cd123ead22ddd2f68a3cfaf8dda5d02 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c6e5f9c8a7860024ea4800f966387c915a2e83f20d51adad63bec98fe884f9 +size 610952 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67534146fd2524ff583f48397ff07983f1fc617b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732434a0158b708ce035a5ddbb4fbd9caf6e01828704f90c60ce39b51c127a3d +size 298729 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19ad3bea4a9152dff33ef557f43c714f90088f5f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaef95471f7e69ae30b92152b65159f585bd5e9630ffd74005d85dd70ddc635 +size 1037013 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91301f5a903dfd424989eed73e4be0bec42878ec --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430d2d7c78dd51adbd8978a99e72697956741c8ddd76066fa3e124ce96c11718 +size 1293209 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aaf459f5f8098af8465a6149506b7b4912a7bb7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fc4a76299058d1eaf8a9dea5fc80521527dff9b1913cdfede995c673f9065b +size 1473004 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c45dd8bbbb8a648cf71a16c1e16241279b1b557e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650f3f2df00fb5630a36292a9a148334c45cc540509769fabbdd4938fd583f26 +size 1524290 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2768c0c11ad78135c30b5dca17a03305bd2b37a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7f5aea8bed5c7bf3b22bc26eb6d98f9510d0a5c1d41eb62eabacf235a83358 +size 348683 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a75e341f2b66a0262107bb329b84ac601a6e8588 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f00649fc0db9f91fc1b1cdb66651e5451e7a8b0f6ee6e0c9f91953bfbe8abac +size 739673 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..017624fc1dec0f3e6440ab4087b4557f510b3b1a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4d708c2f6d8766decd2fdd771c54e32125737c594a1bcf8dd53c5f074513b2 +size 1241597 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07a0eaba3aac40f7f17c3b63f8765a0f65e8e405 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d017a1c669bfc3ff6bae9d89a9042b0d073a7daa843233ad2ab2188c76dc4c92 +size 1238720 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0e87af4c06ce485e0adae0842d9fe6a293dc586 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f6aa6d6bf74cb20e493d0584e72b89f39ae1e5480518c37db1e2b74429298a +size 414528 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fcaf3a931a9e5e91859c591045746e6990dadce --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d938a9c5a8bb8637f85146de93f91e35702ea24c8b27432c0227f1510d5f230 +size 679041 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88cbac52e632fb2ba22b34f6f1ff739260a0a7ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bafa08a1bf7f8046260b98d5cfc13e872564002067452e9e33dabc23b5c6206 +size 445992 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..788b4b682aa6364ab866a5c99f0320a8b306520c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9549de07cc17c870bde4c023a70fb39653ee1c9d1d4c33cf723e93ebb5476781 +size 802858 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebaf28e9fac6e1ea9bbbf7fd5546d4312e003a68 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebf2f71f685a43e871f39458ffc6be4cd5795d420e073fa3a3d6c3fb746a90a +size 437093 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bbf96e969cf5c86006216313f9cc25377ec47a8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592f10251a8825b95303183d01a44993663084ea7e94f03500312b4d9f4d9f27 +size 1143310 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a21070066130a9399a1e0874fecedd42dd5812d9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8964824cabb37acc6e178b03cc28fad8355fb2f05369374ca14a419183ac8228 +size 642848 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd70475726a4a82784c943e23b9b48f0af4c2fb5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad113ff1ad3fb48f4e6fb93c3f00428543b0b2095bd4ff3fa8f9ec5d66705231 +size 827921 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fb75bddd873c349970f9f0ef786bcbad9465c2e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4bf80979af84aa45b6ad4c7a82c9acdcba0cc7574f9471d6b6aeccd6a3b521 +size 818089 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e6f71fd274d8a19d784fb07c5dc660fd73e1f0e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4246ffe67b339ed722d4270ee5d6640af4b5c090bdbb067e34f06ce6eea7417 +size 876100 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e04306aef443e0c34b569f334ad10846f6ae9b43 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b67177e1eb3db6967207465bb58fb965002b634626acdda62987f2b0b8b32e +size 474277 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c39716d4afc2fb5350c35ae2bc8e8728b70e0d7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369c402c98aefe456a724de81b9c9858e512ce6b026e7d7f1d7c249b1c13a903 +size 644743 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c459f1b005cc85b1a85bdcec728946b681571c29 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fc6dfe9198c73033734d64a9bbb70cbc12b693992e3e114539662e6ee6a55c +size 471840 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85bc20c5894367640cc79169eb90f79f1c9bf83f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3379c6d04da3efca08c4efff07aa81940fd75a2289855e51d9928381820501ad +size 497098 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b017a1f9cd82a073d101392facd3ef319a3acaa3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642b88c2d051fc93c4c61f645c11d77c03430fd62d2a51ca25a7acab33f0fd39 +size 1185649 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59d0d0413d288f94b3ecba9980ec0a09f703a9d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8916152e07b766f9f5b44ad930bf560f90f01be43809f403c70a56ddc113209 +size 924805 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49766ffd24d935fbb9388d9a3be0de6c373076a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f36ad030deea9769a1392adde75fc989df6b315d02101279acd9642afb6221 +size 475014 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbf7c0180c373ecb18e84838ed71281b8a46e8e5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9b2e1aa2b7df9638114e922f0b12d74396d4223561eb95040c7d48761e5cf1 +size 2183542 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2756f5e74f519c1a100716a6235fb6f50139d68 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb95108494df63fc69186626329c9cbabf37179bd769e62dc2b3af39fac397c +size 1612521 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0f97201763c76099fa24c87ebf59d71a6034827 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f6f698540259bb2215d3b4bc8f4936bcb5d3733834c768d2c859c2740bdc01 +size 622121 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ab779800689aa40a222472d76093719a9666315 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386c480042002167ea772b62ca757abbcc6b7d9806b64a0431a25ca574e6b5a3 +size 888447 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceb6b24d8ab323d62f8a73b8d82d90fa06854d4c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5e68c4bde847d5aac81f2924020e28a91dfc2731b9ec824f27dcde04ed564c +size 447518 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e326f0f7e894d8424ad85121fc5336a4c39483 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3809651cd13fc90f893b84070810c3f016655813ac3532fa3548d580bbf97b4 +size 833966 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ca82858c07e9ba0d45480db13355dde983c6d21 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248a41d4672e5c5784ef63a96eee7ba11270272ca57e72b2cdac2d7fc320dbec +size 1364272 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a24800c224f43a0658de5c20fd82d15a927d3d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22359ce2203d99495035b0dcc545ff0c2c905e7ad1883a6f0fca424afe1f8809 +size 440359 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9060903892440478f4bb8b7181e96acf3697f1ac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3906d635010904bac45ff4acde06bd675cfbae1a8072f719745aa0636a634887 +size 390189 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14393493dab59caee74d8c1b4401c3eeb5ca1912 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9175bc0765eca1271d22894d8fc8c3c9834e0dd3b01b386bf83b82f4fb336d30 +size 721262 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3271ba18b100e30d35173cefba03447a5ecb9a6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdefe50e9495ebad4a9c1fd29c668b4c96b04153b0ab413422247b20f088f9c2 +size 974600 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2cce42db798c3fc6fac4cf7d98450bac5515b7c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1358b8d18681f5d399dc5a2f45601e8c5820d7000a55f673c92540832d94db3f +size 651396 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cd46b654de460a8a1faee57414680380172a9f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19337c8ce78481647317d64ae792a1fe5b40f80d3ac03c9e1b2d4745707e4497 +size 1771184 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c28e89e35fc88d260f137eee22d304ef6174b63d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032b8f9fdfc2260792a28f70c33cab7c73292001a3fb85c4c1f266f3bf5e6ca1 +size 844403 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..269f0d7a0a256fb1defbcea0028089e1a2003c57 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5481d7d1a574e6255e02c08ff23bd78f33073e3f7651055ebcb8cbc7c6d5f0f +size 296857 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..656b6887a3792bf842ed2ea1db742dba0eb3c357 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e220bf93f0e6bc376e1807ce34ab670d18a7afa66a8343c2212dda4bcb85e4df +size 501226 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ade444c5b8bb2ded08345248740c0418985b8da9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a888d1fa05b1ae53cf89ec2dc8849bc74621f13a7f9e27476e09b56e3938f72 +size 1271252 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a07197f7e67d3126d566798d5a1e1a4783b2652 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4abc6024863c911dcc7c97681c99d87f48e5069866e3943e761007b7ddfa469 +size 515248 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0de86a303882ad639165d3718485003897c5725 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fb4003180731078df4cd80de96acbca71421e3ed0ffb548ce36a32ff1278bc +size 3178846 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d4e4111227896234b033b9515fca1909e3cb6b6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a396617881131c32a79f0431f6778c05f999d0eaf16e921b584058deef6d6a93 +size 330323 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c8910ab2b83f295485305884a37ff94efc21bc1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfd05871c1f3f0a92dedf81f95044a20d7145cc323e35f46f8ab91fbe3c0119 +size 1391412 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f8f92a312239f471290badd5e9b8bcad895765f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ae51395750b39427dcf568501deb63b0c805a8b933edde01e85ace37fbb1aa +size 667713 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af6b2e1e25a00a48db9444dbe5d620406b580bac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2ac23c1b317b0ae6e07727c7509e6ddbcb3420fd7be9ea4a046d52a02d5178 +size 1127790 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15475903e6251dffd80d3f459b062bb302a29bd4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea019c85c9a1272074c128457a38c7d1c5373243dc8b2362b7ab4537ffe54ea +size 1524375 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6775e396979e5d810bb25f59be6c021de6d3469d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f8294ab2013cf83b410cd3158f4d90aae9274aa1773fe6439390bf2444bd5 +size 352728 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..622b40580dc880f1e3d5d06b16cbab5c2f468dd1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66587cf75d3d9eaf6a854ede57a9f31ae98ec932eed826a2289bbade5fcd68f +size 561288 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f55a1c49f5a1a0e274b5da1e6f779a6f9eee7d9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b7d62a1e1ff65ebee2543b08dcc03c6469294b2199c8bd3072d31f0aaa5016 +size 1985944 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fb566e13327f0325538a13963ad72a14ebf89fb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed0a75d6b780890d5e466057f7dc340815fe98ba8bd477b4040f34ccd50b4dc +size 1225430 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada77c83e394d2f5be6a2057026639e37e27ad25 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1222a0527c3e636bb85803a0e0855d85f4d9465cd72ba7908995bbdb723c62 +size 1778860 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4b4f7a4bca5b84fc697ee02f4d6c160145571a6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba80a66be9982de3f7810fcddc93f3bd9b33d432b8194a849c72f0e0d2a1421f +size 557449 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26ad8cf2f289d9376b1738b85b22e406df21b0e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d349209689f7dcf9e168ac90ab0ede46260c9f20d9a9ae12c3a725ec56f7829 +size 580187 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a5439c34c6a3ba3e7b97c70c76f75b970b6c5c3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53eccb8f8edc0469194ba37dbe19ec217ba24138bcfdad6329c34bdb420fd4fd +size 394269 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0eb11ae3d070949e563e6a4055776f55be8f4bbd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57578d5ab15bc4408bf5b6e45e62da3e9c16431f16c55b39d406dce7326c78e2 +size 494030 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37f7108cb2fbb9f3ca0c6209c1007daea3441b35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883548f75455e3a0e39d498817ce0491c2f32e5df8b265f23a00edec04ddd5aa +size 1027040 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..607c7fc1294e4ac1601544b9321d63f1d7b4882b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e1a93eb4fc05fa65640ec3aafba52dc484c3093f72a0135b924b3e69b9d589 +size 429705 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ebc7c0a5e8f47779e64b1aef5b1125db401528f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf877c8ea0a87c9326760dd78232c458e8d040c5ffb469d04a9fe66346573481 +size 599442 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..436d22f666c198fb954e8e0324189c448dbbebd2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2fcb8c869bc2c39229ddd1e879ea54a6716b67118e5072f23b7001aac2f7fc +size 429413 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69ccd0ae0135d529cedf118e16b7dbc9cc55df80 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fc6279a0ad0debf2ae628ee6ee35a60b8e4bc4741dfd9ba86bb1a0294e7651 +size 465338 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b630faf31a947765497066a6501ee9af7273b30 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948d23ddcdebb31225501c69c4ef9e1833d12f0601e178f55de58aaa99a38650 +size 349297 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2089297e80d01f084f70c2529345cce31d3fa114 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012acb82fc805b485799b5889767e528ce9238d7f2f19745385ab0bb7b16bb99 +size 1565874 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e369beafee6275d42652337f5c23394a0efac0a6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6393adc5eeaa3e53c8196bb43e6fcf183183afb0935e83ffd237c7f3154d2b +size 1981888 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fcc85ccc512d3f9d24d03d5ecb964afaf47754b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5233151f51219012207db68bb2f54b381b8674266d33515682d64f1906c27ff7 +size 444758 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38983101bb4b2accbb21e4195f85d5483cfb5013 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359b108ab21e8d0f647191744d0628066414b002607a9ddc64ce155b8f7fe039 +size 615776 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5ac0f2e7fae625b0ae06cba1a635d181d91d65d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0523f0dca21611f6d79c9f9cbbd9343d39ff6dda0c740003202fe3175732e2cb +size 927455 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e504d5a097440f24e3a477ba00049a4e6103ec1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b7c84e5be352864aa49734a4bc47c9dd5d41d3681f9550c303f848c5c71482 +size 1896045 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2788b8de3e0babc18b3c06609bbc5bfa199efee6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5475275502018d4c9f893e2ce9f488454f29f171208ff7d10aaa3069314e76 +size 737385 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33e592a12f04a344dbf7a8774f004efca3a8c644 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52e6f155d18d00c9f89893d7f9cff6af2a37a38f3be17041e606a47bf670924 +size 376198 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51b899d7bcbf84aa71780c73da4188bd597a8198 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddcba8523b48af219ddac23c1afdae39743d798177b397ebdebc40d20574ea3 +size 350745 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3a5cd93d14c5b737933e86e605fb5291dff238 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6b5378a663ea017b226d13fdf63a54ece606509279f6c16a01d45df56d0764 +size 1010291 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aa2daf588dfaf93c812a1e32965e590ad820e8e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2b2c54af2b49f1b7fe3df8e73c9e2bfa00f20fd871d3921f99eab28e1364b0 +size 430945 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f22c4b533183506c1deb5fe89113c6d516a31674 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa4212f5947cffa31e968217305237ab68ffdade0ca0924bfad8b5a2b4e478f +size 1280387 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59bed996920968d25e204571a838a724a5b3aea8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44fdb9dde462958142432ea11f0204a767f1d6517c04aae10d11bf3a26f9638 +size 1564302 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b68790672eb2cab9b73e9c2692f3a1fc404850c9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5041f64813e6c9329d548e1bc78f8cf87733169ae65c65c666bbb84d068c0eaa +size 313705 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b655ba2e1023f74272d5cf9213e5bf4f12a2b48d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a32f90be276b44a58a4723190734487e8e9d1c299a7aa6943858e78872b5f6 +size 1275965 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3f6b781dcc236a102508fbf416ffadeb227ab5f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9182ac3ce86281db6de9f6ef38a925ca5f29cb93491cd999255d6d4c053813 +size 2691458 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f003bb1fdd321457b6b195639eee5481aaf59f4e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368849e2356738c2eb1aba4b45ed137f78bfe8d3be7cff209fe2a7f9986ff6e9 +size 333624 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e44894de85cdde91051c89032e6173468344cdf8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008f375b19064bff08efed235254d85c7c0dc5e66464425659af6c4428f00f5d +size 1671441 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..262afa6fff6d093f73a58bbf4565e43f456f73f1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2603706fb56533ad1f38431fe9abd688b5c766e21efb3a1cd3bc2c889c68cb5e +size 441332 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c9602fcf17b84d9d97b439ce18cf853d40556bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40bc9bee5ec406360c65db3b440453dd0b6c14e64fea6a9e6efe6ececd0784d +size 403919 diff --git a/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acaa87697a93bc478bedc7319455c566390b98fc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.external_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1adefce8ef8c0930a126374994ee3e90aaeec893510cbe2b39b16788adc51c +size 306841 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aac43a9dfe58ecf2c1722eedd1985b76143d0bb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959d7576891c85d83b3396eb71648588fe8cb5e80def54085f53ae22c3b38169 +size 126371 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7292bec0ef60678880ead7eea5cb618749f3827 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bb49631ebb95167b1a9e79219002733c448205efa85364bfa35f4e060e8147 +size 110223 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1869a4e99a32b51f59f6fa29dcbb0745ed0e3333 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d3081b131ab096626d3525bfae7236c7429f2b73dad37cdca46ea20ae255d3 +size 146382 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6aecc5689ef11b7c68297dfa2ec3066510afdf8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3a804a40b06845b60fc3d08f8008f18d45f203b2ae97a0759abd2382d90805 +size 275023 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cde52feefb933bbb018f9162fa608927f4f43864 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970571cfee23c91b438f0ffc7d76bfe99a053d2c2ea836ffde2daba33e473820 +size 382186 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81b82d855b782891d1a5da0c3617c7f93005d209 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12d8a8dc25e660bc5d2070cf6f88db3a5e36bdff3277202fa80b704db14bff9 +size 274835 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3173ee4ddc6fbd6ee56bfba6ad60704f35b68aa0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c708a6926aa0390bbec36c67c31d3ae614ead4a84624bb90797381651360ec +size 111121 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e60629b25fcc0a4885fe02c7c4324b36d636445 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b7058349ccc37560663c5fe75d968a12fec8eb9227657e1a8f022e9a0f1462 +size 203892 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1d0502fc5c1b14170c29c6adbed68dc67c37582 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f68528ad5a6fa8af624c970a1f02aa419b22ce965dde1738c26094d2020cf10 +size 76144 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06c5d9839200248191134cf93242565b4a589d3a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee87a997333dd12de0fb8ed713f313cfe79a6cec08f085dbf2fcc2d4a0856fc0 +size 350853 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bd415dcadda6f6a214ed331e1105a990934f3b5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e254d932f225adf8a2fb203628b0a18dccc9d6effe368364ca600945a91ca47 +size 221788 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7261b985d56a5335d7b7312eac9ffbfec02d4f73 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57438e4e7cae56e75507b68531b0c4b39a852a624c0a91d0e7134868ec6c6d82 +size 223350 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c3ddf60976f05cea5685b1cbcb9c89881557b92 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bdd88697142f8d4f0c544dd18cc66659c80c8606b6e84d438e526a3992f53b +size 188217 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55a7d3c9395feebfec7c05cf8d3baa73fa16235 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb8bff8757de5cce84b287b8574688ba957db0d1222ea820a481bad6e549294 +size 203154 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b7902bf3eb23f55f97cc8159e8cec2d200faccc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88defaf7f587bffba8e769e5e8b20c976c41f5591d3b98a14c18bd395a34b519 +size 190708 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..354ef28c80d16f5ba9e1e69089b74d7cc4b03355 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b5a814942a418f3d1d58ce0ef1dffca04869bccc621f05d4a6a18902f7c8f5 +size 208423 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3968028a9c0ac085a452f53ab2e390bc43441d1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401b32c6a48fcd97bf6bd47a12dd303168869da76e77d2a0544c8d718171a925 +size 378499 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ce890daf4851d550278c772cb7c5773e4b04255 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397f6c07a8a36c1b49bf2903a8c622ce17c1d0cec0c99db5a5e736c1049134ee +size 107348 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3d8a01df73ac034b6a2b578cdf313e11f1ebc22 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaa1f55cf4a72371440a9ec89cc27eaf631288763814080a2a00438761bd76f +size 385901 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a32f3ec107d80b97136ac8ca54b476f9de45d29f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f31680d94feacb945874a698a6dd81fb37d1b4becd3a517ac901068a0f56e1 +size 84004 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcd72c938aa9d963a96b7dacf56f8af7419dd565 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dc0cf1c7b6d39e414c06ac4032bcd4a75692bc76a323574265169c698f2fb7 +size 177851 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18947a6bd25c2077f02be0217223aaa8ad71b196 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e99a76f861e6dd4171b408ac5992509aa7669e8e74ac477d92674aaae59953 +size 151716 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c684fa17194803b8987893df33e2cfb273e01554 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484dda9dd069fc6831d7ecf01e054fd9093f481a9205b87883bf4f0e417c4d6c +size 129033 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33f37662de238bc21461c44b7fd732cbf39804f6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302c154fe04addc88e71b1e33b4483b0c4f4055da89412d4903b0dfc6012f96a +size 209161 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca03a12c85bc8ec3722d7b26909fab89c559b234 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d01d0ce062329c1d90a92f22b9c9f577264dea8ce52823fb4195ee850f15ac6 +size 146603 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b56932ba5b53380a89e86200e9f3d1f72280767 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d520f1fab7d1822f1505f50dd30baaa617f5b63f220343b7afa3d2ed3938ad04 +size 357242 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38ea65703dbf5d199b4a07980e49ef7b8776cf97 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c46e2a14ded4a8eaec29b9d3be0b11975f3c60b339c4e852c0e218ac2a64211 +size 112256 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dabd72d44875c1efbc2988d486b6b57d7b3e8f25 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e42cd4d7e45cbf06a62b59969a0859f55a6ac575b95a9ac77530d8f5a01125 +size 93334 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35b28c501986f126693e6749446797c12c63fb6d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdf430d02c8951af964d4389724a0f67b724921e58e5d38697e97741fd98045 +size 220509 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31e6a3e731f3270792f31f5d7f6585bb32bb5382 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1a1d0e1fbb85577fee24af78e3d43395ffa7941ea606113998479be27c0157 +size 119864 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395121e6679e127f46c9a1349b95895bd1da7fe2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cec948ed18afa4dc60b4c0bc6cabb0a3a521b302aa51573e2dcbe18a2525a6 +size 490133 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37e234ebe936d1428a23e4fdd82c0d2f0b4a18cc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3baaaf722896a1146ccad7f42f4756d89d34b3f553a38dd1ec516530f90ed1 +size 1228889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..166a4d6fc75fd960cc37893c1d331bec7d42f8de --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6764f46a5cdf8684a533a703c999b1342d49f8909c4afecd0c996c074b74811 +size 195883 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46e7d24479b1c9441956dac37152dd346377212c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd8a9048ad39e0952da84268981c621ff984822effb139061d5f539e7e1a202 +size 180696 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62736aec7f75d73e1364306d8d0be6f30b73eb2b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739a0c70efd1f839017026d0f47f58cc729c35dba740a29e172acb9de6c3ce4b +size 52484 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..284f0bb3c0d87b89b0e52da5d34e9869562e8e45 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ff7a18487fd1ff7972053690935a7bb19b29b608b6cad8b99c2b5dd5cfe9d6 +size 370130 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e73b4322138333b1a98c2bd3a3ec3188c358c8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5eeaef0ddf5424fd657e5e17b72a75a45d952a4483a08a8e709fc0085239c6 +size 118430 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..322088ee45f37d7fe43264a304b019691c7ae8f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c47892d382f054f65799788a26e440d9d5dfe3740b85e8131abef91bff17a47 +size 445481 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8bf56916ddb6e44145a80bde3a5b312570c7e9e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a7df3ed90d3acc2616c5f37ef061e83bfbe9bc8a46ef4e8ad07970ca4eedc2 +size 117394 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f17c29e7e6063cb4a35fd5964d2529a17aae1802 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c228341c7b9b440c93f48b0039507f92fddc93666932ae0ae3565a19d61cf4a +size 203115 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a661ed94ec7166e09e36cb05f5d1ac530ccd990 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dadfff53fb3a474fd08bb66036018c650c6df7cba15fb8a9445f953f1bd30d1 +size 78272 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f7e8f984a2c3415b7c237b0410536e5111c2462 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d6bbc96198b8bb7d9b204263bb31742adf9c14668abfdb2171f3147c98f123 +size 333454 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5993c8c753873251ef0349a41f6354e0b065a1f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e11037c9e199fd368c68c458a868e1154397dab1e4b6ea13c66b1cfeb21c6f +size 203941 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2594784acebc1785dc41400627311c467431f084 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098d36f7f66b8584cbe6384d42290fa6700405f9e9db0097693b8fb8588e1749 +size 496549 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14e06c066dd783c37d07ea21e0876606c4509a88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f1cf413503cf749d8f50eef5ef5e235de5271b91e2e943c4f7750e38bfff38 +size 451338 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be2eabd350a85265a6ca93f542fadbdf72ff002e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfc4fe58b764d8e929a2042de6ccac3f84bce1d25a03b20aad5366a246d1b1c +size 102591 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44f9d8e717a39690b5d8ffbdc07ec2fac2b8ed14 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6728d242919cb159169020394af83cd43cfdb9b4c43e652ca3f6a4297efd693 +size 157389 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd8ff613cf60e25c4bf28ac238810520be004c5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2947894ea87a9f507ab7666849136390a30d07b91c56b4ab23e5f6322d53521 +size 352604 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7263b39c6e41de23b2a90eecfa0d9f699bc2f6c3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b24cdf95ddf2e71e9b8d8dffdb4f269210acd52dacb9b1c91bb044dd81ef14 +size 362336 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d16ee9518db82a6d83387e3f598d1b295c68c435 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934b69097fd54185411b200d0dbd73f5a875251550d2c0c07d2799c7133681b1 +size 104787 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d934939450c3ab763d037d4c1cb27c133c840bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ae725bf5f0bcdcb169201a209d18dff9985d80e2bee23e515648a3ebc5cd00 +size 130601 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e8b75128cf2230d3a3ceb89d1714f46c60ee63a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df32027d22b7007b5db20eba1504555fa9665ba6e587c1e881bd1afbf8a2dc9 +size 153687 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fc727d59ee80e942a4a39abad43a804be2bc73e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48e4dfa5410fe40d1a73b0adb232243f2e7d20d20c7c7cbad4514ee46abb205 +size 205196 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92b70727a39e21b5ebcced060533d7731fcf72c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8693123c1d6e46329f68b3b23911e4cd00d2e8c8c09f30457fc5aee28487cb6 +size 118941 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95c21f49ada00fc6291ac90128fe4ed23481f091 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3484cdc83262990880cb1002a50b325c9f9148c68c049a64e9cea478b99a76c7 +size 399565 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84eb9149e8a3358b493b3058979859cda5819300 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e4ff9aa9c3ccff211c33f42cb746c715f00ec2c5eeb86d3082ada03c633770 +size 175338 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bef21d3f8fe58ca48795e1d179c24eac0d667144 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7818aae9da99ba5535695f16826c43d63fff529260d60bf7cdcfd832269431db +size 262649 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ba77ebac972debb650102703c0cc06369d1c8df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243fa9d61dad7b3d9c25f9dea34f3dcccba5d67bafbf83fe72d78fa4e0c4b0cf +size 285947 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe01de99aeed1bfb47ca0ecdc3fecf84f92b728d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b475b98eb99977257f54230bc277df9de214ed3e7daad06f49eec559e35a889b +size 221099 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7faf9540cc69cf68f1258901ddce96877dfa350 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47656857c0a5d8a284554b654f9bb672b2ad0a73caad0b89d3d72f5beb852ad +size 165327 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff935644b78719d1624ad015332e1fa65c82fb00 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ae046eb440794d7517ad18c50140b631a13a8d4fdfbca44418a5b09ddeb1ef +size 137779 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9535889e196ff4e747d6a07f99d56c3db4aabcbb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696d4b70e9f422cf2dcc335f55d03f7bca98a23f662846aea6ac392e716e3dba +size 127821 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fed5ad049bb80297b84b484f51a110f7a933f7e4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871f3c747056854e9607250d0a829da3b70859ea5561d1dbd26b3d85ab566a44 +size 163116 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92aeaf979cec28a068ceeb38baed84e31d4e780c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c391b719f9c01b2c2b8f5593b9de311b674959348657c7e12af144233366d2 +size 280606 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4e0f1c497571f899f124ed7022f3eb8ce8cac0c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4591e034970a542736945ff4c67ec12c20e940142ba832d32c1e14f036a76a5f +size 230910 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..358ccdd74022775c28bd5573aa14b1a9efcd8a98 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1b1acdc9575d2b55716ac74c9bfa0c7e2ec54e2743ed05de410507098c9c2e +size 129941 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16bca7c490192d7657cfea8b3bd8e324999c235c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75416f2c11b245f6b00406784f198b7912bfc852ef46f9d3b69e53be99aab31c +size 490663 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd5fa8f55ecee670868fccfe65b6f37283168eb4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1a2364ad23d236dd53f3315a36b73f5d6d365784bdbce50583264cb7a5f5f1 +size 310947 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb12c340d240c7490a4c28c9d6a054e0dffc5974 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da8cf48908ac4d234e65feb783b5144849e766c4febeae59e38107ecd7812f0 +size 110856 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ad1b1cd48b81032ad31925ac67673d974e851df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fac55f08932fad9fd7a49088bac6d44b30efc7cac03bd0c30c2d49f5e63ef91 +size 192866 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63a64f73ac4c2da11fc8711988fe2fdd749c5505 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29734c940a558a439444baef399fdb2fab3b59d3e451101cec1e4bed35122b84 +size 135716 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f33a4fa29d7ae3dbe78425fcc1c6b6a860a15925 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b524f218d11cd66fa33d1981ded64889324c4e53aaf25671145c1ccf11bc51b9 +size 245675 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd722e7f909299b56ccdbc6b50e051bb7b63c25 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde7a259524af60dabeee43419a6d19d15243c61de7b2cf8560b78eecdca5622 +size 261291 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1269a0e8918c6867da75c53efdc7ba085605180e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafd41447af0f8e3fd15942c2c232ce69e4309536a036bb27977a38c3e4827b7 +size 86180 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dc943bf2ec7a0f25380a31b7dd0a4a810bd9d2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a5603489469d1bf5d667a9daba92ae120a688779086cd3d01ff9077288ae1e +size 91422 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffc0da4432cf06cd6cfa328992da8c0dab776958 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47215054c06db253b3f8fc137f41865187ca5cdfe74cb483641521838ae9e76c +size 237542 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31cae6ded7d8ef8dc97769701e37fcc7c5205447 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10b9d4ab24ad60ebc1abd6b74f44c24ce2c7df8360cc5545bee13d49c686378 +size 177616 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c34b2a063a80bc5296c227569abfb0c8e9258ed7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7575cde78fa71a157949e47c761d4b0fb69beccaf221789137a889d0375e74c4 +size 110529 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24fc3e6ea2d0ba309115e0e5b926e9179ac36340 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ae27d104f55f270ef98460a5ae004752fc983653fba574c2cbdc2076d2c33e +size 235704 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..472ed83638e7ea9e948e7190d94539e006e2a247 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b76aa9f2d17fdf61e3abd648473a529a96ba66670c8879f87a1d353445a4bd +size 278784 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2220ccefff71e90ed34c95d4ddabcb82965f9d2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef0807a74e67dad361078f6caaf283a00090b7da2ac60b190e0ce7cd44f19c9 +size 63810 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bac74ac86ffc326696d38b11bdc943ec738a0bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfb2fd9eba314ec165ad10693eb996967e55a0174de2e21dad997f922656421 +size 170185 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bfc88df0878bd456e9bf7bcdac1b66f1f40b596 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e772ac8214d32de83c419f09711b89afbb2fd7c18bacfc552428485e23011ca6 +size 309364 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..394c0001777c4f2b186945facfd621453feb1be9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5a1493e80c7de087b71b1a75a9a83f1c4df7e801ecf44fd3fe04da1740c4f8 +size 167889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94fcca66129f86bb687c7e518bb332f09d47d87b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370f6124b69676c04ff11e3c96fb5dd02454dcccc34a11a6669e3ea1c42b0f88 +size 621387 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32ef271d493ce966c4caac0165e98bc808b2e471 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b2e3ba3cf1fb3ac78fc569a4604510d62dd66a3939d90e1da691fcc0c50331 +size 90458 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..328308695d4480ed9e72163d5e861cadbd80c9e0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d7791ad091d8cf9d2239f134a42976f7f36f43a946cbd56babdb7a66f8fa7d +size 394349 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dec274cc309246f499c61dd82310ff8b23c9021 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d78ba578e4613f8a1e6e7a9b1b5a3f77b6f7f5641839d91d2668e8ff32c6ad +size 160538 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c3d351d31a15273b4b25640e5baa247b6ab09eb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e76c9214c3fcfe2fa4330b7385d0f40106fd34ee90e0166c4a87252a6d47bed +size 346744 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78c1d3583df98a867694ab8f05ec505572c7bce4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5768083ed00b1bcb4a8f9453df77c4ec79ac20eb4dc417692be70b8944f9e9a +size 296937 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9a8a3073e578e22a2aedb1fd69ece88e105fd55 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8736b279f0722c88e1a67e34a865e96d35c532bcdaa2fcccda0be3e9bef3487e +size 103096 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..788d1079c0283c5ded5d3a5d2e644a807e2d3a45 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0b9d235930f67c799996121df71208cc52f4774b49d8d30367f0dba5a5b0d1 +size 162788 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39bd1514fd1df4a25a978171b9cd727eb75c7233 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9d7cacb98fa30e4097996b1e8b57c8ffb8a327e9c3aec6c79fd982e9262101 +size 518716 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f532c9636d2445d9e354da8c4a5eaa1a82d47a31 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623ee58c0dea8c350aa77904a849513f1dd52aecbe938dcfcdda5e654b9172de +size 347267 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1253e96b8056e8c0c7460748c4a5961113dc56eb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8ea012b4b4cddabe3c1f915c7e69bb561811c290b9650116ab3c7a10540e47 +size 581957 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1d554016cae1baf1117e7a0c5062b65b4b69b07 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc837687701f3ea672b2d43c9620dc017781934482ec1a45905211446039c2bd +size 105705 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19e916448832fd563b2752ad4a4e3f6b77bdcf2c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1772509803e35f8389578ad612312d37e31b6d62669769b32baf57e04d060bc8 +size 228281 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7a36770ac076f9be0ad6e84a0be4c99ab79a750 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150029ffbf0fc368cab64473a6fd6b5db912d33f5457b763362a3e6d548c3eb2 +size 122498 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f03a93fffb151f06a607fccaa351188159c917a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848c3dceae7efbd1813c830bd4451290e0474b3d9dd7ac2f8d172eb29c78acfd +size 122403 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..533683488f47f70978b80de6180ee26af7fb62c7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33a7c958a3b2fb8ff07ff3c0e8172dd7f164d657ace326382bf572a15702ad5 +size 298580 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..800c2fdc101a0ab280d36a1256330f1fe29ef6d5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fe92885e1108b075806d5cf0fda3404dbbfeec64bc62336dc92801ebce6c27 +size 87706 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..286296a9acb3655ceea4586a6a8142a8cf07be6b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9c2e6819b1d6341a5b2a01b23b73f8c457a2b79b34c62dbf9820d20eb53ce7 +size 170770 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8125ba45e87e1c99dcb9ccbd3a3bc8ecac2a619e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc2d58d27f598206282073fc63dc3c4b83b0cfcdcc4c60f5f9d054c874455e6 +size 113886 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5a5b5b5028ca13f4eb3addc3c1ffdabd3ac1558 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f70a7befbd394011b4189e9a177c87297beed9a4b828f4c28265cc5f8d5edb +size 168182 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26147aa671744523ec3443f5193a43bcdcad826c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c99546bf3f22c56a593fe0682e271481662e2d27ecab7d0fe9f01c098109ef0 +size 97381 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ac6998e19fa371cfd67abeb202e12dfe04ec78 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0680c6c87f80f68e3013aee8024a94a863f3544d6323fe32155d27148f4dcc +size 477782 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2207939b17a6f2657f3ce0eca9c26e2c221843c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3466e2df1a251cafc5eb9869566eefb7478819d120c54072a4edaaf8226f942b +size 627685 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12bb2f58fa85f244f18d63ea11fabbbda3ade333 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7417e94fb48a9099f1843f209b3718c235d486bc4c1f5d5e3090812362972938 +size 134568 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79055e61adcce644db6caaba878bc71f5943d045 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec073feab1890e4803cdd53183c11b0a87d59021d3bbea054d52c43149b91c0 +size 145804 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f9f0714a94316065e8143648a0a653badee72ab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b147b25cf3c217c4302660d9276c294bb1eb11b4ebe6f9df6a075e58465c8912 +size 241647 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e35498b5c97a0dd6f2f6cd2f79b5e7bf58b9693f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d63a6fa5006e54a16a3120dc90492af5ef709c671c8eb0103b0cad15fe08bf5 +size 696246 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..507c2f5c026c112234ec4d0068ce4f97c924a72c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7660710a60cc54c7e2c20999f627dd0d1964a00ac868c7d104265461ee0c7fec +size 227200 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27c81d7599ab49ff8e6b29a01b4d5d70758aaca6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fda6fcc3509931669151bb67153e4f578a49856a002a109a79007abe9d181f +size 112995 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6300f103d484acded5c04a660fe60c21d90ba0c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18907e4dc7efe25d348e6684ec225d32d2879fcd6bdcef079103976e1d71cc3 +size 95350 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68b1b4d0b8ce8e301116e7e69720614c6a15b579 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806e9b2e94a0fa01f512db5ff799853e0bf158c299637b4cde7e2bcc7a71575e +size 175952 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..949f777501943245a9e9ee8090615e7c8b2c773f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdba8e3353303ab7bdc67d22cb978ad6916b81db4e289e26d8690afd785bd764 +size 131854 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c094f3b583c2b18cc5cc03b92320ff0966e5422 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a0e2e7131d56a0243b2efb8a09edcdfa67d0c0a89a71695d0dd514923e5683 +size 317713 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac56f93d84f9e3999f6cd1425fc35a41bc753802 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8791714311e0c62cdc0e0478cb89ba805b6f2aaab3f0600b2e315155d2254c2 +size 455247 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18688bde7596f09425438f95693f7834d3feedb1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893393ee6e3bd4d5167a7a41e2c73d8787a4b1282d3884f1521df0a7133315d3 +size 84288 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08580ab988b3a08113d1a01fc8c2a6cba86856cf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fac331d318943f0fb3dc8cb1bf1ae4b9fa212bbfdac09a66df017e390ebec3 +size 447357 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82d520aaa5c448481edf2bd33e98ddbe99a596e0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dac756e4ebe71568b2e3ed7262d49fe55e99af63a21d06903b26e8801577d0 +size 977855 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85d32fd3704c2da419053cf29d429c3d5a42044e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074242cb530ff04d70f61e59eac8a73cd25d46b74fa5ccab67f39b7eb0d120d7 +size 85479 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1be456ce66dfe3d87de38f90e02b33c058f5176e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864867c650fcc2a145f8a5eb6424bc73c023cd628cea78bf5167013cd2a22833 +size 478803 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce17723c8068b64412d566c455558f5e254723d7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86daf104fd8153b3cc71e28d811434db2f63eb67361592e237ebbc7114e0483 +size 127872 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..764e9d30773dc563cbbeb10f00552c7fd6b8d6f8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3adb78025a33616bf7539df3767ff03ed4e0d3620d1bd20f5114b2797992a8 +size 178245 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4837dbb95c6b1a0eb0fa9247a4f58973a8da8770 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e4ac3c5f0046f5c1eeb31bee7da3873d22187484d310af2ff60de9e5a7bf84 +size 85141 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..870417d891e6fedd148440d9014136807988fae3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe322167b1bf534baa04b930c48a337affa7b9af815360e9be6993f98477b45 +size 263977 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..accc783a305416de2532930927ccdc75f034d4a8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d69ae2cbffb3878a02cb0156ca8e65bf08238824bd342da15426e2b993f695 +size 291215 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cc3be831716cb8d93ea0ae282207a9739700235 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22e78f2bdb03dfe4c501ded1e7d78d6a579d743a194e422b8c31af8c4e6567d +size 399500 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..273d14c7cdb89bcb24a964da859f31ac11619ac4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92665a6309d7be8531d515cd6394deda7cd451c1397f39dd472668718e7b78d3 +size 912965 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7e497b1345151bf514a0df765004c628de4ea9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1bec24137904e725a4d38fc8d8ad0a2e3213199a2f717bddfa233e7211e716 +size 1670792 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..445ec1278e373d68df5203ca04eeb888902f7fc7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ae85ad4c620e69df02fba0c44401e840fc6cd33e626eb962aa4d9dbcc4cd67 +size 425340 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54f711057583dcca5e50844d92cc55c8f2ea1e7a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5ac473e2ba2601af3b2cd7e69dffac46e2bf29e5da81d87f5eda031bf8262c +size 264999 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61df6e9d7396e1207a9fd7cb49735a3f725f4445 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762584d9dcdb9f1f57425ad5d282d7c2d592018bf995a857e70c8cc6e9dfdadf +size 882203 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65405f2f3fa0036451d358b0f04101e15a947677 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b4fc143a5f1af7c796e061f1472cb4fd07921d25070dcee4b4b537e114a937 +size 347676 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77d2dd16594ef7d3fe45a1519b047597c4314848 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b73bf025e560c07bcd3197c9ced38049dc5ab1d03fed71bde0b5125444795b +size 809791 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbd9921fec3a9d8988885dccf50ea38311290e4f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41700c55f331507bc3628dd6fd95f1e8ae7a72ce7dae8c0e337f28946bdacabb +size 435652 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce76f1206921b38fd8d0a40e9aa12eaa251d754c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ba25c3560fbe6ccd0b6b3f8013b0eb872fe21a0b7c478723fdb1e5c577d418 +size 775064 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96dc3c6564d7630432535d4bcd0292db368775fd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fe4d42d1a49f90d1244c2b12bd8a5bf6e4e6489d6e8efd04e333985ddfa356 +size 494234 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa79a62ba1a953008547dbb87a5de0e7d840f479 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da2bdcd5b157674505715ff63d2d05a13b36b03d341f41ebae669c710ece9d3 +size 440001 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9e655ea690cc8567f167df497f73b2b57d389a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7e21435443da9128841c8e3754be449897dc56b42a0cb3dfe07ba426b79764 +size 557319 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a93a84297e41e57fada216f1bc5559049d041b72 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9d38cbf2f99a0e289b187c6f659e8dbb46aaf94df9a65648434b939d6df1b0 +size 433938 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fa0f99d9f770992a974608b3de535b70cd44018 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623e14245e9ea445c8269e42fea5c7038a5ecbbc79f006fc6836b0b69a86b956 +size 955894 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..714132bdff3f1a93ea7b5ceeda131ff443261367 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc27fb40c78f9a088d74d659b2134e314f6350f40c9aa371bb45811eb7248628 +size 394365 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..481cd33164845a983b5b51f5f833c952ee7440e0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7361b9986c2d60a00cc712449d08b6b0d39e9cb16cc1ba1ad8596440eafc17 +size 575484 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6517d5c202fb877779a045877c74b037314e289 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10347d88c6f6fe91919d392519ad2a3e463fcec428631eb07336a9e0887302c +size 229750 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc7271985c203a05cb4d6ff01dda25db1249c6ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d1bac7edc84d1845cac8e61bda766f491cbfc0dfdf503a697a76b5eecd8bf4 +size 781595 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78bb2bb62f9dd1912953ec3a6811531ca4daf575 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41740954ec7319740e698add86a915addebfb23cd6382c754d2686374386d52 +size 578125 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa35d05d203f569c65a5b4991bf73cfb248b331a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb57210441e873cfed4fbc2a49d6c2512ad38ec434c8ef9add1dadddbf1b9d6 +size 268867 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51d88df0f98a97ef39d713482c1577b142e32471 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35016a8f3d8823306264b4b2ba68c7c976c9641f42e39d53e87c17a89f7086d6 +size 709111 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bba00f5923d635688c64cf70d02adb408d15513 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1c4273662e194152d9550cafa0bc958ca910fc18e82a6521fa3ec4db6b81a1 +size 342118 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d8cab7218684d997cb751b00a3e52fa2225a4cb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a5ea3fd8501f1acc8f2a58f627023d776037be5abcdfcc348a7d10d9db1175 +size 1269675 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c14312508fc6829774c35ae3b2c2e058fa35770b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1aeb0a2c6b70b45c2e7fe26e021e92443e0fbc95dc325c5f5605ec53d3344e +size 397183 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc1bd16a0d018ed542e98944f9fec91ec6d7bad2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956b50e5df4a871cfe33ce130853fb4d19159d919d99a975eb82dccf6fddeb5f +size 356072 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a34dfbd82e37f6274fcabd254468a0b0a2f54d4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fa82c023044568821601a57b39a19d53f56dbd51c3ed7d5560be2c699c7dda +size 502495 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c30353e64bdab642fad15f282c19193c4d40a1a0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdaa3d56a71763235a8d8e753f8f2ca562d3be2b03a9805771adc8493c7fe3e +size 256953 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..378f6917345f98e26a2c6b918b4dd2c2cbb06e68 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d693b3a8903a17899572828bd4232827925c7e1f45a458bf0c5e1baa48f5b1 +size 1443845 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35556fca32aa35cb82b380b38c343eedbec7f963 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f149556ad32d695bebcdc5eef859af75769f73d89804bb3ab65c6f0b9415c5ea +size 3494437 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2ead6e1c0b7059e60cbbe60d9691151d8a02d9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8155c7cc42f1464703f26edcdd9e7910323c3e2a138dad7672cf8d5f1836c77a +size 706187 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c816a5f2b0de92b9f0fa89a9748d487f6b0fba1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ec5248fdf5cce3ff441abc831a7dabaf1a2eca25159c56afab0da527fc6371 +size 475870 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19ece3fb3ccc624f94a367e02a070add4344fe43 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcea9520df8bb48aefddd24a430a7cc8a6eb065006b6d1c03990c70f5f91411 +size 383648 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..086bd2678a0be57b18e0682cfdf502ad6eaeb9ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8d201d546c5eec2a31a0d5181d277000842e30174dab8567ee59504678f640 +size 863499 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a4233fef341d4970c696829bd310cadcf4dfa10 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4d44090ed849abbdb98aac1fb469c6f0c0a7ab25482f356caa8b2710c30696 +size 251165 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6d4758bf020e52b543b6ea0c66d62f6419a2b11 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4d41f76dfd7a8f184828b041fd2658ff18141da942a142067df8ef1611d529 +size 999074 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4da499540bc1bf0c0fa2f62fcf0ca5ccf8300d8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79178147d31cf70845326052c42562ecb663f575f814a3b2765572e643c9e501 +size 325398 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2e376d088cefd498e0faf6ad2b02b4a6e1e0ceb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316d28fcb6e0de1142699e3d41cd2381e39383eda757d5f30171c38dd539ac4e +size 282270 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4de2da1336afb754043546286770677cbf6bfe1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41989578aa7b4615858dd9dd507ffd99ac88e77c278ea5ed300fc374c2be7fae +size 217885 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd8234366b362e79b7a2e99031332c348c0a1431 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149fde42d2dbcbacca5fbe402c6ec0becb926d6eefddfed9c8af2ffa9a7724cf +size 830395 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dade03b8eb851b2b729ee4044346e2a5b40d140a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8325caf45d8c85f471e2e0dbc76c15943c596700eaf522c69146b1516e281a5c +size 1310865 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da20efa5d7c94ba6b7aaa9a1f9f94f843c0c8ae1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe95cf5076e72ee0d23f9016a46c82348b3169fb5705e749d8ddfbea2ff60010 +size 1009776 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6154e47e0521981e82e5f64c95b9d67348871c88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d20a621bb7555c922c09f12e357a5d4730e2b5cd4566c65b8c47006f732f1f3 +size 1804451 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60c7eca8140b315f38da203804e19792fdbeba05 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02b443129c3895a3da1edb0a3ec461f7022c38c0ebb6a1f421b72c0c8514b19 +size 279438 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f41a1706758dc6068e6afbd1883b0ee106fd5db --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fafd2b8a6bd7efb396e350a1c75a80783d4d8a04d76b6aea08b29a2f5987e2 +size 477911 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a44eb754a6fd656d040a77ad0c6eb1de871ea367 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bebfadba7f0956087d4283ac94e9bfb1482ae85d6942fb857633216ef53f63 +size 591972 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebe60426478480b6a1fd6e4e9826fe7e69b823c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e33ebd1740039400abc7b6ad0aa9843577e7762ee29a8283c699e0b7c7ff3e1 +size 632757 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f986d199bbd7699e4c385c5ec1f4c947abb0e752 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd75091652be9452f25ccfa88273cfcc03a597ab22cc96a7b75cf67650e245b4 +size 400120 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..921fe19486e3653cf4334e4b5cb4f556eed5e3b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d83c6e2eac8afb0b9fa73fbe0ddab290bbdfac3a63f12ce5d3541a27831502b +size 398894 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e9e5aec4ae7fc22afb79b9586dc972fbf3c6645 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9615357d8303bc444d1fdab702ae4fd92f8b3eebc63c3555094e032cb605f46 +size 415402 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..648ca9f74093db93df8cce69396f09531af5cae4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac29c5fa9a665ff9bbc14ea27bbbcff9c7a3afe20c40197f35728f81689f7bd1 +size 967066 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d673f22cd9effbdd8b07147def251409c2ffc54d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9ed5a16ffbd2fb695c25d3d35fe5d60f5cc2d602e7c89eb878d6934d6ddbe8 +size 215854 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad073d027052212d28ce92996dc506e75d6c7029 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6617fa2622d5f0f03aaab649bf5b25fbbcb0951b3896dcaf1ae805c1f943daa +size 1737718 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18e37ac54a14435a63c81ccbdfd9b4bc39aeea3b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f4111fc3caac732c18eeab4165a3b2212ab4c285dc5613cb85e1c887bdc4cc +size 466462 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de65bcf4ac4bc0ce88f337ebc3da75d82cd1e8f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858cc9a399771d27769c9f4dd3569b9a1ca0485d8a56ca7286aa843f9098dec4 +size 1003048 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c1e20e624bd8e791914e41ed86c4829211b3e00 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c22ee6b93cd2810fc38699959242fd6c304de105efd4e10a8522b286bb2db46 +size 729453 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395ef7f47cf3521aa8ed7b6f210607c3b4f0d545 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb1169a876348af3f3fc864b861c5d3275822b4101527109e4daf9859798c5d +size 1115751 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6eb483e003b0eb1437e8f668219a0ca1e0d38484 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f525ecdfad9b2c6578cc54116f9b3c2a11b4f2ec012f7e5723ce3ebcc1afbb +size 253510 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31e3c03a50a7338496469ed8bfc356600e939733 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292a4af5b6523736827a7b40e95588c0629f074ced774dbd6e85ea8cbc29344f +size 417826 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4595f7e6485f8ad6dde93e453f6a05e0a55175a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d030a449a739f58a954add3982207bacfa41fb26e27081dce72c1d50b19ed44 +size 368920 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52bbada516473b9b2a8dfb8078e6c5c7b7408e76 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc1be6b74c5dfca08f5f2deca70d97b185e459b74f44825988a7b3bb01ffde5 +size 560235 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a077500df2040a9ef33a41c4675326d564eb229 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9da837f79186f8e42ef7a6619b6b68e03ebdc5af38aada7ffbc3bf67c46f4a4 +size 628591 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68caef037c500d1b777bdae8bfbb0089d92b9eac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4570ca4b392bd99f995056f7a28a2f1f637662f7eb648a0a924fce8209f99cd7 +size 553393 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86d26ebe85a0faac19d4d4bf5b818c146e046f61 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6630630aff68d3dcbcd06ebe628d8d06992427662c79217f4de2999be3306e +size 195523 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b51a40caae3a409d2d3be0c2d3fb005bb0bd56f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57f30e0096b53922010729489329cab30a702638fd6be3ca2ef2cb9786a7880 +size 1848295 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6645227eb506b6b3cb3824520114676249a6cfd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e912c7f2c9104f7b5127b7fd346db070eed0b0aa661c83be8a3e8db87a471b +size 1448058 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0436dbb9afc7941accfa01496c51f45dbee10f6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e536734f2b9b6772bebc7f87d900bb9420d432007973409084218152175fce97 +size 313245 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a01995af5ce16e7bb7dbaaf4ee11b382fe75c61 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922373e23860f83c494f48d8f62367e26c2fada0d6bbe8f29f7b5df5f375bde0 +size 732230 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07f1380ee7d3e2e387f4afc6f8833bcacebb5cd2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60bbce861bffc618196147dd6213a8ade21204f940ecdc18c8b4d8fae3c3fa6 +size 248971 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67919825d3d0478a1a7f0bdab622d944e192044b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c908fee1f3919d16154adc7d28a7050be0557bd7c6ce26a489a291a8fa418d +size 643805 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78d801fb1fc1785ce1f6c285c8c8786d073f6f37 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc48ae8c559c7ab31d4f4e28ab0743aefc57a440e58a533b60818aadf0d006ec +size 1019257 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79b9ed4d2ab22ade2e1b8ffdb3d39fe9afe2fd5a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a71719871949f26b1bfc6e29d26d2fe7f04568ece8b7a4677be2b761dd906b +size 274022 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee5b16f315c1798b1317e05c2068277d368416d8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e637435fbf8d2d2f3bf1f2b09e6beb0fb2f44f8411f22e84412519d7c949c83a +size 361804 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a3b861481605cc6dc71c05fdc76aada8ba6b59c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb67b0a09ac16922d3dcb0b182fa5259bb13717c9bc5bdb721c067d013033d94 +size 850025 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18fff3095ed5181613a6ece89af5a4f03b68971e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb87a2c54d36916d8ae94b332c839c944d3f7c1e065d97f9ed5355f52400c7bb +size 697255 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..111f71ca4ce958f1211a2d121f72beebefcbe6c4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caadc55e3a58b3cee733a1e78b3688608d8b1283e01772af0b9d7b6795a5ce3b +size 478303 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfc0c79af3016e94bee012f23471c7d25aca62a0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c787f667b5971c8d3e1598934ec4a3fea25e0b5fc5fc20d615d67cf5b937db02 +size 645464 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0445352b9ad9eb1b92395995dc20634ff02f7b77 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d906a2271e22394b8838ceb78ef5551523782dee83248967ae6873993ac53abb +size 572599 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c610afee57d5fa1fb518db845088fc69378b4a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d9f7078f8c7a306331368024d1bab6bf3f140b3a92c64a524172424e5323dc +size 310155 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3067ef222514365bc745933bedfdd425b4e05f6c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29e8f086a8484a21cb7f608b08dd41902fd0286873341cd296968a958b4d663 +size 423941 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfdfd22bf169fa6ea2b54265405b88b8efaa56f3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e95e6e8088a3443f9933a6c2619b5f0c8bd314cab2a6ed064873b7baf031f3 +size 571996 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe9ed3a7c07d36f24b9e7ded11642e16484eec2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1db96aac140260060b5ffbe94b27387adc695aaf1eb1597c39ad5a5352d626 +size 377255 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cdef54abcd95006dcc8c5c727f4a501de5f1156 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f6cd834b43eb478efd93608ce3764fdb4789d3d392991952dd11afd8c8e83c +size 2197248 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3530ec23cc5b9b91fb8a18a4a6c975b82368d8fd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b680f909a71f2601299284564e33ce7698e2a6dc6b8316288d6043814b6b829 +size 263681 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6fd8283f87ba1830eb7eba846ba360511254895 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a2074d954fbfd4e02a4b922d6d060c05413fc637a55cc6f4ed935aebc3ccf6 +size 1123484 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..237bb00de73ae49355e41233c3040b56e2e979fe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68bab615404b8727884724301926b3937d63ce796eddecb6e2b018a82fb8db0 +size 372906 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cdcb4e9356d2028ffb04e09ba01700061e0b0b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df87248ff35334be298a20d59346eeeb6dae5c9a2f57c896ffa1c6a05498ee5f +size 1193923 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9e134688973ddaaa1f376c2e96d5c86648b2db1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9498ad561f961afe82b220c0ff434989d877c002112afe5eba1baad414ebff04 +size 1137169 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a69ba372d89441732fcb2026b80796ac71264f59 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b85031e57093e7c48c2bc49511dbaf0cc286676a6f524b2c71d572544ad0bb +size 230612 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55383e921ea951aba1042b92db2e9c642219ec62 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0636e2daf662e6ab145226f4cf2898b5506df92f17c890f4854b554ae918b318 +size 433457 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a1cd4da3c7c7aba32718cf3d3baeec14b66b74f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da8f9de556354de1ed7efb9a19e33947c6f996fc1c328e57e735f720057e7ff +size 1379583 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcc85cd10a7e8536a2fe020987a03b9362821dee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ca740135b72b92a4e798f9230480006f8df33d36d4cacec2642c3ab609913f +size 1617467 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eeadf0cc75a52c6dcfb6594f8b68c264c6b1a84 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932c49c5a52c35c49838b8c964bf10ca8f563e06a3db1d35ac8d30a0fa1c1c52 +size 1392150 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77d3346253b9c8bd975911a26ff13daea1f56d21 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9313385cf652227b586f837d61f3403a9f4b4965495b5c35e2537c5e26fcfe4b +size 379635 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0082123ac4bee1a3ad7168d38068ca1b19afaf4b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a15b7439b9ab4b5ea1fef1d1bde0e8075d38bb873381a9c087db7c803b7155 +size 514417 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4b6a545580bb47d5a8945391a164bc67036d2e9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d1fe763c86cf2ef8d5c6c05e7b4abc33b83b4879e813088be699eccbdc0cc9 +size 325863 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d506801c09d8238cc7112163bb541225ec01589c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150c1a9e16c89715a983d5caeb2ce9d22d0c40e737ea91582a54f2f8be2e4d62 +size 307600 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a379c845024dd51beaf5f3fca91ace2eaae74a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1461fcf97541dda097003efa9430aa0c1ed4a0edd6666bb48010b61c5293775 +size 1411379 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..872705acd69c7a21cfb6fe52901048858b28d16c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c930d5ea52893ca000b61cdbd48b8e00c102f58e7d6be2f7afb1d1a2adf2b6 +size 304255 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fdba6fb980bc6ed7cda879d76a9be6280d2ac3d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bfb885369983ebf16ef0a013d66afdc2046ec86d5ce14f4cd6d01ea3c60074 +size 512112 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2d4472f1f892809814b6368be395ad715ad95f1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2ae4bcb1fb6653f048c987a3bc8f32667d8ece5c0a7c92bf4936a6debb68b4 +size 319324 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b17d28a8a0a34e9c83ef60131dbaf73f569fb984 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8024f61d34e6685f21def5a552e84e36aeb7e31a18b667e5424ae75af0bf81 +size 480163 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80197506e46deadd2510ee512b41d80b7c3a9876 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a96c9dd6aea27de4747ee999af13fbfb8e136f145c31b355ec5ceba2b012ae +size 383376 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..126549728d8caf684a79c65daf0ab2a5d6ccdd74 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fbd3fbd7c67adad095286f602bd2405afc2e8ce2a376575042b8b7969c96f4 +size 1228671 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d9b5b7a27ba40be1c667e2843ba9516e6a262bb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7acd88571e86e8a17f2205b7b55401926a4f1e91ce8dadd14016fb4d6ea83f7 +size 1657142 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7d1800c56fe181d334eac138b2fd246c82c123d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6bfb15b6ea72ff7337a653f8f66ce559e6c048fce28dc736be0fe8bf79c892 +size 298843 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39acf7fb2ec970e99f59f87dacaab8ff12904e85 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88821c8663d728fb094d2e55b85e2d40454d43b4260eb50427e2e3d6663e858 +size 497739 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1edaf7239c3b4f97c75f0435c0d3eb98a984639b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51cac98b82a1843e5313e7f4059f34d1ee3094a26e780f80ca9d0343e7af9b7 +size 1361435 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cda0c2ada9836ae1017f5fe113f1bf74fd35336 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b796720ecbd6a2dc29e6f7c60eac9312cec7c55e7061dc6739c6ded9153025 +size 3571236 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15ec70e7c4812b1c13c8a5eba182e483e6979aed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a059d14124c35d953406079f7d8f8a1c0f525e31c537e7085674f246e1d0af +size 871947 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbd85d49184e9dcd604030ac92560da9a8932b7a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29aa453b756672a61440dcfb14eddadf33af328e017ad618d765fa9e2a1e575 +size 453640 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e3ee22eb0e945d294a7b42f0e5e136c0b9ccbc3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f111480650b69cb6602544d0c895b5c9d17b52100c5d1636facd5c242e405308 +size 325368 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2c9761782ff5f76d2b109953aff255f2715d17a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cdd4c5a20a423c6b7d920d5a85c78af7fb55988e2b78ccbe95fa058353b537 +size 614767 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c0981ff3d3a9a2eed79ac837fae48b8b59f9dfb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a13924470c7546b2f0ee4063124f90881ed9bbb0cfcbde3f7532a3116d42c54 +size 485793 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c49c9f2d35864827cb7b5cee45651c9378598ea3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a133aa7af49b7eb74e0f8077f887c47116539356683c0cf9f9c82cdef3dcc1fe +size 821692 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..540fae85c3cbfa2b5a9b8e34124d41ee19be665c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bfb7faeeea69d08911fc21cb1c2d2f622be15a97c8ead8ae69e265eda041be +size 1171223 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d9222b0785e0294e45b40cb5d85f05409842497 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc81fe2550871faa5c002fecb145650166f5758159b5bb16ee5bafe63e0d92c +size 212053 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f71adc7972ef692f686a42599e2d62a9f8be3e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6645994c3ef092862272749cc7435f73eb8885a91c41dd5b4ed904d2fa4ba6 +size 1553310 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dad7892d5eae478289e4106f6e5f36f5cdd2b77 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66230b2fde71eafa052ec3a5788b2abf01196721b2dd05eda5f9aac1bcad4751 +size 2036964 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16db772d48b296804bea8e82d1c4a4d9cc88fa5b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0020c00069f57554c267b566a5a9e86b19aa41ab15f6f06971d8cd3cffeb37 +size 513392 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8af1dca62d56bc58935fbebf7e91d7fe42b8d975 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f427f3dd82e5d0586dcdc2c7e3e3e065b562fefae20a6384ec8b2c3cee64dd30 +size 1131984 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80e78c24f94302823452c520c930dd965cb3c985 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53436a60669c44c8a0cc10dafbce6c38d2c9b143eb5b5c592f55a1b6dd8f3489 +size 299827 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7905032fdcef1dcd882d8c8f5647477f1da97e6f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0523c6c0590c80e6c3ef635fa20714186660e50e0c19d1d428a4b2bb8c3f1f02 +size 323780 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e0d273b91c2cf4d841d65464dc135be5ae10feb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea74877425ad1c24fe983d2ecd920435ec60b7dde68250a8bc5ea5fc3f9b7b9 +size 209981 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74e3832911e98423b4403006129ca9651a746a37 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13747f871b9632f7e7da8064702d063236897516e28baa860bb4ecfd5913971 +size 357172 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cd14ca5adbe47d1f2f1732521d3047d251b776c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74932e14301dd622d590b32697a2c4c1ccdb1cf2481ff98467ba3a60ade3c190 +size 538664 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bab3d8a7398ddbe22b10e8ab548425d8c89435e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a8e45f18a68e93ef02df2df450b0cf6b428d224394cdb70bda4a851eb7c934 +size 360827 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a8d842a66bbd39288878669f8f86dec796965d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a08bd4cc4adb3c273a23d371c206063277c44850167ff812e07e9411972fcff +size 656095 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51b637ea072d9fe552898d4e78028ad8d7f3e945 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a8a8b7bfd05233447d2b19d2ef2fd9e0a423d07fc3525c23815ca3a4fa255b +size 1428312 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e29e48b835c854666ecb10d85dc10a16deb68d8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5893394ba8bd8bc55ab48d8808654d3f79466a72259a2d5c3e06cc6bde245f5 +size 639772 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e27d6200fd27ff78486f42c9d24542cfa473b41 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535d13c7b249b7609f656bb4051351b43ffca94ccc9895752a69d3c3e398dee2 +size 275381 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f2adf1b9acf8efecf88c5e26c0335c652834a1b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef491d3006db2f418c88cb99a2f34d4c8a20550bb1e29355e0aaf0e0007a77a +size 853482 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f669e06cbc67ca4772aa2a80672400c39a3ab51 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2f7b3e2f0d6ab58711c593a10740beb3e9bef9785d6c75d95b78f2778ddb95 +size 352327 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c772e2724dfea8fd68533d6f4ae136a330905c1e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9461205dc5b806cae7515cecfc3c87e67e6fdeedd0b51ad34a899eb08aabeb90 +size 938071 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7af95aa686126d844359bc6e6bae9113be94ac24 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49fa778f6741a44afd913aa74a26d845832ed31a21e65226f3095de4888d829 +size 704708 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c38c99f2c9f8d075f505a0ea2bb68c8b3f4dcf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76e710f0cabf5a89217ec0cd1a5f9e5d45f7471425277101c3ef13ab6665682 +size 799598 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7539a8bcb306cae39370d35b7cf44f64ebf9a603 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fca16014a21a31c7a7c981fc6c4784fd34e1d52ce9f557b54f4db4306d66507 +size 466607 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff01a5b359d747875e5baaeede17abd93f4f70c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcd1059d402d1187e91aea1b77d905ae4ff2623b5b81ffb1729d911ee2b25a0 +size 776420 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02252dd90ac177e020d73373ed9ccf5ea7fd16d3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3cd804a223ee99917dc8cdaa7520edcb8fbb7bfeb71e9a7e3350dc812ec6e5 +size 742754 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e1a155a26cce657f83e5aaeb30293d73dd250ca --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55bfff35ae2404ec2837e2e60d4ae74b6b63b5d40359c35aeb10c2597a5ac48 +size 571277 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aa0fea24fdf465c0a3e596b62b68813f68996cc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d893e95a8857e1ec2f271396b1b5f9989277e6fd6d5f540bdbf37c09447fa00a +size 1238678 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15595ffd02617251ab0c933b20c47560a870f5ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46824e3189a90fb5b4216b7ae02614053c934a91b750595788e8184d7cbf216c +size 455676 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f6c99b27fe0b93fecd6fad5d8364483ea3e8e1c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b17ef90f8bf10b5c43c5ad2eff6c7e6f93f8e26174b14a82cd79065e48d305e +size 880859 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f051df27aeb5f1af1af03e7f135544840b642bb5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a2280cb4680d0054a834e50e7b3930e910a9289e94d46ef5c039aa2cce2d18 +size 215970 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc7fbb27471fedc4d82b71b415e8d243f25e656d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561f78516bb0546a566f11a69384f0e4b7471185da469f915a99e62563dfc6ba +size 551586 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c175a13e3d31053a0e74c10125255c1bba8eaf9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50899b57657bb01357046a99dc1b99964231a753e90994beafaa02bb3a4269e +size 319559 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8dd57349e3e9be4293c6cc0c52f341e3db6170b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5b228255089073542c41d2613fe2582e15de5be469f26fc1255178723c84a8 +size 385435 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..992ddbeef758c956b8c0e77b29aad95436f41819 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0bf2bd110b5738df20d6ec4fba224ff912dd5e93e07c1b74669ec4afab5498 +size 783283 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4df40584ea3307e2a72406151b16275ac13ee8a5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d9ee59c76e40f05d50d33b09c84f3c6097301e536ae063683da9a0f19cbdcb +size 593821 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eea71ca876ef65ae5d98e69acd45ff3dc240139 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b571ed240f7a1be2c3f5cecf63d130d025f0961c4e5ff62c8f2306cfaed7def +size 1400164 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b08f34ff9e3cf59c67ffbe27d2a47130459c9438 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb45e413d783ff24127d6d8930297d1601ad0dcf14eea6cb7e0ca8d65b592325 +size 523622 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c4ed2d41edae7161fccbce1cc7e2aaf2d59b044 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c58db21283d76406117a07eccf448f9f9bfa40dcb2a1d0e95cc463a6a3d85d +size 418172 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5afe33ca38870cfab6248b4474650d73829eb7a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7200b61de272aaa91eb2a51a558a3bd4e32e63d57a1ed86941ee28b53123be17 +size 756187 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4883f29ce827986e563b0ee36945602f15e1096 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3463140f2a6a515ed7a86c571187fd88cc61ad40c70e8ff8b22c5b3cf8993c0c +size 244268 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3118eced786ab11d6b9e9cffa6ba894819bb7682 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144ec813af0783b9865b4e4035275a1f3fdab2a74e919856fbf5736778e44717 +size 2234642 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2366bdccf3bea5bdf5055417b0ba684f2c4b0e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dff5ec5ef64549cf8aaa9958d65cfa74ca5e188a93d0d6eea6dd86e082600f +size 3158251 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea797ac2142927d91eaf147c263cb904b609bf55 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a548b735f54af596c44430873f2370581f07ca329560c4f7772b2551be6d26c +size 838466 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d596b3dad516cd4f9a76b9b4c91d404ad74cb46c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc597cde9c191c4b2892b0b08e035d686f311ddcea28cc63ba047593a828d84 +size 640190 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..621de7b62ce8bf92989a93b52543eef5e5459785 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44799ffce9f48ed3d1ca5612a1d23fe0bb5436bee9dcafa67eac7150fd22a72 +size 333817 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83cdbeb7ae0679bc6e2ae5f24e0b59411f1067bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4b4b64291a3c52d01df3f6da4e0ed54d5345e9714198e6fc0c788212276893 +size 1467364 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab4212785181f066c7db4af0cb4f9ec46c87b81e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2283dee105e4e7b0322306909701597554050b6ee8796f91f4f88990fcbd906 +size 449221 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad38c3cffe39cbb01042d820380732120b60195b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b8689da82c7840d59da42352a61ca11d4ec8c1db03fced6e6dc8b381652fad +size 1280833 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42eb1ff628ab6b79bc986d22ef9c6ee9a7aef5f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9759ab00f2c088d3c698358569eaa0757cf5727c3966732d889cbeccd9b9ec +size 436776 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cf9ff1e1b682fa3f38570ff6f9515ada1cfa2b9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c711a00f1a8da651ef7ea3674e27cbfcc588ec947b417a84e7742ffac7ed49e +size 488950 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..302cdddf1234822ccb9f7bd7002780ecfc2121f3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df7ab2ed26ee43a732c23d7d94f13aeed0cd0db81ae638a631b810eef073c4d +size 292733 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a08754e30812ce159687c62261ea42177dab97f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9505b1a954214e3ed55b88926839df7345d7adc5b9b7c093679baba12c613a +size 1117805 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc632a365bbffe812008cd9cd62a2199b1019f3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bc44f2144b9c1ec360691da54cfed5a391ba92ca1113505e6e9ee32d3a0501 +size 546117 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4733e24f11a32da4a954eca8d7de9be926232b96 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e028baf77184fd57f2a3ede71237efdaf80ee97e7b2e8f94cfeb289cdff986e +size 1829176 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dea03aff29ae8012e6ce624b2c02e8cf41ded2b2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62d179c017bab4c39a6540e9a68b88187b1524bf6731e6fd11e66a9ee5d508c +size 1766143 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b52c80f859ab4c210a174e7e33b434faa1351990 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf653f8ad077026c7c27c5c89e150307a80c6fbf7fe0c2c239dd3de78934fd36 +size 315945 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db119dddc398272d9fce62f37b8daa44d5a02225 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbfea552bb32e9d77c899b4163f5fbe91e3113808f8218857c0b9ea56e20196 +size 874250 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0bb9cf0c89e1f3e4e09c16160c12f11e110a9c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e241621d7adb5d2070bc75472dcb5cb511a804d5d1aa3434ec2351ff46158d +size 1064404 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57d762275cc4019e09ddd50db63f9ef957357c6e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f479f6f51f61b66bfcc663f4cdbf76d9985c540277b2f841b8508e89a704d05e +size 1315583 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cba8eadab024b53200c1727a32b92d7af20fb344 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36e55dd7132f9cef76cce9da113365b32421dc17f3e8d02ba61bb6b3e196609 +size 334073 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abfc4e5db8aea14e11c5d61fdc507409f2c4d8c5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a7f8d7c2913eea17a844056b6c1bfe7b8e93ea9c7feeafadb9b47ca5768753 +size 757689 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..542cd86c131f04999675ddd0e05e729894b84dbe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e65217e745a977f8fd345ebec191c094930dee061cb70764fa8ee3946182e9 +size 342974 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..742472548918ad6c65adc96e3253721a464c001f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfcfec1bce840d269eaeb0d47a56768e95d358ac469f75ef3fbc665f5530705 +size 1142534 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8a463f3a14a85b045a608652a892c1508b9bc9e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6ee1840597804528a18124bf68c316d7b5139e8d337e7523064f8ef32fec73 +size 417458 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..932fa445f33043c1aa4987e439427999105a82d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baae2226a128c3168a8e346a43a788d96ea1d219fda3249eedb3da4634b8195 +size 1685147 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f8010d26dcbb8e4735fbe8ebde4cbdb36e3402 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf001a350747b04098cef597ccffa98716396cb65c99590053c30ab3e5cad413 +size 681932 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6c0421be4357331540e512868745da429aac0ad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58adf51b8d25c22155053723dc9820b03137c498ddbade000ff00c89ba04e7b2 +size 938062 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dccc7c37f94ae009229f90c9917dacf932b73dc4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91fa090216dd7e9e0e3321e5eb3b29c5d46fdf2bfcbf0093e0143702fd75e3 +size 870001 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaac46576036865a96b51c5ff7de2bba57d94b0b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963d6171eb12ec3301451a4e6850e05a856cf4e1e067f69e03bb32c02573a79a +size 766319 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c36e53865bbfc5489d8c0209d5d4bb9f85c4804a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5e95f413d55e8a0768f07cc2de7a50e82ba4a090fa29453eb4ba5e702e9ff1 +size 391565 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f3ff89bb1db1138f689e4f0ef7c93c677e08d4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dc0c8e68212f7589adec1cbdd9f9b3d96a31a12c9dafa78e5bb02ccc437a4e +size 502733 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9814422457cdc5acfb22d2bd3332469268b29e20 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab2ab57ff27b6e4207287a059466604d7b17bf541c59541a468cc19792b043c +size 507526 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9634bfe3702247785b47128d583fde116fddbbd6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6906ebd0a4316da61a238ec22d677e385249dba066b18d0dfd92b1681ad8545e +size 692356 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..391944b52029565d5bbef4aa8a07d1903426be89 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd69ee9609aa413faefe377f906e61231c77e360d9ad4aa1d36575579ec585a3 +size 853508 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1f257a5f280ec11aeef376013c6e4a16e4131ad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7744e26580bcfd30f97bb79fa8769819bc89d796b698af87d0762984ff91132 +size 677696 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53c47850eda45c0b566f1c1a8a4efb858e8431d5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ccb59248625004c77b9356df91e8a74433baec71433c3ba60665e4810cbfee +size 358768 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc4bb5ad65115a97b0b261257674f0151e4c613b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d87f80c12ecb9746df6fa5cdeba09b95a2376d98c0918e3c1dbdcab849fcb5 +size 2365992 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ce4bed66324c6bf7d497856b6039a5b1f4d9fa9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2695ce35c7f9c0f71799648d0603fc5b1d720650d865d48ffec84ebb325472 +size 1708569 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c9882e8b4a7994ffb673c8cb9fb75c819ed7527 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e37e8749e366ce9b60ae171c60a5961daaff77c87c02e2635076136ca1ed5b +size 400341 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..199a87bfaeea8aa5141e674dd48e6a590d4c99ab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1162ce2b98195fcff60a79e2191c17d17f41431048c740ca655d6c6b67bd8d +size 1044026 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..768963c07d47aced3c8f94c0441e41d194288a69 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee81d43e1e88b6ce70abeb21990401d33e196fbc8cd15f41c7860766564cbf8b +size 393406 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87046ba24d36ea7e84ebeb56cd23524f0630fbd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93894439fd6b1dc155f575b6bd5f1cf3b23301271701b14db8920563ce0077e +size 980759 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8662d7b92d896b5d04d3c8995f5ac3b7cf0506f8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bdfc7a1d1e23d48af25c24166c222b64040ad816ab937444781c6008473d2e +size 1259198 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ca2c8a179f7ab44e44809237193c51adb2236f9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2faa85be6e5b77309af7c96f7a64b091da092cba1ef4276deaeb38caf9d2fa7f +size 337669 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6b90f2ed0bce588660cb6f76d88da12209d34dd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c227f30d702c3f64e40799f44440a130f062d21f14f70e346ef5d29b5779a4 +size 205445 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47a5eafac2d9850c2faab67f98b3d1137313fdfe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd6044adeade6383a80c461f8febe29218ba2ff1ad5124a795eff9dc8205437 +size 873514 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb1c7b1cc6130c5806aca7d201123511b0006d51 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec57ca0d9763d822e625d267fb0aae3e838856b720aaf1a4e1d86faacb9c22c +size 1001719 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4e0c4c22fa0df61b148a286a9415fe4350799a7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a592f5651d42289f9e2d4c6a118cb01deec17a765636ea1745b0e78953de6aa7 +size 538916 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de5beaf8844588c8912bb8319e1c34c37b07a331 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ede8ca4c5dc2fc78bbf3b235eb923d2e61c33f814769f67fe204ffc240826a +size 1015710 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55d61734d60b8d66a7127de9c3ecc4d1e0b215c2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8069a285841244cc9d4215f67d7513c2f0ba56b6a20fb291ed30e40da19399 +size 877781 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..903d5108686795e30a860d794a7c458bc1ce41c8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1b13c9a01a29d971a202aba7d517aeb6f8d420b8506e6000799859b597dab7 +size 198459 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60d07cf9e5cab5034aaac833255725ccc99aab48 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7faa9779b9f8cf90c8f28db149a4039b4806ca285fbc02c780b88747456ba319 +size 438857 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..155281b16ddeec4413391e3e5b208e23fe10fd70 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868236d41fa031d76563aafbbd78749eda2085bd22a202b1aa2ac1d7c1da1f8d +size 592826 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..421f19a431cfa2f482cb3fc264c153c72f49125b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635790637e2e698a9c17b1ab4d62ccec11e61c6a155ed7f693487af33bdf1623 +size 484348 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6426cd2a64ecdc870d09e8069a1e79d0762e7a35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e15505e2dbe66055a74c729e981c8db5e60984e7950eb300fcdf44c1ac72f7 +size 2318687 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5c7420aa5206c3c3bcd146a67b571b787980d29 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348e40a990beb5287cbb45755e5499a5a9fe18e6f595a132c5ff19603c34f01e +size 416196 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9554a89af0a00bd5ffa41719f1bce30e23383da8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81c8bb61335b3be4e19f3c616f3ea9e595e0869615599ddabf31e96a55679e7 +size 1427009 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa944311c08f89c77dd207547181ca18b8d1f2a8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454397f94421fb210cb42b733c7c0150e2dbb018612c761aca931cb386d1a302 +size 673323 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c47aeef7e55dc76dab54c63e2f32a944fbb2e3a5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f913b94e341391fd695a61731a116cf9acfbd09868dcd9bd69d33b55f1c0954 +size 1129831 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b691d387d903ec23b863fd829addfb18820f93e7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88abac15ecd22b9409554c25b1c9b134827cff45ed75226b3d99f49216ebb199 +size 1327917 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65f917ce08a07000fba6adb06f11c6c2a7a0ec80 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd0c84dbe23796790a074ee1f04f1a01ad1413ed96caf0908aebda8c41fd45f +size 362638 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5254ea3499e49f585af08558663bd025466cbbb1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3ba8a4ce2ae661082bc4f2929049c32f1e8227fa8cdc9cc22cf1e64cbba741 +size 617871 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e4d86235e688a1ae0cf6b74c101df7be134b2ac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c096ef545086a6448b69ccf45bea76d50a706007c2f1103be61552fdd68022a8 +size 1858017 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18b9b63f4016a62080c1972b3d1ccb10d65e329e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952acacc9328aab97219f8018d195d6264a8544992f10a1a30ec3bb1744f5058 +size 1659703 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc78a2d4d127220aa08715ff797f1c830a58ff24 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5607ffc025c2924b22a2f6c21ebdeccaa2ead271c8e842b95eb529e6453b2952 +size 1859246 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9f9ced2cc2e01b0dadece8a927feb44ef287bbd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c71c9ec3e0c4a29777c9af0ed6dcd39243286dbc6d1367bf9e0a4a9f8d7d609 +size 514528 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22e05af5cb1e8241b06f2eadef833509bf9e927d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8051b3725e012d1b3a9c6a97c9f44e37ec2de69ecf2930b5229ee3ff20a99884 +size 554251 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f203b625c6287ecce9bc618900a9416a58616f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540db878b884301f46b17902abe4dfae302f5dd280e64b2a4c93a80493c736ac +size 404823 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6228508b22f7546afb38814ee5aa918afbc39e1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e431f9f09650047203f7a019c268936beebfb0d7a310b89a877186f8cc1769 +size 342898 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03742cce81ecd920c8e63ce25b117f9a0534809e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5221881815f80a0013e15f1355e0132e03d6491789126fe318e959f47553fe +size 1116911 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6989993c284e1383982a5e7525e5c2c85af9eb37 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ffb66360383612479975bb33606b10ac4044c618b2dcb1a507942dcb0dd174 +size 486393 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51d9d115b124fba57a52d2aa248cdf34b49c470b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad28b3d8bd24f7d47e0285e3daa11e6d6b277cbf4a62743558cc0b69a13be0b5 +size 502734 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f76a2cc209a7e53288a77d17ca950f3fd28f49ee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffba33b182d66a6d179268f96ec81d625ec5d2ad2af97822fd62845705767bb7 +size 340787 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324ed5cac30be6147e6941b01beee41da1f28880 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4174a317bd480a00e66a9a05a9b6868b9cc6c2d4818252c31b5c3f3a488bc118 +size 524578 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8dc0bbd57f24b82ca99bb1816b37ab731305172 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27365a064a545c414ef8d7a045e7182a67989495e6d2846e5b21c63aad7533ec +size 292895 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5c5c0a1688e5b4e6ec5eb426cde72fcbb73a1b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973f53159346db90f0307e804bfa475f406c391973103c1a9561c5348e68174d +size 1094046 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a21f13aefebc56cd1bb6648a4c7fb9dc3d95c935 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572ec0253855f7409c7362a5d33a33609d4598abcadebf3709885fcdd6577982 +size 1939691 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39bf0a9a011ab44ebd0c158e05182043420906ad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6277123628fa3398f60493766a478267231223e6048805fec2e0b1ed62781dc1 +size 276355 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5358003a585eed3daf38a83730deb2f9da489fea --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44035d717657c9bf87f0f5c6f5a6f49761bf24ad5173aecb52264194a41946e5 +size 619778 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848957552944d5bd85f8ca51d674b9811de7ad99 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a706b3317a63cab8669d564d03494ef05cb36570dee4ba7337cdd61cb3e6b9 +size 1105439 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdf1e30973f94756af30611d42d495d2bd8c5f9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7514ec64861f464cb0b68639bc8549f976af560ec150871e4bf411bb05996ae8 +size 2620495 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20c57e4358060340548adf69edf2291fd23c9519 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0786820d654bc18586bdc3db8e882b75488717861623b389a8c83fedc2ba0c +size 939025 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e3247a4260ca781096a32f354e41fd3c3dcc578 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246ff4767a7d1b5d6d4e1bb55e8f53e40382850e80982f9d004bad25ab363fb3 +size 438285 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c633ee4478a6abbb0ccaa57a023f4c09a487edc0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fc14bf4b3a983657afe15156889a028dab14595383cfdd79d42a3c153028a9 +size 314048 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84ae257110b16a2394c2ccda0219dea91d238d67 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32b65e646a187725c6d328540610dcfd2850ac5e5e75ec5efea3dc09d0b7a10 +size 1022466 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bfa7eb3a9c83af9c2cf840e5af541072f85e619 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc051e2800be4ea4123cd95b5b2c18b768cc4bc0566e36084cecc9254b88e2d4 +size 495370 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c8fb8309cae6a8c41c556c16061810c38c85def --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7127e35df24e04ee2206022c34123472198815d92b38b2d26c38327a1f9487 +size 1053036 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..990dc773b452a64b809eebc4d86b6de9728a0eb9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd59969822b52a5cba03b6057285d3117c282041afe0f7e70705f87c9d75f29 +size 1525858 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0ae92c5e3529c4e4075c49bf926c3adef4a1fb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adddec76d6fae634c2688331eeeffd624262ebf1e8488590571c50335127dd1e +size 315345 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a612922786f3612200f7361629339496158dfef5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9fe9d32ae24c344271806d19cfbb534a39183cdec1a70002ee212581c20a91 +size 1818245 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f63ad19e65ab114700ea77020b65d3f6d488012 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f67904a5e133f4246a36baa0bae5c10381fb7ad62201808fec5560fd6a9d50 +size 2194542 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b85e286142a84f4e3e81b0615945445fc3e89c37 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c00b3290d20d3c09f66b053dcc88862ba6d3725c06a3fc762fc9e2746d71de +size 402018 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5ba84128f1445206e2967543818e8e8d0d255f1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe51d2ea0978ae3dfa7b09439d3b9f1fe86c5e6cedcae7d74980124d9c6b1f7 +size 1208791 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d640a77e8c11c4dbcc8554f6759209e516f93e5a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014f711247931c058a80cd8a944b251f62f93bb76ae53ed016e153850439d4d7 +size 457297 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b51eafb0cbb179d7581391cf0fd4da8e459fe14b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac799b0a02bda4730cbacd9b1d895cac7d19c5dc7160853246109df0272f2b7 +size 576060 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af7a0178b62dd5803db0a73f4d25f75efa25315b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__camera_link__head_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efc99779e75f59d05771e9ec189824bfe2e6a2f560e5bca411f37d6a7226142 +size 323213 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38b79cb128aa7033e398524d1fc8482386501a2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe39aedf2fa3b5f772c6c44738ea0ee2c7eee261b5c55abb535843daef8b538 +size 41295 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85d1d3eb5d693b92d4744483b4bb67c86ba378ca --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c2d2b2f37cffa9fd510804bab786817a0ab259f60874de29d86d1df5866aef +size 45194 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40b7bd25a4d1741d6f647438da6799fe37bfeadd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b218b7aff0eef9f912d55815ba8a0c2b040495812a640a7398e2d6864b6936ae +size 73897 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c6afd0337e8e419d8737e70674c72b8bb5dbf02 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dc0f57a42fb902c270675e524257a3c8d97aef9dec105ea8a13251533b4c86 +size 349883 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fd25730abf9eb60ea56d0026c72976b980eeba5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f5f5e3ae7d1b8888826b9e7bea9ca5cb6e79da34fedf6f8d40e28a3e92897c +size 267557 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4277df30aa4427beaec7e145f7f45c1fdd080e9a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8d74125031db015d42b55511de4f7a4befd5a2c8cc9bb698946ef622e199a2 +size 247584 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ddbe3faaeb530a90a33de69bc8eae6817bb18a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0c892ff3f6164b36b1affe0abba4de872767e7e3859a5b4965c0fd308a01e7 +size 48947 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53daa8299f753d979c20bbc3ac51ec7ee8aef013 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507d550f836c1e0d6a618177159629be001b736f9046f1f040dff3766ec2445b +size 179297 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab82385e473a1c87b1f52d8a222f14451c30a586 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab8a3692518f0b0e4ecdd20e1ea8d032fa471195bc884d2a0c387ea4e6c6685 +size 33971 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f467edbc6c6a42088b62023394f9e6cd3c4b44f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ad073cacb629e6c60b279ae50b93e7d1e226c5a1e4a3d333530ff732f675df +size 522758 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..821eeda39c5a0fb099c1b98a4fb184976048aaa0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034c25badd42b67df2bbfe05b53d4da1d638965d370977414f6e11f195ab8d7d +size 108113 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d3f4a4e6a16557608493a06f9b1a5d9c043408b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c8db7e4fb4c3a44495d1acd1cb671a13a12b2ce5e436c81ff7ed03b6ab34a5 +size 141965 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abc52572842fdd59ed95e7aac6d08bff991874cb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4ccd4950aec64e2bb3788c0ff4956f6370acf3de0baac1672f639869d4e7b0 +size 102893 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb06d07220bdc3c58953d15bf4ac03ca6a58a195 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcf5c3a11170349ff3dc20dbc137c79d87f6313dba537aa5e633dfbb9f5162b +size 106901 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45727c1b4b0cf4a3d6b46fcf944a48b19309a43b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585b7517a94f9b160d6f0699b3aba077690a568c535694347809a9c6e6408b28 +size 116231 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e71be7145416419b29a564bf6966cd69462daee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b4598b22655614db24432719f662ae4b52f75d1e1ab28a332f620492e53162 +size 105896 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52bd5ee377b8895fa4723385fefb04bcb22bcb06 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a77f730110e06b63fde2825a943d77729a63414d95158a69d508c2043321fc +size 282579 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25deae60a012aa067f741468677d0c4ef944f931 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fd793cc3658bd4d0bd46656f5a268b1910cea93b0414c56b43e19eec285277 +size 78900 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c10f6d1a16b73cfe7164538abd2d19f480e3c660 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2445d63a46465b3a2d8fc3dfaaa39af2ce41c3139f0e0d030cbf62eb811b609f +size 157411 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7d78e2915a57e417e81e4ff8d56bf4c6aed1d36 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b13d7fd675a45f6404468771223245b97fbb8716d7835c532b9f36167ffe0f +size 23074 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ce4609fa237286538683996e92db881653b614f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d226848f51e5b41404e75eb30febd713fe923e7506d9c7a7034cb765f4ddc3 +size 62017 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a03940da896d5fc62fefbad18820345322e6b6cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6f37d8c514654b49885b48812e211e56d35f66988c980ec861973b1318ccdf +size 57360 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c420be76812a412ba57f129e64f8b587d707c4a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4612c303e7de9eddc2fee01288feb47e12ebc75eaf98cacf01976160c441ed19 +size 68586 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3678d206a16e7db4a0345186b30d20545b64fd73 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae8882a63ce045a7264cf1fa62d0e88081a0130edb5b37658c9a95c63e9c13 +size 132551 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51794570abd2bf2e972bcc48428f481623167ae9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21748817e46240dcf335614ebe146af9c60338ddf920b2a5358fcb329575e18 +size 48862 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..745b5e8afded59af688d674eadae330c41ea3f71 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f81f09f3f600b067cd5b7572b16fffd257817775d245ede9a275a56cceec91 +size 271615 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..359b64f910ebbc60908acad1421b679f954f0043 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a4924f50775ba3b911bc7bafe6f9254541162cb36f2af1112b42ddfbc982cb +size 59943 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec18b2212957d1895f1006354039a954e4f82bd0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ece479e9e2cabe2530ded75f3309ada633245f3d4d65c9ff960565daa934603 +size 54233 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0135e03e1eca8d2f0d7ae8ae7941b2a2cbf43b5a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093163bfcd01a86e67631cafcfe0007fda3c694dd63a40d9119cba31c1989252 +size 105401 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c543a214644c5e6c5dbda08a5f9624d560a434df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684b3e5720ca210dd72536491ae796586525eddb4b943b22ca212dafcff90778 +size 42366 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..989a0cfd44bc4c09a2bf9fe1a912af2808c56d2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3846952c92c8f0da87e759f3219398a33077907082a13258b4243792e2adf6 +size 300486 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58a0bb5ddf992614ba135087305a79fe257df7b1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f40507bc4d96bfb386123773f5e3d8f788b2d33e9f16fb83906c1d1579f48e +size 1075699 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a28580fead23e2d40ae16f280793c83ba0673ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55764588fa9f0ba42a3effaa9d1ef6372f820507461108fe4a8084a0c9b699a6 +size 77755 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b6249ca7abd821f8542e6881450b08bb69ff11b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fc9e082a79bae9cee236d6426d53b88f804ae3436da1c84757f04bdc4fac49 +size 69080 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5692fc1cb014a7d4177b64fca75585572f1fa8f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51507d4fec5f7f7de7220b20ffc4ce8cea684bfa9fd16a12586f6c062d65b377 +size 65550 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eaf295fdc3428e18df967c917841d80587c442a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020f27629bbee48511d0c2206da14deb6c679b5981d1f5d76564f1938e9d867c +size 289611 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e1fac4cacb88ebe38be58adc91452e0c47f8adc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ce028e7b7a630c506ad4a255478cc01eb4e6f92afc2ca7bfbba7e15d08aa61 +size 29134 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..249620159954c51e6f2694c1de206ade3a2b928f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf233c1ae0b894ed118055bda77859260299b29c6b3302ad0c284a63784a779a +size 502184 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be5e915d63df0e401e621a251cd5a25f7620a01a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9517d58c86f90baf87bb8e17a3390c6841abe61c0e58447c78ffd37d786faf +size 48611 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02add9876892421ddd28b74e4cebf0720cb373b2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40a5938c97ab98f581a373a5512ad99cda0a5285371cc44739c9ed81ef3f69d +size 44593 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5247393385d8bd7bb3af59969ded553cde58ec10 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ab4415d23847a6f8ac7dfd73a4ecc1c728a03303def4e45b6679e116911345 +size 35609 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c57ad7a4c7efc6bf23c35a8c4e6698b88ab0561d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db74d35553915ba165542790de0e149ba221dcd09dc3e93b683ebd1c3a5cc67e +size 218218 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c7bc53f8329890e9ad2804967e78461bdeb200e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a7aed82546f61fe43726dfa6f55f173e0f91816a53b48e3c804327a2419e03 +size 266553 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b015ef558908798256977c6eb0629b85ca4a7c3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0729b4c522dbeb668ecc5b6716d76d7814d7d00a829a7dd8b5ed4898fe52a18f +size 329376 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..155b178fa1665bf194e9f33bafa891c3f3a1ec67 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb70ce0f77285053c24db50b2a5ca9385e9b84cc3f96cb9e9bb9e0a92cf129a +size 275043 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82b2d2003fa897aaca3c974cbb3cc66bc9fb630a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f4c837e78b7870aaa82f3467fd9b87961afaecaf8dc4e349f71e727b22c7a5 +size 31988 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60401a0385706d40eabc8a2b591374294d4d8d3b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9f50c5bff4afc5be3044cb9ee55c7f672f8200d4cdebea938bd4c93703fe7a +size 163362 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad341d5d67a999664a284ef35a7c38818f2750a5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efab86fafe71762e8449bd1fc4e150bec49d7712c6845f0ad3382146006e10e +size 210799 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63053fa29e3bca1ca107abc6139d2b04602fe3a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26990c6046394e428ef66242318b2c89d15d0e7ac9c95b7b935656336ed6bc01 +size 273501 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ac564044e81ae838fc101f73b86d0d8274a6139 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5524e955f6e75dee1997ffae5d6acda29d17e0e593afd5d2e0deccaae7874a6c +size 55124 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2df23ea043c2244777a6b9b8510554ea6d1718 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79883a93c119828f748652ae818b001a16905c00f09265506ef17acd074af148 +size 104008 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68fe4126c5f7a88576192b5c82d267b91c3cbd3f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f44c091f8bb94777c17d9e3abb1d5b6fd043832456aac0888f2682b62e791e +size 64314 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7c3188aebd3f4078bd90e9166a60c72cfb525f6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780d9c0bfd9acfbd6605133230caf7fc79bfe04e6440240bc6da5f88d0b49198 +size 120211 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39c539064fd5843c213e04d06b27dfa144b831e4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765d9f0cee8e049d329e3c0c4fb31a93bafebfbc2aceed13b01b578acd70d798 +size 65186 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb515bed6eaa3b7d5424e745c450ea71c6bb4aca --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3319f4afba6a2e71ed46fef893888e17a0b907ab9622c81ecb610f6a050dad92 +size 282875 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b0190b057cabc710159d60f77cae55510e3bfe1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e878409b52ba7cf89ffe87924f28181703d9bdc40b88348984ff7668cd2a303d +size 93031 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ccbb93779509f74785c71fe743510b622bc49b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb5c66a1d4ce0ffbea803c02e761352b6d5b18b7be7342d83840164110060b8 +size 226378 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..996e268089c32690113ffee395e549515e0f5d11 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e8fe54252c1ea056ec8fd4e4bf7cb4e14dbd00b31b8526ba559a314546a727 +size 158312 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1d522007464008a8d613430b77cca17f769459d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cc38f0963d1010d80cd4aec89d547f0c5d3d4d067b217ffabe727211e13f4c +size 190728 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3116926bdb1a5d9e555fea868631b9d3f8c83a0d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8c76d9a13beb2206ffd2816389ff27ff0ee30532809489a3d6f98b3db61f3a +size 49712 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d83f80466579a6dfb4bef237ce0d349f64e88d11 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b864dd88195d35a259264fe8e65b23673b854543a71967ea2814e27ffb20511 +size 67591 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7984739d368ff87c57f5d6490a01797071030f6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21f4061d8fd9e3512b4511bf4b7d1cdb67d67f162cc4308dc6be7bd719c3d39 +size 57395 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de306c4e72970fd6106f6e0ea54e50bdd1b5e0e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f574f18c80a44b5f8ac669a41dc3b0dbda90be5228137e83db62564e54621de +size 78156 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74ed59dd5a7e0aa5486ef107614d7989b311d150 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824d64163be0e19bf1ee4a05783015c3bef97a70928d332c2e4e1cdab3dd1311 +size 189240 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbc8e142ad3b567fe505c159cfbc7dcd7a1bf435 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bef939c2ebdec0daa0fa3a12f627730278f476eea218dda9010042d39ae37d +size 197353 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81251d5bcba5966a724e30826d9cfbe802f1228b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d99af7b071ae7cafa1ca0591ad919948ba2f72938c92799e197c4ccff6f7f3 +size 84834 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3548ee2517c6c481ddca96294dce8e6317afa79b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db6d8d039aabff1112e09b4498e4641afe8484a6756fa9381c502a02ad96c7c +size 378761 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9aafab1654dd27447a26da0563faaf0a25aec5a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6809ec352e91d60b238d8c1f0f29e436a10b026faf91abd1cde0b31f468572d +size 336514 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..432e3feb3e7b4dca702f6631625b672e417b07aa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d8a88588f7d111366610ec57b737d52effcfa6e8bf4404f66eb394cd6a1bdd +size 69903 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f72fc62a9431479bf3fab3929485960cc5ce4eb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d8991835f817aa9d8fd44079c6a3a30ca82197e4390876ba4c02b8ac88a87a +size 113021 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b485500aa5a040eeeeae39a8d54f8fce591788d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b778cbc66de10aab45ab18b4e5cb60126669b14719a3dc679272f07d2d9d3ea1 +size 38865 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26ac165f336152cb537d07f7a9ca62919b0ed60a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f0f12b13d7dd6ca2217fbd81b52927b33079f96a79d9e2113073ea3845b687 +size 154457 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a3c3957c04cfde9a9783203c41b2df192cb5f4a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102c3ffe3f4354b2b8da1dbfc0be6fa70d8226eff29fdf31da7cc600d2e51d47 +size 328123 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cf388aa26bd04ad6f2332bb263197489bd7dc6f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e816743f5de2489e0cb891f8452c53e1bb4c33d217334e011a6f4ea14acf0f2c +size 40771 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..019011932fca7ed666f1b374ee0a2f7c4b79e4bf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdea88c6eabf5b669636b22327833f90f96a944530a27e27e2ba378331ed506 +size 57853 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0be94249da8de1633f99312add07b4f7db6cd842 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6424f6ea73de556ff56ad30e1440cd302461a09f7f21e28d45d5e4a5660ea9 +size 158062 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d65f63cc19c42ae47bb36328f14e021949d04dd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1f827ca11cb134fc04284714dba35204487a7324eb8a13eaae068181eecb2d +size 191988 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cc3d4c06cb74b25cf6c3f1c97820107b62c0c68 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02294926eea1b5cbab6ac4a72f1bf49c31eb16eed8ef2b0eccb8459155a9575 +size 124372 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..326c2dfcc30c1471ed2508bfbbc5def55deade8f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa3fae0b5f3721ecc8f0704a3273fe6d4892104240f8ab710f918bd9c1e2be3 +size 361054 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40be2421472c12ca0fb933bd5b51ae75b558faab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2825f191bce38bccafd0d673a3aeb070feaee6ce997e6adeec68b722f54e8bbf +size 179098 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70806b774c41dadd142c55d6b6139cc6ce61ff24 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58ad8336958290cb0da10bf64591e303da68b04d25c61bd8dd7a0a2a233882a +size 36542 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6436412d3627b1e6a6c5398e46274e0d20fcb72a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15be3bf36b4283d487960183923cf31839bff7dd00a4a4f5055b4270546e1c3 +size 41693 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dfded666daf639b3d4098d84271946304e2dfd1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3520c2401c4f2a6261481e50a0d5e9b76c43713ddc63f25193d29149998d1c62 +size 319469 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5047c8f1f5994832924a5c4a8f695871e5f514a7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dab4e953206392316f4a13a900def107dcbb5f8f82320483381738c29d4e06 +size 59376 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff57f442cf8280a8e6d07c5c20e4ffae285f459 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6f4ae125a4ae9957ac9913084a8d173323242203c8eb8135ecc784438dc979 +size 355219 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc1ab82cf28fcb2c560b0ffbbd983dce315788d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c68867888a199577cf04962faf0df995f64b68b73051289dc13f7573c55dfbf +size 43160 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbe801652b2668343a9423bcdbcb9a943e60d05b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e310623ef0673415bad1b4fb9a334787f53d3b0b972b3506c45ee4c9bfbfd8c +size 330720 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c3cf765ded955a916341d76f1dbc15df6cf122e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d353bb05147191c60566408c188ed9b0a4f4711f241d8d548a766438dec0af +size 112144 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..457ccb26ab74eef3a68accec5294cde7931642a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83c40adf64537db1fa5903b8d74df8d95d3ad804e16d2e66e8668f421170278 +size 243130 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c229933a13d7105deb0c9f4b913608c0a49c4f9f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7c6ecac01cb00334c19c51f79bd2c415376a31f3628d47b46d89d5a93921e7 +size 349865 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64f611f1233036e4a93fe700ffad5a9c31a7cf35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c5afdf4aece5f064e0211311aeb5cda3c854db728161b294e12c42f5ec3143 +size 37148 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c6d048bb4ae4eac226aaea8e1179cad9cbb182f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d0476fb7001c1a95af8f144dff9a2c469debeaa054bbdf26b52b1e53dba9c7 +size 54483 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1d645850f819b4c0e724e13912dc55633c3e28d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036f84f82f308a4adf6e110e803e0651970edc33c366a3b4045638998c10661b +size 364854 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50e00621ac629dfa24408e2d2e8f65d83d9e0109 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff2d8ad15d3975f6b9857ca12e0a388a1a85b4bce6f771955305f4ae1f2051d +size 283563 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cc546d194e0ba3a490a2dc6f9c2085cd86012eb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ca29751931d020bd733108c6a380574c56b43e6bf036f5eebf59af8d00cb60 +size 441864 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ca02bef092dba8f435f70aeae2760fb5a4549cb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6196284fe0e00050efb99075838bcca1a3d4cee7a13cb9f381daf752dee0a2ce +size 88387 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd558a9ae9c82b052f3aee8ca9bf21e3fa97c2ae --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eaa7ba54a0c21e959e15141573c6ffac64e2a1d758b05ace918c56733a74fc +size 158146 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2adc17ea38fcc00dbea0d9e18c696bb100ec1a17 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50eac0cf6a09ebaf245e08bd7cf3645b94b3c4bc8bd2608535552aad8c9e7d43 +size 31971 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdfd94799c402eb817342f54d945668f9341253b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb47b7ac5136dc494bbd6169f05e36e866af9993e7d661891f5f3487312c91e6 +size 51365 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6beac76aea72972a8b5157b1bab5a1f27517f98 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b712218badbb2c85b708c17962816116e7fd458577d7a712616bd283d0633b16 +size 195197 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07fdb178e3b7b22fa9f21a99e3d2fc3a6ce7b13a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5326278d56b54a2c4157083367e364f8a9a394d26c70226a073af5d4d489c657 +size 71299 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faab20d1372ab4279fb10985067fbe12585e8b29 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7dca4dfa23debe1a379ea1417fc706e0b73e5e1c895b83b84ffa782c116ff2 +size 84289 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b81998a331b00b9b0f275625c877dade0300d9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61922de3b0f4061f31184ace176a781df12b43cc82a527f036f843978020f192 +size 33232 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3109bdbc006b60dd96c85c49f8da105902caf75 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b7d2ff328ae9eb4840e8d460c48b35166965e1a2c7738c680ed0a567161ed4 +size 44235 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faddcdd3017439b8b1f13a02ddf2845c013b2a1d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b6f672ee390007a0f6ffc1204092526ff407153aee7376c432bb0b3cc2f359 +size 45816 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198a26afd8c0638e461d45de1537072d70b2abe6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1d46a5a5f23fc52d4e63701e40c44241970ace6d00e4db7c85a4310d970a3e +size 334855 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bc3e2f3aecbe191f8c4f0b7b1d228385a765b7d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9a0db4d2db1113cc2cf9c28cf895aecfeffda9e0d31d218beb6b94e43760fd +size 397926 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc893237408a17fefd33139f92b3c7a0f0fda4d7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8083c2df5c0380fd20733e3cce8c45a1174cdbcecd393f3bed52d3aab955cd +size 53134 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9068130f8463bc1d91546abe1a8254c85fc00143 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1501d710e3d736b0172cc80431341bfc52c9db5f6c0c537cc264e1959d76e70c +size 71285 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02cfe3e0d893637d9662d0c760d7cdc170edfd39 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1b8840cd9a5955da41d02f15952b68af56a4591943dbe9efd34702dfe94be4 +size 290163 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fca3a3e3213d42a8ee864df9aa43916473c4c7a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cd78352ecdba63e7b26af6a3e2ef6c8980ee7581212b0c3d3efbfcd7cce14b +size 378498 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76f4c26507768412eef8d412add44c859b60de40 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc40a66039c240b514fc1f4037732260e12344843e2cd0d2b266e46511586a9 +size 145569 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d2cfd405d115bf94db3d596f49321b564e96f50 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972b2ac648e9302e7f1a873428bfbe8f329585f47849980bd2be6d4dad2d4438 +size 42469 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e3b54273027619a8e54ac12c7dded5026600493 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a0338d54088845bcb76c32d60b839868af4f238bb523848a195cf73cee822 +size 39555 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c2e563cae4256350e75813f634ad2c1d23f3f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa646aa04ea2115e95959f700525f22f63cc0f45e730bfbc710b06b55dffb97 +size 205607 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a7717a0abe4e51bf9b0d7b3b8962c524bfdeffa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638339e9fa32cd7c3912584b6c0edd15f5cac597cf0dcee2a28d78270775dea4 +size 58891 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..754f5db5bd24a42bc48ca46123fd2deb690143fb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788fc2eccc3a4fc54409f4c3765fb8ae2d40033b6885dd8c54ed176f0133f915 +size 219510 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06ef31e2405587c5e8cfacac704b0e99eeb427ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9c23c2b466a64ef3f2ec4edb26f98bedee4785a1d06e1b6421cc6fbdbe7b4d +size 259587 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85f425c5a97d568415c4659696e44d2a587a026f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f979d21dfeff4165411285fdbdd8b175fb1ba606e578d7e64f65e8c52aac80 +size 35655 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f7fd7a13ab789039449996d39a10e487827339 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9885bd963adef3aaf0fe0b617b400a944c4c0fe55957c4d311cbb1e7b9d665c5 +size 273537 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4d44181f6c4d507f7c4ba1f7550b26f7226cbe0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fab3e5feea590ab64a7b9ba5df5b9ccb89453fd3c363d165439fa358fabd283 +size 722935 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aa99183a29d5d63b4ecd0ab5e6301ee0ceea917 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccf1f174273aa2a383b82710a5a31fcf455a1e54bea241db6f4362898d05171 +size 44612 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..106b412c0c4b292273be73d45c1814753494e16e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7f3b7c281451a604b5a145b4009ad0d90445ae65aaaf5e36ffe79a63185147 +size 403221 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66bb6fcffaf389baf545303b482c46277593981d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b75642fc8326d44378914ef6372ebeeae6e3beb5ff5e2fcfb1939d10c622841 +size 36494 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c91139e633d4457eaf63bf44851bbefade352194 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ded853786a505575a42316e99159a81f44b3dfe192ab8d17246279ba1b834b6 +size 96189 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1097d98cc5d9ded993e568dc8770664dad4ed85 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803f8a6022980a5e1d40b8b6bd84b41ec6ec1dc9b10ab9f3e4a218fc14552cc7 +size 31784 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c878bc8a8ff32850f30c4bc3010c3af02150d17 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa7c93dbc157efcabab706db44472d533f87e89c0c69b0a58ec10e23f327380 +size 199048 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..775c07011cb9e24b7c8181ae21d4dd79db7fdc63 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c19d1995c98c56ca17d0b4de705ca42ee093663fa34fa6e10da641d57228788 +size 216667 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71f335bbd06b06bf055161fefe03d38fb7043eac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb9b1e877f4dea432c0713f2241a067790855643a3fc57d464ffe1f00ce28c6 +size 297909 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73be6f519675115cdc4940ed1edc1042b8cf6356 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76e9ea446ef00e7ce5aae14e4af1b90969f518a107a06e2d19dfff914279910 +size 678026 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8324bf864c144be00a75ebea3f939709158d3da --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497d3032044cfec61f211105fc59d2d2df07052bc7c1ebb704347a0f8b6d06c4 +size 1087628 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf42f95675dd524f2318f5443d0d82b8cc74968f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d350960d0543c153dba289ca7f01294d9df2b3cee528f6de95c179a85fc321 +size 568819 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42be9f5009a48a09a0b0e8a5fe8d7effbde56de5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0b6fc437601da30efeec85c4cbe43bfedce0569bf5493542b0539eb22ab0ae +size 226144 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41a21f848eeb78a24f65799538fc5ee0efd32f2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf356ac90089a222fb6c3c7ec0d9ee6bfe486fed757689d6cd939fd6e8476261 +size 505110 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26cb583df0eefda21e019652729707f2c9d7db5b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c14088d779edd68018631331548a549438652c64930d860327c9cbd771a4f71 +size 202144 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0d95d42911c0b6b0b6805435c94f34e21170ea6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524f3e0686e42cb60a3e8c24ff531aa00571c1ca0fbdbe1435469cf2b9e98944 +size 923349 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cab98fc6b29f75345baad561535418e4a71e52b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd687a60c91eb1cc860a0b2e9497cd8cb4699c0e7f49429488370dac77b5a067 +size 482202 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e9504a99c0c16e5eaeeb97204171d60ea441b26 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4df24341be0fea4910b54ef66c9043d14db0b22eecb3af491a32feb24321cf +size 494573 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2433938f168e611946134b112d97d2ab834de5a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49eadf054694ca36a706d7f0f3db72d816f7ee81f0b6740fe575a15eae8b96b4 +size 272056 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9c59e773400befb0f7bcf8f4d11218f192e2e15 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b45f7c95b421d87927301b01926ebac322449582790d84856160dae08e180bf +size 156215 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbbf31520ab9fcfdf42d54e8132191da5de987ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360c69dc01ac52b127f185165d44819b4e2d25237b0061fd223eff4a55c8976d +size 357981 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cbc8fb73738236b9abb8606a9011c62e5272ea8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3d4fa0603f712c8dd7dd49c10a2c1924b9b7a7659f7c0dbcde589ea49e0535 +size 471667 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a2085db9236514ee09f53792ff37748c3a65e8b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a0f50fe36251109785731eba1290e40a2fd88d4f50a7a0911269e34f975411 +size 669081 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e16ff2780519937435bf163dff2f1e0a9cdb3ca4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bce3464285fc58bc43b2458257d6f6ca446d953361f1fb3b7d2008a84be39d +size 502726 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbbe36f71456a098653a337bafca045225c5c223 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe0262adb1e7444627c3da4360ad87ea05dcff30009c885742980cb4fb231e9 +size 452715 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0d1590249b3a61189dee027a3000ad1c44c52a8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ace2fd69f51a0c47314b4e52657f44956b95b4a2f423008c0d82bb84f5872c +size 137576 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea368c1739eb46998aaaae6156b7489339fdf62 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a414ee6989cea58ee66843e639263144d4dfa62291f6a13f22c53ccff90714 +size 415534 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9364809b9428ff67c28776784c137d7ef953d6ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd80a06bfbf14ba9b03c27e49732abdd3c22f3aa224982880c6b27dad8fc5991 +size 329751 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62df3831a6aacd15334e81d308ae2e95c3af591 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411587b244622263b7fd05a406c46aa40de0a35c8c1cc58c0d44249a17e68b26 +size 209060 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77c56cf3b918a81d9db6a3c1666bd51776e43a00 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5f475d012e781a2fac85e2ec22114f4933ce1101228d2704a0df283a289dc8 +size 190187 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78b585db38f5db8d18e156c3d0d42bc64c93521b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21677d14aa2fab69c68443acc0db4de3ca7dc48b5eef4d675facbe6feb0eb8cd +size 203113 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfe41d8d06dd11c28492178d7d117113f3eb441e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f647fe1fc0f47d52cdb04eac34b99d600428e9a5f1b6010bfd1996ef4b0a64 +size 829468 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3759792be2095b8242c5c652389a53f531eb468c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc912a8ecaef78ef1952ac6c986e84cf8717e21363b3a03145e0901a3da88aaa +size 272179 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac133c25ed801a49e002e733c549c909cf4ef0f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6467c904039bf6e923e528971b7345e085bf87a66f7a5dda9ccaf5a6e3670bbc +size 240889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4554f7de3b10f1cb9b3a5034eb37b212c7b9b5f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45087b97028fa18d5f05a8ab2d0a48fa0e1334028cd9cac681b67154baed5ed9 +size 487255 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c78439c054053a7d48dcc129b45cc8ca79e4786 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f889da1342a0a73911e84bc1fc9e3ba9f1983d2d30ebcdbf651e1e92fc598227 +size 203055 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b473a285b8dd4528daa5dcbff6fc50ae14dd256 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52a0f19f8913fdf87a5d4ed6634f79bdd5eb5c21e457c7b7f13b67b5cbfe24c +size 440465 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64ae8ef617367e9794ef08b71f24ca9702438fc5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fdfc9aba603107dfd7bf94f9ca8bd56ea1d0f17bbc8ee1f1657b31c9970fe8 +size 2100341 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5328d3f93104e0a67010fe06ebe0d3b7acebf0a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba4c7bb386516a330a0f2869d46a98618d3b675e565c6deefb9a56f8abe3b76 +size 429896 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87b6b70ed2cdf054b25087ce6e1f366048fc48cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4337f0e4904dab7b093420b8add3f77c95a59f3b761f7de85c104a5738d47d47 +size 241666 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48b3a85e2ba76d8c9d2b5d504deb3bfa73982d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7ea93b94d7f16a8fb15dc2d209d6313d73d6ac62c9543a3cf3a9fe61535f24 +size 290798 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a579e6f7b9e0076353d51122a772368eb5998a5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ee0879bb57cb4354e18cb2653d86588dc460840c6cc8336b1481243ff35d26 +size 691036 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..576a113b5bd5098cfc7faebb65468c3b01f09b76 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e791af0664b86bf29123511a8b6d3de631d3316c54d6206df40f78a215d3d81c +size 111218 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7209b94e9499342fd0dc6b8dd53fb1c245946a2c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7e8e7197cb877a9cbd49dbf6aa373c82db004d3b7edbf16f2dc3079d7df882 +size 722415 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98bfca7ce3f0f93b480cb0b38a3ea4c9fe9fdbe0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e7fe80f2fdf923baa24b96765aad48a24d7118a1650ce58375a326c9e57c85 +size 244592 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b81b7a9d6c371adc25fc2033d0166a3fef4d4dc4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9241df7b600842fd748ced423d9aedd626541b9e34b931268c45bda7dd9355 +size 121983 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df34dd6d56fa80d827b92593e2f7b500e05fe23b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1a38767a987f4415ca38849ca14e1765e010fcfe773de6799b38894895497f +size 245723 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee9156c39b5c7d4a186c03fe43de5018c20eec8d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9f5dc58fd4c285787724ff6902900a2fa90c48e2de902ac55048b20e3622bc +size 623900 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bd43133e8ddf72cb686cb77d5e0c97619f4746b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f85946ec83a85b4fe2952fb9c546d6623dc7f39e306e1153ad1216008c0e29 +size 590794 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a99ab68b928000be2c905b8fa236e40f7c679eb6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3159ed0255ccf892b8d40b72bcd9d7886c340820dafe88c262fd072969510abd +size 640888 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce8e0487b43b3279341b0d87f59fb78998c56720 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0884fa40644b21157b195ad4320872d949dff3f975ee2845d0e9a9e1b9e6bb +size 1321571 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62c77579a0e4d1900e50304eb862f52a0d91eed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d696925d20323d1c2cd4d01351601a63743a1f505e1e71150e6e9b5229ed3d +size 197163 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ae0ae25300ff0906795df98d3e6773c1945e486 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6f5271ad47915fce4a3d35009a25d31d2545e83622eb06096f6dcea04a50a3 +size 509580 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3883834ac99506d500e2880dfa8fc14507eb306a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99274675b6bab7cb88baafce7f19da4986c86a02b9d3565fdcae922965e6d565 +size 527872 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d6035d1684b388d24bc16f77728b9845d3b121c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda2d5c6fe8f2e8d73cf9d49c7f10cd405d6d07b2d837453a52a365b69ced5b3 +size 710626 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05bf636b4301ee094d52796ef41a86f8e2b8424a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8951b92bc3c501198912da151634f68aaa149bc16e79f3fad48c0dd0504a82bd +size 313766 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..180795def81feef52b8136572145fffb4d7be98c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e2dfd6ff788b5d714ffbeba23a4753a4d4881609c480462bfbc8dbd982ba87 +size 398732 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..401f10ce3dd045cd40e6dae753f1acdbfa08d212 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220d896d98ca8111de76fa53d2189c4cede58ffb067cdb2075ded1aa6ad0a7e8 +size 312498 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed2c1bbb961a1cb7568b51edbc7fdc45172a9afe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd4f7656e2b60e87f623a4c9b61d6054660d8662600c9c0e0f84670ea97d28f +size 666877 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e548cd14e5cf12b11b9eb66bf680ca7d7d138a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2808f2ee7e971f47d282c67638e7a3b55b41d6b807058fcefb49a93e984d0c2 +size 248011 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aa8c64a2ab8d3abd5312c4045d7a39b5739a945 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a84dd56ad8c81847d991e62d4fa06e90657dc8ccc45dc1328fb4d44791cc43 +size 1083397 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce03107c8d2cced975f504fc8f9856027669d85b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4366c6d30ef8a534f57f16ec87d3a9174655eeec865bd5268d71ca44821f42b +size 343292 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11e53d66159c96a12bbfb7c2b93db65cb146f01a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d125697a7e786bd173f4ab7e5b6aea5c6052f15e7efc725a52014fdd3fd84e7e +size 676231 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d06458ce02cc16c778ed8c879a3578bb7379ef8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17abc0bf609ef18c207b4b8cd483150bf369dc5bdf14782a299fd0b794548876 +size 437991 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1970fc0d6da90cde45ef4526bb31efd6e6aaeda --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a72ca8b4a286c189a42ecdd8858fde3ea4be594c0fd2f805c49024d5a7d4a0 +size 789522 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e2b7be405bc2cf61370c48521041aa7b887a301 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c411d72bfa315062cd4549e862b0079d896a8ead9594cadcf2b086f9495358 +size 214453 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3f080efa1de8a34cbcc64da36470a6079cfbeb5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be116587ae03421d169bc200bb67f582bc0f735bb9288ba4654adc99362b5155 +size 303859 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a19a43b864a6c7dc9047c7d59772300337e84f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffac5199eb396a527f09e6d3b535792d2fc59708d66e1b5aab3de038a075c0a +size 339593 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..988256f9d2410afc77b73b4d40a16c421cc29217 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9843f48df8cfb4ea8fcc0b7c1d7b89ba3487f29a8638faa0ab4742299d52a170 +size 339227 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a38d8aa7fbcf27ed1bea699f4fa699d9d8fd6f1d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1049a2d8b387488b5cec0230c87ebaef5c9c25700bb539015aad5ecfb131d033 +size 525718 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f40fcea9c282b4a105303fdd254eb65870015b91 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bdb836f969d0d86768927644dd265429b577e2043ff06c5e386b65a8d4ea66 +size 427223 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15fe376424bc5c6545f26aa3d2729c578855cd49 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26771dbe2672c7dc8525d4cbb4b9652319b4eb24b9b9b7004ebd915cdc1b5af7 +size 259733 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f76606d481d1288a1b8acbe027d116d1fd830511 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3f42b89d91e26b7dd3cbf6c5c0fdf498734fb22c5ae658896f6d030d6bc741 +size 1148202 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff47a36d23cc3486a5d4e6709ca28a6df088f768 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e850cee92a8991ab65cb9ca4159f13b4179f8cdc0906dba15ecb83794d658298 +size 1234502 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9176f17baee36fdf12d16c96ad62fcaf2d7de9b2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e77253d5bf3e6f46f87c467b131f1fda97fd6074a400bb8e369a4d67e68681f +size 272427 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7642ac6977f87a701c95d17862cccff0f4c4e131 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017cd4e33dec07dc90d9fe278220ad1af373ff6eb557eaa098c7eb34105d4fbf +size 534401 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..286b65c54cf4de02c80fa9f500d93873ffb9f502 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e385c2ed0f93e84a116ddda8c2c6e6f1f6e714f1cb1a0d18cd1fc17ad7c370 +size 188895 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e76b45b68418649ecb8097364d11613abc9a0bc7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e33e4c779d2eac7fb0564b5dc09e12e443ec30a09a8fb9e57bd564e032b3c69 +size 378091 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41d6ac0a9aca344a73ef83113b420d796d159d4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2734b483ffde050ba534d8aecc9c90219bb9152d8eeffae2e6fb7c608ab95f +size 1034930 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b734bbc81814909ba409d684c0ba4943db2d75df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca99108af6a880dd292efd24e94be3dde7d7e2b81efbb8af7bdb218a7c2a96a3 +size 260671 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70974913981bcd6145ec09c2a3d6f23ba124b10c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bef92e24fa51ec229dbece2d0362c396737cbe211830833ee88807cd628f5df +size 201478 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a92a3361a7b410000982eb3961d71fa7362026d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5909a428a2328248f087c8755c8a0848cb994fa13b96b6638c03c6708d4303 +size 411366 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba379a496bffde24789dc5bdc2a460e7e04487ee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ebdb7ea49e1b21f61353df067d6f27d4e8e5894644a395f013a1d2f8276313 +size 604071 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c04447319ab53563528e7c1f638dc14f1b569edd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137dfff039e93ea9ea8e82ca5a9e04435935123a93914702154e40497439a9c0 +size 561768 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5347a5b3c5d5eb9d472aac4f6833e4dac37f9958 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3006614337cf07d9422caac4fc9e9cae0bb0aff92d87994ab4ba1cf8986c4e +size 930465 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52e07eec4cf886806498b800c24853bae0bde68f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fefe707425b45d77426a853484874984702a70996e1435f50f845d621a8e4a9 +size 468904 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7e558b006c66b75c1c154b7524f648b7958a292 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51d16805589ca0e230a94a7fd6fc1164c117c68e9c8a5e7a10b3c2179c309cd +size 197832 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5c1ba688ce8111116817b6514698bd4f093f17d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2429424946ba855e4b99e73e4520a7999946ebc162f38f534ea50a0f21974338 +size 245064 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d7a90cc3af3d6de4e840319cc552199579375d1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eac39dd15d071e8d32ae968a9f7fbdb96aa656f031128cccbea0f3a603787f +size 654482 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..830953c58ace218754b6014441597ae5fb45ced3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67da436fcbd9044fd1983497527c9c8165063bc39c3d2e6aa13e37427d48241 +size 331271 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82aaa1bb0c9b997a1aaeef7de683d63275e0c176 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cef72d3dc9c4cf5219ed5b271e26f59cd1f6a73dbb803ca94ce598ab5b916f +size 1433197 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6a33c06c3de709c11f21634ef76cb47bae8833c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ec9caf1a3a2a6b431e7ea5b366912fade18123010794beb4c5d77cb4357c9f +size 206082 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8c16d72588a2c051d91284837221cff29441a52 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710637ccc69f180c49eb127c3961195162fdf0ffd260ce2ed897a4c1fec28e66 +size 949751 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8c772e97300318c6b69fbcd5d15601fc8d8cd36 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9d8b0f1a46b2c988bdcb86d960cdad13e63e2ed60b2a7fdc81e86143041296 +size 325221 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56824dc096c70730c8385da1e5ef16046a8b12e4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d81df1cc97d45a02a3465159f6312e0713e00b243ddf37c42b5e68b14ed66c +size 817812 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e454aeec98293a08498493a756c705e8fdc5f9f4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f9c7bf7682d264f9eba371ff41cabf7667d61ca4a9c535e425066776350c03 +size 999402 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac6a38f129af9559879f3458ecad5da9a687e040 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73e73098684d0dad04e7b255705dd97285ac01d695d5208062da4ad7036d9db +size 202456 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b9e7f1c991f8e3ea0294d731b21f8bb06a526b0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec5ba9b6805918077e710119670feeea509229b871bfdcd5e0d0c4f44f4e2d6 +size 208829 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2408cae3b02d43ceb32b7ac80b045f28e469adc5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22576de6ef20f8d1966b79912311430d4713d90bf8a6d909fe66fe720665152 +size 554607 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b05fae6b0b0b8f6207a40f043333d7da4632b60 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b192d422b64c4148037464bee674662d5470ad849ae4f0b9ac181e1ffe3dac7 +size 1060293 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89f99ce5e3a85e9f6d552cefdc27517bfb0535e6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657bc641dc076e044f6e6e44e19211fac7d43c65e0944f07d9453295260366a2 +size 1102009 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ff604f24494dcab403d1a31a71a708cdc31ffc8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dbb9e053c7e87288cdaad0fad20447c7c148d865d148647cb54f7110cec9ee +size 447582 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f323042f803d20bc6d9613a0d81393ffa354524e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb7d816c1e771a72eb61924fdb2e020cb55f801d61160e17431fce5ce5b2b57 +size 475926 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd955f87b757c73c7467d48eb44fdc926004c6f2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b781fb5eafc742eb58f88b0cc5634e49896be13a8f123164a0814d9fbdf3446a +size 197158 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b477dba66a7f6315a4e088a5dd8a7fbc48c980 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f3f75029f67fbcb6d355da279e2e88647351cf7e80c426e96f322ebcef816e +size 226160 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09b647781dadf4b3611adf1ef0b22242f6c5a8fe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cf15bd3e566e909d0f1ed8065744421ad72a26a623ab83157c4baf9053fee8 +size 968459 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d17d895c38626f2bb87d237562924da48693ed3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c917bb67e3b227af20a7ef123fe3d4287bf5e681390f983619e3594ff3cb6f +size 255246 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f34259657a364dc01358ef443766081d5907a201 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5eb7fc8d95513184c48bdadf58df740cf4e32deda08b2cc99f2f5bd0b82788 +size 249039 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7db9986a9b3c9b8d7fab296c77f39cb0036e6c2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca037ca4976af0fa62f394a337d49feca6aa80a14e94fc1ef9cbc2faf729de8 +size 159955 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e5e15a48af685d506ec0ed97cf34a72435bff70 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8022caff878496100eb80f8740b5e484256b73b680fbca6c2371bbbc524da122 +size 251882 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94927a407e1da195008643b242fb24785af206c9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf91f387eef58bc93e613d51db39aa8c2eca09e912aca6ba9d98200c0ff2664 +size 272219 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b4a9806ccdbd15b2c70c7a35d8bd699674e7bb7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e814c20234cc3b9209aad9fd1cffbda60e3588574f871cbdc6754a18462df4c +size 1140970 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd0e94a1dd3fde003c76951028629ff76030d037 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9614699b47fac4ca1f590ffea4774fae324027fa2e5462a60a64842ef6cc18ae +size 806874 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5cc82f1fb218a8265c0264682b18a97a62e8129 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca7c597ecd855600c2b58cdadcab2d447c9e87bba3216eeff16dfb06dbf8119 +size 291045 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90541a2e0d8791b559822739800eaa2bf4acb86d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0505906e4a85a59f59d239270a1ed567881388d63debe0f00ba2a0a8bfd53e4 +size 327029 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe614ab4e06cfe1710043ec0a13e76025aaf62af --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ef0de2871dd26fb848fc1ee028c8be533f1c5767eb4c7daa1a855d0823fb75 +size 830361 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abfac2adc2e09c9501fb2dbca3b3ecc40ede42b1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd9a51a01a62b5cefd15056f2775835b48362064ae7b11e0a1ef6a171a999c2 +size 754082 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a5fbaec143fe41885bca9cee255021ad25e3fe7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db13fe6c3403e20f95ea5a845fc7faba997cc1d708f5765f85b8d029c7dce6d +size 488980 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4a52adfb2052011dbd1aee4f421334eec287b36 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f23a03e81036736bb046e1157b1b2af37f9637b480bc3ecf983f25dacbe719 +size 250889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9be0d49c17151e2f2c3c0b31e23be463e0f2450d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13f24d84bfe979d0ecc193a90ea38004751cd2088bec585310414bee965e344 +size 246350 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9d1be8fe5dab857c611644110b898ccd4f15aae --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2aaf62aa94b080e4335fc1793c7a2e3a8c0e24a2111deaabf5b5a66ee075cd +size 544345 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59ee1a94f907a9073d0f919b51183d58f169d7d8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0155f853d721519d6917e9c6d63e1d2bd4721694fef45572e552ec8f9f10b1c +size 386723 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b767983d544176545df665ef29957fd51207d1c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e310832efb0e05f51a6c31b8cb6e0eca2bd462f4b797d7dd956b1a352d2b2793 +size 894550 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41e4e9318dbbb4b779fdc092e518c471490a4029 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f87c1c9308adfc076682db410c5b63ce2de24777e8ab54dcbb993d6fa98bf94 +size 785517 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ef895141b511cac5e21d94d904e1e6d075d9edf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82963a1a463d36ef698dac90fb5bb394954e2064c6f875f3a1ded4b47fa376 +size 189813 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29896e4c3ae922332e4f597e9b9b49c438a73fdb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb85b1f5590171a52195ca8b26f15a292e1d600c8c28847050e31e754efb43 +size 1174568 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abef2c4ad47f9e012ee6615274e4441aeb4e22b5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1252f559d8e841ca2a7c02550c9408e51ac5376973c7b15511f5b061562bac2 +size 1364503 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93685dfa01a043308601169c34cdd64992687d40 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e88e3a88896060624c219242f9ccdddb0c6ff5f0ee4bf978091dc09455ebecd +size 242620 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2679aeebeaec79feb614be14d7a0cba0fe12690c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778d3a192a3d5f9bf4197c85f0c13f23b6d3bebb2b85345ed1f5199f9ef6d384 +size 1204143 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..444352114bd8a9b10f04b0ce761088efd9d6ad40 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59bb7a2d361d78f5b4e35ca74ef2e82d6b3210795936680cb56b6c0b84522e7 +size 122371 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4525a2b9b13ec98e0ee7d80f652ddf483fb285d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e9f5e2e9e2edb7cdd6ff80ed9b315cb987f81cf196591506fe78c75ef23000 +size 251537 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6d4a2ddb738428dfe31f0ddbb720745382af5a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6803ea410bb6e3d9b075bc2f474f07751b2d69837510984c3bd8b45a7e7f7f +size 166771 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f496428d247dcfb5039ad0fc4341bff8bb534754 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2bf5314cef20791d5bf1e716fd5cce1cb66fbb6fb03fb926a3bcae22fc54a9 +size 286331 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5c0b2d7289d0a4c58266569e2336556e000fccf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fed4d316ed2fcff753013c7c806572798c1483796a41c2f739bbdfe728db54 +size 269657 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5144f9406eb0932d1b6ca7fdb97972b44ca9273b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2332b2ed2a14c507cb1227b932c66bebeb2eb5d015960c9424f7b65bed08720 +size 365523 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..188094b1443c914b29f421446a77891256ce0a6e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ed2950ca000bc37a79befcd7de07f57cdb1edc9520a039a3bdf1bc51afcc22 +size 1035864 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c656977b704fe69e55c7732dc8bab94657aaddb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7885396383ce56cba71ff0f5b4e295e55a059efb6e9ad36b276474020a4a1d5a +size 1306024 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54b3e84a7f468c2991f41588fe32ef56f0c2bfbe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7572b302be96ebc9ae71af8b556bd3b416d1b7462ce0a932e70847a3586f00f5 +size 866715 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a31056a7ced24fd44b961cc09c8250d075020eef --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab3bd408e74eda49c167c520655dac74555e1686a564b874825a3856bae080b +size 263098 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2e268cbc347e0350604672d8a78734c20775ddd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8faac42aeab04e1b32982867f37c5a74069beacc675f266a08c947a66744dc5c +size 613756 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a14d8b7fbe0db6c9713a03b67d628836744f2d28 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a6867792ade26a2d389867ad62c817b7b7288260ce1345164ea15764cff360 +size 195215 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a6ba611a38979c96f4db5db64ecdbcfc6d23245 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382fedbad2368019870b99fdbec72e22ff23c19f14be32eac8ce5d9ab11878d0 +size 1347414 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99a08dc32274bf4b0553b996f7e8d624cb8efba7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e220913d27126ddf1770f2912200fff193a46415ecc468afdd9f06cb0d295375 +size 632403 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c58b76033bd569f6b6bc7f5aef35d1b611c733e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931da58d5a80a528667e918b6ab1ae6641569b6be4d32b8dda53ceedba8e4eec +size 646529 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aabec0133e9afa7d112352bed7b200c3a7b5a36 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ddae83d653347640694795bab7e4b2f76b7d2d118a7c5ed06ba6523e3b7c3a +size 340993 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fae58a2d61e91f2c7a65d1851e5058b02fe969fb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268b01d0808d3c3943db8193f42764eee41b9ba8b8fbc65f4ad226822c03259c +size 245981 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d89f7ea6a38f2d5edf044f502b392c890cd2894 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08823e6ef48521bd42ed400f4bf23ef781c2d23a47d995ff414b34ab50814e99 +size 470142 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8844313cd7b8dda818ed9af14d0c40efacc9ccaf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030e81d484fc067cf73c754dcd5a953465e6548df61cc44a9373d0cd8735445e +size 541563 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d6037414366b438cfb0a3aed92e425744797a4f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3ec82730fea140a11509a9bba253e7b9566f125b56fb51b3bc13478f99aa0d +size 813983 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b2eb4e7f327d7a70177e67e226169f8ac33a999 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ef685afc3cb7b7df6f5aa04eb000a58229639afdbeed5eb6c095cd2531616a +size 405008 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..728da89d5a34923a17c47d2294bb9f9059a02561 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e491948b0b143cc82d41ab10808503b77b73593cc726e9a3e26ef63460d2f5 +size 883889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80f09748b5b44f544e85df5f905c9cc9977c9246 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795458d335b0e1e770c6f72d09d6d06687cd3599bff4312134e871b61dca2697 +size 175987 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ce8ccd2ec4e285708536c8bb3e0ae6f6992975f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c57d3d11b49fbe4e1d3d63bcc9f26c645ed345f936f9d36d54c11135e6b6553 +size 406942 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50492939566eb3abbed5cf5f6d177ed2c593fbfa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f4c4fb837d945b3cde60857227ec78be748ce17d427437b2924cf3a8135e23 +size 341308 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b967521f09dd157c024abc2d50a78eb1d587eda8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79de91e2722e8c9176c21c212fb5acaaf73a64e42c961cd1433435d10f459755 +size 377386 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7fbfcc0c450d5a191dea004174369cf173032cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dfa848c4cc4724ee2747e0442f51569ec02c9ba50e1415b1b6fdf80a583ae9 +size 296749 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26cc20faed9c29fd95132f166515d5261ef19e05 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d584c9dc601f9654550d6ea3ca72f3711ac26881709b4b339a2f96aa18dfbde7 +size 352795 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ee2d3a8310bb04d47de0776f9b3851770b6b1d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2308f9d30ae45a1e7d0b037be22e35fa152c6acc00f825cb5a945b302a9448 +size 1078286 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..541671617769d526ddb9b34faf2f87c3dcd49818 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22fc7702ffa92624d56363f4d6896272d7d10e354a7f3172e7dba4634136d26 +size 376795 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bad6ccefa0d6934ce0d359e823e4a933c236561a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0541165df53658e7a17f9038768c1b50250deb806f4860cfec15fed3566609 +size 336791 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8b0314c9347a09f13f787372f52138ee13eeea5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976f5011375776de19c040919249081879ab599382ccec34c60b0f3c54a840b0 +size 612028 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2122f5dd71cc7bdfc4b66e6314a185ab1808ff6d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf453968900d1667b013ba6926a27924c9037319e3a0bab8f4ba527af4a63fb +size 247292 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2884733efabe22bf717a7040f1e787a104eb502 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7249db0c31eea1ad4318915b0a8d7319523efeabeef556c76fe1cfa8257d3e3e +size 675808 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86dbd40c82a6b3bce09c75dcdd83e12cb31c5ddd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefafe80c63bc7a1b157813134727adff90f39da7aad3043a857f265c9d1dcb8 +size 2844112 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec47a0682853003bc87197c0cd59881bf149b13b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c629b07f7c798369575d2f3a44b85786ae38184dedae9a27dfa795d66a2732a9 +size 396856 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b287b69b6d218c091818e9079e13a10d446ba909 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbea437cc31446da464c32a1b4a4d63d2fc068f95411cce825b1c2cfe43a766f +size 432524 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1041483af46d4991b2cadd3532afd61d9140a0d1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57073de8cba1be258d06cd6aff67d71ff8c5eeb9f37f071cfc79afcd9c69124 +size 290880 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6f73200933ebd3b6364bd447a56857cbc4de398 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f266a03ac0bc6a33375fb9a8b9668caf88b4a7184d2306a650d0351c52753c6f +size 1110285 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c370ecde4237308b3ba514d8b26b07b5ac749010 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770b137bbeffe77b2f6f4619cf49e99867183377c59cc0805065e1a27db49221 +size 212561 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd65908e1e45d3feaeea68aa6496004bcda2432 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b01db5be7849e231d5056e8333a4f19faace6b0ee1d8b8fe763cbe18f2c062 +size 1171088 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f147d33a0e8f27e1577fcd2571737528ff4cd7f3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b759125030e13aea042f6f1900b75fb9054d2476e3292c9fd2675995cf656d3 +size 331740 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f72ae2566316d0f74374cd8607de13852c68f37b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afeb547b58bacf97936b5894c03c0db60f57a7bc7fd0fe64d097af377b5eedc +size 374401 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80bfb5383b3d4d9a00c9860333cec9f1ea510f48 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d27083e20beb1899d6d5abae28ad26e683c68f17ba21b05a47b31a2ab3f060 +size 231165 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c270a56cab7397ce2d87bec688c0c078e220ab0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50201beb0266f691e39d04b86e9c889d63c2487ff71d4fcd24d993f4c3e5718 +size 798617 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..511d16fd409050097241a18d1059f9c2d689ab39 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f78f2142506600aeb8cdc21c4414744a9931de16aa711f7f8c44e08ad309a1f +size 861341 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dccc98bb9670d213e167c8018c7a203416cf222 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35855c6c064dd364f0e97ad22b4eec051dcfbf2ab24bdbdf23e7a29be17f707c +size 1310048 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b3b7a66ce5457730179ee8bbaeb668bd44f661f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d58e24611b82e0ba4d0ca5f761545b2220a17df95d65eda35bb5f99683625b +size 1166896 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230d4b3812a2c6a32006001ba1d0801a3e8b23b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b8fa924bc5e62805618bc859c957cd055c85be592c245035b07cea0a0e787 +size 215569 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bfb96e0d89f1172073c666fcfae7d42149c870c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff677a3ba6c2bcf9e65524e4b663ab7d03d767f895bb05ef84e31945cc8cc7c +size 778160 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b22f421dc99186ccedf7d537a889fee427e237e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98270686043c7f99a0800cb24c3c0b0b2400264efc0851c4e6011d0a9868f82 +size 791770 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00fe6fbab39ff59cf5015fa0844383d47b3f8a73 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb21236185d96296098602911c3e70d414c0a5819d13db24e3644dbd1f7da22 +size 988501 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..461470cfe5e17ef7bf9e24be79c9e53ac50aec5a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f7b4df6e71636ef6e4bff75b645efac126090dc0e4a1f178ae44a6ec0c72cd +size 378579 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e970f0ab6c4845cebd1bf6b94a6ca75f76f4e99 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e80b9c8866f07f646b7fde962e003043028e0565967c71ec08fcfa30597b0e9 +size 539052 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a6ac9ca69960d2c5a2a292f542b6ee7d02eece7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124e9089e2965b1f261980a0c0c71bc0761bf63eaf4a1d53ef7cff0ab95eb358 +size 371714 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38d905725da44bb952167cb748a14cfd9fd6e89d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7bb88c171ba8be7872c2826e558633f1bc6bdf6616e0c34b12b55f81d5b9f5 +size 781608 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e7a7b6c3ce3a689902cc2d3770818a7b7b23696 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceccc909e71875b47a4f613cbd573489456a8b39c1840c83eaf4564583c9bf3f +size 368996 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c09a2e556f9a41b2f7a49ab375773fc02312d85 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8385c0f102a262d5e5fa319aa0453dca2629c8dcd5121133f7f8da3a6da59ab8 +size 1013736 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..965d6ae26eeb963b2be9ffe78836f1079978c847 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ca77ada136b71ea7aa59d9c0e17cf16aa62652d3b387c991781b439019d4a2 +size 492769 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9acd2bc9c9773970631a4b996578879dfe6b4662 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3640f3c9cd95dd46165753e639d7bfaf081dfc1b97869afe2dec13ae5b157991 +size 755765 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad410298a0a40927c0c66e4b3be7e1540fb7118a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c622323d9ec9a42c170ec04ba9dcfdd0ee0da47a41b22b0e68d36f4f8cfac882 +size 602117 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e226ff0e71fceb5f5cf199aaa1386d767208ad7d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc6653141975d415a917da131903a4ca03ab01a390e5dd4b9462382985c328e +size 808678 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8677bee9ff24a06effa10f81f5e4d87738ccc8d1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca4b5534e9cecd078a2d61bf42247b50baa996abe4fd596d78bf18b8e87d8ea +size 320015 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95d31fe7566f657a99bad3e9349a43982a2c8030 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9ee2754ac95675ebd62fd46d4ea70898005cde64470ee2409e6973e81a638f +size 473858 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e98311124f6ab703ff0babd45ae367f95e8d77e9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4334e67720bd117c67b93390d892554a8d289fcb52be4b8ca91353366be89c78 +size 347060 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b3d7da45892c1349e3d992b7bce02dc001e6045 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a410ab1d12f5f1ba3e15d8b185207ee3f99be993c6f2cc36f9e03b912d931fd +size 404811 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c82bf04be12ccc531c23e0a302f0e275f06887 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bfe368ca330a47c7b9d510edd1e5ba5f79a132e37da42fec12c973e34fbd0f +size 785058 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e4eda27b553b6aa5ddd0126e9cc6c78679b909e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8310c433ae9d5b0a87d50abf296917ebd14efef006edc7055328e9d6561d00fd +size 672153 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f1b6ded34b7c6d6e4739cc8f385b6da34be548 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6878965bb69e955222fb29ecf6207d21a592d2b7a5d5a90fec7f231561389e1b +size 425429 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13796fc9dc279dab189f84e79123b11622408d18 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094b812e108d0f820e3cad45ef197ee1208512e225eccf4c4bb2fefc7d9a3692 +size 1481412 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3bdd465d63f42f1bc578032fe0585c30ec0a772 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e9e4869626c401d10c3503e8a9ff37b8ad8ef4e31c0d043ed695f0515f26da +size 1348696 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e50793784088b336d14f711765852ba88c44ec0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a66469b2db9eadf10bae7aef296e5860000af8996833ee707a598d778068a8d +size 432578 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef68f53370ebb400d8dea5fbf147e97c38e2de5b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea74723c6169c7af759cc49afc4c677488e8586815ec2bf651d138d9b595b99 +size 783916 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..984ebda151c82fa2b103e2440d0914150512e2f5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f509bc8abbe3e6cd17c965387734ce3375e4553efd786a65ab0b1305cb25223 +size 306554 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b02f0fa1e6366f722a4a440e9ce70145b0f96d1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d194a403b5bf7784830cf7203afab62dfe8d38651568cc5d60ce14ac31721c6 +size 663061 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee3009652563877a3cba56824fca831ff56417b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda8ee1990ac3a461901ecafeaa7c73dcee0a147aac5424b6e41c5ead9461362 +size 1215637 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1abed44f5ba9bf624d0ae5bee3699b28211a10f8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee1dac455bf164c00d345ed2af47a293377d4138f1a095395590cd39f8120ba +size 261963 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d94c257f4a2788abb439faa797cfe83f4ebaedf4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16326d7090a0efb5d99036bf2ee917f19e271ce2f734cfd54d9994c30108970d +size 262078 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bbdbcd4a248f5600bf31ae57f8b7635f6cd1720 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9721d8ea55b34643e63dc188fc1f27d48462c7886d0b9cc30b24c879864973 +size 577519 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4944e3c6dc987e9806212e5422f65fb851390fbb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5cdc45dbfc164b58a43f2d49017ca9379190304e8cdc8b99c98cf78a7f9fc1 +size 700992 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76168a961353e44c649500eb5c139a76cd5db244 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12893a6782b6a887215c970f45ac8599e73c653c4c425a29e41009648b6a2a4b +size 511723 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a5109a832ea8862fdbcb9d8aceacc88258b1a17 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166b8bffbc8b129672d81605ff7154406ff55929d7de6a3c4830610c0a06b274 +size 1295039 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f4790e4b39c6b303409a0186c06c64d097e9546 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b601e8e074a76210768ecfdae1526756cb0979b59f3c1dfb6e8b79236d72e71e +size 684548 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5f05c992bff5fed59ee1b100f38458efe5200e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4520b6de466bb6d6a02fefdb5918c6539899f504a3cf40ba4931b7a4830ea469 +size 239580 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0cf79c91d00a493eada485d4699feaada6b549f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6064eee3e2b35304a8f4ac26eb916472b10d02277669a034379fc3ca3c4f24 +size 305231 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc13aecc3d097c28adf1f2552bde063cde1f10aa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c546e1f430bbb7a957c5c36863cce26dcc18e653a3ff4dd1e7c08e44e31857f +size 958266 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87600d120609e800b251215c2c1ccfac9c836e35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff7cfdaf0dd1a4be59fbe1a54497a1311b16364f669d6c6fc965da0d2ae1a12 +size 355160 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afab598763957771142353569e2ac3d93ade6b94 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d2a239ff66717a91d8299cd56c11b2bcaf0f69fa4ce750a70fffb849012cc4 +size 1993708 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..506785275d88dc227771db56f635758592e87081 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02479fb73e766eb0151421e4929c4206319a348afdf343d986c618690a870f72 +size 250227 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36b5faabce2de4e31a2b76698d29d9170b5d2944 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c905426428422402249051bef64a1bb48f03d93cea9f6c4c5580d89a2c3ccd +size 1143475 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28fc196045fabc1e54297159f13217b0dccd600f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf375833847565cb7241295c29929eab3698317addfb0911ddc6a5457fce563 +size 547018 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..314c3c070177b092d1f13c494514349e490a206b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9713b4e5a592d426c85439fdaab819bcb98d8babd2dc6482d14d6ed17b8d5c61 +size 843119 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7ec2844e92b1ddc254924dbc1aa2c62055134c6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36294d97cd3c34a966443c7f2cff11322dd86a025adf7c935e077f2594a9b0e9 +size 1127035 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e26eeaf9e0fe7521fcf8bea554a3711a9131cfd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52c8b493e881347e3505e781a5e06f5b2aa64aabaffa51561167f2e84293a69 +size 257372 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bcd3dde10c2981703fc69031c3fd2d6ebe25873 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577bb21331a7503524bd8ef948cee826b72810d05ce82e69bddee42d1fc23ffc +size 438453 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86eb9cb38a0d370b6f9c0af0a2848de4894c5dfb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a5f9462c21268fa3ed0f99dc53aeb5dc53b651016808680b17972d85850ad4 +size 874964 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..251e920b0c7c7c3e7a2eec93441eb7af46a4d75f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208ec61c4ca0993fc827a6f1d8d48fe36f94981b908137c5ea9949ee9fa977bb +size 988828 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f347abc10bf77b45ef124ad00e9e86ac8c3349a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f6d13dde563d6ffa256f535126d15d873cc74ed1562b0bc7e745b3c3d4c1b8 +size 1484622 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0300c629079188c289f66f4d3ee2946d7435774 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754413658c80aebf064df6a720336cf034ad31a4e3915e22402ddfe44b4b99d8 +size 467992 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..936f985695f25be6ba0a7f73a50888bd51423d8a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0c3efa0d5dfee560016176ca333cd195e96dcd0d3ee3f7961276f86fb3e5b6 +size 502882 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560b9164d1972eb3882b0ac737c800fd64cfcf7a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409d43ba52649b36ef66d31fcc17a13ab36bd279922a9a872167fae055c2b9a8 +size 273507 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b23b7b8f7fce923bc30d0d6e4a251068e7a645d5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d05d2805b0d7005e67c8552da017f71cd07bedf7d21ed7b46d496246d1d1e3 +size 311487 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..accd42d7adb281b76a5fcc23376e8f9cc029c72d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891a2a5af2cfe7ee54e404dfeaf9a8d952da935680ab44f14e42f27fe2012eb9 +size 865640 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f877136ec9d74a7436e6ccb98f4b4351494470a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff10d08cb74f2f66ee5dc80dc9104f272c6a19eb4e487be9a866d67e31971a84 +size 304088 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f30bc7319f74d68b40abd07e1c835b68bba6c3b4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7741110c5e69e2aff8c182db15339795aaae97c2e82a13e49bdabea8c81b40 +size 398697 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d43dd9964eabce99c469f5924ee3c073d12c0e7f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3743a45ee82df4480cbf9729eb51cd32ad079ba3aded1f4301e34db5631c4a5b +size 278507 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35388aadb71cd4c50041a6c443aff314b6fe7360 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6771613ed30d6bd454c32798a1453c57f0dc02fb17441bfc3a0ca687a9d8890 +size 305195 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a00df6d51ff27a3a9411d109c1dc6113e5a9e237 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31efc301d9f9d871ff0d81b956993e79fbb669d4433d1fde5b56810137d621b5 +size 255722 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c3b716e9bf5b3b9f782009b4807e42b261274d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2cd8196f8edf4823d3386ed6707e2a7b4649f1ddf52f85ca6d8d914bb3cdea +size 1174376 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bc86f13f07c44b15a4eefdfdd920b48fc15b702 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43eb863bd25ba478a6067c623a05f8357245cfbaa0a8bbcb5776e7ba5de31936 +size 1214577 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e907e0d052e1761281f6d83bd63f49730fb9bf67 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c34ed76d288a3a7273f9360b66f8c34751c3ae589087290a27156be662eeb92 +size 291663 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee45e7c0df897b94716f2f2581d52beeef392ad5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41b2fd8354851b2194d5c0a4ef60e297310b66cdaa27c64807dd44130163f4e +size 425846 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49023ff4c6a322b42a68074b343abcc99b54c13d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604902cdb75c5662d8b5645bbedafdd2197c8ea2a19c70469f720a5065935ad9 +size 978335 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be904dcd9ca6d2658ea6a611ed194876914abe74 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283a160a0c92848157c64965d2cba2a6bf9b03c4ed02dd0e687df8ed9658e51f +size 1229486 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d78a939056b34d5a310322f601b18ea38601c8e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6f8f4456eef41b322b5970786d929b8b02b10e564a42faaabe9ecd846a5c6c +size 571951 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dc630f4d93d1f24af4ae35a0d3bdb3c6a63949b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acd136f0746e519a14f313ee4b836c6410a03eaaf4e85d8ec81492817703998 +size 329551 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3cd6da24a40ce75f5d111733339399d2c869397 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a9708470d6b017cadb385ffefeebd3d0ba3252ac4e6ee9a87c8bd31dcf2151 +size 296342 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebdb9052e38bf4c0984c247fc2e5adc143774253 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223b19e1e8f86694417509c0665c857026cc3237611fe09399adbeef03effc9c +size 866114 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..321180e79a9455b25789c97e7d60d7d49b9b5ae8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b89efdc3182639403ff09c5ef9e0f11bc10e6c7df810c0aec4a70b8d26b717 +size 357648 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9078be5cd8cd94deb89727000c474322535384e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e4a3e8e0a2a791315cb218b26d2a5fed37425ac9b88b29225ab6f9210ab9d3 +size 962967 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b7d33b872001c6d0b053ac37a7d17c87d0fa3e2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3f32d63af939d0dee31d75c86b3f60e792e4679f2b840e6a2547fc7396c986 +size 1084738 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..990b4473033491b5f7e89e9c76f04934d501e683 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4f9819e7d94be819fa0fef21e6c72fa508de9201ee965f37391ec978475fcc +size 244590 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..048bf177cd10d8af33e993ca559b418ef8545fd0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5783756fc4daa625f26ef36da613e1c9f4d6960d07b7edff9be6871274e204e +size 1191109 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa23dfce7a8abe32e1e9f6af6dbf62ebfd9b88fc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98201bbf0df7ac73e7a7e86540790a72a9224d79101e4bd85137d27b01a7e52b +size 1956141 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..158eb1b988bdeadb97fee5381c2c0d7373beef52 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb679ed1d138df1140aacedc1d28d9c23c31aeaf0e3a0007abdb71cd7706e47 +size 291641 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7acbdeb46b5c73504befe415c0dcbd079560367 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198f5b4263e7fb7fbc7a599407deebfbb15d94d7b670802637f9d2debefd80aa +size 1347836 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68166249efe8879660fb8eee74c46f78d917ef6a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681a23d7ff44de6d2a9be1c4f873f3f231c6044121acefd5804d640d7b3d145f +size 295073 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e7c1658b07490f1742d3e3e6f9f717f6b45508c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fbdda01dee9575e83b16f3cadf99f2e179ee491eea1d35167941d769f0f6e1 +size 396000 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66df7a15926f704256b94efc5af0a24b4b124b54 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bc4f0b98e40dfeddbf2b13d7edffe83ba9a605ff30ff337640e27d4d700620 +size 184984 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad3a47595034be10898395e7f09dd4d592c61d1b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60264a3c42a713f6946941c024debb8fe3b9fae67fe6644ad2929d218d4ebf33 +size 96219 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c09a3f794373b5cbe1633e251f075276d3936d4b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5febf008d3e3da133490932ca54c9fc42eb0edafb09c2c89078a044fdc766962 +size 87793 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00f6bae6478477cf80d1559fa8581f9ad99521e5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2851df6618a4b734439997b1d18c074c064691f4aedf734574381ece444d18d0 +size 128629 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..687bd07929fc77f0e8d675aa845b2b3ace9c3ffc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2e68bbb8145808b296aa58d0e7ae1262742d82280650ae3c7ec261434bb283 +size 218637 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f15214f4ad2a136e784901795f43b1f275e2528 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3a39adb951bb675f23ed8d6cbd5e86a192ab776017bf291ceaa799501d6ff3 +size 196123 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d560d6568cb894ec668ea4d4fc0b077b5609df4a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39abd1c7fc9b4a32225d51769bac5d8c0df6614cbacb3b0d3db86f982f51325 +size 269787 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a317ce466188d3520b98f825b5a6af0aa0790be2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7543925554d0e439ab6a4a46e01be9277732bd0b9064ce7d489bf8f98981f09d +size 67125 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada59db06f84172f1cb847c50e2ad411f2db0de6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb99a02fc37ff839342e5206c004c0768aeed1245193d627a6aa6a9e831f15e +size 173035 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fff4fcf78fa1d2f4fee66f35f65694d80740771d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e180ac432558bb62ce145062345c8c094d8bad4e63a569510a0395b417a5e2 +size 45502 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fc10cb9570ac44cbe0f2a6aacd0f9bcb83681e2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ec3e8ad0b233cbdf9f8d896b0fc3027860c753d7691b2e67f53488ba479720 +size 434883 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06f7b2f4a7cc1183c2c4a6e54f99d06419d55d55 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3e63d4424be6f65d8b51263e053b9fda2b9eeae1ea0301d7d1c7d916a05481 +size 156682 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..402899f589c90878c99a67e7b8fdb2693402f77b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a9e0e650a5a72d4eb893da6786b92cfff71c77f3d0f1de80de124a7e0f82ba +size 231889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb76dbeffeb1a229da9f8fcf0462cefbc3a94e14 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c968c8462375969d51e3028258938376d527d0fccbcf17887f9b28279d6f0257 +size 162934 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d72fbe7ec39fd3396b63d666b8d1ba2f8fcb5718 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edc3f523469e7cfff149114c981dab1aa52285fd3898261d110f340e1f38c9e +size 97491 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2f65901decbdfde47ae0400a523d2fa0697d345 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407234e7e3491188f592c38f0c8ee13b6357dc072564f40be6266c1f23fbcb49 +size 132841 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9d306bc908c68ded88dee614c1bf9701194f091 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f7741cfd70e4cbbc51a2f01831abb81919ff2046a6a20161c49b25b3c59a3b +size 169075 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..502e1e2e2e98f0743428cea0027f7dd3e024e121 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3951dcc49d0bbbec1d006b571dbc18afb373d3f72134b565c29258ee1370d172 +size 286623 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efbada4c0f5e35d3e3fb975a125633dfc77245a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4a1dde8ce6490b98fd82ba53336b86f6ff9ac7a23b2442111901600607eb0a +size 106140 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee275438f278ad43346a888e3a33408b1b838233 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2734a59644ab80ea2dd4d8db568db457e96fec7819d44d7d645009be2dedc5 +size 327148 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c5d638f880a0718f10b63ce56fbc1e414631481 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc1e69ef2f602aac421e2f6bb32eb8c70fd6fa6d334dcdcc579414c6426b1c4 +size 91932 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2e4b33badc87c8b31ae570c65b780ca041767d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6680f4399b4acaa9a4efafd1d129c59c661aaacb84dc63ca4099780c9f826658 +size 102943 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18dc6bb57a36b597a4b1daf87ca270752e643fcf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17f6cd94053212c818fc4259bf1ada57f2b9a2a5db7a8d48855da227179eaed +size 135829 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e86caa239afb8cf924213cf79a4acc3a8918cc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c350b5be6efcb038a7619fdccea300738141ee8fed904aad06f6613687b74f1 +size 125094 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91441d6d09ef0523d22592366103ec754f866fcf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b9e0762ba41df33830fffb7af61a8ccc3b2f03b56dcbd7343c14559ffd0ba7 +size 118184 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b079aebb35925e7b3116d3d03b9b22275b1b75e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6248c3eed4ca8ade53f590f6bf4b0e41988ba4c34c2227dce771593252a06ae9 +size 102574 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f83fedee18201c21c266586006b72915b6039a0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdc0064d1973735fa81cce2c781aefea359792b1b096e1f10356e72187dab26 +size 395261 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bce1fc27a672abe1c932c989aa0dbb7f7975e301 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d718506be87d2c6ec4b3c26468e60beee35323f0c481692052e04b362b7f88 +size 75186 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72ba3343d742f0af8f336c836436a2257de081e4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f7e50ff7cfa4904a091da9b6ef262bea80f0588b7237bf7a24658ced4c1eda +size 81086 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fd5c24d96950d07763f5f2295cbd1c7dec2f12e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5839849daa61861ed2b4d2fdf1b69a15621e0ffb8f04f0a046526b5394de2 +size 154010 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0889422a87758aaf0fba13c5f99fe43939adde --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbd9ecc2b27659194e38a34e9bf20d598ad8f14961febd603ac9bd40303038b +size 101765 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07182c3ffa8a3bdaf1634e51de60e7add60780d3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49dfc9b704239a59a2c880df9542685ca9a77742240519de5016aaa488509e5 +size 430064 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7d056a617a95b9793b8a24a596960a1f22bc65d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c773dab3871cee87b590eeb7de29f49e865fc20612f0386c857ca55c8ec4e508 +size 1000262 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2aa5891ecf80da2b9d86350aba7113a8a08605b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e796b3e632b4dbf19589c1464378b911cb8fbf91d4c086883b5e475be9c1a6 +size 117892 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb4f8cf20b189b1ef457487cb855ef2c22174bd2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6146eb264c87ae95b779c1b7fc2ab944438f1dee0dfdadd11e474c5cdc6320 +size 115884 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b79066b8de8bed89a39cc0a57748b805dee0c613 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537b4d2ff6660c3d7ad15507e81fac112dc2742962a80f97296756c8f4e09ecc +size 108658 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..005c1be8e3f3b638788e0b4d4cc0f638e6340392 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6a5abdb4183ad37f1fa4b39ea60a2f553b279dad8e22dc3d45230494baa9a5 +size 415914 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe4e6ea38f39724efabd7386d012355be5ee51c1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f26ee875471b3bdb284d7975616deba51f9d3247f74d674fadb9260819a7882 +size 72052 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19f5f1519a6708d19574d564dc2aa1d053d07b39 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1174257dfbe22d44be0628369fc3c3e8414946253ad44136fa2403cb322399dd +size 565437 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc68e1c03d5b24b23bc774204e873c6602e73007 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8acb4e1e4c745a2491fcbc79afe77db8ad9afab555409269f8fec38f68a13a +size 127715 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee78f1f255199fb8c11aa4fe557af4ab47a98a89 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4a3638352fd0c06e885e0d44b0282ac414aad307fb4c78f40679a876898193 +size 188112 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f0ce00150db08854016524eccf51ce2c8f7d36c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9279ae1de8723da1ec103151145ff6feaae3f45219226caeae63c82ea4079a1 +size 72613 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bf536fb403c609204fc93692a1cfa89d89e1a84 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5523aa5a6bcea81d73f0b0fedc5679c8cc515fbc2a2364961f4a6c15170c4574 +size 217643 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c5f50905c95c52b879b93d921affed07a9b67ac --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bcb1770abae5554e0f5d1aca1febbcef326f82912d330e85e00880148d3531 +size 281615 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a3bd42b835128fd96e9f9a65e381fe054282337 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7577a2b6d50c2b86e1038071db4c8ab0e0436a9c6f650d9e05eb5e327ecc92d2 +size 409563 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d05b616014b6d67f1b1b89b8bb491df27cdc2bad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e40e4b144a324bc3766dc7e64b8609fe36b4aa67d6aeab1a52226ebc6d1a58 +size 498822 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf0c3b081860cbc8fbc73a626946546a56971b64 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b9790b4ffac6b9a34a5decae0b708afbb30602f932b577cc814f07bd2b70ef +size 95428 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c2c75276ded9fa1d2d5111659b6f294fc112e6c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8af5ec8f1723eaf2511e46fd41b80e474eb23acaff636b23a639d50fe97bbf7 +size 138373 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fce0af76640c31160d081c25dcaa1919f396786a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87913a61b8d4bb19aeff4795c14e06f05c444a617bd0da2474ce01e62379ead +size 292032 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec1b729f372eaf624cb76de9e7589a1051c84926 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08b20de508c3934171028891606a7c72f620d938ba18c6dfb4aa1dece41a0ac +size 328934 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de0df12fe885846625680afd8a92acb4819de9f8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e84ed73bebcdac4390389fcb3f5c562ac9d0a96827ea14ef81a0ac2dbb18e12 +size 81192 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c85df7fda50122f2669a666faadf829121c7d17 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84ace9d37d4b1e4ef6566abf6b6060d2dc6e856459737940398375f1a9d1818 +size 136983 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5461cb3713a0ee58ef0a793dfc36269451588871 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c535bb96d58af755329d9acaf5153fef242fe2aaf0c9db0820accd1a1ea92a70 +size 105077 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd9fce7e327362942cf8448aca6b67810f28a3d6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be826980378c12f4bd73ad58656a0907b19dfca46bb12ffe44a0333afca9c67 +size 188241 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..927f5ffb5e238272f5a612e26f0312bf940b3912 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70329e527381e2b9f2718f209aa7455752201c42ac5afa3ba66750e8b54d8f66 +size 103622 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb63fcf610b7342af4515cc60dc45ab19d5076dc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd524e2e74a1113fc61d760d93ea817a0922959d9716424adb28309eca58afb +size 322265 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3616cb3b8f7001b831cac29195a0a883083c049 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219bb051656b9c5dd30699fdeb98a2fde4c997351d8e3c774dc74d465f9067ba +size 182955 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb888f95688322013e9a8a198a9611848d74bc59 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820545f0fc9bc759a3b9412ac4fe117ba8704d987f1f49ff1799bd616e4a6b7e +size 200958 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ca839b41418ba8b97a71e09481e358d11a7646e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d5d396749c36b34473a983326eab5a32db041c41d52b1ed4b6949f7b8308d6 +size 109446 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f8157f3920dd31a6f4a5cf2057fbad76f4e71b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd5e3476bdc0f8667f68521f789f19edfa62c251ee981ed378cca88c9de240a +size 251977 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a4ca8af3838f10e1a4e8306b2f551bd8482ff0a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd159e4d77c429f4104ce0baa6ddb5f9d791b1713eead77ebb7af4de575527b9 +size 138384 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c12fcecd9327e82b38bdf7061b4f2dae423e2087 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17e44624507087147a16df89a442b82f44fd017b9e1b579f90cfe4dbd0c597a +size 174954 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b32744479b1901f8a8d5e8e3f6b4a533a80c822 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b302443277e0f1c505d812dd241cdfa940eb3b1c9396730e93a8355848191dc2 +size 130385 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5c166b3697bbf187aec9c37ee1401c451ad7199 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7392f956a69a7a889c985844420f5db0395db0745dd52363691f386e5a69c948 +size 151915 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d2e17ff61c2f009bc8f3cb32b2544a654f39a8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba6085b2f354b99d03d5bcede945e7970301b7db2b0a9cf1a2a23eda5ac2f5a +size 331012 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8973894f60a1367d7733f44641b7e304fc8f44e2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725d507d70e3d4a31f40a2a1276913254862ffe8aa1b0923ea4d21d7579b3846 +size 241130 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3287fe11f7e78f1ee3858a9928074d3cde69ced9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b21d2347849c2c118100f4f9b54cd381528ae525a1e8b32e1bc5c8f08c6668 +size 141994 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f85e8c73bb1cf5dec45508c2659b550c3da95f9f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadc300ba57b6b6a7959c011f8abd5aebc8736a43c81bd19b24ff6aeb7d03123 +size 389509 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c55409d8d7092688fe6287161fe0873c8431040 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d21a3ce76952f85f1af8ebb34b2d0bf7c6727b0c2226da2cfb539031472898 +size 227158 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5663b8b4d0b0a9918aa5ca9604e91621a22d219c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2703b70eb1e6c27f6072a189751511350f2b377d9588b931105e33618776dad +size 118059 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c3f4754856ee3671f6b22688365603263c8f19d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a4a07b36cbe0daf15d73e1e5b0e183a449d9ee100c9a041abc367672e4671d +size 142966 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc929adff8cfba38f58c8e01b2da44cfff930fde --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e070e8691af7d5c8cc140d7610971878f7c381df2b8109afe0d9509ad0f4c25d +size 127724 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9ff56a766ab53d54456013496af188b0b4150c8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8923b2b2466cbf2d38d2a0ae4bc683c0528194cf670ec8f45565cc494ccddb94 +size 190870 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aa90d31d1af791dda5a66d1b769ed5245781f28 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b5184f564397e52dbd49b39bbeac14d9779ba50ec5307d1556faa7d36cb50f +size 251067 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..861c1082435cda6f99015043855c95db6dbb98f2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f846a45f87471902183b6c0c0463f8a51f99b3442393d973ef7406a8ddd43d7a +size 56496 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91aced6de182194c6fac6c6c91784cfcca494af0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13874c86f37ed24371eed990fabe12e7acab1597aa0fd1b611b728c512e602a7 +size 59094 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50b82b4d13dce7d329952750a52fefaa93aedcaf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238f4be165e1171c1ab9a2c91725bf5a3a51332e2feb195c778fc7e5f6ad0083 +size 125334 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1640b025c7893b746dc0c61129810db6838c4948 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d343a205552319e09d76cc0a4afd96df1a3a6636d7df3b53634c58657cf97e +size 283529 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..480ee76e908fc1a0b9a20d56d39d682e6b8ca2f9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014694009ca19aae47733f70f6520615528594089f21c1ddcc9e816cb73117b8 +size 194801 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..880387ee4003c40f2fc300f38347dc7e3a53e2e1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1114fd2db7fab53df4cd3978bf46b4efd570fdac4f48ca3d61a703046b3efc2 +size 323391 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3561a961a815334db0d1383054b8ef61d42d4c42 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcee6cbf48906ef07f44f17af3befe103b0a3c8e7ae2cc788ab88fbd1fec9cd0 +size 163631 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6adaa9425b014303cf3d6f5df44c331c93a93732 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d59d5aa92aa1275277550609ad09f4481aaa233f3ca2635798c78e0f9649ef1 +size 86271 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dfc0c551161afd94c8282d3ae2729d3828f24b9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a120732c3e03813daa5723d03100b1c5fdb939df297a25d8465da6ef985ed1 +size 145938 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e40d8ffcc18c050b401335c9a9f99032478c3f29 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52d84dd59a1a889b5d4d5b8ed7ad1b12af7ab5b4d7382719e37a2c74a217afd +size 316727 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79603b5a48cec1099f94e211336834aa135c0145 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86342458d515ba966f82846c8d7b9f96f17031f35f42a6046e8d86e6190f71e3 +size 156519 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58f7f649a2a1ac0cf8190a46e6a8c0d3354eb04f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c250a29b04f4f18e067290f442a4ea743775bbd8223c13020ef228ef8be02a8a +size 491515 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdbc3637cfd1a0c00423c110735e2f3f43df4136 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c6dbef4a7bda7737022ff60a9cd3b408f7a1e9a59e474362ba41d209c1421f +size 87789 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3912aae3536de105e91815a57ccdb25c9b098005 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420bfdf2a202c6bd3789b78e7e6f458f8990a7f1accfaebbe47e087d1b02558d +size 367592 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a4d717012c910c0e448fb34375679ab194fbf39 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3edf7fef46c522b569905a0230981f1328d19b98d7e58d771efbbeb6412d7a2 +size 148703 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f1f41c2e13ab917342086429062699d7bb0e37b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a571416db11031e54960eaa549b47822e5a4a3a7e27b552840904e321f713f9c +size 261345 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35dd90339276c015707dc4d3df8dfec7cdcbcc2a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62748d87acd0fff7a84578a0c51cd42f7f62fb873440d37e9fa2b2c7cf87b701 +size 433183 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decc5f961aabb446034e11992c53f2d5761950e1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649399068951831edd165eea4c9cd0da1ba6699cfc67b4204a422460f42adc0e +size 95181 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de5ce596afb830d6d60afb4b479dda0d514ca933 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abca33588843c39d6752af01aec80b4037569d7f8b14ea686fefc8402b59615f +size 159060 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..622e0ad297e7c3610e436855a14bc33510404267 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e005d9abae124f1cee8e2f197b4afa069f820fed9c7e9a7fd880cd801427c353 +size 488432 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2200f55134cdc31706734db3ccbdd2b3fdbe8943 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2497830200f96beddb871ec7889973f13386f26e39ee34b26fe768f3c76df5 +size 385730 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9d2cca1c59acd5e298455aaaaddbacd11067218 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e0edf3b66cd46a7de797307194e3260490b5d0689839e181c2e42e158a6622 +size 332715 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b174862fc68ae61a67a6ece65ff94b73381add0a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7dcdb58400f898e16b81c901c5f94ddf33d41ecf8cd179d387a098e595fd01 +size 86140 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5badb2d08cf3fbf6ce2d38c3508f7cba047308a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9866710702cabecaff7d2fe06dbef7abac917377669864cb48014f33e8ee0414 +size 174784 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42daf0c48adda51d4832c845bebae64526d4e0aa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3f9ea9c4143f964d73064e84532ef666d801e08ccc43a8366e71514a6a9b1a +size 117200 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db49224efb6299c98a8e076ef18d0d3aa2cf5fbc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000c5073044a4f56f092d316a27644d41b81810a1d23ca8b588afd0c8cc457a7 +size 144109 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fc8281396189de92553fa214a3123fe6bd2c9fd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f56802c1da4114bd34daffe7b60af1223a0b8de4fd2d03c67cac7674b38ccf +size 297425 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fda38aaef6624c31495970a741ace13c27fe5c4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c32e4a3c757cd6ee1a70eb2a0a016fc07f5a861079dc7e85a219adeea7ee98e +size 68806 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0eafdbedd480c4b5526c974f9504bb4e01a1fcc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1aa5c7d144a0d810f808bcaf0d72f51c27af14a0a97f0cfe563f13377d17530 +size 147850 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..389dd4b9d2f9b371e8efad2c4b6a31fb8d879b2e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc76acdc701e73bb5a3d6a280387040a5038bd8116cb76b8388108b8fbb8db0 +size 87187 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7e8bf74def01bb68ae8cba1ff6a53753e6c0b4f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e8fea8677531ab6aa76010e0060dc269f8cf2c8f6a1bee153ffa22e6e29a02 +size 102673 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf08eec075fe1ec0242908ac41ceee055c35474a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f39c363a15aa84050f02980c42d6ccbaef91d192da6199c1c21f274cea631f +size 65544 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fff77750af1672dcc3290961243c87713cebdd7f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed70923faecb36c4551318adf2bbace4ee21df54e145af640c1f22c9e2bfb56 +size 469223 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..261857059815a101c42fe1ba50cf151c7b5088c1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530f46cfdbce0c1aad3cc50fe83d8d3ae6652a88aeb0675cefa6ccb618a99c85 +size 526268 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cec4cff22e86e9aed79eb6d9ccdbc5d5713fbed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dee9af0fb00b3dd86e1ade9b8fbf4708d654a8b976b8c40454a8dd684147fac +size 127280 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c1ab5f8209bd569a0c5e6ab56502e810ec76df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544f098f8c5cbd2caf8a1a07e445953323bde07e079c72234cf676a77d26423c +size 111370 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..033ebaf6f389acdd88359ce843cd78ce677f1365 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1d97738c896f665bfc3ee0d6f05f72357dbf689fade51823624d9ee41820eb +size 155938 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4435fb676fcbf1dd8867a63e40d18549936bee66 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627886e9d5346a81bef6bfde53c2a92f447bbc1860c958c1d1aae3070b29d3dc +size 506591 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8fb895b33eb65827bd8d7bbf2d7840c0c9d017d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1229cb3fdf55f021111f712950ed0a7ec568f0b2421aa19a3fcdb6d331573c52 +size 127084 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b57837aa24c46f932b8d4cd55fedd4f4f67c5ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebad5781b4b04e044dde0c11b231987377fdd6c07fa7dd5ee1478a406e77086 +size 63807 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6f5349210f9cf751d58b0cd813b553dde832d61 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d41f5ee7cda5ece531dce05081c3c83692bf861d392599646f9d38384cc0f9 +size 55324 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2aba87b9fb0e515bfc0237de3669a5f44f6de8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b9512a3fa63d3bfc4ca10385012ff0ce7067c7912403c906fa94b28182d004 +size 177879 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7a6009a269052276ae251f8c931d7f29009f8a0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf23748399bcc62cd8995c6d5c7c6725105ff8777dbec0b20bee301c4ed8aef8 +size 61469 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71997d2ba93bbaf9145233aad538a2e1fd9f6ced --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867d046b231fcc92f81b3635776c11fc28a73b420e2efbefebf1625a6c2ed92c +size 262381 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62775fcc194968b8e497224871bcf5675c3f5dfc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82d1e58a6930aaf4dbd81dfeda50792c5308729271a2c1b18cedb544d3aabce +size 339229 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67f76a4d6f14a9f3d357eeadd15c534f64b07bc9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc0772c0f58183ecf8bbae9d2de8ca7fca584a0c21e78e5763956919cb9a1a1 +size 58762 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fbcb2d2d94822c2adc67eb109b54d6915f7da1b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabe7c0f4bd72c8fb9c1c1cc2b78a3d38f828b6129e97d0afd40bb0b49ad0bad +size 364290 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05da046673c2595add041b89594120c21f51489b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d006d603269017586531ec390b0a27b1920d84bd4d2fad0017bb551212b92774 +size 821440 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe6d2f4042cb46262a718a3519cbc88bc250ec0d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e591e35429bbe5065747c310ae7d4b9991c7ebd286756ab78a4ee50e06d2c318 +size 73096 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..923a9592a9fc6422baae8c3c5fc492426a172180 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e546cbed3555b5ea5d984d5d810d0da2fab64424e25e486eacf19430a37e34ba +size 399091 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..796169d062100e1cee56e4c4bd017f907a03c0de --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c09a04221991c59b93f320d25a1a6e452a4aa012260234a70978f0ffee7584 +size 104628 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6f7dd2016acba5f410770d1070a062bd436e7b6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028cdbacae86cc1004f184a374bec460ad8f39d6a8f48d29a9496566d33df22f +size 92069 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9305713b9d91ed38217d8196320126c1f0de25d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778d856a9ca9de14333d5b6f830f2af64fa59a4215566092c62a7114e4af0e67 +size 48909 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e184f6e2c729c0561727d2a53aa9015f1ceb97 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79158bda56202b94870816d4af5cb66a3a8fa3f5dbff5002fb13dafa6adf5a24 +size 468367 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae4c04d62aea4c6b1b66e4555403cf31c5e2c69d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdaac6ed7d432d3bcefb6b492f576d53142e43fd935d966c1c00dbfc709396c +size 228751 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66a031c0c6fec5d66bf61e168a992002cde3d49c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d117f5ab97e6801de0978201dce769cd780a82d07fa893dd2723db22f60ebb7c +size 654392 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a68c66a65a34a492a354f4f9867a6a21f377c1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3317a91ce7b2909c7c3726faca902580c805d924a7c5f35982206bf96b76ef8a +size 1027351 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..524a3e53a514c75976476ac0cf698ef9b0d8dd63 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79b63b24e307b90d889cbbdaec172eb2722091ef9705fa94eed8cc16e01ddb2 +size 1586255 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df291757b19c6a98065826830fd4d9fa547245bb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da2fcc8444f5dbcd27de814318d40f8fecb93d6efe4cd4a261ac544fa8ba98e +size 587593 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4967cb33d60216844012b209b55a16a3954c0461 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b25d0b6729b39bc30d3540bcbb308042011f779dd96177be39a4f4ab8a54a83 +size 381776 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fd8f60fe563c3971dd811b8dd3f7566d6e04dc8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa3ab17b3f294c0f5b150aa0e1a889cd00f761f90cccc2c680ed36c395c18d9 +size 2089813 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8235f6ea0ed80ce892fabfbce7c7868db4e3d2c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c77e455913f6655381726457e968a7e6433456585882c2eb5b620661b360902 +size 310064 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e05dc2fa68f193bda8a906c2a7134c8c9e76c567 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c2455915faea7a512d2fc95770a9ed532c8c57fcd6cd3896ba425f5af2db5d +size 1543890 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e19187569e6dbee3ab61f02630e7f7726c86fec --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063a1cfb106ce6602126eb3acb4cff472dc8d254d409a491d724160290af81b1 +size 684078 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5062ff5f83baa52115a206b15ebcd4d5ca0bb5bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c4bdb6c3d0db791179338dae39f5371a688d2155cb0ac209de3e9e901474df +size 731513 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fa441099490a88d086672a4d77f727d72029fb9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b9dedb0928add5840473a0db45b27a6f06037a6ff4e27560c0964cd94b2edb +size 688395 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f92848c970d6ae852439ede0962213925badc87 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97bda8a52d7ba2972ed6607d1ec3a2a059cd2760f9477a6e7dc12eaba8ee3a6 +size 270058 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48cb817a23af71733d4bff7ca992ae7900723ad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a85b0b0fbbf357952ed20f36c413177a2dfe0cbceac3901c464ef46fcd9e255 +size 626631 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5843ff58ae4b70acc6f2b8d1c9baf05231d1533e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9af643730bc1d5b59fd5908cf49fabf74f1b56297347c88a30e0ddff9f3767b +size 621788 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f770cbfd791ae6d8c1770633d3574062dabbf992 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ebea5043841f57464053b180210eff006392a57ca250041439b6351dd850b7 +size 1312162 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99ac66a1c10b19758f97235ebd53b6b06295dc25 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f35e735f4411f699f4bcfce4bd82e03cd2b684d21fcd975c14daba3e251bd2 +size 253565 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de8ce338bee23a9b65d8a85ceb1a93ebdd6b9afc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df286bcb0b43608a8a8952a80a68da66f0b13af96b5ce492f2a4392f896d54e2 +size 811961 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004b0f8d26c509c572f16f28298d68cac000c383 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4128f47dc3e16cbc3613bf3f5ee915af2be915716a8339150bd20db7503eb82f +size 252676 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68972e2d0f6f54650051a494ec297de20fbb2cc4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6868e85e36983ff258df501d934a8ea0905896bebc14bd6833cacff399628bfa +size 935546 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1370550bb9ccf6d458177861af0aa696365bfd32 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec400cbff04d75d9554a46f293504612b854341524dffac6a8cd285d246ca5d +size 783983 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..438b675e5555af0ac01e310ba2be2b9688876d8d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a858b661e357c5b7938f1564dfdfc7be59fd08627f5b7f268ae47f7d682be26 +size 388157 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66c4fda52abbeda219498b12c491409bfb77da4b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cc24e03820973ce588127ba87a79d354868f1cfeae806f64ffc817cc2ef707 +size 407346 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..583db8e6295744ffb38b9edb6179802c6b1b3fe2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb74d3105279455dc9729acccc6a4a99e15ce06f5c28d7f8b27c807b9d9cd1f +size 195903 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1591e66ad6cf24dd5edb6b7d0349024138170282 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1bd4eeb9c7d561beff18a5d5ac4c805a5ddceff3bc4a4dcea28fbe788c29d8 +size 1267705 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..959447af1a6d3ed82c1e7b812b1b024095da5921 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789792542ee52ba17cbded0d9312d348463c647dd4262e55c4371f0b3d293a3f +size 161873 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..547e86e3611d4692de27a856e487a362c0583af1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae869947fbc2990a63a3c683982ac0e5f13a2fe26fe1d52f4d9fb4adcb140db9 +size 423698 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c4e4b7a43b44c8c6d78e04f2aeb3a6cc5ba7e08 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3768511d0c357737bc916d5affddcd908850e9be5813b4f34a7f2848ad8bfbcd +size 311914 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c452760374d4936c66f532e42faf3fee483ab7d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44518bc47c8c5cdf0ab3838c73b33004c35ac0a1dfd029ab636a3632e2d190 +size 384808 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..523d25b640432333eb370d946bec539ad540e11c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25efcc92ac9c518e07980ff108e1ac5a40bd31f81ec00f04cc729167520c4642 +size 859733 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9df191e760703c3e8344714beb9b7abd02220293 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c72d59553860a770e15100efecbd00ae09b76d8e0d14db26a31bdd3900f4070 +size 2043410 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8b8d45cb44f3af8faa5673d76f98345b018fac1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f06d9750080d047534496cc3294eb91fa9fbe41fc0018fdac8099af4eb255a0 +size 2037717 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6784bea9a6d933ee5ba1b37f6daf59e55d525098 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f140f0fd02b1fd5e957ee5b773ef3907e0ab71300c4205cf941fff9cc515f44 +size 285691 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0481ccae9663eeda88883d83a3695f277886ab88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18febadd480951e35b74da19c7c645624d54070544030fa8f445c3ef9f2af507 +size 416373 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaad142a06eb9ed63824da402756ace4147e265f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4094afe2cc3fd0876a6e8653b38389eb3229eda980e99911fe32ed22207d9d3d +size 1045547 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbb52d0cd3897829891885e69d0255938dd8a647 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2699bcda1739f73ccefef36db60afba6d960d5a51a48eb71e0ad7e5552c598ba +size 198041 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b815acb3d4541af956a4f4e5cca8ac4a0d034152 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1c5f787badf96b371c4388006695a1b1b06eee5a1884a8a8d14f86bec7fbee +size 1424537 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d61b65550cf7bb552a1955c6e6bd93e40bdf96 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5dbb8fc37a5dabc5c8a2c387a0fe16e4535e857da71522ab7d2e2a9750f8d5 +size 621317 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ead72d0a099fe30afc88cf6f930d673690fb3646 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354da6dbf6a9d19313577001782aefd97aca1b0a3002c43f5efef301d60355d5 +size 508292 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e36bdc13433c13f1afab90513897951de303b6df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ae775d549a2ee98623757447850f61f35c68a0209d73ea999a3263489ea8d1 +size 211252 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26098fb8ce117e76083ef55354ba866402f70296 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d998ccd0d926a18f0c2f7bd502763b0e0c570415816db25762f38315da793d +size 982937 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e289643176da211c7b5f4dc8f95364fb2aa8b51 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaddf461975a7a17a307d0e6ae1bbf1fabf31adc4478d020db49f80b3ef3c57 +size 1144433 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b803450eae2208a48adb5685714ff1a400910be6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb7e36faa573ad44c2d5f2915ef480fa24ecbe4ff807117e00713a9a32f7d1b +size 723479 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dedbec5857ddd0534fecf3423156a4ed001dc9f6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c23b372927adb454c184b938b90d558b72fae482b941bbeae8c787cad161e1d +size 2390707 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1f95f92f56d84d703e6077242849e8e84ed1497 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed42599f8a87e2d3124293214f2be52cce315020ad8494cfe4b3c23808684ae1 +size 326852 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20d2d6ce1907910daeb501f61bf58d54dddbecd7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168398caf131e6d4951b3498e5fd61a1ec7d5a9c12fac1700fe926991878093d +size 273319 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be4d6570cdb044e2b3455691457a5c21b82dab7d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15607a89cc3cc5aadd461f404f8b5db9d8d9ab76f722fb4602b5cf610f659cfa +size 694081 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80f78633fe45ecc78b3d406c267b6001e87fcd25 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5835ea0558a866a898e4a6f2d0a00ffbdccd521ab8225b3d63a632839aafbd +size 555552 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75a9e47382d38e26bf2c6dfebf21bde84c45868b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6ba7286d1754681f9391f0ee84bd8295ec47d22b15633be8960c0bd3d0ee15 +size 370693 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..244df9ceb0a3dc87120bf0ffa028c18ce0f84db9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8191bc908902f9e1c68df6c1f093d0a548336eb57196181034922f1b6aa86329 +size 421683 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..889f39e5b60076cfb7995536de7b436c017082e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3670f549dcd498e2a8fe6b5be0ede92635a3292916a9d12af83b98f497f242dd +size 560786 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca9b24c79527f9a277955eab476d14d1fc30906e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f134fcc0d1d330a4ed446e725070fb59341787f4957daf37c48dbb6554728ca +size 2129537 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..807491ca41f4e4c15aff5e53c879e24a975250df --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef8d42a9841fc514d7b4f7683bd22f55ba497776803c2e1ba5f13e10f09c063 +size 210605 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a481b003d7448bd5922c24f5af0a9d29d2ad5647 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a86033ffd75caab8478210a07d6e819bab0ca9f6c2d5af3b22c402a095ec20 +size 1357631 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a675b330753c85cf8690e5e22963c15e675ffcf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92757a02a8c842f0d2da8512932b7b49d8f921cc9a54d96cbac6029e0bce3e49 +size 356011 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b687ebc9ee31bddd8e739f40c5836360e060203c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd3377299baf22b8d410eca535755fce13babe90b538613ffff47dca2952378 +size 610730 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36af00d446f376a78c492ea8ef3c35eefb55dd12 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c67e1b1208aeab5544a4325a79e753bb6f1bf0d640fa599ba391b83ed88f5d +size 752646 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58d4e525cfc1e8a38faf82760c5df5287b41d4c9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b22fd3139f07bd34c0324aa8e424a64e3af0b616aceda4887a235329407a29 +size 1055133 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49ef10a56dc86fd24a827bff4d75fd4f506ad961 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b06ff955255ce2dc48d6bb96fbc0ed3e7ad27d468b6633ae5ae1017383e811c +size 490974 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24becb959f38600b7b46b3a8acd92810695b1277 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f934c03db3b56b1fb34c716620c3f32d3eaa7206988a494b46c52f6c3d93904 +size 567305 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c7f4c0e3d414597aa444a17e0be49e441c10c16 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe564c74628cc60b1e0c91c61d4542e8e423c1f2f32284d4737888f3df136e9d +size 315128 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea5128f962ec9de243ada3df7d0e199236524f30 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2131be5f3cb64e930e8f25740537d74bda33c97efebf02e23208f1e2c864c523 +size 747212 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dd02566da1b1b1fb679dd2b14b9587dd63bb39b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a00748b916d81c00253c6d78fdc2779253e56a64d1d12342dd30745d551ef5e +size 1385926 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..528376a8fcec834e74bd3efa8248f4c1c4b96ad3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d0bbfe6f76004eeea99b39ee5b6fe8aead2678515cc2afb4b7e6b38d62e51a +size 1094637 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d2e5339a9e353e8a82f50414ee5ced344e240b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916dd29b2e409cdc0c370f389ae93f98316d21a90ad8cd512c3691739a82dc5a +size 372766 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a010fd3283c82c7e066d62525e7a93933d7be9c4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fada595f18b9be93681aba0b3497433c1a43ab5e2b8c48d4f821d91ccca74a31 +size 2854983 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00759945cb8980734592fa97082b80e991ea6243 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d85f5567330be9debf5dc5f297e04c2dd4ebc6ce382a5fd259e35ba60117e7 +size 1010656 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5fefc637388ed7214c465887bf7f5e43cbc3db --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6669bffbbf6f182bdf0b4b8479a1170908d74b6bf54b4f515ddea6165ae1a4 +size 232034 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2264518d2143b58b2535df55aa487bbb2b2692b6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c0752592eb2199516220ca4353e95e81841d5315ea9343b9fcd30b0087e469 +size 808638 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5776eca4a9581ddbaaba5a09f3f4f6f7f25e592b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0008aeaa4675bce0ebf3a429a39d8923a2ba098fd0da6f40785d0bff8b5d1f07 +size 245472 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..204c54e8f6806dfb5a4f419519fcafc40098b4a5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a94e5a59317149304b769adc90b702c31d6077b613aa4bc188ee713cc6d57e +size 791543 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3840c230862ea507305a2e146b287a29d846319 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a550bdda1641e0dabc75e9ae2aeb40b0b12ac22f6666e81f49ef17a41cd9b82 +size 957020 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e0d7dd6d00229582806f57ae4327424e6ec4d4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac0c155f7e3af1663cb25ef393b6c3adea496aaa15049c5d4ea185ce63eaf3 +size 169291 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baf0afb18692d7178dfc1209fbb91af020d7bf51 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa421a2f0307b3073e6ab38b9a23b776032b50d3f0d9477a6d10e68f92a5cc61 +size 505029 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..521b4cd32d8aae70799c7bc7fde2a52ef588a7dd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81901f7101902b416cbfcfd87b936a4a9132d5561a38d03bd715cc8e06e36842 +size 287027 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de200c24f5588b9fa6a4bbcdd416cc240e154b3f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08da29e1a0d01aa46e5498d271d801cbabb1768cfc393b71143d21be7f50a45b +size 1277398 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..220ed5c4ed84a592901ca688efd4cac870848194 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df664dd9fb0799188032a65f2a7e3f3ead8643e67e8c9a63b4675e786510d06 +size 998258 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d09deee0e69104363845b51f1b79bba146b29385 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c93c397ede1955aa15a9f90d29972f4214cc81a695074de41838442324dbe5 +size 772688 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e7f670b7b5ec5afac9fe9e0c2d2caf1b2175bf6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b2c65f3c5860896e3f88135d589cdc958e025d97aed68f765ab0063040ea55 +size 484404 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec334adbbadc63d1022a993b7017c8f9eaa7639 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ae034892c90002c2e05fbb7226dce68d2638b0db8cfc7c245ed91d89530412 +size 399775 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebc83e1388f8691938d1d6ed4d52694bc949fbb4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c11387455cf378b4848c1cbfd397b1f96134c822cfca5331eb1cbc19f60b68 +size 432897 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38751654cb5f40fc24a3e4db2de4e128376f5fcd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245f7ff41af372233658aea507298ff938f6eec46b9316b1f6b7c8def9b75402 +size 1332036 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06953c5534f28cebadd42b2a0f42b64a0a97188a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721ced90134bdb4ba2e808a0d2e90e1e751b15a8c9f9dc106146911ee3827e38 +size 429552 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b0b4a0dab4fe9adf177e08125f21d88b48e2d0e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7251121009387abd0f192b66f7b416861fb0960caf28c718b709fda98344dcf9 +size 3320290 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64ac403bc8eb518a2ea14cb54539dc47672cdb01 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff4bc4c03165d9ef1570b66a601755ae741c5f91e7af89f9802c475a1df2bb0 +size 289884 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d4a11178f9e254e5e2bcb8fdb6b46b437a18f42 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b878c3582741246712b63d9f9481febc292d3c4e962c47db405ad57f31a1ad +size 808442 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..724e69ff3df7e743a0c7a207e21131b3020dc504 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cede8869891592c1165d16d2fd6c242f04bcb8d72a1dc516b78b5078b887cb19 +size 400465 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73be12c07c4794863d1aa2e35873a21baffa4e9a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebd75d146fd84016d00f1f1a01dd37f59f9a7eb9af975878b74860a867ca80f +size 2284361 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb23ae0c3aa2c8a85a9497feb70a37fa7ffb859a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2581e2a5f492b5e38a6faadc82bc41e939818bd13cd0bbf21e2c9945d9229 +size 2180304 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c11c7f5e45d9a26acee3c56ea68516591dfe70b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9fac7873888877f39711567ef6f1aa8a35d467645fb91d867698c110b97d70 +size 207642 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1316f35b3e51f356e88a91060ae7ebcac959b84 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10646a4067d6c99d812928255393dfb18ec6897fbb930da743b3a2497c4e285e +size 323302 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a2c1ba58e58e62015178d05697f4bfcda3d2bed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ef6c3c1f2e80df5364519b4882fd6c77c4b0484d26e9a31369529ead7113da +size 1258146 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c001d74d532098cbf1d82ad8a843b1318244c3b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b8b98ecdc6f032612a4c14809ca8b9778216b31b716d308d3bdfd3982c23ac +size 1933087 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8796c3085249408937acffce3e0a2b5c26aa47aa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2fc398af83d431a604fd8a68b58a0551903b44276aef329ed7929a0d5abef5 +size 2729232 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b90131776be66d5bec0851c516a6f32c5729f75d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aabdecf4492ad20d1aad26ef474b2cfa4422339e30b62884b7156d7614109 +size 760773 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ece97fa60da81ca5bc98317dbdfd124b757663 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13356ecd6ee1ad7f43798fb4604b04c63b343a51e0195c31a8725e3f5c5c09d0 +size 752839 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fac1087bc2ebdea786d7cbb7870a89caccef3e5e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54b846cf8ec48b621b51f3c974de43804650c572fe30c745ad5919b210e7397 +size 400757 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..592cbb11c3bbf7dd9901584dba579e906f311099 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8388ec6c23349fa11402216365239071e261a570b87ec0bbdbf293931ca5353f +size 468284 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d97234c8d34b5a5716667336a9269ce7f1e9b70 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8f4d4db726cd875128ff534955d588c92c156eb9bc15326a8344275a65aa79 +size 3254948 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c9bef4a7612e38b4af40c673a8316ff801a2fe5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751f0c2a686c4df7e524a3158f760dd06b0e48f6b2b05cf27858c0c4fafc8007 +size 190637 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80eacad8755c9385f152cd5e04a9089a8d748423 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35360f411821b81e6ba89f2fd459e155541da42ea192dad59b23e307337f95aa +size 633408 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b21a1189e9c4f30d10fd05a0432aa9300fba460a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76832f7160b12b876868bec708ff416325a17e82404b60fd6766c91009e802b4 +size 425316 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1604c2295a8f0301aca5a2be20fe2595a599fdf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c721da6a9fb032e91d38b1f500422cf869a21357eaa07136374d63a3acee45 +size 542571 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86c81bcb8aca68008c13ede2da90d4df71681ce4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbf7e90e6d150d72169d13d449826419d3a44f6f62ed8c779ec8ec25ee4d84c +size 345585 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8978b66b2df4cd52349d15e0d1bc4e9b28994876 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ab95788c30062af8c95d3e77459ef9b1172ce77a98b75d3f4f33fd363c29f1 +size 2693992 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ae18a151328e09259d7212ef462593b022c27ea --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64453ac66f0c09cca922705f1e6e1945725897641cbbfc62de99647e7057dcd6 +size 1665518 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ad579780d49ad45812b48eaa63096d8769fefc3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9988d27634c1f09f1b8a19d329d464901d180688d9bebaa541d15d834af16d27 +size 349251 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0e27d0e523bbc56c93b32bd8535b30e08d7f309 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80a1654cad8d6976e3f93f8d2c95629b66dbd7c778ff615859f803f674a6499 +size 277512 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74710755b4d7e0b141db61347dd997a221dc9e20 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a968a6ea65a166856239b9fd4dcd18d21cb8f347927bc57fcc7039d3a685ff61 +size 1076389 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c785db84fe7bd849116e37f41b70d6bf7634523a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9c4c5ae499d02ab05f9695554bae229466acb16d5162be40a3219d03ab60b9 +size 1452976 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dd8ef21aaf1988822e6c0004a535ea6a150f619 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc5e9489619b5725a277c4336fa15f5e1a9d73dff92310531ea4124e33caa99 +size 752767 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af430bcd36d0fa4e8dffde9c9a52566393f3247f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0b02a4f9d8f245511eec59e659b4c8388d36efd1acc70d5eb8706fa0d78e4f +size 691242 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dd27dd9fcb622b1b2578b4eef451529137e332e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f4115331266f6e4023c33bc98d4ae5c7f29fa33ccfb2c2dbd44fe252973974 +size 169256 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f62a3e02bd04133b29376274aaf768376b3e6da9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accef21eafd625eb1626b59a4dcef1c6a77438b127339290d1c2a4e6a1b323f2 +size 720436 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc25f3cda0079ef9846b3ae9fe02b1b86119479b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acebe7c9a4c5a25c44741e63502aa73470ef14e8c57354f5039f189d12cc34d +size 661562 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4debfa999fc388905f2728ddd840b84f6830210 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5e671125bbe18f20597d93b0b711b9db3fcacd37c6510271ef428628c780c3 +size 936473 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcadfcce9d2bc1dda3cc1d32d34b3806bb310fab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c1d8ee77e8cdcd2fe9c5833df0d742bec8c39c50d535177d2f4b346861c5a4 +size 870480 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa2a36fb563f5ec88d1ea1cf9223beeae0be5f58 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7ba4256f5ab584e8b5fc4e597d78542dd01b6aa9368efc16ff3ec1d5a60ad1 +size 119873 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6ed64f5f1ee47b59344b4a4f501b803b66b5f47 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5dbc7cd2092aeb38177cdaa782b57c5b2e5fd9d175d4b07cacb49d495039b5 +size 1513318 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcc9bbf3cb67f8d725786b19139de73cdd438e90 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd0f2e256fb9f8c7284b7e301bde0677e2312fd2758f6378e9b45585077e433 +size 2190172 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4547607451574e6869dddee3cc006f446ebd9568 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb049afce1e7bed04219a2af503df1ebd20d719b430773d334b7ffce478d69ec +size 1040261 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c9b869b95364f00c5fdc3bf8791d9ce24c2a772 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519c15592e4e84c122adb1daefb6adf25647e71a413089d162b6735d51fba165 +size 2202118 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be92c05f251324c4bf554248529cdfb073e2f5a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75789c531facd52a80ebf6f4a928a7921bf156c2bded3a5184789c69c2e78747 +size 445198 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fea58289c41a4bb4ce0d553f23db73b4f7e1b6cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48a1d54fc372df9b46a38649c2442998fbc53918237bdb306e2716a0d3ce7d8 +size 239959 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b034b4e0313a09a65601b65db5b4370dc8885bb4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8790b39f613161188a645eb5f6be4be0d5f4462358574ca93f419f7d2e72dac6 +size 103356 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3074306c60bc06f03d18cd67386ad34b2c647613 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6109ec53be8f683766276bc95cfb18921d92cf7a121ffa3873770a06820fc27f +size 304528 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86bbc320579c451d89bdcf98ab5946db16dcfecd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab236cf97e3eaf7a6f71fd39b71bab06a1f16ae7a4420c03638e0222fa9e0a7 +size 288360 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..624e5dd58f5e3b66a7372da037b1de2ab28b7389 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d13882a6a177ece7a1934032f01d654ae2cdab849094f9b6fc3ff40495b6c2d +size 523863 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..413c1c81be542c9ab6a2b53563f97455450c1d2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c1b11ccb5227c71a31cad70c4aaebe50c0d8dd6f965b8ae833339e8e098f7a +size 996772 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a1064806ec077d8a5ec1a10c361099c4a1b2d2f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daeba56e901b0c3335d77a3fabd380db44657b842b42c0c342c8dfbc57d5659 +size 975100 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..221f10f24938f0dc26e1455a755148355a33107d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5927e88c9b9f15d2307fdae0b2b815814ca71e03b6102a002633a0a9b4def6 +size 921775 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9491359cc3a51cec0ea1ccc93592524d3a32f47 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d75d2ab2e53e35ef1684681dd1ab108ea7fc868332d1416b7a755e8a226d4f1 +size 291782 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47986834b215136f86ae16589946e896624cb442 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2d04730bd256bdc9b81bf7bc752ec809fd4a3af8ed426edd92eac60b9349b6 +size 436076 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a12ce1689d458d30309efe3f9241874072dc442c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5962c42d443bae93df18c389e01161a7c8c992ebab3a325e5f4673b14a190c9 +size 151625 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43e244c40efb07c3224fd50c64575167524b111a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee094fe11344d848adbe59216203c2012455daa41d70c3d57754b9610390e457 +size 2018495 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..745de80f2200131a4a59e1d0d9b33a6190899139 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14c0eb43125fb3ee00d6d4f31106a4580aacc9992125392aa1efcb70141ed21 +size 589319 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53b939bc8d9675c38cdcc22939475f8ada7ad7bd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ecbe2b4a182a8b1903a1c99e230920d029be3e211956e44cda27dadd4f5a67 +size 802511 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e3239dc616e3b670dfc33b9fcf231ce6785f3b5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5000b5942ddfc52e7c21b31b9d3ba291727630b6e6983c07ce9379dc9c27bf +size 619796 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198c82152e8caab2e5caa01f0a7588e502113b2e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902e473bac60f026903a2b924efba6596be0cd3bf9e920bab799528ba0c3d994 +size 383194 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3f81829fcb9f7aadb8955dd45720d2f8f72fe17 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc7ce92e141bf8a1abb82ccf655bfa242544b874597ea8252492b55a8c15039 +size 541816 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13da1e3b275820f42dfaa954e821c272ed765ab3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58d1e302938c66924dfe8e76c9c0e7dcace15ebc26e63dca76510526481991d +size 641032 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bf0fdc8956e18649b7747d8d774ad16bff3114a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae025a38b1b80542230374182cbe5cdc9f802c4614ae715f8a874ce8ecdc0f +size 728561 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f87d9b95c4b1317db83353cafc20bb69f61d33d9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263bd6c83076ac9ad4778c9495c9a161613180087cccc5df728b6c14c67a823d +size 311029 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f619732e5a6212aa8910ab984219923848b4d350 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d7d9f9ad3b1206d801e73b4238a0ce49c701c14a7dcdfad25b2e27144483d7 +size 1352238 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32a456f01f99ddfb7a3c30ea15565d8786eefc0a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f632d125da4e4a7f80b5d437a09faa6d305065421232dd2e36c5359636d3d80 +size 356021 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38fc6b188f92ac28b271dcc374fcc29295177d64 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e466086d9d924897cfdf29d4a2a686792756c748bdec0e00bddcad7b7267d0 +size 497399 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..834a3e40d7dea09c9dac21aafc9115217e4647d7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dac5da0645bd837fd36f6a96005aeafa0cf67565865ce562c8579e8a437653 +size 553677 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e85dee0ff30274d72b3dbb4e202ed4eb15466394 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8a9942ccb26262bb4d6d03cfd2dc36f0973d91b67cc2a9475da56f0b686496 +size 521001 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdbefd7dc04fb40cd220ac9ea25c07cfc0982308 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bf4eaf08c0b37323730c35db6c99c9a6f89fa73938602b9a77b00ca1331829 +size 507733 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b22c9da2eb37d862c6675e94e994ebaec928da9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e751e52319ea1b5dedb7b02f018c059bd21f9e7a497e32fe1639e5de4f91169 +size 287274 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..283062b32caca7e49fe4d2c8fa24eddec0d411b6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a753b6c7bd88b856173ca9d7f82bcc675d4603728490a905ceef755f8b75b380 +size 1034377 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a23058af0dba5971910e17023467d692f25f83 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc543756140ae7db4871afdaada03ffa07d41d502c41642360b1cdaf5238cea6 +size 236011 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56bf5af78dd7e524ca704c7bfe4c1acd908cd121 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717715d4da40dd8d167d3b93852d4c43ca5733b8a48cb1d554abedf7a38a370a +size 240717 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..841fc3324f26ff93aa9618cee01219c71339c25f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d1f806d5083168dba8847d3a4fd7aff3d30439d2a8b5d469c5b9f9c06d9e7d +size 351770 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd26a16b99875de9ad50b2afb1107c03ee8bceb5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cd48ec9454d0c16e7ac47fc88a81ba90e31123629bbfd1154c508539f70286 +size 524014 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e0c1d3c2c84bf431cd30a42fdfc73439c3d2e48 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e15f72a298c285810f200ccb6df3b3cb01e59973e5704702aba268cac1e27e +size 1246684 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c2a0b3a3c83fe1dd74f6cf8e32d7081e57a5de --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05d424001554581047b6fd2673d961ccdece95c8f65bcd460b6b179b3a872ca +size 3398482 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e1a4d9ec02b2c447bae41e062d5e8903b99d73 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a215d56d134a77fb23fa2005dfddec721bfd3af98f7a4900fcad0f54b03a3d94 +size 289612 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9ca84cb0da3f303fd4362e4cc6472a46addc8f1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec7cc5141c3874a928d43e2011c170bb09b4a27a117cb58278ea1b8b6e86dbc +size 399653 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..798b7bbdfd9dc8e6bce53a677ae08f35eb831fcd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660b57ea77e1fe892ed096e4df32c317af40c7005087df9b601c86f68226ffa5 +size 461673 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4effa161c2d1109b8e92cc10384e78fa576e9d9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db94d6645d4913c8bc2ee924f7d767c8a0af25828815af799022868b96d19d5 +size 1701423 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faab33c5f485ac9fb396fed47f150c9b8b9a3092 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf1b669b242836f9e10235b0b39c128bdd94d677ae19e9c7b8079ac6b9a9a77 +size 220695 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2500f12423edc1a0d455ed2ace6e2ec86cf13eae --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7609008b7781932061ea0c1c1d3e19520c548b7326909bbb1df4b3093425d7e +size 1980041 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54f1ec9fd9d7b4d053692dbc2459e34802233f6f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41eefbbe69d1520ec76e2b9f8eb442e29235c3883868d8d9d29a055620bf7b1 +size 432647 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..128cb786727edb016989d7afe8d8ac3379b04cc2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390948c740837820c5b2590505484667e0da6865d99ee35080afc43bafb941ee +size 768218 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fb0a8016a915d1f7cba69d11cc858161513624e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c15fb63f1a4b6ce07f72d165cafeb3b5bfa9b2598f9bc3be38a40abe3de6a05 +size 201603 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68f7414a18498829bed4db36fa4604dabc7831ee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8ff675d4e74299bfaf01352c1e72f29f41bd1364e88c29510c5b93abd692d9 +size 663614 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8abd22c3f92e091d4b44c42f31db1029b142644 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68ca9fe0580be2fcd8124596802b0c04da7ebad6f35dd3a0be026bf045d21e5 +size 1053293 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e3f27b3eafe0919502843eb93ddd56cf1ee1bfc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c31da627d28325f6d1638eaa404fd4ab3744213a0b54b5adf14753feb69a5e +size 1123447 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22bc7bd160b6f4e105b2d431fc8f72b1582ece96 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db4f19e2c33a77b4e50376ae25492f7fb0499b1f33bd393c3f48e77c1d9cfe3 +size 1114011 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac64d0bae57ef88245011db5ff94d3015a5e3655 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408aa85448dfa9ae13813d7cb0689bdaf27838bf0e930fa0fd897da415065f8a +size 313964 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92152892ffe696078a8892634c9bc0ed9c7c29e7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2147e514f9ec2f96a4d36988771f718c84cca3e48c89be779b9221f839f43738 +size 377379 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74e57ae507dd055515c5939ea04f2050ff5bf3cb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b5a6f2d5df31cf7e2f7ba7d2f8a5e45129f3ac1f4ab56a6fe8666c0740db13 +size 1025337 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ab19271c51417007977e6041fab3487306bac5f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d532c868477ddbf75113fc6f9f2a9e1bb0b49912993bab4b777ad876d58c04 +size 741331 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22f3503eca4a38f86b53ebea9813828cf899f7fc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b915fd1a6bacc8da4b30e72e384015a3287f3f33f508ad5ce37173e1591627c +size 313249 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ad951c16174fb0ce19057657df5a54c41f5961c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e6ed448e5a44dfd830de774e650b4aa570cd29b28f86a617f510dbdff4269 +size 437861 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad77282088aa9a9616cb9d10d3648b76643dee8d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6065e1196fcee43aca6356007ddc4743bcea4b0325dbc147aab9da0af13f01a +size 485831 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b61ce6ba40cbaca4e7ec1fd425e978e9fee4ddf1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c3b35cbc555514422ccfe30b4fb6369167b7c7bdf2aae7aa597ac39d245995 +size 467044 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..122fac4277a927415d62187076251a873bb89b9d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c320fd4099237dc805b354ebb5d9e8b7d88c3776c6d3d415987666553bac95 +size 290114 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8790daaba450b846931fc45ff903aa03fcab5e05 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686097db96ac2d895ac8a4621617f991eab0c8f981a06bf8a5ba17c1d2d69815 +size 1073611 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6fad84501f8e701492f321e3e5464f86e8e1582 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0a8fd232ab0724ca1d2889f9dc30dce72d9cda10938f1c41aca8c64c9fe256 +size 543376 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3907e4083c43207bb503819672f24da6e350fa59 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd822ffa5fbc871fe4d7b3c284b87b7b87311902cb8f025d8cacc7b82ed02dd1 +size 734308 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c38258e2524930b8a9d8a406753bbb734a206122 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3da7251dce7faad470d9d1d6ee628c5ad2536ac349b6ef4778e8d0f5d989517 +size 591059 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c2ec3f6e23ea293bf1aa212c3b97a01c9454c70 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4c9fe8761f9da5192490a85e01c4ae3b014d89ed30648929016f4a710189e9 +size 1020807 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2d4e49680d32b1f1a8d691c76edad4131e3d852 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a5f1ec45a24d009f82f277fbec105f00ad45b15bbdd58e9e1dfc311fb6ad70 +size 577955 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8d40cce70e2ea8a2c9cadb3b8298aa34bc5a68b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93d4a7e6879cf3113c1e2c0ecd250e658bce1f16c1117aa5c63988d8f9676bd +size 566936 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ecba70585e2e0d109b7bf0b2c06bc49c055ad3c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2306ece6a6dd56b487d31f38847fb88d101e070a11e89b00f200063ee4600701 +size 464455 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f7b0c186b5de5a4e627c090c35920aa6e9b261e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a236b6a61e69ebbe9776270a87c6ddbb6567e8d3d0c40903e202d6ef840f8697 +size 402612 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78f6e555bdafe9e34664505a27113fa10a5e37fe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e5e95bad23174ab6b3b78bfbbaffd0ffc0e5b17f1715dd5d2a4329ed052228 +size 1065872 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20bf86572a9184f653b516c8c1c7ed267891776 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f90c7ed957027ac7cf3cc27fcaa6e3735f65ceb379dc3f066481edcfb7cde6 +size 749133 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1df89fc04b811b89df4a5488fcba2ac83953dc97 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ead61619a68aa4933390816c647d1cc8d2cd6debc8517c939612d50b327a324 +size 543655 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..075b769ae57f388ca0589939d85e22ee1c64105c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484d97c464356e3326e5ad311654bf36b1dcb6af397241d79adb8d32d98fd1e4 +size 886719 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06799a15dcd20b277dfab167780bd17e6ffe4ec4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edbb55c83a239311a536c72b9ac856695284afb0f9ecbc0145fdaedf520dc65 +size 1119504 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a266cbf3a5286bb4bdc9c46c145b72f66dbe6763 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a329aecefbf71251dbb48c7fe08d37c78ce83556997a7ceec7dc69103bc29ef +size 253187 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4e54dd5f5c65d2b41faa38b4705450ccb394fd3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a593b0d98c65ce95c916f9eb5cb46378f2b800818c92fe0eb0ab7155b2882b0 +size 450169 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6adb6df6317d591f1517e643ea64e1b08293d46 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2b2acc10c2b531f2f8f8064205f183fb16b340cba2a7afdab9c45ffb88c745 +size 435609 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f91410cc035cdafbcac04b0e5f0331abc436e987 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1669e4b1b04388a76ff68de1556ecc2190f8f2f5cb25ba7cc39e4e6117b374e5 +size 664083 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e62cfb35550827fed05490490513eee94f4340e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760a16fa4b017af04ed4bc66f6d94ca633ce8338b62dbf96af19aebbd04028a6 +size 1158699 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d2739ccb3d9a4b944b71a86e125ccb8b2aabbee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f713bd3c29774a154cd4b2aa74a8b6f7854618712006db4c3249c9786f3ae97 +size 209950 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7a3bf67f8c46fb28a708741c9232751d47a23cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548237195c1079826bbd0f6db5fcd3e853920cfdc478ff66e642ba35291edccf +size 257312 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2b7f6864bfbf16fe4fee6e219e97dba1d632566 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d30e296b26f9a05c593f458408e8f6aefdea15480723ba073b595944ea7842 +size 415243 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57d98a505a5144c3a053a006c2e0281f45250960 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76046c2f6347539dc2a9ddd1d31385978f7e0c4dee2d016cfaa591d3ea8566b0 +size 861139 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..033279fa8beccb394c211dec85179b9e561f0953 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d380110590331735edd053d4a4db1eb69b9341741b42472014c00bed1aa0d7 +size 469441 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c163d7df82cd9401524c130424ebd4667030ab33 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d46c415dd4eae68b896ffe69c1e07672d0e5e911baaa826e1c7a254c70e34b9 +size 1167952 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d873693b779aac1cea38d760e07e097857199a68 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debeba4df0d2dbabdedd525134e98d3bc3199dc7ded1d31455027d3a41d3307c +size 725905 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee0e4bd802cccbc15986edb160631b8ceb11bb01 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bacab2116a7190a27504ac19c4e5d6c7ca0c5c63de014df1b262eb88eb6e05 +size 310235 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ad01c7501f7d1abba73d02cc10209bc6fc8b9e0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a40fb7acdbde21f99da8abd9f5d406105a4aca9fc066268923a5f4b6096601 +size 616078 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1368a8c89f94f530de0e66f4b500bfe83ab381b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ef0b0f33ca21335f4bd67cdd70994bbd4662ed46aec182420a7c18668f4f7f +size 1725572 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04b06f8656e1b717260a25f632cbb9c3fd6176ff --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62f82553dac0fd048389a4b6a64f6a28df033eff40e6a87b3c0bc2e8c092c59 +size 540422 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83b60909c07db8c91070f7e1109ea17997bd0dd9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703ffb50c1615cb187f6e92a658d847139d4c5313728cd07adab6af74829cc04 +size 2006486 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a2f29305c58ed20689df2ccb1641a442a013a49 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efbc21f92341b58e1b96376296019493820f6ab700b669471314b0daf4f7882 +size 283515 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..929e743da484c84fd93dcc9d4348c1979df3a813 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ff7f51daa41bbc5891dd9cdb90207c514ab185c765715837b098d4c21c20e4 +size 869134 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e482f5de5ade25b8aab03241e63d75c42501fab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a4f6fc567755d3682feb7a8de6bf593f58321371f9ae6b7169ded516d2f190 +size 479525 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4df9d86b8148432725222dabdc699903afd464bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf57f6d13211eaae7919bd5228384fdf875418db5e4659d58145287cb53f807 +size 967369 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e3c79e9d6344391eded7de302c45f8899ed6d56 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f712e2d2772c8e438087bd3c6b3bc9be2120e4881542cbce242c0a4acfbe1e2 +size 1002528 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d92cec93b853d9efe9e0f512d67b455e1b45e7a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69dddf7f70e1cd9f7d0ab5cce0b28c944b29843d7d6387fb133be8072917c4d +size 299032 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..876d8d896909056f360e21747e0352f43fc7b8bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eda3b7ef0afdbd699c65c80e3cad680b85e1fa5d6dc425e3ffa802cbe6e7d21 +size 522836 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07a6471f401495e1f4afd0d9e0af2bc5450905ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47db0cdeecfb51728ff1ea0c3910206897b9a8e10889ff20ed3e6d5c25ad6f09 +size 1554778 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62653db2efe6d0af5bf6229999609f989111ab90 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe30867fb06f063dcbef3c2b83d35ea2a8e158a244eaddec88409843b044815 +size 815988 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2abde8226411d5f1c8d1529ab6524d4c2cc8850b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f1513bebb4aad7cfde4f8f7f0bdcaaa36e08107eb213198c6936bebde143f8 +size 1630933 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40b7598e0937602e3b0d28d2d7a96c42a4b80628 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1ea7d2a7a2af69ea9521760996c7b321ff32ec6434b849ff6ac9a1786b2658 +size 298474 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5903ee59022089c8626e0a689c2e57f56d896c50 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb9f879405ba0b97966fb58b77ad7c7379fb5759f78a43fc7163d6823fe80d5 +size 708283 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d60d7f49cf9728fdad5ed605bc808aa5e1b3014 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27115df55e00e33817354ba1175ea306fdf28ae713392fe7f489506f5db4e5fa +size 392629 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b9dff41ae46c900731ef576db7f674a9e6ea702 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226e08f8fd6cd173df17915445b624aba19c57899825ec5ab868e9115044451d +size 592683 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..810c15e8f8eea77115cf88ad2367af5abd974843 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bd0ba0c52bf2ce4048309cc83e0734fdca787998406d7f7cb4ac0e4df4cf25 +size 1073470 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deb505ddbc1f633a284db76ef90f87c25204e6b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0434b6d7d64a57a2d23dae1e48911c71ca0e5bafbcc388b1b15164fc0f065094 +size 234416 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5699542ef4b2c161843c66bb0c6a07c7190fbe74 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461ad692a8d204a6667fa024bf75325c64c4a18a60db5841fe930575894e3977 +size 568778 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6858916c417af0e31248d4ad279ce12d19f993a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26dac9f6404834e3b962e9c486122b297561e571be0b320c0d22ad2c7a3f4402 +size 237336 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b2dce78a0bf7a92c349355549392693aea2f32d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa56376852e7bbeae3172874465c93a5b4c7c0f727bf3be4c38b9fe56ca2543 +size 443277 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..979670dc62753069cfc7661e49e2ed24ee5ef5ce --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fc7936e28396cd63fa8f4b27436c4d8d928f0ad3ebab78eb4fb5458f4b6e52 +size 246095 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c06e0540fba3da15ef13b693dc122281a548064 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c87afaf92260ab9f3bfeff3a8da2f56f8cbea3073799f3cf056ce1d13f62fb +size 2092195 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc0721ffa90112c43f9dfa90ff6723e0cb011fe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a52b4e6a7c18b8a79be6d839b161cde06e4df2240b3555989e8c501ea178440 +size 2130022 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b3cc4cc49081e73ee4ab3e5d491aebb69eae060 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6495aec1aa56d57be59c92e7c2a31e863a5bb6ec02a69d7f170ed2cdc6b466 +size 488832 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b6a2462e663fd40902c6c72f761f796f348a484 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90a395665125926555aaac97398ee174f678fc51399d831716c9fc468fb88f5 +size 404877 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..789579662e2cd5e0150d81929e6eb181b0f78aed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff133d289ce9be05f6f80bc93f74e86da87278d7998b174c0c97222af3199fe +size 660122 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..944c107d09ca3eed3797136176846f7f71289fe6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a18561a60fb8d38c69374ceeb2f8912b3984fe5882cae8ac0a9651185b1723 +size 1353983 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9258d2b26c5c8f1d034549fccc8d290907e8f989 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b5f1481e06a42a4c03c4bf1c2f17b900f70132fb46dc035e470a22bf9c9aac +size 387253 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39f4ae772be9e8639ddc72a13df591c0db44651a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c731a8b8e9b31a74e179be91640206d1dd7fa935427851c2a0d88bb3843174 +size 173525 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd4b791720b0dbdd97b14d2f62b56621202547e1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842eca36cf80e1adba22f842f4ea288e3163d4cc8e64b255b4d99ceb1787159c +size 226948 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d869eb064ab37fd500d8cc7168a716428c7c85c4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390d0a5d1549d586e32ce44af06e1545f24b69e1d35a053e8b55a1da1ed0a8d0 +size 655198 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d191bc5cc2e73a1da4005357e0ea67c5fe2684f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5177f4b8ae15b3e60c49012b732ff091c314e5df09cfc5ef7f0f87b5e520b73 +size 181972 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf5c86dd25255fb1c39c3389ce43d761376ee5e4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcb8cd31e4673cf6dcaa02451ab6b466c1bca4d1d38a1abf4e88f2f6d2e620e +size 965938 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efa8311e3f9160f351c7b1b397d3feda964a21b1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9551cbc4905d60b9ec7a571aa0ebd3b86748c7b6b14a4df5d77a6b860dbcbec6 +size 1210461 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7845048bb1130438fb922852f824f13ef351ba4b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81ab713c9830c8c48edd347fde8b6ff64ed25833e112627240c7fc2f202557d +size 151351 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad6623ab8b63580fad9d207c2bb18d580be7d925 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ce3220508650ee559f44ebb0541ce709e272965a3093164792cb81835a01e6 +size 891517 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31692fac559695a517a785ea613956a9543eb68d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8f957a49013ddab2e57b5959a5f81ef814cafde359bf76c6c1ada4e5cbcce9 +size 2847254 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d15087ea193f464d5b01a74f0d02161008c98f2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e57c41d8d2b78b11918730f6ccb5e7da65cc86272c6c99ab38ae4cff4c5ddec +size 176378 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..714be95e8022352e0d1712fc075bd41b70f6c5b9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cd6aaf56506e18739d0c9863976274025fa2f5c6666da34acfc4ac110e51a6 +size 1871750 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2662436fca3e9bdd5de6aeee137f53a19ff1b73e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160badb5615d87f056caff51fabc0a18a447302752d297bb79afd66f87458f2b +size 358902 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98c7ef11219812c412b35efc397fe0e52881cd1c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2953e7645811952b43073522de644bcae3d18bdfcffac38e273a7d2120f42af6 +size 342936 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d6cb173ecbecb2eb959928234320347e4cba5a3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d857af3ecea20c9936a4328a272d4951c3b13bab32f2d8707474bcee0c0cdc1 +size 153030 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85bd6878c2e2decf1380532f74d6c8ec97686724 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9aeea3bea871ec846832243df2e19ba72ced9c932669e1e56e844f360dc58d +size 13321 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e846b17fd4ac056d444487722a25d840d0209a25 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39448c22dfb02e27d7d84f49cc68771bb947d08a1ef0dec2d89a66d8e885b1f3 +size 12542 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324de20550971817510f79584bb76ffbd1183554 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c18b0f5fba6b40514e32fae419d8e32b84779b0d63000a536a44eacb713249 +size 14421 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bf4ff6309d05db221dcaca43658d969cbf29c19 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fbf626418f9f097ceed9f5adb37364fe9d2b65558d98d1dc019e02d80e0892 +size 47218 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61a75ad6343d2f9a0de9cb87a5f5c0288205b43c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beacf383f0c6f6d185b69778b7f69d8b3a77ce9de9342f923b1a7ebca93451eb +size 56824 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ae5e3a22694f0dedccf563eb8a807aed98788dd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9155c5a46d81e6275342afab92429b583c6438b1dd50bab71bfe5086d7c4a060 +size 42536 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a696ef7356264c20edba929afc68c59ce8e4fc67 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5b654016f9d270ea9fc770fcb9b305e2714b844af48eddd62d73210e5c5fcc +size 13509 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e44c003967fbf0a2385ac0946904d0b5ef32b8c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10815c1cb5b9cbb850eadc51adbd08a0af15d6c4c07206b4df337c5cdc864385 +size 30900 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8212b733c00eb9ba4d192a832136743a204cbf0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c131a8a646ebf22d28b9172099c39c814b1143d0563ba0704d475b4cd88579 +size 14123 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36f29376c8b2d2861296ad6aa831c3f267b4db10 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7945716aa8b189f86f1d766bb821ac612961006afe1bc2956e7bfd5e2fd0c5 +size 73349 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ed009fe7938298b0964e402c8a777b545f47219 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fdb3b8c096cd24dee527be854809e377816438db7014eab68249c6dd3c6a11 +size 22022 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf8bb60b4af5de4a7f284f28ebe87bce016da455 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95380106dfae7b9b893e22c1fb69d9248d3ed138306c388c41b8ee5b5f39c822 +size 30966 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0f2751111131a9ecb38703501ad2819e250b7d1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6229b01984ad730d03ad6af039229a4c3227e2da88d7fcd500a0e55fc2f42c39 +size 20899 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c1d2e3f128aa29dbb708db2f2a4089b15f95408 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65ad875613c7926134a043263d78909a2c654f667a1da1ca029e0953615979b +size 22397 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1feed5684e1cf54010450930bc97ca24872b51ab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0543c4a04d85754ebba2194fb0223024a96bbf5714fda346862639d1414e3fc +size 21666 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e2f5dd1262fd04d7acbe5cab62c21b82833f177 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a701d6cfc8625fd7c7d455603375efae23e208f35fc309fc76a67072c6c65 +size 23725 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d797a445966536b4ac91c8a6e57b1358ccad84ad --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a8b7c820bb8c3032b4d7eaddef426ed44a111ece05416ed92fd15ae28c22e5 +size 40278 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e2cab42cf9032f58e56b62e516ce67c1e9bfbc8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee96a337a5d8577516f95b53a9b2c13221bbd66754a6b7d0bf9a58f0ecccc4a +size 24766 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cecfbcf095c760d08f853607790debfe528366c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e1c0c7b6f3ac4ad47187788faf1d451f972eb31858320e80c3c11a45a107fd +size 32872 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..626f50d4fbd1de3d19f1ace16ed6bf4234bac3ef --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2767b56a602503c41c230cc21d23033798f5408cfdc103ac37d0dfa88f18e38 +size 12207 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebe23304df8d1c9062b4c34fb27647223e8e2c62 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c88f26e22d39681aaf596b79c86b7db63c51610057cb2ec7bfc18b6c2d4d02 +size 17199 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90fd80151da571c6a5ce075ada7dfc9d0aa7cf16 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cfa81b8ba9e4cd8ced2c440bc857fa5386e1b397acbe9d174bfb9c99ff00c0 +size 17139 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b8a7d44079751dbebdfd4da89dcdd9049c22879 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693f867ed92493c3664dce1684c41c81b4176f8c3567450e6dc55eb0876145f4 +size 17630 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e7fcba599f434038c6754a7af5831673ca218be --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a898d7f4683daa0cc9db12cffae7c803f20b2ec88d7c5cae2b9bf7c5351e12 +size 25758 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..131e808bffa8c5719d61f9658099d5619a52b0ce --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22b5ded40f1fe2254e77231c1693e71f017b5ef9c7b2889ce61574685827264 +size 19233 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3aa377b90d18c378b3d25188f6206d2e34c1039 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ebbdb362e5849d091c6364549903baecb3033ee2ee3ded9e76c33ffdc7ffba +size 58199 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1accaa4a6415a586b0f364bad5a4eb277cb6bc22 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a671e914c0413f99d9add2b0416b7e49e18cf5ea42e01b91a53f9b450e726a07 +size 19674 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e3be8390168d615e6b65f4d0d94bd2692cd308e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf53365b19c6105018e6615e520d76cfc185c6d432dac2e6df185ba7b14badf1 +size 15871 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea828cda6fba9ec92838b020016e7189e89a389 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007e864aaf61a44bb63011dfc18241b837dac9fc02d343eecc0139b67b249090 +size 30680 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f162c1e1f6b117091187565440484b206e9fe0b4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4f9ac25f3174eb8fac29017c7a5bf592108da6fa75b42690b3153f28695225 +size 14103 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6865e04d001e43b1648715788963334a76aeb47b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47df343774cd0c6d8893246384953eb75d9a667fa9449c58768c0d2c1b3f5795 +size 56220 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3044d1b496cd57e66d3ae87857aea1e7c1be1fa7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92e2783c909d1e95d1afe0657bb8b018400cea71b61af6cd21a360f73a07c1f +size 150353 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00251eff663042a1df48faf7400c96a25e7d60d3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a58929927336767f1e132f7865eb2ca921de69781725306e3d61dcbc9371dd2 +size 22309 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c19bd20718c4a5d04013a9072c1e13fd3c0aebe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaa66434fc4c88e72d3688167d124b9580d14807bc7f88d7435db83389b5f0b +size 19725 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26779699ba8bff799e6c3b2c04c868aecb2d84bc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c91e4ec2b5e3c119b068f1a24bc3934afe71d4878bee76d583305359ca8221 +size 16568 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53912e2716671885acce53a2e0db5c05b7afddef --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca80383f805d15d0dfb896b9ec657e79a213f94c256a52e3602496e053d5fcf6 +size 64967 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c524e6ddb93651632f40a79bc2e47ca53d0f26e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4388fcbc28ae9bdd513a3e0e6179de9903426719b8c10719e81156ecd339fba +size 13094 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca1f7dce9acf607b98b4ad7b13861ab29fa971d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2465d4eba23fbcb89a97dc9f244f1af36dd7fdbaf1790226b75e02eaedbe38 +size 78893 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d8272e574766622cf6f4e93ced84d6ab13dc0ee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4571f3e19b3cf864a95a946328d6adc773d6120c49d1d9a71cd3877918ffad2 +size 15765 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4166658f0e9ecaef674d11c9d7914920fde083d6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce8dd0cfffd4a86b6ee7b6d3ed2c9ac0dc76c219c46cfc1157b0bed2bb8db65 +size 24158 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9999ece6b4ca3cc282e4dfbe06131093ca2debf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b424c1a75054e88b12c052742eebeb6c2f061069f66b52c0a2cab616cbe771 +size 11499 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fae65b8d5fa925d4baaa7a7c72a63627c580666c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1666cecfe880b95f6a1bab34fd4bc56075549e3a1cea2421cea8627abc19579a +size 39130 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88bcca2b7a2bcd504f42e1d4553b17b5e0809860 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ed5986a545d33147f583ab8bd774a206e282dfab8f28c7ca779e5118911c07 +size 50598 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b9b46c298d45d8dbb427f372a7423509c99a62c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d326bd04ebcd8bceae507b2d86350148575983fdb0cbef0efe57a54dc44a326 +size 65274 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5cae463b962148aa747865a008a4f1dfd368cb3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302d347b4b761b10b3d3d714df12b0d4c798811b0293c8e5ca398dc7d17e59dd +size 58612 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bdf6e23ae753c67e7b3f2413266a2757e3c8d4c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27093eeeda81792b84b3d5b06499d0d41732677c138359c87c1ad3cb9eff8f59 +size 11856 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..febccf9a5d62f511d1973d0406ca60efb0345227 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347d806d0606906fc439511e7cc3c3ce8ed1899cb93865ee99f34e2cc6111404 +size 33264 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..199f189e7140c68ef81211b3508b3172417a4f24 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d372e687f45ab39c123295012796864c39f9cb8da017a010fbe7181308b10a +size 46658 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2133d7df10d16dfe0008d59fdfc8b072dea6fdd6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0913dda2a8f73f7e2ffb730cfac63a88cb28525447fe4d86a5678637d494264 +size 46305 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a13d13449f0844dd43377ef768487976663e18d9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09a5c3b50720ec843f6990fc19bad170d12052c6ba6e07bae79fdd831dc4e03 +size 15153 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68d2a07f13ad3c36134e1bbc36307665bf223d21 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b178f7a619dff22888b1ec3717e3c1b8b17543bf4e4cbc3bf4977412fd9c9b7 +size 25098 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48931eece577ee37c359ed76aecd0521125ac5f2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fa0e85c67c30ef59dc301c390e392e23badcaf60ee944159798a54ea0dc5cf +size 18235 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9904e63bf9ae71c8964fc402878ec68ac56a829 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8cd915c349e313ebc6d38994d85e281eea13d54fa1f5cee4dcafd3e43bcb0d +size 31492 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a1ec72025099a2c7ed4322dea6721065849f061 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a161eb5fc6c82fb069c2494cc5b91a2338ffb975234334a6623358edf79771 +size 17581 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d480da09485268eb60ea2b994a7186beaaa07b20 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e1519f74f2a6af5a54fbce53c39c16c39f19e0d1c8455bf67016e998604a97 +size 44765 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14c30a525e31c84be7c09ce3154aa537d8d7924f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c150cc487535d7b6cc441182de09e143d18f09eb92caee6742c49fff93ba04 +size 25202 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cc3494207cafa47476f789c40085b0e49b59056 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848fe649e3ed1e4602c82e1b1ea77febf309043233e838ce64a9c2ec2553caa6 +size 32537 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5deb4dd9dae4f5671f5ec025cbde302c1a9653ca --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dade301e1c714923c026274025e1138f535838fb9ba7a772f71bb63c3adc74f +size 29839 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28cc934e90051d1e9dcb56cb7d50fee2dd13cc79 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4784fd9e2b9af65453f6e7d3ff025b5996500d706ebd50ba3c666f4aa4bfba99 +size 36786 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abb2c80f5f6979061a7b972767d60a6e81976d42 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d646499db9887e5c230b11bbbf111d16fe8e43fdeaebbde67b5ab4763f856add +size 18484 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c54ce83b1baf6ae3ace62a2e84e76bc2eabf51 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a94f1789063d7c9f4f4cd9b5dcfdbadc249996a841e632ab9b911602d708420 +size 22887 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a5563ca2e033f13ae45a11661b631a77a0d1a9f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e189b5f8a2ac277cd26ee2b686feb5bb59b939387e656bf048830752ee748435 +size 16207 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d7afdcc50760770b35084518b69b462ce1e307f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ee0695d2f7e20a4bc64d81ad6ef580961aa313c468650898fcdfe0c8cea74e +size 22168 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..108e421fe75b30e66c2e5bf339fc3be68a40ec80 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a781776283bb4e2105b9b680359553cb152e9645fd8c268ade662c1c863bb1 +size 38208 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76fd42908a280bdc046964a86c19f5a8caefe1d7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702bdadc128ab87d619c44f5594266628d6fb06eb334898713d4141698cdd72d +size 34488 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37bd4764a31f68a951672a0a5ec15f8d7da5ff1b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d652ee8755417e13df776eb67b652638e51f77602e0cf17c1b4daa5ad1b918cd +size 20740 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0723e0425453f9d7836f80af825db3959797914e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7a747753534be98299886a42c73f10020f699a2bad9c34c41e4080bd867119 +size 84060 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77e4c88f668704166c7be4561c1a6a937d9ff84f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145d62c7e8deb0abd993d2a797e85250acb611c257d35968ea235b5ae59a5588 +size 67418 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c4c0fd35a5791d20515ed22a83b6e141f84ab71 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebc4d73133cbb723f1fa4df3d2bd42b52241d0b5988816bd1c9101c820610dc +size 24003 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73564177e7b10d1cff044233001c9cf262694356 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868cffe9f3b8c742d949534f9d659576721881b58f9984309fc358a6a7287a1b +size 32525 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab2867f2195d1fd87ae1717e838f9c6cea23cb87 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574b8560654d52a516238436c355c771bab9c2cb9a68ac9913a12515bddf0c27 +size 14077 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57298c22ff91af62fbd9a4a27dcecbe98ca5ba9f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ec10a2aea799dce050a9c4d904ef8444f647923635d75835db19681bd09cdf +size 32475 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa39631f40e64e39e88edb0ee0c5e6cfbdafc56f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c091010b6f4144678908013d4c803f46ade1e8b2d432318aca62145775bf70 +size 50907 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea7727523000ec9b6d1a8543b641bf94fc6ffc6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfc8163a6463c46e19acd0d1f3b64d03c3f9cb7793cf2be692445ea792c76d0 +size 15338 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3c606d3c991ed76ca64de8dafe8395fb7606682 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7694bd021322f04499895c35f7c0117b5c85ceee2257f45e8ef32ebae3a9a9b7 +size 16677 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..300bd36c93c1c252ea73007b2fd86f710d9e939b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6af85bcdd7446a88a419181192571ddc59851dc2d2997e13ec65ae98f1762d +size 27485 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c02b88c176bac65b711fd4ad9e42cb66c2ab3a2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce1b6284c3c1e9b1d8014fba10106c21f9df1d5b44ca4c9f520686daaaf6cab +size 38803 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b7ccb83aa7815f55c82ef73b201f2e4140e16dd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fc4099fbae870747e61dc206009bd113804655a0b6b22b01de2a7acc8b2caf +size 21969 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daa71a0daab01e79b8f2eb3188818e3eb20d76d3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d178d8c122bab830055d21dd257f393ed61f1b9aa1b8f2310bb6538c88dece64 +size 56736 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b8e7496bc497230180c38d66091d2e3a6c7239e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d45b70a390462b17cd641ed246002cefbc2edb0fb4376db4f38fed1c3bee01 +size 28205 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8be9ddad8e088be4df190d19442eeeaf7d8ad57 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d6bd70d60ea300d9ca0068f8c7fb67bfcb11df81a50b6414839744d0bebab3 +size 11597 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..696654a3338f966f19492bf53ac395013244c6a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21a62291cea90a06fefc274ef18d4b808d81b08296eae1434b2a407b0ffab95 +size 21251 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fb0ceb59e241d4dd8b4b27a7fd484978fe3c10f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e955f30d4d9f42d2f8dc6605767e2e8799dfccf8ce23d92415f085e6d9e9f4 +size 51800 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a35411b6f7fe6f86f9c2997aa3e9514776f48f8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b2007a92f33dee553d28ac0d826eecb2fbce9db916d577c3dbf3fd959e143c +size 19949 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0987ac1839f2bf7a1f5bbe128688ab645d9b7349 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bde92375476aa78faa4ae7ddf6a467a63c78fd6864713f1fdc3bb1672bf9ff2 +size 112626 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed9c5c197e8bb6308f8dc702250327015f232aa7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518761c205aac75b180d60f8a1aa169aa735302a8ef25c233ee1ea9c3780d330 +size 12916 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbff2c100ad72eee82194b12d4a1062bf7394f3c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fe81f49c963772b4fc79e75b51f9565f27cf2297b12e1968b6ec918cbf25a5 +size 50573 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c12dbfe55c302aa5a14156cced5174185e5c10c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafc9764e1225458220a5deef29f2a438574cc1f46637bb866108331d3e643ca +size 24772 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..098c884ec4ef2d2e56c89aef4423f95df2070509 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07adafd089f7501b924303189ef60ae907a6152f578a30fe770fc9d676e9505b +size 38362 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c75ce5a7ca3fb0e646f5ec2379a89f26843ccd43 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b6e0f2321680048fea81665eaa1e98aa08e0193eda6a50d8e3e44beb2e7e36 +size 59573 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1fd8dc1b6daa086b759cb7652ebf2be067050ae --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c357fb8ce09ca01d7efe9ca3811eba6829f3740a71f516ff155c232795cac6f7 +size 12679 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc45c81e56c844e22e2a312a1ef80b5ba21ab224 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528865f56579b76a3764cab88169fc1b908185d66a9d56f88289610ba24eb973 +size 19769 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dc067a0460acaf1255108270368aeedd194dbc3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e5b2024bdabab991405862182f732df3ca795d92f2cb364d5bae5a546b82a8 +size 67916 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef51654147d4a7febb4ea46e1aa52ac5cf7d2e1c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597626fae2c99fbeee4fea0076178cf79a00078770ac264f8efce4d097741969 +size 53235 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6a19585eec1bc9a4670b0924d097998d7e5fbf3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f772437602785ebe82c70152450ae46cd657710672bf1a5acef91b137d29306d +size 81549 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83103f0cdd6a45dae13778ef51033541a00fecbe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52a8e846c8e6f7c067ebd30b0f799a25c1ae5610a8b388a56c5d479c3f3c704 +size 23026 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc8c9cf43f50bd2b889107732a7f2655e86fdfe9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1a11ab33abe8eb0de8d8bd5849d1993df836abb742d18dfcc0193c546cc5d4 +size 22571 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c178ad8dea3f0826c8b97d12296cd03e370cf40c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3aaf62f94efc7aa7b766411ec10ad7d0651f419d9b66cd1bf47e3b04b8c1d47 +size 15479 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b00efcceacaf8e1608c363622dcad1dff4e92ab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca7738a4d0d1938fa86fe971edee0096c3513df83bc4f98fd7017a32ab8a38 +size 17440 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfeff28120867bd147dfa414081eb296bf0aaa70 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cc1ba13904ceb06ef0c5b793e67bfc8ec2201b4a2523f3afa664f9c58db728 +size 43676 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68e162876232eb7bf84d3ea85e9c9e42f2b905e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf5d510a26623c341533e8a6da26c48f250f68d6404ccf6e7833372db858e2f +size 15743 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25d2435d736cea7868e92e81ac66f1abbd9ab561 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65d842b6a5d4a006dded3f507808e62ba5e88d40800e9d1b614f2ff17121ed +size 22140 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d0fa399db5f2a0db771a68b4ba0b9a4c468f507 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0b6f3113fceeaa79dcc14b23cc1d8905cc8c2b299201586d7cf69897a56c91 +size 17761 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b41d5347d04b7f0693acf04e67a4c5d188d6fa7e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b57ddd4e049686f9459f8900c7d59d40f8f5209ebd2ad14b4ef3288ff715cb +size 19708 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f45950669f1e22e3cd8a12c4f5005fe1087ea241 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97922ccfc039a1b66ae59ebdd7e33b53177cb64559d0b67fe06741c17d14dfa4 +size 14620 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8f297be5a025e9ae52858504c1738303cfd36cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1598ad78055363e9af98adf7adfaff1167e65a685facef41aaaf137b7bcea9b +size 53189 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e7e4fb25183fc6d99f4ddf341c8ad7bb53e3393 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2458da77e3063b764a7d1e1d4def5b9b31eee39cd64711b372e68cfc0d0b12ba +size 62285 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7d82a47abe8ac8d46deb6482f0d1f3d237db02d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7fa7e70582a8298902405a4f6b36bcf02bf21a8560bb51bc1d2bab467708f7 +size 16954 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbd8df77b42841cb46b7d703b8b305ea26f70cc0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1791fd10ac9c1d33fe4709285e495660da261b036ab53d8adf0605a7d46875 +size 25816 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8870c9f4315bfa6b48baf805240ee068aea310e8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7974b0db3200b4b9ab14474fb2cf43c5e2bd22918cbe4f6e33f60a2bfb472090 +size 37360 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d7f2a8afcdc44a8b4fdc856ea63197fa639efec --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850ea5d263195cc75814aa982e4a20c56dfcab2b35ee4b36a114a9388ae6c6b0 +size 76677 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab1b3bf139b7a564d57827b67d377fac6ba31fd1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd377521ea235e86bbfa26c7962d81d8e96fe88a097baae00378abfb7e97146 +size 31198 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59ad3e5a0d949f85b446b8c2871883c115c6c854 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ff95e159add08a8646a8fe97f85bee3f4b4bd7821f697135be3601ed2d288b +size 15650 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..363766efbed9d8fb64b7e51d02f917492031ffe2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef331eaf26235ddb1dc9bf451b6d7e3cc0853a6df3bbe145d3af7875166819a5 +size 13416 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed4d2b3586b0f43ce886208e3df8dd222205bf7d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fffab9c645a1ee17c5b716ba05fe7a6a92e7123969d2c7957aaffd793a94ba +size 45156 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bea09e531aca64cc889bd7d3cf25c1806ac2550 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396603957828cc0271fa29329b52d27d3e1e47415c9b6b8045b8fe1bd540d0a7 +size 20458 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b3a8b8e1a563f63f7cf737f7e6fb9baef0dc86c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148350035af129e152648d5136e7164e64d6a62684632fb8207ca3754d52fd26 +size 48509 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004cc82f1c697855d0939c80221c08ae0b74547f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca505204b2f55e422c1897692374a8e964347e2e6d47e57448104c17d359bd3 +size 55375 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c19b9fd1f8f53b6cc616d2fa9f834595472838b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b189b8c48e9fc1e4058ad78c3ccff6825fd22e8c1debd4c0d2854e800b0257 +size 13597 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3d3cd0d4af9ecc877973726da6635d1b2724803 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecf05071dfc001a254bf804f8d9884524e0b0be2791e9c8db44e39414d1a52e +size 52667 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33637ffa74244920a7a7aa38abd98765da7389bd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4be6d3eaacc5aad477abe738f76756a2564f23559495aaaa1604d6df43ca3ca +size 100572 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bd3ead5622a7c3e21ce160ec631092699215dd8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924186a2ad6c8f3227aaae0ca8a731da36e1b1125f56920ca471ba1889ff8c36 +size 15558 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba2aac029d435815bbb8c446af32e0ede8b6d911 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b84d30757e95486f41d04a4d81f93ea92352df767a5198386da3f6f5db208f +size 58631 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa9da11193458b21a11a1a026ea476048e16f8cb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28372bb2c0288d033843550db480244f2baef2edb5269953efbcac837c571f0 +size 19496 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..100102d9bbfd4802805f70dc56c9d9d59858a193 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cec30ae62d19eb25d206e27dffa78b890f1a098a21d3ef170c1379f27d2170 +size 16708 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a455c7e730c9e312c1e3df23773c7d675523e254 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.distance_to_image_plane/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bebbd397826418d6ca09df45f82366bbf5d5e224fcfb346848c855037f3ac8 +size 12851 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a4b0535fc6bea6a7651f10c8d1bdb22468936c0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c94a71fb7932c501c9edcd1f5ccc271928814ca7c7b1107a31b203c02efdd07 +size 109313 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff75c293b501f91f7fc9001acbc247ccf1d08c13 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e2b26e81a788c031e7a3163e2b70ead2d561b4d72c6184450b30528553033a +size 98225 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..734d3814ea27be1daae8ae085aa7bdd8830baae8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7cf34a2755dcb20d335a628ea1361b2839d2824f2ab3577e3ca86848b7817f +size 125936 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3259c966907daeb94d7f728c1169354deec1794c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26044cf009fef8b987a4caf11511a8e51e8c0b486a48f5cd7303bd8570acec4b +size 390173 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dcb8861db6c04a327c3857f6dfca8c1e3c80cf3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3b0b1aea588cee01e99cf458e819397e37190295590a60109f0b0e7b044516 +size 444981 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd587464aeeb9918f89443f977e542158c08b609 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2968195dcdb7a66ed26ee6b5dbabff33f3ed27facd50cf59f69d9d35e13db6b4 +size 322652 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ade1f505cba1ea8955897ce0a3199cc029ef767 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1397e9889e14f4ae64a2950de2e4869748632c655e693972c008ef78df9db81 +size 125218 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f496300ca88502f1ed604ce5f96ee900d1ecf55 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa4dad7355e464d1c2b1926fc23ae6a2e46b62836da0318d4b72b7d4a007d1a +size 294605 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c88864c58092d91f6b120e6772bab8b803a7e0f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9eb922785e58e239dcf736269d6c3a5a9ef5529458ddb0c27df024d125914d +size 134044 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7291a5e99f319e37eca1ac06f23a16f2868d19d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c95db8d40c95902af0e4fa2158a166a1b347f07cd40677afa41a638fb9445c +size 710704 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..027ebe970484b57c8180ca2b47a52a3e67d22dfe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad060284a48de6b95ab879b3aa7936767fd1ae28d2cd55b2bfa9c49d039ccd1 +size 227752 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e3d8d94e193aa487be694abf365252f2699a23f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc2931191aef3db9d190718d8378eb8478d51b3c38a3758a5d489705750a13c +size 394796 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..823959260288558cf996f32037f2dff82e34de61 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226eaf3c1d36afc8a4a9224bc497344d754986c4bfd7b0d60abd5d5d16d715c5 +size 166122 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddcbf03b68cc00d826879d541290815a71fd0cdf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185b3e80d2898ede5677ee5eadf52a16a5b437004a091bcba88f003404c35fae +size 164817 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1892e6de03b303b2f1fd97a3fbe9cff7fcd0c463 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deff374634dd70165688f2abd8c8c19936f96ae923f0e71f5b41bd7c3bac7783 +size 159218 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5cffae43112bcf2eb5bc9a02cde70801a3bdf31 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f414c10d7176db203c05fa8ed33728d2c66e4c2fba0aecf5ff8fbc41145e52 +size 166252 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd1b63df3654a10e0041c4a6ec47c38fad07fd34 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b4f0ae199471636046d9ad4b5f93db34597d727076e77fb5a73a206d8281d0 +size 559890 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b81079c16439eab9f3fbfa198291e63430434dc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0e5b86c8af2913ed337b56b516e212c6354fe9c908dec591657cb068abc0ff +size 183114 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0a386a5d43658827a9959928664c6d748b310f2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716689d2451770ee8ca6ecb93c4858afef0485e13e8dfb98404a3667eaa63af3 +size 310859 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ede592fe1b8576dc19bb32b2c962780d59369ba1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52a5bfe5d4ae4fbc1c6ba37cd50f1b02d5c250819ddd314c05f23b8b107a773 +size 91894 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8d7b5b76284da712c6d049081816eb0bc09a876 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1bda9a593181c1c60e76e6c01d41ab43787c601b895b52368f50dec147fe7a +size 213123 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da1052fe49b09b0bb6f07c8372994e206c72eb2a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d628e63729ddbeeb5ab3ef226b46024cce6245e413bc07d570b3cb8c433df43d +size 172382 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17258707d12cbc74e4cfd0d06794dfcf6116caaa --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b249d7d5411ce2e19cc6405cf872bb0237ae53dde0ff1e9e47c541d75dd31ee +size 148861 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac90cf18e56453fccba7f17f2462f73dcd3a33d5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa623f3a7d75872f4947d4919be3ea0c8dd023776acbada73f02fd2efdafb7cb +size 184812 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e79024ec4693c996abfbae5a112aa35b199fe3a6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55449d9e0094cfe894b631f18c0a52e02592a1bb63cffc4aa92003bb51bc2ca1 +size 142519 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9567dea1ec7e1a610f64cca48140f044f930f370 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ee752f721322c4e6d7e629831aa258a10ec35d2717cb415b2cd94d985efb19 +size 485732 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4928beba5b5d3042f2065f7c87592911675d11ec --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78e9162b4c67deea4ad97f1ab44fdf312b0b054aa39262aa869696978de3e45 +size 148457 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8994945fc31bdd505cedc67daa58d480dfafa3c6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58f2ed2de590e8d5fc6c127ebe3547b5714d035db545bc831ec1a416a011079 +size 124579 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4891fcbf1cc44f4f35237ea8109b84d45805e21 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cdec81139562dcf35ef793d23028c04755832fce90ca3fea5e5182a23a0e58 +size 237737 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d96d1e416213f4463f4acda9bc945c242b29b906 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88bbe606fd61dbaf16c77b09816879463f43af6c73071bd073a5e93173a480f +size 147728 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bb0a3ad0d8e1713af26a58f9d7faf492c420f34 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46bde5a2b37d7d314d2eb5eca71c3033616f240dfce0cf7361f074dce93c039 +size 520553 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c408c55fefd6e8e3bbc85b6d7b17c269a8ef5d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357c130e1e79e02ecb25d5281e39c4a2f2d8c9e8e0f4e88d326aea5919f9fef4 +size 981545 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..409c35e4e64a96282dbf753ed981ceaa8daa2253 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80826ec5d54d512573b4bd3fcb05506f34b30ed72ea4bf544a28851d26ebd762 +size 174506 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b540f0fd960565777cf145d87aa6307351a0f1f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ec5bdb1133efe58ee81f37186ca145d14ccb60f16eb714c5ebaaccbf09f322 +size 158014 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff3e403391a7810d8550cf6b5c9ec0480450b88c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb4ea0b8961ddb5fa6dc9c0f3cf74a0596d2c0ddd0302b148034051200030a6 +size 130287 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2b66461b015c4a6438f7a0b610e7b368be25b58 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70bc32b3869ee75af44bc10a7aebb40e18e1da6005e63393be5a4cc780bb84d +size 499965 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a02261ed9d5472324c3a6eef98763b0f753d0364 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbb2db01e5b82a560b8afd7ea15655b18408412a1e70dc02e10b905345a4a5c +size 95852 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..803a8b2823cc845fd490dbd7cfa360fdbb33a063 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5134a8473e0ec110e4a350b45b785c43742c932a138bfb39054f0496ad8c43c2 +size 702058 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e89a863849644752e327354f1f6d74ca837f3c21 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9171b0071e5ddfeba8e087b284df2be7611c3a6b6ebf3cd1e3c8fe29eb3f2a +size 129795 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..248f2c7b19ee7b860f7ee1fbebdaea1075c3e6ae --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c20345097c688efa5edcff5daeb037e751dd009f76c4ef976001ccb3276ed39 +size 168827 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b863a5798732a44244fb1f5f3f99bef4e4241e0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a6e25b90aa65dcc421a67b6b937d7f28dc0cf3102e245a1f5f8ec7241f018b +size 134784 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3df36e75879d41b7bcce1dc6fe567a0335ec172 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35739363f580b2e820f5f3caca667d62df43bc5d903bd2f5926ee88b199ed51 +size 570795 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da74555791f115a625a99e5fb45bafcbc400c5e1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f741946aef466a03de747f52b0b7e2ac26b95a6238bc3bee1f00b5e066869c24 +size 401916 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..082d8953e417c35699e2c69a152ebd57c1b31935 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083399947878bc39e46eff3661a52741721b54841776fa827f6b66bde70cf7cf +size 446022 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f403f572210fe599769ac4d91d4cee7a211d98d7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe3f4a42d9c6e1a146e53106def9db9429aa16544bf9fc6fc89c3de0ce3b9ac +size 666019 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae70bc394197958e0efd509fa226d6c2cf5c8e92 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8155f34eeb2c86bfa380ee831cb9d6fddb2b7f79b7cde6a495f27c0771cc0ac +size 111811 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e96f8971d504d363f7e1e41756864ac42f0d3d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f8ff0c6206e764dbf4c792f1e59c63e2d8c81d3744ef3fbb48b029ba01db25 +size 211509 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b136c101f9536a3ac176ae73985cad944e2270c9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c23d045fe769930b8eb704a396ab9f0bdf455edfba5a4a3167fc04d4ddf26b +size 341252 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d59d5179b306a0c2a05fac52ff1913b218b9b6d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70f053f6a2bf5951f5e9eee1e0002abf6e6dfc185ca008c9d67f18cbc2e8b4a +size 322275 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52ec1bf3aff6768aca78d53db1321b82facb9eca --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cd861d649a5e2ab5df4f75d1ea48fe0c4600bd2edb5ef44a6cc53c952b5163 +size 125370 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc428c400ab0446ba82931f6e8bc0ffdc74dba35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ade839a76375f74b17558c5aac22c6206c2e2af51acf87b7fe487801fe76d1 +size 200911 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e43c50c02747e9b65bf1b21812d866258ff7d65 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d273a32220bab54792aaa54742322add500512b14a66367759c93733fcb3bb61 +size 136569 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c0c92a77a36613074e83da32eef4849a981c51b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a63e863c9481478c13bafc782ffd126f6bc3e4e5efa6f04a0f733f3d3ea71a +size 306128 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bb00b263d6671000fb4f0f985bc7604c3068bec --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf1be0d480e75dda654db2eacfb2ed7a86d4201999c87d38180dcc0ccb8a729 +size 128925 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75730709ccfad11724f17745b8d5cc9cddf10044 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f577e272b9f49151a6a696e8a873966cffa9aeeb882a2ab59b030dbd46f2a5a +size 385503 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfbcf1c85814d90e79e78dbdf09b1dc43193da8f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9428f0a1875a5be7fa4fc795f99267e86285d6665b66eab04a8bbedd0c22a4 +size 195250 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11c2c0e92088ab2a2cfef98ec1377c2843436bee --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af576bbb17aa0ffc710a45fc5a1765616fa4984f2cfd2764c85b0eeaba36351e +size 265238 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd8fc63220535ed68086707fcca46265740a6380 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ecf5c14da62c5091cca02f37971058fc16aba4cd0ef6cab6312a9257c59038 +size 210543 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf667966aae2fc0e85b12e04c20b4efb523c0865 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7768c979515c8bbf8a002ecb65eac4cdbf0bbcd1eb99ac4287060e4a6595bb2 +size 337619 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decf0f44f25a7a884d4c4cf680e025eaddd6d403 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98e0b91ece4de872aab94d63bf99e0a6b961f757669fdeb1e27dd3d45568220 +size 180776 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..787a4d73212c9bf01350d6040a0338a97a5f09e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea775b38a4468de17fcc6e66881bb870c72fd62d63598b101ce6f8dcf607758 +size 249457 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..645a0bd46b47ae482447e050583c0b3d7f431871 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8035b490d03568f98d3d516d26d7bdb88c008abf84c4083b1047dc5d1a1a294 +size 131938 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fb9dc57d7601a8eca19690dd22cbfe964942a3e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27245c8f579b23633da02b7adfdaa6a6caeb59c2e56377f7d2d381ab644e1ee1 +size 214356 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91c6e104535ff410f6bacbc2adfba4d2db4ac5c9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da53cbcc96681662e27300bbf7b3c0731eb751a0b363a7ecb5758fe90f7de8a6 +size 307569 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50bab3d21390d6155cccdbec40b94c7285cea59b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53ee0f5950a670427026674d3bc714309877db4583bddcd79463f7ee2309ea2 +size 350931 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b4b8ab2465b8af82bb65d8018c504bd48d8ef81 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e1b5c7ff29b39adfcc352d558078a8dbefc087d683e1dcea37a26d14ac2742 +size 193115 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af071a2170efdfe03a14ce74d89fdc134b113027 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d59743d26c56c05f46896a9e648d85ff0e5943a44423e4a2e66823fe89d7969 +size 583987 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36b67277b90c8c9e673ed6eca0735726828a45a2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae0ac3172177a5768464952d60696f3750490df4102c89c04f3ac1c78e4f4d9 +size 609529 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fac86daa2aad98abb02b99199cc058f20d72c50f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418f7cb8cf3491bd7948f6d28886a83efbc75e60a9205cc76b14520bf87ef00d +size 171634 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2151e4b623736bd087381ac0dbd1daa2848d32f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4959e705b1e6fab495d64cf0e6083714e6e59f7b2cbe3bb98eb01152b8285405 +size 446289 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9af8fa4a981cf899ca4f5f3da2826966cfb1f598 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2eaa6a68a7ea763d688da6bcae64171f5c8cf240f67b39326ec9e6ee4f1aa91 +size 126607 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1a5e9f4819634e8b5dcb491aeda51121ce57a35 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b6bd67839bb699048d73454619089fe8db8360f14fe78b7eb7db5783d0bb76 +size 348087 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d32eee8a84dd82450ad6203bbfe2005eed37a619 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf09cd12ff58786f39e0e4baf87aeb8454fc26435c18035b8d807e297619476 +size 492644 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04666f70106fbf375c173fc8f0217621e97c4fc4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2457c81f7f18114e9ddca48d7595026b7bf933e864222130cb7e53a4d9e1a31a +size 141291 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a9afd7f7804f2af3655fa2d1740969d1da33c88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375cb156d27c2a6327caf6f3e1eb29af09e4e0a875024c9a7bab896eac6c8e37 +size 134609 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b0ca64fa45bc798cabe78addce94b531aa6a739 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f77d52ccbb1af2c8f69996fe1581caec0386f08bcb20fd8b4aeb9c891aee15 +size 240170 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..281faf7ac03dcab7dd8b0c4cd7bff2e5078fb992 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3464628d17599095eb38d9d3dc28478b667a9107930bf48557c09970302d0218 +size 379915 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e480f24e011642d1c4bc33a08ce76b569978b73 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272586a059ac3882819cde06c80844468b4869517d9ca64da37ace0c504fe1e0 +size 256080 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5010138b2a75e9dc2b4fa880eaeb75a492311a2d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7361389842a7f92e1c60d4608bd789dfa9fbd0787f11a07347da21ae885d310 +size 471908 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7184d23709e326fa49c7dcbf4db3fb5ede51461 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3916ed793f4a6dba3795ae4e877eeee50a01c920f3d07effd162c7350d17f68 +size 232381 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fb9d0b1381f211446a3e5156c0c1481adb00b69 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2451d81a06f2af91d2271cbd6d54885a7c328f1eb1f0198acbc01179e4df1d8 +size 97195 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60389bc82a72f142723c56017f2f4c910795d356 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b24958a3f726407b97d5c8e5e282a03b474cbf02a3a2030fce78e7e512a852 +size 189301 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9537e6105ec334eec49e9ad8d75292c69c4fccf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8533232669563110bc2b8b300a15f187f8bf47cd69b3ae15cab72a28131a1fe0 +size 376420 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9e8f8abe01335bbc3c833a4cae243022322e90b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcee0bbf41a53b55b5e01a94f4dd66d2bd626484c2cc49281a0417eda08f170d +size 148849 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13df516bca6b111a612be293956fbf6bc9664a1e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de86e9fa0faf143c8a4a1a1a7450a197a19c414f4527a040cc3c8b7f1b4f9884 +size 772027 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b66c90b710c6e05e5a6ccb32ef633607e839879e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f2245cd5e062837482e83772ce9e1806953257eb6882190412b6352cc19587 +size 136423 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc7802026cf5628a668f01eb0bf4a16ced65bafe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603a2ea8f149f74248c048d02ec4990f5789f282122c514966e56ce1b854bd3a +size 405330 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..074620986f0af1bbfeec75e1f63ce00631359af0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0445c8f7fac4cda9d87a3ee43221d8ba44b084a0501e21709b38e6f311f6e01 +size 221897 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcddfcc0295ece4f4c421a989dd9a10e7cdf54d0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a956d113fb375119688e1c56c4f5c75b15377ab9a50bbbcf1b3d29f90da7974b +size 411134 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de30cdee3f73339e1d533ee033c29c7543268cda --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b02bc8aa21602977f804ce3194a2ee364ae7497bb38fe7e52ce00e88a41660 +size 631430 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1b4ce444a904d179915efbde96ede761bd1c7e5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177cde8480b16fc6c83659193bc24533ec2e506a5cc6eaddd2c5b84186e29637 +size 88791 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..122badbdfbe9cb60db284c0b6f3897ef7fcd7cf7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105249a34ff6c44ded1e6a650e7691c98454813131c5a984875003670559abb4 +size 164262 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ff175743bec4e0f4ffd1d55d3e444cee0b280b0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b9f539dbacf7bd0e4571f3604307f81a5e1874d4bcdbec6211ee5d36aa955b +size 727433 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee0d14009188d2f1b4e49c04bc6cd5ee49cd1ee1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3292d8d77df4040d9994b6523e848feddf04f23dc36bf9fd3ba7d3493eea056 +size 466969 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8c7fc11234a8993ba8bc0082a98441c54da5e75 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dc4e4a4600b3fa1600c51e98aea6baedbf65836b7557f9fa1cc0f47f283d06 +size 628128 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae4d93b5d4174dbf24ededc9f78adf64e402804f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8528ed00959610c886cfd22c2993efe17612cb51adb9c82225573bba6dade2c4 +size 178607 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a52e9ec6533b77252912a5a1f656477d168a310 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9bbb0238ddc4ef5164a4f1b209e5e62a60a4568e4611cbaa5e289416426763 +size 218030 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc6ae198c34faf991d303b6269fc689d08c30525 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8909566d40d9a210719df9dfad8863b325d3a41b9b1f44f76e4a7b88166f8f8a +size 144392 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..089d96876e24e74476ea25842caa5e0f5447e374 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7af0623d01dd206b6a7c457fe3454797962205b825b4cfd0cc8efd996c4548e +size 217498 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20559c31f7a284b181936af632281ec537e7efcf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc5be785c23203e59ab83c313a584d67e9fea405f9a5442ede6e32958a35f79 +size 350566 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f019d4a50cec60f2cc91b67bf332fe5b23e0447 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992e04d97115e2e82eaa4fc3b86d90f15c808d7373f90202bf5cc68854e9050f +size 124192 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82df10d7ee75ab4642e78e08a51a8b6f6a225b38 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf35557a81097cd00bf63709609b76100db86369632543dd281050c20efe3c5 +size 203164 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d24d2297852d40109160c88c57c9b96ef789aa7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bd78e4caad9a2a54596d65b4125789ee270d143cc87b14322a22b25848d5d3 +size 127315 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b7d09fee62b505cf4929c4b553be691abb0b385 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c6b65f5b4fa0887f66cf52bcaa99281dff083ae548afa13275b445d2192512 +size 160000 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cef0a000c35572d6f12c6bb4bdb77455f3cf3011 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9308223ffe3f3de8a9fbff8f360350c7985d3b1debae159edd0b1ad8828f93f4 +size 140191 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53bb7694e83ab7e1c7c1df7d4a8928ed37c0acc4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41244407fd7410709334a7f3fca233dc4eff7be91abfdcf89ccc4343574914dc +size 428451 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75eec22fc76360e8dd8eb820d3ac954f60f0572e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad42d26319487be448b18d62a02af0beb08b82ed92c8052209cbd6730bd1bfc +size 588534 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab4745ab72e56ecac4b1a40d233022a549aeb3ea --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24eed646fc586fc75efe78c36376c23a2d595b53bc25a6e7cbb2d665ab126ef +size 116580 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9cd27a1e2c38fe8c9aec6e86212899bb829cbec --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7f377ccc2e73c0fd8cb025f759d118754b5ba7597cf6c1a3c208618f8bcb15 +size 163422 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8552a60813acf505de7fbdbb31f4bd2e6130eb54 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826176d9b4a3926e40dd13eddb3818d0ff81cc3b97fdb8bbb3a214bd20508b14 +size 270156 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6889613f07ddec63e58854b070f9849fd3f5e13f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d69c17494b1e97cb95f149898a343edda800b1ba1269cda402684a1842dab4b +size 616039 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8c8c5cee8a8560c11d72ec7bb6041dd918c84f4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc35205282f93f21b4561831b87ad69b292f879f1df7196f2748c2ceb3cd6d6b +size 297257 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52622d17c6410cacdeb25d5f402431d3a22ac1ea --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc01c945974ac504cfc9efa37d9b4bba842aaf962fde0214d5c59e3af86c4c9 +size 138697 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb021fe9a9db350b4d275235dd294d1b223052a2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d12528054dad8a50e88c4bc116da2b3e36e0b41a05e60860376332ac6ab4de +size 114836 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2b62881eb42783621e60101216f77e909335f32 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057fbc3a6aebb6c0d4933ab9d4e2517ccfcdb19a9589d6ab752604bb7d5872c8 +size 435530 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af40be32c1d52e4719ebc23e6e55d6ce417491ab --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a7581dc598ca482de2618a3fcdc5783a80fe0b3247aa7f61486c4c120ced4a +size 192897 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c31096764bfffab627786f5011c3bc011ad84b7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f51e595051c83f135120cd5b3f14d315af15e82661aad34a339b3cd967a4e2b +size 449535 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e72965f14dd3c97674e01edae8d3ab3142fd4817 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9ff67608a2ec5120a5f00b3603575516732e6b77e274a694752c61f41a01a +size 452693 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac820433f628a2549d96f451a9189a5847243bbf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f93c29ba6e9b40fd2942255423d3f0f2f9e91eb757cbcb4f0ad28e72142fb18 +size 102130 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34008198b947558ca8700b97e2723b9283d5e152 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283e69cba7c19586de1f52fb3821a7f287457d0a6a3f5370d170b452514984f2 +size 382847 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e8835299330a5ffdf747a864851de30a87d3fd0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1778e5c86f93057a08262b8e1cd252ccc683fcc06aff890cbfcb82bb19490501 +size 750732 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd63453663ec72ac03c4ea3acbc1faecf270be4d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e09e6f270bdccc1b1e2e3d8ab3f1eb376044c637ff5982fe6de40b13d43ecf1 +size 108484 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30f11203e72f6cbb23282a23ee4cfa0c3ca0f571 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c6d74069da6dcb0e10278b821ad8f57627d58c2194fc17ed3c57f3f95f8fc4 +size 405523 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb235566dacb5bfbf980025c716e7f5de0da9149 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8650b3bc86c46320812593782f4f6323bada9ce8441a15f7e515e3f13c8a0a8 +size 135853 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb517d0d598ad2916907e4c2c87116d18ea47238 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d85534a8471d283ac1ed539f98c99ef742c4a68c2da86a1b65da0076767d61 +size 120694 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7157a63a02b5c732542c3fd2401f3a9f6ab0d202 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5634d3adcef80beaf166f2542b7f3a54b5c5c74d1ee43d8b5d245972d12a849e +size 93904 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1042080f20ee6a50d02727c6c38ba47694df1b5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862e2d925d7ae4d0c31aeb0d22504581534726024d9419bc5ad2a05df6e34770 +size 172102 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd5d4cb29a7bb583e3e3e86c351e32e8094ed8a4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d43d3a7536694046f204920b8314a48f4d187f14c9695aed584507987356076 +size 180168 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21f234af20d845fd5de8f7afff6dda164f63cd4e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0391a06444c52eb2b5ecf78ee30abf2ef4a4949825433d7498c78232f39de444 +size 217904 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fa70d7e7581fee59004747dd06c9794cfe88585 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a457f74ed983919a44deacc74fcb3c587ba63e9f4491e96d17797273a208d87 +size 726192 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1231dbd52020f8d0f022b9271a525bf80d149af --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5525364789f9a457d0dd803980cfddb02ddf0048b9972deff5666bee41515e4 +size 754024 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22ccb088d24f45faa2557abb8b6e1946e5d24bfe --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be73f4f7119eab99da2ddd64569aab166090bfd069fea2588f2f17a33c67c8f1 +size 616180 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c269ebf56e34e5f6a4e81ccc39e3549b5de4e42 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec83146e276bbf9c44201dd876198a7f262aca36ef5cf5bf2efc6799a037daad +size 157889 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..433d2f186c71a911f53fdc6d865a70327265b2ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe31b5295e95e5c7bcb7548767bcff5350c543980ea6c36be355f1348d66fc0 +size 453358 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71023385c077b7b6ab42fe8f850f9b51181adfe9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811677a1c3a75f4baf946bde1eafdeb732e5bd5144dc3f5287b5562f106525b9 +size 179877 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aac777e35413b37f88e65861fd71749d55f0228b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e9789621bac3f37a4358bbb7431d8492b21164275290eadd08f715af7c94da +size 1135202 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..988776b5b5acea600f83f7cc94d161b9535a43de --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c28bbc10762790a1048077e0caa2bf97dc3b006f57e04e7f8c3ed89e31355f +size 313152 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38b7df036e7c5fab7522121f745652a1a080b2cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93ed69f90b2b09b45f2b888a63363d22d557a008010273cece889cdf940e2e8 +size 422576 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4f5b999f42119e4d146492c1eb199adb2669164 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eec5b37061aa5e660abe5622160d8661a805b683262f45ab279fe1156c6928e +size 313551 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e716c1347ebd12ea8614c0021018b423f985ac0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c55819cd250223b556848ecbd18c2d1e381bdd197d61b69ab416b3f0dfa93dc +size 273728 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6890e021d5334989db28165483979f914e31ec3c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e9fc732b19808f7f7d649c77a29f67689a159c5bbf1610206786e95e442571 +size 307535 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ec0a262e55237529d1b0edf5bf9e9675c8c92c3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693923a9cf43afed9d7de891416386d9b9077ed1b13887f520e5147f12f1745e +size 322357 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d550f298a711e6674459ab1e9c5fa936b9636262 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453f3784ac6d3ba44d5f9d7770a2e125b37c6fc2252feecac734f89719b4b186 +size 603036 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08f76c8b7099a1fdb111fe428090b3a243cfabf4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69956c523a331fc1922f1f2f3bdf58fa0c70963a82c669eabfcb96ee20c51266 +size 319832 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e23c3ac56ab1bcfb9e8477895d2634eedef25f7e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe114f6a04aa9bb35b2ab48bf242e9e4bca212b6ff3535c763b96d305e6bf60 +size 534466 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a93a65cd8871b2686c39cbff2a4418208c255d60 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95b882f4538b1a427155485ce054f79426f596410cbdc516c5df6bf9881be21 +size 158749 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9b33cef6287f8dece5e52dd91164cdd98df24a3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a28bff26ea5c6caaba861e1d95482106188b57f9604986cf9655a28ad326af +size 262407 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a810f8e46ffe1db7ef667d783e5871df25874f5e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352c3b2259d3d49880bab09687faa80c386a8bb59920d3ffe6947b692901d151 +size 225986 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..239ad9cb3cc88cfc8f81502d5197dd3e7750f52e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fd3675ff7b6db154c58b34283417b18937bf7bb98d613aac143fd2e13b07c2 +size 192229 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e6b629b042fba0d8664dd471b4d3fe2f1c0b9bd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdcf6347f8c82b4914a0bc275422c8dcc6b7d5da5bd239ae532734f8084e4a1 +size 348092 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f4d21898e7b20566392fa423115fbd31ca4b8d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd313a7e86e08a537969bf862e670866a43e444eddb35085bcc4c5b28a62df97 +size 250906 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94ac3197f7468644ec636afe89dd8f8b29403950 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2ee07b89885e1019dea6b6a669767bd57fae168f11794e8300c90f48a90ceb +size 814063 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..665a44449d778ce26c7398e254d80c64b47cc0cc --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c345ed2581533b4df43ff4543e14d311ef8cdbfc3ad84e34bf8366010ddb8e78 +size 234548 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9122961edc313d7af3e387c118781bb8c822563a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1676c53407fbe82dbf92248a496f85fdd8dbfa8ef170b15181ff66947debd0f2 +size 221515 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf3214936410728a05d3b15d074302edb9c9331 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32064f9d050fecc54895209114e33eb012dde1d52588b8717aa2c350563ccaa +size 416098 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d8d3469a37ec12e40b6d6b925fcfbf21e21d99 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac093e75c25f97f7960cad3c2d4a43de195b0034d90b6d057b37d6a839b5123d +size 198587 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df4ab852683341d7f0d9bf19608632d02270adf8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789fcb688b03965af52d467a9ccbd704e4904efc9724429c40832afae3186ec8 +size 854799 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06955b002e5033b279a4f35235aff7776874f025 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3299e9b25fdd69605ab2a40cfb87dbf9399218762a439d8a5d8243e42d2a4915 +size 1856304 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d0b255875d8185fcde6409a8402036f30807d4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba4e236336322623e0ee3c7b065e3776b41007f1f2c8c395ed48986d06af97a +size 326386 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4145695a8120a6d7fe32774d7fc15592ba92ac9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587e6eedb87f0bc3dc50b787e379f0b37250b6fe87358122bc414ab9e504da0d +size 270943 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05b97023e882340d3c358c254f46e3a4ec92ad3b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5f2f2e54a55e829937a200970eb25aa363750f1efa5acad373724475ff4cb2 +size 226971 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98f1e7be6bed062eb9084f70ab4e7b584ee1c9a1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976c23692d4850ccd0055acc174315c19536168a61974fb9d6f81ef9f6b196e3 +size 886187 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9a91eced1f4ccd694c6835c3b55dad2cec9dda7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c630ae6498efe1104d28a5a0e21c2853863fadb033f96451c8cf87160e50a96 +size 157691 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ab9b9cb344efc67d7df7166ccfbff0db6e119f4 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784af00803d9e829eb22899dd2aad74eadf83848f7a489651cd23a613d38460e +size 1180641 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d10914185f051c507adba120129ac9fa1c7dc41 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d6a28278561199832fe5138132d2b2055c32888992e5defc3b4abf0855ff9a +size 235018 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb4415be8f1621996de9c93d70fe1262d5d260cd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397a1bece7579220b7b98973de7b1fa7d758e990af34f77d25b142ddb8bd0a77 +size 320210 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13fe643f3074e63cfd921faeafa846d894c29463 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0466b7268f95a2b309d591f1f1839e0e2c1902f5e1fb420973ab4a0006c5dfd4 +size 165545 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e8f6b13b5d421d2d1666ec4368f94172ba2738 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfac6cb3f8463ff478606f2a64cbfa7beb430a07f55a0f1fce5c779f300213b +size 601211 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3755efafbb633a88e4413b236026bbdff8f5a6ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1026d8ebe3b1b9e0c139a41a03860ab2fff0df4b8f2c4718ca8d50663aa968 +size 691601 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11583185b6031a0ebd0face426e91a343549690c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56f434a944559a86c1a29b6be14c0f9f9365ea97e8188e854512c4fe67c1ead +size 839035 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1c5daccb4ea0a54d0c80620036428ec5ce8ded1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba5b57ea7b25299af657e9278b8b1026cc44c99e297b428a0185079f529a28d +size 852194 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c8d780c4b75c6e201bc459844ab809734630cc1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3791893761c5c80dacc65917dd86e2145f6885c5c68b236b333f1560f4561c0 +size 157622 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6409a1fd56d0eb746b5bbaa745708546b9888747 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e405e5c61e96de2d44fae91693d3e95c479c1fe930d149845aa3a6e8c4e6d9 +size 439471 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd19fc9c6b7bb507fcb4e147e2540d9ceb3ed88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6306d31ae9b03f9384ee47df9de1ef9a62cd14b2bf94c6b059f7a1a2a2c0f1 +size 658588 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c00cebf2b3db0fff607808297efb0bdd15f39e84 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7379b1337b1f099e562fd56a3c2ffedf814392ffbba2f439a17879e142a74e88 +size 553319 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c2b1470e4295933b3350f21b6a5e12f0fcd4fa1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c5c8719634ecfca1f30a4c47c8449b184094507b7e320aa0d788a14eea2d19 +size 194618 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..052a1e13c11e056f2089fa54f5021689e8b2d49d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cb4c7b0959b6709f93df32ef9b7ce7ee5e3280880797cefe12eb4edd67f782 +size 349750 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cdd29380ec93d2041e9a4679680194d640ef0cb --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bed1eb1e7bdfa3ab8fa434f45bb520e1512888ea3f2c8d969169bd627c3268 +size 242774 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48c4112d2041ccb5a0fc395cb6b930ec38245bd0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a72f5a5d6e3a4b027a8413a96b6bf6f7bddd06092a34e94e1cc2bda4e91ea0a +size 473773 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6cc859a94cb823dc1fcd2cb579bbdc2b3fa409c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69508a59b5e60fdc1d0a4ea4aa7019a8d6bd75c569ad6085ca78a47048e2e8b2 +size 219928 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2285a35036ea12432d495d10c07e39753cf64b0b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85957a68cfd382b55ee9e123cc7c0dc8d8c103fb82e5757ea1ef69e67aeb8f4d +size 616083 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f7733ff42ea1efb6061156c720b55a3469d6f0 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1886bf3c838015dd131f6060aa708af65fd52f69b14832e5da961b5e1a3614 +size 342345 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09ebe2a92343f6da37df8038b57b02c4d6bf04d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdafc2b134441d313efedf4e60b6e4611c2b44e28b7154e5ae40703e99028db7 +size 417014 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c570ad2cd649890891ef545aa6f16429ed4f72ed --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e025f08f2530f96af337389c72f3954abcd747c8f2568583bab16e5260c4a6 +size 395546 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19f3953a99b52af0a08e68a8d4bb412609d40b3c --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7e8f91b40e730f110fec7190cbab268e348f752f9d08870a335a8eb6144216 +size 503253 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d58fdf4d30ecc19eadeeb44cdcbf0d0809b4b272 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb5bedaec94c0435abecde812d126718c4dfa47b97cea72ef216b235ff2523e +size 213359 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb7526958dbfa210190576d96ef7a9c25f056b58 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120138e1a5a9e4d3eac3a511fab8acb7d477cb7add9b137c94f39f0dfe4a33e1 +size 323935 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cba2925db355f9463d58ec7699f03888811b27b1 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8b802fdb48f126d84616c60d30da1453bc4bb21fd73cd3f0f7c3e6dcc7fe5d +size 235394 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b974d19e81080d8e802b997953cee1d447c963bd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b06384fc6c3c02a5d7d66936c18e584f64462deaa4a27b1e732b0287114fcbe +size 253954 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1128020138de02928c2fb8e31454b73579f41f7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d492cb0d6d65c887e58a2b7d2e9a3bdfe98942a321a232dc0395a31c3481c7df +size 560677 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14eabd9aeb16ba6e120b22fb6c83c38a2a003f29 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7f3c01c05a86dacc29badbd198d76e92b07369f4d7f8e81d197daec08dff29 +size 512341 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c022bea166a3f07fb641852c8bd90c0bc9d3a964 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae7861027147e07bed62628081c2a113c1cfe035f95cd64a44169ca2e60b8f +size 235036 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bbb11ee83545eaac36e27d5f0894fc8715ed825 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dc999ff6b180375e66942087fb6be67f79f37977432ff789e81440ddec9f38 +size 1099017 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61e9ae1192611ee668315e940db362c34dbefc32 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af39fa6e41d312e8202b5a1a62331e73b04b385f603f0eed5eb13bbf08877d56 +size 845474 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b36338345f78cfca0020f909dfc10cde6f107f3e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6eeaea5a9c550243842f3a377f7444c9524f8e387cf68ad8b593e33891220e +size 318529 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3b07e64f1dc0b87a78979440a653ded8b487ba5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08428acacce2d3b086a5ab9ce97f37d51f46500c943b8037d3b6f415ccbfec7e +size 467853 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9879aaf71117e4f9a2a41c193f38ea2c0c6c3223 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6e6f04fee639a5779e59afa3add79b0f602c0064dc9697d0146fa94028e95b +size 210431 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89f09af1f3d8324ead1905d76b1c487bdbb4bb83 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdf6ed91afc6035452d6140d2b43cb0275f6998955562067e5ee1de4b48998e +size 456543 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a62c756eec18d9c4c3b470b9f5d3a98b2adda92 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4a058652758208bb3069a050971661220ce20c72c2a6f63141e4b968bc9556 +size 762324 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83a9db4b250389729b3e8b29ca9be85e3e3d7bc2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793e805e67237ed64b082550f3b78f05f18729abeb636ef86d6031b2242d8316 +size 243861 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6002362135dc2227e00d6f8dd230053e4c044d5b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b3f29a0ef2d86c0760ac6bf523d0c6ee73ecd8dbf1de52d77da90554050642 +size 210902 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3335929b15d85bd0391f0f126324c54ad35b803b --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91f31adac31aca93118a7ac8d844596ce763f6283f2e56f95b6359125e17db2 +size 388913 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f865fa5d86ae6ddc8b266789f7cd7163ba1e1a2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b8b7e08c243c6f8d92d34001458cc29152abb1077a78718d1b54364905439e +size 543988 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..948f58af9a18524c942e28f494c2986e0cb24753 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1cb4e5bc6c7919736490ecf79bc84cb2d9f307619cc47f6c02f50d9968992e +size 348481 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b815b6e030fef213d737a88f7e0495218b992cca --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee9f3289006a7b73c34edf22e89127bfe7117bc0263141fdd56bd0d813e1d66 +size 903721 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a2ae92eb6a0ead9860d5a8c1e34882c65d98f33 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49a722258772684957e865ea37af032b632216f490a0fca9337cef277b19fe1 +size 419450 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47c0f08db315db947d587e05fbff434de5c5c18 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7786c95e3e7edb60f0755ce007d07d79c9ecb90bc91b9b222ac0165c09885b6 +size 145814 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c22569b38acb601330c6149ed3441e59a902778 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1444868d24c320b56553c3934fcd1777868b3c806b00e87b12d4b38d4eae1143 +size 240778 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7a1459cd9f5bab93d0edd9c17379507dc2aa0e7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359c2c540eae8ecb8c080052c3ddb0bbdc3b154b8accf46deeed6e7409c97fde +size 660890 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7438ec72f5a4f736ec3df7f973b995808b4de715 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ccc7dcdbd299cd3d8fc2d321ae0114e3c426809fdcfc9db5d7f5a598ad6d01 +size 260393 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d0437fb6d4e47dc9e86dc10480d1bd2daa03db7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f8f4e60d44b756634646d5f08d91a6bc72db06f88931828575c867fc496bb6 +size 1599324 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ace2326300b04cb555c8158a0b741775480308e --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63213bac5c3de3cb9f2129f2cadf096c0bb0d91ad89b9d30dd5af6720e282f46 +size 181852 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..789a40a7c0be5ef954d99c6dc8fb05014cfffcdd --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9aa5836a89d900f5706d9193e4e311e9f227d6a346b2bc5c19f726ef9370ba +size 704449 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f18bf270dc68f368e9424601d5fd082b5612885 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38d1179b440d965971b1a53e6491fef9f21fb1548c9a9b989046b446cd360a6 +size 371902 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b12c7444d0312282791522918fec795ce3e2272 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860578212e06fe6f9c05b8301bcc1a41a8b722c1034c1b2451c29fff19fbe36b +size 536149 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2668cc1d018e327ffa056dc34b6f993dfbf5272d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c1abe6e7e373b737bddce4eb73063ef147763fcf129c10eb81f7f526ca0187 +size 862711 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aefbdc21ff0473b3523e9ca88db209c779fe4f7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562a90fabf7d31a18cd95d043daa86d0b65e42153dd246b1056ab0a985c48516 +size 171543 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a06053f30b773ff8b92976df85f6df2ee022a37 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8493a55eedd8337b67609ddf4c2024ed313c0104b859954356f929d833cbb8ef +size 277382 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b684cdc992959fd9a97ea4178d7c36952c51bcf --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234e111dc4ae24498d3693f404cded7e30211f95db5b0eaf8ae6938183870042 +size 976379 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d0e94a850c22dcea90d9bd9cd95da48a5bcd920 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c66b3c2f411a3314c11bc533113cc0b0b777577b960cb1ed6251ddf73a54ea3 +size 692387 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6362f3342c940a5eaa1af35c5b0e706a5bf02f8 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1dec523710f3ac95e1b773c38e79fdf87c0acf0b3ed0b06db9a050e254750e +size 1014271 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62d057a43ba557a7f30903c5e34f0f8c1b36570 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36f45ec2ea0454c87892fd11f592346d9976a6636bc4640857e21c9ed52ab38 +size 260442 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c38ea8448119536de880aeb3b31a4f548012101 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8888d4294827873e22561baf29d605138d7458302bc6d56070ec85eee2e1bb3 +size 293501 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58d63bc3134872c0457bd7acaf732e213568e599 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e5d82278b07d22003abc4e6f1cff4bc358a90115a4ff6b7fcfd923e7201ae4 +size 201494 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf1942a163ea5a9fe3cbfde193f3e72bb391c6a2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede3a2a382124f97f02a0e6c24143c421dc6e9a35afc00a1eb64e8abafe3a1b5 +size 232628 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..696628167966e2d16c88563d8eda467d6293df88 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6abd45967d2ec374ab9d9aac90a1f7542045100733ae64b068fa852506d4d58 +size 620230 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cda2735727f6baf82c7cfaf74833accc9140ed4f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c54bd95314f3aa9c36219213ad0939557ef785d5e91a4dbe6e6d7f8d3dd556 +size 217845 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d93a0bfa5ca3932b60b6b38e919d56e925aa2a9 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d7e1462831593adfc1ebc2c0ed8a3aa8fd691bc20b8c1393da5b05cd6b7258 +size 310872 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf19365c7ebf4652ac06d3c9db847317463ab0d2 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d420d92bd898561f43e8d8fcf018b6c876650588dfbdd2116cfd2bab6809ff +size 246024 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10abf1ffab6aa4a9a3798b1c4b467bba582c410d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a1010fc6ed992a3d41b0153053d96cdd8d64818766fa5f130ac0039377913c +size 229831 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf23064d6c7dc6e3671f3d12e48653510c05d732 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09b5a5e0b61e6ab478d205c807247002022497f49f27b3e40fe985e1a9c3221 +size 186601 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18eeb8ae6ff46c8a609ac9d79667d84d534dc2ba --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7a441a235a58612c3523efeb2d43b35293a68c56d88dd455988d1366fa9be0 +size 769499 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2156d5dbc0f6e9ce10ef4da34e1d1b343f1b57c7 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4824b5e124305f9291a185fd9f8dec37bb5feebb059fb18a2509b1aa7d86d6 +size 874624 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70f2de12ff95d677cb62206b277609659bea7914 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf6c8971a4de47e273a896b78dd1695099eec8f00ea43ba57f0fab3f26b49dd +size 200683 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4304f73187acee094b528301e56f9a17d45a8c5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429916b7be13dcf692c6b905aaec6cc688da3d48b774ce8170a77b554277387b +size 293128 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13bd213c7e82f9bc6ab35cfe13b6ac31c1090384 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca4de6e1acf33b9c929639466973f691b59089a6ca281c0da523c8a7e96791a +size 511504 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58bf25a1336315885cea5a603a7418725e976c12 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc99eb2c0b4ad87c74ff92f152d7ac2160a49397754e97db500912c5a833bac +size 1041763 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6426cfccc3119d3367ad38e51d76bb1428d87f71 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15e3e55e32e7226e151534c4874a6338cb8fb7069a4f1b0e3e137a41a9714df +size 377317 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65425ca6f7ca2d1f07be7b5458e140def0bbe818 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e531e68a603e306962eca097658305e126608024dbdb2b9eac487a04848af214 +size 214675 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ae68139f402d521dd733768840418a4d3b606e5 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e72ed7ebc732b7123a278774ee634582da765924d2261fd5b7bfbed68ee93a +size 194820 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcf5e8dc2e9ccf65771c040ba6faf97bfcaf1099 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5934a28f34861be0af72949148d2dc4d793a9b9907fe25c592e56cc1089caa +size 530769 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f92ab3723b42da573efc3f0921f7ab149305f1f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135b5bf726cf3f92554fd374c189c602f50d86f7e306a5c39974b65db7af3c10 +size 247335 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b324d68b25f05ad01c486eafe05766ffe9db8e3 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2911788c0f81bb0d31285e367f621df1c2dd6ac3a717d6f0d234b33f68f170b8 +size 674141 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ae9c1c09664e95077372513224229c164f7291a --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65f829dbdb1dccedcd8243dad7ae64b23f2da575c3e4a9451d6422f16a36ee6 +size 772955 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b179b0f3bf93de5e7a47d0c207e004bc003cf774 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2734e10f167773acc86e81a7e35cd9d5efe6080a1a9dc34656e1ce087ad3fdd4 +size 161682 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3ad1c05e6486a5ebc79feeffe2aded11b1f103f --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0392909338ff670a4ae7ed2bb7c068233c042bfad7a0bfc03c66029df5f166 +size 698957 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf5faaab93f38d1158696f1fcb13e714c11054da --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b16b8d3fafbe9e3c8f199d17d7753612829cdb63e998b119d05c2cf2ffe0ca +size 1294098 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be1f9c97725bab283a82f93db47a539a05692781 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d1f59e7eb642c9e2e73370072a6d7e84da7d63bf94a61a388a8ea4a1af9ace +size 172184 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b8145775896ca02dc3386ac2a7ec0c626edf830 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5fc090f683462ca062d7432ed51a1f8956a9f0370809b7a6d46d72997fec62 +size 783958 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5319a11d65187ddb8cfc3df21fc83f6b28501f6 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4278c50c334d2150a8853636d4d1aa73518150458bd977a76e68bc3f2f1e877 +size 235024 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d40f6f6000d088a05d2bc88d37985f5c4c4e86d --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9ce299008159a146ef0fc858d5fc45e45c6064fbefc5df21f5b10ee57b3b8b +size 199842 diff --git a/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..111db598ccf19a93d7ecdc09d4daf4e7496f9a89 --- /dev/null +++ b/place_cabinet/videos/chunk-000/observation.image.world__world_camera.semantic_segmentation/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547b899f9175bb592a68b36f19b00ed89b386d6099d1a78acc83d0b033ac4044 +size 172708